:root {
  --navy: #0e1629;
  --navy-2: #17223b;
  --navy-3: #202c48;
  --rose: #c98f7a;
  --rose-light: #e9c6b8;
  --rose-pale: #f4e3dc;
  --cream: #f8f3ef;
  --white: #fff;
  --ink: #1a2030;
  --muted: #6c6670;
  --line: #e5d6cf;
  --green: #537364;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Jost", Arial, sans-serif;
  --shadow: 0 26px 70px rgba(14, 22, 41, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--body); font-weight: 300; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: break-word; font-family: var(--display); font-weight: 500; line-height: 1.04; text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
em { color: var(--rose); font-weight: 500; }
.announcement { padding: 10px 20px; background: var(--navy); color: rgba(255,255,255,.78); font-size: .74rem; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.announcement strong { color: var(--rose-light); font-weight: 600; }

.nav-shell { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(201,143,122,.22); background: rgba(248,243,239,.9); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 18px; color: var(--navy); font-family: var(--display); font-size: 1.2rem; }
.brand img { width: 145px; height: auto; padding: 8px 10px; border-radius: 8px; background: var(--navy); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 1px solid var(--rose); border-radius: 999px; padding: 14px 28px; background: var(--rose); box-shadow: 0 16px 34px rgba(154,91,69,.2); color: var(--white); font-size: .88rem; font-weight: 600; letter-spacing: .035em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(154,91,69,.28); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid rgba(201,143,122,.5); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 10px 20px; }
.button-full { width: 100%; }

.hero { position: relative; min-height: 780px; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 28%; }
.hero-overlay { background: linear-gradient(90deg, rgba(14,22,41,.98) 0%, rgba(14,22,41,.92) 41%, rgba(14,22,41,.44) 72%, rgba(14,22,41,.25) 100%); }
.hero::after { position: absolute; right: 8%; top: 50%; width: min(38vw, 455px); aspect-ratio: 3/4; border: 1px solid rgba(233,198,184,.55); border-radius: 230px 230px 24px 24px; content: ""; transform: translateY(-50%); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 780px; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .6fr); align-items: center; gap: 68px; padding: 86px 0; }
.hero-copy { max-width: 690px; }
.hero-copy .eyebrow { color: var(--rose-light); }
.hero h1 { margin-bottom: 26px; font-size: clamp(3rem, 5.5vw, 5rem); letter-spacing: -.025em; }
.hero-lead { max-width: 61ch; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 1.07rem; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.text-link { border-bottom: 1px solid rgba(233,198,184,.55); color: var(--rose-light); font-size: .85rem; font-weight: 500; letter-spacing: .05em; }
.trust-line { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 32px; color: rgba(255,255,255,.62); font-size: .78rem; }
.trust-line span { position: relative; padding-left: 15px; }
.trust-line span::before { position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--rose); content: ""; }
.product-card { position: relative; z-index: 3; overflow: hidden; border: 1px solid rgba(233,198,184,.3); border-radius: 26px; background: rgba(14,22,41,.72); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.product-image { padding: 28px 34px 0; }
.product-image img { max-height: 365px; width: 100%; border-radius: 8px 8px 0 0; object-fit: cover; object-position: top; box-shadow: 0 16px 48px rgba(0,0,0,.28); }
.product-card-body { padding: 22px 28px 28px; }
.product-card-body span, .product-card-body small { display: block; color: rgba(255,255,255,.58); font-size: .72rem; }
.product-card-body span { color: var(--rose-light); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-card-body strong { display: block; margin: 5px 0; font-family: var(--display); font-size: 1.4rem; font-weight: 500; }

section { padding: 108px 0; }
.event-strip { padding: 42px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.event-strip-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.event-strip .eyebrow { margin-bottom: 8px; }
.event-strip h2 { margin-bottom: 6px; color: var(--navy); font-size: 2rem; }
.event-strip p:last-child { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.countdown { display: grid; grid-template-columns: repeat(4, 92px); gap: 10px; }
.countdown div { padding: 13px 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); text-align: center; }
.countdown strong, .countdown span { display: block; }
.countdown strong { color: var(--navy); font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1; }
.countdown span { margin-top: 4px; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.section-dark { background: var(--navy); color: var(--white); }
.section-soft { background: var(--rose-pale); }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.4rem, 4.6vw, 4rem); }
.section-heading.light h2 { color: var(--white); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { min-height: 275px; padding: 32px; border: 1px solid rgba(233,198,184,.24); border-radius: 22px; background: rgba(255,255,255,.035); }
.pain-card > span { color: var(--rose); font-family: var(--display); font-size: 1rem; }
.pain-card h3 { margin: 34px 0 16px; color: var(--white); font-size: 1.65rem; }
.pain-card p { margin-bottom: 0; color: rgba(255,255,255,.64); font-size: .93rem; }
.recognition-quote { max-width: 920px; margin: 54px 0 0; padding: 33px 42px; border-left: 4px solid var(--rose); background: var(--navy-2); color: var(--rose-light); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.45rem); font-style: italic; line-height: 1.2; }

.method-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 84px; align-items: start; }
.method-intro { position: sticky; top: 110px; }
.method-intro h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(2.6rem, 5vw, 4.4rem); }
.method-intro > p:not(.eyebrow) { max-width: 52ch; color: var(--muted); }
.method-intro img { width: 100%; height: 350px; margin-top: 34px; border-radius: 180px 180px 22px 22px; object-fit: cover; box-shadow: var(--shadow); }
.method-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; min-height: 104px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.method-list b { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--rose-light); font-family: var(--display); font-size: 1.6rem; }
.method-list strong, .method-list span { display: block; }
.method-list strong { color: var(--navy); font-family: var(--display); font-size: 1.45rem; font-weight: 600; }
.method-list span { color: var(--muted); font-size: .9rem; }

