.ajp2026 {
  --ink: #101318;
  --navy: #071426;
  --navy-soft: #0e2138;
  --ivory: #f4f1e9;
  --paper: #fbfaf6;
  --gold: #b89459;
  --gold-light: #d6bb86;
  --red: #9e2d31;
  --line: rgba(16, 19, 24, 0.15);
}

/* このページだけEC-CUBEの本文幅を解除し、共通のおすすめ商品枠を表示しません。 */
body.ajp2026-page .ec-layoutRole__contents { max-width: none; }
body.ajp2026-page .ec-layoutRole__mainBottom { display: none; }

.ajp2026, .ajp2026 * { box-sizing: border-box; }
.ajp2026 { scroll-behavior: smooth; }
.ajp2026 {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ajp2026 a { color: inherit; text-decoration: none; }
.ajp2026 img { display: block; max-width: 100%; }
.ajp2026 button, .ajp2026 a { -webkit-tap-highlight-color: transparent; }
.ajp2026 { overflow: hidden; background: var(--paper); color: var(--ink); font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }

.ajp2026 .deadline-strip {
  min-height: 42px;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
}
.ajp2026 .deadline-strip span:first-child { font-weight: 800; }
.ajp2026 .strip-divider { width: 1px; height: 17px; background: rgba(255,255,255,.45); }

.ajp2026 .brand-header {
  height: 82px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.ajp2026 .brand-lockup { display: flex; flex-direction: column; line-height: 1; gap: 7px; }
.ajp2026 .brand-jp { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 21px; letter-spacing: .16em; font-weight: 700; }
.ajp2026 .brand-en { font-family: Georgia, serif; font-size: 9px; letter-spacing: .27em; }
.ajp2026 .header-link { display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }

.ajp2026 .hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  background: var(--navy);
  color: #fff;
}
.ajp2026 .hero-copy {
  padding: clamp(58px, 7vw, 100px) clamp(30px, 4vw, 70px) 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.ajp2026 .eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 700;
}
.ajp2026 .eyebrow.dark { color: #8b6e40; }
.ajp2026 .anniversary { margin: 0 0 20px; font-size: 13px; letter-spacing: .15em; color: rgba(255,255,255,.68); }
.ajp2026 .hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(44px, 3.6vw, 62px);
  line-height: 1.32;
  letter-spacing: .04em;
  font-weight: 500;
}
.ajp2026 .hero h1 > span { white-space: nowrap; }
.ajp2026 .hero h1 em { color: var(--gold-light); font-style: normal; }
.ajp2026 .hero h1 .hero-title-line { display: block; white-space: nowrap; }
.ajp2026 .hero-lead { margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 2; }
.ajp2026 .offer-panel {
  margin-top: 30px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(214,187,134,.35);
  border-bottom: 1px solid rgba(214,187,134,.35);
}
.ajp2026 .offer-discount { min-width: 176px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.ajp2026 .offer-discount span, .ajp2026 .offer-price span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.64); font-size: 11px; letter-spacing: .13em; }
.ajp2026 .offer-discount strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 51px; line-height: 1; }
.ajp2026 .offer-discount small { margin-left: 4px; font-size: 16px; letter-spacing: .03em; }
.ajp2026 .offer-price { padding-left: 28px; }
.ajp2026 .offer-price strong { font-family: Georgia, "Yu Mincho", serif; font-size: 28px; font-weight: 400; }
.ajp2026 .offer-price small { margin-left: 4px; font-family: inherit; font-size: 12px; }
.ajp2026 .hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.ajp2026 .button { min-height: 56px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 800; letter-spacing: .04em; transition: .2s ease; }
.ajp2026 .button-gold { background: var(--gold); color: #091321; }
.ajp2026 .button-gold:hover { background: #cfac70; transform: translateY(-2px); }
.ajp2026 .text-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); color: rgba(255,255,255,.76); font-size: 12px; }
.ajp2026 .campaign-period { margin-top: 25px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 12px; }
.ajp2026 .campaign-period strong { margin-left: 5px; color: #fff; font-family: Georgia, serif; letter-spacing: .08em; }

.ajp2026 .hero-visual { min-height: 690px; position: relative; background: #d7cbb9; overflow: hidden; }
.ajp2026 .hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,38,.55) 0%, rgba(7,20,38,0) 27%), linear-gradient(0deg, rgba(7,20,38,.44) 0%, transparent 32%); }
.ajp2026 .hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.85) contrast(1.04); }
.ajp2026 .hero-seal { width: 95px; height: 95px; position: absolute; z-index: 2; top: 36px; right: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(7,20,38,.82); color: #fff; text-align: center; }
.ajp2026 .hero-seal span { color: var(--gold-light); font-family: Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.ajp2026 .hero-seal strong { margin-top: 4px; font-family: "Yu Mincho", serif; font-size: 16px; line-height: 1.15; letter-spacing: .12em; }
.ajp2026 .photo-caption { position: absolute; z-index: 2; right: 30px; bottom: 24px; margin: 0; color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 10px; letter-spacing: .2em; }

.ajp2026 .assurance-bar { min-height: 76px; display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-bottom: 1px solid var(--line); }
.ajp2026 .assurance-bar div { display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.ajp2026 .assurance-bar div:last-child { border: 0; }
.ajp2026 .assurance-bar svg { color: #8b6e40; }

.ajp2026 .section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ajp2026 .section-index { padding-bottom: 16px; border-bottom: 1px solid var(--line); color: #7d7568; font-family: Georgia, serif; font-size: 10px; letter-spacing: .24em; }
.ajp2026 .urgency-section { padding-top: 110px; padding-bottom: 118px; }
.ajp2026 .urgency-grid { margin-top: 46px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(38px, 5vw, 72px); }
.ajp2026 .urgency-grid > * { min-width: 0; }
.ajp2026 .kicker { margin: 0 0 17px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.ajp2026 .urgency-grid h2, .ajp2026 .statement-copy h2, .ajp2026 .section-heading h2, .ajp2026 .compare-heading h2, .ajp2026 .craft-heading h2, .ajp2026 .support-heading h2, .ajp2026 .faq-title h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: .04em;
}
.ajp2026 .urgency-grid h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.48; }
.ajp2026 .urgency-grid h2 span { color: var(--red); }
.ajp2026 .urgency-grid h2 .urgency-line { display: block; white-space: nowrap; }
.ajp2026 .urgency-grid h2 .urgency-line-dark { color: var(--ink); }
.ajp2026 .urgency-copy { padding-top: 12px; }
.ajp2026 .urgency-copy p { margin: 0 0 20px; color: #4b4b4b; font-size: 15px; line-height: 2; }
.ajp2026 .urgency-copy .strong-copy { padding-left: 20px; border-left: 3px solid var(--red); color: var(--ink); font-weight: 700; }
.ajp2026 .strong-copy span { display: block; }
.ajp2026 .inline-arrow { margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid #222; padding-bottom: 5px; font-size: 13px; font-weight: 800; }

.ajp2026 .statement-section { min-height: 620px; display: grid; grid-template-columns: 52% 48%; background: var(--ivory); }
.ajp2026 .statement-photo img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.ajp2026 .statement-copy { padding: 82px clamp(40px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.ajp2026 .statement-copy h2 { font-size: clamp(34px, 3.6vw, 50px); line-height: 1.45; }
.ajp2026 .statement-line { display: block; white-space: nowrap; }
.ajp2026 .statement-copy > p:not(.eyebrow) { margin: 28px 0 0; color: #4b4b4b; font-size: 15px; line-height: 2; }
.ajp2026 .statement-paragraph span { display: block; }
.ajp2026 .check-list { margin: 27px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.ajp2026 .check-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.ajp2026 .check-list svg { color: #8b6e40; }

.ajp2026 .models-section { padding-top: 120px; padding-bottom: 120px; }
.ajp2026 .section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; }
.ajp2026 .section-heading h2 { font-size: clamp(35px, 3.7vw, 52px); line-height: 1.45; }
.ajp2026 .section-heading > p { margin: 0 0 5px; color: #5d5b56; font-size: 14px; line-height: 2; }
.ajp2026 .model-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.ajp2026 .model-card { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(10,22,40,.12); }
.ajp2026 .model-card.featured { border-color: var(--gold); box-shadow: 0 18px 50px rgba(7,20,38,.09); }
.ajp2026 .recommend-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 13px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.ajp2026 .model-image-wrap { aspect-ratio: 16 / 9; overflow: hidden; background: #ded5c8; }
.ajp2026 .model-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ajp2026 .model-card:hover .model-image-wrap img { transform: scale(1.025); }
.ajp2026 .model-body { padding: 30px 32px 32px; }
.ajp2026 .model-label { margin: 0 0 7px; color: #8b6e40; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ajp2026 .model-body h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 25px; font-weight: 600; letter-spacing: .04em; }
.ajp2026 .model-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.ajp2026 .model-tags span { padding: 6px 9px; background: #eef0f3; color: #374153; font-size: 10px; font-weight: 700; }
.ajp2026 .model-description { min-height: 76px; margin: 19px 0 22px; color: #5e5d59; font-size: 13px; line-height: 1.9; }
.ajp2026 .price-box { padding: 20px 0; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.ajp2026 .price-box > div > span { display: block; margin-bottom: 6px; color: #777; font-size: 10px; }
.ajp2026 .price-box s { color: #666; font-size: 14px; }
.ajp2026 .campaign-price { text-align: right; }
.ajp2026 .campaign-price span { color: var(--red) !important; font-weight: 800; }
.ajp2026 .campaign-price strong { color: var(--red); font-family: Georgia, "Yu Mincho", serif; font-size: 30px; }
.ajp2026 .campaign-price small { margin-left: 2px; font-family: inherit; font-size: 11px; }
.ajp2026 .model-button { height: 54px; display: flex; align-items: center; justify-content: center; gap: 11px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 800; transition: background .2s ease; }
.ajp2026 .model-button:hover { background: #183451; }
.ajp2026 .price-note { margin: 23px 0 0; color: #78736a; font-size: 10px; line-height: 1.7; text-align: right; }

.ajp2026 .compare-section { padding-bottom: 118px; }
.ajp2026 .compare-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.ajp2026 .compare-heading h2 { font-size: clamp(30px, 3.5vw, 46px); }
.ajp2026 .table-wrap { margin-top: 38px; overflow-x: auto; border-top: 2px solid var(--navy); }
.ajp2026 table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.ajp2026 th, .ajp2026 td { padding: 20px 18px; border-bottom: 1px solid var(--line); text-align: center; font-size: 13px; }
.ajp2026 thead th { background: #eef0f3; color: #48505a; font-size: 11px; letter-spacing: .08em; }
.ajp2026 tbody th { text-align: left; font-family: "Yu Mincho", serif; font-size: 15px; }
.ajp2026 tbody td:last-child { color: var(--red); font-weight: 800; }

.ajp2026 .craft-section { padding: 118px 0 128px; background: var(--navy); color: #fff; }
.ajp2026 .craft-heading { display: flex; align-items: end; justify-content: space-between; }
.ajp2026 .craft-heading h2 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1.45; }
.ajp2026 .fact-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.ajp2026 .fact-card { display: grid; grid-template-columns: 45% 55%; min-height: 280px; background: var(--navy-soft); }
.ajp2026 .fact-card > img { width: 100%; height: 100%; object-fit: cover; }
.ajp2026 .fact-copy { padding: 32px; }
.ajp2026 .fact-copy > span { color: var(--gold-light); font-family: Georgia, serif; font-size: 13px; }
.ajp2026 .fact-copy h3 { margin: 22px 0 12px; font-family: "Yu Mincho", serif; font-size: 20px; line-height: 1.55; font-weight: 500; }
.ajp2026 .fact-copy p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.9; }

.ajp2026 .support-section { padding-top: 118px; padding-bottom: 120px; }
.ajp2026 .support-heading h2 { font-size: clamp(34px, 4.2vw, 54px); line-height: 1.45; }
.ajp2026 .support-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ajp2026 .support-grid article { padding: 42px 34px; border-right: 1px solid var(--line); }
.ajp2026 .support-grid article:last-child { border: 0; }
.ajp2026 .support-grid svg { color: #8b6e40; }
.ajp2026 .support-number { color: #8b6e40; font-family: Georgia, serif; font-size: 14px; letter-spacing: .12em; }
.ajp2026 .support-grid h3 { margin: 26px 0 13px; font-family: "Yu Mincho", serif; font-size: 20px; }
.ajp2026 .support-grid p { margin: 0; color: #5e5c57; font-size: 12px; line-height: 1.9; }
.ajp2026 .support-grid a { margin-top: 22px; display: inline-flex; align-items: center; gap: 4px; padding-bottom: 4px; border-bottom: 1px solid #222; font-size: 11px; font-weight: 800; }

.ajp2026 .faq-section { padding: 110px 0; background: #17202b; color: #fff; }
.ajp2026 .faq-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.ajp2026 .faq-title h2 { font-size: clamp(34px, 3.8vw, 50px); }
.ajp2026 .faq-list { border-top: 1px solid rgba(255,255,255,.25); }
.ajp2026 .faq-list details { border-bottom: 1px solid rgba(255,255,255,.2); }
.ajp2026 .faq-list summary { padding: 25px 35px 25px 0; position: relative; cursor: pointer; list-style: none; font-family: "Yu Mincho", serif; font-size: 16px; }
.ajp2026 .faq-list summary::-webkit-details-marker { display: none; }
.ajp2026 .faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 20px; color: var(--gold-light); font-family: Georgia, serif; font-size: 24px; }
.ajp2026 .faq-list details[open] summary::after { content: "−"; }
.ajp2026 .faq-list details p { margin: 0; padding: 0 40px 25px 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.9; }

.ajp2026 .final-cta { padding: 112px 24px 120px; background: #f1eadf; text-align: center; }
.ajp2026 .final-cta .eyebrow { color: #8b6e40; }
.ajp2026 .final-cta h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(42px, 6vw, 76px); font-weight: 500; letter-spacing: .06em; }
.ajp2026 .final-cta > p:not(.eyebrow) { margin: 26px auto 0; color: #55514b; font-size: 14px; line-height: 2; }
.ajp2026 .final-offer { margin: 30px auto 0; display: flex; align-items: center; justify-content: center; gap: 22px; }
.ajp2026 .final-offer span { font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.ajp2026 .final-offer strong { color: var(--red); font-family: Georgia, serif; font-size: 36px; }
.ajp2026 .final-button { margin-top: 28px; min-width: 320px; }

.ajp2026 .campaign-footer { padding: 48px clamp(24px,5vw,76px) 52px; display: flex; justify-content: space-between; gap: 50px; background: #080f18; color: rgba(255,255,255,.58); }
.ajp2026 .footer-brand { margin: 0; color: #fff; font-family: "Yu Mincho", serif; font-size: 17px; letter-spacing: .1em; }
.ajp2026 .footer-brand span { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 8px; letter-spacing: .22em; }
.ajp2026 .legal-notes p { margin: 0 0 5px; font-size: 9px; line-height: 1.6; }
.ajp2026 .mobile-only { display: none; }

@media (max-width: 1250px) {
  .ajp2026 .deadline-strip { padding: 8px 14px; gap: 9px; font-size: 10px; letter-spacing: .03em; text-align: center; }
  .ajp2026 .brand-header { height: 68px; padding: 0 18px; }
  .ajp2026 .brand-jp { font-size: 17px; }
  .ajp2026 .brand-en { font-size: 7px; }
  .ajp2026 .header-link { font-size: 11px; }
  .ajp2026 .hero { display: flex; flex-direction: column-reverse; }
  .ajp2026 .hero-visual { min-height: 430px; }
  .ajp2026 .hero-visual::after { background: linear-gradient(0deg, rgba(7,20,38,.7) 0%, transparent 43%); }
  .ajp2026 .hero-seal { width: 74px; height: 74px; top: 18px; right: 18px; }
  .ajp2026 .hero-seal strong { font-size: 13px; }
  .ajp2026 .hero-copy { padding: 44px 24px 48px; }
  .ajp2026 .anniversary { margin-bottom: 14px; }
  .ajp2026 .hero h1 { font-size: clamp(40px, 11vw, 58px); }
  .ajp2026 .hero h1 > span { white-space: normal; }
  .ajp2026 .hero h1 .hero-title-line { white-space: nowrap; }
  .ajp2026 .hero-lead br { display: none; }
  .ajp2026 .offer-panel { align-items: stretch; }
  .ajp2026 .offer-discount { min-width: 45%; padding-right: 18px; }
  .ajp2026 .offer-discount strong { font-size: 45px; }
  .ajp2026 .offer-price { padding-left: 18px; }
  .ajp2026 .offer-price strong { font-size: 23px; }
  .ajp2026 .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .ajp2026 .text-link { align-self: flex-start; }
  .ajp2026 .assurance-bar { grid-template-columns: 1fr; padding: 15px 23px; }
  .ajp2026 .assurance-bar div { min-height: 42px; justify-content: flex-start; border: 0; }
  .ajp2026 .section-shell { width: min(100% - 36px, 680px); }
  .ajp2026 .urgency-section { padding-top: 78px; padding-bottom: 82px; }
  .ajp2026 .urgency-grid { margin-top: 34px; grid-template-columns: 1fr; gap: 34px; }
  .ajp2026 .urgency-grid h2 { font-size: clamp(27px, 8.4vw, 34px); }
  .ajp2026 .statement-section { grid-template-columns: 1fr; }
  .ajp2026 .statement-photo { height: 330px; }
  .ajp2026 .statement-copy { padding: 56px 24px 64px; }
  .ajp2026 .models-section { padding-top: 82px; padding-bottom: 84px; }
  .ajp2026 .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .ajp2026 .section-heading h2 { font-size: 38px; }
  .ajp2026 .model-grid { margin-top: 42px; grid-template-columns: 1fr; gap: 22px; }
  .ajp2026 .model-body { padding: 26px 22px 24px; }
  .ajp2026 .model-description { min-height: auto; }
  .ajp2026 .price-note { text-align: left; }
  .ajp2026 .compare-section { padding-bottom: 80px; }
  .ajp2026 .compare-heading { align-items: flex-start; flex-direction: column; }
  .ajp2026 .craft-section { padding: 82px 0 88px; }
  .ajp2026 .craft-heading h2 { font-size: 37px; }
  .ajp2026 .fact-grid { margin-top: 40px; grid-template-columns: 1fr; }
  .ajp2026 .fact-card { grid-template-columns: 42% 58%; min-height: 245px; }
  .ajp2026 .fact-copy { padding: 24px 20px; }
  .ajp2026 .fact-copy h3 { margin-top: 16px; font-size: 17px; }
  .ajp2026 .support-section { padding-top: 82px; padding-bottom: 82px; }
  .ajp2026 .support-heading h2 { font-size: 36px; }
  .ajp2026 .support-grid { grid-template-columns: 1fr; }
  .ajp2026 .support-grid article { padding: 34px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ajp2026 .support-grid article:last-child { border-bottom: 0; }
  .ajp2026 .faq-section { padding: 78px 0; }
  .ajp2026 .faq-shell { grid-template-columns: 1fr; gap: 38px; }
  .ajp2026 .final-cta { padding: 82px 20px 105px; }
  .ajp2026 .final-cta h2 { font-size: 42px; }
  .ajp2026 .final-offer { gap: 11px; flex-wrap: wrap; }
  .ajp2026 .final-offer strong { font-size: 31px; }
  .ajp2026 .final-button { min-width: min(100%, 330px); }
  .ajp2026 .campaign-footer { padding: 42px 22px 94px; flex-direction: column; gap: 28px; }
  .ajp2026 .mobile-only { display: block; }
}

@media (max-width: 520px) {
  .ajp2026 .hero-visual { min-height: 330px; }
  .ajp2026 .hero-visual img { object-position: center; }
  .ajp2026 .hero-copy { padding-top: 37px; }
  .ajp2026 .eyebrow { line-height: 1.6; }
  .ajp2026 .hero h1 { font-size: clamp(30px, 8.3vw, 34px); }
  .ajp2026 .hero-lead { font-size: 13px; }
  .ajp2026 .offer-discount strong { font-size: 40px; }
  .ajp2026 .offer-discount small { font-size: 13px; }
  .ajp2026 .offer-price strong { font-size: 20px; }
  .ajp2026 .campaign-period { flex-wrap: wrap; }
  .ajp2026 .urgency-grid h2 { font-size: 29px; }
  .ajp2026 .statement-copy h2 { font-size: 30px; }
  .ajp2026 .section-heading h2 { font-size: 30px; }
  .ajp2026 .craft-heading h2 { font-size: 30px; }
  .ajp2026 .support-heading h2 { font-size: 30px; }
  .ajp2026 .model-image-wrap { aspect-ratio: 4 / 3; }
  .ajp2026 .model-body h3 { font-size: 22px; }
  .ajp2026 .price-box { align-items: flex-start; flex-direction: column; }
  .ajp2026 .campaign-price { text-align: left; }
  .ajp2026 .fact-card { grid-template-columns: 1fr; }
  .ajp2026 .fact-card > img { height: 230px; }
  .ajp2026 .fact-copy { padding: 24px 22px 30px; }
  .ajp2026 .final-cta h2 { font-size: 34px; }
}

@media (max-width: 360px) {
  .ajp2026 .hero-copy { padding-right: 18px; padding-left: 18px; }
  .ajp2026 .hero h1 { font-size: 27px; }
  .ajp2026 .section-shell { width: calc(100% - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  .ajp2026 { scroll-behavior: auto; }
  .ajp2026, .ajp2026 *, .ajp2026 *::before, .ajp2026 *::after { transition: none !important; }
}
