/* nutrition.css — full visual system for the /nutrition landing (2026-09 rebrand).
   Self-contained: does NOT load landing.css. The new page has its own header,
   its own type system (Oswald + IBM Plex Sans/Mono, self-hosted — see below)
   and its own component set. Cookie-consent and the .brand-switch module
   switcher are reimplemented here, restyled for this page's light/cream header
   instead of copied from the training landing's dark one. */

/* ================= self-hosted fonts =================
   Gateway CSP is font-src 'self' (no Google Fonts) and script-src has no
   'unsafe-inline' (see nutrition.js for the behaviour that used to be an
   inline <script> in the mockup). Same split-by-subset pattern as Manrope
   in landing.css: latin, latin-ext, cyrillic, cyrillic-ext.
   Oswald stands in for the mockup's "Big Shoulders Display", which has no
   Cyrillic coverage at all — verified by rendering; Oswald covers Cyrillic
   and reads as the same condensed/uppercase display face. Oswald tops out
   at weight 700 (no 800), so headings below use 700 instead of the mockup's
   800 — visually this is not a noticeable step down at these sizes. */
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/oswald-latin-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/oswald-latin-ext-400.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/oswald-cyrillic-400.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/oswald-cyrillic-ext-400.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/oswald-latin-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/oswald-latin-ext-700.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/oswald-cyrillic-700.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/oswald-cyrillic-ext-700.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}

@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexsans-latin-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexsans-latin-ext-400.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexsans-cyrillic-400.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexsans-cyrillic-ext-400.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:500;src:url(assets/fonts/plexsans-latin-500.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:500;src:url(assets/fonts/plexsans-latin-ext-500.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:500;src:url(assets/fonts/plexsans-cyrillic-500.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:500;src:url(assets/fonts/plexsans-cyrillic-ext-500.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexsans-latin-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexsans-latin-ext-600.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexsans-cyrillic-600.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexsans-cyrillic-ext-600.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/plexsans-latin-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/plexsans-latin-ext-700.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/plexsans-cyrillic-700.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/plexsans-cyrillic-ext-700.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}

@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexmono-latin-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexmono-latin-ext-400.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexmono-cyrillic-400.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/plexmono-cyrillic-ext-400.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexmono-latin-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexmono-latin-ext-600.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexmono-cyrillic-600.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/plexmono-cyrillic-ext-600.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}

/* ================= design tokens ================= */
:root{
  --stone:#f9c74f;
  --stone-deep:#e7e7e7;
  --paper:#ffffff;
  --ink:#1e262e;
  --ink-2:#283139;
  --fg:var(--ink);
  --fg-muted:rgba(30,38,46,0.62);
  --on-dark:#f1f4f6;
  --on-dark-muted:rgba(241,244,246,0.62);
  --line:rgba(30,38,46,0.18);
  --line-on-dark:rgba(241,244,246,0.16);
  --teal:var(--ink);
  --teal-bright:#dfa22a;
  --gold:#dfa22a;
  --hue1:#f94144;
  --hue2:#f3722c;
  --hue3:#f8961e;
  --hue4:#f9c74f;
  --hue5:#90be6d;
  --hue6:#43aa8b;
  --hue7:#577590;
  --serif:Oswald,'Arial Narrow',sans-serif;
  --sans:'IBM Plex Sans',-apple-system,'Segoe UI',sans-serif;
  --mono:'IBM Plex Mono','SF Mono',monospace;
  --maxw:1240px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}
body{margin:0;background:var(--stone);color:var(--fg);font-family:var(--sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
h1,h2,h3{font-family:var(--serif);font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.002em}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
::selection{background:var(--teal);color:var(--on-dark)}
:focus-visible{outline:2px solid var(--teal);outline-offset:3px}
.grain{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.045;mix-blend-mode:multiply}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal);margin:0 0 12px}
.eyebrow::before{content:'';width:16px;height:1px;background:var(--teal)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 26px;border-radius:999px;font-weight:700;font-size:15px;white-space:nowrap;position:relative;overflow:hidden}
.btn-primary{background:var(--ink);color:var(--gold)}
.btn-primary .label{position:relative;z-index:1}
.btn-primary .ic{position:relative;z-index:1;transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.btn-primary:hover .ic{transform:translate(4px,-4px)}
.btn-primary::after{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(223,162,42,.35) 50%,transparent 70%);transform:translateX(-120%);transition:transform .6s ease}
.btn-primary:hover::after{transform:translateX(120%)}
/* header signup CTA — site's yellow fill (--stone) instead of the ink/gold
   pairing, same shine-sweep treatment as .btn-primary */
.btn-stone{background:var(--stone);color:var(--ink)}
.btn-stone .label{position:relative;z-index:1}
.btn-stone .ic{position:relative;z-index:1;transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.btn-stone:hover .ic{transform:translate(4px,-4px)}
.btn-stone::after{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.45) 50%,transparent 70%);transform:translateX(-120%);transition:transform .6s ease}
.btn-stone:hover::after{transform:translateX(120%)}
.btn-ghost{color:var(--ink);border-bottom:1px solid var(--line);border-radius:0;padding:15px 0}
.btn-ghost:hover{border-color:var(--teal);color:var(--teal)}
.fine{font-size:13px;color:var(--fg-muted);margin-top:14px}
section{padding:64px 0}
@media(max-width:768px){section{padding:48px 0}.wrap{padding:0 20px}}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:var(--ink);padding:10px 16px;z-index:1000}
.skip-link:focus{left:16px;top:16px}

