:root {
  --black: #070707;
  --ink: #101010;
  --red: #ed1c24;
  --red-dark: #a9080e;
  --white: #f8f7f4;
  --muted: #b4b4b4;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(7,7,7,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.wordmark { display: inline-flex; gap: .35rem; align-items: baseline; font-family: Anton, Impact, sans-serif; letter-spacing: .05em; text-decoration: none; font-size: 1.35rem; }
.wordmark span { color: var(--red); font-family: Inter, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); }
nav a { font-size: .88rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
nav a:hover, nav a:focus-visible { color: var(--red); }
.nav-cta { border: 1px solid var(--red); padding: .65rem 1rem; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; color: white; padding: .6rem .8rem; font: inherit; font-weight: 700; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: 1rem;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5.5rem);
  background:
    radial-gradient(circle at 75% 40%, rgba(237,28,36,.22), transparent 32%),
    linear-gradient(120deg, #070707 0%, #101010 60%, #050505 100%);
}
.hero::before { content: "11"; position: absolute; z-index: -1; right: -2vw; bottom: -18vw; color: rgba(255,255,255,.025); font-family: Anton, Impact, sans-serif; font-size: min(60vw, 780px); line-height: 1; }
.eyebrow, .section-number { margin: 0 0 1rem; color: var(--red); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; }
h1, h2 { margin: 0; font-family: Anton, Impact, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .015em; line-height: .96; }
h1 { max-width: 850px; font-size: clamp(3.6rem, 8.2vw, 8.7rem); }
h2 { font-size: clamp(2.7rem, 5.8vw, 6.2rem); }
.hero-lede { max-width: 680px; margin: 1.75rem 0 2rem; color: #d3d3d3; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.25rem; border: 2px solid transparent; font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #ff3038; }
.button-secondary { border-color: rgba(255,255,255,.45); color: white; }
.button-secondary:hover { border-color: white; }
.button-light { background: white; color: black; }
.manifesto { margin: 2.5rem 0 0; font-family: Anton, Impact, sans-serif; font-size: 1.25rem; letter-spacing: .08em; }
.manifesto span { color: var(--red); }
.hero-art { position: relative; display: grid; place-items: center; min-width: 0; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 760px); filter: drop-shadow(0 25px 45px rgba(0,0,0,.6)); }
.signal-ring { position: absolute; width: 80%; aspect-ratio: 1; border: 1px solid rgba(237,28,36,.45); border-radius: 50%; box-shadow: 0 0 0 28px rgba(237,28,36,.07), 0 0 0 58px rgba(237,28,36,.04); }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--red); color: white; }
.ticker div { width: max-content; padding: .8rem 0; font-family: Anton, Impact, sans-serif; font-size: 1.15rem; letter-spacing: .08em; animation: marquee 24s linear infinite; }
.ticker b { margin: 0 1rem; color: black; }
@keyframes marquee { to { transform: translateX(-25%); } }

.split-section, .shop-section, .podcast-section, .newsletter-section, .closing-statement { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); border-bottom: 1px solid var(--line); }
.split-section h2 { max-width: 700px; }
.prose { max-width: 680px; color: #d2d2d2; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.prose p:first-child { color: white; font-weight: 650; }

.shop-section { background: var(--white); color: var(--ink); }
.shop-section .section-number { color: var(--red-dark); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading > p { max-width: 540px; color: #444; }
.store-shell { min-height: 430px; padding: clamp(1rem, 3vw, 2.5rem); background: white; border: 1px solid #d8d8d8; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.store-status { min-height: 320px; display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: center; color: #555; font-weight: 700; }
.loader { width: 38px; height: 38px; border: 3px solid #ddd; border-top-color: var(--red); border-radius: 50%; animation: spin .85s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.noscript { padding: 2rem; border: 1px solid #ddd; }

.podcast-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; background: #101010; }
.podcast-copy p:not(.section-number) { max-width: 600px; color: #c9c9c9; font-size: 1.1rem; }
.podcast-copy .button { margin-top: 1rem; }
.video-frame { position: relative; aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.22); box-shadow: 18px 18px 0 var(--red); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.newsletter-section { background: var(--red); text-align: center; }
.newsletter-section .section-number { color: black; }
.newsletter-section h2 { max-width: 1050px; margin-inline: auto; }
.newsletter-section > p:not(.section-number) { max-width: 700px; margin: 1.5rem auto; font-size: 1.1rem; }
.newsletter-note { opacity: .82; font-size: .83rem !important; }
.closing-statement { min-height: 70vh; display: grid; align-content: center; background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.9)), repeating-linear-gradient(135deg, transparent 0 32px, rgba(237,28,36,.06) 32px 33px); }
.closing-statement > p { color: var(--red); font-weight: 800; letter-spacing: .18em; }
.closing-statement h2 { max-width: 1200px; }

footer { padding: 3rem clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: center; border-top: 1px solid var(--line); color: var(--muted); }
footer .wordmark { color: white; }
.footer-links { display: flex; gap: 1.2rem; }
.footer-links a { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .8rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; inset: 78px 0 auto; padding: 1.2rem; background: #0b0b0b; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .75rem; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-art { margin-top: -1rem; }
  .hero-art img { max-height: 620px; object-fit: contain; }
  .split-section, .section-heading, .podcast-section { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 1rem; }
  .video-frame { box-shadow: 10px 10px 0 var(--red); }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .hero { min-height: auto; }
  .hero-art { margin-inline: -1.25rem; }
  .hero-actions .button { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
