:root {
  --red: #ef233c;
  --deep-red: #cf1734;
  --ink: #101012;
  --charcoal: #19191c;
  --paper: #f4f1eb;
  --cream: #dfd7c9;
  --white: #fff;
  --muted: #aaa8a5;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link {
  position: fixed;
  z-index: 99;
  left: 1rem;
  top: -5rem;
  padding: .8rem 1rem;
  background: white;
  color: black;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  z-index: 5;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}
.disclosure {
  padding: .52rem 1rem;
  background: #252528;
  color: #d6d3cf;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .63rem;
  font-weight: 700;
}
.nav-shell {
  width: min(92%, 1320px);
  min-height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.brand {
  width: 108px;
  height: 62px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.brand img { width: 104px; }
nav { display: flex; gap: 2.2rem; margin-left: auto; }
nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .7rem;
  font-weight: 700;
}
nav a:hover, nav a:focus-visible { color: var(--red); }
.mini-live {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid #47474a;
  padding: .65rem 1rem;
  border-radius: 99px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .66rem;
  font-weight: 700;
}
.mini-live span, .on-air i {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(239,35,60,.16);
}

.hero {
  position: relative;
  min-height: 690px;
  padding: clamp(4rem, 8vw, 7rem) max(4vw, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 8.33% 100%,
    radial-gradient(circle at 74% 50%, #29292c 0, #151517 42%, var(--ink) 68%);
}
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow, .kicker {
  margin: 0 0 1.6rem;
  color: #c3c0bc;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .66rem;
  font-weight: 700;
}
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow span { width: 35px; height: 2px; background: var(--red); }
h1, h2 {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.065em;
  line-height: .88;
}
h1 { font-size: clamp(4.15rem, 8vw, 8.1rem); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-intro {
  max-width: 575px;
  margin: 2.2rem 0 1.8rem;
  color: #bbb8b5;
  font-size: clamp(.97rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  min-height: 54px;
  padding: 0 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border: 1px solid #454548;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .67rem;
  font-weight: 800;
}
.button-primary { background: var(--red); border-color: var(--red); }
.button-primary:hover, .button-primary:focus-visible { background: #ff3951; }
.button-secondary:hover, .button-secondary:focus-visible { border-color: white; }
.play-small {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  position: relative;
}
.play-small::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  border-left: 7px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.stream-note { margin: .8rem 0 0; color: #79777a; font-size: .69rem; }
.hero-visual { position: relative; min-height: 510px; }
.signal {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.signal-one { width: 280px; height: 280px; }
.signal-two { width: 410px; height: 410px; }
.signal-three { width: 540px; height: 540px; border-color: rgba(239,35,60,.2); }
.play-disc {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--red);
  box-shadow: 0 0 80px rgba(239,35,60,.2);
}
.play-disc:hover, .play-disc:focus-visible { transform: translate(-50%, -50%) scale(1.04); }
.play-disc span {
  position: absolute;
  left: 85px;
  top: 70px;
  border-left: 58px solid white;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
.on-air {
  position: absolute;
  left: 12%;
  top: 19%;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .65rem .85rem;
  background: white;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .62rem;
  font-weight: 900;
}
.frequency {
  position: absolute;
  right: 1%;
  bottom: 10%;
  font-size: 2rem;
  font-weight: 900;
}
.frequency small { display: block; color: #8b898b; letter-spacing: .18em; font-size: .5rem; }
.waveform {
  position: absolute;
  left: 6%;
  bottom: 11%;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 48px;
}
.waveform i { display: block; width: 3px; height: 14px; background: #6d6b6e; }
.waveform i:nth-child(3n) { height: 39px; background: var(--red); }
.waveform i:nth-child(2n) { height: 25px; }
.vertical-label {
  position: absolute;
  margin: 0;
  right: 1.2rem;
  top: 50%;
  writing-mode: vertical-rl;
  color: #5b595c;
  text-transform: uppercase;
  letter-spacing: .23em;
  font-size: .55rem;
}

.programs {
  padding: clamp(4.5rem, 8vw, 8rem) max(4vw, calc((100vw - 1320px) / 2));
  background: var(--paper);
  color: var(--ink);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 3.2rem;
}
.kicker { color: #77736e; }
.section-heading h2, .ecosystem h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.section-heading > p, .ecosystem-copy > p:last-child {
  color: #6e6a66;
  line-height: 1.7;
  font-size: .98rem;
}
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.program-card {
  min-height: 390px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-red { background: var(--red); color: white; }
.card-light { background: white; }
.card-dark { background: var(--charcoal); color: white; }
.card-cream { background: var(--cream); }
.card-number { margin: 0; font-size: .66rem; letter-spacing: .15em; opacity: .6; }
.card-icon { font-size: 4.5rem; font-weight: 300; }
.card-icon.icon-lines { display: flex; flex-direction: column; gap: 9px; width: 70px; }
.icon-lines i { height: 3px; background: currentColor; }
.icon-lines i:nth-child(2) { width: 72%; }
.icon-lines i:nth-child(3) { width: 45%; }
.icon-ball { width: 64px; height: 64px; border: 3px solid var(--red); border-radius: 50%; position: relative; }
.icon-ball::after { content: ""; position: absolute; width: 80px; height: 3px; background: var(--red); transform: rotate(-40deg); top: 29px; left: -10px; }
.proposed { text-transform: uppercase; letter-spacing: .14em; font-size: .53rem; opacity: .65; }
.program-card h3 { margin: .45rem 0 .8rem; font-size: clamp(1.45rem, 2vw, 2.2rem); text-transform: uppercase; letter-spacing: -.04em; }
.program-card > div:last-child > p:last-child { margin: 0; opacity: .65; line-height: 1.5; font-size: .82rem; }
.structure-note { margin: 1.2rem 0 0; color: #77736e; font-size: .7rem; }
.structure-note span { margin-right: .6rem; color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.ecosystem {
  padding: clamp(4.5rem, 8vw, 8rem) max(4vw, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--charcoal);
}
.ecosystem-copy { align-self: center; }
.ecosystem-copy > p:last-child { margin-top: 2rem; max-width: 480px; color: #8f8c8d; }
.entity-list { border-top: 1px solid var(--line); }
.entity {
  min-height: 108px;
  padding: 0 1.2rem;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.entity > span { color: #666468; font-size: .62rem; }
.entity strong { font-size: clamp(1.5rem, 3vw, 2.8rem); letter-spacing: -.05em; }
.entity small { color: #777579; text-transform: uppercase; letter-spacing: .13em; font-size: .56rem; }
.entity-featured { background: var(--red); }
.entity-featured > span, .entity-featured small { color: rgba(255,255,255,.7); }
.entity-capinfo { background: white; color: var(--ink); }
.entity-capinfo img { width: 125px; }
.entity-capinfo small b { color: var(--red); margin-left: .5rem; }

.contact-band {
  padding: clamp(4rem, 7vw, 7rem) 4vw;
  background: var(--red);
  text-align: center;
}
.contact-band p { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; font-weight: 800; }
.contact-band h2 { font-size: clamp(4rem, 10vw, 10rem); }
.contact-band a { display: inline-block; margin-top: 2rem; text-underline-offset: .45rem; font-weight: 700; }

footer {
  padding: 4rem max(4vw, calc((100vw - 1320px) / 2)) 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  background: #0b0b0c;
  color: #aaa8aa;
}
.footer-brand img { width: 140px; }
.footer-brand p { color: var(--red); text-transform: uppercase; font-size: .75rem; letter-spacing: .16em; font-weight: 900; }
footer h2, .footer-note p { margin: 0 0 1.1rem; color: white; font-size: .66rem; text-transform: uppercase; letter-spacing: .18em; }
address { display: flex; flex-direction: column; gap: .85rem; font-style: normal; line-height: 1.55; font-size: .82rem; }
.footer-note span { font-size: .77rem; line-height: 1.6; }
.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-size: .63rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media (max-width: 900px) {
  nav { display: none; }
  .mini-live { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 5rem; }
  .hero-copy { max-width: 650px; }
  .hero-visual { min-height: 480px; }
  .vertical-label { display: none; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .ecosystem { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .disclosure { font-size: .54rem; line-height: 1.45; }
  .nav-shell { min-height: 70px; width: calc(100% - 2rem); }
  .brand { width: 76px; height: 48px; }
  .brand img { width: 76px; }
  .mini-live { padding: .55rem .75rem; font-size: .56rem; }
  .hero { padding: 4.2rem 1rem 2rem; background-size: 25% 100%, auto; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.4rem); }
  .hero-intro { line-height: 1.55; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .signal-one { width: 230px; height: 230px; }
  .signal-two { width: 310px; height: 310px; }
  .signal-three { width: 390px; height: 390px; }
  .play-disc { width: 170px; height: 170px; }
  .play-disc span { left: 69px; top: 57px; border-left-width: 50px; border-top-width: 29px; border-bottom-width: 29px; }
  .on-air { left: 2%; top: 18%; }
  .frequency { right: 2%; bottom: 7%; }
  .waveform { left: 1%; bottom: 8%; }
  .programs, .ecosystem { padding-left: 1rem; padding-right: 1rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading h2, .ecosystem h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 330px; }
  .entity { padding-left: .8rem; padding-right: .8rem; grid-template-columns: 24px 1fr auto; gap: .6rem; }
  .entity strong { font-size: 1.5rem; }
  .entity-capinfo img { width: 100px; }
  .entity small { font-size: .47rem; }
  .contact-band { padding-left: 1rem; padding-right: 1rem; }
  .contact-band a { font-size: .88rem; overflow-wrap: anywhere; }
  footer { grid-template-columns: 1fr; padding-left: 1rem; padding-right: 1rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
