/* ---- Fonts (inlined from fonts.css) ---------------------------------------
   Inlined deliberately. As a separate <link> this was a CHAINED request: the
   browser had to download styles.css/fonts.css before it could even discover
   the woff2 URLs, so the fonts started one full round trip late. Same fix the
   munbot landing page made in 903e33a8.
   The relative font paths below are unchanged and still correct: this file
   sits in the same /assets/ directory fonts.css did, so they resolve identically.
   ------------------------------------------------------------------------- */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fraunces-400.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fraunces-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-600.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/geist-400.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/geist-500.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/geist-600.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/geist-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/geist-mono-500.woff2") format("woff2");
}

/* ============================================================================
   hotmun.com — editorial-technical product index
   Palette: warm "ember" (fits *hot*mun; deliberately avoids AI cyan/purple).
   Neutrals tinted warm. OKLCH throughout. Light + dark, system + manual toggle.
   ============================================================================ */

/* ---- Theme tokens ---------------------------------------------------------- */
:root {
  color-scheme: light;

  /* warm neutrals — paper → ink */
  --paper:      oklch(0.985 0.006 74);
  --paper-2:    oklch(0.965 0.009 72);   /* raised surface */
  --paper-3:    oklch(0.945 0.011 70);   /* pressed / code */
  --ink:        oklch(0.235 0.018 48);   /* primary text */
  --ink-soft:   oklch(0.435 0.02 50);    /* secondary text */
  --ink-faint:  oklch(0.6 0.018 55);     /* tertiary / meta */
  --line:       oklch(0.9 0.012 66);     /* hairlines */
  --line-soft:  oklch(0.93 0.01 68);

  /* ember accent */
  --ember:      oklch(0.6 0.2 36);
  --ember-ink:  oklch(0.52 0.2 34);      /* accent text on paper (AA) */
  --ember-2:    oklch(0.74 0.16 58);     /* molten highlight */
  --ember-wash: oklch(0.95 0.03 55);     /* faint tint fill */
  --on-ember:   oklch(0.99 0.01 80);

  --shadow: 0 1px 2px oklch(0.3 0.03 50 / 0.05), 0 8px 30px oklch(0.3 0.05 45 / 0.06);
  --shadow-lift: 0 2px 6px oklch(0.3 0.03 50 / 0.08), 0 18px 50px oklch(0.3 0.06 45 / 0.1);

  /* type */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  /* fluid scale */
  --step--1: clamp(0.8rem, 0.77rem + 0.15vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  --step-1:  clamp(1.2rem, 1.12rem + 0.4vw, 1.44rem);
  --step-2:  clamp(1.5rem, 1.36rem + 0.7vw, 2rem);
  --step-3:  clamp(1.9rem, 1.6rem + 1.5vw, 3rem);
  --step-4:  clamp(2.6rem, 1.9rem + 3.4vw, 5.2rem);
  --step-5:  clamp(3.4rem, 2.2rem + 6vw, 7.5rem);

  --edge: clamp(1.25rem, 5vw, 6rem);   /* page gutter */
  --maxw: 1240px;
  --radius: 14px;
  --radius-sm: 9px;

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);        /* ease-out-quart-ish */
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --paper:      oklch(0.17 0.012 52);
  --paper-2:    oklch(0.205 0.014 52);
  --paper-3:    oklch(0.245 0.016 50);
  --ink:        oklch(0.94 0.01 78);
  --ink-soft:   oklch(0.76 0.014 70);
  --ink-faint:  oklch(0.62 0.016 62);
  --line:       oklch(0.31 0.016 52);
  --line-soft:  oklch(0.26 0.014 52);
  --ember:      oklch(0.7 0.19 42);
  --ember-ink:  oklch(0.78 0.17 50);
  --ember-2:    oklch(0.82 0.14 66);
  --ember-wash: oklch(0.27 0.05 45);
  --on-ember:   oklch(0.16 0.02 45);
  --shadow: 0 1px 2px oklch(0 0 0 / 0.3), 0 10px 34px oklch(0 0 0 / 0.35);
  --shadow-lift: 0 2px 8px oklch(0 0 0 / 0.4), 0 22px 60px oklch(0 0 0 / 0.5);
}

/* system preference when the user hasn't chosen manually */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --paper:      oklch(0.17 0.012 52);
    --paper-2:    oklch(0.205 0.014 52);
    --paper-3:    oklch(0.245 0.016 50);
    --ink:        oklch(0.94 0.01 78);
    --ink-soft:   oklch(0.76 0.014 70);
    --ink-faint:  oklch(0.62 0.016 62);
    --line:       oklch(0.31 0.016 52);
    --line-soft:  oklch(0.26 0.014 52);
    --ember:      oklch(0.7 0.19 42);
    --ember-ink:  oklch(0.78 0.17 50);
    --ember-2:    oklch(0.82 0.14 66);
    --ember-wash: oklch(0.27 0.05 45);
    --on-ember:   oklch(0.16 0.02 45);
    --shadow: 0 1px 2px oklch(0 0 0 / 0.3), 0 10px 34px oklch(0 0 0 / 0.35);
    --shadow-lift: 0 2px 8px oklch(0 0 0 / 0.4), 0 22px 60px oklch(0 0 0 / 0.5);
  }
}

