/* ============================================================================
   Session Recorder — studio-hardware aesthetic
   Palette pulled from the app icon: black chassis, brushed steel, warm brown
   tape, cream/amber VU faces, one red record LED.
   ========================================================================== */

/* Fonts are self-hosted (assets/fonts/), not loaded from Google.
   Two reasons: every visitor's IP was otherwise exposed to Google purely to
   fetch a typeface, and the CSP in _headers can now forbid external styles and
   fonts outright instead of allow-listing two Google hosts.

   These are the VARIABLE faces — one file per family per subset covering the
   whole weight range, rather than one file per weight. Licensed under the SIL
   Open Font License 1.1; the licence text for each family ships beside the
   fonts (assets/fonts/OFL-*.txt) as the OFL requires.

   To change the weights or families used, re-fetch from Google Fonts with a
   browser User-Agent (a bare curl gets TTF, not WOFF2), keep only the latin and
   latin-ext subsets, and rewrite the src URLs to local paths. */
/* latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('assets/fonts/fraunces-400-900-latin-ext.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;
}
/* latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('assets/fonts/fraunces-400-900-latin.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;
}
/* latin-ext */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/hanken-grotesk-400-700-latin-ext.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;
}
/* latin */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/hanken-grotesk-400-700-latin.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;
}
/* latin-ext */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/space-mono-400-latin-ext.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;
}
/* latin */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/space-mono-400-latin.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;
}
/* latin-ext */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/space-mono-700-latin-ext.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;
}
/* latin */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/space-mono-700-latin.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;
}

:root {
  /* chassis */
  --ink:        #0b0b0d;
  --ink-2:      #101013;
  --panel:      #17171b;
  --panel-2:    #1e1e23;
  --line:       #2b2b31;
  --line-soft:  #212127;

  /* metal + tape */
  --steel:      #9a9ba0;
  --steel-hi:   #cfd0d3;
  --tape:       #3a2a1e;

  /* VU glow (primary accent) + record LED (secondary) */
  --amber:      #e6b455;
  --amber-hi:   #f4d38a;
  --cream:      #ecdcae;
  --red:        #e0402a;
  --red-hi:     #ff5a3d;

  /* text */
  --text:       #eceae3;
  --dim:        #a09c92;
  --faint:      #726f68;

  --display: 'Fraunces', Georgia, serif;
  --body: 'Hanken Grotesk', -apple-system, system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, Menlo, monospace;

  --maxw: 1120px;
  --radius: 16px;
  color-scheme: dark;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
/* scroll-padding clears the 68px sticky header, so an in-page anchor lands
   with its heading visible instead of tucked underneath the nav. */
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; scroll-padding-top: 88px; }

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  /* atmospheric base: warm vignette top, cool depth below (scrolls with page
     — no background-attachment:fixed, which forces a full repaint per frame) */
  background-image:
    radial-gradient(120% 80% at 70% -10%, rgba(230,180,85,0.10), transparent 55%),
    radial-gradient(90% 60% at 15% 110%, rgba(224,64,42,0.06), transparent 60%);
  background-repeat: no-repeat;
}

/* film grain overlay — a small static PNG-style noise tile, rasterized once.
   Avoids re-running an SVG turbulence filter across the whole viewport. */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

a { color: var(--amber); text-decoration: none; transition: color .2s; }
a:hover { color: var(--amber-hi); }

h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; }

.eyebrow {
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--amber);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--red); box-shadow: 0 0 10px 2px rgba(224,64,42,.7);
  animation: rec 2.4s ease-in-out infinite;
}
@keyframes rec { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

/* ------------------------------------------------------------------ header */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(12,12,15,0.94);
  border-bottom: 1px solid var(--line-soft);
}
header .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--display);
  font-weight: 700; font-size: 19px; color: var(--text); letter-spacing: -0.01em; }
