/* inmate.solutions — "we left the light on"
   The third sibling: warrant.guru (do I have a warrant) + stopmyarrest.com (resolve it)
   + inmate.solutions (where is my person). For worried families, so the register is
   warm, humane, hopeful — a serif that reads like a letter, mulberry for the way
   forward, one honey "kept light" for the lantern. Its own identity, not a clone. */

/* ---------- tokens ---------- */
:root {
  --oat: #f6f1e8;      /* warm ground */
  --card: #fffdf9;     /* warm white */
  --card-2: #efe6d8;   /* tint panels */
  --ink: #2c2230;      /* headings — deep aubergine */
  --text: #362c3d;     /* body */
  --muted: #5b5061;    /* secondary — AA on oat/card */
  --faint: #63586a;    /* captions / mono meta — AA on oat/card */

  --mulberry: #8a3d63;       /* primary: links, CTAs, the path */
  --mulberry-deep: #6e2e4e;  /* hover */
  --mulberry-bright: #c77ba0;/* accents on dark ground */

  --honey: #e0a24a;    /* the single warm signature — graphic only */
  --honey-soft: #f3d9a6;
  --plum: #35243a;     /* dark sections / footer / OG */
  --plum-2: #402f4a;

  --tint-gold: #f7ead1; --tint-gold-bd: #e7cf9f; --tint-gold-fg: #6a4a13;
  --tint-plum: #f3e4ec; --tint-plum-bd: #e1c4d4; --tint-plum-fg: #6e2e4e;
  --local-tint: #f3e4ec; --local-fg: #6e2e4e; --local-bd: #e1c4d4;

  --line: #e5ddce;
  --line-strong: #d4c8b4;

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "DejaVu Sans Mono", "Liberation Mono", Menlo, Consolas, monospace;

  --wrap: 72rem;
  --read: 46rem;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(44, 34, 48, .05), 0 10px 26px -16px rgba(44, 34, 48, .26);
  --shadow-lift: 0 2px 6px rgba(44, 34, 48, .08), 0 22px 44px -22px rgba(44, 34, 48, .34);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--oat);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
a { color: var(--mulberry); text-underline-offset: 2px; text-decoration-thickness: 1px; }
a:hover { color: var(--mulberry-deep); }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); font-weight: 700; line-height: 1.14; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
strong { font-weight: 700; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }
.site-main { display: block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* focus + skip link */
:focus-visible { outline: 3px solid var(--mulberry); outline-offset: 2px; border-radius: 4px; }
.skip {
  position: absolute; left: 1rem; top: -3rem; z-index: 50;
  background: var(--plum); color: #fff; padding: .6rem 1rem; border-radius: 8px;
  font: 600 .95rem/1 var(--sans); text-decoration: none; transition: top .15s;
}
.skip:focus { top: 1rem; }

/* ---------- eyebrows / stamps ---------- */
.eyebrow {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--mulberry); font-weight: 600;
  display: inline-flex; align-items: center; gap: .5em; margin: 0 0 .9rem;
}
.eyebrow .mark { color: var(--honey); font-size: 1.2em; }
.stamp { font-family: var(--mono); font-size: .78rem; letter-spacing: .02em; color: var(--faint); }
.stamp b { color: var(--muted); font-weight: 600; }

/* ---------- header ---------- */
.site-head {
  border-top: 4px solid var(--honey);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--oat) 82%, #fff);
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: saturate(1.1) blur(6px);
}
.site-head__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); text-decoration: none; font-weight: 700; }
.brand .mark { color: var(--honey); font-size: 1.7rem; flex: none; filter: drop-shadow(0 0 6px rgba(224, 162, 74, .35)); }
.brand__name { font-family: var(--mono); font-size: 1.08rem; letter-spacing: -.02em; }
.brand__tld { color: var(--mulberry); }
.site-nav { display: flex; gap: clamp(.9rem, 3vw, 1.8rem); font-size: .95rem; }
.site-nav a { color: var(--muted); text-decoration: none; font-weight: 500; }
.site-nav a:hover { color: var(--ink); }
@media (max-width: 34rem) { .site-nav a:first-child { display: none; } }

