:root {
  color-scheme: dark;
  --ink: #080a09;
  --ink-soft: #111512;
  --paper: #f3f4ef;
  --muted: #aeb4ad;
  --line: rgba(255, 255, 255, 0.2);
  --purple: #a151de;
  --green: #79ce82;
  --signal: #d8ff47;
  --shell: 1240px;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

body.age-locked { overflow: hidden; }

button,
a { font: inherit; }

a { color: inherit; }

img,
video { display: block; max-width: 100%; }

.page-shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 22px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}

.button-solid {
  color: #071008;
  background: var(--signal);
}

.button-solid:hover { background: #eeffab; }

.button-line {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
}

.button-line:hover,
.button-glass:hover { border-color: var(--paper); background: rgba(255, 255, 255, 0.1); }

.button-glass {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(7, 9, 8, 0.52);
  backdrop-filter: blur(10px);
}

.button-small { min-height: 38px; padding-inline: 17px; font-size: 13px; }
.button-large { min-height: 56px; padding-inline: 28px; }

.age-gate {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 7, 6, 0.96);
}

.age-gate[hidden] { display: none; }

.age-panel {
  width: min(100%, 560px);
  border-top: 4px solid var(--signal);
  padding: 52px;
  background: #111512;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.age-wordmark,
.wordmark,
.footer-wordmark {
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 2px;
}

.age-wordmark { display: inline-block; margin-bottom: 58px; font-size: 15px; }
.age-panel h2 { margin: 0 0 18px; font-size: 44px; line-height: 1; }
.age-panel > p:not(.eyebrow) { color: #c7cbc6; }
.age-actions { display: grid; gap: 10px; margin-top: 34px; }
.age-fine { margin: 24px 0 0; font-size: 12px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 9, 8, 0.48);
  backdrop-filter: blur(14px);
}

.wordmark { font-size: 15px; justify-self: start; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a,
.text-link { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a:hover,
.text-link:hover { color: var(--signal); }
.account-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }

.hero {
  position: relative;
  min-height: min(850px, 88svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #111612;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video { object-fit: cover; object-position: center 38%; }
.hero-shade { background: rgba(4, 6, 5, 0.58); }

.hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 76px;
}

.hero-eyebrow { color: var(--signal); }

.hero h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 800px;
  font-size: 112px;
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
}

.hero-position {
  max-width: 720px;
  margin: 34px 0 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
}

.hero-copy {
  max-width: 620px;
  margin: 14px 0 0;
  color: #d8ddd7;
  font-size: 18px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.hero-next {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 34px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
}

.credential-band { background: var(--paper); color: var(--ink); }

.credential-grid {
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}

.credential-grid div { min-height: 64px; padding: 8px 22px; border-left: 1px solid rgba(8, 10, 9, 0.18); }
.credential-grid div:last-child { border-right: 1px solid rgba(8, 10, 9, 0.18); }
.credential-grid strong,
.credential-grid span { display: block; }
.credential-grid strong { font-size: 18px; }
.credential-grid span { margin-top: 4px; color: #5d635e; font-size: 12px; }

.section-pad { padding-block: 128px; }

.manifesto { background: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); gap: 100px; }
.manifesto h2,
.press-band h2,
.city-copy h2,
.section-heading h2,
.license-band h2 {
  margin: 0;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: 0;
}

.manifesto-copy { padding-top: 38px; color: #c9ceca; font-size: 22px; line-height: 1.45; }
.manifesto-copy p { margin: 0 0 28px; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.pillars article { min-height: 390px; padding: 62px 52px; border-right: 1px solid var(--line); }
.pillars article:last-child { border-right: 0; }
.pillar-number { color: var(--purple); font-size: 14px; font-weight: 900; }
.pillars h3 { margin: 110px 0 18px; font-size: 30px; line-height: 1.1; }
.pillars p { max-width: 380px; margin: 0; color: var(--muted); }

.press-band { color: #071008; background: var(--green); }
.press-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; align-items: center; }
.press-mark { margin: 0; font-size: 140px; font-weight: 900; line-height: 0.8; }
.press-band .eyebrow { color: #2a402d; }
.press-band h2 { max-width: 760px; }
.press-band p:not(.eyebrow):not(.press-mark) { max-width: 700px; font-size: 18px; }
.arrow-link { display: inline-block; margin-top: 18px; font-weight: 900; text-underline-offset: 5px; }
.source-note { opacity: 0.72; font-size: 12px !important; }

.city-showcase {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #152117;
}

.city-showcase > img,
.city-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.city-showcase > img { object-fit: cover; object-position: center 50%; }
.city-shade { background: rgba(4, 7, 5, 0.58); }
.city-copy { position: relative; z-index: 2; padding-bottom: 90px; }
.city-copy p:not(.eyebrow) { max-width: 630px; margin: 24px 0 32px; color: #dbe0dc; font-size: 19px; }

.access { background: var(--paper); color: var(--ink); }
.section-heading { max-width: 760px; }
.section-heading .eyebrow { color: #486a4d; }
.section-heading > p:last-child { max-width: 640px; margin: 24px 0 0; color: #5c625e; font-size: 18px; }

.access-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid rgba(8, 10, 9, 0.22);
  border-bottom: 1px solid rgba(8, 10, 9, 0.22);
}

.access-options a {
  position: relative;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid rgba(8, 10, 9, 0.22);
  color: var(--ink);
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.access-options a:last-child { border-right: 0; }
.access-options a:hover { color: #071008; background: var(--signal); }
.access-kicker { color: #646a65; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
.access-options strong { margin-top: auto; font-size: 26px; line-height: 1.1; }
.access-options strong + span { max-width: 260px; margin-top: 12px; color: #555b56; font-size: 14px; }
.access-options b { position: absolute; right: 28px; bottom: 28px; font-size: 26px; }

.license-band { padding-block: 96px; background: var(--ink-soft); }
.license-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 100px; }
.license-grid > div:last-child > p:first-child { max-width: 700px; margin-top: 0; font-size: 22px; }
.license-grid dl { margin: 38px 0; border-block: 1px solid var(--line); }
.license-grid dl div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.license-grid dl div:last-child { border-bottom: 0; }
.license-grid dt { color: var(--muted); }
.license-grid dd { margin: 0; font-weight: 800; }
.license-note { max-width: 700px; color: var(--muted); font-size: 13px; }

.site-footer { border-top: 1px solid var(--line); padding: 72px 0 34px; background: #050706; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; }
.footer-wordmark { font-size: 24px; }
.footer-top p { color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; }
.footer-links a { font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--signal); }
.compliance-copy { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); color: #858b86; font-size: 11px; }
.compliance-copy p { margin: 7px 0; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero h1 { font-size: 88px; }
  .credential-grid { grid-template-columns: repeat(3, 1fr); padding-block: 20px; }
  .credential-grid div { border-bottom: 1px solid rgba(8, 10, 9, 0.18); }
  .manifesto-grid,
  .press-grid,
  .license-grid { grid-template-columns: 1fr; gap: 58px; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillars article:last-child { border-bottom: 0; }
  .pillars h3 { margin-top: 72px; }
  .press-mark { font-size: 100px; }
  .access-options { grid-template-columns: 1fr; }
  .access-options a { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(8, 10, 9, 0.22); }
  .access-options a:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .page-shell { width: min(calc(100% - 38px), var(--shell)); }
  .site-header { min-height: 68px; padding-inline: 19px; }
  .wordmark { font-size: 13px; letter-spacing: 1px; }
  .account-actions { gap: 13px; }
  .text-link { font-size: 12px; }
  .button-small { min-height: 36px; padding-inline: 13px; }
  .hero { min-height: 780px; }
  .hero-inner { padding-bottom: 78px; }
  .hero h1 { font-size: 62px; }
  .hero-position { font-size: 23px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-next { display: none; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .credential-grid div { min-height: 76px; padding-inline: 12px; border-left: 0; }
  .credential-grid div:nth-child(odd) { border-right: 1px solid rgba(8, 10, 9, 0.18); }
  .credential-grid div:last-child { grid-column: 1 / -1; border-right: 0; }
  .section-pad { padding-block: 86px; }
  .manifesto h2,
  .press-band h2,
  .city-copy h2,
  .section-heading h2,
  .license-band h2 { font-size: 44px; }
  .manifesto-copy { padding-top: 0; font-size: 19px; }
  .pillars article { min-height: 280px; padding: 48px 24px; }
  .press-mark { font-size: 78px; }
  .city-showcase { min-height: 680px; }
  .city-showcase > img { object-position: 51% center; }
  .city-copy { padding-bottom: 64px; }
  .access-options { margin-top: 52px; }
  .access-options a { padding: 28px 24px; }
  .license-grid dl div { grid-template-columns: 1fr; gap: 4px; }
  .footer-top { flex-direction: column; }
  .age-panel { padding: 36px 26px; }
  .age-wordmark { margin-bottom: 42px; }
  .age-panel h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
