@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/space-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --green: #0b2e22;
  --deep: #071b14;
  --lime: #c9f43d;
  --cream: #f3f0e7;
  --paper: #faf9f4;
  --ink: #14221c;
  --muted: #67726c;
  --line: rgba(20, 34, 28, 0.16);
  --shell: min(1160px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Space Grotesk", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 10px 14px; background: var(--lime); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.topline {
  padding: 8px 24px;
  color: #d8ded9;
  background: var(--deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.site-head {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 700; letter-spacing: .11em; }
.logo-mark { width: 35px; height: 35px; flex: 0 0 auto; border-radius: 50%; }
.head-nav { display: flex; align-items: center; gap: 24px; color: #3e4b45; font-size: 12px; font-weight: 600; }
.head-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.language { padding: 8px 10px; border: 1px solid var(--line); }

.market-picker { position: relative; }
.market-picker summary {
  min-width: 52px;
  height: 34px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  list-style: none;
  font-size: 10px;
  letter-spacing: .08em;
}
.market-picker summary::-webkit-details-marker { display: none; }
.market-picker summary::after { content: "⌄"; margin-left: 6px; }
.market-picker summary { grid-template-columns: 1fr auto; }
.market-picker nav {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  padding: 7px;
  display: grid;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(7, 27, 20, .16);
}
.market-picker nav a {
  padding: 10px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 7px;
  font-size: 11px;
}
.market-picker nav a:hover,
.market-picker nav a[aria-current="page"] { background: var(--cream); text-decoration: none; }
.market-picker nav b { color: var(--green); font-size: 9px; letter-spacing: .1em; }

.crumbs { padding-block: 19px; color: var(--muted); font-size: 11px; }
.crumbs a { text-decoration: underline; text-underline-offset: 3px; }
.crumbs span { margin-inline: 7px; color: #a0a8a3; }

.page-hero { padding: clamp(64px, 9vw, 118px) 0; color: white; background: var(--green); }
.page-hero .eyebrow, .eyebrow { margin: 0 0 14px; color: #718078; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.page-hero .eyebrow { color: var(--lime); }
.page-hero h1 { max-width: 980px; margin: 0; font-size: clamp(50px, 8vw, 108px); line-height: .91; letter-spacing: -.065em; }
.page-hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.page-hero .lede { max-width: 720px; margin: 30px 0 0; color: #cad3ce; font-size: clamp(16px, 2vw, 21px); line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.button-primary { color: var(--deep); background: var(--lime); border-color: var(--lime); }

.stats { background: var(--deep); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 118px; padding: 25px; border-left: 1px solid rgba(255,255,255,.11); }
.stat:last-child { border-right: 1px solid rgba(255,255,255,.11); }
.stat span { display: block; margin-bottom: 11px; color: #718078; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.stat strong { color: white; font-size: 15px; }

.section { padding: clamp(66px, 9vw, 112px) 0; }
.section-alt { background: var(--cream); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); }
.split h2, .section-title { margin: 0; font-size: clamp(37px, 5vw, 68px); line-height: .96; letter-spacing: -.055em; }
.prose { color: #425048; font-size: 16px; line-height: 1.75; }
.prose p:first-child { margin-top: 0; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

.card-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.card h2, .card h3 { margin: 50px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.card a { font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.checklist { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); }
.checklist li { padding: 19px 4px; border-bottom: 1px solid var(--line); font-size: 14px; }
.checklist li:nth-child(odd) { margin-right: 24px; }
.checklist li::before { content: "✓"; margin-right: 11px; color: var(--green); font-weight: 700; }

.alert-box { padding: clamp(38px, 7vw, 76px); color: white; background: var(--deep); }
.alert-box h2 { max-width: 750px; margin: 0; font-size: clamp(38px, 5vw, 66px); letter-spacing: -.055em; line-height: .98; }
.alert-box p { max-width: 650px; margin: 20px 0 30px; color: #aebbb4; line-height: 1.65; }

.evidence-section { color: white; background: var(--green); }
.evidence-head { max-width: 820px; }
.evidence-head .eyebrow { color: var(--lime); }
.evidence-head > p:last-child { max-width: 720px; margin: 22px 0 0; color: #b9c6c0; line-height: 1.65; }
.evidence-table-wrap { margin-top: 44px; overflow-x: auto; border: 1px solid rgba(255,255,255,.18); }
.evidence-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.evidence-table th, .evidence-table td { padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); vertical-align: top; }
.evidence-table tr:last-child th, .evidence-table tr:last-child td { border-bottom: 0; }
.evidence-table th:last-child, .evidence-table td:last-child { border-right: 0; }
.evidence-table thead th { color: var(--lime); background: var(--deep); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.evidence-table tbody th { width: 18%; color: white; font-size: 13px; }
.evidence-table tbody td { color: #c4cec9; font-size: 12px; line-height: 1.55; }
.evidence-sources { margin: 20px 0 0; color: #90a098; font-size: 10px; line-height: 1.6; }
.evidence-sources strong { color: white; }
.evidence-sources a { text-decoration: underline; text-underline-offset: 3px; }

.market-waitlist {
  max-width: 690px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  gap: 13px;
  align-items: end;
}
.market-waitlist > label:first-of-type { display: grid; gap: 7px; }
.market-waitlist label > span { color: #aebbb4; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.market-waitlist input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  font: inherit;
}
.market-waitlist .waitlist-consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
}
.market-waitlist .waitlist-consent input { width: 18px; height: 18px; margin: 0; }
.market-waitlist .waitlist-consent span { letter-spacing: 0; line-height: 1.5; text-transform: none; }
.market-waitlist .waitlist-consent a { color: white; text-decoration: underline; }
.waitlist-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.waitlist-feedback { display: none; margin: 18px 0 0 !important; font-size: 12px; }
.waitlist-feedback:target { display: block; }
.waitlist-success { color: var(--lime) !important; }
.waitlist-error { color: #ffaaa0 !important; }

.site-foot { padding: 54px 0 24px; color: #afbbb5; background: var(--deep); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-foot strong { color: white; letter-spacing: .1em; }
.site-foot p { max-width: 390px; font-size: 12px; line-height: 1.6; }
.site-foot nav { display: grid; gap: 10px; align-content: start; font-size: 12px; }
.site-foot nav span { margin-bottom: 7px; color: #64736b; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.legal { margin-top: 44px; padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #63716a; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 800px) {
  :root { --shell: calc(100vw - 32px); }
  .head-nav > a:not(.language) { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 1px solid rgba(255,255,255,.11); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .logo { font-size: 10px; }
  .head-nav { gap: 8px; }
  .market-picker nav { position: fixed; top: 102px; right: 16px; left: 16px; width: auto; }
  .market-waitlist { grid-template-columns: 1fr; }
  .market-waitlist .button { width: 100%; }
  .stats-grid, .card-grid, .checklist, .foot-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(2), .stat:last-child { border-right: 1px solid rgba(255,255,255,.11); }
  .checklist li:nth-child(odd) { margin-right: 0; }
  .foot-grid > div:first-child { grid-column: auto; }
  .legal { display: grid; }
}
