: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); }
.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; }

.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); }

.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; }
  .show-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .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; }
  footer { align-items: flex-start; flex-direction: column; }
}

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