:root {
  --ink: #111111;
  --paper: #ffffff;
  --muted: #5f6368;
  --line: #d8d8d2;
  --accent: #FF3B00;
  --accent-dark: #c53100;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { color: var(--ink); background: var(--paper); font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body { margin: 0; min-height: 100vh; }
.texture { position: fixed; inset: 0; pointer-events: none; opacity: .17; background-image: radial-gradient(#111 0.55px, transparent 0.55px); background-size: 7px 7px; mix-blend-mode: multiply; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: .18em; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(18px, 4vw, 54px); background: rgba(255,255,255,.91); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { font-weight: 900; letter-spacing: 0; text-decoration: none; font-size: 1.1rem; }
.brand span { color: var(--accent); }
.nav-menu { position: relative; }
.nav-menu summary { display: grid; gap: 5px; width: 44px; height: 44px; align-content: center; justify-content: center; border: 1px solid var(--ink); cursor: pointer; list-style: none; background: white; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary span { display: block; width: 21px; height: 2px; background: var(--ink); }
.nav-menu nav { position: absolute; right: 0; top: 52px; width: min(88vw, 370px); padding: 24px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--accent); display: grid; gap: 11px; }
.nav-menu:not([open]) nav { display: none; }
.ref-small { color: var(--accent-dark); font-weight: 800; }
.page { width: min(var(--max), calc(100vw - 36px)); margin: 0 auto; padding: clamp(42px, 8vw, 100px) 0; }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr); gap: clamp(22px, 5vw, 70px); align-items: end; border-bottom: 1px solid var(--ink); padding-bottom: clamp(32px, 6vw, 72px); }
.eyebrow, .kicker { margin: 0; color: var(--accent-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: .1em 0 .24em; font-size: clamp(2.65rem, 7.6vw, 7.4rem); line-height: .92; letter-spacing: 0; max-width: 10ch; }
.deck { font-size: clamp(1.05rem, 1.8vw, 1.45rem); max-width: 54rem; margin: 0; color: #262626; }
.disclosure { align-self: start; margin: 0; color: var(--muted); font-size: .95rem; border-left: 3px solid var(--accent); padding-left: 14px; }
.cta { justify-self: start; align-self: end; grid-column: 2; display: inline-block; margin-top: 24px; padding: 13px 18px; background: var(--accent); color: white; font-weight: 900; text-decoration: none; box-shadow: 7px 7px 0 var(--ink); border: 1px solid var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.cta:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--ink); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.stats div { padding: 24px 18px; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1; }
.stats span { color: var(--muted); }
.content-flow { column-count: 2; column-gap: clamp(30px, 6vw, 86px); margin-top: clamp(36px, 7vw, 84px); }
.article-section { break-inside: avoid; padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--line); }
h2 { font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.06; margin: .18em 0 .45em; letter-spacing: 0; }
p { font-size: 1.03rem; }
.faq-list { column-span: all; display: grid; gap: 12px; margin: 34px 0; }
.faq-list details { border-top: 1px solid var(--ink); padding: 16px 0; }
.faq-list summary { cursor: pointer; font-weight: 900; font-size: 1.1rem; }
.index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 60px 0 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.index-grid a { min-height: 160px; padding: 18px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 1.1rem; font-weight: 900; display: flex; flex-direction: column; justify-content: space-between; }
.index-grid span { color: var(--accent-dark); font-size: .76rem; text-transform: uppercase; }
.related { margin-top: 54px; padding-top: 24px; border-top: 3px solid var(--ink); display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: baseline; }
.related h2 { flex-basis: 100%; margin: 0; }
.site-footer { width: min(var(--max), calc(100vw - 36px)); margin: 0 auto; padding: 36px 0 60px; border-top: 1px solid var(--ink); color: #333; }
.site-footer a { margin-right: 18px; font-weight: 800; }
select, button { font: inherit; padding: 10px 12px; border: 1px solid var(--ink); background: white; }
button { cursor: pointer; box-shadow: 4px 4px 0 var(--accent); font-weight: 800; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
pre { overflow: auto; background: #f5f5f0; border: 1px solid var(--line); padding: 16px; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; }
  h1 { max-width: 12ch; }
  .cta { grid-column: auto; }
  .content-flow { column-count: 1; }
  .stats, .index-grid { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
}