:root {
  --bg: #0d0808;
  --surface: #170f0f;
  --surface-2: #201515;
  --line: rgba(255, 255, 255, .09);
  --text: #f9f4f4;
  --muted: #b3a09d;
  --red: #ff5b5b;
  --red-2: #ffb199;
  --green: #67e8a8;
  --danger: #ff8d8d;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .4);
  --head: "Manrope", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; padding-bottom: 78px; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 72% 4%, rgba(255,91,91,.14), transparent 27%), radial-gradient(circle at 12% 44%, rgba(255,177,153,.06), transparent 24%); }
img, video { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--head); line-height: 1.05; letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem, 5vw, 4.8rem); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--red-2); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 700; }

.announce { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 7px 16px; background: #1a1010; color: #e8d5d0; font-size: .78rem; font-weight: 600; border-bottom: 1px solid var(--line); }
.announce-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }

.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-left { display: flex; align-items: center; gap: 18px; }
.home-link { color: var(--muted); font-size: .82rem; font-weight: 600; }
.home-link:hover { color: var(--text); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 .82rem/1 var(--head); letter-spacing: .12em; }
.brand span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(145deg, #ffcfc2, #9c6a5f); color: #180a0a; letter-spacing: -.04em; box-shadow: inset 0 1px rgba(255,255,255,.7); }
.nav-links { display: flex; gap: 30px; color: var(--muted); font-size: .9rem; }
.nav-links a:hover { color: var(--text); }
.nav-buy { border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); padding: 10px 18px; border-radius: 999px; cursor: pointer; }