/* ---- Reset / base ---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--edge); }
.mono { font-family: var(--mono); }
.serif { font-family: var(--serif); }

/* signature "heat line" — an ember gradient hairline used as a recurring motif */
.heatline {
  height: 2px; border: 0; width: 100%;
  background: linear-gradient(90deg, transparent, var(--ember) 18%, var(--ember-2) 50%, var(--ember) 82%, transparent);
  opacity: 0.85;
}

/* ---- Top bar --------------------------------------------------------------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(1.4) blur(10px);
  background: color-mix(in oklch, var(--paper) 82%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.topbar[data-scrolled="true"] { border-bottom-color: var(--line); }
.topbar__inner { display: flex; align-items: center; gap: 1.5rem; height: 68px; }

.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; letter-spacing: -0.01em; }
.brand__mark { width: 22px; height: 22px; flex: none; }
.brand__name { font-size: 1.15rem; }
.brand__name b { color: var(--ember-ink); font-weight: 600; }

.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(0.75rem, 2vw, 2rem); }
.nav a { color: var(--ink-soft); font-size: var(--step--1); font-weight: 500; transition: color 0.2s; }
.nav a:hover { color: var(--ink); }
.nav__links { display: flex; gap: clamp(0.75rem, 2vw, 2rem); }
@media (max-width: 720px) { .nav__links { display: none; } }

.iconbtn {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 10px; color: var(--ink-soft);
  border: 1px solid var(--line); transition: all 0.2s var(--ease);
}
.iconbtn:hover { color: var(--ink); border-color: var(--ink-faint); background: var(--paper-2); }
.iconbtn svg { width: 18px; height: 18px; }
.theme-toggle .moon { display: none; }
:root[data-theme="dark"] .theme-toggle .sun { display: none; }
:root[data-theme="dark"] .theme-toggle .moon { display: block; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle .sun { display: none; }
  :root:not([data-theme="light"]) .theme-toggle .moon { display: block; }
}

/* ---- Buttons --------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.7rem 1.15rem; border-radius: 11px; font-weight: 500;
  font-size: var(--step--1); letter-spacing: 0.005em;
  border: 1px solid transparent; transition: all 0.22s var(--ease);
  will-change: transform;
}
.btn svg { width: 16px; height: 16px; }
.btn--primary { background: var(--ember); color: var(--on-ember); box-shadow: 0 1px 0 oklch(1 0 0 / 0.15) inset, var(--shadow); }
.btn--primary:hover { transform: translateY(-1px); box-shadow: 0 1px 0 oklch(1 0 0 / 0.2) inset, var(--shadow-lift); filter: brightness(1.04); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: var(--paper); }
.btn--ghost:hover { border-color: var(--ink-faint); background: var(--paper-2); transform: translateY(-1px); }
.btn .arr { transition: transform 0.24s var(--ease); }
.btn:hover .arr { transform: translate(3px, -3px); }

/* ---- Hero ------------------------------------------------------------------ */
/* overflow:hidden clips .hero::before below. That glow is inset -10% on both
   sides, and nothing clipped it, so it added 10% of the viewport to the page's
   scroll width — 120px at 1200px, 38px at 375px, i.e. the whole site scrolled
   sideways at every size. The gradient has already faded to transparent by the
   edge, so clipping it is invisible. */
.hero { position: relative; overflow: hidden; padding-top: clamp(3rem, 8vh, 7rem); padding-bottom: clamp(3rem, 8vh, 6rem); }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto -10%; height: 70%;
  background: radial-gradient(60% 60% at 22% 0%, var(--ember-wash), transparent 70%);
  z-index: -1; pointer-events: none; opacity: 0.9;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink-faint);
  padding: 0.35rem 0.7rem; border: 1px solid var(--line); border-radius: 100px;
  background: var(--paper-2);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 3px var(--ember-wash); animation: pulse 3s var(--ease-soft) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: var(--step-5); line-height: 0.98; letter-spacing: -0.02em;
  margin-top: 1.5rem; max-width: 16ch;
}
.hero h1 em { font-style: italic; color: var(--ember-ink); }
.hero__lede {
  margin-top: 1.6rem; font-size: var(--step-1); line-height: 1.5;
  color: var(--ink-soft); max-width: 46ch;
}
.hero__cta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.hero__meta { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem; align-items: baseline; }
.hero__meta .stat b { font-family: var(--serif); font-size: var(--step-2); font-weight: 600; letter-spacing: -0.01em; }
.hero__meta .stat span { display: block; font-size: var(--step--1); color: var(--ink-faint); margin-top: 0.15rem; }