/* header */
header{position:sticky;top:0;z-index:100;padding:18px 0;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:padding .3s ease,box-shadow .3s ease}
header.shrink{padding:11px 0;box-shadow:0 8px 24px rgba(30,38,46,.08)}
/* the header reads as a nav bar, not a paragraph of text — let it use a
   wider column than the page's 1240px content .wrap so brand/nav/actions
   sit closer to the edges on large monitors instead of bunching in a
   narrow strip in the middle of the screen. */
header .wrap{display:flex;align-items:center;gap:36px;max-width:1800px}
/* the pill buttons (and the brand/menu-btn) must not be flex-shrunk below
   their content's natural width — .btn has overflow:hidden for the shine
   sweep, so a shrunk button silently clips its own icon instead of wrapping.
   nav.primary is left free to shrink/wrap its links if the row gets tight. */
header .wrap>.brand-switch,header .wrap>.header-actions,header .wrap>.menu-btn{flex-shrink:0}
/* Войти + Начать бесплатно read as one paired action, not two unrelated
   header sections — group them with their own tight gap instead of the
   row's 36px, and size them down to match nav-link scale (they were full
   hero-CTA size, towering over the 14px nav links next to them). */
.header-actions{display:flex;align-items:center;gap:10px}
.header-actions .btn{padding:10px 18px;font-size:13.5px;gap:6px}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:19px;color:var(--ink);text-transform:uppercase}
/* the mark's F is a light off-white, drawn for dark backgrounds (like the
   app's own #123d45 teal) — on this page's cream header it has ~1.5:1
   contrast. Restore the brand-color backing chip instead of recoloring the
   mark itself. */
