:root {
  --paper: #fbf7f1;
  --surface: #fffdf9;
  --surface-strong: #fff;
  --ink: #251914;
  --ink-soft: #71635a;
  --terracotta: #9a4b2c;
  --terracotta-dark: #71351f;
  --forest: #315b3d;
  --forest-dark: #203f2b;
  --sage: #718975;
  --sand: #f0e2d4;
  --moss: #e5ede4;
  --border: #e6d9cd;
  --warning: #e49a55;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 3px 14px rgba(55, 35, 24, .06);
  --shadow-md: 0 18px 50px rgba(55, 35, 24, .12);
  --shadow-lg: 0 34px 90px rgba(55, 35, 24, .2);
  --maxw: 1180px;
  --font: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body { color: var(--ink); background: var(--paper); font: 17px/1.62 var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: 28px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

h1, h2, h3 { font-weight: 700; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 3.55rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.05rem); }
p { text-wrap: pretty; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--ink-soft); }
.section { padding: 112px 0; }
.section--tint { background: #f3ece4; }
.eyebrow { margin-bottom: 14px; color: var(--terracotta); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.section-head p { max-width: 660px; margin: 18px auto 0; color: var(--ink-soft); font-size: 1.1rem; }
.section-head--row { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 50px; align-items: end; text-align: left; }
.section-head--row p { margin: 0; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1.5px solid transparent; border-radius: 13px; font: 700 .95rem var(--font); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--large { min-height: 56px; padding: 15px 25px; font-size: 1rem; }
.btn--primary { color: #fff; background: var(--terracotta); box-shadow: 0 9px 24px rgba(154, 75, 44, .2); }
.btn--primary:hover { background: var(--terracotta-dark); box-shadow: 0 12px 28px rgba(154, 75, 44, .28); }
.btn--ghost { color: var(--ink); background: transparent; border-color: var(--border); }
.btn--ghost:hover { background: var(--surface-strong); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(230, 217, 205, .78); background: rgba(251, 247, 241, .88); backdrop-filter: saturate(140%) blur(18px); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.17rem; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: var(--shadow-sm); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--ink-soft); font-size: .92rem; font-weight: 650; }
.nav-links a:hover { color: var(--terracotta); }

.hero { min-height: 780px; padding: 94px 0 84px; overflow: hidden; background: radial-gradient(circle at 85% 45%, rgba(154,75,44,.13), transparent 32%), linear-gradient(180deg, #fffaf4 0%, var(--paper) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin: 22px 0 24px; }
.hero h1 em { color: var(--terracotta); font-style: normal; }
.hero .lead { max-width: 660px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid #dcc8b8; border-radius: 999px; background: rgba(255,255,255,.7); color: var(--terracotta-dark); font-size: .8rem; font-weight: 750; letter-spacing: .02em; }
.status-pill > span { width: 7px; height: 7px; border-radius: 50%; background: #d9813d; box-shadow: 0 0 0 4px rgba(217,129,61,.15); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; list-style: none; color: var(--ink-soft); font-size: .9rem; font-weight: 600; }
.hero-proof li::before { content: "✓"; margin-right: 7px; color: var(--forest); font-weight: 800; }

.product-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(154,75,44,.15); border-radius: 50%; }
.visual-orbit--one { width: 480px; height: 480px; }
.visual-orbit--two { width: 610px; height: 610px; }
.phone { position: relative; z-index: 2; width: 286px; padding: 10px; border: 1px solid #302722; border-radius: 43px; background: #171411; box-shadow: var(--shadow-lg); }
.phone-screen { height: 588px; overflow: hidden; border-radius: 34px; background: var(--surface); }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.floating-note { position: absolute; z-index: 3; min-width: 174px; padding: 14px 16px; border: 1px solid rgba(230,217,205,.9); border-radius: 15px; background: rgba(255,253,249,.94); box-shadow: var(--shadow-md); backdrop-filter: blur(8px); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { font-size: .93rem; }
.floating-note span { margin-top: 2px; color: var(--ink-soft); font-size: .75rem; }
.floating-note--rain { left: 0; top: 142px; }
.floating-note--rain strong { font: 700 1.18rem var(--mono); color: var(--forest); }
.floating-note--offline { right: -12px; bottom: 108px; }
.floating-note--offline strong::before { content: "✓"; margin-right: 6px; color: var(--forest); }

.trust { border-block: 1px solid var(--border); background: var(--surface-strong); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 27px 24px; border-right: 1px solid var(--border); }
.trust-grid > div:first-child { border-left: 1px solid var(--border); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .95rem; }
.trust-grid span { margin-top: 2px; color: var(--ink-soft); font-size: .78rem; }

.product-grid { display: grid; gap: 28px; }
.product-card { min-height: 580px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-strong); box-shadow: var(--shadow-sm); }
.product-card:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.product-card:nth-child(even) .product-card__copy { order: 2; }
.product-card__copy { padding: clamp(34px, 6vw, 76px); }
.product-card__copy > p { margin-top: 17px; color: var(--ink-soft); font-size: 1.06rem; }
.product-card img { align-self: end; width: min(330px, 80%); max-height: 515px; object-fit: cover; object-position: top; justify-self: center; border: 9px solid #1c1815; border-bottom: 0; border-radius: 34px 34px 0 0; box-shadow: var(--shadow-md); }
.number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 27px; border-radius: 12px; background: var(--sand); color: var(--terracotta); font: 700 .85rem var(--mono); }
.mini-list { display: grid; gap: 10px; margin-top: 24px; list-style: none; color: var(--ink); font-size: .92rem; }
.mini-list li::before { content: "—"; margin-right: 9px; color: var(--terracotta); }
.product-card--guide { background: linear-gradient(135deg, #fff 0%, #f6e8dc 100%); }
.product-card--journal { background: linear-gradient(135deg, #f0f4ed 0%, #fff 100%); }
.product-card--weather { background: linear-gradient(135deg, #fff 0%, #eee7d9 100%); }
.data-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.data-row span { padding: 9px 11px; border: 1px solid var(--border); border-radius: 9px; background: rgba(255,255,255,.66); font: 500 .78rem var(--mono); }
.data-row strong { color: var(--terracotta); }
.fine-print { font-size: .8rem !important; }

.section--ink { color: #eff3ed; background: var(--forest-dark); }
.section--ink h2 { color: #fff; }
.section--ink .eyebrow { color: #b8cdbb; }
.section--ink p { max-width: 560px; margin-top: 20px; color: #bdc9bf; font-size: 1.08rem; }
.offline-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.connection-cards { display: grid; gap: 12px; }
.connection-card { padding: 24px 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.06); }
.connection-card span, .connection-card strong { display: block; }
.connection-card span { color: #aebbb0; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.connection-card strong { margin-top: 8px; color: #f4f7f3; font-size: 1rem; }
.connection-card--yes { border-color: rgba(163,206,170,.34); background: rgba(163,206,170,.1); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.shot { min-width: 0; padding: 30px 26px 22px; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: var(--surface-strong); box-shadow: var(--shadow-sm); }
.shot-frame { width: min(100%, 236px); margin: 0 auto; padding: 8px; border: 1px solid #332b26; border-radius: 34px; background: #171411; box-shadow: var(--shadow-md); transition: transform .22s ease; }
.shot:hover .shot-frame { transform: translateY(-5px); }
.shot-frame img { width: 100%; height: auto; display: block; border-radius: 26px; }
.shot figcaption { margin-top: 16px; text-align: center; }
.shot figcaption strong, .shot figcaption span { display: block; }
.shot figcaption strong { font-size: 1rem; }
.shot figcaption span { margin-top: 2px; color: var(--ink-soft); font-size: .82rem; }

.pricing-grid { max-width: 980px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; margin: 0 auto; align-items: stretch; }
.price-card { position: relative; padding: 38px; border: 1px solid var(--border); border-radius: 26px; background: var(--surface-strong); box-shadow: var(--shadow-sm); }
.price-card--premium { border: 2px solid var(--terracotta); background: linear-gradient(155deg, #fff 20%, #f6e5d8 100%); box-shadow: var(--shadow-md); }
.best-value { position: absolute; top: -14px; left: 30px; padding: 6px 12px; border-radius: 99px; background: var(--terracotta); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.plan-head { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.plan-label { color: var(--ink-soft); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.plan-head h3 { margin-top: 5px; }
.price { min-width: max-content; text-align: right; }
.price strong, .price span { display: block; }
.price strong { font-size: 1.75rem; letter-spacing: -.04em; }
.price span { color: var(--ink-soft); font-size: .73rem; }
.price-card > p { margin-top: 22px; color: var(--ink-soft); font-size: .94rem; }
.check-list { display: grid; gap: 13px; margin-top: 28px; list-style: none; }
.check-list li { position: relative; padding-left: 29px; font-size: .94rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--moss); color: var(--forest); font-size: .7rem; font-weight: 900; }
.price-card .store-price-note { font-size: .76rem; }
.pricing-promise { max-width: 780px; margin: 22px auto 0; padding: 16px 20px; border-radius: 13px; background: var(--moss); color: var(--forest-dark); font-size: .86rem; text-align: center; }

.safety { color: #f8f2ed; background: #241914; }
.safety-grid { display: grid; grid-template-columns: 90px 1fr; gap: 36px; align-items: start; max-width: 950px; }
.safety-mark { width: 80px; height: 80px; display: grid; place-items: center; border: 1px solid rgba(228,154,85,.38); border-radius: 23px; background: rgba(228,154,85,.12); color: #ffb16b; font: 800 2.3rem var(--mono); }
.safety .eyebrow { color: #ffb16b; }
.safety h2 { color: #fff; }
.safety p { max-width: 800px; margin-top: 18px; color: #cfbfB5; }
.safety strong { color: #fff; }
.safety a { display: inline-block; margin-top: 22px; color: #ffb16b; font-weight: 750; }

.privacy-section { background: linear-gradient(145deg, rgba(229,237,228,.72), transparent 56%); }
.privacy-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 86px; align-items: center; }
.privacy-visual { position: relative; padding: 28px; border: 1px solid var(--border); border-radius: 28px; background: var(--surface-strong); box-shadow: var(--shadow-md); }
.privacy-visual::before { content: ""; position: absolute; z-index: -1; inset: 22px -18px -18px 22px; border-radius: 28px; background: var(--moss); }
.privacy-visual__top { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; border-bottom: 1px solid var(--border); }
.privacy-lock { width: 50px; height: 50px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 15px; background: var(--moss); color: var(--forest); }
.privacy-lock svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.privacy-visual__top span, .privacy-visual__top strong { display: block; }
.privacy-visual__top span { color: var(--forest); font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.privacy-visual__top strong { margin-top: 3px; font-size: 1.05rem; }
.privacy-rows { display: grid; margin-top: 6px; }
.privacy-rows > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 2px; border-bottom: 1px solid var(--border); }
.privacy-rows span { color: var(--ink-soft); font-size: .84rem; }
.privacy-rows strong { color: var(--forest); font-size: .8rem; text-align: right; }
.privacy-backup { display: flex; align-items: center; gap: 13px; margin-top: 20px; padding: 15px; border-radius: 14px; background: var(--sand); }
.privacy-backup__icon { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 10px; background: var(--surface-strong); color: var(--terracotta); font-weight: 800; }
.privacy-backup span, .privacy-backup strong { display: block; }
.privacy-backup span { color: var(--terracotta); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.privacy-backup strong { margin-top: 2px; font-size: .8rem; }
.privacy-seal { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--ink-soft); font-size: .75rem; }
.privacy-seal span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--moss); color: var(--forest); font-size: .68rem; font-weight: 900; }
.privacy-grid .lead { margin-top: 18px; }
.privacy-grid .lead + p { margin: 17px 0 28px; color: var(--ink-soft); }

.faq { max-width: 850px; margin: 0 auto; }
.faq details { margin-bottom: 12px; padding: 0 24px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-strong); box-shadow: var(--shadow-sm); }
.faq summary { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; list-style: none; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--terracotta); font-size: 1.45rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 30px 22px 0; color: var(--ink-soft); font-size: .94rem; }

.cta-band { padding-top: 84px; }
.cta-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; padding: 62px; overflow: hidden; border-radius: 32px; background: linear-gradient(135deg, var(--terracotta) 0%, #6e3321 100%); color: #fff; box-shadow: var(--shadow-lg); }
.cta-card h2 { margin-top: 22px; color: #fff; }
.cta-card p { max-width: 640px; margin-top: 18px; color: rgba(255,255,255,.78); }
.status-pill--light { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.09); color: #fff; }
.store-badges { display: grid; gap: 12px; }
.store-badge { display: flex; align-items: center; gap: 13px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.1); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.store-badge:hover, .store-badge:focus-visible { transform: translateY(-2px); border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.18); }
.store-icon { width: 26px; height: 26px; flex: 0 0 26px; object-fit: contain; }
.store-badge small, .store-badge strong { display: block; }
.store-badge small { color: rgba(255,255,255,.68); font-size: .65rem; letter-spacing: .03em; }
.store-badge strong { font-size: 1rem; line-height: 1.15; }

.site-footer { padding: 62px 0 30px; border-top: 1px solid var(--border); background: var(--surface-strong); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand p { max-width: 300px; margin-top: 16px; color: var(--ink-soft); font-size: .9rem; }
.footer-col h4 { margin-bottom: 16px; color: var(--terracotta); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 10px; color: var(--ink-soft); font-size: .88rem; }
.footer-col a:hover { color: var(--terracotta); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--border); color: var(--ink-soft); font-size: .78rem; }

.legal { padding: 72px 0 96px; }
.legal .wrap { max-width: 820px; }
.legal h1 { margin-bottom: 10px; font-size: clamp(2.35rem, 5vw, 3.4rem); }
.legal .updated { margin-bottom: 14px; color: var(--ink-soft); font-size: .86rem; }
.legal .callout { margin: 28px 0; padding: 20px 23px; border-left: 4px solid var(--terracotta); border-radius: 12px; background: var(--sand); }
.legal .callout--warn { border-left-color: var(--warning); background: #fff1e3; }
.legal h2 { margin: 42px 0 13px; font-size: 1.55rem; }
.legal h3 { margin: 24px 0 9px; }
.legal p, .legal li { margin-bottom: 12px; color: #51453e; }
.legal ul { padding-left: 23px; }
.legal a { color: var(--terracotta); font-weight: 650; text-decoration: underline; }
.legal .back { display: inline-flex; margin-bottom: 34px; color: var(--terracotta); font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s ease; }
.reveal.in { opacity: 1; transform: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid #c1805f; outline-offset: 4px; border-radius: 8px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { padding-top: 68px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .product-visual { min-height: 620px; }
  .floating-note--rain { left: 13%; }
  .floating-note--offline { right: 11%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:first-child { border-left: 0; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .product-card, .product-card:nth-child(even) { grid-template-columns: 1fr 1fr; }
  .offline-grid, .privacy-grid { grid-template-columns: 1fr; gap: 48px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; }
  .cta-card { grid-template-columns: 1fr; }
  .store-badges { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 20px; }
  .section { padding: 78px 0; }
  .nav { height: 68px; }
  .nav-cta { min-height: 42px; padding: 9px 14px; font-size: .8rem; }
  .hero { min-height: auto; padding: 55px 0 70px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 6px; }
  .product-visual { min-height: 545px; transform: scale(.9); margin: -22px -20px; }
  .phone { width: 250px; }
  .phone-screen { height: 514px; }
  .visual-orbit--one { width: 400px; height: 400px; }
  .visual-orbit--two { width: 510px; height: 510px; }
  .floating-note { min-width: 150px; padding: 12px 13px; }
  .floating-note--rain { left: 1%; top: 100px; }
  .floating-note--offline { right: 0; bottom: 70px; }
  .trust-grid > div { padding: 21px 14px; }
  .product-card, .product-card:nth-child(even) { grid-template-columns: 1fr; }
  .product-card:nth-child(even) .product-card__copy { order: 0; }
  .product-card__copy { padding: 35px 28px; }
  .product-card img { width: 72%; max-height: 430px; }
  .section-head { margin-bottom: 44px; }
  .section-head--row { grid-template-columns: 1fr; gap: 15px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
  .shot { padding: 24px 20px 18px; }
  .shot-frame { width: min(100%, 220px); }
  .price-card { padding: 32px 25px; }
  .plan-head { display: block; }
  .price { margin-top: 18px; text-align: left; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-mark { width: 64px; height: 64px; border-radius: 18px; }
  .privacy-visual { padding: 22px; }
  .privacy-rows > div { align-items: flex-start; }
  .cta-band { padding-top: 60px; }
  .cta-card { padding: 38px 27px; border-radius: 24px; }
  .store-badges { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

@media (prefers-color-scheme: dark) {
  :root { --paper:#191310; --surface:#211a16; --surface-strong:#271e19; --ink:#f2e9e2; --ink-soft:#b7a69b; --terracotta:#dc8d61; --terracotta-dark:#ef9f72; --forest:#76a981; --forest-dark:#16231a; --sage:#9cad9d; --sand:#33231b; --moss:#213428; --border:#413229; --shadow-sm:0 3px 14px rgba(0,0,0,.25); --shadow-md:0 18px 50px rgba(0,0,0,.35); --shadow-lg:0 34px 90px rgba(0,0,0,.55); }
  .site-header { background: rgba(25,19,16,.88); }
  .hero { background: radial-gradient(circle at 85% 45%, rgba(220,141,97,.12), transparent 32%), linear-gradient(180deg,#201713 0%,var(--paper) 100%); }
  .btn--primary { color: #2b1b14; }
  .btn--ghost { color: var(--ink); }
  .status-pill { border-color: var(--border); background: rgba(39,30,25,.75); color: var(--terracotta); }
  .floating-note { background: rgba(39,30,25,.94); }
  .product-card--guide { background: linear-gradient(135deg,#271e19,#302219); }
  .product-card--journal { background: linear-gradient(135deg,#202b22,#271e19); }
  .product-card--weather { background: linear-gradient(135deg,#271e19,#2d281e); }
  .data-row span { background: rgba(39,30,25,.7); }
  .section--tint { background: #211914; }
  .price-card--premium { background: linear-gradient(155deg,#271e19,#35231a); }
  .legal p, .legal li { color: #c9b9af; }
  .legal .callout--warn { background: #342214; }
  .privacy-section { background: linear-gradient(145deg, rgba(33,52,40,.58), transparent 58%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1!important; transform: none!important; transition: none!important; }
  * { animation-duration: .001ms!important; transition-duration: .001ms!important; }
}