/* ---------- hero (hub) ---------- */
.hero { padding: clamp(2.4rem, 7vw, 4.2rem) 0 clamp(1.4rem, 4vw, 2.2rem); }
.hero__inner { max-width: 60rem; }
.hero h1 { font-size: clamp(2.15rem, 6.2vw, 3.7rem); margin: 0 0 1rem; letter-spacing: -.015em; max-width: 20ch; }
.hero h1 em { font-style: italic; color: var(--mulberry); }
.hero__lede { font-size: clamp(1.1rem, 2.4vw, 1.34rem); color: var(--muted); max-width: 44rem; margin: 0 0 1.2rem; line-height: 1.5; }
.hero__note {
  font-family: var(--mono); font-size: .8rem; color: var(--faint);
  border-left: 2px solid var(--honey); padding-left: .9rem; max-width: 40rem; line-height: 1.55;
}
.hero__cta { margin: 1.8rem 0 0; }

/* the signature: three doors (which system holds them) */
.hero__doors { margin: 2rem 0 0; background: var(--card-2); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 1.8rem); }
.doors__lead { font-family: var(--mono); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mulberry); font-weight: 700; margin: 0 0 1rem; }
.doors { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.door { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem 1.15rem 1.25rem; position: relative; box-shadow: var(--shadow); }
.door::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; border-radius: var(--radius-sm) var(--radius-sm) 0 0; background: linear-gradient(90deg, var(--honey), var(--honey-soft)); }
.door__icon { display: inline-grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--tint-plum); color: var(--mulberry); margin-bottom: .7rem; }
.door__k { font-family: var(--mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); font-weight: 700; margin: 0 0 .25rem; }
.door h3 { font-size: 1.18rem; margin: 0 0 .45rem; }
.door__t { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.5; }
.doors__foot { margin: 1.1rem 0 0; font-size: .92rem; color: var(--muted); }
@media (max-width: 52rem) { .doors { grid-template-columns: 1fr; } }

/* ---------- sections ---------- */
.section { padding: clamp(2.2rem, 6vw, 3.6rem) 0; }
.section--tint { background: var(--card-2); border-block: 1px solid var(--line); }
.section__head { max-width: var(--read); margin-bottom: 1.6rem; }
.section h2 { font-size: clamp(1.55rem, 3.6vw, 2.15rem); margin: 0 0 .6rem; }
.section__head p { color: var(--muted); margin: 0; }
.prose { max-width: var(--read); }
.prose p { color: var(--text); }

/* how-it-works cards */
.how-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin: 1.4rem 0 0; list-style: none; padding: 0; }
.how-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.3rem 1.4rem; box-shadow: var(--shadow); }
.how-card__k { font-family: var(--mono); font-size: .72rem; color: var(--mulberry); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 .3rem; }
.how-card h3 { font-size: 1.16rem; margin: 0 0 .4rem; }
.how-card p { margin: 0; color: var(--muted); font-size: .96rem; }

/* the "official/free only" steer */
.steer { margin-top: 1.4rem; background: var(--tint-gold); border: 1px solid var(--tint-gold-bd); border-left: 4px solid var(--honey); border-radius: var(--radius); padding: 1.15rem 1.3rem; max-width: var(--wrap); }
.steer__k { font-family: var(--mono); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--tint-gold-fg); font-weight: 700; margin: 0 0 .4rem; }
.steer p:last-child { margin: 0; color: var(--text); font-size: .98rem; }

/* ---------- state picker ---------- */
.picker__bar { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; align-items: center; margin-bottom: 1rem; }
.picker__search { flex: 1 1 20rem; position: relative; }
.picker__search input {
  width: 100%; font: 500 1rem/1.4 var(--sans); color: var(--ink);
  padding: .72rem .9rem .72rem 2.3rem; background: var(--card);
  border: 1px solid var(--line-strong); border-radius: 10px;
}
.picker__search input::placeholder { color: var(--faint); }
.picker__search svg { position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); color: var(--faint); }
.picker__count { font-family: var(--mono); font-size: .8rem; color: var(--faint); margin: 0 0 1rem; }

.state-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; grid-template-columns: repeat(auto-fill, minmax(14.5rem, 1fr)); }
.state-card {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .85rem 1rem; text-decoration: none; color: var(--ink);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.state-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); border-color: var(--mulberry); color: var(--ink); }
.state-card__name { font-weight: 600; font-size: 1.02rem; }
.state-card__op { display: block; font-family: var(--mono); font-size: .64rem; color: var(--local-fg); letter-spacing: .04em; margin-top: .12rem; text-transform: uppercase; }
.state-card__go { color: var(--mulberry); display: inline-flex; opacity: .55; transition: opacity .12s, transform .12s; }
.state-card:hover .state-card__go { opacity: 1; transform: translateX(2px); }
.picker__empty { color: var(--muted); font-style: italic; padding: 1rem 0; }
[hidden] { display: none !important; }