.brand-chip{display:inline-flex;align-items:center;background:#123d45;border-radius:9px;padding:5px 9px}
.brand svg{height:26px;width:auto;display:block}
nav.primary{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:500}
nav.primary a{color:var(--fg-muted)}
nav.primary a:hover{color:var(--ink)}
.menu-btn{display:none;border:1px solid var(--line);border-radius:8px;padding:9px 14px;font-size:14px}
@media(max-width:1024px){nav.primary{display:none}.menu-btn{display:inline-flex}.header-actions{display:none}}
#drawer{position:fixed;inset:0;background:var(--paper);z-index:200;transform:translateY(-100%);transition:transform .4s cubic-bezier(.2,.8,.2,1);padding:26px 20px;overflow:auto}
#drawer.open{transform:translateY(0)}
#drawer .row{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}
#drawer nav{display:flex;flex-direction:column}
#drawer nav a{padding:16px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:24px;text-transform:uppercase;color:var(--ink)}
#drawer nav a[aria-current="page"]{color:var(--gold)}
#drawer .close{border:1px solid var(--line);border-radius:8px;padding:9px 14px;font-size:14px}
/* same Войти/Начать бесплатно pair as the desktop header (.header-actions),
   just stacked full-width — side by side at full .btn size doesn't fit a
   phone-width drawer. */
#drawer .drawer-actions{display:flex;flex-direction:column;gap:12px;margin-top:28px}
#drawer .drawer-actions .btn{justify-content:center;width:100%}

/* ---- module switcher: Тренировки ⇄ Питание (kept from the previous header,
   restyled here for the light/cream header instead of the training landing's
   dark one — see nutrition.js initBrandSwitch()) ---- */
.brand-switch{position:relative;display:flex;align-items:center;gap:2px;margin-right:auto}
.brand-switch__toggle{background:0;border:0;padding:6px 4px;cursor:pointer;color:var(--fg-muted);display:grid;place-items:center}
.brand-switch__toggle:hover{color:var(--ink)}
.brand-switch__toggle svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.brand-switch__toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.brand-switch__menu{position:absolute;top:calc(100% + 14px);left:0;z-index:150;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 44px rgba(30,38,46,.18);padding:6px;width:264px;max-width:calc(100vw - 32px);display:grid;gap:2px}
.brand-switch__menu[hidden]{display:none}
.brand-switch__menu a{display:flex;align-items:center;gap:12px;padding:9px 13px;border-radius:10px;color:var(--ink)}
/* same brand-teal chip as the header mark (.brand-chip) — the FP/FPN marks'
   off-white F needs a dark backing on this menu's white surface too. */
.brand-switch__menu .menu-icon{flex:none;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;background:#123d45}
.brand-switch__menu .menu-icon img{width:21px;height:auto;display:block}
.brand-switch__menu .menu-icon--fpn svg{width:25px;height:auto;display:block}
.brand-switch__menu .menu-copy{display:grid;gap:2px;min-width:0}
.brand-switch__menu a strong{font-family:var(--sans);font-weight:700;font-size:14px;text-transform:none}
.brand-switch__menu a .menu-copy span{font-size:12px;color:var(--fg-muted)}
.brand-switch__menu a:hover{background:rgba(30,38,46,.05)}
.brand-switch__menu a[aria-current="page"]{background:rgba(223,162,42,.14)}

/* ---------- HERO: poster composition, fox bleeds off frame ---------- */
.hero{position:relative;overflow:clip;padding:28px 0 0;background:var(--stone);background-image:radial-gradient(rgba(30,38,46,.1) 1px,transparent 1px);background-size:20px 20px}
.hero-top{position:relative;z-index:2}
.hero-h1{font-size:clamp(36px,6.2vw,84px);line-height:.98;color:var(--ink);max-width:820px;text-transform:none;letter-spacing:-0.01em}
.hero-stage::before{
  content:'';position:absolute;right:-6%;bottom:-10%;width:64%;height:96%;border-radius:22px;
  background:
    radial-gradient(circle at 22% 18%, rgba(30,38,46,.08) 1px, transparent 1px) 0 0/16px 16px,
    linear-gradient(155deg,#fffefb 0%,#f6f1e4 55%,#ece3cc 100%);
  transform:rotate(3deg);
  box-shadow:0 34px 60px -20px rgba(30,38,46,.4),inset 0 0 0 1px rgba(30,38,46,.06);
  z-index:1;
}
.hero-stage::after{
  content:'';position:absolute;right:2%;top:6%;width:44px;height:26px;border-radius:3px;
  background:rgba(255,255,255,.5);border:1px solid rgba(30,38,46,.1);transform:rotate(-4deg);z-index:2;
}
.hero-fox-big{position:absolute;right:-8%;bottom:-6%;height:132%;max-width:none;filter:drop-shadow(0 30px 34px rgba(30,38,46,.32));animation:foxbob 4.8s ease-in-out infinite;z-index:2}
@keyframes foxbob{0%,100%{transform:translateY(0) rotate(-.6deg)}50%{transform:translateY(-10px) rotate(.6deg)}}
.hero-shot{
  position:absolute;left:24%;top:10%;width:min(112px,10.5vw);z-index:3;
  border:5px solid var(--ink);border-radius:14px;overflow:hidden;transform:rotate(-6deg);
  box-shadow:0 24px 48px -16px rgba(30,38,46,.5);
}
.hero-shot img{display:block;width:100%}
.hero-main{display:flex;align-items:center;gap:32px;padding-left:32px;max-width:var(--maxw);margin:0 auto}
/* a %-based width only reaches enough room for the CTA row (~409px) once
   .hero-main hits its own 1240px cap — anywhere from 900-1235px it's
   narrower than that and the row wraps. Fixed width sidesteps the
   scaling math entirely and always leaves enough room. */
.hero-bottom-copy{flex:0 0 420px}
.hero-bottom-copy .lead{font-size:17px;color:var(--fg-muted);line-height:1.5}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hero-tags span{font-family:var(--mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--ink);border:1px solid rgba(30,38,46,.28);border-radius:999px;padding:6px 11px 6px 20px;position:relative;background:#fff}
.hero-tags span::before{content:'';position:absolute;left:9px;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%}
.hero-tags span:nth-child(1)::before{background:var(--hue1)}
.hero-tags span:nth-child(2)::before{background:var(--hue2)}
.hero-tags span:nth-child(3)::before{background:var(--hue3)}
.hero-tags span:nth-child(4)::before{background:var(--hue5)}
.hero-tags span:nth-child(5)::before{background:var(--hue7)}
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:26px}
.hero .fine{margin-top:20px}
.hero-stage{position:relative;flex:1 1 auto;min-width:0;height:clamp(300px,32vw,460px);align-self:stretch}
@media(max-width:900px){
  /* .hero-top (eyebrow + h1) and .hero-main sit in normal flow as separate
     siblings; on the wide layout the gap is incidental (.hero-bottom-copy is
     vertically centered against the tall .hero-stage). Once .hero-main drops
     to a column, the lead paragraph becomes the first thing in it and touches
     .hero-h1 with no gap at all — add one explicitly instead of relying on that. */
  .hero-top{margin-bottom:20px}
  .hero-main{flex-direction:column;align-items:stretch;padding-left:0;gap:8px}
  .hero-bottom-copy{width:auto;max-width:none;flex-basis:auto;padding:0 32px}
  /* stacked here (button above, ghost link below). Both stay flush with the
     hero column's left edge (same as the tags/lead text above them) —
     inline-flex sizes the container to its widest child (the button)
     instead of stretching full-width, so align-items:flex-start keeps the
     button's own left edge in place; only the narrower ghost link gets
     align-self:center, centering it under the button specifically rather
     than under the whole (wider) available column. */
  .hero-actions{display:inline-flex;flex-direction:column;align-items:flex-start;gap:14px}
  .hero-actions .btn-ghost{align-self:center}
  .hero-h1{font-size:clamp(34px,6.4vw,56px)}
  .hero-stage{height:380px}
  .hero-fox-big{height:112%;right:-4%}
  .hero-shot{left:22%;top:14%;width:min(140px,15vw)}
}
@media(max-width:600px){
  .hero-h1{font-size:clamp(30px,8.6vw,40px)}
  .hero-stage{height:300px}
  /* the paper card sits only under the fox (the phone floats over the plain
     background on its own, same as on desktop) — keep its width as on desktop
     (64%) and just shift it to follow the fox's new right offset below,
     keeping the same ~4pt gap between the two edges that desktop has. */
  .hero-stage::before{right:4%;width:64%}
  /* right:-10% bled the fox off the edge and pulled the whole phone+fox group
     off-center; right:0 keeps it fully on-frame and centers the group instead. */
  .hero-fox-big{height:104%;right:0%;bottom:-2%}
  /* left:50%/top:20% used to drop the screenshot right on the fox's head/chest —
     keep it over on the left side of the card instead, same idea as the >600px
     breakpoints above. */
  .hero-shot{width:96px;left:8%;top:12%}
}
.marquee-wrap{margin-top:36px;overflow:hidden;position:relative;z-index:1}
.marquee{transform:rotate(-1.6deg) scale(1.04);border-top:1px solid rgba(30,38,46,.22);border-bottom:1px solid rgba(30,38,46,.22);background:var(--ink);overflow:hidden;box-shadow:0 10px 26px -8px rgba(30,38,46,.35)}
.marquee-track{display:flex;width:max-content;animation:scroll-left 32s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee span{padding:14px 36px;font-family:var(--mono);font-size:13px;font-weight:600;color:var(--on-dark-muted);white-space:nowrap;border-right:1px solid var(--line-on-dark)}
@keyframes scroll-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- BREAKDOWN: tour + ledger, one composition ---------- */
#breakdown{background:var(--paper)}
.bd-head{max-width:640px;margin-bottom:36px}
.bd-head h2{font-size:clamp(28px,3.6vw,42px);line-height:1.08;color:var(--ink)}
.bd-head p{margin-top:14px;font-size:16px;color:var(--fg-muted);max-width:520px}
.bd-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}
@media(max-width:900px){.bd-grid{grid-template-columns:1fr}}
/* grid items default to min-width:auto (= their min-content size); without this,
   an unshrinkable descendant (the toolbar's nowrap URL, see .device-toolbar .url
   below) inflates the whole column track past the viewport on phones/tablets and
   .bd-grid's own overflow:hidden silently clips text instead of wrapping it. */
.bd-tour,.bd-ledger{min-width:0}

.bd-tour{padding:28px;background:var(--paper)}
.tabs{display:flex;gap:7px;margin-bottom:20px;flex-wrap:wrap}
.tabs button{padding:9px 15px;border-radius:999px;border:1px solid var(--line);font-size:13.5px;font-weight:600;color:var(--fg-muted);transition:background .2s,color .2s,border-color .2s}
.tabs button[aria-pressed="true"]{background:var(--ink);color:var(--on-dark);border-color:var(--ink)}
.tabs button:not([aria-pressed="true"]):hover{border-color:var(--teal);color:var(--ink)}
.device{position:relative;perspective:1400px}
.device-toolbar{background:var(--stone-deep);border:1px solid var(--line);border-bottom:0;border-radius:10px 10px 0 0;padding:9px 12px;display:flex;align-items:center;gap:7px}
.device-toolbar .dot{width:8px;height:8px;border-radius:50%;background:rgba(30,38,46,.22)}
.device-toolbar .url{min-width:0;margin-left:8px;font-family:var(--mono);font-size:11px;color:var(--fg-muted);background:var(--paper);border-radius:5px;padding:4px 9px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.device-frame{border:1px solid var(--line);border-radius:0 0 10px 10px;overflow:hidden;background:#fff;box-shadow:0 24px 50px -20px rgba(30,38,46,.25);transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.device-frame.tilting{transition:none}
.device-frame img{width:100%;display:block}
.device-frame.phone-mode{max-width:260px;margin:0 auto;border-radius:22px;border:6px solid var(--ink)}
.device-frame.phone-mode img{border-radius:14px}
.device-toolbar.hidden-for-phone{display:none}
.device-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:12px;flex-wrap:wrap}
.device-caption{font-family:var(--mono);font-size:12px;color:var(--fg-muted)}
.viewtoggle{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:3px}
.viewtoggle button{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;color:var(--fg-muted)}
.viewtoggle button[aria-pressed="true"]{background:var(--ink);color:var(--on-dark)}
.viewtoggle button:disabled{opacity:.35;cursor:not-allowed}
.zoom-btn{font-size:12.5px;font-weight:600;color:var(--teal);border-bottom:1px solid currentColor}
.bd-copy{margin-top:22px}
.bd-copy .cat{display:block;font-family:var(--mono);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal);margin-bottom:8px}
.bd-copy h3{font-size:clamp(20px,2.6vw,26px);margin-bottom:10px;color:var(--ink)}
.bd-copy .desc{font-size:15px;color:var(--fg-muted);margin-bottom:14px}
.bd-points{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}
.bd-points li{position:relative;padding-left:18px;font-size:14px;color:var(--fg-muted)}
.bd-points li::before{content:'';position:absolute;left:0;top:8px;width:7px;height:1.5px;background:var(--teal)}
.fox-tip{display:flex;gap:14px;background:var(--ink);color:var(--on-dark);border-radius:10px;padding:16px;align-items:flex-start}
.fox-badge{position:relative;flex-shrink:0;display:flex;align-items:flex-end;justify-content:center;width:68px;height:68px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#eef6f5,#b9dcd6 55%,var(--hue6) 100%);overflow:hidden}
.fox-badge img{width:82%;position:relative;display:block}
.fox-badge-lg{width:150px;height:150px;overflow:visible;align-items:center}
.fox-badge-lg img{width:112%}
.fox-tip strong{display:block;font-family:var(--mono);font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);margin-bottom:5px}
.fox-tip p{font-size:13.5px;color:var(--on-dark-muted);margin-bottom:8px}
.fox-tip button{font-size:12px;font-weight:600;color:var(--gold);display:inline-flex;align-items:center;gap:5px}
.fox-tip button .spin{transition:transform .5s ease}
.fox-tip button:hover .spin{transform:rotate(180deg)}

.bd-ledger{background:var(--ink);color:var(--on-dark);padding:28px}
.ledger-row{display:grid;grid-template-columns:32px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line-on-dark)}
.ledger-row:first-child{padding-top:0}
.ledger-row:last-child{border-bottom:0;padding-bottom:0}
.ledger-row .idx{font-family:var(--mono);font-size:13px;color:var(--on-dark-muted);padding-top:2px}
.ledger-row .tag{display:block;font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal-bright);margin-bottom:4px}
.ledger-row:nth-child(1) .tag{color:var(--hue1)}
.ledger-row:nth-child(1){border-left:3px solid var(--hue1)}
.ledger-row:nth-child(2) .tag{color:var(--hue2)}
.ledger-row:nth-child(2){border-left:3px solid var(--hue2)}
.ledger-row:nth-child(3) .tag{color:var(--hue3)}
.ledger-row:nth-child(3){border-left:3px solid var(--hue3)}
.ledger-row:nth-child(4) .tag{color:var(--hue4)}
.ledger-row:nth-child(4){border-left:3px solid var(--hue4)}
.ledger-row:nth-child(5) .tag{color:var(--hue5)}
.ledger-row:nth-child(5){border-left:3px solid var(--hue5)}
.ledger-row:nth-child(6) .tag{color:var(--hue6)}
.ledger-row:nth-child(6){border-left:3px solid var(--hue6)}
.ledger-row:nth-child(7) .tag{color:var(--hue7)}
.ledger-row:nth-child(7){border-left:3px solid var(--hue7)}
.ledger-row{padding-left:14px}
.ledger-row h4{font-family:var(--sans);font-size:15.5px;font-weight:700;text-transform:none;margin-bottom:4px;color:var(--on-dark)}
.ledger-row p{font-size:13.5px;color:var(--on-dark-muted);line-height:1.45}
@media(max-width:900px){.bd-tour{border-bottom:1px solid var(--line)}}

dialog#screen-dialog{border:0;padding:0;background:transparent;max-width:min(94vw,900px);width:100%}
dialog#screen-dialog::backdrop{background:rgba(30,38,46,.8)}
.dialog-inner{background:var(--paper);border-radius:14px;overflow:hidden}
.dialog-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}
.dialog-head h2{font-size:16px;text-transform:none;color:var(--ink)}
.dialog-head button{font-size:13px;color:var(--fg-muted);font-weight:600;font-family:var(--sans)}
dialog#screen-dialog img{width:100%;max-height:80vh;object-fit:contain}

