/* ==========================================================================
   Semblance — site stylesheet
   Visual language: "Signed in Light." A prestige-film title sequence for
   likeness rights: near-black stage, razor-cut serif display, hairline
   rules, ledger monospace, one luminous accent — a signature of light.
   Dark is the canonical brand theme; light is the gallery print of the
   same work (ink-viridian strokes on porcelain).
   Accent dosage rule: the mint never fills, never gradients, never
   headlines — except the single italic word. Champagne (--seal) is for
   ledger details and stamps only.
   ========================================================================== */

/* ---------- fonts (self-hosted, OFL) ---------- */

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/instrument-sans-normal.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/instrument-sans-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spline Sans Mono";
  src: url("fonts/spline-sans-mono-normal.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spline Sans Mono";
  src: url("fonts/spline-sans-mono-italic.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- tokens ---------- */
/* Dark = default (the black stage). prefers-color-scheme and the manual
   toggle both map to the light "gallery print". */

:root {
  --bg: #0A0A0C;
  --bg-2: #101014;
  --bg-3: #16161B;
  --card: #131318;
  --tx: #F2F1EC;
  --tx-2: #A7A7AF;
  --line: rgba(242, 241, 236, 0.10);
  --line-soft: rgba(242, 241, 236, 0.06);
  --line-strong: rgba(242, 241, 236, 0.24);
  --acc: #7DE0AE;             /* luminous mint — links, status, the one italic word */
  --acc-2: #A3EBC7;
  --acc-ink: #0A0A0C;         /* text on accent */
  --acc-dim: rgba(125, 224, 174, 0.14);
  --seal: #C9B67E;            /* champagne — stamps, serials, ledger accents */
  --seal-decor: #C9B67E;
  --good: #7DE0AE;
  --bad: #E58273;
  --glow: rgba(125, 224, 174, 0.07);
  --field-line: rgba(242, 241, 236, 0.40);  /* input underlines + control borders: 3:1 non-text */
  --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23A7A7AF' stroke-width='1.5'/%3E%3C/svg%3E");
  --btn-bg: #F2F1EC;          /* primary button: solid warm white on the stage */
  --btn-tx: #0A0A0C;
  --edge: rgba(242, 241, 236, 0.35);   /* top-edge light catch on cards */
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 30px 80px -20px rgba(0, 0, 0, 0.55);
  --header-bg: rgba(10, 10, 12, 0.82);

  /* the terminal stays dark in both themes */
  --code-bg: #0E0E12;
  --code-tx: #E9E8E3;
  --code-tx-2: #83838C;
  --code-acc: #7DE0AE;
  --code-lit: #C9B67E;
  --code-line: rgba(242, 241, 236, 0.12);

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Instrument Sans", "Helvetica Neue", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "Spline Sans Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --fs-item: 1.0625rem;
  --w-page: 1160px;
  --w-prose: 64ch;
  color-scheme: dark;
}

@media (prefers-color-scheme: light) {
  :root {
    --bg: #F5F4F0;
    --bg-2: #EDECE7;
    --bg-3: #E5E4DE;
    --card: #FBFAF7;
    --tx: #141416;
    --tx-2: #54545C;
    --line: rgba(20, 20, 22, 0.12);
    --line-soft: rgba(20, 20, 22, 0.07);
    --line-strong: rgba(20, 20, 22, 0.30);
    --acc: #0E6B4A;
    --acc-2: #0A5A3D;
    --acc-ink: #F5F4F0;
    --acc-dim: rgba(14, 107, 74, 0.10);
    --seal: #77622F;          /* champagne as TEXT: AA on porcelain */
    --seal-decor: #8A733C;    /* champagne as decoration: hairlines, stamps’ warmth */
    --good: #0E6B4A;
    --bad: #A3332C;
    --glow: rgba(14, 107, 74, 0.05);
    --btn-bg: #141416;
    --btn-tx: #F5F4F0;
    --edge: rgba(255, 255, 255, 0.9);
    --shadow: 0 1px 2px rgba(20, 20, 22, 0.06), 0 24px 60px -24px rgba(20, 20, 22, 0.18);
    --header-bg: rgba(245, 244, 240, 0.85);
    --field-line: rgba(20, 20, 22, 0.50);
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2354545C' stroke-width='1.5'/%3E%3C/svg%3E");
    color-scheme: light;
  }
}

:root[data-theme="dark"] {
  --bg: #0A0A0C; --bg-2: #101014; --bg-3: #16161B; --card: #131318;
  --tx: #F2F1EC; --tx-2: #A7A7AF;
  --line: rgba(242, 241, 236, 0.10); --line-soft: rgba(242, 241, 236, 0.06); --line-strong: rgba(242, 241, 236, 0.24);
  --acc: #7DE0AE; --acc-2: #A3EBC7; --acc-ink: #0A0A0C; --acc-dim: rgba(125, 224, 174, 0.14);
  --seal: #C9B67E; --seal-decor: #C9B67E; --good: #7DE0AE; --bad: #E58273;
  --glow: rgba(125, 224, 174, 0.07);
  --btn-bg: #F2F1EC; --btn-tx: #0A0A0C;
  --edge: rgba(242, 241, 236, 0.35);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 30px 80px -20px rgba(0, 0, 0, 0.55);
  --header-bg: rgba(10, 10, 12, 0.82);
  --field-line: rgba(242, 241, 236, 0.40);
  --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23A7A7AF' stroke-width='1.5'/%3E%3C/svg%3E");
  color-scheme: dark;
}

:root[data-theme="light"] {
  --bg: #F5F4F0; --bg-2: #EDECE7; --bg-3: #E5E4DE; --card: #FBFAF7;
  --tx: #141416; --tx-2: #54545C;
  --line: rgba(20, 20, 22, 0.12); --line-soft: rgba(20, 20, 22, 0.07); --line-strong: rgba(20, 20, 22, 0.30);
  --acc: #0E6B4A; --acc-2: #0A5A3D; --acc-ink: #F5F4F0; --acc-dim: rgba(14, 107, 74, 0.10);
  --seal: #77622F; --seal-decor: #8A733C; --good: #0E6B4A; --bad: #A3332C;
  --glow: rgba(14, 107, 74, 0.05);
  --btn-bg: #141416; --btn-tx: #F5F4F0;
  --edge: rgba(255, 255, 255, 0.9);
  --shadow: 0 1px 2px rgba(20, 20, 22, 0.06), 0 24px 60px -24px rgba(20, 20, 22, 0.18);
  --header-bg: rgba(245, 244, 240, 0.85);
  --field-line: rgba(20, 20, 22, 0.50);
  --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2354545C' stroke-width='1.5'/%3E%3C/svg%3E");
  color-scheme: light;
}

/* ---------- base ---------- */

* { box-sizing: border-box; margin: 0; padding: 0; }
dialog { margin: auto; } /* the reset above must not kill UA dialog centering */
[hidden] { display: none !important; } /* author display rules must not beat hidden */

html { scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--tx);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--acc); color: var(--acc-ink); }

a { color: var(--acc); text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color 0.2s var(--ease); }
a:hover { color: var(--acc-2); }

:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; border-radius: 1px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--acc); color: var(--acc-ink); padding: 0.5rem 1rem; font-family: var(--font-mono);
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- type roles ---------- */

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--tx-2);
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.eyebrow::before { content: ""; height: 1px; width: 1.5rem; background: var(--line-strong); flex-shrink: 0; }
.eyebrow-seal { color: var(--seal); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-optical-sizing: auto;
  text-wrap: balance;
  line-height: 1.06;
}

.display {
  font-size: clamp(3.2rem, 7.5vw, 6.4rem);
  line-height: 0.99;
  letter-spacing: -0.025em;
}
.display-sm { font-size: clamp(2.5rem, 5.4vw, 4.3rem); line-height: 1.02; letter-spacing: -0.022em; }
.display em, .display-sm em, h2 em { font-style: italic; font-weight: 380; color: var(--acc); }

h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); letter-spacing: -0.018em; margin: 1rem 0 1.2rem; }
h3 { font-size: 1.35rem; font-weight: 500; margin-bottom: 0.5rem; }

.lede { font-size: clamp(1.1rem, 1.7vw, 1.1875rem); line-height: 1.62; color: var(--tx-2); max-width: var(--w-prose); text-wrap: pretty; }

p { max-width: var(--w-prose); }
.muted { color: var(--tx-2); }

.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

/* ---------- layout ---------- */

.wrap { max-width: var(--w-page); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

.section { padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.section + .section { border-top: 1px solid var(--line-soft); }
.section-head { max-width: 50rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head h1 { margin-bottom: 1.3rem; }

.cols { display: grid; gap: clamp(2rem, 4vw, 4rem); }
@media (min-width: 860px) {
  .cols-2 { grid-template-columns: 1fr 1fr; }
  .cols-3 { grid-template-columns: repeat(3, 1fr); }
}

/* interior page heads carry the light stroke too */
.page-head { position: relative; overflow: hidden; }
.page-canvas { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: min(100%, 32rem); display: block; pointer-events: none; }
.page-head .wrap { position: relative; }

/* ---------- header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease);
}
.site-header.scrolled {
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  min-height: 4rem; row-gap: 0;
}
.wordmark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: 1.45rem;
  letter-spacing: 0.005em;
  color: var(--tx);
  text-decoration: none;
  display: flex; align-items: baseline; gap: 0.7rem;
}
.wordmark .reg {
  font-family: var(--font-mono); font-style: normal; font-weight: 500;
  font-size: 0.6rem; letter-spacing: 0.22em;
  color: var(--seal); text-transform: uppercase; border: 1px solid var(--seal-decor);
  padding: 0.15rem 0.45rem; border-radius: 2px; translate: 0 -3px;
}
.site-nav { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a:not(.btn) {
  font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; text-decoration: none; color: var(--tx-2);
  transition: color 0.2s var(--ease);
}
.site-nav a:not(.btn):hover, .site-nav a[aria-current="page"]:not(.btn) { color: var(--tx); }
.site-nav a[aria-current="page"]:not(.btn) { color: var(--acc); }
@media (max-width: 720px) {
  .site-header .wrap { padding-block: 0.6rem; min-height: 0; row-gap: 0.4rem; gap: 1rem; }
  /* when the nav wraps to its own row, put it back on the page grid */
  .site-nav { gap: 0.9rem; width: 100%; margin-left: 0; justify-content: space-between; }
}
@media (max-width: 480px) {
  .wordmark .reg { display: none; }
}
@media (max-width: 540px) {
  .wordmark { font-size: 1.3rem; }
  .site-nav { gap: 0.8rem; }
  .site-nav a:not(.btn) { font-size: 0.66rem; letter-spacing: 0.13em; }
  .theme-toggle { width: 1.8rem; height: 1.8rem; }
  .btn.btn-sm { padding: 0.5rem 0.8rem; font-size: 0.62rem; letter-spacing: 0.14em; }
}

.theme-toggle {
  appearance: none; border: 1px solid var(--field-line); background: transparent; color: var(--tx-2);
  width: 2rem; height: 2rem; border-radius: 50%; cursor: pointer; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.theme-toggle svg { width: 14px; height: 14px; display: block; }
.theme-toggle:hover { color: var(--acc); border-color: var(--acc); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
  padding: 0.9rem 1.7rem; border-radius: 2px; border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease),
              border-color 0.2s var(--ease), translate 0.2s var(--ease),
              box-shadow 0.2s var(--ease);
}
.btn-primary { background: var(--btn-bg); color: var(--btn-tx); }
.btn-primary:hover {
  background: var(--btn-bg); color: var(--btn-tx);
  translate: 0 -1px;
  box-shadow: 0 0 0 1px var(--line-strong), 0 10px 34px -10px var(--glow), 0 8px 24px -12px rgba(0, 0, 0, 0.5);
}
.btn-primary:active { translate: 0 0; }
.btn-ghost { border-color: var(--field-line); color: var(--tx); background: transparent; }
.btn-ghost:hover { border-color: var(--acc); color: var(--acc); }
.btn.btn-sm { padding: 0.55rem 1.05rem; font-size: 0.6875rem; }

/* ---------- hero: the black stage ---------- */

.hero {
  position: relative; overflow: hidden;
  display: grid; align-items: center;
  min-height: min(86svh, 56rem);
  padding-block: clamp(4rem, 8vw, 6rem) clamp(2.75rem, 5vw, 4rem);
}
.hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block; pointer-events: none;
}
/* no-JS / pre-JS: the stage is still lit */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(58% 42% at 68% 56%, var(--glow), transparent 70%);
}
.hero .wrap { position: relative; display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); width: 100%; }
@media (min-width: 980px) {
  .hero .wrap { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: center; }
}
.hero-copy .lede { margin-top: 1.4rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }

/* credits-sequence entrance: each headline line rises out of a mask.
   Bottom padding leaves room for italic descenders (Fraunces y swash);
   negative margin gives the rhythm back. */
.hl { display: block; overflow: hidden; padding-block: 0.06em 0.3em; margin-block-end: -0.3em; }
.hl-inner { display: block; }
html.js .hl-inner {
  translate: 0 135%;
  transition: translate 0.95s var(--ease);
}
html.js .hl:nth-child(2) .hl-inner { transition-delay: 0.12s; }
html.js .hl:nth-child(3) .hl-inner { transition-delay: 0.26s; }
html.js.boot .hl-inner { translate: 0 0; }
html.js .hero-copy .eyebrow, html.js .hero-copy .lede, html.js .hero-ctas, html.js .hero-cert {
  opacity: 0; translate: 0 14px;
  transition: opacity 0.8s var(--ease), translate 0.8s var(--ease);
}
html.js .hero-copy .eyebrow { transition-delay: 0.05s; }
html.js .hero-copy .lede { transition-delay: 0.4s; }
html.js .hero-ctas { transition-delay: 0.5s; }
html.js .hero-cert { transition-delay: 0.55s; }
html.js.boot .hero-copy .eyebrow, html.js.boot .hero-copy .lede,
html.js.boot .hero-ctas, html.js.boot .hero-cert { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  html.js .hl-inner, html.js .hero-copy .eyebrow, html.js .hero-copy .lede,
  html.js .hero-ctas, html.js .hero-cert { translate: 0 0; opacity: 1; transition: none; }
}
html.js.nofx .hl-inner, html.js.nofx .hero-copy .eyebrow, html.js.nofx .hero-copy .lede,
html.js.nofx .hero-ctas, html.js.nofx .hero-cert {
  translate: 0 0 !important; opacity: 1 !important; transition: none !important;
}

