/* Otto — ottocare.app site. Shared design system (ported from the OTTO-116 pitch page). */
:root {
  --ground:   #F6F1E7;
  --surface:  #FCFAF3;
  --surface-2:#F1E9D6;
  --ink:      #0B2A31;
  --ink-soft: #4A6167;
  --accent:   #A9791F;
  --accent-2: #B98A2E;
  --accent-wash: #EFE3C4;
  --line:     #E3D9C3;
  --good:     #3F7A54;
  --good-bg:  #E4EEDF;
  --none:     #9A8E76;
  --bad:      #B3432E;
  --shadow:   0 1px 2px rgba(11,42,49,.04), 0 8px 30px rgba(11,42,49,.06);
  --maxw: 1060px;
  --prose: 760px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --ground:#071E25; --surface:#0C2A31; --surface-2:#12333B; --ink:#F1E9D8; --ink-soft:#9FB2B4;
    --accent:#E7C877; --accent-2:#EAD08A; --accent-wash:#26361C; --line:#183A42;
    --good:#79C68F; --good-bg:#14352A; --none:#6E8285; --bad:#E4897A;
    --shadow:0 1px 2px rgba(0,0,0,.25), 0 10px 34px rgba(0,0,0,.28);
  }
}
:root[data-theme="light"] {
  --ground:#F6F1E7; --surface:#FCFAF3; --surface-2:#F1E9D6; --ink:#0B2A31; --ink-soft:#4A6167;
  --accent:#A9791F; --accent-2:#B98A2E; --accent-wash:#EFE3C4; --line:#E3D9C3;
  --good:#3F7A54; --good-bg:#E4EEDF; --none:#9A8E76; --bad:#B3432E;
  --shadow:0 1px 2px rgba(11,42,49,.04), 0 8px 30px rgba(11,42,49,.06);
}
:root[data-theme="dark"] {
  --ground:#071E25; --surface:#0C2A31; --surface-2:#12333B; --ink:#F1E9D8; --ink-soft:#9FB2B4;
  --accent:#E7C877; --accent-2:#EAD08A; --accent-wash:#26361C; --line:#183A42;
  --good:#79C68F; --good-bg:#14352A; --none:#6E8285; --bad:#E4897A;
  --shadow:0 1px 2px rgba(0,0,0,.25), 0 10px 34px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--ground); color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, system-ui, sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.serif { font-family: Georgia, "Iowan Old Style", Palatino, "Book Antiqua", serif; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: Georgia, "Iowan Old Style", Palatino, serif; text-wrap: balance; font-weight: 600; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, .card:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.muted { color: var(--ink-soft); }
.measure { max-width: 62ch; }

/* ---------- Top nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--ground) 86%, transparent);
  backdrop-filter: saturate(1.1) blur(8px); border-bottom: 1px solid var(--line);
}
.nav .row { max-width: var(--maxw); margin: 0 auto; padding: 13px 24px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: baseline; gap: .235em; font-family: Georgia, serif; font-weight: 600; font-size: 1.8rem; letter-spacing: -.01em; color: var(--ink); }
/* The lock-up is ONE unit, and the wordmark sizes it. Every part below is em of .brand's font-size,
   at the ratios measured off the approved OTTO-182 artwork (Otto 52u → mark ink 43.55u = .8375em,
   CARE 30u = .577em, gaps 12.8u/11.5u ≈ .235em). Change font-size and the whole lock-up scales.

   Why it moved (OTTO-186): OTTO-183 shipped the mark at 1.35em against a 1.18rem wordmark — the mark
   got fitted to the type that was already there, and that type was sized back when the brand was a
   gold dot and the word "Otto". The mark needs ~25px to read; at .8375em of 1.18rem it was a 16px
   speck, so it was pushed to 1.35em to clear the floor. That bought legibility by breaking the drawn
   ratio: mic 1.6x oversized, wordmark rendering 35% smaller than the approval art. The fix is the
   other direction — size the type to the lock-up (1.8rem ≈ the artwork's own nav specimen), and the
   mark reaches 24px at its correct .8375em.

   height: the viewBox is cropped to the mark's ink, so height IS visible mic height, and
   `align-items: baseline` drops the mic's base onto the type baseline for free (a replaced element
   baselines on its bottom edge). Do not pad the viewBox or the mic starts floating. */
.brand .brand-mark { height: .8375em; width: auto; flex: none; color: var(--accent); }
.brand .mk { color: var(--accent); }
.brand small { font-family: -apple-system, system-ui, sans-serif; font-weight: 500; font-size: .577em; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.nav nav { margin-left: auto; display: flex; gap: 6px; flex-wrap: wrap; }
.nav nav a {
  font-size: .84rem; color: var(--ink-soft); padding: 7px 13px; border-radius: 100px; font-weight: 500;
}
.nav nav a:hover { color: var(--ink); text-decoration: none; background: var(--surface-2); }
.nav nav a.here { color: var(--accent); background: var(--accent-wash); }

.eyebrow { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin: 0 0 18px; }

/* ---------- Hero (home) ---------- */
section { padding: clamp(56px, 8vw, 104px) 0; border-top: 1px solid var(--line); }
section.hero { border-top: none; padding-top: clamp(52px, 7vw, 92px); padding-bottom: clamp(40px, 6vw, 72px); }
h1 { font-size: clamp(2.5rem, 6.5vw, 4.6rem); line-height: 1.02; margin: 0 0 .4em; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.08; margin: 0 0 .55em; }
h3 { font-size: 1.16rem; line-height: 1.25; margin: 0 0 .4em; }
.lead { font-size: clamp(1.12rem, 2vw, 1.4rem); color: var(--ink-soft); max-width: 40ch; }
.hero .tag { display: inline-flex; align-items: center; gap: 9px; font-size: .78rem; color: var(--ink-soft); margin-bottom: 26px; border: 1px solid var(--line); border-radius: 100px; padding: 6px 14px; background: var(--surface); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 3px var(--good-bg); }
.hero h1 .amp { color: var(--accent); font-style: italic; }
.wave { width: 100%; height: 64px; display: block; margin: 24px 0 4px; opacity: .9; }
.hero .sub { font-size: clamp(1.15rem, 2vw, 1.5rem); color: var(--ink); max-width: 34ch; font-family: Georgia, serif; line-height: 1.35; }
.hero .foot { margin-top: 28px; color: var(--ink-soft); font-size: .96rem; }
.hero .foot b { color: var(--ink); font-weight: 600; }
.cta-row { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: .95rem; font-weight: 600; padding: 11px 20px; border-radius: 100px; border: 1px solid var(--accent); }
.btn.primary { background: var(--accent); color: var(--ground); }
.btn.primary:hover { text-decoration: none; filter: brightness(1.05); }
.btn.ghost { color: var(--accent); background: transparent; }
.btn.ghost:hover { text-decoration: none; background: var(--accent-wash); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.stat { background: var(--surface); padding: 26px 22px; }
.stat .n { font-family: Georgia, serif; font-size: clamp(1.8rem, 3.4vw, 2.5rem); font-weight: 600; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.stat .n span { color: var(--accent); }
.stat .l { margin-top: 10px; font-size: .9rem; color: var(--ink-soft); line-height: 1.4; }
.pull { font-family: Georgia, serif; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.3; max-width: 24ch; margin: 0 0 44px; font-weight: 600; letter-spacing: -.01em; }
.pull b { color: var(--accent); font-weight: 600; }

.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 8px 0 40px; }
.flow .step { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); }
.flow .k { font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); font-weight: 600; }
.flow .step p { margin: 10px 0 0; color: var(--ink-soft); font-size: .98rem; }
.flow .step p b { color: var(--ink); font-weight: 600; }
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; margin-top: 8px; }
.feat { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.feat .ic { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; font-size: 1.05rem; }
.feat h3 { margin: 2px 0 3px; font-family: -apple-system, system-ui, sans-serif; font-size: 1rem; letter-spacing: 0; }
.feat p { margin: 0; font-size: .92rem; color: var(--ink-soft); }
.feat .live { color: var(--good); font-weight: 600; font-size: .8rem; }
.cols { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 5vw, 64px); align-items: start; }
.cols .sticky { position: sticky; top: 84px; }
.now { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.now .item { border-left: 2px solid var(--accent); padding: 4px 0 4px 18px; }
.now .item h3 { font-family: -apple-system, system-ui, sans-serif; font-size: .98rem; margin-bottom: 4px; }
.now .item p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); background: var(--surface); }
table.cmp { border-collapse: collapse; width: 100%; min-width: 640px; font-size: .95rem; }
table.cmp th, table.cmp td { padding: 15px 16px; text-align: center; border-bottom: 1px solid var(--line); }
table.cmp thead th { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); font-weight: 600; background: var(--surface-2); }
table.cmp tbody th { text-align: left; font-weight: 600; font-family: Georgia, serif; font-size: 1.02rem; white-space: nowrap; }
table.cmp td.first { text-align: left; color: var(--ink-soft); }
table.cmp .yes { color: var(--good); font-weight: 700; }
table.cmp .no  { color: var(--none); }
table.cmp tr.otto { background: var(--accent-wash); }
table.cmp tr.otto th, table.cmp tr.otto td { border-bottom-color: transparent; }
table.cmp tr.otto th { color: var(--accent); }
.otto-badge { display:inline-block; margin-left:8px; font-family: -apple-system, system-ui, sans-serif; font-size:.62rem; letter-spacing:.1em; text-transform:uppercase; color: var(--accent); border:1px solid var(--accent); border-radius:100px; padding:2px 8px; vertical-align: middle; }
.note { font-size: .84rem; color: var(--ink-soft); margin-top: 14px; }