/* ---------- HOW: horizontal inline strip ---------- */
#how{
  background:var(--stone);background-image:radial-gradient(rgba(30,38,46,.12) 1px,transparent 1px);background-size:20px 20px;
  clip-path:polygon(0 34px,100% 0,100% 100%,0 100%);margin-top:-34px;padding-top:calc(64px + 34px);position:relative
}
@media(max-width:768px){#how{clip-path:polygon(0 18px,100% 0,100% 100%,0 100%);margin-top:-18px;padding-top:calc(48px + 18px)}}
.how-head{max-width:600px;margin-bottom:8px}
.how-head h2{font-size:clamp(28px,3.6vw,42px);color:var(--ink)}
.how-head p{margin-top:12px;color:var(--fg-muted);font-size:16px}
.how-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:36px;border-top:1px solid rgba(30,38,46,.22)}
.how-step{padding:22px 24px 0 20px;border-right:1px solid rgba(30,38,46,.22);border-top:3px solid transparent;margin-top:-3px}
.how-step:last-child{border-right:0}
.how-step:nth-child(1){border-top-color:var(--hue2)}
.how-step:nth-child(2){border-top-color:var(--hue5)}
.how-step:nth-child(3){border-top-color:var(--hue7)}
.how-step .n{font-family:var(--mono);font-size:13px;color:var(--teal);display:block;margin-bottom:10px}
.how-step:nth-child(1) .n{color:var(--hue2)}
.how-step:nth-child(2) .n{color:var(--hue5)}
.how-step:nth-child(3) .n{color:var(--hue7)}
.how-step h3{font-size:19px;margin-bottom:8px;color:var(--ink)}
.how-step p{font-size:14px;color:var(--fg-muted)}
@media(max-width:760px){.how-strip{grid-template-columns:1fr}.how-step{border-right:0;border-bottom:1px solid rgba(30,38,46,.22);padding:20px 0}}

