/* =========================================================================
   solonic.css — v3 "Court of Record"
   -------------------------------------------------------------------------
   The subject supplies the design: ledger paper, blue stamp ink, typographic
   gravitas. Three faces, three jobs — Fraunces speaks (display), Literata
   reads (prose), Public Sans works (nav, labels, buttons, data).
   Signature element: the verdict stamp.
   ========================================================================= */

:root {
  --paper:      #FAF8F2;   /* ledger paper */
  --paper-deep: #F2EFE6;   /* panel */
  --ink:        #171A21;   /* blue-black ink */
  --ink-2:      #454B58;   /* secondary ink */
  --muted:      #60667A;
  --rule:       #E4E0D3;   /* hairline */
  --rule-deep:  #CFCaB8;
  --blue:       #2443C4;   /* stamp ink */
  --blue-deep:  #18319B;
  --blue-wash:  #EDF0FC;
  --green:      #1E7A45;   /* verified */
  --amber:      #9A6A0B;   /* corrected / open */
  --red:        #B3352E;   /* unsupported / refuted */
  --sans: "Public Sans", -apple-system, "Segoe UI", sans-serif;
  --serif: "Literata", Georgia, serif;
  --display: "Fraunces", "Literata", Georgia, serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --radius: 10px;
  --shadow-1: 0 1px 2px rgba(23,26,33,.05), 0 2px 8px rgba(23,26,33,.04);
  --shadow-2: 0 2px 4px rgba(23,26,33,.06), 0 12px 28px rgba(23,26,33,.09);
  --wrap: 1120px;
}

/* ---------- base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--serif); font-size: 1.0625rem; line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
::selection { background: var(--blue); color: #fff; }
a { color: var(--blue-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue); }
img { max-width: 100%; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 100; font-family: var(--sans); }
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 2px; }

/* ---------- header ---------- */
.site-header { background: var(--paper); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 50; }
.site-header .wrap { display: flex; align-items: center; gap: 1.5rem; min-height: 4.25rem; flex-wrap: wrap; row-gap: .4rem; padding-top:.5rem; padding-bottom:.5rem; }
.wordmark { font-family: var(--sans); font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.wordmark:hover { color: var(--ink); }
.wordmark .dot { width: .62rem; height: .62rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px var(--blue-wash); }
.site-nav { display: flex; gap: 1.4rem; margin-left: .5rem; }
.site-nav a { font-family: var(--sans); font-weight: 600; font-size: .95rem; color: var(--ink-2); text-decoration: none; padding: .35rem 0; position: relative; }
.site-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:0; height:2px; background: var(--blue); transition: right .18s ease; }
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a[aria-current="page"] { color: var(--ink); }

/* ---------- sections & type ---------- */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--tight { padding: clamp(2.25rem, 5vw, 3.5rem) 0; }
.section--panel { background: var(--paper-deep); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section--panel + .section--panel { border-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 640; letter-spacing: -0.01em; line-height: 1.12; margin: 0 0 1rem; font-variation-settings: "opsz" 72, "SOFT" 40, "WONK" 0; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); max-width: 22ch; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); max-width: 28ch; }
h3 { font-size: 1.22rem; line-height: 1.3; font-family: var(--sans); font-weight: 750; letter-spacing: -0.015em; }
.head { margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.head h2 { padding-bottom: .9rem; border-bottom: 3px double var(--rule-deep); display: inline-block; }
.eyebrow { font-family: var(--sans); font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-deep); margin: 0 0 1rem; }
.lede { font-size: clamp(1.1rem, 1.9vw, 1.3rem); line-height: 1.6; color: var(--ink-2); margin: .25rem 0 0; }
.measure { max-width: 62ch; }
.note { font-family: var(--sans); font-size: .95rem; color: var(--muted); line-height: 1.6; }
.small { font-weight: 400; color: var(--muted); font-size: .9em; }
.prose { max-width: 66ch; }
.prose p { margin: 0 0 1.1rem; }
.prose li { margin-bottom: .8rem; }
code { font-family: var(--mono); font-size: .9em; background: var(--paper-deep); border: 1px solid var(--rule); border-radius: 4px; padding: .08em .35em; }
pre { overflow-x: auto; padding: 1.25rem 1.4rem; font-size: .92rem; line-height: 1.55; }
pre code { background: none; border: 0; padding: 0; }

/* ---------- buttons ---------- */
.actions { display: flex; flex-wrap: wrap; gap: .9rem 1.25rem; align-items: center; margin-top: 1.9rem; }
.btn { display: inline-block; font-family: var(--sans); font-weight: 700; font-size: 1rem; letter-spacing: .005em;
  background: var(--ink); color: var(--paper); text-decoration: none; border: 1.5px solid var(--ink);
  border-radius: 8px; padding: .8rem 1.5rem; box-shadow: var(--shadow-1); cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease; }
.btn:hover { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-2); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule-deep); box-shadow: none; }
.btn--ghost:hover { background: #fff; color: var(--blue-deep); border-color: var(--blue-deep); transform: translateY(-1px); box-shadow: var(--shadow-1); }
.btn--small { font-size: .88rem; padding: .5rem .95rem; }
.more { font-family: var(--sans); font-weight: 700; font-size: .95rem; text-decoration: none; }
.more:hover { text-decoration: underline; }

/* ---------- THE STAMP (signature element) ---------- */
.tag { display: inline-block; font-family: var(--sans); font-weight: 800; font-size: .72rem;
  letter-spacing: .12em; text-transform: uppercase; line-height: 1;
  padding: .42em .7em .38em; border-radius: 4px; position: relative;
  border: 1.5px solid currentColor; box-shadow: inset 0 0 0 1.5px var(--paper), inset 0 0 0 2.5px currentColor;
  background: #fff; }
.tag--proved      { color: var(--blue-deep); }
.tag--verified    { color: var(--green); }
.tag--open        { color: var(--amber); }
.tag--corrected   { color: var(--amber); }
.tag--unsupported { color: var(--red); }
.tag--refuted     { color: var(--red); }
.tag--stands      { color: var(--green); }
.tag--mixed       { color: var(--amber); }

/* ---------- hero lockup ---------- */
.hero-co { margin: 0; max-width: none; }
.hero-co .co { display: block; font-family: var(--display); font-weight: 900; font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  font-size: clamp(3.4rem, 9vw, 6.5rem); letter-spacing: -0.03em; line-height: .98; }
.hero-co .co .ai { color: var(--blue); }
.hero-co .canon { display: block; font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.35rem, 3.2vw, 2.1rem); letter-spacing: 0; line-height: 1.3; color: var(--ink-2); margin-top: 1.1rem; max-width: 26ch; }

/* ---------- register picker ---------- */
.r5, .rx, .ra { display: none; }
html:has(#reg5:checked)  .r20 { display: none; }
html:has(#reg5:checked)  .r5  { display: revert; }
html:has(#regx:checked)  .r20 { display: none; }
html:has(#regx:checked)  .rx  { display: revert; }
html:has(#rega:checked)  .r20 { display: none; }
html:has(#rega:checked)  .ra  { display: revert; }

.reg-picker { margin: 0; }
.reg-picker legend { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; margin-bottom: 1rem; padding: 0; color: var(--ink); }
.reg-buttons { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1.5px solid var(--ink);
  border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-1); }
.reg-buttons input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.reg-buttons label { display: block; text-align: center; cursor: pointer;
  font-family: var(--sans); font-weight: 800; font-size: clamp(1rem, 1.9vw, 1.3rem); letter-spacing: -0.01em;
  padding: 1.15rem .75rem 1.05rem; color: var(--ink); border-left: 1px solid var(--rule);
  transition: background .12s ease, color .12s ease; }
.reg-buttons label:first-of-type { border-left: 0; }
.reg-buttons label small { display: block; font-weight: 600; font-size: .76rem; letter-spacing: .02em; color: var(--muted); margin-top: .35rem; }
.reg-buttons input:checked + label { background: var(--ink); color: var(--paper); }
.reg-buttons input:checked + label small { color: #B9BFCB; }
.reg-buttons input:focus-visible + label { outline: 3px solid var(--blue); outline-offset: -3px; }
.reg-buttons label:hover { background: var(--blue-wash); color: var(--blue-deep); }
.reg-buttons input:checked + label:hover { background: var(--ink); color: var(--paper); }
@media (max-width: 640px) { .reg-buttons { grid-template-columns: repeat(2, minmax(0,1fr)); } .reg-buttons label:nth-of-type(3) { border-top: 1px solid var(--rule); } .reg-buttons label:nth-of-type(1) { border-top: 0; } .reg-buttons label { border-top: 0; } .reg-buttons label:nth-of-type(n+3) { border-top: 1px solid var(--rule); } }
.reg-mini { margin-left: auto; }
.reg-mini .reg-buttons { display: inline-flex; box-shadow: none; border-color: var(--rule-deep); border-radius: 8px; }
.reg-mini .reg-buttons label { font-size: .78rem; padding: .5rem .7rem .45rem; font-weight: 700; }
.reg-mini .reg-buttons label small { display: none; }
@media (max-width: 980px) { .reg-mini { width: 100%; margin-left: 0; } }

/* ---------- doors ---------- */
.doors { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(1rem, 2.5vw, 1.75rem); list-style: none; padding: 0; margin: 0; }
.door { display: block; border: 1px solid var(--rule); border-radius: var(--radius); background: #fff;
  padding: clamp(1.5rem, 3vw, 2rem); text-decoration: none; color: var(--ink); box-shadow: var(--shadow-1);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
.door:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--blue); color: var(--ink); }
.door .door-title { font-family: var(--sans); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.02em; display: block; margin-bottom: .5rem; }
.door p { font-family: var(--sans); font-size: .98rem; color: var(--ink-2); line-height: 1.55; margin: 0; }
.door .go { display: inline-block; margin-top: .9rem; font-family: var(--sans); font-weight: 700; color: var(--blue-deep); transition: transform .14s ease; }
.door:hover .go { color: var(--blue); transform: translateX(3px); }
.door--plain { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.9rem 1.7rem; }
.door--plain .door-title { margin-bottom: 0; font-size: clamp(1.2rem, 2.1vw, 1.55rem); }
.door--plain .go { margin-top: 0; font-size: 1.5rem; }
@media (max-width: 820px) { .doors { grid-template-columns: 1fr; } }

/* ---------- tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.5rem; list-style: none; padding: 0; margin: 0; }
.tile { border: 1px solid var(--rule); border-radius: var(--radius); background: #fff; padding: 1.75rem; box-shadow: var(--shadow-1); }
.tile h3 { margin-bottom: .6rem; }
.tile p { font-family: var(--sans); font-size: .97rem; color: var(--ink-2); margin: 0 0 1rem; }
@media (max-width: 820px) { .tiles { grid-template-columns: 1fr; } }

/* ---------- tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.25rem; list-style: none; padding: 0; margin: 0; align-items: stretch; }
.tier { border: 1px solid var(--rule); border-radius: var(--radius); background: #fff; padding: 1.6rem 1.5rem; box-shadow: var(--shadow-1); display: flex; flex-direction: column; }
.tier--lead { border: 2px solid var(--ink); box-shadow: var(--shadow-2); position: relative; }
.tier--lead::before { content: "Most chosen"; position: absolute; top: -0.78rem; left: 1.25rem; background: var(--ink); color: var(--paper);
  font-family: var(--sans); font-weight: 800; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; padding: .34em .7em; border-radius: 4px; }
.tier .who { font-family: var(--sans); font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.tier h3 { font-size: 1.18rem; margin-bottom: .15rem; }
.tier .name { font-family: var(--serif); font-style: italic; color: var(--muted); font-size: .98rem; margin-bottom: 1rem; }
.tier .price { font-family: var(--display); font-weight: 750; font-variation-settings: "opsz" 96; font-size: 2.5rem; letter-spacing: -0.02em; line-height: 1; }
.tier .per { font-family: var(--sans); font-size: .88rem; color: var(--muted); margin: .45rem 0 1rem; }
.tier .does { font-family: var(--sans); font-size: .95rem; color: var(--ink-2); line-height: 1.55; margin: 0 0 1.1rem; }
.tier ul { list-style: none; padding: 0; margin: 0 0 1.4rem; font-family: var(--sans); font-size: .93rem; color: var(--ink-2); }
.tier ul li { padding: .5rem 0 .5rem 1.4rem; position: relative; border-top: 1px solid var(--rule); }
.tier ul li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.tier .btn { margin-top: auto; text-align: center; }
@media (max-width: 1020px) { .tiers { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px) { .tiers { grid-template-columns: 1fr; } }

/* ---------- steps ---------- */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2rem; }
.steps li { counter-increment: step; padding-top: 1.1rem; border-top: 3px double var(--rule-deep); }
.steps li::before { content: counter(step, decimal-leading-zero); font-family: var(--display); font-weight: 750; font-variation-settings: "opsz" 96;
  font-size: 1.9rem; color: var(--blue); display: block; margin-bottom: .5rem; }
.steps h3 { margin-bottom: .5rem; }
.steps p { font-family: var(--sans); font-size: .97rem; color: var(--ink-2); margin: 0; line-height: 1.6; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------- kv ---------- */
.kv { display: grid; grid-template-columns: minmax(11rem, 16rem) 1fr; gap: 0; margin: 0; border-top: 1px solid var(--rule-deep); }
.kv dt { font-family: var(--sans); font-weight: 750; font-size: 1rem; padding: 1.1rem 1.5rem 1.1rem 0; border-bottom: 1px solid var(--rule); }
.kv dd { margin: 0; padding: 1.1rem 0; border-bottom: 1px solid var(--rule); color: var(--ink-2); font-size: 1rem; line-height: 1.65; }
@media (max-width: 700px) { .kv { grid-template-columns: 1fr; } .kv dt { border-bottom: 0; padding-bottom: .15rem; } .kv dd { padding-top: .15rem; } }

/* ---------- report excerpt ---------- */
.report { border: 1px solid var(--rule-deep); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-2); overflow: hidden; max-width: 56rem; }
.report-head { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-family: var(--sans); font-size: .88rem;
  color: var(--ink-2); background: var(--paper-deep); border-bottom: 1px solid var(--rule); padding: .85rem 1.5rem; }
.claim { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1.25rem; padding: 1.35rem 1.5rem; border-top: 1px solid var(--rule); align-items: start; }
.claim:first-of-type { border-top: 0; }
.claim .what { margin: 0; font-size: 1rem; }
.claim .what q { font-style: italic; }
.claim .why { display: block; font-family: var(--sans); font-size: .92rem; color: var(--muted); margin-top: .45rem; line-height: 1.55; }
@media (max-width: 640px) { .claim { grid-template-columns: 1fr; gap: .6rem; } }

/* ---------- vocab strip ---------- */
.vocab { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1.4rem; padding: 0; margin: 1.5rem 0 0; }
.vocab li { border-top: 1px solid var(--rule-deep); padding-top: 1rem; }
.vocab .gloss { font-family: var(--sans); font-size: .9rem; color: var(--ink-2); margin: .6rem 0 0; line-height: 1.55; }
@media (max-width: 900px) { .vocab { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ---------- instruments ---------- */
.instruments { list-style: none; padding: 0; margin: 0; }
.instrument { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) auto; gap: 1.5rem 2.5rem; align-items: start;
  padding: 1.9rem 0; border-top: 1px solid var(--rule); }
.instrument:first-child { border-top: 0; }
.instrument h3 { margin: 0 0 .4rem; font-family: var(--display); font-weight: 680; font-size: 1.45rem; letter-spacing: -0.01em; }
.instrument h3 a { color: var(--ink); text-decoration: none; }
.instrument h3 a:hover { color: var(--blue-deep); text-decoration: underline; text-decoration-thickness: 2px; }
.plainline { margin: 0; color: var(--ink-2); font-size: 1.02rem; }
.preciseline { margin: 0; font-family: var(--sans); font-size: .93rem; color: var(--muted); line-height: 1.6; }
.instrument .status { display: flex; flex-direction: column; gap: .5rem; align-items: flex-end; text-align: right; min-width: 12rem; }
.instrument .status .note { font-size: .85rem; }
@media (max-width: 900px) { .instrument { grid-template-columns: 1fr; } .instrument .status { align-items: flex-start; text-align: left; min-width: 0; } }

/* ---------- ledger list ---------- */
.ledger { list-style: none; padding: 0; margin: 0; }
.ledger > li { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1.25rem; padding: 1.4rem 0; border-top: 1px solid var(--rule); align-items: start; }
.ledger > li:first-child { border-top: 0; }
.ledger .title { font-family: var(--sans); font-weight: 750; font-size: 1.05rem; margin: 0 0 .35rem; }
.ledger .body { margin: 0; font-family: var(--sans); font-size: .96rem; color: var(--ink-2); line-height: 1.6; }
.ledger s { color: var(--muted); }
@media (max-width: 640px) { .ledger > li { grid-template-columns: 1fr; gap: .6rem; } }

/* ---------- faq ---------- */
.faq details { border-top: 1px solid var(--rule); padding: .35rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; font-family: var(--sans); font-weight: 700; font-size: 1.02rem; padding: .85rem 2rem .85rem 0; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 1.4rem; color: var(--blue-deep); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 1.1rem; color: var(--ink-2); font-size: 1rem; max-width: 60ch; }

/* ---------- forms ---------- */
.form { max-width: 46rem; }
.field { margin-bottom: 1.5rem; }
.field label, .label { display: block; font-family: var(--sans); font-weight: 700; font-size: .98rem; margin-bottom: .45rem; }
.field input[type="email"], .field input[type="text"], .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: #fff; border: 1px solid var(--rule-deep); border-radius: 8px; padding: .8rem .95rem; box-shadow: inset 0 1px 2px rgba(23,26,33,.04); }
.field input:focus, .field textarea:focus { outline: 3px solid var(--blue); outline-offset: 0; border-color: var(--blue); }
.field input[type="file"] { font-family: var(--sans); font-size: .95rem; }
.hint { font-family: var(--sans); font-size: .86rem; color: var(--muted); margin: .45rem 0 0; }
.choices { display: grid; gap: .6rem; }
.choice { display: flex; gap: .8rem; align-items: flex-start; background: #fff; border: 1px solid var(--rule); border-radius: 8px;
  padding: .9rem 1rem; cursor: pointer; font-family: var(--sans); transition: border-color .12s ease, box-shadow .12s ease; }
.choice:hover { border-color: var(--blue); box-shadow: var(--shadow-1); }
.choice:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice input { margin-top: .3rem; accent-color: var(--blue-deep); }
.choice .t { font-weight: 700; font-size: .98rem; }
.choice .d { font-size: .9rem; color: var(--muted); }

/* ---------- agent blocks ---------- */
pre.agent-block, .ra pre { background: var(--ink); color: #E9ECF3; border-radius: var(--radius); box-shadow: var(--shadow-1); }
.agent-block { font-family: var(--mono); }

/* ---------- twice (two columns) ---------- */
.twice { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.twice ul { list-style: none; padding: 0; margin: 0; }
.twice li { padding: .9rem 0; border-top: 1px solid var(--rule); font-size: .98rem; }
@media (max-width: 820px) { .twice { grid-template-columns: 1fr; } }

/* ---------- status line ---------- */
.status-line { display: inline-flex; gap: .7rem; align-items: baseline; font-family: var(--sans); font-size: .92rem; color: var(--ink-2); }
.status-line .tag { flex: none; transform: rotate(-1.2deg); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #C9CEDA; margin-top: clamp(3rem, 7vw, 5rem); }
.site-footer .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-top: clamp(3rem, 6vw, 4.5rem); padding-bottom: 2rem; }
.site-footer .wordmark { color: var(--paper); }
.site-footer .wordmark .dot { box-shadow: 0 0 0 3px rgba(36,67,196,.35); }
.site-footer .solon { font-size: .95rem; line-height: 1.65; color: #A9AFBE; max-width: 34ch; }
.site-footer h4 { font-family: var(--sans); font-weight: 800; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #8B93A6; margin: .3rem 0 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a { color: #DDE1EA; text-decoration: none; font-family: var(--sans); font-size: .95rem; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .colophon { grid-column: 1 / -1; border-top: 1px solid #2A2F3B; padding-top: 1.5rem; display: flex; flex-direction: column; gap: .9rem;
  font-family: var(--sans); font-size: .88rem; color: #8B93A6; }
.site-footer .colophon a { font-size: inherit; color: #C9CEDA; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .status-line { color: #A9AFBE; }
.site-footer .status-line .tag { background: transparent; box-shadow: inset 0 0 0 1.5px var(--ink), inset 0 0 0 2.5px currentColor; }
@media (max-width: 900px) { .site-footer .wrap { grid-template-columns: 1fr 1fr; } .site-footer .brand { grid-column: 1 / -1; } }

/* ---------- print ---------- */
@media print { .site-header, .reg-picker, .actions, .site-footer { display: none; } body { background: #fff; } }

/* equal-height doors; ink overscroll */
html { background: var(--ink); }
body { min-height: 100vh; }
.doors > li { display: flex; }
.doors .door { flex: 1; }
.door--plain .door-title { max-width: 16ch; }
