@charset "UTF-8";

:root {
  --paper: #f1eee5;
  --paper-deep: #e6e1d4;
  --ink: #111210;
  --muted: #5c5e56;
  --rule: #b8b5aa;
  --signal: #dfff3f;
  --white: #fffef9;
  --content: 1160px;
  color-scheme: light;
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #5f7500; outline-offset: 4px; }

.site-head, footer {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-head { min-height: 78px; border-bottom: 1px solid var(--ink); }
.wordmark { display: inline-flex; gap: 10px; align-items: center; font: 760 13px/1 "Courier New", monospace; letter-spacing: .08em; text-decoration: none; }
.wordmark span { color: #718b00; }
nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
nav a { text-decoration: none; }
.nav-cta { padding: 10px 15px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: #2b2d28; }

main { overflow: hidden; }
.hero {
  width: min(calc(100% - 48px), var(--content));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .75fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  padding: 82px 0 98px;
}
.eyebrow, .section-kicker { font: 700 12px/1.3 "Courier New", monospace; letter-spacing: .11em; }
.eyebrow { margin: 0 0 24px; }
h1, h2 { font-family: Charter, Georgia, serif; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.1vw, 82px); line-height: .99; font-weight: 500; }
h1 em { text-decoration: underline; text-decoration-color: #718b00; text-decoration-thickness: 5px; text-underline-offset: 7px; font-weight: 500; }
h2 { margin: 0 0 28px; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.03; font-weight: 500; }
h3 { margin: 0 0 7px; font-size: 18px; letter-spacing: -.01em; }
.lede, .section-lede { color: #343631; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55; }
.lede { max-width: 670px; margin: 32px 0; }
.section-lede { max-width: 800px; margin: 0 0 48px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 30px 0 14px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; font-weight: 750; font-size: 14px; text-decoration: none; border: 1px solid var(--ink); }
.button.primary { background: var(--signal); box-shadow: 5px 5px 0 var(--ink); }
.button.primary:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button.text-button { border-color: transparent; padding-inline: 0; }
.button.disabled { background: #d9dfb9; color: #41443b; }
.micro { color: var(--muted); font: 12px/1.55 "Courier New", monospace; }

.ledger { border: 1px solid var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--ink); transform: rotate(1deg); }
.ledger-head { display: flex; justify-content: space-between; gap: 16px; padding: 15px 18px; border-bottom: 1px solid var(--ink); background: var(--signal); font: 700 11px/1 "Courier New", monospace; letter-spacing: .08em; }
.ledger dl { margin: 0; padding: 8px 18px; }
.ledger dl div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 14px 0; border-bottom: 1px dashed var(--rule); }
.ledger dt { font-size: 13px; color: var(--muted); }
.ledger dd { margin: 0; font: 700 18px/1 "Courier New", monospace; }
.ledger > p { margin: 0; padding: 17px 18px; background: var(--ink); color: var(--white); font-size: 12px; }

.proof-strip { display: flex; justify-content: center; gap: clamp(25px, 8vw, 100px); padding: 19px 24px; background: var(--ink); color: var(--signal); font: 700 11px/1.4 "Courier New", monospace; letter-spacing: .08em; }
.section { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 70px; width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 115px 0; border-bottom: 1px solid var(--rule); }
.section-kicker { padding-top: 13px; color: var(--muted); }
.section-body { min-width: 0; }
.evidence-row { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid var(--ink); }
.evidence-row:last-of-type { border-bottom: 1px solid var(--ink); }
.evidence-row .number { font: 700 48px/1 "Courier New", monospace; }
.evidence-row p, .scope-list p { margin: 0; color: var(--muted); }
details { margin-top: 30px; border-bottom: 1px solid var(--rule); }
summary { min-height: 48px; padding: 13px 0; cursor: pointer; font-weight: 700; }
details p { max-width: 740px; margin: 0 0 22px; color: var(--muted); }

.scope-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.scope-list li { display: grid; grid-template-columns: 58px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--rule); }
.scope-list li > span { font: 700 13px/1.5 "Courier New", monospace; color: #6c8200; }
.contrast { position: relative; color: var(--white); border: 0; }
.contrast::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ink);
}
.contrast .section-kicker, .contrast .section-lede { color: #bcbdb6; }
.contrast table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 18px 12px; text-align: left; border-top: 1px solid #5b5e55; }
thead th { color: var(--signal); font: 700 12px/1.3 "Courier New", monospace; letter-spacing: .06em; }
tbody th { color: #bcbdb6; font-weight: 500; }
.privacy-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.check-list li { position: relative; padding: 18px 0 18px 30px; border-bottom: 1px solid var(--rule); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #617600; font-weight: 900; }

.reserve { width: min(calc(100% - 48px), 930px); margin: 0 auto; padding: 125px 0; text-align: center; }
.reserve h2 { font-size: clamp(42px, 6vw, 72px); }
.reserve > p:not(.eyebrow,.micro) { max-width: 740px; margin: 0 auto; font-size: 18px; color: #3b3d37; }
.reserve .hero-actions { justify-content: center; }
.price-line { display: flex; align-items: baseline; justify-content: center; gap: 14px; margin: 40px 0; }
.price-line strong { font: 700 clamp(50px, 7vw, 82px)/1 "Courier New", monospace; }
.price-line span { color: var(--muted); }
footer { min-height: 135px; border-top: 1px solid var(--ink); font-size: 13px; }
footer p { margin: 0; color: var(--muted); }

.legal { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: 90px 0 130px; }
.legal .eyebrow { margin-bottom: 18px; }
.legal h1 { font-size: clamp(46px, 7vw, 78px); margin-bottom: 35px; }
.legal h2 { margin: 50px 0 16px; font: 600 26px/1.2 "Segoe UI Variable Text", "Segoe UI", sans-serif; letter-spacing: -.02em; }
.legal p, .legal li { color: #40423c; }
.legal li { margin: 9px 0; }
.legal .updated { padding-bottom: 22px; border-bottom: 1px solid var(--rule); font: 12px/1.5 "Courier New", monospace; }

@media (max-width: 850px) {
  .site-head { min-height: 68px; }
  .site-head nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 70px 0 90px; }
  .ledger { transform: none; max-width: 580px; }
  .section { grid-template-columns: 1fr; gap: 22px; padding: 85px 0; }
  .privacy-grid { grid-template-columns: 1fr; gap: 32px; }
  .proof-strip { flex-wrap: wrap; gap: 12px 30px; }
  .proof-strip span { white-space: nowrap; }
  footer { flex-wrap: wrap; padding: 35px 0; }
}

@media (max-width: 560px) {
  .site-head, footer, .hero, .section, .reserve, .legal { width: min(calc(100% - 30px), var(--content)); }
  .site-head .nav-cta { padding: 9px 11px; }
  h1 { font-size: 46px; }
  .hero { gap: 55px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .ledger { box-shadow: 7px 7px 0 var(--ink); }
  .evidence-row { grid-template-columns: 1fr; gap: 12px; }
  .evidence-row .number { font-size: 40px; }
  .contrast table { font-size: 12px; }
  th, td { padding: 13px 7px; }
  .price-line { align-items: center; flex-direction: column; }
  footer nav { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button.primary:hover { transform: none; }
}