/* ---------- GUIDE: compact inline callout ---------- */
#guide{
  background:var(--ink);color:var(--on-dark);
  clip-path:polygon(0 34px,100% 0,100% 100%,0 100%);margin-top:-34px;padding-top:calc(64px + 34px);position:relative
}
@media(max-width:768px){#guide{clip-path:polygon(0 18px,100% 0,100% 100%,0 100%);margin-top:-18px;padding-top:calc(48px + 18px)}}
.guide-panel{display:grid;grid-template-columns:170px 1fr;gap:40px;align-items:center;max-width:900px}
.guide-panel .fox-badge-lg{margin:0}
.guide-panel .eyebrow{color:var(--gold)}
.guide-panel .eyebrow::before{background:var(--gold)}
.guide-panel h3{font-size:clamp(20px,2.6vw,26px);margin-bottom:8px;color:var(--on-dark)}
.guide-panel .lead{color:var(--on-dark-muted);margin-bottom:18px;font-size:14.5px}
.guide-choices{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}
.guide-choices button{padding:9px 16px;border-radius:999px;border:1px solid var(--line-on-dark);font-size:13px;font-weight:600;color:var(--on-dark-muted)}
.guide-choices button[aria-pressed="true"]{background:var(--gold);color:var(--ink);border-color:var(--gold)}
.guide-result{border-top:1px solid var(--line-on-dark);padding-top:16px}
.guide-result strong{display:block;font-family:var(--sans);font-weight:700;font-size:15.5px;margin-bottom:6px;text-transform:none}
.guide-result p{color:var(--on-dark-muted);margin-bottom:10px;font-size:13.5px;max-width:460px}
.guide-result a{font-size:13px;font-weight:700;color:var(--gold);border-bottom:1px solid currentColor}
@media(max-width:700px){.guide-panel{grid-template-columns:1fr}.fox-badge-lg{width:120px;height:120px;margin:0 auto}}

/* ---------- CLOSE: pricing + faq combined, then final ---------- */
#close{
  background:var(--paper);
  clip-path:polygon(0 34px,100% 0,100% 100%,0 100%);margin-top:-34px;padding-top:calc(64px + 34px);position:relative
}
@media(max-width:768px){#close{clip-path:polygon(0 18px,100% 0,100% 100%,0 100%);margin-top:-18px;padding-top:calc(48px + 18px)}}
.section-head-close{max-width:640px;margin-bottom:40px}
.section-head-close h2{font-size:clamp(28px,3.4vw,40px);line-height:1.1;color:var(--ink)}
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:64px}
@media(max-width:860px){.pricing-grid{grid-template-columns:1fr}}
.price-card{border:1px solid var(--ink);border-radius:14px;padding:34px;background:var(--ink);color:var(--on-dark);position:relative;overflow:hidden;display:flex;flex-direction:column}
.price-card .eyebrow{color:var(--gold)}
.price-card .eyebrow::before{background:var(--gold)}
.price-card .lead{color:var(--on-dark-muted)}
.price-card .price-list li{color:var(--on-dark)}
.price-card .price-list li::before{background:var(--gold)}
.price-card .btn-primary{background:var(--gold);color:var(--ink)}
.price-card .btn-primary::after{background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%)}
.price-card-paid{background:var(--stone);color:var(--fg);background-image:radial-gradient(rgba(30,38,46,.12) 1px,transparent 1px);background-size:20px 20px;border-color:var(--line)}
.price-card-paid .eyebrow{color:var(--teal)}
.price-card-paid .eyebrow::before{background:var(--teal)}
.price-card-paid .lead{color:var(--fg-muted)}
.price-card-paid .price-list li{color:var(--fg)}
.price-card h3{font-size:clamp(24px,2.8vw,32px);line-height:1.12;color:inherit;margin-top:2px}
.price-tbd{display:inline-block;margin-top:6px;font-family:var(--mono);font-size:15px;color:var(--teal)}
.price-card .lead{margin-top:12px;color:var(--fg-muted);font-size:14.5px}
.price-list{display:flex;flex-direction:column;gap:11px;margin:22px 0;flex:1}
.price-list li{position:relative;padding-left:20px;font-size:14px}
.price-list li::before{content:'';position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:var(--teal)}
.price-card-paid .price-list li::before{background:var(--teal)}
.price-fine{color:var(--fg-muted) !important;margin-top:18px}
.faq-col{max-width:760px}
.faq-col .eyebrow{margin-bottom:8px}
.faq-col h2{font-size:clamp(26px,3vw,36px);color:var(--ink);margin-bottom:18px}
.faq-list details{border-bottom:1px solid var(--line);padding:16px 0}
.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:var(--ink)}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .plus{font-size:18px;color:var(--teal);transition:transform .3s}
.faq-list details[open] summary .plus{transform:rotate(45deg)}
.faq-list details p{margin-top:10px;color:var(--fg-muted);font-size:14px}