.brand img { width: 30px; height: 30px; border-radius: 7px; box-shadow: 0 2px 8px rgba(0,0,0,.6); }
.brand:hover { color: var(--text); }
nav.main { display: flex; align-items: center; gap: 28px; }
nav.main a { color: var(--dim); font-size: 15px; font-weight: 500; }
nav.main a:hover { color: var(--text); }
nav.main .nav-links { display: flex; gap: 26px; }

/* ------------------------------------------------------------------ buttons */
.button {
  --b: var(--panel-2);
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 11px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  color: var(--text); font-family: var(--body); font-weight: 600; font-size: 15px;
  cursor: pointer; transition: transform .16s ease, box-shadow .2s, border-color .2s, filter .2s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.button:hover { transform: translateY(-2px); border-color: #3a3a42; color: var(--text); }
.button.primary {
  border: none; color: #241a0a;
  background: linear-gradient(180deg, var(--amber-hi), var(--amber));
  box-shadow: 0 6px 22px -6px rgba(230,180,85,.55), inset 0 1px 0 rgba(255,255,255,.4);
}
.button.primary:hover { filter: brightness(1.06); box-shadow: 0 10px 30px -6px rgba(230,180,85,.7); color: #241a0a; }
.button.rec {
  border: none; color: #fff;
  background: linear-gradient(180deg, var(--red-hi), var(--red));
  box-shadow: 0 6px 22px -6px rgba(224,64,42,.55), inset 0 1px 0 rgba(255,255,255,.25);
}
.button.rec:hover { filter: brightness(1.08); color: #fff; }
.button.ghost { background: transparent; }
.button.lg { padding: 16px 30px; font-size: 16px; border-radius: 13px; }
.button .arr { transition: transform .2s; }
.button:hover .arr { transform: translateX(3px); }

/* ------------------------------------------------------------------ layout */
section { padding: 96px 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(30px, 4vw, 44px); margin: 16px 0 14px; }
.section-head p { color: var(--dim); font-size: 18px; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }

/* ------------------------------------------------------------------ hero */
.hero { padding: 84px 0 72px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(44px, 6.4vw, 82px); font-weight: 600; letter-spacing: -0.035em; }
.hero h1 em { font-style: italic; color: var(--amber-hi); font-weight: 500; }
.hero .sub { color: var(--dim); font-size: clamp(17px, 1.5vw, 20px); max-width: 540px; margin: 26px 0 34px; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .tagline { margin-top: 22px; color: var(--faint); font-family: var(--mono); font-size: 13px; letter-spacing: .02em; }
.hero-anim > * { opacity: 0; animation: rise .9s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-anim > *:nth-child(1) { animation-delay: .05s; }
.hero-anim > *:nth-child(2) { animation-delay: .16s; }
.hero-anim > *:nth-child(3) { animation-delay: .27s; }
.hero-anim > *:nth-child(4) { animation-delay: .38s; }
.hero-anim > *:nth-child(5) { animation-delay: .49s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* icon plinth */
.deck { position: relative; justify-self: center; opacity: 0; animation: rise 1s .3s cubic-bezier(.2,.7,.2,1) forwards; }
.deck img { width: min(420px, 88vw); height: auto; border-radius: 30px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.04);
  animation: float 7s ease-in-out infinite; }
.deck::after { /* glow pool */
  content: ""; position: absolute; left: 50%; bottom: -40px; transform: translateX(-50%);
  width: 74%; height: 60px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(230,180,85,.28), transparent 70%);
  filter: blur(14px); z-index: -1;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* waveform strip under hero */
.waveform { display: flex; align-items: center; gap: 3px; height: 46px; margin-top: 30px; opacity: .9; }
.waveform span { flex: 1; background: linear-gradient(180deg, var(--amber), var(--tape));
  border-radius: 2px; transform-origin: center; animation: vu 1.6s ease-in-out infinite; }
@keyframes vu { 0%,100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }

/* ------------------------------------------------------------------ trust bar */
.trust { padding: 26px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background: rgba(255,255,255,.012); }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 14px 36px; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.trust b { color: var(--dim); font-weight: 400; }
.trust .dot { color: var(--line); }

/* ------------------------------------------------------------------ feature panels */
.panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.panel {
  position: relative; padding: 30px 28px 32px; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 20px 40px -30px rgba(0,0,0,.9);
  overflow: hidden; transition: transform .25s, border-color .25s;
}
.panel::before { /* brushed-metal sheen */
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,.015) 0 2px, transparent 2px 4px);
}
.panel:hover { transform: translateY(-4px); border-color: #3a3a42; }
.panel .ic { width: 44px; height: 44px; margin-bottom: 18px; color: var(--amber); }
.panel h3 { font-size: 21px; margin-bottom: 10px; }
.panel p { color: var(--dim); font-size: 15.5px; }
/* corner screws */
.panel .screw { position: absolute; width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #4a4a50, #17171a); box-shadow: inset 0 0 0 1px rgba(0,0,0,.6); }
.panel .screw.tl { top: 12px; left: 12px; } .panel .screw.tr { top: 12px; right: 12px; }
.panel .screw.bl { bottom: 12px; left: 12px; } .panel .screw.br { bottom: 12px; right: 12px; }

/* ------------------------------------------------------------------ story / loop */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story .art { border-radius: var(--radius); border: 1px solid var(--line); padding: 34px;
  background: radial-gradient(120% 120% at 50% 0%, var(--panel-2), var(--ink-2)); }
.story h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 16px; }
.story p { color: var(--dim); font-size: 17px; margin-bottom: 14px; }
.reel-svg { width: 100%; height: auto; }
/* fill-box so `center` is each reel's own centre — otherwise it resolves to
   the whole viewBox centre and the reels orbit that point instead of spinning. */
.reel-svg .reel { transform-box: fill-box; transform-origin: center; animation: spin 9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ------------------------------------------------------------------ pricing */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 0 auto; }
.tier { position: relative; padding: 34px 32px; border-radius: 18px;
  background: linear-gradient(165deg, var(--panel-2), var(--panel)); border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.tier.pro { border-color: rgba(230,180,85,.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 1px rgba(230,180,85,.15), 0 30px 60px -40px rgba(230,180,85,.5); }
.tier .badge { position: absolute; top: 20px; right: 20px; font-family: var(--mono); font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; color: #241a0a; background: var(--amber); padding: 4px 10px; border-radius: 20px; font-weight: 700; }
.tier .kind { font-family: var(--mono); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }
.tier .price { font-family: var(--display); font-size: 52px; font-weight: 600; letter-spacing: -.03em; margin: 8px 0 2px; }
.tier .price small { font-size: 17px; font-family: var(--body); color: var(--faint); font-weight: 400; }
.tier .intro-note { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--amber); margin: 4px 0 2px; }
.tier .price-note { color: var(--faint); font-size: 13px; margin-bottom: 22px; }
.tier ul { list-style: none; margin: 20px 0 26px; }
.tier li { position: relative; padding: 9px 0 9px 30px; font-size: 15px; color: var(--dim); border-bottom: 1px solid var(--line-soft); }
.tier li:last-child { border-bottom: none; }
.tier li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 14px; height: 8px;
  border-left: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: rotate(-45deg); }
.tier li.no { color: var(--faint); }
.tier li.no::before { border: none; left: 6px; top: 17px; width: 10px; height: 2px; background: var(--faint); }
.tier .button { width: 100%; justify-content: center; }

/* comparison table (buy page) */
table { width: 100%; border-collapse: collapse; margin: 8px 0; border-radius: 14px; overflow: hidden;
  background: var(--panel); border: 1px solid var(--line); }
th, td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
thead th { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
thead th:nth-child(3) { color: var(--amber); }
tbody td:first-child { color: var(--text); font-weight: 500; }
tbody td { color: var(--dim); }
tr:last-child td { border-bottom: none; }

/* ------------------------------------------------------------------ CTA band */
.cta-band { text-align: center; padding: 84px 0;
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(230,180,85,.12), transparent 60%),
    linear-gradient(180deg, var(--ink-2), var(--ink));
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.cta-band h2 { font-size: clamp(30px, 4.5vw, 52px); margin-bottom: 16px; }
.cta-band p { color: var(--dim); font-size: 18px; max-width: 520px; margin: 0 auto 30px; }
.cta-band .cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ------------------------------------------------------------------ FAQ */
.faq { max-width: 820px; margin: 0 auto; }
details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden;
  background: linear-gradient(160deg, var(--panel), var(--ink-2)); transition: border-color .2s; }
details[open] { border-color: #3a3a42; }
summary { cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 18px; padding: 18px 22px;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-family: var(--mono); font-size: 22px; color: var(--amber); transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--dim); font-size: 15.5px; padding: 0 22px 20px; }
details em { color: var(--cream); font-style: italic; }

/* ------------------------------------------------------------------ forms */
.form-card { max-width: 620px; margin: 0 auto; padding: 40px; border-radius: 18px;
  background: linear-gradient(165deg, var(--panel-2), var(--panel)); border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.field { margin-bottom: 22px; }
.field label { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--dim); margin-bottom: 9px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; border-radius: 10px; background: var(--ink-2);
  border: 1px solid var(--line); color: var(--text); font-family: var(--body); font-size: 16px;
  transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(230,180,85,.15); }
.field textarea { resize: vertical; min-height: 140px; }
.form-note { color: var(--faint); font-size: 13px; margin-top: 14px; text-align: center; }

/* ------------------------------------------------------------------ page hero (subpages) */
.page-hero { padding: 72px 0 40px; text-align: center; }
.page-hero h1 { font-size: clamp(38px, 5.5vw, 64px); font-weight: 600; }
.page-hero p { color: var(--dim); font-size: 19px; max-width: 560px; margin: 20px auto 0; }

/* ------------------------------------------------------------------ docs */
.doc { max-width: 780px; margin: 0 auto; }
.doc h2 { font-size: 30px; margin: 44px 0 16px; }
.doc h3 { font-size: 20px; margin: 28px 0 10px; }
.doc p, .doc li { color: var(--dim); }
/* The global reset zeroes margins, and nothing restored them here — so runs of
   paragraphs (Troubleshooting especially) collapsed into one block of text. */
.doc p + p { margin-top: 16px; }
.doc ol, .doc ul { margin: 12px 0 12px 22px; }
.doc li { margin: 8px 0; }
code, kbd { font-family: var(--mono); font-size: 14px; background: var(--panel-2);
  padding: 2px 7px; border-radius: 5px; border: 1px solid var(--line); color: var(--cream); }

/* ------------------------------------------------------------------ footer */
footer { border-top: 1px solid var(--line-soft); padding: 54px 0 40px; background: var(--ink-2); }
footer .wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
footer .fbrand { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--text); }
footer .fbrand img { width: 26px; height: 26px; border-radius: 6px; }
footer nav { display: flex; gap: 40px; flex-wrap: wrap; }
footer nav div { display: flex; flex-direction: column; gap: 10px; }
footer nav .h { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-bottom: 3px; }
footer nav a { color: var(--dim); font-size: 15px; }
footer nav a:hover { color: var(--text); }
footer .copy { width: 100%; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line-soft);
  color: var(--faint); font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero .cta { justify-content: center; }
  .deck { order: -1; }
  .deck img { width: min(320px, 70vw); }
  .panels { grid-template-columns: 1fr; }
  .story, .tiers { grid-template-columns: 1fr; }
  nav.main .nav-links { display: none; }
  section { padding: 68px 0; }
}
@media (max-width: 520px) {
  .wrap { padding: 0 20px; }
  .form-card { padding: 26px; }
  footer nav { gap: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto; }
}
