:root {
  color-scheme: dark;
  --ink: #17110f;
  --cream: #f8e9c7;
  --paper: #efe0be;
  --red: #bd3e31;
  --red-dark: #7c241e;
  --gold: #eab762;
  --muted: #c9bda5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 70% 15%, rgba(189,62,49,.14), transparent 26rem),
    linear-gradient(135deg, #17110f, #211715 48%, #100c0b);
  color: var(--cream);
  font-family: Inter, system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.site-header {
  position: relative;
  z-index: 5;
  min-height: 96px;
  padding: 18px clamp(20px, 5vw, 72px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(248,233,199,.14);
}
.brand img { display: block; width: clamp(170px, 19vw, 270px); height: auto; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(248,233,199,.22);
  border-radius: 999px;
  color: var(--paper);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(189,62,49,.15); }

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 105px) clamp(22px, 6vw, 90px) 80px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(30px, 5vw, 85px);
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
h1 {
  margin: 0;
  font-size: clamp(4.2rem, 7.8vw, 8.2rem);
  line-height: .79;
  letter-spacing: -.045em;
  max-width: 760px;
}
h1 em { color: var(--red); font-style: italic; }
.lede {
  max-width: 600px;
  margin: 30px 0 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}
.coming-soon {
  width: fit-content;
  transform: rotate(-2deg);
  display: flex;
  align-items: baseline;
  gap: 11px;
  padding: 8px 16px 10px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--red);
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}
.coming-soon span { font-size: 1.4rem; font-weight: 700; }
.coming-soon strong { font-size: 2.25rem; line-height: 1; }
.episode { margin: 24px 0 0; font-size: .9rem; color: var(--muted); }
.episode b { color: var(--cream); }

.hero-art { position: relative; z-index: 1; width: min(100%, 690px); justify-self: center; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: 7% 4% -3%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234,183,98,.18), transparent 67%);
  filter: blur(10px);
}
.hero-art img { position: relative; display: block; width: 100%; height: auto; filter: drop-shadow(0 32px 45px rgba(0,0,0,.55)); }
.tape {
  position: absolute;
  z-index: 3;
  top: 5%; right: -2%;
  padding: 8px 38px;
  transform: rotate(13deg);
  background: var(--gold);
  color: #3a261b;
  font: 900 1rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: .18em;
  box-shadow: 0 4px 15px rgba(0,0,0,.25);
}
.name-tag {
  position: absolute;
  z-index: 4;
  padding: 5px 10px;
  border: 1px solid rgba(23,17,15,.25);
  background: rgba(248,233,199,.93);
  color: var(--ink);
  font: 800 .8rem/1 "Barlow Condensed", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--red);
}
.tag-stella { left: 9%; top: 55%; transform: rotate(-5deg); }
.tag-wednesday { left: 45%; top: 13%; transform: rotate(3deg); }
.tag-gizmo { left: 38%; top: 62%; transform: rotate(-2deg); }
.tag-jellybean { right: 2%; top: 54%; transform: rotate(5deg); }

.manifesto {
  border-top: 1px solid rgba(248,233,199,.14);
  border-bottom: 1px solid rgba(248,233,199,.14);
  background: rgba(0,0,0,.16);
  padding: clamp(60px, 9vw, 120px) clamp(22px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(36px, 8vw, 130px);
  align-items: end;
}
.manifesto h2 { margin: 0; max-width: 800px; font-size: clamp(2.8rem, 5.8vw, 6rem); line-height: .9; }
.manifesto > p { margin: 0; max-width: 660px; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.75; }

.partners { padding: 44px clamp(22px, 8vw, 120px); background: var(--red); color: #fff4dc; }
.partners p { margin: auto; max-width: 1100px; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.65; }
.partners b { text-transform: uppercase; letter-spacing: .06em; }

footer {
  padding: 36px clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto auto auto auto auto auto;
  align-items: center;
  gap: 28px;
  color: #988d7b;
  font-size: .76rem;
}
footer img { width: 140px; opacity: .72; }
footer p { margin: 0; }
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
}
.social-link svg { width: 22px; height: 22px; fill: currentColor; }
.social-link:hover, .social-link:focus-visible { color: var(--gold); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 62px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  h1 { font-size: clamp(4rem, 16vw, 7.4rem); }
  .hero-art { width: min(88vw, 620px); }
  .manifesto { grid-template-columns: 1fr; gap: 26px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 560px) {
  .site-header { min-height: 78px; padding: 14px 18px; }
  .brand img { width: 145px; }
  .status { max-width: 146px; padding: 8px 10px; font-size: .63rem; line-height: 1.25; }
  .hero { min-height: auto; padding: 54px 18px 58px; gap: 36px; }
  h1 { font-size: clamp(3.7rem, 19vw, 5.7rem); }
  .lede { margin-top: 24px; }
  .hero-art { width: 100%; }
  .name-tag { font-size: .66rem; padding: 4px 7px; }
  .tape { right: -8%; padding: 6px 24px; font-size: .76rem; }
  .manifesto, .partners { padding-left: 20px; padding-right: 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-art { animation: settle .8s cubic-bezier(.2,.8,.2,1) both; }
  .hero-copy { animation: reveal .65s .1s ease-out both; }
  @keyframes settle { from { opacity: 0; transform: translateY(22px) rotate(1deg); } to { opacity: 1; transform: none; } }
  @keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}