#final{
  padding:calc(80px + 40px) 0;background:var(--ink);color:var(--on-dark);
  clip-path:polygon(0 40px,100% 0,100% 100%,0 100%);
  margin-top:-1px;
}
@media(max-width:768px){#final{padding:calc(56px + 20px) 0;clip-path:polygon(0 20px,100% 0,100% 100%,0 100%)}}
.final-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
#final .eyebrow{color:var(--gold)}
#final .eyebrow::before{background:var(--gold)}
#final h2{font-size:clamp(34px,5vw,58px);line-height:1.02;margin:14px 0 24px;color:var(--on-dark)}
#final .btn-primary{background:var(--gold);color:var(--ink)}
#final .btn-primary::after{background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%)}
.final-manifest{display:flex;flex-direction:column;border-top:1px solid var(--line-on-dark)}
.final-manifest li{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--line-on-dark);font-size:13.5px;color:var(--on-dark-muted)}
.final-manifest li span{font-family:var(--mono);font-size:12px;color:var(--teal-bright);flex-shrink:0}
@media(max-width:860px){.final-grid{grid-template-columns:1fr}}

/* ---------- footer: same legal links / cookie-settings entry point as the
   rest of the site, restyled for this page's palette ---------- */
footer.site-footer{border-top:1px solid rgba(30,38,46,.16);padding:28px 0;background:var(--paper)}
.footer-grid{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--fg-muted)}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a:hover{color:var(--ink)}
.footer-links button{font:inherit}

