:root {
  --ink: #17201e;
  --ink-soft: #2d3835;
  --paper: #eee9df;
  --paper-light: #f7f4ed;
  --signal: #e45c3a;
  --signal-dark: #be3e21;
  --line: rgba(23, 32, 30, 0.18);
  --white-line: rgba(255, 255, 255, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 0 4vw;
  position: relative;
  z-index: 10;
}

.wordmark {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  width: max-content;
}

.wordmark-dot {
  color: var(--signal);
}

nav {
  display: flex;
  gap: clamp(1.25rem, 3vw, 3rem);
}

nav a {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

nav a,
.text-link,
.header-listen {
  transition: color 180ms ease;
}

nav a:hover,
.text-link:hover,
.header-listen:hover {
  color: var(--signal-dark);
}

.header-listen {
  align-items: center;
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.7rem;
  justify-self: end;
  letter-spacing: 0.14em;
  padding: 0.7rem 0;
  text-transform: uppercase;
}

.live-dot {
  background: var(--signal);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  min-height: calc(100vh - 88px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 10vw, 9rem) 6vw;
}

.eyebrow,
.section-number {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--signal);
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 0.8rem;
  vertical-align: middle;
  width: 2.5rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8.8vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.82;
  margin: clamp(2rem, 5vw, 4.5rem) 0 3rem;
  max-width: 11ch;
}

h1 span {
  color: var(--signal);
  display: block;
  font-style: italic;
  padding-left: 0.55em;
  white-space: nowrap;
}

.hero-intro {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  margin-bottom: 2.5rem;
  max-width: 36rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.primary-button {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: var(--paper-light);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 1rem;
  letter-spacing: 0.13em;
  min-height: 58px;
  padding: 0.25rem 1.5rem 0.25rem 0.35rem;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.primary-button:hover {
  background: var(--signal-dark);
  transform: translateY(-2px);
}

.button-icon {
  align-items: center;
  background: var(--signal);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.button-icon svg {
  fill: currentColor;
  stroke: none;
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.73rem;
  font-weight: 800;
  gap: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-art {
  align-items: center;
  background: var(--signal);
  color: var(--paper-light);
  display: flex;
  justify-content: center;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.signal-art::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.26) 0.8px, transparent 0.8px);
  background-size: 7px 7px;
  content: "";
  inset: 0;
  opacity: 0.24;
  position: absolute;
}

.signal-orbit {
  border: 1px solid var(--white-line);
  border-radius: 50%;
  height: 72%;
  position: absolute;
  width: 72%;
}

.orbit-one {
  animation: breathe 7s ease-in-out infinite;
}

.orbit-two {
  animation: breathe 7s 1.1s ease-in-out infinite;
  height: 48%;
  width: 48%;
}

.signal-core {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: clamp(190px, 24vw, 340px);
  justify-content: center;
  position: relative;
  width: clamp(190px, 24vw, 340px);
  z-index: 1;
}

.signal-core span,
.signal-core small {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.signal-core strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.05;
  margin: 0.2rem 0 0.5rem;
}

.signal-caption {
  bottom: 2.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  position: absolute;
  z-index: 1;
}

.next-show {
  align-items: center;
  background: var(--ink);
  color: var(--paper-light);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.7fr 1.6fr 0.5fr;
  padding: 2.2rem 5vw;
}

.next-show p {
  margin: 0;
}

.next-label {
  align-items: center;
  display: flex;
  font-size: 0.65rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.next-title {
  align-items: baseline;
  display: flex;
  gap: 2rem;
}

.next-title span {
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.next-title strong {
  font-size: clamp(1rem, 2vw, 1.45rem);
  letter-spacing: -0.02em;
}

.next-time {
  font-size: 0.75rem;
  font-weight: 700;
  justify-self: end;
  letter-spacing: 0.12em;
}

.about-section,
.programmes-section,
.schedule-section {
  padding: clamp(5rem, 10vw, 10rem) 5vw;
}

.about-section {
  display: grid;
  gap: clamp(2.5rem, 6vw, 7rem);
  grid-template-columns: 0.55fr 1.25fr 0.8fr;
}

.section-number {
  color: var(--signal-dark);
}

.about-copy h2,
.section-heading h2,
.signoff h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.about-copy h2 {
  margin-bottom: 2.5rem;
}

.about-copy p {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
  max-width: 40rem;
}

blockquote {
  align-self: end;
  border-left: 1px solid var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding-left: 1.8rem;
}

.programmes-section {
  background: var(--paper-light);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-heading h2 {
  margin: 0;
  max-width: 9ch;
  text-align: right;
}

.programme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.programme-card {
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 530px;
  padding: clamp(1.6rem, 3vw, 3rem);
  position: relative;
}

.programme-card + .programme-card {
  border-left: 0;
}

.featured-card {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--paper-light);
}

.dark-card {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper-light);
}

.card-meta {
  display: flex;
  font-size: 0.62rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.programme-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: auto 0 2rem;
}

.programme-card p {
  line-height: 1.6;
  max-width: 28rem;
  width: 86%;
}

.card-index {
  bottom: 2.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  position: absolute;
  right: 2.8rem;
}

.schedule-section {
  background: var(--ink);
  color: var(--paper-light);
}

.schedule-heading {
  align-items: end;
}

.schedule-heading h2 {
  margin: 1.8rem 0 0;
  max-width: none;
  text-align: left;
}

.schedule-note {
  line-height: 1.6;
  margin: 0;
  max-width: 23rem;
}

.schedule-row {
  align-items: center;
  border-top: 1px solid var(--white-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.7fr 1.7fr 0.8fr auto;
  min-height: 120px;
}

.schedule-row:last-child {
  border-bottom: 1px solid var(--white-line);
}

.schedule-day,
.schedule-row > span:not(.schedule-day) {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-day {
  color: var(--signal);
}

.schedule-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.schedule-row button {
  align-items: center;
  background: var(--signal);
  border: 0;
  color: white;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.schedule-row button:hover {
  background: var(--signal-dark);
}

.muted-row {
  color: rgba(247, 244, 237, 0.5);
}

.muted-row .schedule-day {
  color: rgba(247, 244, 237, 0.5);
}

.schedule-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem !important;
  font-weight: 400 !important;
  justify-self: center;
}

.signoff {
  align-items: center;
  background: var(--signal);
  color: var(--paper-light);
  display: flex;
  flex-direction: column;
  padding: clamp(6rem, 12vw, 12rem) 5vw;
  text-align: center;
}

.signoff .eyebrow::before {
  background: var(--paper-light);
}

.signoff h2 {
  margin: 2rem auto 3.5rem;
  max-width: 11ch;
}

.inverse-button {
  background: var(--paper-light);
  color: var(--ink);
}

.inverse-button:hover {
  background: var(--ink);
  color: var(--paper-light);
}

.inverse-button .button-icon {
  background: var(--ink);
  color: var(--paper-light);
}

footer {
  align-items: start;
  background: var(--paper);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.8fr 1fr 1.2fr auto;
  padding: 4rem 5vw;
}

.footer-wordmark {
  font-size: 1.35rem;
}

footer p,
.socials {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0;
  text-transform: uppercase;
}

.socials {
  display: flex;
  flex-direction: column;
}

.copyright {
  color: rgba(23, 32, 30, 0.55);
}

.notice {
  align-items: start;
  animation: notice-in 250ms ease both;
  background: var(--paper-light);
  bottom: 1.5rem;
  box-shadow: 0 18px 50px rgba(23, 32, 30, 0.22);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  max-width: calc(100vw - 2rem);
  padding: 1.35rem 1.5rem;
  position: fixed;
  right: 1.5rem;
  width: 390px;
  z-index: 30;
}

.notice[aria-hidden="true"] {
  display: none;
}

.notice strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.notice p {
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0.35rem 0 0;
}

.notice button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

@keyframes breathe {
  0%, 100% { opacity: 0.42; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes notice-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 690px;
  }

  .signal-art {
    min-height: 520px;
  }

  .signal-core {
    height: 280px;
    width: 280px;
  }

  .next-show {
    grid-template-columns: 1fr auto;
  }

  .next-title {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .about-section {
    grid-template-columns: 1fr 2fr;
  }

  .about-section blockquote {
    grid-column: 2;
  }

  .programme-grid {
    grid-template-columns: 1fr;
  }

  .programme-card {
    min-height: 440px;
  }

  .programme-card + .programme-card {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .dark-card {
    border-color: var(--ink) !important;
  }

  footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 74px;
    padding: 0 1.2rem;
  }

  .header-listen {
    font-size: 0.62rem;
  }

  .hero-copy {
    min-height: 620px;
    padding: 5rem 1.2rem;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

  h1 span {
    padding-left: 0.15em;
  }

  .signal-art {
    min-height: 440px;
  }

  .signal-core {
    height: 220px;
    width: 220px;
  }

  .next-show {
    align-items: start;
    padding: 1.6rem 1.2rem;
  }

  .next-title {
    align-items: start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .about-section,
  .programmes-section,
  .schedule-section {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-section blockquote {
    grid-column: auto;
  }

  .section-heading,
  .schedule-heading {
    align-items: start;
    flex-direction: column;
    gap: 2rem;
  }

  .section-heading h2 {
    margin-top: 1.5rem;
    text-align: left;
  }

  .programme-card {
    min-height: 400px;
  }

  .schedule-row {
    gap: 0.7rem;
    grid-template-columns: 1fr auto;
    padding: 1.4rem 0;
  }

  .schedule-row strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .schedule-row button,
  .schedule-mark {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .signoff {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 3rem 1.2rem;
  }

  .notice {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
