:root {
  --cream: #F7F4EA;
  --cream-deep: #EEE9DB;
  --paper: #FFFEF9;
  --forest: #0B402D;
  --forest-2: #126345;
  --forest-soft: #D9F2E5;
  --mint: #A9E8C7;
  --lime: #D8F55C;
  --yellow: #FFDF35;
  --coral: #FF8369;
  --blue: #9CD9EB;
  --ink: #13241C;
  --muted: #5C675F;
  --muted-2: #7F8982;
  --line: #DCD8CC;
  --white: #FFFFFF;
  --pak-bg: #FFDE17;
  --pak-fg: #1A1A00;
  --nw-bg: #D8232A;
  --nw-fg: #FFFFFF;
  --ww-bg: #128A3E;
  --ww-fg: #FFFFFF;
  --sans: 'Schibsted Grotesk', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --shadow: 0 24px 70px rgba(11, 64, 45, 0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { color-scheme: light; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { text-wrap: balance; }
[id] { scroll-margin-top: 88px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 200;
  padding: 11px 18px; border-radius: 0 0 10px 10px;
  background: var(--yellow); color: var(--ink); font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--coral); outline-offset: 4px;
}

/* Navigation */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 244, 234, .88);
  border-bottom: 1px solid rgba(19, 36, 28, .1);
  backdrop-filter: blur(18px);
}
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.5px; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 5px 14px rgba(11, 64, 45, .16); }
.brand span { font-size: 19px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links > a:not(.btn) { color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-links > a:not(.btn):hover { color: var(--forest); }
.menu-toggle { display: none; }

/* Shared controls */
.btn {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 13px;
  border: 1px solid transparent; border-radius: 999px; padding: 12px 22px;
  background: var(--forest); color: var(--white); font: 700 15px/1 var(--sans); cursor: pointer;
  box-shadow: 0 9px 24px rgba(11, 64, 45, .15);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(11, 64, 45, .22); background: var(--forest-2); }
.btn.small { min-height: 42px; padding: 10px 18px; font-size: 13px; }
.btn.cta { background: var(--yellow); color: #182314; box-shadow: 0 12px 30px rgba(10, 35, 25, .22); }
.btn.cta:hover { background: #FFE769; }
.btn.dark { background: var(--ink); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.text-link { padding: 10px 4px; color: rgba(255,255,255,.92); }
.text-link span, .arrow-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.arrow-link { color: var(--forest); border-bottom: 1px solid rgba(11,64,45,.35); padding-bottom: 4px; }
.arrow-link:hover span { transform: translateX(4px); }
.kicker {
  margin-bottom: 16px; color: var(--forest-2); font: 700 11px/1 var(--mono);
  letter-spacing: 1.4px; text-transform: uppercase;
}
.light-kicker { color: var(--mint); }

/* Hero */
.hero {
  position: relative; overflow: hidden; min-height: 760px; color: var(--white);
  background:
    radial-gradient(circle at 7% 75%, rgba(216,245,92,.12), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(169,232,199,.17), transparent 29%),
    var(--forest);
}
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: .1; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.8) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, black, transparent 42%, black);
}
.hero-grid { min-height: 760px; display: grid; grid-template-columns: .98fr 1.02fr; gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding: 90px 0 96px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px;
  color: var(--mint); font: 700 11px/1 var(--mono); letter-spacing: 1.1px; text-transform: uppercase;
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216,245,92,.12); }
h1 { max-width: 720px; font-size: clamp(52px, 6.3vw, 82px); line-height: .99; letter-spacing: -3.6px; font-weight: 800; }
h1 em { color: var(--yellow); font-style: normal; }
.lede { max-width: 600px; margin-top: 28px; color: #D5E8DE; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.6; }
.hero-ctas { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: #BFD8CC; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: '✓'; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(169,232,199,.14); color: var(--mint); font-size: 10px; }
.hero-visual { position: relative; align-self: stretch; min-height: 690px; display: grid; place-items: end center; z-index: 2; }
.hero-shot {
  position: relative; z-index: 3; width: min(438px, 88%); margin-bottom: -76px;
  border: 8px solid rgba(255,255,255,.96); border-bottom: 0; border-radius: 42px 42px 0 0;
  overflow: hidden; box-shadow: 0 -10px 70px rgba(0,0,0,.34); transform: rotate(1.8deg);
}
.hero-shot img { width: 100%; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(169,232,199,.25); }
.orbit-one { width: 610px; height: 610px; bottom: -25px; left: 50%; transform: translateX(-50%); }
.orbit-two { width: 460px; height: 460px; bottom: 45px; left: 50%; transform: translateX(-50%); border-color: rgba(216,245,92,.2); }
.float-card {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px;
  overflow: hidden; padding: 14px 17px; border: 1px solid #EEEDE7; border-radius: 16px;
  background: var(--white); color: var(--ink); box-shadow: 0 16px 40px rgba(0,0,0,.2);
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  will-change: translate;
}
.saving-card { left: -8px; top: 46%; transform: rotate(-3deg); }
.saving-card small, .saving-card strong { display: block; }
.saving-card small { color: var(--muted-2); font: 600 9px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .8px; }
.saving-card strong { margin-top: 2px; font-size: 13px; }
.float-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--forest-soft); color: var(--forest); font-weight: 900; }
.live-card { right: -5px; top: 26%; font: 700 11px/1.2 var(--mono); transform: rotate(2deg); }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #19A765; box-shadow: 0 0 0 5px rgba(25,167,101,.12); }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .7s ease both; }
  .hero-visual { animation: rise .8s .12s ease both; }
  .float-card { animation: float 4s ease-in-out infinite; }
  .live-card { animation-delay: -2s; }
  @keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
  @keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
}

/* Chain bar */
.chain-bar { border-bottom: 1px solid var(--line); background: var(--paper); }
.chain-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.chain-inner > p { color: var(--muted); font-size: 13px; font-weight: 700; }
.store-chips { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; min-height: 31px; padding: 7px 13px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .1px; }
.chip.pak { background: var(--pak-bg); color: var(--pak-fg); }
.chip.nw { background: var(--nw-bg); color: var(--nw-fg); }
.chip.ww { background: var(--ww-bg); color: var(--ww-fg); }
.plus { color: var(--muted-2); font: 600 13px var(--mono); }

/* Editorial benefits */
.problem-section { padding: 130px 0; }
.editorial-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.sticky-intro { position: sticky; top: 120px; }
.section-intro h2, .section-head h2, .spotlight-copy h2, .cta-copy h2 {
  font-size: clamp(36px, 4.7vw, 58px); line-height: 1.06; letter-spacing: -2.5px; font-weight: 800;
}
.section-intro > p:not(.kicker) { margin-top: 24px; max-width: 50ch; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-intro .arrow-link { margin-top: 30px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit { min-height: 190px; display: grid; grid-template-columns: 54px 1fr 56px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.benefit-number { align-self: start; padding-top: 33px; color: var(--muted-2); font: 600 11px var(--mono); }
.benefit h3 { margin-bottom: 10px; font-size: clamp(20px, 2vw, 26px); letter-spacing: -.8px; }
.benefit p { max-width: 47ch; color: var(--muted); font-size: 14px; }
.benefit-mark { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); color: var(--forest); font: 700 24px var(--mono); transition: background .2s, color .2s, transform .2s; }
.benefit:hover .benefit-mark { background: var(--forest); color: var(--mint); transform: rotate(-8deg); }

/* How it works */
.how-section { padding: 120px 0 130px; background: var(--paper); border-block: 1px solid var(--line); }
.section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-head > p:not(.kicker) { margin-top: 18px; color: var(--muted); font-size: 16px; }
.left-head { max-width: none; display: grid; grid-template-columns: 1.15fr .65fr; gap: 120px; align-items: end; text-align: left; }
.left-head > p { padding-bottom: 8px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 420px; padding: 28px; border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; }
.step-yellow { background: var(--yellow); }
.step-mint { background: var(--mint); }
.step-coral { background: var(--coral); }
.step-no { font: 700 12px var(--mono); }
.step-icon { margin: auto 0 34px; font: 500 80px/.8 var(--mono); letter-spacing: -10px; }
.step-card h3 { margin-bottom: 10px; font-size: 28px; letter-spacing: -1px; }
.step-card p { max-width: 32ch; font-size: 15px; }
.step-note { margin-top: 24px; padding: 7px 11px; border: 1px solid rgba(19,36,28,.3); border-radius: 999px; font: 600 9px var(--mono); letter-spacing: .8px; text-transform: uppercase; }

/* Product tour */
.app-tour { padding: 126px 0 112px; overflow: hidden; background: var(--forest); color: var(--white); }
.tour-head { max-width: none; display: grid; grid-template-columns: 1fr .65fr; gap: 110px; align-items: end; text-align: left; }
.tour-head > p { color: #BFD8CC !important; padding-bottom: 8px; }
.shot-strip { display: flex; gap: 22px; overflow-x: auto; padding: 8px max(24px, calc((100vw - 1180px)/2)) 38px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.shot-strip::-webkit-scrollbar { display: none; }
.shot-card { flex: 0 0 min(340px, 80vw); scroll-snap-align: center; }
.shot-card figcaption { min-height: 67px; display: flex; align-items: flex-start; gap: 14px; }
.shot-card figcaption > span { color: var(--mint); font: 600 10px/1.5 var(--mono); }
.shot-card figcaption strong, .shot-card figcaption small { display: block; }
.shot-card figcaption strong { font-size: 15px; }
.shot-card figcaption small { margin-top: 2px; color: #AFCABE; font-size: 11px; }
.shot { overflow: hidden; border: 6px solid rgba(255,255,255,.93); border-radius: 28px; box-shadow: 0 26px 45px rgba(0,0,0,.24); }
.shot img { width: 100%; transition: transform .45s ease; }
.shot-card:hover .shot img { transform: scale(1.018); }
.swipe-hint { display: none; width: min(1180px, calc(100% - 48px)); margin: 4px auto 0; color: #AFCABE; font: 600 10px var(--mono); text-transform: uppercase; letter-spacing: .8px; }

/* Spotlight */
.feature-spotlight { padding: 140px 0; overflow: hidden; }
.spotlight-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.spotlight-visual { position: relative; min-height: 690px; border-radius: 36px; background: var(--mint); overflow: hidden; }
.spotlight-visual::after { content: ''; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(11,64,45,.22); border-radius: 50%; top: 80px; left: 50%; transform: translateX(-50%); }
.spotlight-shot { position: absolute; z-index: 2; width: 340px; left: 50%; bottom: -155px; transform: translateX(-50%) rotate(-2deg); border: 7px solid var(--paper); border-radius: 31px; overflow: hidden; box-shadow: var(--shadow); }
.route-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 230px; padding: 14px; border-radius: 15px; background: var(--paper); box-shadow: 0 18px 45px rgba(11,64,45,.18); }
.route-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--forest); color: var(--white); font: 700 12px var(--mono); }
.route-card small, .route-card strong { display: block; }
.route-card small { color: var(--muted-2); font: 600 9px var(--mono); text-transform: uppercase; }
.route-card strong { margin-top: 3px; font-size: 12px; }
.route-one { top: 90px; left: 30px; transform: rotate(-3deg); }
.route-two { right: 24px; bottom: 80px; transform: rotate(3deg); }
.spotlight-copy > p:not(.kicker) { margin-top: 24px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.check-list { display: grid; gap: 14px; list-style: none; margin: 31px 0 36px; }
.check-list li { display: flex; align-items: center; gap: 13px; color: var(--ink); font-weight: 700; }
.check-list span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-soft); color: var(--forest); font-size: 12px; }

/* FAQ */
.faq-section { padding: 120px 0; background: var(--paper); border-block: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; padding: 27px 0; font-weight: 800; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--forest); font: 500 24px/1 var(--mono); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 65ch; padding: 0 48px 26px 0; color: var(--muted); font-size: 14px; }

/* Final CTA */
.final-cta { padding: 110px 0; }
.cta-panel { position: relative; min-height: 470px; overflow: hidden; display: grid; align-items: center; padding: 74px; border-radius: 36px; background: var(--forest); color: var(--white); }
.cta-panel::before, .cta-panel::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(169,232,199,.24); }
.cta-panel::before { width: 560px; height: 560px; right: -90px; top: -180px; }
.cta-panel::after { width: 390px; height: 390px; right: -5px; top: -95px; }
.cta-copy { position: relative; z-index: 2; max-width: 680px; }
.cta-copy > p:not(.kicker) { margin: 20px 0 31px; color: #C2DBCF; font-size: 17px; }
.cta-stamp { position: absolute; z-index: 2; right: 92px; top: 50%; width: 180px; height: 180px; transform: translateY(-50%) rotate(8deg); border-radius: 50%; display: grid; place-items: center; align-content: center; border: 1px dashed var(--mint); color: var(--mint); text-align: center; }
.cta-stamp span { font: 700 11px var(--mono); }
.cta-stamp strong { margin-top: 6px; font-size: 22px; line-height: 1; letter-spacing: -1px; }

/* Footer */
footer { background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; gap: 100px; padding: 72px 0 64px; }
.footer-brand .brand { margin-bottom: 17px; }
.footer-brand p { color: #9CB0A6; font-size: 14px; }
.footer-nav { min-width: 130px; display: grid; align-content: start; gap: 11px; }
.footer-nav strong { margin-bottom: 7px; color: #7F958A; font: 600 10px var(--mono); text-transform: uppercase; letter-spacing: 1px; }
.footer-nav a { color: #D8E3DD; font-size: 13px; font-weight: 600; }
.footer-nav a:hover { color: var(--mint); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #7F958A; font-size: 11px; }

/* Inner pages */
.page { max-width: 790px; min-height: 68vh; margin: 0 auto; padding: 100px 24px 120px; }
.page h1 { color: var(--forest); font-size: clamp(44px, 6vw, 68px); line-height: 1.02; letter-spacing: -2.8px; }
.page .updated { display: block; margin: 18px 0 52px; color: var(--muted-2); font: 600 11px var(--mono); text-transform: uppercase; letter-spacing: .8px; }
.page h2 { margin: 48px 0 13px; font-size: 23px; letter-spacing: -.7px; }
.page h3 { margin-bottom: 7px; color: var(--ink); font-size: 16px; letter-spacing: -.25px; }
.page p, .page li { color: var(--muted); font-size: 15px; line-height: 1.75; }
.page p + p { margin-top: 15px; }
.page ul { margin: 14px 0; padding-left: 22px; }
.page li { margin-bottom: 8px; }
.page a:not(.btn) { color: var(--forest-2); text-decoration: underline; text-underline-offset: 3px; }
.card { margin-top: 20px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.card h2 { margin: 0 0 7px; font-size: 17px; }
.card p { font-size: 14px; }
.card .btn { margin-top: 17px; color: var(--white); text-decoration: none; }
.legal-summary {
  margin: 42px 0 28px; padding: 30px; border: 1px solid #C8E4D5; border-radius: 24px;
  background: var(--forest-soft);
}
.page .legal-summary h2 { margin: 0 0 18px; color: var(--forest); font-size: 18px; }
.legal-summary ul { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 26px; margin: 0; padding: 0; list-style: none; }
.legal-summary li { position: relative; padding-left: 20px; color: #345143; font-size: 13px; line-height: 1.55; }
.legal-summary li::before { content: '✓'; position: absolute; left: 0; top: 1px; color: var(--forest-2); font-weight: 900; }
.legal-toc {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 62px; padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.legal-toc strong { width: 100%; margin-bottom: 5px; color: var(--muted-2); font: 600 10px var(--mono); letter-spacing: .9px; text-transform: uppercase; }
.page .legal-toc a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--forest); font-size: 11px; font-weight: 700; text-decoration: none; }
.page .legal-toc a:hover { border-color: var(--forest); }
.legal-data-list { display: grid; gap: 0; margin: 20px 0 12px; border-top: 1px solid var(--line); }
.legal-data-list section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.legal-data-list p { font-size: 14px; }
.legal-callout { margin: 24px 0; padding: 22px 24px; border-left: 4px solid var(--yellow); border-radius: 0 14px 14px 0; background: #FFF9D9; }
.legal-callout strong { display: block; margin-bottom: 6px; color: var(--ink); }
.legal-callout p { color: #5B5540; font-size: 14px; }
.legal-contact { display: grid; justify-items: start; gap: 7px; margin-top: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.legal-contact strong { color: var(--forest); }
.page .legal-contact a { font-size: 14px; }
.legal-contact span { color: var(--muted-2); font: 600 10px var(--mono); letter-spacing: .7px; text-transform: uppercase; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #D8E3DD; font-size: 13px; }
.footer-inner > span { color: #7F958A; font-size: 11px; }

/* Tablet */
@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .hero-copy { padding: 82px 0 52px; }
  .eyebrow, .hero-ctas, .hero-proof { justify-content: center; }
  .lede { margin-inline: auto; }
  .hero-visual { width: 100%; min-height: 650px; }
  .hero-shot { width: 390px; }
  .saving-card { left: 8%; }
  .live-card { right: 8%; }
  .chain-inner { min-height: 120px; flex-direction: column; justify-content: center; gap: 14px; text-align: center; }
  .editorial-grid, .spotlight-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .sticky-intro { position: static; }
  .left-head, .tour-head { grid-template-columns: 1fr; gap: 18px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 330px; }
  .spotlight-grid { max-width: 720px; }
  .spotlight-copy { order: -1; }
  .cta-stamp { opacity: .22; right: 40px; width: 230px; height: 230px; }
  .footer-top { gap: 50px; }
}

/* Mobile */
@media (max-width: 680px) {
  .container { width: min(100% - 32px, 540px); }
  [id] { scroll-margin-top: 72px; }
  .nav-inner { min-height: 68px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 2px; display: block; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-toggle span:nth-child(3) { display: none; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .nav-links { position: absolute; top: 68px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 16px 22px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 30px rgba(11,64,45,.12); }
  .nav-links.is-open { display: grid; gap: 3px; }
  .nav-links > a:not(.btn) { padding: 13px 10px; font-size: 15px; }
  .nav-links .btn { margin-top: 8px; }
  h1 { font-size: clamp(44px, 13vw, 60px); letter-spacing: -2.7px; }
  .hero-copy { padding: 64px 0 42px; }
  .lede { margin-top: 22px; font-size: 17px; }
  .hero-ctas { gap: 10px; }
  .hero-ctas .btn { width: 100%; }
  .text-link { margin-top: 2px; }
  .hero-proof { gap: 9px; }
  .hero-visual { min-height: 530px; }
  .hero-shot { width: min(330px, 91%); margin-bottom: -52px; border-width: 6px; border-radius: 32px 32px 0 0; }
  .visual-orbit { display: none; }
  .saving-card { left: 0; top: 49%; transform: scale(.88) rotate(-3deg); transform-origin: left; }
  .live-card { right: -10px; top: 19%; transform: scale(.88) rotate(2deg); transform-origin: right; }
  .chain-inner { min-height: 138px; }
  .chain-inner > p { max-width: 30ch; }
  .store-chips { justify-content: center; gap: 7px; }
  .chip { padding-inline: 10px; font-size: 9px; }
  .problem-section, .how-section, .feature-spotlight, .faq-section { padding: 88px 0; }
  .section-intro h2, .section-head h2, .spotlight-copy h2, .cta-copy h2 { font-size: 38px; letter-spacing: -1.8px; }
  .editorial-grid { gap: 45px; }
  .benefit { min-height: 176px; grid-template-columns: 36px 1fr; gap: 12px; padding: 24px 0; }
  .benefit-number { padding-top: 3px; }
  .benefit-mark { display: none; }
  .benefit h3 { font-size: 21px; }
  .left-head, .tour-head { margin-bottom: 40px; }
  .steps-grid { gap: 12px; }
  .step-card { min-height: 310px; border-radius: 23px; }
  .step-icon { font-size: 68px; }
  .app-tour { padding: 88px 0 78px; }
  .shot-strip { gap: 15px; padding-inline: 16px; }
  .shot-card { flex-basis: 82vw; }
  .swipe-hint { display: block; width: calc(100% - 32px); }
  .spotlight-visual { min-height: 560px; border-radius: 26px; }
  .spotlight-shot { width: 280px; bottom: -130px; }
  .route-card { min-width: 198px; transform: scale(.9); }
  .route-one { left: -9px; top: 42px; }
  .route-two { right: -11px; bottom: 45px; }
  .faq-grid { gap: 48px; }
  .faq-list summary { font-size: 15px; }
  .final-cta { padding: 72px 0; }
  .cta-panel { min-height: 490px; padding: 42px 28px; border-radius: 28px; align-items: end; }
  .cta-stamp { width: 170px; height: 170px; top: 32px; right: -16px; transform: rotate(8deg); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 25px; padding: 58px 0; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
  .page { padding-top: 68px; }
  .page h1 { font-size: 46px; }
  .legal-summary { padding: 24px; }
  .legal-summary ul { grid-template-columns: 1fr; }
  .legal-toc { margin-bottom: 48px; }
  .footer-inner { padding: 36px 0; flex-direction: column; align-items: flex-start; }
}

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