/* gallery wall label — the hairline that closes the hero */
.wall-label {
  position: relative;
  grid-column: 1 / -1;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 2rem;
  font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--tx-2);
}
.wall-label .mark { color: var(--seal); flex-shrink: 0; }
@media (max-width: 720px) { .wall-label { flex-direction: column; gap: 0.4rem; } }

/* ---------- certificate — the credential ---------- */

.certificate {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: var(--shadow);
  padding: 1.6rem 1.7rem 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
  max-width: min(27rem, 100%);
  display: flex; flex-direction: column;  /* footers align across equal-height card grids */
}
.cert-rows { flex: 1; }
/* top edge caught by the light */
.certificate::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--edge), transparent 65%);
  pointer-events: none;
}
/* one-time sheen sweep — fresh from the printer */
.certificate::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 42%, rgba(242, 241, 236, 0.05) 50%, transparent 58%);
  background-size: 260% 100%;
  background-position: 130% 0;
}
html.js:not(.nofx) .hero .certificate::after,
html.js:not(.nofx) .verify-result .certificate::after {
  animation: sheen 1.6s var(--ease) 1.1s 1 both;
}
@keyframes sheen {
  from { background-position: 130% 0; }
  to { background-position: -130% 0; }
}
.cert-head {
  display: flex; justify-content: space-between; align-items: baseline;
  letter-spacing: 0.22em; font-size: 0.64rem; font-weight: 500; text-transform: uppercase;
  color: var(--tx-2); padding-bottom: 0.95rem; border-bottom: 1px solid var(--line);
}
.cert-head .specimen {
  color: var(--seal); border: 1px solid currentColor; padding: 0.12rem 0.5rem;
  border-radius: 2px; transform: rotate(-2deg); font-weight: 500;
}
.cert-rows { list-style: none; padding-block: 0.95rem; display: grid; gap: 0.6rem; }
.cert-rows li { display: flex; justify-content: space-between; gap: 1rem; }
.cert-rows .k { color: var(--tx-2); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; flex-shrink: 0; padding-top: 0.15em; }
.cert-rows .v { text-align: right; overflow-wrap: anywhere; }
.cert-status { color: var(--good); }
.cert-status::before {
  content: "●"; font-size: 0.6em; margin-right: 0.4em; vertical-align: 0.2em;
  text-shadow: 0 0 8px var(--acc-dim), 0 0 3px var(--acc-dim);
}
.cert-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding-top: 0.95rem; border-top: 1px solid var(--line);
  font-size: 0.68rem; color: var(--tx-2);
}
.cert-foot canvas { display: block; flex-shrink: 0; }

/* ---------- steps (true sequences) ---------- */

.steps { list-style: none; counter-reset: step; display: grid; gap: 1.6rem; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono); font-size: 0.78rem; color: var(--seal);
  border-top: 1px solid var(--line-strong); padding-top: 0.4rem; height: fit-content;
}
.steps h3 { font-size: var(--fs-item); font-family: var(--font-body); font-weight: 600; font-variation-settings: normal; }
.steps p { font-size: 0.95rem; color: var(--tx-2); }

/* ---------- tenets — the showpiece list ---------- */

.tenets { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line); }
.tenets li { padding: 1.7rem 0 1.6rem; border-bottom: 1px solid var(--line-soft); display: grid; gap: 0.45rem; }
.tenets h3 {
  font-family: var(--font-display); font-style: italic; font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem); line-height: 1.15; letter-spacing: -0.01em;
  display: flex; align-items: flex-start; gap: 1rem; margin: 0;
}
/* dash locks to the first line's optical center even when the heading wraps */
.tenets h3::before { content: ""; width: 1.6rem; height: 1px; background: var(--seal-decor); flex-shrink: 0; opacity: 0.85; margin-top: 0.62em; }
.tenets p { font-size: 0.97rem; color: var(--tx-2); padding-left: calc(1.6rem + 1rem); }
@media (max-width: 640px) {
  .tenets h3 { gap: 0.7rem; }
  .tenets h3::before { width: 1rem; }
  .tenets p { padding-left: 0; }
}

/* ---------- feature grid — ruled, not boxed ---------- */

.feature-grid { display: grid; gap: 1px; background: var(--line-soft); border-block: 1px solid var(--line-soft); }
@media (min-width: 720px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
.feature-grid > div { background: var(--bg); padding: 2.1rem 2rem 2rem 0; transition: background 0.3s var(--ease), padding 0.3s var(--ease); }
@media (min-width: 720px) { .feature-grid > div { padding: 2.1rem 2rem 2rem 1.6rem; } }
@media (max-width: 719px) { .feature-grid > div { padding-left: 0; } }
.feature-grid > div:hover { background: var(--bg-2); }
.feature-grid h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; margin-bottom: 0.45rem; }
.feature-grid p { font-size: 0.94rem; color: var(--tx-2); }
.feature-grid .mono-tag {
  font-family: var(--font-mono); font-size: 0.66rem; font-weight: 500; color: var(--acc);
  letter-spacing: 0.2em; display: block; margin-bottom: 0.9rem; text-transform: uppercase;
}

/* ---------- founder ---------- */

.founder { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 780px) { .founder { grid-template-columns: minmax(0, 20rem) 1fr; } }

.founder-portrait { margin: 0; position: relative; max-width: 20rem; }
.founder-portrait img {
  display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover;
  background: var(--bg-2); border: 1px solid var(--line);
  /* the "signed in light" catch: a hairline top edge + a low champagne floor */
  box-shadow: inset 0 1px 0 var(--edge), var(--shadow);
  filter: grayscale(0.12) contrast(1.02);
}
.founder-portrait figcaption {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  margin-top: 1rem; padding-top: 0.85rem; border-top: 1px solid var(--line);
}
.founder-name { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; color: var(--tx); }
.founder-role {
  font-family: var(--font-mono); font-size: 0.66rem; font-weight: 500; color: var(--seal);
  letter-spacing: 0.2em; text-transform: uppercase;
}

.founder-bio { max-width: var(--w-prose); }
.founder-bio > p + p { margin-top: 1.05rem; }
.founder-bio .lede { color: var(--tx); }
.founder-bio p:not(.lede) { color: var(--tx-2); font-size: var(--fs-item); line-height: 1.62; }
.founder-close {
  margin-top: 1.5rem !important; padding-left: 1.1rem; border-left: 2px solid var(--acc);
  font-family: var(--font-display); font-size: 1.05rem; font-style: italic; color: var(--tx) !important;
  text-wrap: pretty;
}

/* ---------- team ---------- */