.hero { min-height: calc(100vh - 112px); display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(38px, 6vw, 94px); padding-block: 54px 84px; }
.hero h1 { font-size: clamp(3.6rem, 7vw, 7.4rem); margin: 20px 0 26px; }
.hero h1 span { color: transparent; background: linear-gradient(105deg, #fff2ee 15%, #ff8f7a 66%, #ffd4c4); background-clip: text; -webkit-background-clip: text; }
.lede { max-width: 610px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 22px; }
.hero-points span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #ddc9c4; font-size: .76rem; font-weight: 600; }

.variant-row { margin: 6px 0 24px; }
.variant-label { color: var(--muted); font-size: .78rem; font-weight: 600; margin-bottom: 10px; }
.variant-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.variant-pill { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; min-width: 108px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--text); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.variant-pill:hover { border-color: rgba(255,91,91,.5); }
.variant-pill[aria-pressed="true"] { border-color: var(--red); background: rgba(255,91,91,.12); box-shadow: 0 0 0 1px var(--red) inset; }
.variant-pill-label { font-size: .82rem; font-weight: 700; }
.variant-pill-price { font: 700 .92rem var(--head); color: var(--red-2); }
.variant-pill-save { margin-top: 2px; padding: 2px 7px; border-radius: 999px; background: rgba(103,232,168,.14); color: var(--green); font-size: .62rem; font-weight: 800; letter-spacing: .04em; }

.share-row { margin-top: 14px; }
.share-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 9px 16px; border: 1px dashed rgba(103,232,168,.55); border-radius: 999px; background: rgba(103,232,168,.07); color: var(--green); font-size: .84rem; font-weight: 700; cursor: pointer; transition: background .2s ease; }
.share-btn:hover { background: rgba(103,232,168,.14); }
.share-unlocked { display: inline-flex; align-items: center; min-height: 44px; color: var(--green); font-size: .84rem; font-weight: 700; }

.modal-upsell { margin: 0 0 14px; padding: 13px 15px; border: 1px solid rgba(255,91,91,.35); border-radius: 14px; background: rgba(255,91,91,.07); }
.modal-upsell p { font-size: .86rem; color: #eadbd6; }
.modal-upsell .upsell-best { color: var(--green); font-weight: 700; }
.upsell-btn { margin-top: 10px; width: 100%; min-height: 44px; border: 0; border-radius: 12px; background: linear-gradient(135deg, #ffe3d9, #ff9d8a); color: #2a0d07; font-family: var(--head); font-weight: 800; font-size: .9rem; cursor: pointer; }
.upsell-btn:hover { filter: brightness(1.05); }
.modal-share { margin: 0 0 6px; }
.share-btn-modal { width: 100%; justify-content: center; border-radius: 12px; }
.modal-share-note { color: var(--green); font-size: .8rem; font-weight: 600; }
.modal-variant-summary s { color: var(--muted); }

.purchase-row { display: flex; align-items: center; gap: 22px; }
.purchase-row > div { min-width: 108px; }
.purchase-row small, .sticky-bar small { display: block; color: var(--muted); font-size: .72rem; }
.purchase-row strong { font: 800 2rem/1 var(--head); }
.purchase-row s { color: var(--muted); margin-left: 7px; }
.cta { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 54px; border: 0; border-radius: 16px; padding: 0 25px; background: linear-gradient(135deg, #fff5f0, #ffc9b8); color: #200b07; font-family: var(--head); font-weight: 800; cursor: pointer; box-shadow: 0 12px 30px rgba(255,91,91,.22); transition: transform .2s ease, box-shadow .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(255,91,91,.3); }
.cta:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.microcopy { margin-top: 14px; color: #9a8985; font-size: .8rem; }

.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 18px; }
.hero-trust li { display: inline-flex; align-items: center; gap: 7px; color: #d4c2bd; font-size: .82rem; font-weight: 600; }
.hero-trust svg { width: 17px; height: 17px; flex: none; color: var(--green); }

.price-compare { margin: 14px 0 0; color: var(--green); font-size: .84rem; font-weight: 600; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.cta-secondary { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; border: 1px solid var(--line); border-radius: 16px; padding: 0 25px; background: transparent; color: var(--text); font-family: var(--head); font-weight: 700; font-size: .92rem; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.cta-secondary:hover { border-color: var(--red); color: var(--red-2); }
.cta-secondary[hidden] { display: none; }
.replacement-badge { margin-top: 16px; color: #8fe3b8; font-size: .82rem; font-weight: 600; }

.hero-media { position: relative; min-width: 0; padding: 24px; }
/* Night-shot video hero: the clip is square and near-black, so cover-cropping
   it into the 4/5 card loses nothing and blends into the dark theme. */
.hero-media video { position: relative; z-index: 2; aspect-ratio: 4/5; object-fit: cover; border-radius: 36px; background: #000; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.12); }
.media-glow { position: absolute; inset: 7% 2% -2% 8%; filter: blur(55px); background: linear-gradient(135deg, rgba(255,91,91,.42), rgba(255,177,153,.08) 60%, transparent); border-radius: 40%; }
.floating-stat { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 14px 17px; border: 1px solid rgba(255,255,255,.13); background: rgba(19,12,12,.8); backdrop-filter: blur(16px); border-radius: 17px; box-shadow: 0 15px 40px rgba(0,0,0,.28); }
.floating-stat strong { font: 700 1.1rem/1 var(--head); }
.floating-stat span { color: var(--muted); font-size: .65rem; margin-top: 5px; }
.stat-one { left: -6px; bottom: 18%; }.stat-two { right: -2px; bottom: 8%; }

.signal-strip { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-strip div { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); color: #cbb9b4; font-size: .84rem; }
.signal-strip div:last-child { border-right: 0; }
.signal-strip b { color: #7a6560; font: 600 .68rem var(--head); }

.section { padding-block: 140px; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading h2 { margin: 14px 0 18px; }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.modes { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.mode-card { min-height: 250px; padding: 34px; background: linear-gradient(155deg, rgba(255,255,255,.035), transparent); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mode-card:nth-child(3n) { border-right: 0; }
.mode-card:nth-last-child(-n+3) { border-bottom: 0; }
.mode-card > span { color: var(--red); font: 700 .76rem var(--head); }
.mode-card h3 { font-size: 1.4rem; margin: 44px 0 13px; }
.mode-card p { color: var(--muted); font-size: .92rem; }

.feature-stage { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(38px, 7vw, 100px); align-items: center; padding-block: 36px 140px; }
.feature-image { padding: 12px; background: linear-gradient(145deg, #f2ddd6, #7a655e); border-radius: 34px; box-shadow: var(--shadow); }
.feature-image img { border-radius: 25px; }
.feature-copy h2 { margin: 15px 0 24px; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.feature-copy ul { list-style: none; margin-top: 28px; display: grid; gap: 12px; }
.feature-copy li { color: #dbc8c3; padding-left: 24px; position: relative; }
.feature-copy li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 15px var(--red); }

.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-card { min-height: 245px; padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 23px; }
.benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,91,91,.12); color: var(--red-2); }
.benefit-icon svg { width: 23px; }
.benefit-card h3 { font-size: 1.35rem; margin: 48px 0 10px; }
.benefit-card p { color: var(--muted); max-width: 460px; }

.gallery-section { display: grid; grid-template-columns: .35fr .65fr; gap: 55px; padding-block: 30px 140px; align-items: start; }
.gallery-copy { position: sticky; top: 40px; }
.gallery-copy h2 { margin: 16px 0 20px; font-size: clamp(2.3rem, 4vw, 4rem); }
.gallery-copy > p:last-child { color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 22px; background: var(--surface); cursor: zoom-in; }
.gallery-item:first-child { grid-column: span 2; }
.gallery-item img { aspect-ratio: 1/1; object-fit: cover; transition: transform .45s ease; }
.gallery-item:first-child img { aspect-ratio: 16/11; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; right: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(12,7,7,.74); color: white; font-size: .7rem; backdrop-filter: blur(10px); }

.spec-section { display: grid; grid-template-columns: .45fr .55fr; gap: 80px; padding-block: 120px; border-top: 1px solid var(--line); }
.spec-section h2 { margin: 15px 0 20px; }
.spec-note { color: var(--muted); max-width: 430px; }
.spec-list > div { display: grid; grid-template-columns: .42fr .58fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: #9a827c; font-size: .83rem; }.spec-list dd { color: #ecdedb; font-size: .92rem; }

.box-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding: 90px; margin-block: 30px 140px; border-radius: 35px; background: linear-gradient(140deg, #1c1211, #100a0a); border: 1px solid var(--line); }
.box-visual { min-height: 330px; display: grid; place-items: center; position: relative; }
.box-ring { width: 220px; height: 220px; border: 22px solid #2c1c1a; border-radius: 50%; box-shadow: inset 0 0 0 3px #8a6a63, 0 26px 50px rgba(0,0,0,.4); }
.box-stand { position: absolute; font: 800 1.4rem var(--head); color: #150a08; width: 90px; height: 300px; display: grid; place-items: center; border-radius: 45px; background: linear-gradient(90deg, #7b6058, #eadbd5 45%, #8b6f66); transform: rotate(34deg); box-shadow: 0 20px 45px rgba(0,0,0,.45); }
.box-section h2 { margin: 15px 0 25px; }
.box-section ul { list-style: none; display: grid; gap: 11px; margin-bottom: 25px; }
.box-section li::before { content: "✓"; color: var(--green); margin-right: 11px; }
.compatibility { padding-top: 21px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.review-rating { color: #ffc857; letter-spacing: .1em; margin-bottom: 12px; }
.review-card p { color: #ecdedb; font-size: .92rem; }
.review-name { display: block; margin-top: 16px; color: var(--muted); font-size: .8rem; font-weight: 600; }

.faqs { max-width: 900px; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 45px 22px 0; font: 600 1.04rem var(--head); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; color: var(--red); font-size: 1.4rem; font-weight: 400; }
.faq[open] summary::after { content: "−"; }
.faq div { color: var(--muted); max-width: 760px; padding: 0 45px 24px 0; }

.final-cta { margin-bottom: 120px; padding: 90px; border-radius: 38px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(255,91,91,.2), transparent 42%), var(--surface); border: 1px solid var(--line); }
.final-cta h2 { font-size: clamp(3.2rem, 7vw, 6.7rem); margin: 18px 0 25px; }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: var(--muted); }
.final-price { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 35px; }
.final-price > span { font: 800 2rem var(--head); }

.footer { padding: 0 0 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: var(--muted); font-size: .76rem; }
.footer-meta { text-align: center; }
.footer-musafah { margin-top: 4px; opacity: .8; }
.footer nav { justify-self: end; display: flex; flex-wrap: wrap; gap: 18px; }
.footer nav a:hover { color: var(--text); }

.sticky-bar { display: none; position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 50; min-height: 64px; padding: 8px 8px 8px 16px; align-items: center; justify-content: space-between; border-radius: 19px; background: rgba(23,15,15,.9); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(17px); box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.sticky-bar strong { font: 800 1.15rem var(--head); }.cta.compact { min-height: 47px; padding-inline: 21px; }

.lightbox { position: fixed; inset: 0; z-index: 1000; padding: 40px; display: grid; place-items: center; background: rgba(6,3,3,.91); backdrop-filter: blur(15px); }
.lightbox[hidden] { display: none; }.lightbox img { max-width: min(1100px, 92vw); max-height: 88vh; width: auto; border-radius: 22px; }
.lightbox button { position: fixed; top: 18px; right: 22px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--text); font-size: 1.7rem; cursor: pointer; }

.modal-overlay { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 20px; background: rgba(5,3,3,.78); backdrop-filter: blur(12px); }
.modal-overlay[hidden] { display: none; }
.modal { width: min(520px, 100%); max-height: 92vh; overflow-y: auto; position: relative; padding: 31px; border-radius: 27px; background: #1a1211; border: 1px solid var(--line); box-shadow: var(--shadow); }
.modal h3 { font-size: 1.8rem; margin: 8px 0 8px; }.modal-close { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface-2); color: var(--text); font-size: 1.35rem; cursor: pointer; }
.modal-variant-summary { color: var(--red-2); font-weight: 700; font-size: .92rem; margin-bottom: 16px; }
.modal label { display: block; margin: 13px 0 5px; color: #c2ada7; font-size: .78rem; font-weight: 600; }
.modal input, .modal textarea, .modal select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 12px; background: #120c0b; color: var(--text); font-size: 16px; }
.modal input:focus, .modal textarea:focus, .modal select:focus { outline: 2px solid var(--red); border-color: transparent; }
.form-row { display: grid; grid-template-columns: 1.35fr .8fr; gap: 12px; }.form-error { margin-top: 12px; color: var(--danger); font-size: .83rem; }.modal-pay { width: 100%; margin-top: 20px; }.secure-note { margin-top: 11px; text-align: center; color: var(--muted); font-size: .72rem; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .hero-copy { text-align: center; }.hero-copy .lede { margin-inline: auto; }.hero-copy .hero-points, .hero-copy .variant-pills, .purchase-row, .cta-row, .hero-trust { justify-content: center; }
  /* Product before prose. Ad traffic arrives having seen the product in the
     creative; showing a wall of text first breaks that continuity. */
  .hero-media { order: -1; max-width: 660px; margin-inline: auto; }.hero-media video { aspect-ratio: 1/1; }
  .signal-strip { grid-template-columns: 1fr 1fr; }.signal-strip div:nth-child(2) { border-right: 0; }.signal-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .modes { grid-template-columns: 1fr; }.mode-card { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; padding: 26px 30px; }.mode-card:last-child { border-bottom: 0 !important; }.mode-card h3 { margin-top: 20px; }
  .feature-stage, .gallery-section, .spec-section, .box-section { grid-template-columns: 1fr; }
  .gallery-copy { position: static; }.spec-section { gap: 35px; }.box-section { padding: 55px; gap: 25px; }
  .review-grid { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; text-align: center; }.footer .brand, .footer nav { justify-self: center; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  body { padding-bottom: 85px; }.nav { height: 66px; }.nav-buy { display: none; }.home-link { font-size: .74rem; }
  .hero { min-height: 0; gap: 22px; padding: 18px 0 60px; }
  .hero h1 { font-size: clamp(1.95rem, 8.4vw, 2.8rem); margin: 10px 0 14px; }.lede { font-size: .98rem; }
  /* Decision-first order: pack choice, price and CTA move above the descriptive
     copy so the buy button lands inside the first screen. */
  .hero-copy { display: flex; flex-direction: column; }
  .hero-copy .eyebrow { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-copy .variant-row { order: 3; }
  .hero-copy .purchase-row { order: 4; margin-top: 0; }
  .hero-copy .price-compare { order: 5; }
  .hero-copy .cta-row { order: 6; }
  .hero-copy .share-row { order: 6; text-align: center; }
  .hero-copy .hero-trust { order: 7; }
  .hero-copy .replacement-badge { order: 8; }
  .hero-copy .lede { order: 9; }
  .hero-copy .hero-points { order: 10; margin: 4px 0 0; }
  .hero-copy .microcopy { order: 11; }
  .hero-trust { gap: 8px 16px; font-size: .78rem; }
  .variant-pills { justify-content: center; }
  .purchase-row { flex-direction: column; }.purchase-row .cta { width: 100%; }.microcopy { text-align: center; }
  .cta-row { flex-direction: column; width: 100%; }.cta-row .cta, .cta-row .cta-secondary { width: 100%; }
  .hero-media { padding: 6px; }.hero-media video { border-radius: 25px; aspect-ratio: 1/1; }.stat-one { left: -1px; }.stat-two { right: -1px; }
  .signal-strip div { min-height: 76px; flex-direction: column; gap: 3px; }
  .section { padding-block: 62px; }.section-heading { margin-bottom: 30px; }.section-heading h2 { font-size: 2.15rem; }
  .feature-stage { padding-bottom: 95px; }.feature-image { border-radius: 25px; }.feature-image img { border-radius: 18px; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 220px; }.benefit-card h3 { margin-top: 40px; }
  /* Snap carousel with an edge peek, same fix used on other product pages. */
  .gallery-section { padding-bottom: 72px; gap: 24px; }
  .gallery { display: flex; grid-template-columns: none; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; padding-bottom: 4px; }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery-item { flex: 0 0 78%; scroll-snap-align: center; }
  .gallery-item:first-child { grid-column: auto; }
  .gallery-item:first-child img, .gallery-item img { aspect-ratio: 1/1; }
  .spec-section { padding-block: 90px; }.spec-list > div { grid-template-columns: 1fr; gap: 3px; }
  .box-section { padding: 40px 25px; margin-bottom: 90px; }.box-visual { min-height: 260px; transform: scale(.82); }
  .final-cta { padding: 65px 20px; margin-bottom: 90px; }.final-price { flex-direction: column; }.final-price .cta { width: 100%; }
  .footer nav { flex-wrap: wrap; justify-content: center; gap: 4px 14px; }.sticky-bar { display: flex; }
  .feature-stage { padding-bottom: 66px; }.gallery-section { padding-bottom: 72px; }
  .box-section { margin-bottom: 62px; }.final-cta { margin-bottom: 62px; }
  .modal-overlay { align-items: end; padding: 0; }.modal { width: 100%; border-radius: 24px 24px 0 0; padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
}

/* Screen-reader-only text (keyword-bearing h1 prefix). */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Touch targets — every one of these measured under the 44px minimum. */
.footer nav a, .home-link { display: inline-flex; align-items: center; min-height: 44px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; }
.variant-pill { min-height: 44px; }

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