/* ============================================================
   TUMMI website — Zeegloed v5.1 marketing layer · part 1
   Scaffold, nav, the dawn hero, the slot band, footer.
   Loads AFTER /design-system/v5/*. Chapters live in sections.css.
   Motion law: compositor props only; everything lands soft.
   ============================================================ */

/* ===================== SCAFFOLD ===================== */
html { scroll-behavior: smooth; }
body { overflow-x: clip; }

.wrap {
  width: min(1180px, 100% - clamp(40px, 8vw, 88px));
  margin-inline: auto;
}

.mono { font-family: var(--font-mono); }
.disp { font-family: var(--font-display); }

/* de zonlijn: ONE soft accent line for the whole site (rose into gold).
   Overrides the DS --grad-horizon (whose coral tail read too red) and
   retires the kleurenboog rainbow — consistency over spectacle
   (Julia, 2026-07-11: "geen regenboog aan verschillende kleuren"). */
:root {
  --grad-horizon: linear-gradient(90deg in oklch, #DA7488 0%, #F2B44C 100%);
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--t-eyebrow);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  background: var(--ink); color: var(--ink-inverse);
  font: 600 var(--t-sm) var(--font-sans);
  transform: translateY(-64px);
  transition: transform var(--d-state) var(--ease-settle);
}
.skip-link:focus-visible { transform: translateY(0); }

/* motion staging: story.js animates everything marked data-reveal.
   Scoped to main (below the fold) so the hero headline — the LCP —
   never waits on JS; the hero entrance is pure CSS below.
   boot.js only adds .mo when motion is allowed; a failsafe strips it. */
html.mo main [data-reveal] { opacity: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* section rhythm + atmosphere */
.sec { position: relative; padding-block: var(--sec-rhythm); }
.sec-band { background: var(--grad-section); }

.sec-head { position: relative; max-width: 760px; margin-bottom: clamp(32px, 5vw, 60px); }
.maat {
  display: inline-block; flex: none;
  width: 26px; height: 3px; border-radius: 2px;
  background: var(--grad-horizon);
}
.sec-tag {
  display: flex; align-items: center; gap: var(--s-3);
  font-family: var(--font-mono); font-size: var(--t-eyebrow); font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-muted);
}
.sec-title { font-size: var(--t-h1); margin-top: var(--s-4); }
.sec-lead {
  margin: var(--s-4) 0 0; max-width: 62ch;
  font-size: var(--t-body-lg); line-height: 1.6;
  color: var(--ink-soft);
}
/* hanging folio: editorial ornament, one per chapter */
.folio {
  position: absolute; right: 0; top: -.28em; z-index: -1;
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(72px, 11vw, 150px); line-height: 1;
  color: var(--sink);
  pointer-events: none; user-select: none;
}

/* ===================== DE DAUWKNOP =====================
   v4 (Julia, 2026-07-11, "geen rood, gebruik de gave gradients"): the
   button is a light dawn-wash pill — gold-wash into rose-wash — with
   an INK label and the zonlijn worn as a full gradient ring (the same
   subtle crown she loves on the featured pricing plate). No saturated
   fill anywhere. On hover the sunrise is VISIBLE again: a soft pastel
   sky (sage/rose/apricot/gold -soft tints) slides slowly through the
   light pill, heen en weer; ink holds 8-11x on every stop, so the
   label never changes. A soft light follows the cursor, the hero CTA
   leans magnetically. Press pauses. Reduced motion: the still pill. */