.funnel { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 26px; }
.fcard { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); }
.fcard .k { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.fcard .v { font-family: Georgia, serif; font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 600; letter-spacing: -.02em; margin: 8px 0 6px; color: var(--accent); font-variant-numeric: tabular-nums; }
.fcard .d { font-size: .88rem; color: var(--ink-soft); }
.econ { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.econ .box { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); }
.bars { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.bar .row2 { display: flex; justify-content: space-between; font-size: .86rem; margin-bottom: 5px; }
.bar .row2 b { font-variant-numeric: tabular-nums; }
.track { height: 9px; background: var(--surface-2); border-radius: 100px; overflow: hidden; }
.fill { height: 100%; background: var(--accent); border-radius: 100px; }
.fill.soft { background: var(--accent-wash); }

.ask { background: var(--surface-2); border-radius: 20px; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); }
.ask .big { font-family: Georgia, serif; font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 600; letter-spacing:-.01em; margin: 0 0 8px; }
.ask .big b { color: var(--accent); }
.uses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 32px; margin: 26px 0 8px; }
.use { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.use b { color: var(--accent); font-variant-numeric: tabular-nums; }
.miles { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.miles li { display: flex; gap: 12px; align-items: baseline; font-size: .98rem; }
.miles li::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); transform: translateY(-1px); }
.signal { border: 1px dashed var(--accent); border-radius: 14px; padding: 20px 24px; margin-top: 26px; background: var(--surface); }
.signal .k { font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color: var(--accent); font-weight:600; }

/* Founder */
.founder { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px,4vw,42px); align-items: start; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: clamp(24px,4vw,42px); box-shadow: var(--shadow); }
.founder .avatar { width: 92px; height: 92px; border-radius: 50%; background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; font-family: Georgia, serif; font-size: 2rem; font-weight: 600; letter-spacing: .02em; border: 1px solid var(--line); }
.founder .role { color: var(--accent); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.founder h3 { font-size: clamp(1.4rem,3vw,1.9rem); margin: 3px 0 14px; }
.founder p { margin: 0 0 .9em; }
.founder p:last-of-type { margin-bottom: 0; }
.founder .kicker { font-weight: 600; color: var(--ink); }
.founder .links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; font-size: .9rem; font-weight: 600; }
.founder .links a { display: inline-flex; align-items: center; gap: 6px; }
@media (max-width: 640px) { .founder { grid-template-columns: 1fr; } }

/* Documents index (home) */
.docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.doc { display: flex; flex-direction: column; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow); color: var(--ink); }
.doc:hover { text-decoration: none; border-color: var(--accent); transform: translateY(-2px); transition: transform .15s ease, border-color .15s ease; }
.doc .k { font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color: var(--accent); font-weight:600; }
.doc h3 { margin: 0; font-family: Georgia, serif; font-size: 1.2rem; }
.doc p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.doc .go { margin-top: auto; color: var(--accent); font-weight: 600; font-size: .9rem; }

/* ---------- Footer ---------- */
footer { padding: clamp(48px,7vw,80px) 0; border-top: 1px solid var(--line); text-align: center; }
footer .tl { font-family: Georgia, serif; font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 600; letter-spacing: -.01em; margin: 0 0 18px; }
footer .tl b { color: var(--accent); font-style: italic; }
footer .contact { color: var(--ink-soft); font-size: .98rem; }
footer .contact a { font-weight: 600; }
.disclaimer { max-width: 62ch; margin: 26px auto 0; font-size: .78rem; color: var(--ink-soft); opacity: .85; }

/* ---------- Prose (rendered markdown pages) ---------- */
.prose-head { padding: clamp(40px,6vw,72px) 0 0; }
.prose-head .eyebrow { margin-bottom: 12px; }
.prose-head h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: .3em; }
.prose { max-width: var(--prose); margin: 0 auto; padding: 8px 24px clamp(60px,9vw,110px); }
.prose > *:first-child { margin-top: 0; }
.prose h1 { font-size: clamp(1.9rem,4vw,2.7rem); line-height: 1.08; margin: 1.8em 0 .5em; }
.prose h2 { font-size: clamp(1.5rem,3vw,2rem); margin: 1.9em 0 .5em; padding-top: .7em; border-top: 1px solid var(--line); }
.prose h2:first-of-type { border-top: none; padding-top: 0; }
.prose h3 { font-size: 1.22rem; margin: 1.7em 0 .4em; }
.prose h4 { font-size: 1.02rem; margin: 1.5em 0 .3em; color: var(--ink); }
.prose p, .prose li { font-size: 1.02rem; line-height: 1.7; }
.prose strong { color: var(--ink); font-weight: 700; }
.prose em { color: var(--ink-soft); }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin: .35em 0; }
.prose li::marker { color: var(--accent); }
.prose a { font-weight: 500; overflow-wrap: anywhere; }
.prose hr { border: none; border-top: 1px solid var(--line); margin: 2.4em 0; }
.prose code { font-family: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace; font-size: .86em; background: var(--surface-2); padding: .12em .4em; border-radius: 5px; }
.prose blockquote {
  margin: 1.6em 0; padding: 18px 22px; background: var(--surface); border: 1px solid var(--line);
  border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; box-shadow: var(--shadow);
}
.prose blockquote > *:last-child { margin-bottom: 0; }
.prose blockquote h1, .prose blockquote h2, .prose blockquote h3 { border: none; padding: 0; margin: 0 0 .4em; font-size: 1.15rem; }
.prose .tablewrap-p { overflow-x: auto; margin: 1.5em 0; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.prose table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: .92rem; background: var(--surface); }
.prose th, .prose td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose thead th { background: var(--surface-2); font-family: -apple-system, system-ui, sans-serif; font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); font-weight: 600; white-space: nowrap; }
.prose tbody tr:last-child td { border-bottom: none; }
.prose td:first-child { color: var(--ink); }
.prose .lead-note { color: var(--ink-soft); font-size: .95rem; }
.toc-back { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; font-size: .9rem; font-weight: 600; }

/* ---------- Marketing nav CTA (public site/index.html) ---------- */
.nav-cta { padding: 8px 16px; font-size: .82rem; white-space: nowrap; }

