/* COatelier — marketing site
   Warm paper, near-black ink, one accent. Soft grey boxes carry the product;
   hairlines carry structure. Jost is the voice, mono is the data. */

@font-face { font-family: 'Jost'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('fonts/jost-latin-wght-normal.woff2') format('woff2'); }
@font-face { font-family: 'Spline Sans Mono'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('fonts/spline-sans-mono-latin-wght-normal.woff2') format('woff2'); }

:root {
  color-scheme: light;
  --paper: #fbfaf8;
  --surface: #ffffff;
  --box: #f2f0eb;          /* the grey box — one step below paper, never a border */
  --box-2: #e9e6e0;        /* pressed / hover of a box */
  --ink: #171612;
  --ink-2: #57544c;
  --ink-3: #8d897c;
  --hairline: #e6e3dd;
  --hairline-2: #d3cfc6;
  --accent: #c2410c;
  --solid: #171612;
  --solid-hover: #2b2924;
  --solid-fg: #fdfcfa;

  --shadow-frame: 0 1px 2px rgba(23, 22, 18, 0.05), 0 16px 48px -20px rgba(23, 22, 18, 0.22);
  --radius-box: 20px;

  --font-display: 'Jost', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'Spline Sans Mono', ui-monospace, SFMono-Regular, monospace;

  --t-fast: 160ms;
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);

  --section: clamp(96px, 12vw, 176px);   /* space between sections */
  --head-gap: 48px;                       /* section title → its content */
  --gutter: clamp(20px, 3vw, 40px);
  --container: 1360px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-display); font-size: 17px; line-height: 1.5;
  font-feature-settings: 'kern' 1, 'liga' 1; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 400; }
::selection { background: #fad3b0; color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: var(--gutter); top: -48px; padding: 8px 12px; background: var(--solid); color: var(--solid-fg); border-radius: 999px; font-size: 14px; }
.skip:focus { top: 12px; z-index: 10; }
.wrap { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }

/* ── Type ────────────────────────────────────────────────────────── */
.eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.eyebrow b { font-weight: 500; color: var(--ink); }
.display { font-size: clamp(2.875rem, 7.6vw, 6.75rem); line-height: 1.0; letter-spacing: -0.03em; font-weight: 400; text-wrap: balance; }
.h2 { font-size: clamp(1.875rem, 3.6vw, 3rem); line-height: 1.08; letter-spacing: -0.025em; font-weight: 400; text-wrap: balance; }
.h3 { font-size: clamp(1.625rem, 2.8vw, 2.375rem); line-height: 1.1; letter-spacing: -0.02em; font-weight: 400; text-wrap: balance; }
.centered { text-align: center; margin-inline: auto; }
.section-head { display: grid; justify-items: center; text-align: center; gap: 20px; margin: 0 auto; }
.section-head .h2 { max-width: 24ch; }
.lead { font-size: clamp(1.125rem, 1.5vw, 1.375rem); line-height: 1.45; color: var(--ink-2); max-width: 46ch; text-wrap: pretty; }
.body { font-size: 1.0625rem; line-height: 1.55; color: var(--ink-2); max-width: 40ch; text-wrap: pretty; }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 20px; border-radius: 999px;
  font-size: 15px; font-weight: 500; letter-spacing: 0.005em;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: background-color var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out), transform var(--t-fast) var(--ease-out);
}
.btn:active { transform: translateY(1px); }
.btn-lg { height: 52px; padding: 0 26px; font-size: 16px; }
.btn-solid { background: var(--solid); color: var(--solid-fg); }
.btn-solid:hover { background: var(--solid-hover); }
.btn-soft { background: var(--box); color: var(--ink); }
.btn-soft:hover { background: var(--box-2); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--hairline-2); }
.btn-ghost:hover { border-color: var(--ink); }

