:root {
  color-scheme: light;
  --paper: #f8f7f4;
  --surface: #ffffff;
  --soft: #edf3ef;
  --ink: #25231f;
  --muted: #625f58;
  --line: #d8d1c2;
  --green: #23463d;
  --green-ink: #17322b;
  --burgundy: #7a2431;
  --gold: #c39a3a;
  --gold-soft: #f1e5c6;
  --shadow: 0 18px 40px rgba(37, 35, 31, 0.09);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.55;
}

a {
  color: var(--burgundy);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--green);
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(248, 247, 244, 0.96);
}

.header-inner,
.footer-inner,
.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-ink);
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 400;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
}

.primary-nav a {
  border-radius: 8px;
  color: var(--green-ink);
  padding: 9px 12px;
  text-decoration: none;
}

.primary-nav a[aria-current="page"],
.primary-nav a:hover {
  background: var(--soft);
  color: var(--burgundy);
}

.listen-band {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(35, 70, 61, 0.08), rgba(195, 154, 58, 0.1)),
    var(--paper);
}

.listen-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 44px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: 470px;
  margin: 0 auto;
  padding: 56px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--burgundy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--green-ink);
  font-weight: 700;
  line-height: 1.12;
}

h1 {
  max-width: 720px;
  font-size: 3.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.18rem;
}

.mission,
.lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 16px;
  text-decoration: none;
}

.button:hover {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: #ffffff;
}

.button.secondary {
  background: transparent;
  color: var(--green);
}

.button.secondary:hover {
  background: var(--soft);
  color: var(--burgundy);
}

.player-panel,
.notice-panel,
.schedule-day,
.status-panel,
.feature-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.player-panel {
  padding: 26px;
}

.player-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px var(--gold-soft);
}

.player-target {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--muted);
  padding: 24px;
  text-align: center;
}

.player-target audio,
.player-target iframe {
  width: 100%;
}

.player-target iframe {
  min-height: 150px;
  border: 0;
}

.player-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
}

.content-band {
  padding: 42px 0;
}

.content-band.alt {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-heading p {
  max-width: 660px;
  margin: 10px 0 0;
  color: var(--muted);
}

.schedule-preview,
.feature-grid,
.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.notice-panel,
.feature-item,
.status-panel {
  padding: 20px;
}

.schedule-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-item {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.schedule-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.time {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  white-space: nowrap;
}

.item-title {
  color: var(--ink);
  font-weight: 700;
}

.type-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 4px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--green-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 3px 9px;
  text-transform: uppercase;
}

.type-label.article {
  background: #e8eff4;
}

.type-label.music {
  background: #eef0dc;
}

.type-label.sermon,
.type-label.testimony {
  background: #f3e4e7;
}

.type-label.station-break {
  background: #ece8de;
}

.schedule-page-list {
  display: grid;
  gap: 18px;
}

.schedule-day {
  padding: 24px;
}

.day-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.day-meta,
.status-meta {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
}

.status-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list strong {
  display: block;
  color: var(--green-ink);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--green);
  color: rgba(255, 255, 255, 0.88);
  font-family: Arial, Helvetica, sans-serif;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 96px;
  padding: 24px 0;
}

.site-footer a {
  color: #ffffff;
}

.muted {
  color: var(--muted);
}

.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  padding: 22px;
}

@media (max-width: 860px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .primary-nav {
    flex-wrap: wrap;
  }

  .listen-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 36px 0;
  }

  h1 {
    font-size: 2.6rem;
  }

  .schedule-preview,
  .feature-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .footer-inner,
  .section-inner,
  .listen-layout {
    width: min(100% - 24px, 1120px);
  }

  .primary-nav a {
    padding: 8px 9px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.58rem;
  }

  .player-panel,
  .schedule-day,
  .notice-panel,
  .feature-item,
  .status-panel {
    padding: 18px;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