/* ---------- chips ---------- */
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .03em; font-weight: 600;
  padding: .3rem .65rem; border-radius: 999px; border: 1px solid transparent; white-space: nowrap;
}
.chip__dot { width: .58rem; height: .58rem; border-radius: 50%; flex: none; }
.chip--commercial { background: var(--tint-gold); color: var(--tint-gold-fg); border-color: var(--tint-gold-bd); }
.chip--commercial .chip__dot { background: var(--honey); }
.chip--court { background: var(--tint-plum); color: var(--tint-plum-fg); border-color: var(--tint-plum-bd); }
.chip--court .chip__dot { background: var(--mulberry); }
.chip--local { background: var(--local-tint); color: var(--local-fg); border-color: var(--local-bd); }

/* ---------- breadcrumb ---------- */
.crumb { font-family: var(--mono); font-size: .78rem; color: var(--faint); padding: 1.4rem 0 0; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--mulberry); text-decoration: underline; }
.crumb span { color: var(--faint); }

/* ---------- state page hero (reassure) ---------- */
.state-hero { padding: .6rem 0 1.4rem; }
.state-hero h1 { font-size: clamp(1.75rem, 4.6vw, 2.7rem); margin: .6rem 0 1.1rem; max-width: 22ch; }
.reassure {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
  display: grid; grid-template-columns: .55rem 1fr;
}
.reassure__rail { background: linear-gradient(var(--honey), var(--mulberry)); }
.reassure__body { padding: 1.4rem clamp(1.2rem, 3vw, 1.9rem) 1.5rem; }
.reassure__head { font-family: var(--serif); font-size: clamp(1.18rem, 2.7vw, 1.5rem); font-weight: 500; line-height: 1.32; color: var(--ink); margin: 0 0 1.1rem; max-width: 48ch; }
.reassure__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: .8rem 1.4rem; margin: 0; border-top: 1px dashed var(--line-strong); padding-top: 1rem; }
.reassure__facts div { margin: 0; }
.reassure__facts dt { font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); font-weight: 700; margin: 0 0 .2rem; }
.reassure__facts dd { margin: 0; font-size: .95rem; color: var(--ink); font-weight: 600; }

/* ---------- content blocks ---------- */
.block { padding: 2rem 0; border-top: 1px solid var(--line); }
.block:first-of-type { border-top: 0; }
.block h2 { font-size: clamp(1.4rem, 3.3vw, 1.78rem); margin: 0 0 .35rem; }
.block__sub { color: var(--muted); margin: 0 0 1.1rem; max-width: var(--read); }
.block .prose { color: var(--text); }

/* the three doors, specialized (state page) */
.door-panels { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); margin-top: 1.3rem; }
.door-panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.35rem 1.4rem; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.door-panel__head { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: .7rem; }
.door-panel__icon { display: inline-grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--tint-plum); color: var(--mulberry); flex: none; }
.door-panel__k { font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); font-weight: 700; margin: .1rem 0 .2rem; }
.door-panel__head h3 { font-size: 1.14rem; margin: 0; }
.door-panel .prose { max-width: none; }
.door-panel .prose p { font-size: .95rem; color: var(--text); margin: 0 0 .6rem; }
.door-panel__note { font-size: .88rem; color: var(--muted); border-left: 2px solid var(--line-strong); padding-left: .8rem; margin: .2rem 0 .8rem; }
.door-panel__cta { margin-top: auto; padding-top: .6rem; }

/* the ordered steps (howToFind) */
.route { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.route__step { position: relative; padding: 0 0 1.6rem 2.7rem; }
.route__step:not(:last-child)::before {
  content: ""; position: absolute; left: .53rem; top: .35rem; bottom: 0; width: 2px;
  background: var(--mulberry); opacity: .28;
}
.route__node {
  position: absolute; left: 0; top: .18rem; width: 1.1rem; height: 1.1rem; border-radius: 50%;
  background: var(--card); border: 2.5px solid var(--mulberry);
}
.route__k { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mulberry); font-weight: 700; margin: 0 0 .18rem; }
.route__body h3 { font-size: 1.12rem; margin: 0 0 .38rem; }
.route__body p { margin: 0 0 .5rem; color: var(--muted); font-size: .98rem; }
.route__body .outlink { font-family: var(--mono); font-size: .82rem; }

