/* Toguna landing page — palette lifted hex-for-hex from the app's own
   src/theme.ts, not eyeballed. Ink is a grayish near-black, never pure #000.
   The accent orange carries every action; the toguna brown is identity only,
   which is the rule the theme file itself states. Green/amber/red are status,
   never decoration. */
:root {
  --ink: #1f2328;
  --ink2: #3f454d;
  --muted: #5b626b;
  --muted2: #7b828c;
  --muted3: #9aa1ab;          /* decorative only — fails contrast as body text */
  --line: #e9ecef;
  --line2: #eef0f3;
  --border: #e2e6ea;
  --bg-app: #e4e7eb;
  --bg-grey: #f4f5f7;
  --bg-grey3: #f8f9fa;
  --white: #ffffff;

  --accent: #e2542a;
  --accent-light: #f4813f;
  --accent-grad: linear-gradient(135deg, #f4813f, #e2542a);
  --peach: #fdece4;
  --brand: #533415;           /* the toguna mark. identity only, never a button */

  --green: #157347;  --green-bg: #e7f5ec;
  --red: #c0392b;    --red-bg: #fdecea;
  --amber: #a4700a;  --amber-bg: #fff4e0;
  --blue: #1a5fb4;   --blue-bg: #eaf1fb;

  /* the app's project cover gradients, translated from theme.ts SCENES */
  --scene-pipes: linear-gradient(158deg, #6b7a86, #2f3a44);
  --scene-road:  linear-gradient(158deg, #b08a63, #5d4327);
  --scene-water: linear-gradient(158deg, #6fa5b8, #2b5566);

  --font: 'Outfit', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --max-width: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0; letter-spacing: -0.022em; text-wrap: balance; }
h1 { font-size: clamp(34px, 5.4vw, 56px); font-weight: 800; line-height: 1.06; }
h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; line-height: 1.15; }
h3 { font-size: 18px; font-weight: 650; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.eyebrow {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.eyebrow-light { color: var(--accent-light); }

/* ── buttons ─────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 11px 20px; border-radius: var(--radius-pill);
  font-family: var(--font); font-size: 14.5px; font-weight: 600;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.btn-primary { background: var(--accent-grad); color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--muted3); }
.btn-light { background: var(--white); color: var(--ink); }

/* ── nav ─────────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 28px;
  max-width: var(--max-width); margin: 0 auto; padding: 16px 24px;
  background: rgba(255,255,255,.88); backdrop-filter: blur(10px);
}
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 19px; font-weight: 700; color: var(--ink); text-decoration: none;
  letter-spacing: -0.02em;
}
.brand-mark { width: 26px; height: 26px; color: var(--brand); fill: var(--brand); flex: none; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a {
  font-size: 14.5px; font-weight: 500; color: var(--muted); text-decoration: none;
}
.nav-links a:hover { color: var(--ink); }

/* ── hero ────────────────────────────────────────────────────────────── */
.hero {
  max-width: var(--max-width); margin: 0 auto;
  padding: 56px 24px 90px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
}
.hero-sub {
  margin-top: 22px; font-size: 18.5px; line-height: 1.58; color: var(--muted); max-width: 46ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 18px; font-size: 13.5px; color: var(--muted2); }
.hero-art { position: relative; height: 540px; }

/* ── phone + mock primitives ─────────────────────────────────────────── */
.phone {
  position: absolute; width: 220px; height: 440px;
  border-radius: 34px; background: var(--ink); padding: 10px;
  box-shadow: 0 24px 60px rgba(31,35,40,.24);
}
.phone-back { left: 2%; top: 4%; transform: rotate(-6deg); opacity: .96; }
.phone-front { right: 2%; bottom: 0; transform: rotate(4deg); }
.phone-solo { position: static; transform: none; margin: 0 auto; }
.phone-notch {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 18px; background: var(--ink);
  border-radius: 0 0 12px 12px; z-index: 2;
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  background: var(--bg-grey); border-radius: 26px; padding: 15px 13px; overflow: hidden;
}
@keyframes float-y { 0%,100% { translate: 0 0 } 50% { translate: 0 -12px } }
.float-slow { animation: float-y 5.5s ease-in-out infinite; }
.float-delay { animation-delay: -2.2s; }

.mock-statusbar {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 9px; font-weight: 700; color: var(--ink); padding-bottom: 9px;
}
.mock-statusbar-icons { color: var(--muted2); font-size: 8px; letter-spacing: 1px; }

.mock-ward { font-size: 12px; font-weight: 700; color: var(--ink); }
.mock-ward span { display: block; font-size: 9.5px; font-weight: 500; color: var(--muted2); }
.mock-tabs { display: flex; gap: 14px; margin: 10px 0 12px; }
.mock-tabs span {
  font-size: 10.5px; font-weight: 600; color: var(--muted2); padding-bottom: 5px;
}
.mock-tabs .on { color: var(--ink); border-bottom: 2px solid var(--accent); }

.mock-card {
  background: var(--white); border-radius: 12px; padding: 11px;
  box-shadow: 0 2px 8px rgba(31,35,40,.05); margin-bottom: 9px;
}
.mock-author { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; }
.mock-avatar { width: 20px; height: 20px; border-radius: 50%; background: var(--bg-app); flex: none; }
.mock-name { font-size: 10.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.mock-body { font-size: 10px; line-height: 1.45; color: var(--ink2); }
.mock-meta { font-size: 9px; color: var(--muted2); margin-top: 6px; }

.mock-cover {
  height: 66px; border-radius: 10px; margin-bottom: 10px;
  display: flex; align-items: flex-end; padding: 7px;
}
.scene-pipes { background: var(--scene-pipes); }
.scene-road  { background: var(--scene-road); }
.scene-water { background: var(--scene-water); }

.mock-title { font-size: 12px; font-weight: 700; line-height: 1.3; }
.mock-figures { display: flex; gap: 12px; margin: 9px 0 7px; }
.mock-figures span { display: block; font-size: 8.5px; color: var(--muted2); font-weight: 600; }
.mock-figures b { font-size: 11px; font-weight: 700; }
.mock-bar { height: 5px; border-radius: 3px; background: var(--line); overflow: hidden; }
.mock-bar i { display: block; height: 100%; background: var(--accent-grad); }
.mock-funding {
  margin-top: 10px; font-size: 9.5px; color: var(--muted); padding: 6px 8px;
  border-radius: 8px; background: var(--white);
}
.mock-funding b { color: var(--ink); }
.mock-funding.is-lit { background: var(--peach); }

.mock-office {
  display: grid; grid-template-columns: auto 1fr; gap: 3px 8px;
  align-items: center; background: var(--white); border-radius: 10px;
  padding: 8px 9px; margin-top: 8px;
}
.mock-office .chip { grid-row: span 2; }
.mock-office b { font-size: 10.5px; font-weight: 700; }
.mock-office em { font-size: 9px; font-style: normal; color: var(--muted2); }

.mock-header-text { font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.mock-select {
  font-size: 10px; color: var(--muted2); background: var(--white);
  border: 1px solid var(--border); border-radius: 8px;
  padding: 8px 9px; margin-bottom: 7px;
}
.mock-select.is-filled { color: var(--ink); font-weight: 600; border-color: var(--accent); }
.mock-locate {
  position: relative; font-size: 10px; font-weight: 600; color: var(--accent);
  background: var(--peach); border-radius: var(--radius-pill);
  padding: 8px 10px; text-align: center; margin-top: 4px;
}
.pulse-ring {
  position: absolute; inset: 0; border-radius: var(--radius-pill);
  border: 1px solid var(--accent); opacity: 0;
}
.demo-screen.is-active .pulse-ring { animation: ring 1.8s ease-out infinite; }
@keyframes ring {
  0% { transform: scale(.96); opacity: .7 }
  100% { transform: scale(1.06); opacity: 0 }
}
.mock-toast {
  margin-top: 10px; font-size: 9.5px; font-weight: 600; color: var(--green);
  background: var(--green-bg); border-radius: 8px; padding: 7px 9px; text-align: center;
}

.mock-grouplabel {
  font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted3); margin: 10px 0 5px;
}
.score-row {
  display: grid; grid-template-columns: 1fr auto; gap: 0 8px;
  background: var(--white); border-radius: 9px; padding: 7px 9px; margin-bottom: 5px;
}
.score-row b { font-size: 10px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.score-row em { font-size: 8.5px; font-style: normal; color: var(--muted2); grid-column: 1; }
.score-row .score { grid-row: span 2; align-self: center; font-size: 12px; font-weight: 800; color: var(--ink); }
.score-row .score.dash { color: var(--muted3); }
.score-row.is-nodelivery { background: var(--bg-grey3); }
.mock-foot { font-size: 8.5px; color: var(--muted2); line-height: 1.4; margin-top: 8px; }

/* ── chips ───────────────────────────────────────────────────────────── */
.chip {
  display: inline-flex; align-items: center; font-style: normal;
  font-size: 8.5px; font-weight: 700; letter-spacing: .02em;
  padding: 2px 6px; border-radius: var(--radius-pill); white-space: nowrap;
}
.chip-sample      { color: var(--amber); background: var(--amber-bg); }
.chip-open        { color: var(--red);   background: var(--red-bg); }
.chip-ongoing     { color: var(--white); background: rgba(31,35,40,.55); }
.chip-accountable { color: var(--red);   background: var(--peach); }
.chip-oversight   { color: var(--blue);  background: var(--blue-bg); }
.chip-represents  { color: var(--muted); background: var(--bg-app); }

/* ── problem strip ───────────────────────────────────────────────────── */
.strip { background: var(--bg-grey3); border-block: 1px solid var(--line); }
.strip-inner { max-width: 760px; margin: 0 auto; padding: 72px 24px; text-align: center; }
.strip-lede { font-size: 21px; line-height: 1.52; letter-spacing: -0.012em; }
.strip-sub { margin-top: 18px; font-size: 16.5px; color: var(--muted); }

/* ── sections ────────────────────────────────────────────────────────── */
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-sub { margin-top: 16px; font-size: 16.5px; color: var(--muted); }

.steps { max-width: var(--max-width); margin: 0 auto; padding: 88px 24px; }
.demo { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: center; }
.demo-steps { display: grid; gap: 10px; }
.demo-step {
  position: relative; width: 100%; text-align: left; cursor: pointer;
  display: grid; grid-template-columns: auto 1fr; gap: 14px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 18px 20px;
  font-family: var(--font); transition: border-color .2s ease, background .2s ease;
}
.demo-step:hover { border-color: var(--border); }
.demo-step.is-active { border-color: var(--accent); background: var(--white); }
.demo-step:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.demo-num {
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12.5px; font-weight: 700; color: var(--muted2); background: var(--bg-grey);
}
.demo-step.is-active .demo-num { color: var(--white); background: var(--accent); }
.demo-text b { display: block; font-size: 16px; font-weight: 650; margin-bottom: 4px; }
.demo-text { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.demo-bar {
  position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: transparent; border-radius: 0 0 var(--radius-md) var(--radius-md); overflow: hidden;
}
.demo-bar i { display: block; height: 100%; width: 0; background: var(--accent); }
.demo-step.is-active .demo-bar i { animation: fill 3400ms linear forwards; }
@keyframes fill { to { width: 100% } }
.demo-phone { position: relative; }
.demo-screen { display: none; }
.demo-screen.is-active { display: block; animation: fade .45s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px) } to { opacity: 1; transform: none } }
.stamp { opacity: 0; animation: stampin .45s ease forwards; animation-delay: var(--d); }
@keyframes stampin { from { opacity: 0; transform: translateY(8px) } to { opacity: 1; transform: none } }

/* ── the accountability chain ────────────────────────────────────────── */
.chain { background: var(--bg-grey3); border-block: 1px solid var(--line); }
.chain { max-width: none; padding: 88px 24px; }
.chain > .section-head, .chain-widget { max-width: var(--max-width); margin-inline: auto; }
.chain-widget {
  display: grid; grid-template-columns: 300px 1fr; gap: 40px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px;
}
.chain-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted3); margin-bottom: 14px;
}
.chain-funds { display: grid; gap: 8px; }
.fund {
  text-align: left; font-family: var(--font); font-size: 14px; font-weight: 500;
  cursor: pointer; color: var(--ink2);
  background: var(--bg-grey); border: 1px solid transparent;
  border-radius: var(--radius-pill); padding: 11px 16px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.fund:hover { background: var(--line2); }
.fund:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.fund.is-active { background: var(--peach); color: var(--accent); border-color: var(--accent); font-weight: 650; }
.chain-results { display: grid; gap: 10px; align-content: start; }
.chain-card {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; align-items: center;
  border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 16px 18px; animation: fade .35s ease;
}
.chain-card .chip { grid-row: span 2; font-size: 10px; padding: 4px 9px; }
.chain-card b { font-size: 16px; font-weight: 650; }
.chain-card em { font-style: normal; font-size: 13.5px; color: var(--muted); }
.chain-none {
  border: 1px dashed var(--border); border-radius: var(--radius-md);
  padding: 20px; color: var(--muted); font-size: 15px; animation: fade .35s ease;
}
.chain-none b { color: var(--ink); }

/* ── feature block ───────────────────────────────────────────────────── */
.feature {
  max-width: var(--max-width); margin: 0 auto; padding: 88px 24px;
  display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: center;
}
.feature-copy p { margin-top: 16px; font-size: 16.5px; color: var(--muted); max-width: 52ch; }
.feature-list { margin-top: 24px; display: grid; gap: 11px; }
.feature-list li {
  position: relative; padding-left: 26px; font-size: 15.5px; color: var(--ink2);
}
.feature-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
}

/* ── stats ───────────────────────────────────────────────────────────── */
.stats { background: var(--bg-grey3); border-block: 1px solid var(--line); padding: 64px 24px; }
.stats-grid {
  max-width: var(--max-width); margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 28px;
  text-align: center;
}
.stat b {
  display: block; font-size: 38px; font-weight: 800; letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.stat b i { font-style: normal; font-size: 20px; font-weight: 700; }
.stat span { display: block; margin-top: 6px; font-size: 13.5px; color: var(--muted); line-height: 1.4; }
.stats-note {
  max-width: var(--max-width); margin: 32px auto 0;
  text-align: center; font-size: 13.5px; color: var(--muted2);
}

/* ── dark section ────────────────────────────────────────────────────── */
.dark { background: var(--ink); color: var(--white); padding: 88px 24px; }
.dark-inner {
  max-width: var(--max-width); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: center;
}
.dark-copy p { margin-top: 18px; font-size: 16.5px; color: rgba(255,255,255,.74); max-width: 54ch; }
.data-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg); padding: 24px;
}
.data-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12);
}
.data-row span { font-size: 14.5px; color: rgba(255,255,255,.7); }
.data-row b { font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; }
.data-row.is-check { border-bottom: 0; }
.data-row.is-check b { color: #6ee7a8; }
.data-note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.5; }

/* ── status ──────────────────────────────────────────────────────────── */
.status { max-width: var(--max-width); margin: 0 auto; padding: 88px 24px; }
.status-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.status-col {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 28px;
}
.status-h { font-size: 15px; font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
.status-h::before { content: ''; width: 9px; height: 9px; border-radius: 50%; }
.status-h.built::before { background: var(--green); }
.status-h.pending::before { background: var(--amber); }
.status-col ul { display: grid; gap: 11px; }
.status-col li { font-size: 15px; color: var(--ink2); line-height: 1.5; }
.status-col li b { font-weight: 650; color: var(--ink); }

.integrity {
  margin-top: 32px; background: var(--peach); border-radius: var(--radius-lg);
  padding: 28px 30px; display: grid; gap: 14px;
}
.integrity p { font-size: 16px; line-height: 1.6; color: var(--ink2); max-width: 76ch; }
.integrity b { color: var(--ink); }
.integrity .chip { vertical-align: middle; }

/* ── mission ─────────────────────────────────────────────────────────── */
.mission { background: var(--bg-grey3); border-block: 1px solid var(--line); }
.mission-inner { max-width: 720px; margin: 0 auto; padding: 76px 24px; }
.mission p { font-size: 19px; line-height: 1.6; color: var(--ink2); letter-spacing: -0.008em; }

/* ── footer CTA ──────────────────────────────────────────────────────── */
.footer-cta { background: var(--ink); color: var(--white); padding: 88px 24px; text-align: center; }
.footer-cta-inner { max-width: 640px; margin: 0 auto; }
.footer-cta p { margin: 18px 0 30px; font-size: 16.5px; color: rgba(255,255,255,.74); }
.footer-cta-note { margin: 20px 0 0 !important; font-size: 13px !important; color: rgba(255,255,255,.5) !important; }

.site-footer { padding: 40px 24px; }
.site-footer-inner {
  max-width: var(--max-width); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px;
}
.brand-footer { font-size: 17px; }
.site-footer-note { font-size: 13px; color: var(--muted2); max-width: 62ch; line-height: 1.55; }

/* ── reveal ──────────────────────────────────────────────────────────── */
.reveal, .reveal-right {
  opacity: 0; transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal-right { transform: translateX(22px); }
.reveal.in-view, .reveal-right.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .float-slow, .demo-step.is-active .demo-bar i,
  .demo-screen.is-active .pulse-ring, .stamp { animation: none; }
  .stamp { opacity: 1; }
  .reveal, .reveal-right { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
}

/* ── responsive ──────────────────────────────────────────────────────── */
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 56px; }
  .hero-art { height: 470px; margin-top: 8px; }
  .phone-back { left: 0; }
  .phone-front { right: 0; }
  .demo, .feature, .dark-inner, .chain-widget { grid-template-columns: 1fr; gap: 36px; }
  .status-cols { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .hero-art { height: 430px; transform: scale(.86); transform-origin: top center; }
  .strip-lede { font-size: 18.5px; }
  .mission p { font-size: 17px; }
  .stat b { font-size: 32px; }
}

/* ── who is building this ───────────────────────────────────────────────
   Sits between the mission and the ask. The avatar is a plain square file
   rounded here rather than a pre-cut circle, so the same asset can be used
   flat elsewhere (an og:image, a deck) without a baked-in mask. */
.who { background: var(--white); border-block: 1px solid var(--line); }
.who-inner {
  max-width: 820px; margin: 0 auto; padding: 72px 24px;
  display: flex; gap: 34px; align-items: flex-start;
}
.who-avatar {
  flex: none; width: 132px; height: 132px;
  border-radius: 50%; object-fit: cover;
  border: 3px solid var(--white);
  box-shadow: 0 0 0 1px var(--border), 0 10px 26px rgba(31, 35, 40, 0.13);
}
.who-text { min-width: 0; }
.who-text h2 {
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted2); margin: 0 0 14px;
}
.who-name {
  font-size: 26px; font-weight: 600; color: var(--ink);
  letter-spacing: -0.02em; margin: 0;
}
.who-role {
  font-size: 15px; color: var(--accent); font-weight: 500;
  margin: 3px 0 16px;
}
.who-text p:last-child {
  font-size: 16.5px; line-height: 1.62; color: var(--ink2); margin: 0;
}

@media (max-width: 620px) {
  .who-inner { flex-direction: column; gap: 22px; padding: 56px 24px; align-items: flex-start; }
  .who-avatar { width: 104px; height: 104px; }
  .who-name { font-size: 23px; }
}
.who-link { margin: -10px 0 16px; font-size: 15px; }
.who-link a {
  color: var(--muted); text-decoration: none;
  border-bottom: 1px solid var(--border); padding-bottom: 1px;
  transition: color 0.15s, border-color 0.15s;
}
.who-link a:hover, .who-link a:focus-visible { color: var(--ink); border-color: var(--muted2); }
