:root {
  --yellow: #f6c900;
  --yellow-soft: #ffe55d;
  --ink: #0b0b0b;
  --paper: #fffdf3;
  --line: rgba(11, 11, 11, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 10px clamp(20px, 5vw, 76px);
  border-bottom: 2px solid var(--ink);
  background: rgba(255, 253, 243, .94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.brand img { width: 52px; height: 52px; border: 2px solid var(--ink); border-radius: 50%; }
nav { display: flex; gap: clamp(18px, 3vw, 42px); }
nav a { font-weight: 800; text-decoration: none; }
nav a:hover, nav a:focus-visible { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }

.hero {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: calc(100vh - 78px);
  border-bottom: 2px solid var(--ink);
  background: var(--yellow);
  overflow: hidden;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 8vw, 120px) clamp(24px, 6vw, 92px); }
.eyebrow { margin: 0 0 18px; font-size: .83rem; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.045em; line-height: .94; }
h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(3.2rem, 7vw, 7.4rem); text-transform: uppercase; }
h1 em { font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.lead { max-width: 650px; margin: 0 0 34px; font-size: clamp(1.12rem, 1.8vw, 1.45rem); }
.on-air-card { max-width: 660px; padding: 24px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.on-air-card p { margin: 8px 0 18px; }
.status { display: flex; align-items: center; gap: 10px; font-size: .86rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.status span { width: 11px; height: 11px; border-radius: 50%; background: #e1492d; box-shadow: 0 0 0 5px rgba(225,73,45,.18); }
.play-button { display: inline-flex; align-items: center; gap: 13px; min-height: 54px; padding: 10px 21px; border: 2px solid var(--ink); border-radius: 99px; color: var(--paper); background: var(--ink); font: inherit; font-weight: 900; cursor: pointer; }
.play-button:hover { color: var(--ink); background: var(--yellow); }
.play-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--ink); background: var(--yellow); }

.hero-art { position: relative; display: grid; place-items: center; min-height: 480px; border-left: 2px solid var(--ink); background: var(--ink); }
.hero-art img { position: relative; z-index: 2; width: min(68%, 430px); border-radius: 50%; box-shadow: 0 0 0 12px var(--ink), 0 0 0 15px var(--yellow); animation: record-spin 12s linear infinite; }
.orbit { position: absolute; border: 2px solid rgba(246,201,0,.55); border-radius: 50%; }
.orbit-one { width: 76%; aspect-ratio: 1; }
.orbit-two { width: 96%; aspect-ratio: 1; }
.frequency { position: absolute; z-index: 3; right: 5%; bottom: 7%; padding: 8px 14px; color: var(--ink); background: var(--yellow); font-size: .85rem; font-weight: 900; letter-spacing: .14em; transform: rotate(-4deg); }
.frequency strong { display: block; font-size: 1.45rem; }

@keyframes record-spin {
  to { transform: rotate(1turn); }
}

.home-news { padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 110px); border-bottom: 2px solid var(--ink); background: var(--paper); }
.home-news-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 16px; margin-bottom: 34px; }
.home-news-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.home-news-heading h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 6rem); }
.home-news-heading > a { font-weight: 900; }
.home-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.home-news-card { display: grid; grid-template-columns: minmax(180px, 42%) 1fr; min-height: 360px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); color: var(--paper); background: var(--ink); }
.home-news-card img { width: 100%; height: 100%; object-fit: cover; }
.home-news-copy { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 38px); }
.home-news-copy .tag { color: var(--yellow); }
.home-news-copy h3 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 3.3rem); overflow-wrap: anywhere; }
.home-news-copy p { margin-top: 0; }
.home-news-copy a { margin-top: auto; color: var(--yellow); font-weight: 900; }

.manifesto { display: grid; grid-template-columns: .55fr 1.25fr 1fr; gap: 36px; padding: clamp(72px, 10vw, 150px) clamp(24px, 7vw, 110px); border-bottom: 2px solid var(--ink); }
.manifesto > p { margin: 5px 0; font-size: .82rem; font-weight: 900; letter-spacing: .16em; }
.manifesto h2 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 6.5rem); }
.manifesto div { max-width: 570px; font-size: 1.08rem; }
.manifesto div p:first-child { margin-top: 0; }