.btn-primary {
  color: var(--cta-ink);
  background: var(--grad-cta);
  border: 1px solid var(--cta-border);
  overflow: hidden;
  box-shadow: var(--cta-sheen), var(--cta-shade), var(--cta-shadow);
}
/* the zonlijn ring: a masked gradient stroke, always on */
.btn-primary::before {
  content: ""; position: absolute; inset: 0; z-index: 2;
  border-radius: inherit; padding: 1.5px;
  background: var(--grad-horizon);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: .9;
  pointer-events: none;
}
/* the sky: a pastel sunrise 340% tall, gold-wash band in the window at rest */
.btn-primary::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: 0; top: -240%;
  z-index: 0;
  border-radius: 0;
  background: linear-gradient(180deg in oklch,
    #CBD9C0 0%, #EFB9C2 32%, #F6C09A 56%, #F6D896 80%, #FBEBCB 100%);
  opacity: 0;
  transition: opacity var(--d-reveal) var(--ease-settle);
  will-change: transform, opacity;
  pointer-events: none;
}
/* the soft light that follows the cursor (span injected by story.js) */
.btn-primary .shine {
  position: absolute; inset: 0; z-index: 3;
  border-radius: inherit;
  background: radial-gradient(120px circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 253, 249, .5), rgba(255, 253, 249, 0) 70%);
  opacity: 0;
  transition: opacity var(--d-enter) var(--ease-settle);
  pointer-events: none;
}
.btn-primary:hover .shine { opacity: 1; }
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-sheen), var(--cta-shade), 0 16px 40px -16px rgba(242, 180, 76, .55);
}
.btn-primary:hover::before { opacity: 1; }
.btn-primary:hover::after {
  opacity: 1;
  animation: sunCycle 4.2s var(--ease-adem) infinite alternate;
}
/* 70.6% of the 340%-tall sky = 240% of the button: soft sage reaches the window */
@keyframes sunCycle { from { transform: translateY(0); } to { transform: translateY(70.6%); } }
/* press: the sun holds its breath */
.btn-primary:active { transform: translateY(1px) scale(.985); box-shadow: var(--press-inset); }
.btn-primary:active::after { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .btn-primary:hover::after { animation: none; transform: none; opacity: .6; }
  .btn-primary .shine { display: none; }
}

/* de stille knop: the secondary needs a body — a soft cream veil and a
   visible zonlijn stroke, readable on paper, dawn and vitaal alike */
.btn-secondary {
  background: rgba(255, 252, 246, .55);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
}
.btn-secondary::before { opacity: .85; }

/* ===================== NAV ===================== */
.sitenav {
  position: fixed; top: max(clamp(10px, 2vw, 18px), env(safe-area-inset-top)); left: 0; right: 0; z-index: 90;
  pointer-events: none;
}
.sitenav .bar {
  pointer-events: auto;
  display: flex; align-items: center; gap: clamp(14px, 2vw, 28px);
  width: min(1180px, 100% - clamp(24px, 5vw, 64px));
  margin-inline: auto;
  padding: 8px max(10px, env(safe-area-inset-right)) 8px max(var(--s-5), env(safe-area-inset-left));
  border-radius: var(--r-pill);
  background: var(--glass-fill);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(150%);
  backdrop-filter: blur(var(--glass-blur)) saturate(150%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,253,249,.6); /* warm sheen, law zero */
}
[data-theme="dark"] .sitenav .bar { box-shadow: var(--shadow-sm); }

.wm {
  font-family: var(--font-display);
  font-size: 1.3rem; line-height: 1;
  color: var(--ink); text-decoration: none;
}
.wm .dot { color: var(--coral); }
.wm:hover { text-decoration: none; }

.sitenav .links { display: flex; gap: clamp(12px, 1.8vw, 24px); margin-inline: auto; }
.sitenav .links a {
  position: relative;
  padding: 6px 2px;
  font: 500 var(--t-sm) var(--font-sans);
  color: var(--ink-soft); text-decoration: none;
  transition: color var(--d-state) var(--ease-across);
}
.sitenav .links a::after {
  content: ""; position: absolute; left: 2px; right: 2px; bottom: 2px;
  height: 2px; border-radius: 2px;
  background: var(--grad-horizon);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--d-control) var(--ease-settle);
}
.sitenav .links a:hover, .sitenav .links a:focus-visible { color: var(--ink); text-decoration: none; }
.sitenav .links a:hover::after, .sitenav .links a:focus-visible::after { transform: scaleX(1); }
.sitenav .links a:not(:hover):not(:focus-visible)::after { transform-origin: right; }

