:root {
  color-scheme: dark;
  --black: #070707;
  --black-soft: #0d0d0d;
  --panel: #141414;
  --panel-2: #1b1b1b;
  --surface-raised: #202020;
  --orange: #ff5a00;
  --orange-light: #ff7a33;
  --white: #f7f7f5;
  --muted: #a7a7a2;
  --line: rgba(255,255,255,.14);
  --line-strong: rgba(255,255,255,.24);
  --max: 1240px;
  --measure: 760px;
  --radius: 18px;
  --radius-small: 10px;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --space-1: .5rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
button, input, textarea, select { font: inherit; }
img, picture, video { display: block; max-width: 100%; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: var(--orange); color: #090909; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  background: var(--orange); color: #080808; padding: .7rem 1rem; font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.measure { max-width: var(--measure); }
.stack > * + * { margin-top: var(--space-4); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }
.eyebrow, .kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 800; }
.muted { color: var(--muted); }
.orange { color: var(--orange); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--black) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.brand-word { display: inline-block; color: var(--orange); font: 900 clamp(1.4rem, 3vw, 2rem)/1 Impact, "Arial Narrow", sans-serif; letter-spacing: .045em; }
.brand-logo { display: block; width: clamp(116px, 14vw, 180px); height: auto; object-fit: contain; }
.brand-sub { display: block; margin-top: .22rem; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 1.1rem; }
.nav a { color: #d6d6d1; font-size: .88rem; font-weight: 650; border-bottom: 2px solid transparent; padding-block: .35rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--orange); }
.nav a[aria-current="page"] { border-color: var(--orange); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--panel); color: var(--white); border-radius: 999px; padding: .55rem .8rem; cursor: pointer; }

.hero {
  min-height: min(900px, calc(100svh - 76px));
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 24%, rgba(255,90,0,.23), transparent 25%),
    linear-gradient(118deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(165deg, #151515 0%, #070707 58%);
  background-size: auto, 54px 54px, auto;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 10% -12% auto 40%;
  height: 58%;
  border: 1px solid rgba(255,90,0,.35);
  border-radius: 50%;
  transform: rotate(-11deg);
  box-shadow: 0 0 0 40px rgba(255,90,0,.035), 0 0 0 90px rgba(255,90,0,.018);
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 22%;
  right: -8%;
  bottom: 8%;
  background: linear-gradient(90deg, transparent, rgba(255,90,0,.25));
  clip-path: polygon(18% 45%, 39% 12%, 79% 7%, 100% 48%, 89% 68%, 18% 70%, 0 100%, 6% 62%);
  filter: blur(1px);
  z-index: -1;
}
.hero-content { position: relative; z-index: 2; padding-block: clamp(5.5rem, 10vw, 9.5rem) clamp(4.5rem, 8vw, 7.5rem); max-width: 980px; }
.hero-brand { width: min(650px, 82vw); margin: .9rem 0 1.2rem; }
.hero-brand > span { display: block; color: var(--orange); font: 900 clamp(4.2rem, 12vw, 8.5rem)/.96 Impact, "Arial Narrow", sans-serif; letter-spacing: .035em; }
.hero-brand-logo { display: block; width: 100%; height: auto; object-fit: contain; }
.hero h1, .page-hero h1 { margin: .4rem 0 1.25rem; font-family: Impact, "Arial Narrow", sans-serif; font-weight: 900; letter-spacing: .005em; text-transform: uppercase; line-height: .92; }
.hero h1 { max-width: 900px; font-size: clamp(3.6rem, 9.2vw, 7.8rem); }
.page-hero h1 { font-size: clamp(3.7rem, 9vw, 7.6rem); line-height: .96; }
.hero-copy { max-width: 800px; color: #d0d0cb; font-size: clamp(1.05rem, 1.8vw, 1.32rem); line-height: 1.65; }
.hero-copy strong { color: var(--white); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 48px; padding: .75rem 1.05rem; border: 1px solid var(--line); font-weight: 800; font-size: .86rem; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.button.primary { background: var(--orange); border-color: var(--orange); color: #090909; }
.button.primary:hover { background: var(--orange-light); }
.button.secondary:hover { border-color: var(--orange); color: var(--orange); }
.button.ghost { border-color: transparent; color: var(--muted); }
.button.ghost:hover { color: var(--white); border-color: var(--line); }

.motto-band { overflow: hidden; border-block: 1px solid rgba(255,90,0,.55); background: #0b0b0b; color: var(--orange); }
.motto-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; padding-block: .9rem; animation: motto-scroll 24s linear infinite; }
.motto-track span { font: 900 clamp(1.2rem, 2.6vw, 2rem)/1 Impact, "Arial Narrow", sans-serif; letter-spacing: .1em; white-space: nowrap; }
.motto-track i { font-style: normal; opacity: .55; }
@keyframes motto-scroll { to { transform: translateX(-33.333%); } }

.feature-band { background: var(--orange); color: #090909; }
.feature-band .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { padding: 1.8rem 1.2rem; border-right: 1px solid rgba(0,0,0,.22); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 900 clamp(1.45rem, 2.8vw, 2.2rem)/1 Impact, "Arial Narrow", sans-serif; letter-spacing: .02em; }
.stat span { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section + .section { border-top: 1px solid var(--line); }
.section.alt { background: var(--black-soft); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.5rem; margin-bottom: 3rem; align-items: end; }
.section-head h2, .display-heading { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-weight: 800; text-transform: uppercase; line-height: 1.04; letter-spacing: .005em; }
.section-head h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
.display-heading { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.section-head p { margin: 0; color: var(--muted); max-width: 650px; font-size: 1.04rem; }
.manifesto-section { background: linear-gradient(180deg, #090909, #111); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.manifesto-copy { max-width: 680px; }
.manifesto-copy p { margin: 0 0 1.2rem; color: #cfcfca; font-size: clamp(1.02rem, 1.7vw, 1.22rem); line-height: 1.75; }
.manifesto-copy strong { color: var(--white); }
.brand-future { background: radial-gradient(circle at 10% 20%, rgba(255,90,0,.15), transparent 30%), #090909; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { position: relative; min-height: 280px; padding: 1.5rem; background: linear-gradient(145deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 rgba(255,255,255,.02); }
.card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -45px; bottom: -45px; border: 1px solid rgba(255,90,0,.35); border-radius: 50%; }
.card.compact { min-height: 0; }
.card .number { color: var(--orange); font-weight: 900; letter-spacing: .12em; font-size: .75rem; }
.card h3 { margin: 4.5rem 0 .6rem; font-size: 1.45rem; line-height: 1.18; }
.card.compact h3 { margin-top: 1.5rem; }
.card p { color: var(--muted); margin: 0; }
.card-link { display: inline-block; margin-top: 1rem; color: var(--orange); font-weight: 800; }

.page-hero { padding-block: clamp(6rem, 11vw, 10rem) 4rem; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 10%, rgba(255,90,0,.15), transparent 30%); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.prose { max-width: 820px; }
.prose h2 { font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.12; margin-top: 2.5rem; }
.prose h3 { line-height: 1.2; }
.prose p, .prose li { color: #c8c8c3; }
.prose a { color: var(--orange); text-decoration: underline; text-underline-offset: .2em; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .35fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.placeholder { min-height: 300px; display: grid; place-items: end start; padding: 1.2rem; background: linear-gradient(140deg, #202020, #0e0e0e); border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); }
.media-card { position: relative; min-height: 320px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 72% 25%, rgba(255,90,0,.22), transparent 24%), linear-gradient(145deg, #242424, #0d0d0d); }
.media-card::after { content: ""; position: absolute; inset: auto -10% 10% 25%; height: 28%; border: 1px solid rgba(255,90,0,.4); transform: skewX(-20deg); }
.media-card-brand { min-height: 390px; background: radial-gradient(circle at 66% 22%, rgba(255,90,0,.28), transparent 23%), linear-gradient(155deg, #262626, #090909); }
.editorial-card { min-height: 420px; }
.media-card .media-label { position: absolute; inset: auto 1rem 1rem 1rem; z-index: 1; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.event-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.event-row:last-child { border-bottom: 1px solid var(--line); }
.event-date { color: var(--orange); font-weight: 900; text-transform: uppercase; }
.event-row h3 { margin: 0; }
.event-row p { margin: .2rem 0 0; color: var(--muted); }
.faq details { border-top: 1px solid var(--line); padding: 1.25rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--muted); }
.pill { display: inline-flex; align-items: center; min-height: 30px; padding: .25rem .65rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pill.live { color: var(--orange); border-color: rgba(255,90,0,.5); }
.notice { padding: 1rem 1.1rem; border-left: 3px solid var(--orange); background: rgba(255,90,0,.07); color: #d8d8d3; }
.quote { margin: 0; padding: 1.5rem; border-left: 4px solid var(--orange); background: var(--panel); font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 800; line-height: 1.3; }
.list-clean { list-style: none; padding: 0; margin: 0; }
.list-clean li { padding-block: .8rem; border-top: 1px solid var(--line); color: #c8c8c3; }
.list-clean li:last-child { border-bottom: 1px solid var(--line); }
.metric { padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--panel); }
.metric strong { display: block; margin-bottom: .35rem; font: 900 clamp(1.6rem, 4vw, 2.6rem)/1 Impact, "Arial Narrow", sans-serif; color: var(--orange); }
.metric span { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { border-top: 1px solid var(--line); padding-block: 3rem; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, .7fr); gap: 2rem; }
.footer-title { font: 900 2rem/1 Impact, "Arial Narrow", sans-serif; color: var(--orange); }
.footer-copy, .footer-links a { color: var(--muted); }
.footer-links { display: grid; gap: .55rem; align-content: start; }
.footer-links strong { margin-bottom: .35rem; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: #73736f; font-size: .78rem; display: flex; justify-content: space-between; gap: 1rem; }

@media (max-width: 1000px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split, .page-grid, .manifesto-grid { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
  .menu-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 76px 0 auto 0; display: none; background: #090909; border-bottom: 1px solid var(--line); padding: 1.2rem; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .7rem .2rem; border-bottom-color: transparent; }
  .section-head, .cards, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; }
  .feature-band .shell { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.22); }
  .stat:last-child { border-bottom: 0; }
  .event-row { grid-template-columns: 90px 1fr; }
  .event-row .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .grid-3 { grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
  .hero { min-height: auto; }
  .hero-content { padding-top: 5rem; }
}

@media (max-width: 520px) {
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand-sub { display: none; }
  .brand-logo { width: 128px; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5rem); line-height: .96; }
  .hero-brand { width: min(520px, 92vw); }
  .motto-track { gap: 1rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .motto-track { transform: none !important; }
}