.team { margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line); }
.team-head { margin-bottom: 1.6rem; }
.team-head h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin-bottom: 0.5rem; }
.team-head .muted { font-size: 0.95rem; max-width: 44rem; }
.team-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
@media (min-width: 720px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.team-card {
  display: flex; align-items: center; gap: 1rem; background: var(--bg); padding: 1.3rem 1.4rem;
  transition: background 0.3s var(--ease);
}
.team-card:hover { background: var(--bg-2); }
.team-seal { flex-shrink: 0; opacity: 0.85; }
.team-meta { display: grid; gap: 0.2rem; min-width: 0; flex: 1; }
.team-role { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; color: var(--tx); }
.team-note { font-size: 0.7rem; color: var(--tx-2); letter-spacing: 0.03em; }
.team-tag {
  flex-shrink: 0; align-self: flex-start; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--acc); border: 1px solid var(--acc-dim); border-radius: 100px; padding: 0.2rem 0.55rem;
}

/* ---------- the rights vault ---------- */

.vault-access { max-width: 30rem; }
.vault-access .waitlist-form { display: grid; gap: 1.3rem; }

.vault-main { max-width: 46rem; }
.vault-bar {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding-bottom: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1.6rem;
}
.vault-bar .mono-tag { margin-bottom: 0.3rem; }
.vault-ref-label { font-size: 1.05rem; color: var(--tx); display: block; }
.vault-bar-right { display: flex; align-items: center; gap: 1.1rem; }
.vault-bar-right .mono { font-size: 0.78rem; }

.dropzone {
  border: 1px dashed var(--field-line); border-radius: 2px; padding: 2.4rem 1.6rem;
  text-align: center; cursor: pointer; transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}
.dropzone:hover, .dropzone:focus-visible { border-color: var(--acc); }
.dropzone.drag { border-color: var(--acc); background: var(--acc-dim); }
.dropzone .dz-title { font-family: var(--font-display); font-size: 1.15rem; color: var(--tx); }
.dropzone .dz-browse { color: var(--acc); text-decoration: underline; text-underline-offset: 3px; }
.dropzone .dz-hint { font-size: 0.72rem; color: var(--tx-2); margin-top: 0.55rem; letter-spacing: 0.06em; }

.vault-guidance { margin-top: 1.4rem; }
.vault-guidance p { font-size: 0.92rem; color: var(--tx-2); line-height: 1.62; }
.vault-guidance strong { color: var(--tx); font-weight: 600; }

.vault-consent { display: grid; grid-template-columns: auto 1fr; gap: 0.7rem; align-items: start; margin-top: 1.4rem; }
.vault-consent input { margin-top: 0.28rem; accent-color: var(--acc); }
.vault-consent label { font-size: 0.92rem; color: var(--tx-2); line-height: 1.55; }
.vault-consent.needs-attention label { color: var(--bad); }

.upload-queue { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 0.4rem; }
.upload-queue li {
  display: flex; justify-content: space-between; gap: 1rem; align-items: baseline;
  font-size: 0.88rem; padding: 0.45rem 0; border-bottom: 1px solid var(--line-soft);
}
.upload-queue .q-name { color: var(--tx); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-queue .q-state { font-size: 0.72rem; color: var(--tx-2); flex-shrink: 0; }
.upload-queue .q-ok { color: var(--good); }
.upload-queue .q-bad { color: var(--bad); }
.upload-queue .q-dup { color: var(--seal); }

.vault-ledger-head { margin-top: 2.6rem; }
.h3-like { font-family: var(--font-display); font-weight: 500; font-size: 1.35rem; margin-bottom: 0.4rem; }
.vault-ledger-head .muted { font-size: 0.9rem; max-width: 44rem; }

.vault-ledger { list-style: none; margin: 1.3rem 0 0; padding: 0; display: grid; gap: 1px; background: var(--line-soft); }
.vault-item {
  display: grid; grid-template-columns: 4.4rem 1fr auto; gap: 1.1rem; align-items: center;
  background: var(--bg); padding: 0.85rem 0.2rem 0.85rem 0;
}
.vault-item.is-revoked { opacity: 0.55; }
.vault-thumb {
  width: 4.4rem; height: 4.4rem; background: var(--bg-2); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--tx-2); overflow: hidden;
}
.vault-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vault-meta { display: grid; gap: 0.18rem; min-width: 0; }
.vault-name { font-size: 0.95rem; color: var(--tx); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vault-hash { font-size: 0.72rem; color: var(--acc); }
.vault-line { font-size: 0.72rem; }
.vault-revoke.is-armed { border-color: var(--bad); color: var(--bad); }
.vault-empty { margin-top: 1rem; font-size: 0.9rem; }
.consent-msg { margin-top: 0.6rem; grid-column: 1 / -1; }

/* signup receipt — the once-only vault key */
.vault-cta { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.vault-key-row { display: flex; gap: 0.6rem; align-items: center; margin-top: 0.5rem; }
.vault-key {
  font-family: var(--font-mono); font-size: 0.9rem; color: var(--acc);
  background: var(--code-bg); border: 1px solid var(--code-line); border-radius: 2px;
  padding: 0.5rem 0.7rem; overflow-x: auto; white-space: nowrap; flex: 1; user-select: all;
}

/* ---------- the studio ---------- */

.studio-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 900px) { .studio-grid { grid-template-columns: minmax(0, 24rem) 1fr; } }

.compose { display: grid; gap: 1.7rem; }
.compose .field { display: grid; gap: 0.55rem; }
.compose textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--tx); line-height: 1.5;
  background: var(--bg-2); border: 1px solid var(--field-line); border-radius: 2px;
  padding: 0.8rem 0.9rem; width: 100%; resize: vertical; min-height: 6rem;
  transition: border-color 0.2s var(--ease);
}
.compose textarea:focus-visible { outline: none; border-color: var(--acc); }
.compose-hint { font-size: 0.82rem; margin: 0; }

.chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.04em; color: var(--tx-2);
  background: transparent; border: 1px solid var(--line-strong); border-radius: 100px;
  padding: 0.42rem 0.85rem; cursor: pointer; transition: all 0.18s var(--ease); white-space: nowrap;
}
.chip:hover { color: var(--tx); border-color: var(--field-line); }
.chip.is-on { color: var(--acc-ink); background: var(--acc); border-color: var(--acc); }
.chip-compare.is-on { background: var(--seal); border-color: var(--seal); }
.prompt-presets { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chip-preset { text-transform: none; letter-spacing: 0; }

.ref-picker { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(3.6rem, 1fr)); gap: 0.5rem; }
.ref-cell { position: relative; cursor: pointer; border-radius: 2px; overflow: hidden; outline: none; }
.ref-cell-thumb { aspect-ratio: 1; background: var(--bg-2); border: 1px solid var(--line); display: grid; place-items: center; color: var(--tx-2); }
.ref-cell-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ref-cell-tick {
  position: absolute; top: 0.25rem; right: 0.25rem; width: 1.15rem; height: 1.15rem; border-radius: 100px;
  background: var(--acc); color: var(--acc-ink); font-size: 0.7rem; display: grid; place-items: center; opacity: 0;
}
.ref-cell.is-on .ref-cell-tick { opacity: 1; }
.ref-cell:not(.is-on) .ref-cell-thumb { opacity: 0.4; }
.ref-cell:focus-visible .ref-cell-thumb { border-color: var(--acc); }
.ref-empty { grid-column: 1 / -1; font-size: 0.9rem; }