/* what you'll need — checklist */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.checklist--wide { grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); gap: .7rem 1.4rem; }
.checklist li { display: flex; gap: .55rem; align-items: flex-start; font-size: .96rem; color: var(--text); }
.checklist li svg { flex: none; color: var(--mulberry); margin-top: .25rem; }

/* cautions */
.cautions { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; max-width: var(--wrap); }
.cautions li { position: relative; padding-left: 1.5rem; color: var(--muted); font-size: .97rem; }
.cautions li::before { content: ""; position: absolute; left: .25rem; top: .58em; width: .5rem; height: .5rem; border-radius: 50%; background: var(--honey); }

/* conditional release/bail callout */
.release-callout { padding: 1.1rem 1.2rem; border-radius: var(--radius-sm); margin: 0 0 1.2rem; border: 1px solid; }
.release-callout--commercial { background: var(--tint-gold); border-color: var(--tint-gold-bd); }
.release-callout--court { background: var(--tint-plum); border-color: var(--tint-plum-bd); }
.release-callout__k { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 .45rem; font-weight: 700; }
.release-callout--commercial .release-callout__k { color: var(--tint-gold-fg); }
.release-callout--court .release-callout__k { color: var(--tint-plum-fg); }
.release-callout p:last-child { margin: 0; color: var(--text); }
.release-note { font-size: .92rem; color: var(--muted); border-left: 2px solid var(--line-strong); padding-left: .9rem; max-width: var(--read); margin: 1rem 0 0; }

/* rights line */
.rights { margin-top: 1.3rem; padding: .95rem 1.1rem; background: var(--card-2); border: 1px solid var(--line); border-left: 3px solid var(--mulberry); border-radius: var(--radius-sm); color: var(--muted); font-size: .96rem; max-width: var(--read); }
.rights strong { color: var(--ink); }

/* local bail CTA (MI/OH ONLY) */
.bail-cta {
  margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem;
  justify-content: space-between; background: var(--tint-plum); border: 1px solid var(--tint-plum-bd);
  border-radius: var(--radius); padding: 1.2rem 1.35rem;
}
.bail-cta__txt { max-width: 38rem; }
.bail-cta__k { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--tint-plum-fg); margin: 0 0 .35rem; font-weight: 700; }
.bail-cta__txt p:last-child { margin: 0; color: var(--text); font-size: .98rem; }
.bail-cta .btn { white-space: nowrap; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font: 700 1rem/1 var(--sans); text-decoration: none;
  padding: .8rem 1.25rem; border-radius: 10px; border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s;
}
.btn--primary { background: var(--mulberry); color: #fff; box-shadow: var(--shadow); }
.btn--primary:hover { background: var(--mulberry-deep); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-lift); }
.btn--locate { background: var(--plum); color: #fff; font-size: .95rem; box-shadow: var(--shadow); }
.btn--locate:hover { background: var(--plum-2); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-lift); }
.btn--locate svg { opacity: .8; }
.btn svg { flex: none; }

/* outlink */
.outlink { display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; }
.outlink svg { flex: none; opacity: .75; }

/* cross-link triangle (both siblings) */
.xlink__card { background: var(--plum); color: #efe7ef; border-radius: var(--radius); padding: clamp(1.3rem, 3vw, 1.7rem); }
.xlink__k { font-family: var(--serif); font-weight: 600; color: #fff; margin: 0 0 .35rem; font-size: 1.24rem; }
.xlink__lede { color: #cdbfd0; font-size: .96rem; margin: 0 0 1.1rem; max-width: 46rem; }
.triangle { margin-top: 1.2rem; }
.triangle__k { font-family: var(--mono); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--mulberry); font-weight: 700; margin: 0 0 .8rem; }
.triangle__row { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.triangle__card { display: flex; flex-direction: column; gap: .3rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); padding: 1rem 1.15rem; text-decoration: none; transition: background .12s, border-color .12s, transform .12s; }
.triangle__card:hover { background: rgba(255,255,255,.1); border-color: var(--honey); transform: translateY(-2px); }
.triangle__name { font-family: var(--mono); font-size: .92rem; font-weight: 700; color: var(--honey); display: inline-flex; align-items: center; gap: .35rem; }
.triangle__blurb { font-size: .9rem; color: #cdbfd0; line-height: 1.45; }
/* triangle on the light hub trust section */
.page-hub .triangle { margin-top: 1.6rem; }
.page-hub .triangle__card { background: var(--card); border-color: var(--line); }
.page-hub .triangle__card:hover { border-color: var(--mulberry); box-shadow: var(--shadow-lift); }
.page-hub .triangle__name { color: var(--ink); }
.page-hub .triangle__blurb { color: var(--muted); }

/* trust stats (hub) */
.trust-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; max-width: 40rem; margin-top: .4rem; }
.trust-stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.1rem; text-align: left; }
.trust-stat__n { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: 1; color: var(--mulberry); font-variant-numeric: tabular-nums; }
.trust-stat__l { display: block; font-family: var(--mono); font-size: .66rem; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); margin-top: .45rem; line-height: 1.3; }
@media (max-width: 34rem) { .trust-stats { grid-template-columns: 1fr; } }