/* ---------- Waitlist form (public site/index.html) ---------- */
.wl-form { max-width: 560px; margin-top: 10px; }
.wl-row { display: flex; gap: 14px; flex-wrap: wrap; }
.wl-field { flex: 1 1 220px; display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.wl-field label { font-size: .85rem; font-weight: 600; color: var(--ink); }
.wl-field input {
  font: inherit; font-size: 1rem; padding: 11px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
}
.wl-field input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
/* Honeypot: visually hidden (not display:none) via the clip-rect technique below so it
   stays in the accessibility tree (no aria-hidden — an aria-hidden wrapper around a
   focusable input is an aria-hidden-focusable-descendant violation) but is invisible;
   tabindex=-1 + autocomplete=off on the input keep it out of the tab order and unfilled
   by autofill. */
.wl-hp {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.wl-status { min-height: 1.4em; margin: 14px 0 0; font-size: .92rem; font-weight: 600; color: var(--good); }
.wl-status.is-error { color: var(--bad); }
.wl-status:empty { margin: 0; }
.wl-status a { font-weight: 700; }
#wl-turnstile:not(:empty) { margin: 10px 0; }
.wl-note { font-size: .82rem; color: var(--ink-soft); margin-top: 10px; }

/* ---------- FAQ (public site/index.html) ---------- */
.faq { display: grid; gap: 10px; max-width: var(--prose); }
.faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: 4px 20px; box-shadow: var(--shadow);
}
.faq summary {
  cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 1rem; color: var(--ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 1.3rem; font-weight: 400; flex: 0 0 auto; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding-bottom: 18px; margin: 0; color: var(--ink-soft); }

/* ---------- Safety section reuses .flow; footer link row (public site) ---------- */
.footer-links { font-size: .88rem; color: var(--ink-soft); margin-top: 10px; }
.footer-links a { color: var(--ink-soft); font-weight: 600; }
.footer-links a:hover { color: var(--accent); }
.footer-links .sep { margin: 0 8px; opacity: .6; }

@media (max-width: 820px) {
  .stats { grid-template-columns: repeat(2,1fr); }
  .flow, .funnel, .docs { grid-template-columns: 1fr; }
  .features, .now, .econ, .uses { grid-template-columns: 1fr; }
  .cols { grid-template-columns: 1fr; }
  .cols .sticky { position: static; }
  .nav .row { gap: 12px; }
  /* OTTO-183: `.brand small { display: none }` used to live here, hiding "care" below 820px — on
     every phone AND tablet. The period is the dot in the domain (otto.care), not a full stop, so
     hiding the word left a gold dot pointing at nothing: the logo read "Otto." on the surface most
     visitors see. OTTO-182 made "care" load-bearing, so it stays at every width.
     OTTO-186: the `.brand { font-size: 1.05rem }` shrink that replaced it is gone too. It existed to
     buy nav width, and once the anchors collapse (below) the width is there — so the lock-up is now
     ONE size at every viewport. That is also the only way the mark stays legible on a phone: shrink
     the lock-up and the mic goes with it, since the parts are em. Don't re-add a brand font-size or
     a px gap here — either one skews the drawn ratios at exactly the width most visitors see. */
}

/* OTTO-186 — the marketing nav's in-page anchors step aside, leaving brand + CTA on one line.
   Why they go: the mark needs ~25px of ink to read as a microphone rather than a speck, and at its
   drawn .8375em ratio that demands a ~30px wordmark — a ~150px lock-up. The nav cannot afford that
   beside four links on a phone. It could not afford them BEFORE the mark existed either: at 375px
   they already stacked three deep into a 146px sticky bar eating a fifth of the screen. Hiding them
   costs little — this is one scrolling page, every section is a thumb-flick away, and the CTA is the
   only nav item doing conversion work.
   660px, not the 820px sibling above: MEASURED, the four links still sit on one line down to 642px,
   so collapsing at 820 would strip navigation off tablets that have the room for it.
   Scoped to href^="#" deliberately: it must NOT touch /investors/, whose nav is real page-to-page
   navigation. Hiding those would strand a reader with no route to the other three documents.
   The row's flex-wrap is a safety net for ~320px, where brand + CTA genuinely cannot share a line
   and should stack rather than overflow the page. */
@media (max-width: 660px) {
  .nav nav a[href^="#"]:not(.nav-cta) { display: none; }
  .nav .row { flex-wrap: wrap; row-gap: 4px; }
}

/* OTTO-186 — /investors/ can't collapse its links (see above), so once the full-size lock-up
   crowds them they become a deliberate right-aligned column beside the logo — a menu, which is what
   they are — instead of wrapping into an accidental-looking three-deep stack.
   Contact leaves the column rather than becoming a fourth row or an icon. It is a mailto, and the
   same address already sits in the footer of every investors page ("Michael Rennick · mikerennick@
   …"), so it is redundant here, not lost. An icon does NOT help: in a COLUMN it still costs a full
   row (measured: 167px with the icon vs 131px without) — shrinking an item only buys anything when
   items share a line. Contact keeps its nav slot above 580px, where there is room for it.
   600px, its own breakpoint and NOT the 660px sibling above: MEASURED, these four links and the
   lock-up share one line down to 585px and break at 584px, so stacking at 660 would column-ise a nav
   that still fits fine. 600 rather than a tight 584 is deliberate margin — the threshold is a
   function of the links' RENDERED width, which moves with font availability and platform metrics, and
   undershooting it re-opens a band where the row wraps two-deep instead of columning (a 580 value did
   exactly that at 581-584). Prefer columning a few px early over a wrapped band.
   Re-measure both thresholds if the link labels change — and measure AFTER document.fonts.ready:
   probing at navigation-commit reports ~573 here, 11px off, because the webfont has not applied yet.
   Inert on the marketing page: only the CTA is visible by this width, and a column of one renders
   exactly like a row of one. */
@media (max-width: 600px) {
  .nav nav { flex-direction: column; align-items: flex-end; gap: 2px; }
  .nav nav a:not(.nav-cta) { padding: 6px 9px; }
  .nav nav a[href^="mailto:"] { display: none; }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }
}