.sitenav .acts { display: flex; align-items: center; gap: var(--s-3); }
.theme-toggle {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; padding: 0;
  border: 0; border-radius: var(--r-pill);
  background: transparent; color: var(--ink-soft); cursor: pointer;
  transition: color var(--d-state) var(--ease-across),
              transform var(--d-state) var(--ease-settle);
}
.theme-toggle:hover { color: var(--ink); transform: translateY(-1px); }
.theme-toggle:active { transform: translateY(1px) scale(.95); }
.theme-toggle .i-sun { display: none; }
[data-theme="dark"] .theme-toggle .i-sun { display: block; }
[data-theme="dark"] .theme-toggle .i-moon { display: none; }

.nav-login {
  font: 500 var(--t-sm) var(--font-sans);
  color: var(--ink-soft); text-decoration: none;
  transition: color var(--d-state) var(--ease-across);
}
.nav-login:hover, .nav-login:focus-visible { color: var(--ink); text-decoration: none; }

.navdemo-burger { display: none; }
/* closed menu leaves the tab order + a11y tree, not just the paint */
.mmenu {
  z-index: 95;
  padding-top: max(clamp(96px, 16vh, 140px), calc(env(safe-area-inset-top) + var(--s-7)));
  padding-inline: max(var(--s-6), env(safe-area-inset-left)) max(var(--s-6), env(safe-area-inset-right));
  visibility: hidden;
}
.mmenu.is-open { visibility: visible; }
.mmenu a { padding-block: 8px; }
.mmenu .mmenu-cta { margin-top: var(--s-4); align-self: flex-start; }
.mmenu-close {
  position: absolute;
  top: max(clamp(14px, 2.4vw, 22px), env(safe-area-inset-top));
  right: clamp(16px, 4vw, 28px);
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; padding: 0;
  border: 1px solid var(--hairline-strong); border-radius: var(--r-pill);
  background: var(--card); color: var(--ink); cursor: pointer;
  transition: transform var(--d-state) var(--ease-settle);
}
.mmenu-close:hover { transform: translateY(-1px); }
.mmenu-close:active { transform: scale(.94); }

@media (max-width: 920px) {
  .sitenav .links, .nav-login, .nav-cta { display: none; }
  .navdemo-burger { display: inline-flex; }
}

/* ===================== HERO · DE DAGERAAD =====================
   The daylight dawn: the dageraad mesh + morning bloom on warm paper
   (Julia, 2026-07-10: no dark backgrounds in the light theme — the
   nachtzee lives only in the dark theme, where --grad-dageraad
   swaps to --bloom-nachtzee by token). The stage is sticky; the
   scroll lifts the sun and draws the kleurenboog horizon. */
.dawn {
  position: relative; z-index: 1;
  background: var(--paper);
  color: var(--ink);
}
.dawn-stage {
  position: relative;
  height: 100vh; height: 100svh;
  overflow: clip;
  isolation: isolate;
  display: flex; flex-direction: column;
}
.dawn-core {
  position: absolute; inset: 0; z-index: 0;
  background: var(--grad-dageraad); /* light mesh; dark theme swaps to nachtzee */
  will-change: transform;
}
.dawn-glow {
  position: absolute; inset: -10%; z-index: 0;
  background: var(--bloom-morning);
  opacity: .32;
  /* own breath: heroBreath runs .85-1 opacity, far too loud for daylight */
  animation: morningBreath var(--d-hero-breath) var(--ease-adem) alternate infinite;
  will-change: transform, opacity;
  pointer-events: none;
}
@keyframes morningBreath {
  from { transform: scale(1); opacity: .28; }
  to   { transform: scale(1.04); opacity: .42; }
}
/* the warming: the same dageraad, a few degrees warmer. Scroll fades
   it in (opacity only, compositor-safe) — the light itself warms. */
.dawn-warm {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(242,180,76,.28) 0%, transparent 50%),
    radial-gradient(100% 80% at 24% 46%, rgba(240,147,46,.22) 0%, transparent 55%),
    radial-gradient(130% 95% at 55% 100%, rgba(240,104,74,.4) 0%, transparent 62%);
  opacity: .42;
  pointer-events: none;
  will-change: opacity;
}
.dawn .grain { z-index: 1; opacity: .05; }