.hero__inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__aside { display: none; } /* decorative reinforcement; the same URLs are listed just below */
}

/* production status panel */
.statuscard { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow-lift); overflow: hidden; }
.statuscard__bar { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1.15rem; border-bottom: 1px solid var(--line); background: var(--paper-2); font-family: var(--mono); font-size: 0.75rem; color: var(--ink-faint); letter-spacing: 0.02em; }
.statuscard__live { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.07em; }
.statuscard__live i { width: 7px; height: 7px; border-radius: 50%; background: oklch(0.72 0.17 150); box-shadow: 0 0 0 3px oklch(0.72 0.17 150 / 0.18); animation: pulse 3s var(--ease-soft) infinite; }
.statusrow { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.95rem 1.15rem; border-bottom: 1px solid var(--line-soft); transition: background 0.2s var(--ease); }
.statusrow:hover { background: var(--paper-2); }
.statusrow__host { font-family: var(--mono); font-size: 0.85rem; color: var(--ink); }
.statusrow__badge { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--mono); font-size: 0.72rem; color: oklch(0.5 0.11 150); white-space: nowrap; }
:root[data-theme="dark"] .statusrow__badge { color: oklch(0.78 0.13 152); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .statusrow__badge { color: oklch(0.78 0.13 152); } }
.statusrow__badge i { width: 6px; height: 6px; border-radius: 50%; background: oklch(0.68 0.16 150); }
.statuscard__foot { padding: 0.8rem 1.15rem; border-top: 1px solid var(--line); background: var(--paper-2); font-family: var(--mono); font-size: 0.72rem; color: var(--ink-faint); }

/* ---- Section scaffolding --------------------------------------------------- */
section { position: relative; }
.section { padding-block: clamp(3.5rem, 9vh, 7rem); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.section-head__label { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ember-ink); display: flex; align-items: center; gap: 0.6rem; }
.section-head__label::before { content: ""; width: 26px; height: 1px; background: var(--ember); }
.section-head h2 { font-family: var(--serif); font-weight: 400; font-size: var(--step-3); line-height: 1.05; letter-spacing: -0.015em; margin-top: 0.8rem; max-width: 20ch; }
.section-head p { color: var(--ink-soft); max-width: 52ch; margin-top: 0.9rem; }

/* ---- Product index (live products) ---------------------------------------- */
.products { border-top: 1px solid var(--line); }
.product {
  display: grid; grid-template-columns: 4.5rem 1fr auto; align-items: start;
  gap: clamp(1rem, 4vw, 3rem);
  padding-block: clamp(1.8rem, 4vw, 2.8rem);
  border-bottom: 1px solid var(--line);
  position: relative; transition: background 0.3s var(--ease);
}
.product:hover { background: color-mix(in oklch, var(--ember-wash) 45%, transparent); }
.product__num { font-family: var(--mono); font-size: 0.9rem; color: var(--ink-faint); padding-top: 0.6rem; }
.product:hover .product__num { color: var(--ember-ink); }
.product__body { min-width: 0; }
.product__title { font-family: var(--serif); font-size: var(--step-2); font-weight: 500; line-height: 1.05; letter-spacing: -0.01em; display: flex; align-items: baseline; gap: 0.7rem; flex-wrap: wrap; }
.product__tag { font-family: var(--mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); border: 1px solid var(--line); border-radius: 100px; padding: 0.2rem 0.55rem; align-self: center; }
.product__url { font-family: var(--mono); font-size: var(--step--1); color: var(--ember-ink); margin-top: 0.7rem; display: inline-flex; align-items: center; gap: 0.4rem; }
.product__url .gh, .product__go .gh { width: 15px; height: 15px; flex: none; }
.product__desc { color: var(--ink-soft); margin-top: 0.7rem; max-width: 60ch; }
.product__feats { display: flex; flex-wrap: wrap; gap: 0.4rem 0.5rem; margin-top: 1rem; }
.chip { font-size: 0.78rem; color: var(--ink-soft); background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; padding: 0.22rem 0.55rem; }
.product__go {
  align-self: center; display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: var(--step--1); font-weight: 500; color: var(--ink);
  padding: 0.7rem 1rem; border: 1px solid var(--line); border-radius: 11px;
  background: var(--paper); white-space: nowrap; transition: all 0.22s var(--ease);
}
.product__go:hover { border-color: var(--ember); color: var(--ember-ink); background: var(--paper-2); }
.product__go .arr { transition: transform 0.24s var(--ease); }
.product__go:hover .arr { transform: translate(3px, -3px); }
@media (max-width: 780px) {
  .product { grid-template-columns: 1fr; gap: 0.6rem; }
  .product__num { padding-top: 0; }
  .product__go { justify-self: start; margin-top: 0.4rem; }
}