.shows { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); background: #f4f1e5; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 6rem); }
.show-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.show-card { position: relative; min-height: 430px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); overflow: hidden; }
.card-yellow, .card-dark { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 52px); }
.card-yellow { background: var(--yellow); }
.card-dark { color: var(--paper); background: var(--ink); }
.number { font-size: 1rem; font-weight: 900; letter-spacing: .12em; }
.tag { margin: 0 0 13px; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.show-card h3 { margin-bottom: 18px; font-size: clamp(2.4rem, 4vw, 4.5rem); }
.show-copy p:last-child { max-width: 480px; margin-bottom: 0; font-size: 1.05rem; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.image-card:hover img { transform: scale(1.035); }
.image-overlay { position: absolute; inset: auto 0 0; padding: 70px 34px 30px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.image-overlay h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.8rem); }

.syndicast-tile { display: grid; grid-template-rows: auto 1fr; min-height: 0; color: var(--paper); background: #080808; }
.syndicast-tile img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; background: #080808; border-bottom: 2px solid var(--ink); }
.syndicast-tile-copy { min-width: 0; min-height: 280px; padding: clamp(26px, 3.2vw, 42px); }
.syndicast-tile-copy h3 { margin: 0 0 14px; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: .98; overflow-wrap: anywhere; }
.syndicast-tile-copy p:last-child { max-width: 520px; margin: 0; font-size: 1rem; line-height: 1.5; }

.voice-strip { display: flex; gap: 26px; padding: 18px 24px; border-block: 2px solid var(--ink); background: var(--yellow); font-size: .85rem; font-weight: 900; letter-spacing: .12em; white-space: nowrap; overflow: hidden; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: clamp(75px, 11vw, 160px) clamp(24px, 7vw, 110px); color: var(--paper); background: var(--ink); }
.contact h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(3rem, 6vw, 6.5rem); }
.contact-box { align-self: end; padding: 28px; border: 2px solid var(--yellow); }
.contact-box p { margin-top: 0; }
.contact-box form { display: grid; gap: 16px; margin-top: 24px; }
.contact-box label { display: grid; gap: 7px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.contact-box input, .contact-box textarea { width: 100%; border: 1px solid #777; border-radius: 0; padding: 13px 14px; color: var(--paper); background: #171717; font: inherit; text-transform: none; }
.contact-box input:focus, .contact-box textarea:focus { outline: 3px solid var(--yellow); outline-offset: 2px; }
.contact-box textarea { resize: vertical; }
.contact-box button { justify-self: start; border: 0; padding: 14px 20px; color: var(--ink); background: var(--yellow); font: inherit; font-weight: 950; cursor: pointer; }
.contact-box button:hover { background: var(--paper); }
.contact-box .form-note, .contact-box .form-status { margin: 0; color: #c9c9c9; font-size: .82rem; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px clamp(24px, 5vw, 76px); border-top: 2px solid var(--yellow); color: var(--paper); background: var(--ink); }
.footer-brand img { width: 42px; height: 42px; }
footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 460px; border-top: 2px solid var(--ink); border-left: 0; }
  .manifesto { grid-template-columns: 1fr; }
  .home-news-grid { grid-template-columns: 1fr; }
  .show-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { min-height: 68px; padding-inline: 18px; }
  .brand img { width: 44px; height: 44px; }
  .brand { gap: 10px; font-size: .95rem; }
  .hero-copy { padding-block: 55px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hero-art { min-height: 390px; }
  .show-card { min-height: 360px; }
  .section-heading { display: block; }
  .home-news { padding: 48px 18px 58px; }
  .home-news-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px; }
  .home-news-heading h2 { max-width: 100%; font-size: clamp(2.35rem, 11vw, 3.6rem); overflow-wrap: anywhere; }
  .home-news-heading > a { justify-self: start; }
  .home-news-grid { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .home-news-card { display: block; min-width: 0; min-height: 0; overflow: hidden; }
  .home-news-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
  .home-news-copy { display: block; min-height: 0; padding: 24px 20px 28px; }
  .home-news-copy .tag { margin-bottom: 10px; font-size: .72rem; line-height: 1.4; }
  .home-news-copy h3 { margin-bottom: 14px; font-size: clamp(2rem, 10vw, 2.8rem); line-height: .98; }
  .home-news-copy p { font-size: .98rem; line-height: 1.45; }
  .home-news-copy a { display: inline-block; margin-top: 16px; }
  footer { align-items: center; flex-direction: column; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .image-card img { transition: none; }
  .hero-art img { animation: none; }
}