.dawn-grid {
  position: relative; z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding-top: clamp(84px, 10vh, 120px);
}
.dawn-eyebrow {
  display: flex; align-items: center; gap: var(--s-3);
  color: var(--ink-soft); /* holds AA over the warm mid-tones of the bloom */
  margin: 0 0 var(--s-5);
}
.dawn .glass-liquid {
  color: var(--ink);
  /* chips float over an animating backdrop: a lighter kernel keeps 60fps */
  -webkit-backdrop-filter: blur(14px) saturate(150%) brightness(1.08);
  backdrop-filter: blur(14px) saturate(150%) brightness(1.08);
  /* a touch more veil: the interior stays legible over the photo while
     the liquid-glass rim refraction does its work at the edges */
  background-image: linear-gradient(150deg, rgba(255,252,246,.4), rgba(255,252,246,.18));
}

/* the dawn entrance is pure CSS: the LCP headline never waits on JS.
   Same physics as everything else — opacity + rise on --ease-settle. */
@keyframes dawnRise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.dawn-eyebrow, .dt-brand, .dt-role, .dawn-cta, .dawn-proof {
  animation: dawnRise .72s var(--ease-settle) both;
}
.dt-brand    { animation-delay: .14s; }
.dt-role     { animation-delay: .23s; }
.dawn-cta    { animation-delay: .32s; }
.dawn-proof  { animation-delay: .41s; }
.dawn-eyebrow { animation-delay: .05s; }
.dawn-visual { animation: dawnRise 1.1s var(--ease-settle) .55s both; }
.dawn-title { display: flex; flex-direction: column; gap: .14em; padding-bottom: .06em; }
.dt-brand {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(3rem, 7.2vw, 5.4rem);
  line-height: 1.02; letter-spacing: -.01em;
}
.dt-dot { color: var(--coral); }
.dt-role {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.45rem, 3.2vw, 2.5rem);
  line-height: 1.14;
  color: var(--ink); opacity: .96;
}
/* fixed slot: "assistant" never jitters while the word types */
.tw { display: inline-block; min-width: 4.15em; text-align: left; }
.tw-word { color: var(--raspberry-deep); } /* the flare-word tier: AA both themes */
.tw-caret {
  display: inline-block; width: 2px; height: .88em;
  margin-left: 3px; vertical-align: -.06em;
  background: var(--gold-mark);
  animation: caretBlink 1.1s steps(2) infinite;
}
.tw.is-typing .tw-caret { animation: none; opacity: 1; }
@keyframes caretBlink { 50% { opacity: 0; } }

.dawn-cta {
  display: flex; flex-wrap: wrap; gap: var(--s-4);
  margin-top: clamp(22px, 3.5vh, 38px);
}
.dawn-proof {
  list-style: none; margin: clamp(22px, 3.5vh, 34px) 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-6);
  font-size: var(--t-sm); color: var(--ink-soft);
}
.dawn-proof li { display: flex; align-items: center; gap: var(--s-2); }
.dawn-proof li::before {
  content: ""; flex: none;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-mark);
  box-shadow: 0 0 8px rgba(242,180,76,.4);
}