/* ---- Developer infrastructure grid ---------------------------------------- */
.infra { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.infra-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.infra-cell { background: var(--paper); padding: 1.6rem 1.5rem; transition: background 0.25s var(--ease); }
.infra-cell:hover { background: var(--paper-3); }
.infra-cell__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.infra-cell__name { font-family: var(--mono); font-weight: 500; font-size: var(--step-0); letter-spacing: -0.01em; }
.infra-cell__lang { font-family: var(--mono); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-faint); border: 1px solid var(--line); border-radius: 6px; padding: 0.15rem 0.4rem; }
.infra-cell p { color: var(--ink-soft); font-size: var(--step--1); margin-top: 0.7rem; line-height: 1.5; }
.infra-note { margin-top: 1.6rem; font-size: var(--step--1); color: var(--ink-faint); display: flex; align-items: center; gap: 0.6rem; }
.infra-note .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ember); flex: none; }

/* ---- Principles / why ------------------------------------------------------ */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.why-item { border-top: 2px solid var(--ember); padding-top: 1.1rem; }
.why-item h3 { font-family: var(--serif); font-weight: 500; font-size: var(--step-1); letter-spacing: -0.01em; }
.why-item p { color: var(--ink-soft); margin-top: 0.6rem; font-size: var(--step--1); line-height: 1.55; }

/* ---- Contact --------------------------------------------------------------- */
.contact { background: var(--paper-2); border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-aside h2 { font-family: var(--serif); font-weight: 400; font-size: var(--step-3); line-height: 1.05; letter-spacing: -0.015em; }
.contact-aside p { color: var(--ink-soft); margin-top: 1rem; max-width: 40ch; }
.contact-lines { margin-top: 2rem; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.contact-line { background: var(--paper); padding: 1.1rem 1.3rem; display: flex; align-items: center; gap: 1rem; }
.contact-line__k { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); width: 5.5rem; flex: none; }
.contact-line a { font-family: var(--mono); font-size: var(--step--1); color: var(--ember-ink); }
.contact-line a:hover { text-decoration: underline; }

form.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: var(--step--1); font-weight: 500; margin-bottom: 0.45rem; }
.field label .req { color: var(--ember-ink); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: var(--step--1);
  padding: 0.72rem 0.85rem; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: var(--paper-2); color: var(--ink);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--ember); background: var(--paper);
  box-shadow: 0 0 0 3px var(--ember-wash);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.9rem center; padding-right: 2.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; } /* honeypot */
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.5rem; flex-wrap: wrap; }
.form-note { font-size: 0.78rem; color: var(--ink-faint); max-width: 30ch; }
.form-status { font-size: var(--step--1); margin-top: 1rem; padding: 0.8rem 1rem; border-radius: var(--radius-sm); display: none; }
.form-status.show { display: block; }
.form-status.ok { background: var(--ember-wash); color: var(--ember-ink); border: 1px solid color-mix(in oklch, var(--ember) 40%, transparent); }
.form-status.err { background: color-mix(in oklch, oklch(0.6 0.2 25) 12%, var(--paper)); color: oklch(0.55 0.2 25); border: 1px solid color-mix(in oklch, oklch(0.6 0.2 25) 40%, transparent); }
:root[data-theme="dark"] .form-status.err { color: oklch(0.8 0.15 30); }
.btn[disabled] { opacity: 0.6; cursor: progress; }

/* ---- Footer ---------------------------------------------------------------- */
.footer { padding-block: clamp(2.5rem, 6vw, 4rem); }
.footer__grid { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; align-items: flex-start; }
.footer__brand { max-width: 32ch; }
.footer__brand p { color: var(--ink-faint); font-size: var(--step--1); margin-top: 0.9rem; }
.footer__cols { display: flex; gap: clamp(2rem, 6vw, 5rem); flex-wrap: wrap; }
.footer__col h4 { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-faint); margin-bottom: 0.9rem; }
.footer__col a { display: block; color: var(--ink-soft); font-size: var(--step--1); padding-block: 0.28rem; transition: color 0.2s; }
.footer__col a:hover { color: var(--ember-ink); }
.footer__bottom { margin-top: 2.6rem; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--ink-faint); font-size: 0.8rem; }
.footer__bottom .mono { font-family: var(--mono); }

/* ---- Scroll reveal --------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease-soft), transform 0.7s var(--ease-soft); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }
