/* ==========================================================================
   AnubisIQ — Operating Intelligence
   Visual system v1.0 · serif display / caps rubrics / documentary photography
   Guards: no gradients · no AI imagery · no glassmorphism · light-first
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption,
blockquote, table, dl, dd, fieldset, legend { margin: 0; padding: 0; }
ul, ol { list-style: none; }
fieldset { border: 0; min-width: 0; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }

/* ---------- Tokens ---------- */

:root {
  --ivory:    #F5F2EA;
  --paper:    #EBE6DA;
  --paper-2:  #E2DCCD;
  --ink:      #17150F;
  --obsidian: #14120E;
  --graphite: #59564F;
  --brass:    #8A6F3D;
  --brass-lt: #A98A50;

  --on-ink:       #F5F2EA;
  --on-ink-muted: rgba(245, 242, 234, 0.70);
  --on-ink-faint: rgba(245, 242, 234, 0.44);
  --rule-on-ink:  rgba(245, 242, 234, 0.16);

  --rule:      rgba(23, 21, 15, 0.17);
  --rule-soft: rgba(23, 21, 15, 0.10);

  --serif: "Instrument Serif", "Iowan Old Style", "Palatino Linotype",
           Palatino, Georgia, "Times New Roman", serif;
  --sans:  "Geist", "Helvetica Neue", Helvetica, -apple-system,
           BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono:  "Geist Mono", ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;

  --display-xl: clamp(46px, 6.6vw, 100px);
  --display-l:  clamp(38px, 4.8vw, 68px);
  --display-m:  clamp(30px, 3.2vw, 46px);
  --body:       17px;

  --section-sm: clamp(52px, 6vw, 84px);
  --section-md: clamp(76px, 9vw, 136px);
  --section-lg: clamp(96px, 12vw, 184px);

  --gutter: 22px;
  --content: 1320px;
  --measure: 720px;

  --radius: 3px;
}

@media (min-width: 768px)  { :root { --gutter: 40px; } }
@media (min-width: 1200px) { :root { --gutter: 60px; } }

/* ---------- Base ---------- */

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--body);
  line-height: 1.6;
  letter-spacing: -0.004em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--ink); color: var(--ivory); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ---------- Layout ---------- */

.wrap {
  width: 100%;
  max-width: calc(var(--content) + var(--gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.measure { max-width: var(--measure); }
.bleed { padding-left: 0; padding-right: 0; }

section { padding: var(--section-md) 0; }
.sec-lg { padding: var(--section-lg) 0; }
.sec-sm { padding: var(--section-sm) 0; }
.sec-flush { padding: 0; }

.band-paper { background: var(--paper); }
.band-ink { background: var(--obsidian); color: var(--on-ink); }
.band-ink h1, .band-ink h2, .band-ink h3, .band-ink h4,
.band-ink strong, .band-ink .display, .band-ink .rubric { color: var(--on-ink); }
.band-ink p, .band-ink li, .band-ink td { color: var(--on-ink-muted); }
.band-ink .eyebrow { color: var(--on-ink-faint); }
.band-ink .rule { background: var(--rule-on-ink); }

.g { display: grid; gap: clamp(28px, 3.6vw, 68px); align-items: start; }
.g-5-7 { grid-template-columns: 5fr 7fr; }
.g-4-8 { grid-template-columns: 4fr 8fr; }
.g-3-9 { grid-template-columns: 3fr 9fr; }
.g-7-5 { grid-template-columns: 7fr 5fr; }
.g-6-6 { grid-template-columns: 6fr 6fr; }
@media (max-width: 900px) {
  .g-5-7, .g-4-8, .g-3-9, .g-7-5, .g-6-6 { grid-template-columns: minmax(0,1fr); gap: 26px; }
}

.stack > * + * { margin-top: 18px; }

/* ---------- Type ---------- */

.display, h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.014em;
  line-height: 1.02;
}
.display { font-size: var(--display-xl); max-width: 15ch; }
h1 { font-size: var(--display-l); max-width: 17ch; }
h2 { font-size: var(--display-l); max-width: 19ch; }
.display-m { font-family: var(--serif); font-weight: 400; font-size: var(--display-m); line-height: 1.06; letter-spacing: -0.012em; max-width: 22ch; }

h3 {
  font-family: var(--sans); font-weight: 600;
  font-size: clamp(19px, 1.5vw, 23px);
  letter-spacing: -0.022em; line-height: 1.18; max-width: 26ch;
}
h4 { font-family: var(--sans); font-weight: 600; font-size: 17px; letter-spacing: -0.015em; }

/* All-caps rubric — the mockup's section headers */
.rubric {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(13px, 1.05vw, 16px);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--ink);
  max-width: 34ch;
}
.rubric--brass { color: var(--brass); }

.eyebrow {
  font-family: var(--sans); font-weight: 500;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--graphite);
}
.eyebrow--brass { color: var(--brass); }