/* the human in the light: mounted-print photo, chips hugging its corners */
.dawn-visual { position: relative; min-height: 380px; }
.dawn-photo {
  margin: 0;
  position: relative;
  border: 6px solid var(--card);
  outline: 1px solid var(--hairline-strong);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.dawn-photo::after {
  content: ""; position: absolute; inset: 0;
  border-radius: calc(var(--r-lg) - 6px);
  box-shadow: inset 0 0 0 1px var(--hairline-warm);
  pointer-events: none;
}
.dawn-photo img { display: block; width: 100%; height: auto; }
.dawn-chip {
  position: absolute; max-width: 296px; padding: 18px;
  animation: chipFloat 7s var(--ease-adem) alternate infinite;
}
.dc-q { top: -20px; right: -14px; }
.dc-prog { bottom: -18px; left: -20px; animation-delay: -3.2s; }
@keyframes chipFloat { from { transform: translateY(0); } to { transform: translateY(-12px); } }

.dc-q-t { margin: 0 0 10px; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.3; }
.dc-q-t em { font-style: italic; color: var(--coral-deep); }
.dc-opt {
  display: flex; align-items: center; gap: 8px; width: max-content;
  margin-top: 7px; padding: 7px 14px;
  border: 1px solid var(--hairline-strong); border-radius: var(--r-pill);
  font-size: var(--t-caption);
}
.dc-opt.is-sel { background: var(--gold-wash); border-color: var(--gold-tint); color: var(--gold-text); }
.dc-h { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-4); }
.dc-h .disp { font-size: 1.2rem; }
.dc-h .mono { font-size: var(--t-caption); opacity: .75; }
.dc-l { margin-top: 3px; font-size: var(--t-sm); opacity: .85; }
.dc-checks { display: flex; gap: 7px; margin-top: 13px; }
.dc-checks i {
  width: 15px; height: 15px; border-radius: 50%;
  border: 1px solid var(--hairline-strong);
}
.dc-checks i.ok { background: var(--sage-tint); border-color: transparent; }
.dc-checks i.star {
  background: var(--gold); border-color: transparent;
  box-shadow: 0 0 10px rgba(242,180,76,.55);
}

.scrollhint {
  position: absolute; z-index: 2;
  left: 50%; bottom: clamp(18px, 3.5vh, 30px);
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-muted);
}
.mouse { position: relative; width: 20px; height: 32px; border: 1.5px solid var(--hairline-strong); border-radius: 12px; }
.mouse::after {
  content: ""; position: absolute; top: 6px; left: 50%;
  width: 3px; height: 7px; margin-left: -1.5px; border-radius: 2px;
  background: var(--gold-mark);
  animation: mouseDrip 2s var(--ease-adem) infinite;
}
@keyframes mouseDrip {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(9px); opacity: 0; }
  100% { transform: translateY(9px); opacity: 0; }
}

/* the morning settles over the dawn: main is the sheet of paper,
   its top edge carries the horizon (de inktwas scene-wipe) */
main {
  position: relative; z-index: 2;
  margin-top: -12vh;
  margin-top: -12svh;
  border-radius: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px) 0 0;
  background: var(--paper);
  box-shadow: 0 -18px 44px -20px hsla(18, 55%, 32%, .3);
}
[data-theme="dark"] main { box-shadow: 0 -24px 60px -18px rgba(3,6,14,.55); }
main::before {
  content: ""; position: absolute; top: -1px; left: 0; right: 0;
  height: 3px; border-radius: 2px;
  background: var(--grad-horizon);
  opacity: .9;
}

/* ===================== SLOT · in balans =====================
   The closing band is plate-vitaal grown to a room: gold light
   settling into sage, set LEFT like the chapters above. On green,
   rose leaves the room — every companion goes gold->sage (local
   token dress recolors the zonlijn, the ring and the dauwknop). */