.hero-top .eyebrow,.hero-h1,.hero-bottom-copy .lead,.hero-tags,.hero-actions,.hero .fine{opacity:0;animation:rise .8s cubic-bezier(.2,.8,.2,1) forwards}
.hero-top .eyebrow{animation-delay:.05s}.hero-h1{animation-delay:.15s}.hero-bottom-copy .lead{animation-delay:.28s}
.hero-tags{animation-delay:.38s}.hero-actions{animation-delay:.48s}.hero .fine{animation-delay:.58s}
@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.hero-top .eyebrow,.hero-h1,.hero-bottom-copy .lead,.hero-tags,.hero-actions,.hero .fine,.hero-fox-big{animation:none;opacity:1}}

/* ================= cookie consent (same behaviour/copy as the rest of the
   site — see nutrition.js initNutritionCookieConsent — restyled for this
   page's ink/gold/cream palette instead of the teal one in landing.css) ===== */
.cookieConsentBar{position:fixed;left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:99990;display:grid;gap:16px;padding:18px 20px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:0 18px 48px rgba(30,38,46,.18);max-width:920px;margin:0 auto;font-family:var(--sans)}
.cookieConsentBar[hidden],.cookieConsentModalLayer[hidden]{display:none!important}
.cookieConsentBody{display:grid;gap:8px;color:var(--ink)}
.cookieConsentBody b{font-size:16px}
.cookieConsentBody p,.cookieConsentLead{margin:0;font-size:13px;line-height:1.55;color:var(--fg-muted)}
.cookieConsentBody a{color:var(--ink);font-weight:700;text-decoration:underline}
.cookieConsentActions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.cookieConsentActions .btn{min-height:40px;padding:11px 16px;font-weight:700}
.cookieConsentActions .btn-outline-dark{border:1px solid var(--line);color:var(--ink)}
.cookieConsentModalLayer{position:fixed;inset:0;z-index:99991;background:rgba(30,38,46,.42);display:grid;place-items:center;padding:20px}
.cookieConsentModal{width:min(560px,100%);background:var(--paper);border-radius:20px;padding:22px;display:grid;gap:16px;box-shadow:0 24px 60px rgba(30,38,46,.22);font-family:var(--sans)}
.cookieConsentModal h2{margin:0;font-size:22px;color:var(--ink);font-family:var(--serif);text-transform:none;letter-spacing:0}
.cookieConsentOptions{display:grid;gap:10px}
.cookieConsentOption{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:14px 16px;background:#fdf6e3}
.cookieConsentOption.locked{background:#f2f2f2}
.cookieConsentOption span{display:grid;gap:4px}
.cookieConsentOption b{font-size:14px}
.cookieConsentOption small{font-size:12px;line-height:1.45;color:var(--fg-muted)}
.cookieConsentOption em{font-size:11px;font-style:normal;font-weight:800;color:var(--gold);white-space:nowrap}
.cookieConsentOption input{width:18px;height:18px;accent-color:var(--ink)}
.cookieConsentActions.modalActions{justify-content:stretch}
.cookieConsentFooterLink{border:0;background:none;padding:0;color:var(--fg-muted);font-size:11px;font-weight:700;text-decoration:underline;cursor:pointer;text-align:left}
.cookieConsentFooterLink:hover{color:var(--ink)}
.cookieConsentLink{color:var(--ink);font-size:12px;font-weight:700;text-decoration:underline}
@media(max-width:720px){.cookieConsentBar{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));padding:16px;max-width:none}.cookieConsentActions{display:grid;grid-template-columns:1fr}.cookieConsentActions .btn{width:100%}}