.lede {
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.62; color: var(--graphite);
  max-width: 52ch;
}
.band-ink .lede { color: var(--on-ink-muted); }

p { max-width: 62ch; }
.stack p + p { margin-top: 1em; }

.small { font-size: 14px; color: var(--graphite); line-height: 1.55; }
.band-ink .small { color: var(--on-ink-faint); }
.mono { font-family: var(--mono); font-size: 12px; letter-spacing: 0.02em; }

.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}
.mt-20{margin-top:20px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}
.mt-40{margin-top:40px}.mt-48{margin-top:48px}.mt-56{margin-top:56px}
.mt-64{margin-top:64px}.mt-80{margin-top:80px}

a { color: inherit; text-decoration: none; }
.link {
  display: inline-block; border-bottom: 1px solid var(--rule);
  padding-bottom: 3px; transition: border-color 160ms ease;
}
.link:hover { border-bottom-color: currentColor; }
.band-ink .link { border-bottom-color: var(--rule-on-ink); }
.rule { height: 1px; background: var(--rule); border: 0; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 13px 26px;
  background: var(--brass); color: #FBF9F4;
  font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: -0.008em;
  border: 1px solid var(--brass); border-radius: var(--radius);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn:hover { background: #745C31; border-color: #745C31; }
.btn:disabled { opacity: .45; cursor: not-allowed; }

.btn-dark { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.btn-dark:hover { background: transparent; color: var(--ink); }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn-ghost:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.band-ink .btn-ghost { color: var(--on-ink); border-color: var(--rule-on-ink); }
.band-ink .btn-ghost:hover { background: var(--on-ink); color: var(--ink); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }

/* ---------- Wordmark ---------- */

.wordmark { display: inline-flex; align-items: center; gap: 10px; }
.wordmark .ankh { width: 17px; height: 26px; flex: 0 0 auto; color: var(--brass); }
.wordmark .name {
  font-family: var(--serif); font-weight: 400;
  font-size: 25px; letter-spacing: -0.005em; line-height: 1;
}
.wordmark--lg .name { font-size: clamp(30px, 3vw, 42px); }
.wordmark--lg .ankh { width: 24px; height: 36px; }

.lockup { display: flex; align-items: center; gap: 18px; }
.lockup .divider { width: 1px; height: 34px; background: var(--rule); }
.lockup .tag {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--graphite); line-height: 1.5;
}
@media (max-width: 1080px) { .lockup .divider, .lockup .tag { display: none; } }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: var(--ivory); border-bottom: 1px solid var(--rule-soft);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 32px;
}
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-size: 15px; color: var(--graphite); transition: color 160ms ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav .btn { min-height: 42px; padding: 10px 18px; font-size: 14px; color: #FBF9F4; }

.nav-toggle {
  display: none; align-items: center; min-height: 44px; padding: 10px 0 10px 12px;
  background: none; border: 0; cursor: pointer; color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: fixed; inset: 74px 0 auto 0;
    background: var(--ivory); border-bottom: 1px solid var(--rule);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 6px var(--gutter) 34px;
    max-height: calc(100dvh - 74px); overflow-y: auto;
  }
  .nav[data-open="true"] { display: flex; }
  .nav a {
    padding: 19px 0; border-bottom: 1px solid var(--rule-soft);
    font-size: 21px; color: var(--ink); letter-spacing: -0.015em;
  }
  .nav .btn { margin-top: 26px; min-height: 54px; font-size: 16px; }
}

/* ---------- Reveal ---------- */

[data-reveal] {
  opacity: 0; transform: translateY(16px);
  transition: opacity 720ms cubic-bezier(.16,.84,.36,1),
              transform 720ms cubic-bezier(.16,.84,.36,1);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- Photography ---------- */

.photo {
  position: relative; overflow: hidden;
  background: var(--paper-2);
  border-radius: var(--radius);
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo--21x9 { aspect-ratio: 21 / 9; }
.photo--16x9 { aspect-ratio: 16 / 9; }
.photo--4x3  { aspect-ratio: 4 / 3; }
.photo--3x2  { aspect-ratio: 3 / 2; }
.photo--1x1  { aspect-ratio: 1 / 1; }
.photo--tall { aspect-ratio: 3 / 4; }

/* placeholder state — no asset dropped in yet */
.photo--slot {
  display: flex; align-items: flex-end;
  border: 1px solid var(--rule);
  background:
    repeating-linear-gradient(   /* flat hairline texture, not a gradient fill */
      45deg,
      transparent 0 11px,
      rgba(23,21,15,.045) 11px 12px);
}
.photo--slot .slot-note {
  padding: 16px 18px; max-width: 42ch;
  font-family: var(--mono); font-size: 11px; letter-spacing: .06em;
  color: var(--graphite); text-transform: uppercase;
}
.band-ink .photo--slot { border-color: var(--rule-on-ink); background-color: #1D1A15; }
.band-ink .photo--slot .slot-note { color: var(--on-ink-faint); }

/* photo used as a full-bleed dark band */
.photo-band { position: relative; background: var(--obsidian); overflow: hidden; }
.photo-band .photo { position: absolute; inset: 0; border-radius: 0; }
.photo-band .photo img { opacity: .5; }
.photo-band .photo-band-inner {
  position: relative; z-index: 2;
  padding: clamp(72px, 10vw, 156px) 0;
}
.photo-band::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: rgba(20, 18, 14, .58);
}

/* ---------- Hero ---------- */

.hero { padding: clamp(60px, 8vw, 116px) 0 0; }
.hero .lede { margin-top: 26px; font-size: clamp(16px, 1.2vw, 19px); max-width: 48ch; }
.hero .btn-row { margin-top: 36px; }
.hero-trust { margin-top: 32px; }
.hero-figure { margin-top: clamp(48px, 6vw, 88px); }

.hero-dark { background: var(--obsidian); color: var(--on-ink); }
.hero-dark .display, .hero-dark h1 { color: var(--on-ink); }
.hero-dark .lede { color: var(--on-ink-muted); }

/* ---------- Recognition statements ---------- */

.statements { border-top: 1px solid var(--rule); max-width: 62ch; }
.statements li {
  padding: 15px 0; border-bottom: 1px solid var(--rule-soft);
  font-size: clamp(15px, 1.15vw, 17px); color: var(--graphite);
}
.pullbox {
  background: var(--paper); border-left: 2px solid var(--brass);
  padding: clamp(22px, 2.4vw, 34px) clamp(24px, 2.6vw, 38px);
  max-width: 56ch;
}
.pullbox p { font-size: clamp(16px, 1.2vw, 19px); color: var(--ink); max-width: 46ch; }
.band-paper .pullbox { background: var(--ivory); }

/* ---------- Equations ---------- */

.equations {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px; background: var(--rule); border: 1px solid var(--rule);
}
@media (max-width: 860px) { .equations { grid-template-columns: minmax(0,1fr); } }
.equation { background: var(--ivory); padding: clamp(26px, 2.8vw, 40px); text-align: center; }
.band-paper .equation { background: var(--paper); }
.band-ink .equations { background: var(--rule-on-ink); border-color: var(--rule-on-ink); }
.band-ink .equation { background: var(--obsidian); }
.equation .term {
  font-family: var(--sans); font-weight: 500;
  font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  line-height: 1.5; color: var(--graphite);
}
.band-ink .equation .term { color: var(--on-ink-muted); }
.equation .op { display: block; margin: 12px 0; color: var(--brass); font-size: 14px; }
.equation .result {
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--rule);
  font-family: var(--sans); font-weight: 600;
  font-size: 12px; letter-spacing: .13em; text-transform: uppercase;
  line-height: 1.5; color: var(--ink);
}
.band-ink .equation .result { border-color: var(--rule-on-ink); color: var(--on-ink); }

/* ---------- Icon feature grid ---------- */

.features { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.features-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.features-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.features > * { background: var(--ivory); padding: clamp(24px, 2.4vw, 34px); }
.band-paper .features > * { background: var(--paper); }
.band-ink .features { background: var(--rule-on-ink); border-color: var(--rule-on-ink); }
.band-ink .features > * { background: var(--obsidian); }
@media (max-width: 1000px) { .features { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px)  { .features, .features-3 { grid-template-columns: minmax(0,1fr); } }

.feature .ico { color: var(--brass); margin-bottom: 20px; }
.feature h4 { margin-bottom: 8px; }
.feature p { font-size: 14px; color: var(--graphite); }

.ico { width: 24px; height: 24px; display: block; }
.ico-sm { width: 19px; height: 19px; }

/* inline icon list — "WHAT YOU GET" */
.icolist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 40px; }
@media (max-width: 620px) { .icolist { grid-template-columns: minmax(0,1fr); } }
.icolist li { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 14px; align-items: start; font-size: 15px; }
.icolist .ico { color: var(--brass); margin-top: 2px; }

/* ---------- Before / after ---------- */

.ba { border-top: 1px solid var(--rule); }
.ba li {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 4vw, 72px);
  padding: clamp(22px, 2.6vw, 34px) 0; border-bottom: 1px solid var(--rule-soft);
  align-items: baseline;
}
.ba .before, .ba .after {
  font-family: var(--serif); font-size: clamp(19px, 1.75vw, 26px);
  line-height: 1.16; letter-spacing: -.012em; max-width: 22ch;
}
.ba .before { color: var(--graphite); }
.ba .after { position: relative; color: var(--ink); }
.ba .after::before {
  content: "→"; position: absolute; left: -26px; top: 6px;
  font-family: var(--sans); color: var(--brass); font-size: 14px;
}
.band-ink .ba .after { color: var(--on-ink); }
.band-ink .ba .before { color: var(--on-ink-faint); }
@media (max-width: 760px) {
  .ba li { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .ba .after { padding-left: 24px; }
  .ba .after::before { left: 0; }
}

/* ---------- Numbered stages ---------- */

.stages { border-top: 1px solid var(--rule); }
.stage {
  display: grid; grid-template-columns: 88px 4fr 4fr;
  gap: clamp(20px, 2.6vw, 48px);
  padding: clamp(30px, 3.4vw, 52px) 0;
  border-bottom: 1px solid var(--rule-soft);
}
@media (max-width: 900px) { .stage { grid-template-columns: 56px minmax(0,1fr); } .stage .deliverable { grid-column: 2; } }
@media (max-width: 560px) { .stage { grid-template-columns: minmax(0,1fr); } .stage .deliverable { grid-column: 1; } }

.stage .num {
  font-family: var(--serif); font-size: clamp(38px, 3.8vw, 56px);
  line-height: .85; color: var(--brass);
}
.stage h3 { margin-bottom: 12px; }
.stage .deliverable { border-left: 1px solid var(--rule); padding-left: 22px; }
.stage .deliverable .eyebrow { display: block; margin-bottom: 8px; }
.stage .deliverable strong { font-family: var(--serif); font-weight: 400; font-size: 21px; }
@media (max-width: 900px) {
  .stage .deliverable { border-left: 0; border-top: 1px solid var(--rule-soft); padding: 18px 0 0; margin-top: 4px; }
}

.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.tags li {
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--graphite); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 7px 10px;
}
.band-ink .tags li { color: var(--on-ink-muted); border-color: var(--rule-on-ink); }

/* ---------- Workflow chain ---------- */

.chain-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
.chain { display: flex; align-items: flex-start; min-width: min-content; gap: 0; }
.chain li { flex: 0 0 auto; display: flex; align-items: center; gap: 16px; padding-right: 16px; }
.chain .node { text-align: center; min-width: 104px; }
.chain .node .ico { margin: 0 auto 12px; color: var(--brass); }
.chain .node .label {
  font-family: var(--sans); font-weight: 500; font-size: 12px;
  letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}
.chain .arrow { color: var(--rule); font-size: 13px; padding-bottom: 22px; }
.chain li:last-child { padding-right: 0; }
.chain li:last-child .arrow { display: none; }

.chain-mini {
  font-family: var(--mono); font-size: 11px; letter-spacing: .06em;
  color: var(--graphite); text-transform: uppercase;
}

/* ---------- Systems map ---------- */

.sysmap { display: grid; grid-template-columns: 1fr auto; gap: clamp(24px, 4vw, 64px); align-items: center; }
@media (max-width: 900px) { .sysmap { grid-template-columns: minmax(0,1fr); } }
.inputs { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.inputs li {
  background: var(--ivory); padding: 20px 14px; text-align: center;
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--graphite);
}
.band-paper .inputs li { background: var(--paper); }
@media (max-width: 620px) { .inputs { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.converge {
  border: 1px solid var(--ink); background: var(--ink); color: var(--ivory);
  border-radius: var(--radius); padding: clamp(26px, 3vw, 42px) clamp(30px, 3.4vw, 54px);
  text-align: center;
}
.converge .wordmark .name { color: var(--ivory); }
.converge .small { color: var(--on-ink-faint); margin-top: 10px; }

/* ---------- Cards ---------- */

.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.cards-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cards > * { background: var(--ivory); padding: clamp(26px, 2.6vw, 40px); }
.band-paper .cards > * { background: var(--paper); }
.band-ink .cards { background: var(--rule-on-ink); border-color: var(--rule-on-ink); }
.band-ink .cards > * { background: var(--obsidian); }
@media (max-width: 1000px) { .cards { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 660px)  { .cards, .cards-2 { grid-template-columns: minmax(0,1fr); } }
.card .eyebrow { display: block; margin-bottom: 18px; }
.card h3 { margin-bottom: 12px; }
.card p { font-size: 15px; color: var(--graphite); }
a.card { transition: background 180ms ease; }
a.card:hover { background: var(--paper); }
.band-paper a.card:hover { background: var(--ivory); }
a.card .more { display: inline-block; margin-top: 18px; font-size: 13px; color: var(--brass); }

/* industry card with photo */
.industry-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(20px, 2.4vw, 34px); }
@media (max-width: 940px) { .industry-cards { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .industry-cards { grid-template-columns: minmax(0,1fr); } }
.industry-card h3 { margin: 18px 0 8px; font-size: 20px; }
.industry-card .chain-mini { display: block; }
.industry-card .photo { transition: opacity 200ms ease; }
.industry-card:hover .photo { opacity: .88; }

/* ---------- Insight rows ---------- */

.rows { border-top: 1px solid var(--rule); }
.rows a {
  display: grid; grid-template-columns: minmax(0,1fr) 24px; gap: 20px;
  align-items: center; padding: clamp(22px, 2.4vw, 32px) 0;
  border-bottom: 1px solid var(--rule-soft);
  transition: padding-left 220ms cubic-bezier(.16,.84,.36,1);
}
.rows a:hover { padding-left: 10px; }
.rows .eyebrow { display: block; margin-bottom: 8px; }
.rows h3 { font-family: var(--sans); font-weight: 500; font-size: clamp(17px, 1.4vw, 21px); letter-spacing: -.018em; max-width: 40ch; }
.rows .arrow { color: var(--brass); justify-self: end; }

/* ---------- Checklist ---------- */

.checks { display: grid; gap: 14px; }
.checks li { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 14px; align-items: start; font-size: 16px; }
.checks .ico { color: var(--brass); margin-top: 2px; }

.spec { border-top: 1px solid var(--rule-soft); }
.spec li {
  padding: 13px 0; border-bottom: 1px solid var(--rule-soft);
  display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 12px;
  font-size: 16px; align-items: baseline;
}
.spec li::before { content: "—"; color: var(--brass); font-size: 12px; }
.band-ink .spec li { border-color: var(--rule-on-ink); }

.numbered { border-top: 1px solid var(--rule); }
.numbered li {
  padding: 18px 0; border-bottom: 1px solid var(--rule-soft);
  display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 14px;
  align-items: baseline; font-size: 16px;
}
.numbered .n { font-family: var(--mono); font-size: 11px; color: var(--brass); }

/* ---------- Proof / metric ---------- */

.metric { font-family: var(--serif); font-size: clamp(34px, 3.6vw, 52px); line-height: 1; letter-spacing: -.02em; }
.case { border-left: 2px solid var(--brass); padding-left: clamp(20px, 2.4vw, 36px); }

/* ---------- Table ---------- */

.table-wrap { overflow-x: auto; border: 1px solid var(--rule); }
table { border-collapse: collapse; width: 100%; min-width: 600px; }
th, td { text-align: left; padding: 18px 22px; border-bottom: 1px solid var(--rule-soft); font-size: 15px; vertical-align: top; }
th {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--graphite);
  background: var(--paper);
}
tr:last-child td { border-bottom: 0; }

/* ---------- Conversion form ---------- */

.form { max-width: 620px; }
.screen { display: none; }
.screen.is-active { display: block; animation: screen-in 400ms cubic-bezier(.16,.84,.36,1) both; }
@keyframes screen-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.form.no-js .screen { display: block; margin-bottom: 44px; }
.form.no-js .form-nav, .form.no-js .progress { display: none; }
.form.no-js .screen:last-of-type ~ .form-nav { display: flex; }

.progress { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.progress .count {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--graphite);
  white-space: nowrap;
}
.progress .bar { flex: 1; height: 2px; background: var(--rule); position: relative; }
.progress .bar span { position: absolute; inset: 0 auto 0 0; background: var(--brass); transition: width 420ms cubic-bezier(.16,.84,.36,1); }

.screen .q {
  display: block; font-family: var(--serif); font-weight: 400;
  font-size: clamp(26px, 2.6vw, 38px); line-height: 1.06; letter-spacing: -.014em;
  max-width: 18ch; margin-bottom: 12px; color: var(--ink);
}
.screen .hint { font-size: 15px; color: var(--graphite); margin-bottom: 26px; max-width: 44ch; }

.field { margin-bottom: 18px; }
.field > label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 100%; font-family: inherit; font-size: 16px; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 14px 16px; min-height: 50px;
}
.band-paper input, .band-paper textarea { background: #FBF9F4; }
textarea { min-height: 128px; resize: vertical; line-height: 1.5; }
input:focus, textarea:focus { outline: 2px solid var(--ink); outline-offset: -1px; border-color: var(--ink); }
::placeholder { color: rgba(89,86,79,.5); }

.choices { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.choices-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 560px) { .choices-2 { grid-template-columns: minmax(0,1fr); } }
.choice {
  background: var(--ivory); display: flex; align-items: center; gap: 13px;
  padding: 15px 17px; min-height: 54px; cursor: pointer; font-size: 15px;
  transition: background 140ms ease;
}
.choice:hover { background: var(--paper); }
.choice input { accent-color: var(--brass); width: 17px; height: 17px; flex: 0 0 auto; }
.choice input:checked + span { font-weight: 500; }

.suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.suggest button {
  font-family: var(--sans); font-size: 13px; letter-spacing: -.005em;
  background: none; border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 9px 14px; min-height: 40px; cursor: pointer; color: var(--graphite);
  transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}
.suggest button:hover, .suggest button[aria-pressed="true"] { border-color: var(--brass); color: var(--ink); }

.form-nav { display: flex; align-items: center; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
.form-back { background: none; border: 0; cursor: pointer; font: inherit; font-size: 14px; color: var(--graphite); min-height: 44px; padding: 0; }
.form-back:hover { color: var(--ink); }
.form-status { margin-top: 20px; font-size: 15px; max-width: 44ch; }
.form-status[data-tone="error"] { color: #8A2B1F; }
.form-done { display: none; }
.form-done.is-active { display: block; }

/* email capture over photo */
.capture { display: flex; gap: 10px; max-width: 460px; }
.capture input { flex: 1; }
.capture .btn { flex: 0 0 auto; min-width: 54px; padding: 13px 18px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--obsidian); color: var(--on-ink-muted); padding: var(--section-md) 0 40px; }
.site-footer a { color: var(--on-ink-muted); transition: color 160ms ease; }
.site-footer a:hover { color: var(--on-ink); }
.footer-grid { display: grid; grid-template-columns: 4fr 2fr 2fr 2fr 2fr; gap: 36px; }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 42px; } }
@media (max-width: 520px)  { .footer-grid { grid-template-columns: minmax(0,1fr); } }
.site-footer h4 {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--on-ink-faint);
  margin-bottom: 18px;
}
.site-footer li { margin-bottom: 11px; font-size: 14px; }
.site-footer .wordmark .name { color: var(--on-ink); }
.socials { display: flex; gap: 16px; margin-top: 22px; }
.socials a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; margin-left: -12px; }
.socials .ico { color: var(--on-ink-faint); }
.socials a:hover .ico { color: var(--on-ink); }
.footer-bottom {
  margin-top: clamp(48px, 6vw, 80px); padding-top: 26px;
  border-top: 1px solid var(--rule-on-ink);
  display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: space-between;
  font-size: 13px; color: var(--on-ink-faint);
}
.footer-bottom a { color: var(--on-ink-faint); }

/* ---------- Utility ---------- */

.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: var(--ivory); padding: 14px 20px; }
.skip:focus { left: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Photo band: force on-dark treatment for controls ---------- */

.photo-band .eyebrow { color: var(--on-ink-faint); }
.photo-band p, .photo-band li { color: var(--on-ink-muted); }
.photo-band .rubric, .photo-band h1, .photo-band h2, .photo-band h3, .photo-band strong { color: var(--on-ink); }
.photo-band .btn-ghost { background: transparent; color: var(--on-ink); border-color: rgba(245,242,234,.34); }
.photo-band .btn-ghost:hover { background: var(--on-ink); color: var(--ink); border-color: var(--on-ink); }
.photo-band .link { border-bottom-color: var(--rule-on-ink); }
.photo-band .small { color: var(--on-ink-faint); }
.photo-band input { background: rgba(245,242,234,.06); border-color: rgba(245,242,234,.26); color: var(--on-ink); }
.photo-band ::placeholder { color: rgba(245,242,234,.42); }

/* placeholder caption must never fight the copy sitting over it */
.photo-band .photo--slot { border: 0; }
.photo-band .photo--slot .slot-note {
  position: absolute; right: 0; bottom: 0; text-align: right;
  font-size: 9px; opacity: .5; max-width: 30ch;
}

/* ---------- Cerebro: truth-state panel ---------- */

.truth-panel {
  border: 1px solid var(--rule-on-ink);
  border-left: 2px solid var(--brass);
  padding: clamp(26px, 2.8vw, 40px);
}
.truth-list { display: grid; gap: 0; }
.truth-list li {
  display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 16px;
  align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid var(--rule-on-ink);
  font-size: 15px;
}
.truth-list li:last-child { border-bottom: 0; }
.truth-list span[class^="tag-"] {
  font-family: var(--mono); font-size: 10px; letter-spacing: .12em;
  text-transform: uppercase; padding: 5px 8px; border-radius: var(--radius);
  border: 1px solid currentColor; justify-self: start; line-height: 1;
}
.tag-v { color: #8FA57A; }
.tag-i { color: var(--brass-lt); }
.tag-u { color: rgba(245,242,234,.5); }
.tag-c { color: #C4715C; }
@media (max-width: 560px) {
  .truth-list li { grid-template-columns: minmax(0,1fr); gap: 8px; }
}

/* early-access cohort marks */
.cohort { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
@media (max-width: 720px) { .cohort { grid-template-columns: minmax(0,1fr); } }
.cohort > div { background: var(--ivory); padding: clamp(24px, 2.4vw, 34px); }
.band-paper .cohort > div { background: var(--paper); }
.cohort .big {
  font-family: var(--serif); font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1; color: var(--brass); margin-bottom: 14px;
}
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--brass);
  border: 1px solid var(--brass); border-radius: var(--radius);
  padding: 6px 9px; line-height: 1;
}
.band-ink .badge, .photo-band .badge { color: var(--brass-lt); border-color: var(--brass-lt); }