.slot {
  position: relative; isolation: isolate; overflow: clip;
  padding-block: clamp(96px, 16vh, 168px);
  background: var(--paper);
  color: var(--ink);
  --grad-horizon: linear-gradient(90deg in oklch, #F2B44C 0%, #8AA875 100%);
  --grad-cta: linear-gradient(135deg in oklch, #FBEBCB 0%, #E7EDE2 100%);
  --grad-cta-hover: linear-gradient(135deg in oklch, #FBEDD2 0%, #EDF2E8 100%);
  --cta-border: rgba(91, 122, 78, .4);
  --cta-shadow: 0 1px 3px hsla(120, 20%, 40%, .1), 0 10px 24px -12px rgba(138, 168, 117, .5);
}
.slot em.disp { color: var(--sage-deep); }
.slot .btn-primary::after {
  background: linear-gradient(180deg in oklch, #CBD9C0 0%, #E7EDE2 40%, #F6D896 75%, #FBEBCB 100%);
}
/* the clean vitaal: a light gold-into-sage whisper, never a heavy band */
.slot-glow {
  position: absolute; inset: -10%; z-index: 0;
  background: var(--bloom-vitaal);
  opacity: .42;
  animation: slotBreath var(--d-hero-breath) var(--ease-adem) alternate infinite;
  pointer-events: none;
}
@keyframes slotBreath {
  from { transform: scale(1); opacity: .38; }
  to   { transform: scale(1.03); opacity: .5; }
}
/* the same sun, now risen, in green: the page ends in light */
.slot-sun {
  position: absolute; z-index: 0;
  left: 50%; top: -18%;
  width: min(70vw, 820px); aspect-ratio: 2.2 / 1;
  transform: translateX(-50%);
  background: radial-gradient(50% 100% at 50% 0%,
    rgba(246,216,150,.5) 0%, rgba(166,194,149,.24) 48%, rgba(166,194,149,0) 74%);
  pointer-events: none;
}
.slot-horizon {
  position: absolute; z-index: 0;
  left: 12%; right: 12%; top: clamp(56px, 9vh, 88px);
  height: 3px; border-radius: 2px;
  background: var(--grad-horizon);
  opacity: .8;
  pointer-events: none;
}
.slot .grain { z-index: 0; opacity: .05; }
.slot-inner { position: relative; z-index: 1; max-width: 660px; }
.slot-eyebrow {
  display: flex; align-items: center; gap: var(--s-3);
  color: var(--ink-muted); margin: 0 0 var(--s-5);
}
.slot-title { font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.06; }
.slot-lead {
  max-width: 56ch; margin: var(--s-5) 0 0;
  font-size: var(--t-body-lg); line-height: 1.6; color: var(--ink-soft);
}
.slot-cta {
  display: flex; flex-wrap: wrap; gap: var(--s-4);
  margin-top: clamp(26px, 4vh, 40px);
}
.slot-assure {
  margin: clamp(26px, 4vh, 40px) 0 0;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-muted);
}

/* ===================== FOOTER ===================== */
.sitefoot { background: var(--paper); }
.foot-brand { display: flex; align-items: baseline; gap: var(--s-3); }
.foot-sep { color: var(--ink-faint); }
.foot-tag { font-family: var(--font-mono); font-size: var(--t-caption); color: var(--ink-muted); }
.foot-legal { margin: 0; font-size: var(--t-caption); color: var(--ink-muted); max-width: 44ch; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1080px) {
  .dawn-grid { grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); }
}
/* thumbs get full 44px targets; the ink stays the same size */
@media (pointer: coarse) {
  .theme-toggle { width: 44px; height: 44px; }
  .navdemo-burger { min-width: 44px; min-height: 44px; }
  .deck-ctl { width: 44px; height: 44px; }
  .st-plus { width: 44px; height: 44px; }
}

@media (max-width: 920px) {
  .dawn-grid {
    grid-template-columns: 1fr;
    align-content: center;
    gap: clamp(28px, 5vh, 48px);
    padding-top: clamp(76px, 9vh, 104px);
  }
  .dawn-visual { min-height: 0; max-width: 400px; }
  .dc-q { top: -16px; right: -8px; }
  .dc-prog { bottom: -14px; left: -10px; }
  .folio { font-size: clamp(56px, 14vw, 96px); opacity: .8; }
}
@media (max-width: 640px) {
  .dawn-visual { display: none; }
  .slot { text-align: left; }
  .slot-eyebrow, .slot-cta { justify-content: flex-start; }
  .slot-lead { margin-inline: 0; }
}

/* ===================== REDUCED MOTION ===================== */
@media (prefers-reduced-motion: reduce) {
  .dawn-glow { animation: none; opacity: .35; }
  .slot-glow { animation: none; opacity: .42; }
  .dawn-chip { animation: none; }
  .tw-caret { animation: none; opacity: .7; }
  .mouse::after { animation: none; opacity: .7; }
  .dawn-warm { opacity: .55; }
}