/* sources / citations */
.sources { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)); }
.sources li a { font-family: var(--mono); font-size: .82rem; word-break: break-word; display: inline-flex; gap: .4rem; align-items: baseline; }

/* ---------- disclaimer + footer ---------- */
.disclaimer { border: 1px solid var(--line); background: var(--card); border-radius: var(--radius-sm); padding: 1rem 1.15rem; margin: 0 0 2rem; }
.disclaimer p { margin: 0; font-size: .88rem; color: var(--muted); max-width: 66rem; }
.disclaimer strong { color: var(--ink); }

.site-foot { background: var(--plum); color: #d9cddb; padding: 2.6rem 0 2rem; margin-top: 3rem; }
.site-foot .disclaimer { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.14); }
.site-foot .disclaimer p { color: #cdbfd0; }
.site-foot .disclaimer strong { color: #fff; }
.site-foot__grid { display: flex; flex-wrap: wrap; gap: 1.6rem 3rem; justify-content: space-between; align-items: flex-start; }
.site-foot .brand { color: #fff; }
.site-foot .brand .mark { color: var(--honey); }
.site-foot .brand__tld { color: var(--mulberry-bright); }
.site-foot__tag { font-family: var(--mono); font-size: .8rem; color: #b7a6b0; margin: .55rem 0 0; max-width: 26rem; }
.site-foot__nav { display: grid; gap: .5rem; }
.site-foot__nav a { color: #cdbfd0; text-decoration: none; font-size: .95rem; }
.site-foot__nav a:hover { color: #fff; text-decoration: underline; }
.site-foot__fine { font-family: var(--mono); font-size: .74rem; color: #a091a6; margin: 1.8rem 0 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.1rem; }
.site-foot :focus-visible { outline-color: var(--honey); }

/* ---------- about page ---------- */
.about-hero { padding: clamp(2rem,6vw,3.4rem) 0 1rem; }
.about-hero h1 { font-size: clamp(1.95rem,5vw,3rem); max-width: 20ch; margin: .6rem 0 1rem; }
.about-hero p { font-size: 1.15rem; color: var(--muted); max-width: 44rem; }
.about-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(16rem,1fr)); margin-top: 1.4rem; }
.about-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem; box-shadow: var(--shadow); }
.about-card h3 { font-size: 1.14rem; margin: 0 0 .45rem; }
.about-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.about-siblings { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; align-items: center; color: var(--muted); font-weight: 600; }

/* ---------- 404 ---------- */
.nf { text-align: center; padding: clamp(3rem,10vw,6rem) 0; }
.nf h1 { font-size: clamp(2rem,6vw,3rem); }
.nf p { color: var(--muted); max-width: 34rem; margin-inline: auto; }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero__inner > *, .reassure { animation: rise .5s cubic-bezier(.2,.7,.3,1) both; }
  .hero__inner > *:nth-child(2) { animation-delay: .05s; }
  .hero__inner > *:nth-child(3) { animation-delay: .1s; }
  .hero__inner > *:nth-child(4) { animation-delay: .15s; }
  .hero__inner > *:nth-child(5) { animation-delay: .2s; }
  @keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
  .brand .mark { animation: glow 4s ease-in-out infinite; }
  @keyframes glow { 0%,100% { filter: drop-shadow(0 0 5px rgba(224,162,74,.3)); } 50% { filter: drop-shadow(0 0 9px rgba(224,162,74,.55)); } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