.results-head { margin-bottom: 1.4rem; }
.results-head .muted { font-size: 0.9rem; max-width: 42rem; }
.shot-gallery { display: grid; gap: 2rem; }
.shot-batch { display: grid; gap: 0.8rem; }
.shot-batch-head { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--line-soft); padding-bottom: 0.5rem; }
.shot-prompt { font-family: var(--font-display); font-size: 1rem; color: var(--tx); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shot-meta { font-size: 0.72rem; flex-shrink: 0; }
.shot-row { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr)); }
.shot-batch.is-compare .shot-row { grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); }

.shot-card { margin: 0; display: grid; gap: 0.5rem; }
.shot-frame {
  aspect-ratio: var(--ar, 0.75); background: var(--bg-2); border: 1px solid var(--line);
  display: grid; place-items: center; overflow: hidden; box-shadow: inset 0 1px 0 var(--edge);
}
.shot-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot-fail { font-family: var(--font-mono); font-size: 0.72rem; color: var(--bad); }
.shot-cap { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.shot-badge { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--seal); }
.shot-status { font-size: 0.7rem; }
.shot-dl { font-family: var(--font-mono); font-size: 0.7rem; color: var(--acc); text-decoration: none; border-bottom: 1px solid transparent; }
.shot-dl:hover { border-bottom-color: var(--acc); }

.shot-spin { width: 1.5rem; height: 1.5rem; border-radius: 100px; border: 2px solid var(--line-strong); border-top-color: var(--acc); animation: shot-spin 0.9s linear infinite; }
@keyframes shot-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .shot-spin { animation-duration: 2.4s; } }

/* ---------- code / ledger blocks — the terminal stays dark ---------- */

.codeblock {
  background: var(--code-bg);
  border: 1px solid var(--code-line);
  border-radius: 2px;
  padding: 1.4rem 1.5rem;
  overflow-x: auto;
  scrollbar-width: thin;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--code-tx);
  position: relative;
  box-shadow: var(--shadow);
}
@media (max-width: 540px) {
  .codeblock { font-size: 0.72rem; padding: 1.1rem 1.2rem; }
}
.codeblock::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, rgba(242, 241, 236, 0.28), transparent 60%);
}
.codefig { min-width: 0; }
.code-tab {
  display: inline-block;
  font-family: var(--font-mono); font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--code-tx-2);
  border: 1px solid var(--code-line); border-bottom: none; border-radius: 2px 2px 0 0;
  background: var(--code-bg);
  padding: 0.4rem 0.8rem 0.3rem;
  translate: 0 1px;
}
.codeblock .cm { color: var(--code-tx-2); }
.codeblock .fn { color: var(--code-acc); }
.codeblock .lit { color: var(--code-lit); }

table.ledger { border-collapse: collapse; width: 100%; min-width: 40rem; font-size: 0.85rem; font-family: var(--font-mono); }
.table-scroll { overflow-x: auto; scrollbar-width: thin; }
@media (max-width: 720px) {
  table.ledger { min-width: 34rem; font-size: 0.8rem; }
}
/* clipped-edge affordance: fade the cut edge until scrolled to the end (JS-toggled) */
.scrollable-x:not(.at-end) {
  mask-image: linear-gradient(90deg, #000 calc(100% - 2.75rem), transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 2.75rem), transparent);
}
table.ledger th {
  font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--tx-2); text-align: left;
  padding: 0.7rem 1rem 0.7rem 0; border-bottom: 1px solid var(--line);
}
table.ledger td { padding: 0.85rem 1rem 0.85rem 0; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
table.ledger tbody tr { transition: background 0.2s var(--ease); }
table.ledger tbody tr:hover { background: var(--bg-2); }
table.ledger td:first-child { font-size: 0.8rem; white-space: nowrap; color: var(--acc); }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--line); max-width: 52rem; }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 1.3rem 0; font-weight: 500; font-size: 1.125rem;
  transition: color 0.2s var(--ease);
}
.faq summary:hover { color: var(--acc); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-mono); color: var(--acc); font-size: 1.15rem; flex-shrink: 0;
  transition: rotate 0.3s var(--ease); transform-origin: center;
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 0 1.4rem; color: var(--tx-2); font-size: 0.97rem; }

/* ---------- waitlist form ---------- */

.waitlist-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  display: grid; gap: 2.4rem;
}
.waitlist-panel::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--edge), transparent 65%);
  pointer-events: none;
}
@media (min-width: 900px) { .waitlist-panel { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: start; gap: 3rem; } }
.waitlist-aside { display: grid; gap: 1.4rem; align-content: start; }
.registry-note {
  border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 0.6rem;
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--tx-2); display: flex; align-items: center; gap: 1.1rem; line-height: 1.8;
}
.registry-note canvas { flex-shrink: 0; }

.role-toggle { display: inline-flex; gap: 1.6rem; justify-self: start; border-bottom: 1px solid var(--line); }
.role-toggle label {
  font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.5rem 0.1rem 0.65rem; cursor: pointer; color: var(--tx-2); position: relative;
  transition: color 0.2s var(--ease);
}
.role-toggle label::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--acc); scale: 0 1; transform-origin: left;
  transition: scale 0.3s var(--ease);
}
.role-toggle input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.role-toggle label:hover { color: var(--tx); }
.role-toggle label:has(input:checked) { color: var(--tx); }
.role-toggle label:has(input:checked)::after { scale: 1 1; }
.role-toggle:has(input:focus-visible) { outline: 2px solid var(--acc); outline-offset: 4px; }

.waitlist-form { display: grid; gap: 1.5rem; }
.waitlist-form .field { display: grid; gap: 0.3rem; }
.waitlist-form .field-label {
  font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--tx-2);
}
.waitlist-form input[type="email"], .waitlist-form input[type="text"], .waitlist-form input[type="password"], .waitlist-form select {
  font-family: var(--font-mono); font-size: 1rem; color: var(--tx);
  background: transparent; border: none; border-bottom: 1px solid var(--field-line);
  border-radius: 0; padding: 0.6rem 0.05rem; width: 100%;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
input::placeholder { color: var(--tx-2); opacity: 1; }
.waitlist-form select {
  appearance: none; -webkit-appearance: none;
  background-image: var(--chev);
  background-repeat: no-repeat; background-position: right 0.2rem center;
  padding-right: 1.4rem; cursor: pointer;
}
.waitlist-form select option { background: var(--card); color: var(--tx); }
.waitlist-form input:focus, .waitlist-form select:focus {
  outline: none; border-bottom-color: var(--acc);
  box-shadow: 0 1px 0 0 var(--acc), 0 10px 18px -12px var(--acc-dim);
}
.waitlist-form input:focus-visible, .waitlist-form select:focus-visible { outline: none; }
.waitlist-form input[aria-invalid="true"] { border-bottom-color: var(--bad); }
.form-error { color: var(--bad); font-family: var(--font-mono); font-size: 0.8rem; }
.form-privacy { font-size: 0.78rem; color: var(--tx-2); font-family: var(--font-mono); letter-spacing: 0.02em; line-height: 1.7; }
.waitlist-form .btn { justify-self: start; }

.form-receipt {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.4rem 0.2rem;
  font-family: var(--font-mono); font-size: 0.85rem; line-height: 1.9;
  position: relative;
}
.form-receipt::before {
  content: ""; position: absolute; left: 0; top: -1px; width: 3.5rem; height: 1px; background: var(--acc);
}
.form-receipt .ok { color: var(--good); letter-spacing: 0.08em; }
.form-receipt:focus { outline: 2px solid var(--acc); outline-offset: 6px; }

/* ---------- verify page ---------- */

.verify-box { max-width: 42rem; display: grid; gap: 1.2rem; }
.verify-box .row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-end; }
.verify-box input[type="text"] {
  flex: 1 1 16rem; font-family: var(--font-mono); font-size: 1.05rem; color: var(--tx);
  background: transparent; border: none; border-bottom: 1px solid var(--field-line);
  border-radius: 0; padding: 0.6rem 0.05rem;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.verify-box input[type="text"]:focus {
  outline: none; border-bottom-color: var(--acc);
  box-shadow: 0 1px 0 0 var(--acc), 0 10px 18px -12px var(--acc-dim);
}
.verify-result { margin-top: 1.5rem; }
.verify-result .certificate { max-width: 46rem; }

/* the empty state previews the payoff: a ghosted specimen of what verification returns */
.verify-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 980px) { .verify-grid { grid-template-columns: minmax(0, 11fr) minmax(0, 9fr); } }
.verify-ghost { display: grid; gap: 0.8rem; }
.verify-ghost .certificate { opacity: 0.62; box-shadow: none; }
.verify-ghost figcaption {
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--tx-2);
}
@media (max-width: 979px) { .verify-ghost { display: none; } }
.verify-fail {
  border-block: 1px solid var(--line); position: relative;
  padding: 1.2rem 0.2rem; font-family: var(--font-mono); font-size: 0.85rem; line-height: 1.8;
}
.verify-fail::before { content: ""; position: absolute; left: 0; top: -1px; width: 3.5rem; height: 1px; background: var(--bad); }

/* ---------- catalogue ---------- */

.filter-bar { margin-top: clamp(1.5rem, 3vw, 2.5rem); display: grid; gap: 0.9rem; }
.filter-row { display: flex; align-items: baseline; gap: 1.1rem; flex-wrap: wrap; }
.filter-label {
  font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--tx-2);
  min-width: 3.2rem;
}
.filter-chip {
  appearance: none; background: none; border: none; cursor: pointer;
  font-family: var(--font-mono); font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx-2);
  padding: 0.3rem 0.05rem; position: relative;
  transition: color 0.2s var(--ease);
}
.filter-chip::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--acc); scale: 0 1; transform-origin: left;
  transition: scale 0.25s var(--ease);
}
.filter-chip:hover { color: var(--tx); }
.filter-chip.is-active { color: var(--tx); }
.filter-chip.is-active::after { scale: 1 1; }
.filter-search input[type="search"] {
  font-family: var(--font-mono); font-size: 0.95rem; color: var(--tx);
  background: transparent; border: none; border-bottom: 1px solid var(--field-line);
  border-radius: 0; padding: 0.45rem 0.05rem; width: min(24rem, 100%);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.filter-search input[type="search"]:focus {
  outline: none; border-bottom-color: var(--acc);
  box-shadow: 0 1px 0 0 var(--acc), 0 10px 18px -12px var(--acc-dim);
}
.filter-count {
  font-size: 0.6875rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--tx-2); margin-top: 0.3rem;
}

.catalogue-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr)); grid-auto-flow: dense; }

.listing {
  background: var(--card); border: 1px solid var(--line); border-radius: 2px;
  overflow: hidden; cursor: pointer; position: relative;
  display: flex; flex-direction: column;
  transition: translate 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.listing::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1;
  background: linear-gradient(90deg, var(--edge), transparent 65%); pointer-events: none;
}
.listing:hover { translate: 0 -2px; border-color: var(--line-strong); box-shadow: var(--shadow); }
.listing-mark { display: block; width: 100%; aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line-soft); }
.listing-body { padding: 1.15rem 1.3rem 1rem; flex: 1; }
.listing-stamp {
  display: inline-block; font-family: var(--font-mono); font-size: 0.58rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--seal);
  border: 1px solid var(--seal-decor); border-radius: 2px; padding: 0.14rem 0.45rem;
  margin-bottom: 0.7rem;
}
.listing-name { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin-bottom: 0.25rem; }
.listing-tagline { font-size: 0.92rem; color: var(--tx-2); margin-bottom: 0.85rem; }
.listing-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.85rem; }
.chip {
  font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx-2);
  border: 1px solid var(--line); border-radius: 2px; padding: 0.16rem 0.5rem;
  white-space: nowrap;
}
.chip-seal { color: var(--seal); border-color: var(--seal-decor); }
.listing-meta {
  font-size: 0.68rem; letter-spacing: 0.04em; color: var(--tx-2);
  line-height: 1.8; margin-bottom: 0.9rem; text-transform: lowercase;
}
/* fixed two-line lockup: price anchors, approval always beneath — no jitter */
.listing-price {
  display: grid; gap: 0.25rem;
  font-size: 0.72rem; letter-spacing: 0.06em; font-variant-numeric: tabular-nums;
}
.listing-approval { text-transform: uppercase; font-size: 0.62rem; letter-spacing: 0.14em; color: var(--tx-2); }
.listing-approval::before { content: "●"; font-size: 0.7em; margin-right: 0.45em; vertical-align: 0.15em; }
.listing-approval[data-approval="auto"] { color: var(--acc); }
.listing-reach { font-size: 0.66rem; letter-spacing: 0.05em; color: var(--tx-2); margin: -0.35rem 0 0.9rem; }
.listing-reach strong { color: var(--tx); font-weight: 500; }
.listing-note { margin-top: 0.7rem; font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; }
.listing-note a { color: var(--seal); text-decoration: none; }
.listing-note a:hover { text-decoration: underline; text-underline-offset: 3px; color: var(--seal); }
.listing-foot {
  border-top: 1px solid var(--line-soft); padding: 0.7rem 1.3rem;
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx-2);
}
.listing-open {
  appearance: none; background: none; border: none; cursor: pointer;
  font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--acc);
  padding: 0;
  transition: color 0.2s var(--ease);
}
.listing-open:hover { color: var(--acc-2); text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 860px) {
  .listing.featured { grid-column: span 2; display: grid; grid-template-columns: 5fr 6fr; grid-template-rows: 1fr auto; }
  .listing.featured .listing-mark { grid-row: 1 / -1; height: 100%; aspect-ratio: auto; border-bottom: none; border-right: 1px solid var(--line-soft); }
  .listing.featured .listing-body { grid-column: 2; }
  .listing.featured .listing-foot { grid-column: 2; }
}

.catalogue-empty { padding: 3.5rem 0; color: var(--tx-2); letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.75rem; }

/* ---------- signup wizard ---------- */

.wizard { max-width: 46rem; }
.wizard-role { margin-bottom: 1.6rem; display: grid; gap: 0.5rem; }
.wizard-rail {
  list-style: none; display: flex; gap: clamp(1rem, 3vw, 2.2rem); flex-wrap: wrap;
  border-bottom: 1px solid var(--line); padding-bottom: 0.9rem; margin-bottom: 1.8rem;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
}
.wizard-rail li { color: var(--tx-2); display: flex; align-items: baseline; gap: 0.5rem; position: relative; }
.wizard-rail li.is-active { color: var(--tx); }
.wizard-rail li.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.95rem; height: 2px; background: var(--acc);
}
.wizard-rail li.is-done { color: var(--tx-2); }
.wizard-rail li.is-done .rail-n { color: var(--acc); }
.wizard-rail .rail-n { color: var(--seal); font-size: 0.6rem; }
.wizard-step { border: none; display: grid; gap: 1.3rem; }
.wizard-legend {
  font-family: var(--font-display); font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem); letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}
.field-grid { display: grid; gap: 1.3rem 2rem; }
@media (min-width: 680px) { .field-grid { grid-template-columns: 1fr 1fr; } }
/* handle + follower-count pair on one row under a shared label */
.social-pair {
  display: grid; gap: 0.35rem 0.9rem;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  grid-template-areas: "label label" "handle count";
}
.social-pair .field-label { grid-area: label; }
.social-pair input { min-width: 0; }
.social-pair input:first-of-type { grid-area: handle; }
.social-pair input + input { grid-area: count; }
.check-row { display: flex; gap: 0.6rem 1.6rem; flex-wrap: wrap; padding-top: 0.3rem; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); gap: 0.55rem 1.4rem; }
.check-col { display: grid; gap: 0.8rem; padding-top: 0.3rem; }
.check {
  display: flex; align-items: baseline; gap: 0.65rem;
  font-size: 0.92rem; color: var(--tx); cursor: pointer;
}
.check input[type="checkbox"] {
  accent-color: var(--acc); width: 0.95rem; height: 0.95rem; flex-shrink: 0;
  translate: 0 2px; cursor: pointer;
}
.wizard-note { font-size: 0.68rem; letter-spacing: 0.06em; color: var(--tx-2); line-height: 1.8; max-width: 58ch; }
.wizard-actions { display: flex; gap: 0.9rem; margin-top: 0.5rem; }
.review-list {
  display: grid; grid-template-columns: minmax(9rem, max-content) 1fr; gap: 0.6rem 1.6rem;
  font-family: var(--font-mono); font-size: 0.8rem;
  border-block: 1px solid var(--line); padding-block: 1.1rem; margin-bottom: 0.6rem;
}
.review-list dt { color: var(--tx-2); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; padding-top: 0.15em; }
.review-list dd { margin: 0; overflow-wrap: anywhere; }
.signup-receipt:focus { outline: none; }

/* ---------- news — the registry dispatch ---------- */

.news-list { list-style: none; border-top: 1px solid var(--line); max-width: 68rem; }
.news-list li { border-bottom: 1px solid var(--line-soft); }
.news-entry {
  display: grid; grid-template-columns: 8.5rem 15rem minmax(0, 1fr); gap: 1.6rem;
  padding: 1.8rem 0.2rem; text-decoration: none; color: inherit;
  transition: background 0.25s var(--ease);
}
.news-entry:hover { background: var(--bg-2); }
.news-thumb {
  display: block; border: 1px solid var(--line); border-radius: 2px; overflow: hidden;
  aspect-ratio: 3 / 2; align-self: start;
}
.news-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 820px) {
  .news-entry { grid-template-columns: 1fr; gap: 0.8rem; }
  .news-thumb { max-width: 24rem; order: -1; }
}
.news-date {
  font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--tx-2);
  padding-top: 0.45rem;
}
.news-kicker {
  display: block; font-family: var(--font-mono); font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); margin-bottom: 0.5rem;
}
.news-title {
  font-family: var(--font-display); font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.12; letter-spacing: -0.015em;
  margin: 0 0 0.5rem;
}
.news-entry:hover .news-title { color: var(--acc); }
.news-dek { color: var(--tx-2); font-size: 0.97rem; max-width: 56ch; }
.news-read {
  display: inline-block; margin-top: 0.8rem;
  font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--acc);
}

.article-hero {
  margin-top: clamp(1.8rem, 4vw, 2.8rem);
  border: 1px solid var(--line); border-radius: 2px; overflow: hidden;
  max-width: 62rem; position: relative;
}
.article-hero::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1;
  background: linear-gradient(90deg, var(--edge), transparent 65%); pointer-events: none;
}
.article-hero img { display: block; width: 100%; height: auto; }

/* landing: from the dispatch */
.dispatch-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.dispatch-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: var(--card); border: 1px solid var(--line); border-radius: 2px; overflow: hidden;
  transition: translate 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.dispatch-card:hover { translate: 0 -2px; border-color: var(--line-strong); box-shadow: var(--shadow); }
.dispatch-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-bottom: 1px solid var(--line-soft); }
.dispatch-body { padding: 1.1rem 1.2rem 1.2rem; display: grid; gap: 0.45rem; }
.dispatch-kicker {
  font-family: var(--font-mono); font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc);
}
.dispatch-title {
  font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; line-height: 1.2; margin: 0;
}
.dispatch-card:hover .dispatch-title { color: var(--acc); }
.dispatch-date { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx-2); }

/* ---------- article prose ---------- */

.article-meta {
  font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--tx-2);
  display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.2rem;
}
.article-meta::before { content: ""; height: 1px; width: 1.5rem; background: var(--line-strong); }
.article-meta .cat { color: var(--acc); }
.prose { max-width: 62ch; }
.prose p { margin-block: 1.1em; }
.prose h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin: 2.2em 0 0.6em; letter-spacing: -0.01em;
}
.prose ul, .prose ol { margin: 1.1em 0 1.1em 1.4em; }
.prose li { margin-block: 0.45em; }
.prose li::marker { color: var(--seal-decor); }
.pullquote {
  margin: 2em 0; padding-left: 1.4rem; border-left: 1px solid var(--seal-decor);
  font-family: var(--font-display); font-style: italic; font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: clamp(1.3rem, 2.4vw, 1.65rem); line-height: 1.3; color: var(--tx);
  text-wrap: balance;
}
.pullquote cite {
  display: block; margin-top: 0.8em; font-family: var(--font-mono); font-style: normal;
  font-size: 0.64rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tx-2);
}
.article-foot {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.2rem; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.article-foot a { text-decoration: none; }
.article-foot a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- gallery — the registry as exhibition ---------- */

.gallery-wing { padding-block: clamp(2.5rem, 5vw, 4rem); }
.gallery-wing + .gallery-wing { border-top: 1px solid var(--line-soft); }
.wing-head { display: flex; align-items: baseline; gap: 1.1rem; }
.wing-numeral {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.24em; color: var(--seal);
  border: 1px solid var(--seal-decor); border-radius: 2px; padding: 0.15rem 0.5rem;
  translate: 0 -3px;
}
.wing-title {
  font-family: var(--font-display); font-style: italic; font-weight: 380;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem); letter-spacing: -0.01em; margin: 0;
}
.wing-rule { flex: 1; height: 1px; background: var(--line-soft); translate: 0 -0.4em; }
.wing-count { font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tx-2); flex-shrink: 0; }
.wing-note { margin-top: 0.7rem; margin-bottom: clamp(1.6rem, 3vw, 2.4rem); color: var(--tx-2); font-size: 0.97rem; max-width: 54rem; }

.wing-wall { display: grid; gap: clamp(1.4rem, 2.5vw, 2rem); grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); grid-auto-flow: dense; }
.work { margin: 0; cursor: pointer; transition: translate 0.25s var(--ease); }
.work:hover { translate: 0 -2px; }
.work:focus-visible { outline: 2px solid var(--acc); outline-offset: 4px; border-radius: 1px; }
.work-frame {
  border: 1px solid var(--line); border-radius: 2px; background: var(--card);
  padding: clamp(0.7rem, 1.4vw, 1.1rem); /* the mat */
  position: relative; overflow: hidden;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.work-frame::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--edge), transparent 65%); pointer-events: none;
}
.work:hover .work-frame { border-color: var(--line-strong); box-shadow: var(--shadow); }
.work-mark { display: block; width: 100%; aspect-ratio: 4 / 3; border: 1px solid var(--line-soft); }
.work-plaque { padding-top: 0.85rem; display: grid; gap: 0.2rem; }
.work-no { font-size: 0.56rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tx-2); }
.work-name { font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; margin: 0; }
.work-medium { font-size: 0.62rem; letter-spacing: 0.08em; color: var(--tx-2); }
.work-reach { font-size: 0.62rem; letter-spacing: 0.05em; color: var(--tx-2); }
.work-reach strong { color: var(--tx); font-weight: 500; }
.work-price { font-size: 0.62rem; letter-spacing: 0.06em; color: var(--tx-2); }

@media (min-width: 720px) {
  .work-lead { grid-column: span 2; }
  .work-lead .work-mark { aspect-ratio: 16 / 8.2; }
  .work-lead .work-name { font-size: 1.45rem; }
}

/* ---------- profile sheet (catalogue dialog) ---------- */

.profile-sheet {
  width: min(46rem, calc(100vw - 2rem));
  max-height: min(88vh, 54rem);
  background: var(--card); color: var(--tx);
  border: 1px solid var(--line-strong); border-radius: 2px;
  box-shadow: var(--shadow);
  padding: clamp(1.3rem, 3vw, 1.8rem);
  overflow-y: auto;
}
.profile-sheet::backdrop { background: rgba(5, 5, 7, 0.65); }
html.js:not(.nofx) .profile-sheet[open] { animation: sheet-in 0.35s var(--ease); }
@keyframes sheet-in {
  from { opacity: 0; translate: 0 12px; }
  to { opacity: 1; translate: 0 0; }
}
.sheet-head {
  display: flex; gap: 1.2rem; align-items: center;
  border-bottom: 1px solid var(--line); padding-bottom: 1.1rem; margin-bottom: 0.2rem;
}
.sheet-mark { width: 84px; height: 84px; flex-shrink: 0; border: 1px solid var(--line-soft); border-radius: 2px; }
.sheet-title { min-width: 0; }
.sheet-title h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.6rem; margin: 0 0 0.15rem; }
.sheet-tagline { font-size: 0.92rem; margin-bottom: 0.5rem; }
.sheet-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.profile-sheet .specimen {
  margin-left: auto; align-self: flex-start; flex-shrink: 0;
  font-family: var(--font-mono); font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--seal); border: 1px solid currentColor; border-radius: 2px;
  padding: 0.14rem 0.5rem; transform: rotate(-2deg);
}
.profile-sheet .cert-rows { font-family: var(--font-mono); font-size: 0.8rem; }
.sheet-snippet { margin-top: 0.9rem; }
.sheet-snippet .codeblock { font-size: 0.74rem; box-shadow: none; }
.sheet-foot { margin-top: 1.3rem; display: flex; justify-content: flex-end; gap: 0.8rem; flex-wrap: wrap; }
@media (max-width: 560px) {
  .sheet-head { flex-wrap: wrap; }
  .profile-sheet .specimen { order: -1; margin-left: 0; }
}

/* ---------- footer ---------- */

.site-footer { border-top: 1px solid var(--line); padding-block: 3.5rem 4rem; font-size: 0.9rem; }
.site-footer .wrap { display: grid; gap: 2.5rem; }
@media (min-width: 860px) { .site-footer .wrap { grid-template-columns: 2fr 1fr 2fr; } }
.site-footer .wordmark { font-size: 1.2rem; }
.site-footer nav { display: grid; gap: 0.55rem; }
.site-footer nav a {
  font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; text-decoration: none; color: var(--tx-2); width: fit-content;
  transition: color 0.2s var(--ease);
}
.site-footer nav a:hover { color: var(--acc); }
.footer-legal { color: var(--tx-2); font-size: 0.8rem; display: grid; gap: 0.6rem; align-content: start; }
.footer-legal a { color: inherit; }

/* ---------- reveal on scroll (JS-gated so no-JS never hides content) ---------- */

html.js .reveal {
  opacity: 0; translate: 0 14px;
  transition: opacity 0.7s var(--ease), translate 0.7s var(--ease);
  transition-delay: calc(var(--ri, 0) * 70ms);
}
html.js .reveal.in { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; translate: 0 0; transition: none; } }
html.js.nofx .reveal { opacity: 1 !important; translate: 0 0 !important; transition: none !important; }

/* ---------- print ---------- */

@media print {
  :root, :root[data-theme="dark"] {
    --bg: #FFFFFF; --bg-2: #FFFFFF; --bg-3: #FFFFFF; --card: #FFFFFF;
    --tx: #141416; --tx-2: #54545C;
    --line: rgba(20, 20, 22, 0.3); --line-soft: rgba(20, 20, 22, 0.15); --line-strong: rgba(20, 20, 22, 0.6);
    --acc: #0E6B4A; --acc-2: #0E6B4A; --acc-ink: #FFFFFF;
    --seal: #77622F; --seal-decor: #8A733C; --good: #0E6B4A; --bad: #A3332C;
    --shadow: none; --edge: transparent; --glow: transparent;
    --field-line: rgba(20, 20, 22, 0.5);
    --code-bg: #FFFFFF; --code-tx: #141416; --code-tx-2: #54545C;
    --code-acc: #0E6B4A; --code-lit: #8A733C; --code-line: rgba(20, 20, 22, 0.3);
  }
  .site-header, .theme-toggle, .hero-canvas, .page-canvas, .skip-link { display: none !important; }
  .hero::before { display: none !important; }
  html.js .reveal, html.js .hl-inner { opacity: 1; translate: 0 0; }
  html.js .hero-copy .eyebrow, html.js .hero-copy .lede, html.js .hero-ctas, html.js .hero-cert { opacity: 1; translate: 0 0; }
}
