:root {
  --ink: #102223;
  --muted: #526163;
  --cream: #fff8ec;
  --paper: #f8f5ee;
  --teal: #0c4a4a;
  --teal-dark: #073536;
  --amber: #f3b24d;
  --coral: #c64c45;
  --line: rgba(16, 34, 35, 0.14);
  --shadow: 0 24px 70px rgba(4, 22, 24, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

.home-page {
  overflow: hidden;
}

a {
  color: inherit;
}

svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 22px clamp(20px, 5vw, 72px);
  color: #fff;
  background: linear-gradient(180deg, rgba(2, 18, 20, 0.62), rgba(2, 18, 20, 0));
}

.site-header.compact {
  position: sticky;
  background: var(--teal-dark);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  justify-content: center;
  gap: 0;
  text-decoration: none;
  font-family: "Aldrich", "Inter", sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 192px;
  height: 192px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: #ffffff;
  backdrop-filter: blur(16px);
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand-mark svg {
  color: #ffe2a0;
}

.nav {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  top: 50%;
  transform: translateY(-50%);
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(5, 30, 32, 0.18);
  backdrop-filter: blur(16px);
  border-radius: 999px;
}

.nav a {
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--teal-dark);
  background: var(--cream);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 65% center;
}

.hero-shade {
  background:
    radial-gradient(circle at 18% 84%, rgba(243, 178, 77, 0.2), rgba(243, 178, 77, 0) 30%),
    linear-gradient(90deg, rgba(3, 23, 25, 0.72) 0%, rgba(3, 23, 25, 0.34) 45%, rgba(3, 23, 25, 0.02) 78%),
    linear-gradient(0deg, rgba(3, 23, 25, 0.66) 0%, rgba(3, 23, 25, 0.06) 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 clamp(22px, 5vh, 48px);
}

.hero-copy {
  width: min(720px, 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 7vw, 104px);
  bottom: clamp(108px, 19vh, 178px);
  width: clamp(72px, 12vw, 150px);
  height: clamp(108px, 18vw, 224px);
  opacity: 0.16;
  background:
    linear-gradient(#fff, #fff) center 0 / 17% 100% no-repeat,
    linear-gradient(#fff, #fff) center 32% / 100% 12% no-repeat;
}

.faith-badge {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 9px 13px;
  color: #fff4d7;
  border: 1px solid rgba(255, 226, 160, 0.36);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.player-dock {
  width: min(940px, 100%);
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: clamp(22px, 4vh, 34px);
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(4, 22, 24, 0.58);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(4, 22, 24, 0.26);
  border-radius: 8px;
}

.faith-badge svg {
  color: var(--amber);
}

.eyebrow {
  margin: 0 0 14px;
  color: #ffd98f;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: "Aldrich", "Inter", sans-serif;
  font-size: clamp(4.2rem, 11vw, 8.6rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}

.lead {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2.2vw, 1.34rem);
  font-weight: 600;
}

.hero-verse {
  max-width: 610px;
  margin: 0 0 18px;
  color: rgba(255, 248, 236, 0.9);
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  font-weight: 600;
}

.hero-verse strong {
  color: #ffd98f;
  white-space: nowrap;
}

.player-panel {
  width: min(560px, 100%);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 26, 29, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  border-radius: 8px;
}

.player-status,
.player-panel > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: #ff5a50;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 90, 80, 0.12);
}

.live-label {
  font-weight: 800;
}

audio {
  display: block;
  width: 100%;
  height: 44px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.app-button {
  white-space: nowrap;
}

.listen-section {
  padding: clamp(46px, 8vw, 90px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, #f8f5ee 0%, #fff 100%);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.scripture {
  padding-left: clamp(18px, 3vw, 30px);
  border-left: 6px solid var(--coral);
}

.scripture p {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 4vw, 3.15rem);
  line-height: 1.08;
  font-weight: 800;
  color: var(--teal-dark);
}

.scripture strong {
  color: var(--coral);
  font-size: 1.05rem;
}

.station-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(20px, 4vw, 28px);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 39, 40, 0.1);
  border-radius: 8px;
}

.station-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
}

.station-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  line-height: 1.15;
}

.station-card p {
  margin: 0;
  color: var(--muted);
}

.faith-section {
  padding: 0 clamp(20px, 5vw, 72px) clamp(52px, 8vw, 92px);
  background: #fff;
}

.faith-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faith-item {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.78), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 36px rgba(18, 39, 40, 0.08);
  border-radius: 8px;
}

.faith-item span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--teal-dark);
  background: #ffe4ac;
  border-radius: 50%;
}

.faith-item h2 {
  margin: 0 0 8px;
  color: var(--teal-dark);
  font-size: 1.22rem;
}

.faith-item p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--teal-dark);
}

.site-footer p {
  margin: 0;
}

.privacy-page {
  background:
    linear-gradient(135deg, rgba(12, 74, 74, 0.12), rgba(243, 178, 77, 0.16)),
    var(--paper);
}

.privacy-main {
  min-height: calc(100svh - 78px);
  display: grid;
  place-items: center;
  padding: clamp(34px, 7vw, 84px) 20px;
}

.privacy-card {
  width: min(760px, 100%);
  padding: clamp(24px, 6vw, 48px);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 22px 60px rgba(18, 39, 40, 0.12);
  border-radius: 8px;
}

.privacy-card .eyebrow {
  color: var(--coral);
}

.privacy-card h1 {
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: clamp(2.2rem, 7vw, 4.4rem);
}

.privacy-card p {
  color: var(--muted);
  font-size: 1.03rem;
}

.privacy-card .button {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    padding: 14px 16px;
  }

  .site-header.compact {
    position: sticky;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav a {
    padding: 7px 10px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 100svh;
    align-items: end;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 23, 25, 0.02) 0%, rgba(3, 23, 25, 0.4) 48%, rgba(3, 23, 25, 0.82) 100%),
      linear-gradient(90deg, rgba(3, 23, 25, 0.32), rgba(3, 23, 25, 0.02));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 86px;
    padding-bottom: 18px;
  }

  .lead {
    max-width: 300px;
    margin-top: 12px;
  }

  .player-dock {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
  }

  .button {
    width: 100%;
  }

  .faith-badge {
    margin-bottom: 10px;
    padding: 8px 11px;
    font-size: 0.8rem;
  }

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

  .station-card {
    grid-template-columns: 1fr;
  }

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

  .site-footer {
    display: grid;
  }
}

@media (max-width: 430px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    gap: 8px;
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav {
    gap: 2px;
    padding: 3px;
  }

  .nav a {
    padding: 7px 8px;
  }

  h1 {
    font-size: clamp(3.35rem, 18vw, 4.6rem);
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  audio {
    height: 40px;
  }
}

@media (max-height: 700px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    padding-top: 74px;
    padding-bottom: 14px;
  }

  .faith-badge {
    margin-bottom: 8px;
  }

  .eyebrow {
    margin-bottom: 8px;
  }

  h1 {
    font-size: clamp(3rem, 9vw, 5.8rem);
  }

  .lead {
    margin: 10px 0;
    font-size: 0.98rem;
  }

  .player-dock {
    margin-top: 10px;
    padding: 10px;
  }

  .button {
    min-height: 42px;
  }

}