.contents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { min-height: 225px; padding: 28px; border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 0 14px 34px rgba(64,37,29,.06); }
.content-card span { color: var(--rose); font-size: .7rem; font-weight: 600; letter-spacing: .2em; }
.content-card h3 { margin: 38px 0 11px; color: var(--navy); font-size: 1.55rem; }
.content-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.decision-copy h2 { max-width: 14ch; color: var(--navy); font-size: clamp(2.5rem, 4.6vw, 4rem); }
.decision-copy > p:not(.eyebrow) { max-width: 57ch; color: var(--muted); font-size: 1rem; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: var(--navy); font-weight: 400; }
.check-list li::before { position: absolute; left: 0; top: .15em; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--rose-pale); color: var(--rose); content: "✓"; font-size: .76rem; font-weight: bold; }
.decision-visual { position: relative; }
.decision-visual img { width: 100%; height: 570px; border-radius: 26px 220px 26px 26px; object-fit: cover; box-shadow: var(--shadow); }
.floating-note { position: absolute; left: -36px; bottom: 34px; min-width: 250px; padding: 21px 24px; border: 1px solid rgba(233,198,184,.35); border-radius: 16px; background: rgba(14,22,41,.92); color: var(--white); backdrop-filter: blur(12px); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { color: var(--rose-light); font-family: var(--display); font-size: 1.3rem; font-weight: 500; }
.floating-note span { color: rgba(255,255,255,.6); font-size: .72rem; }

.offer { position: relative; overflow: hidden; }
.offer::before { position: absolute; left: -180px; bottom: -260px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(201,143,122,.22), transparent 66%); content: ""; }
.offer-grid { position: relative; display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; }
.offer-copy h2 { max-width: 13ch; margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 4.6rem); }
.offer-copy > p:not(.eyebrow) { max-width: 62ch; color: rgba(255,255,255,.68); }
.offer-items { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.offer-items span { padding: 15px 18px; border: 1px solid rgba(233,198,184,.2); border-radius: 12px; color: rgba(255,255,255,.78); font-size: .84rem; }
.price-card { padding: 38px; border: 1px solid rgba(233,198,184,.4); border-radius: 28px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.26); text-align: center; }
.price-label { color: var(--rose); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.price { margin: 16px 0 10px; color: var(--navy); font-family: var(--display); font-size: 5.2rem; font-weight: 600; line-height: .9; }
.price small { font-family: var(--body); font-size: 1rem; }
.price sup { font-family: var(--display); font-size: 2rem; }
.price-card p { color: var(--muted); font-size: .9rem; }
.price-card > small { display: block; margin-top: 14px; color: var(--muted); font-size: .7rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.faq .section-heading { position: sticky; top: 110px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; color: var(--navy); cursor: pointer; font-family: var(--display); font-size: 1.4rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--rose); content: "+"; font-family: var(--body); font-size: 1.45rem; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 64ch; padding: 0 0 24px; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; background: var(--rose-pale); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; width: 420px; height: 620px; border: 1px solid rgba(201,143,122,.34); border-radius: 50%; content: ""; transform: rotate(32deg); }
.final-cta::before { left: -260px; top: -300px; }
.final-cta::after { right: -260px; bottom: -330px; }
.final-cta .container { position: relative; z-index: 1; }
.final-cta img { width: 180px; margin: 0 auto 34px; padding: 12px; border-radius: 8px; background: var(--navy); }
.final-cta h2 { max-width: 830px; margin: 0 auto 16px; color: var(--navy); font-size: clamp(2.8rem, 5vw, 4.8rem); }
.final-cta > .container > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

.site-footer { padding: 56px 0 26px; background: #09101f; color: rgba(255,255,255,.55); font-size: .75rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; }
.footer-logo { width: 180px; margin-bottom: 18px; }
.site-footer strong { display: block; margin-bottom: 8px; color: var(--rose-light); }
.site-footer p { margin-bottom: 6px; }
.legal-links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; color: var(--rose-light); }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }

.mobile-buybar { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 22px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7,12,24,.78); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 1; width: min(520px, 100%); max-height: calc(100vh - 34px); overflow: auto; padding: 36px; border-radius: 26px; background: var(--cream); box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.modal-card h2 { margin-bottom: 12px; color: var(--navy); font-size: 2.25rem; }
.modal-card > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.modal-close { position: absolute; right: 16px; top: 12px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--muted); font-size: 1.7rem; }
.form-field { display: grid; gap: 6px; margin-bottom: 13px; }
.form-field label { color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.form-field input { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; padding: 11px 14px; background: var(--white); color: var(--ink); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 17px 0; color: var(--muted); font-size: .75rem; }
.consent input { margin-top: 4px; accent-color: var(--rose); }
.consent a { color: var(--navy); text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.form-error { min-height: 22px; color: #9b342f; font-size: .78rem; }
.form-security { display: block; margin-top: 12px; color: var(--muted); font-size: .68rem; text-align: center; }
.button[disabled] { opacity: .65; cursor: wait; transform: none; }

.legal-page { min-height: 70vh; padding: 76px 0; }
.legal-page article { max-width: 820px; }
.legal-page h1 { color: var(--navy); font-size: clamp(2.7rem, 5vw, 4.4rem); }
.legal-page h2 { margin-top: 34px; color: var(--navy); font-size: 1.8rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.simple-nav { padding: 18px 0; border-bottom: 1px solid var(--line); background: var(--cream); }
.simple-nav a { display: inline-flex; align-items: center; gap: 14px; color: var(--navy); font-family: var(--display); font-size: 1.2rem; }
.simple-nav img { width: 145px; padding: 8px; border-radius: 8px; background: var(--navy); }
.error-page { display: grid; min-height: 72vh; place-items: center; padding: 70px 20px; text-align: center; }
.error-page h1 { color: var(--navy); font-size: clamp(2.5rem, 5vw, 4rem); }
.error-page p { max-width: 600px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; align-content: end; gap: 36px; padding: 360px 0 66px; }
  .hero-photo img { object-position: 66% 10%; }
  .hero-overlay { background: linear-gradient(180deg, rgba(14,22,41,.1) 0%, rgba(14,22,41,.38) 26%, rgba(14,22,41,.94) 45%, rgba(14,22,41,1) 62%); }
  .hero::after { right: auto; left: 50%; top: 40px; width: 48vw; min-width: 310px; transform: translateX(-50%); }
  .product-card { display: grid; grid-template-columns: 145px 1fr; max-width: 500px; }
  .product-image { padding: 18px 0 0 18px; }
  .product-image img { height: 190px; object-fit: cover; }
  .product-card-body { align-self: center; }
  .method-grid, .decision-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .event-strip-grid { grid-template-columns: 1fr; }
  .method-intro, .faq .section-heading { position: static; }
  .pain-grid, .contents-grid { grid-template-columns: 1fr 1fr; }
  .offer-grid { max-width: 760px; }
  .price-card { max-width: 480px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 32px, 1160px); }
  section { padding: 64px 0; }
  .announcement { display: grid; min-height: 38px; place-items: center; padding: 7px 16px; font-size: .61rem; line-height: 1.45; letter-spacing: .075em; }
  .nav { min-height: 64px; }
  .brand span { display: none; }
  .brand img { width: 122px; padding: 7px 9px; }
  .nav .button { display: none; }
  .hero { min-height: 0; overflow: hidden; }
  .hero-photo { inset: 0 0 auto; height: 325px; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 67%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 67%, transparent 100%); }
  .hero-photo img { object-position: 63% 12%; }
  .hero-overlay { background: linear-gradient(180deg, rgba(14,22,41,.05) 0%, rgba(14,22,41,.26) 38%, rgba(14,22,41,.92) 78%, var(--navy) 100%); }
  .hero::after { top: 24px; width: 252px; min-width: 0; height: 285px; border-radius: 150px 150px 18px 18px; }
  .hero-grid { min-height: 0; gap: 34px; padding: 300px 0 52px; }
  .hero-copy { max-width: none; }
  .hero-copy .eyebrow { margin-bottom: 14px; font-size: .67rem; letter-spacing: .16em; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.3rem, 11vw, 2.85rem); line-height: 1.02; letter-spacing: -.02em; }
  .hero-lead { margin-bottom: 26px; font-size: .95rem; line-height: 1.62; }
  .hero-actions { display: grid; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-self: center; margin: 0; }
  .trust-line { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 26px; }
  .trust-line span { padding-left: 17px; }
  .product-card { grid-template-columns: 118px minmax(0, 1fr); max-width: none; border-radius: 18px; }
  .product-image { padding: 14px 0 0 14px; }
  .product-image img { height: 164px; }
  .product-card-body { min-width: 0; padding: 17px 16px 17px 18px; }
  .product-card-body span { font-size: .61rem; letter-spacing: .13em; }
  .product-card-body strong { margin: 7px 0; font-size: 1.16rem; line-height: 1.08; }
  .product-card-body small { font-size: .67rem; line-height: 1.45; }
  .event-strip { padding: 35px 0 39px; }
  .event-strip-grid { gap: 25px; }
  .event-strip h2 { font-size: 1.75rem; }
  .event-strip p:last-child { line-height: 1.55; }
  .pain-grid, .contents-grid, .offer-items, .footer-grid { grid-template-columns: 1fr; }
  .countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .countdown div { padding: 13px 8px; }
  .countdown strong { font-size: 1.8rem; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(2.25rem, 10vw, 3rem); line-height: 1.02; }
  .pain-grid { gap: 12px; }
  .pain-card { min-height: auto; padding: 24px 22px; border-radius: 17px; }
  .pain-card h3 { margin: 18px 0 11px; font-size: 1.52rem; }
  .pain-card p { font-size: .88rem; }
  .recognition-quote { margin-top: 30px; padding: 23px 21px; font-size: 1.6rem; }
  .method-grid, .decision-grid, .offer-grid, .faq-grid { gap: 40px; }
  .method-intro h2 { font-size: 2.85rem; }
  .method-intro img { height: 268px; margin-top: 26px; }
  .method-list { gap: 9px; }
  .method-list li { grid-template-columns: 48px minmax(0, 1fr); min-height: 0; gap: 14px; padding: 16px; border-radius: 15px; }
  .method-list b { width: 44px; height: 44px; }
  .method-list strong { font-size: 1.28rem; }
  .method-list span { font-size: .82rem; line-height: 1.48; }
  .contents-grid { gap: 11px; }
  .content-card { min-height: 0; padding: 23px 22px; border-radius: 16px; }
  .content-card h3 { margin: 20px 0 8px; font-size: 1.47rem; }
  .decision-copy h2 { max-width: none; font-size: 2.65rem; }
  .check-list { gap: 12px; margin-top: 25px; }
  .decision-visual img { height: 390px; border-radius: 20px 128px 20px 20px; }
  .floating-note { left: 12px; right: 12px; bottom: 14px; min-width: 0; padding: 17px 19px; }
  .offer-grid { gap: 40px; }
  .offer-copy h2 { max-width: none; font-size: 2.75rem; }
  .offer-items { gap: 9px; }
  .offer-items span { padding: 13px 15px; }
  .price-card { padding: 30px 24px; }
  .price { font-size: 4.45rem; }
  .faq-list summary { padding: 20px 0; font-size: 1.22rem; line-height: 1.18; }
  .faq-list details p { padding-bottom: 20px; font-size: .9rem; }
  .final-cta img { width: 154px; margin-bottom: 28px; }
  .final-cta h2 { font-size: 2.75rem; }
  .footer-grid { gap: 35px; }
  .site-footer { padding: 48px 0 calc(106px + env(safe-area-inset-bottom)); }
  .footer-logo { width: 164px; }
  .footer-bottom { margin-top: 26px; }
  .mobile-buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(14,22,41,.11); background: rgba(248,243,239,.97); box-shadow: 0 -12px 35px rgba(14,22,41,.12); backdrop-filter: blur(16px); }
  .mobile-buybar div span, .mobile-buybar div strong { display: block; }
  .mobile-buybar div span { color: var(--muted); font-size: .6rem; text-transform: uppercase; }
  .mobile-buybar div strong { color: var(--navy); font-family: var(--display); font-size: 1.35rem; }
  .mobile-buybar .button { min-height: 46px; padding: 9px 23px; white-space: nowrap; }
  body.modal-open .mobile-buybar { display: none; }
  .modal { align-items: end; padding: 0; }
  .modal-card { width: 100%; max-height: min(92dvh, 760px); padding: 32px 21px calc(22px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; }
  .modal-card h2 { padding-right: 26px; font-size: 1.9rem; line-height: 1.05; }
  .modal-card > p:not(.eyebrow) { line-height: 1.52; }
  .modal-close { right: 10px; top: 9px; width: 44px; height: 44px; }
  .form-field { margin-bottom: 11px; }
  .form-field input { min-height: 52px; font-size: 16px; }
  .consent { margin: 15px 0; line-height: 1.45; }
  .legal-page { padding: 56px 0; }
  .legal-page h1, .error-page h1 { font-size: 2.55rem; }
  .simple-nav img { width: 122px; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 26px, 1160px); }
  .hero-photo { height: 300px; }
  .hero-grid { padding-top: 278px; }
  .hero h1 { font-size: 2.22rem; }
  .product-card { grid-template-columns: 102px minmax(0, 1fr); }
  .product-image img { height: 145px; }
  .product-card-body { padding: 14px; }
  .product-card-body strong { font-size: 1.05rem; }
  .price { font-size: 4rem; }
  .mobile-buybar .button { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