/* ── Nav — a pill on the left, actions on the right ──────────────── */
.nav { position: sticky; top: 0; z-index: 5; padding: 16px 0; }
.nav-in { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-pill {
  display: inline-flex; align-items: center; gap: 4px; height: 48px; padding: 0 8px 0 18px; border-radius: 999px;
  background: color-mix(in srgb, var(--box) 88%, transparent);
  -webkit-backdrop-filter: saturate(140%) blur(12px); backdrop-filter: saturate(140%) blur(12px);
}
.nav-pill a:not(.wordmark) {
  display: inline-flex; align-items: center; height: 36px; padding: 0 12px; border-radius: 999px; font-size: 15px; color: var(--ink-2);
  transition: color var(--t-fast) var(--ease-out), background-color var(--t-fast) var(--ease-out);
}
.nav-pill a:not(.wordmark):hover { color: var(--ink); background: var(--box-2); }
.wordmark { font-size: 21px; font-weight: 450; letter-spacing: -0.015em; color: var(--ink); margin-right: 14px; }
.nav-right { display: flex; align-items: center; gap: 8px; }
.nav-right .btn { height: 48px; padding: 0 20px; }
.nav.scrolled .nav-pill { background: color-mix(in srgb, var(--box) 96%, transparent); }

/* ── Hero — centred, under one soft orange sky ────────────────────── */
.hero { position: relative; padding: clamp(80px, 15vh, 180px) 0 0; }
.hero .hero-copy, .hero .stage { position: relative; z-index: 2; }
/* The one gradient on the page: the header is a clean sky in the signature orange —
   deepest at the very top, fading evenly into paper just before the laptop. No orbs.
   It lifts a little slower than the page and fades as you scroll (product.js). */
.glow { position: absolute; left: 0; right: 0; top: -200px; height: calc(100% + 200px); z-index: -1; pointer-events: none; will-change: transform, opacity;
  background: linear-gradient(to bottom, #c2410c 0%, #cf5a2c 18%, #e4875c 40%, #f2b896 58%, #f9dfcf 72%, var(--paper) 86%); }
.glow i { display: none; }
/* everything in the header sits on the sky in white */
.hero .display, .hero .lead { color: #fdfcfa; }
.hero .lead { opacity: 0.86; }
.hero .btn-solid { background: #fdfcfa; color: var(--ink); }
.hero .btn-solid:hover { background: #ffffff; }
.hero .btn-ghost { color: #fdfcfa; border-color: rgba(253, 252, 250, 0.6); }
.hero .btn-ghost:hover { border-color: #fdfcfa; }
.nav-pill { background: rgba(255, 255, 255, 0.16); }
.nav-pill a, .wordmark { color: #fdfcfa; }
.nav-pill a:not(.wordmark) { color: rgba(253, 252, 250, 0.8); }
.nav-pill a:not(.wordmark):hover { color: #fdfcfa; background: rgba(255, 255, 255, 0.14); }
.nav-pill a.is-active { color: #fdfcfa; background: rgba(255, 255, 255, 0.2); }
.btn-soft { background: rgba(255, 255, 255, 0.16); color: #fdfcfa; }
.btn-soft:hover { background: rgba(255, 255, 255, 0.28); }
.nav-right .btn-solid { background: #fdfcfa; color: var(--ink); }
.nav-right .btn-solid:hover { background: #ffffff; }
/* once the sky has scrolled away the nav returns to ink */
.nav.past-sky .nav-pill { background: color-mix(in srgb, var(--box) 96%, transparent); }
.nav.past-sky .nav-pill a, .nav.past-sky .wordmark { color: var(--ink); }
.nav.past-sky .nav-pill a:not(.wordmark) { color: var(--ink-2); }
.nav.past-sky .nav-pill a:not(.wordmark):hover { color: var(--ink); background: var(--box-2); }
.nav.past-sky .nav-pill a.is-active { color: var(--ink); background: var(--box-2); }
.nav.past-sky .btn-soft { background: var(--box); color: var(--ink); }
.nav.past-sky .btn-soft:hover { background: var(--box-2); }
.nav.past-sky .nav-right .btn-solid { background: var(--solid); color: var(--solid-fg); }
.nav.past-sky .nav-right .btn-solid:hover { background: var(--solid-hover); }
.nav-pill, .nav-pill a, .wordmark, .btn-soft, .nav-right .btn-solid { transition: background-color 240ms var(--ease-out), color 240ms var(--ease-out); }
body { isolation: isolate; }
.hero-copy { display: grid; justify-items: center; text-align: center; }
.hero .display { max-width: 14ch; }
.hero .lead { margin-top: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 44px; }

.reveal { opacity: 0; transform: translateY(10px); animation: rise 640ms var(--ease-out) forwards; }
.reveal-2 { animation-delay: 80ms; }
.reveal-3 { animation-delay: 160ms; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* Scroll-in. Only opacity + transform move; 90ms stagger per --d step. */
[data-reveal] { opacity: 0; transition: opacity 640ms var(--ease-out), transform 760ms var(--ease-out); transition-delay: calc(var(--d, 0) * 90ms); }
[data-reveal="rise"] { transform: translateY(18px); }
[data-reveal="left"] { transform: translateX(-20px); }
[data-reveal="pop"] { transform: translateY(40px) scale(0.96); transition-duration: 700ms, 900ms; }
[data-reveal].in { opacity: 1; transform: none; }
/* word-by-word headlines: the block is always visible, its words rise in with a stagger */
[data-reveal="words"] { opacity: 1; transform: none; transition: none; }
[data-reveal="words"] .wd { display: inline-block; opacity: 0; transform: translateY(0.55em); transition: opacity 520ms var(--ease-out), transform 760ms var(--ease-out); transition-delay: calc(var(--i) * 45ms); }
[data-reveal="words"].in .wd { opacity: 1; transform: none; }
#pilot, #product, #how, #faq, #pricing { scroll-margin-top: 88px; }

/* ── Device composition (hero) ───────────────────────────────────
   Measured, not eyeballed. The stage is a container: 1cqw = 1% of the
   laptop's width. Screen = 97.14cqw × 60.71cqw. From the board screenshot:
   column-header underline at 26.0% of screen height, first column at
   19.72% of screen width, FIT column at 60.63%. Both floating cards
   overhang the laptop by 2cqw and share their outer edges with the base. */
.stage { position: relative; width: min(100%, 1200px); margin: clamp(96px, 18vh, 220px) auto 0; padding-bottom: 5cqw; container-type: inline-size; isolation: isolate; }
.stage[data-scrub] { perspective: 1600px; }
.mac { position: relative; width: 100%; transform-origin: 50% 100%; will-change: transform; }
.float { will-change: transform; }
.mac-lid { position: relative; background: #141311; border-radius: 2cqw 2cqw 0.7cqw 0.7cqw; padding: 1.43cqw 1.43cqw 1.96cqw; box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset, 0 30px 60px -30px rgba(23,22,18,0.45); }
.mac-lid::before { content: ''; position: absolute; top: 0.5cqw; left: 50%; width: 0.45cqw; height: 0.45cqw; transform: translateX(-50%); border-radius: 50%; background: #2a2825; }
.mac-screen { position: relative; overflow: hidden; border-radius: 0.7cqw; background: #fff; aspect-ratio: 16 / 10; }
.mac-screen > .p-board { transform-origin: top left; }
.mac-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.mac-base { position: relative; height: 1.43cqw; margin: 0 -2cqw; background: #dad7d0; border-radius: 0 0 1cqw 1cqw; border-bottom: 2px solid #b9b5ac; }
.mac-base::before { content: ''; position: absolute; top: 0; left: 50%; width: 14%; height: 0.6cqw; transform: translateX(-50%); background: #c5c1b8; border-radius: 0 0 0.7cqw 0.7cqw; }

.float { position: absolute; z-index: 2; margin: 0; }
.float .p-card { box-shadow: 0 2px 6px rgba(20,18,12,0.06), 0 30px 60px -24px rgba(20,18,12,0.35); }
.float-thread { left: -2cqw; top: 17.21cqw; width: 41.67cqw; display: none; }
.float-draft { left: 40.9cqw; width: 61.1cqw; bottom: 3cqw; } /* bottom edge sits 2cqw below the base, whatever the card's height */
@media (min-width: 1100px) { .float-thread { display: block; } }
@media (max-width: 700px) {
  /* phone: the laptop is a small establishing shot; the draft card follows it at full size */
  .stage { margin-top: 40px; padding-bottom: 0; }
  .float-draft { position: static; width: 100%; margin-top: 20px; }
  .float .p-card { box-shadow: var(--shadow-frame); }
}

/* ── Boxes — the grey containers ─────────────────────────────────── */
.box { background: var(--box); border-radius: var(--radius-box); }
.box-text { padding: clamp(24px, 3vw, 36px); display: grid; align-content: start; gap: 12px; min-height: 300px; }
.box-text h3 { font-size: 1.375rem; line-height: 1.25; letter-spacing: -0.015em; font-weight: 450; }
.box-text p { font-size: 1rem; line-height: 1.55; color: var(--ink-2); max-width: 34ch; text-wrap: pretty; }
.box-text .vis { margin-top: auto; padding-top: 28px; height: calc(120px + 28px); }
.box-text { min-height: 360px; }
.box-media { padding: clamp(28px, 4vw, 48px) 0 0 clamp(28px, 4vw, 48px); display: flex; align-items: flex-end; justify-content: flex-end; overflow: hidden; }
.box-media .frame { width: 132%; border-radius: 12px 0 0 0; box-shadow: 0 1px 2px rgba(23,22,18,0.06), 0 24px 60px -24px rgba(23,22,18,0.3); }
.box-widget { padding: clamp(24px, 4vw, 56px); display: flex; align-items: center; justify-content: center; }
.box-widget > [data-fit] { width: 100%; display: flex; justify-content: center; align-items: center; }
.box-widget .p-card { box-shadow: var(--shadow-frame); }
.box-widget .p-record .p-card { box-shadow: none; }
.frame { margin: 0; background: var(--surface); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-frame); isolation: isolate; }
.frame img { width: 100%; }

/* ── Problem (three boxes) ───────────────────────────────────────── */
.problem { padding-top: var(--section); }
.boxes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: var(--head-gap); }

/* ── Voices — the pain, in their words ───────────────────────────── */
.voices { padding-top: var(--section); }
.quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: var(--head-gap); }
/* three rows on one grid: question (3 lines reserved) / quote / attribution pinned to the floor */
.quote { margin: 0; padding: clamp(24px, 3vw, 36px); display: grid; grid-template-rows: auto 1fr auto; gap: 20px; min-height: 320px; }
.quote blockquote { align-self: start; }
.q-who { align-self: end; }
.q-ask { font-size: 14px; line-height: 1.45; color: var(--ink-3); max-width: 30ch; text-wrap: pretty; min-height: calc(3 * 1.45em); }  /* three lines reserved, so every quote starts on the same line */
.quote blockquote { margin: 0; font-size: clamp(1.375rem, 2vw, 1.75rem); line-height: 1.2; letter-spacing: -0.02em; text-wrap: balance; }
.q-who { padding-top: 24px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-3); }
/* ── Product features ────────────────────────────────────────────── */
.product { padding-top: var(--section); }
.feature { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: clamp(32px, 5vw, 80px); margin-top: clamp(64px, 8vw, 112px); }
.feature:first-of-type { margin-top: var(--head-gap); }
.feature.flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }  /* box left, same width as the others */
.feature.flip .feature-copy { order: 2; }
.feature.flip .box { order: 1; }
.feature-copy { display: grid; gap: 20px; padding-left: clamp(0px, 2vw, 24px); }
.feature-copy .body { margin-top: 4px; }
.feature-copy .try { font-size: 14px; color: var(--ink-3); }
/* the three product boxes share one frame: same height, same padding, widget centred at 1:1 */
.feature .box { height: 680px; padding: 40px; }

.stack { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; width: 100%; }
.stack > .p-draft { width: 100%; }
.feature .box-media .frame { width: 100%; }

/* ── Statement ───────────────────────────────────────────────────── */
.statement { padding: var(--section) 0 0; }
.statement blockquote { margin: 0 auto; text-align: center; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.22; letter-spacing: -0.02em; font-weight: 400; max-width: 32ch; text-wrap: balance; }
/* typed out by the scroll: each word lights as the statement travels up the screen */
.statement blockquote .w { opacity: 0.16; transition: opacity 260ms var(--ease-out); }
.statement blockquote .w.on { opacity: 1; }

/* ── How — numbered steps ────────────────────────────────────────── */
.how { padding: var(--section) 0 0; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: var(--head-gap) 0 0; padding: 0; list-style: none; }
.step { padding: clamp(24px, 3vw, 36px); min-height: 300px; display: grid; align-content: start; }
.step .num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--surface); font-family: var(--font-mono); font-size: 15px; font-weight: 500; }
.step h3 { margin-top: 40px; font-size: 1.375rem; line-height: 1.25; letter-spacing: -0.015em; font-weight: 450; }
.step p { margin-top: 10px; font-size: 1rem; line-height: 1.55; color: var(--ink-2); max-width: 32ch; text-wrap: pretty; }

/* ── Pricing — three tiers, one shared frame ─────────────────────── */
.pricing { padding-top: var(--section); }
.pricing .section-head .lead { text-align: center; max-width: 44ch; }
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: var(--head-gap); }
.tier { padding: clamp(24px, 3vw, 36px); display: grid; grid-template-rows: auto auto auto 1fr auto; align-content: start; gap: 0; }
.tier-price { margin-top: 20px; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.tier-price .cur { font-size: 0.5em; color: var(--ink-3); margin-right: 0.35em; vertical-align: 0.2em; letter-spacing: 0; }
.tier-price .per { font-size: 0.45em; color: var(--ink-3); margin-left: 0.5em; letter-spacing: 0; }
.tier-size { margin-top: 10px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-3); }
.tier-list { margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--hairline-2); list-style: none; display: grid; gap: 10px; align-content: start; }
.tier-list li { font-size: 1rem; line-height: 1.45; color: var(--ink-2); padding-left: 18px; position: relative; text-wrap: pretty; }
.tier-list li::before { content: ''; position: absolute; left: 0; top: 0.62em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.tier .btn { margin-top: 32px; justify-self: start; }
.tier-mid { background: var(--accent); color: var(--solid-fg); box-shadow: 0 1px 2px rgba(23, 22, 18, 0.06), 0 18px 40px -22px rgba(23, 22, 18, 0.28); }
.tier-mid .eyebrow, .tier-mid .tier-size, .tier-mid .tier-price .cur, .tier-mid .tier-price .per { color: rgba(253, 252, 250, 0.72); }
.tier-mid .tier-list { border-top-color: rgba(253, 252, 250, 0.3); }
.tier-mid .tier-list li { color: rgba(253, 252, 250, 0.9); }
.tier-mid .tier-list li::before { background: var(--solid-fg); }
.tier-mid .btn-solid { background: var(--solid-fg); color: var(--ink); }
.tier-mid .btn-solid:hover { background: #ffffff; }
.tiers-foot { margin: 32px auto 0; text-align: center; font-size: 15px; color: var(--ink-3); max-width: 60ch; }

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq { padding-top: var(--section); }
.faq-list { margin: var(--head-gap) auto 0; max-width: 820px; border-top: 1px solid var(--hairline); }
.faq-item { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 24px 48px; padding: 28px 0; border-bottom: 1px solid var(--hairline); }
.faq-item dt { font-size: 1.25rem; line-height: 1.3; letter-spacing: -0.01em; font-weight: 450; }
.faq-item dd { margin: 0; font-size: 1.0625rem; line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }

/* ── Pilot ───────────────────────────────────────────────────────── */
.pilot { padding: var(--section) 0; }
.pilot-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.pilot .h2 { max-width: 12ch; }
.pilot .body { margin-top: 20px; }
.form { display: grid; gap: 12px; }
.form label { font-size: 14px; font-weight: 500; }
.field { display: flex; align-items: stretch; border: 1px solid var(--hairline-2); border-radius: 999px; background: var(--surface); padding: 4px 4px 4px 20px; transition: border-color var(--t-fast) var(--ease-out); }
.field:focus-within { border-color: var(--ink); }
.field input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: inherit; font-size: 16px; color: var(--ink); padding: 0; }
.field input::placeholder { color: var(--ink-3); }
.field .btn { height: 40px; }
.form-note { font-size: 13px; color: var(--ink-3); }
.form-status { font-size: 14px; color: var(--ink-2); min-height: 1.5em; }
.form-status[data-state="error"] { color: #a6493c; }
.form-done { padding: 20px 22px; border-radius: 16px; background: var(--box); }
.form-done-title { font-size: 1.125rem; line-height: 1.35; }
.form-done-sub { margin-top: 6px; font-size: 14px; color: var(--ink-3); }
.form-done-sub a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ── Problem visuals ─────────────────────────────────────────────── */
.vis { width: 100%; }
.vis-channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; align-content: center; height: 100%; }
.vis-channels .chip {
  display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 12px;
  border-radius: 999px; background: var(--surface); border: 1px solid var(--hairline); min-width: 0;
  font-family: var(--font-mono); font-size: 12px; color: var(--ink-2);
  animation: chip-pulse 6s ease-in-out infinite; animation-delay: calc(var(--i) * 1s);
}
.vis-channels .chip img, .vis-channels .chip .ico { width: 14px; height: 14px; color: var(--ink-3); }
.vis-channels .chip .sq { width: 14px; height: 14px; border-radius: 3px; background: #2dc100; display: inline-block; }
@keyframes chip-pulse { 0%, 12%, 100% { border-color: var(--hairline); color: var(--ink-2); } 4% { border-color: var(--accent); color: var(--ink); } }
.vis-loop svg, .vis-quiet svg { display: block; overflow: visible; }
.vis-loop .node circle { fill: var(--surface); stroke: var(--ink); stroke-width: 1.25; }
.vis-loop .node text, .vis-quiet .tick text, .vis-quiet .slip { font-family: var(--font-mono); font-size: 11px; fill: var(--ink-2); text-anchor: middle; }
.vis-loop .node text.start { text-anchor: start; }
.vis-loop .node text.end { text-anchor: end; }
.vis-loop .runner { fill: var(--accent); }
.vis-quiet .tick circle { fill: var(--ink); }
.vis-quiet .quiet rect { fill: var(--surface); stroke: var(--accent); stroke-width: 1; }
.vis-quiet .q-text { font-family: var(--font-mono); font-size: 11px; font-weight: 500; fill: #a6493c; text-anchor: middle; }
.vis-quiet .slip { text-anchor: end; fill: #a6493c; font-weight: 500; opacity: 0; transition: opacity 400ms var(--ease-out); }
.vis-quiet.is-late .slip { opacity: 1; }
.vis-quiet .silence { stroke-dasharray: 3 5; }

/* ── Footer — dark band, giant wordmark ──────────────────────────── */
/* the header's sky, mirrored: paper at the top, deepening into the signature orange at the bottom */
.footer { position: relative; isolation: isolate; margin-top: 0; color: var(--solid-fg); border-radius: 0; overflow: hidden; background: var(--paper); --sky: 1; }
/* the sky is a layer of its own so it can fade in on scroll, the way the header's fades out */
.footer::before { content: ''; position: absolute; inset: -80px 0 0; z-index: -1; opacity: var(--sky); transform: translateY(calc((1 - var(--sky)) * 80px)); will-change: opacity, transform;
  background: linear-gradient(to bottom, var(--paper) 0%, var(--paper) 30%, #f9dfcf 42%, #f2b896 54%, #e4875c 66%, #cf5a2c 80%, #c2410c 92%); }
.footer .wrap { padding-top: clamp(96px, 12vw, 176px); }
.footer-brand .mark { color: var(--ink); }
.footer-brand p { color: var(--ink-2); }
.footer-cols .eyebrow { color: var(--ink-3); }
.footer-cols a { color: var(--ink); }
.footer-cols a:hover { color: var(--ink); opacity: 0.7; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr); gap: 48px; align-items: start; }
.footer-brand .mark { width: 44px; height: auto; }
.footer-brand p { margin-top: 20px; font-size: 15px; line-height: 1.5; max-width: 30ch; }
.footer-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.footer-cols .eyebrow { margin-bottom: 14px; }
.footer-cols a { display: block; font-size: 15px; line-height: 1.5; padding: 4px 0; transition: opacity var(--t-fast) var(--ease-out); }
.footer-bottom { margin-top: clamp(48px, 6vw, 80px); display: flex; justify-content: space-between; gap: 16px; padding: 20px 0 0; border-top: 1px solid rgba(253, 252, 250, 0.45); }
.footer-giant .lt { display: inline-block; transform: translateY(110%); transition: transform 900ms var(--ease-out); transition-delay: calc(var(--i) * 45ms); }
.footer-giant.in .lt { transform: none; }
/* the wordmark is sized to the container, edge to edge (measured: "COatelier" in Jost is 3.61em wide) */
.footer .wrap { container-type: inline-size; }
.footer-giant {
  margin: 12px 0 0; line-height: 0.8; transform: translateY(0.25em); letter-spacing: -0.05em; font-weight: 400;
  font-size: calc(100cqw / 3.62); color: var(--solid-fg); white-space: nowrap;
}
.footer small { font-family: var(--font-mono); font-size: 12px; color: var(--solid-fg); letter-spacing: 0.02em; }
.footer-bottom { flex-wrap: wrap; }
.footer-legal { display: inline-flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover { text-decoration: underline; text-underline-offset: 3px; }
.form-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.form-note a:hover { color: var(--ink); }

/* ── Plain pages — imprint, privacy, 404. One measure, the page's own type. ── */
.legal { padding: clamp(72px, 9vw, 128px) 0 var(--section); }
.legal-in { width: min(720px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.legal h1 { margin: 14px 0 0; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -0.03em; font-weight: 300; }
.legal h2 { margin: 48px 0 0; font-size: 1.25rem; line-height: 1.3; letter-spacing: -0.01em; font-weight: 500; }
.legal p, .legal address { margin: 12px 0 0; font-size: 1.0625rem; line-height: 1.6; color: var(--ink-2); font-style: normal; text-wrap: pretty; }
.legal .legal-lead { margin-top: 24px; font-size: 1.25rem; line-height: 1.5; color: var(--ink); }
.legal a:not(.btn) { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--hairline-2); }
.legal a:not(.btn):hover { text-decoration-color: var(--ink); }
.legal .legal-date { margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--hairline); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.02em; color: var(--ink-3); }
.legal .todo { background: #fde8d8; color: #9a3412; padding: 0 6px; border-radius: 4px; font-family: var(--font-mono); font-size: 0.85em; }
.legal .lost { min-height: 38vh; }
.legal .lost .btn { margin-top: 20px; }

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .nav-pill a:not(.wordmark) { display: none; }
  .nav-pill { padding-right: 18px; }
  .wordmark { margin-right: 0; }
}
@media (max-width: 900px) {
  .boxes, .quotes, .tiers { grid-template-columns: minmax(0, 1fr); }
  .stages { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .quote { min-height: 0; }
  .feature, .feature.flip { grid-template-columns: minmax(0, 1fr); }
  .feature.flip .feature-copy { order: 1; }
  .feature.flip .box { order: 2; }
  .feature .box { height: auto; min-height: 0; padding: 24px; }
  .box-widget { min-height: 0; }
  .pilot-grid { grid-template-columns: 1fr; }
  .faq-item { grid-template-columns: 1fr; gap: 10px; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .step { min-height: 0; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav { padding: 12px 0; }
  .nav-right .btn-soft { display: none; }
  .nav-right .btn, .nav-pill { height: 44px; }
  .hero-actions .btn { width: 100%; }
  .box-widget, .box-media { padding: 16px; }
  .field { flex-direction: column; border-radius: 16px; padding: 4px; gap: 4px; }
  .field input { padding: 12px 16px; }
  .field .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vis-channels .chip { animation: none; }
  .reveal { animation: none; opacity: 1; transform: none; }
  [data-reveal] { transition: none; opacity: 1; transform: none; }
  [data-reveal="words"] .wd, .footer-giant .lt { transition: none; opacity: 1; transform: none; }
  .mac, .float { transform: none !important; }
  .statement blockquote .w { opacity: 1; transition: none; }
  .btn, .field { transition: none; }
}
