:root {
  --page: #0e1626;
  --page-soft: #16233a;
  --panel: #223047;
  --panel-dark: #0d1420;
  --cream: #eaf1fa;
  --muted: #9fb1c6;
  --gold: #3f86d6;
  --gold-light: #7bb4ee;
  --lcd: #6fe0cf;
  --lcd-dark: #04211d;
  --line: rgba(234, 241, 250, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  color: var(--cream);
  background: var(--page);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 85% 5%, rgba(63, 134, 214, 0.14), transparent 28rem),
    linear-gradient(180deg, #141d30 0, var(--page) 40rem);
  color: var(--cream);
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.site-header, main, footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand-cross {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(123, 180, 238, 0.5);
  color: var(--gold-light);
  border-radius: 50%;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.08rem; letter-spacing: 0.02em; }
.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.header-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 50px;
  padding: 64px 0 74px;
}
.hero-copy { min-width: 0; max-width: 580px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 8vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.hero-copy > p:last-child {
  max-width: 520px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.75;
}

.player-shell {
  width: 100%;
  min-width: 0;
  max-width: 540px;
  padding: 4px;
  background: #2b3a52;
  border: 2px solid #46586f;
  border-right-color: #0b1120;
  border-bottom-color: #0b1120;
  box-shadow: var(--shadow);
}
.player-titlebar {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: #0a1424;
  background: linear-gradient(90deg, #2c5b93, #7bb4ee 52%, #234f7f);
  border: 1px solid #a9d2f6;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.titlebar-lights { display: flex; gap: 5px; }
.titlebar-lights i {
  width: 8px;
  height: 8px;
  background: #21324a;
  border: 1px solid #0e1626;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.35);
}
.player-face {
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent 25%),
    #1a2740;
  border: 2px solid #3a4a63;
  border-right-color: #0a1018;
  border-bottom-color: #0a1018;
}
.lcd-panel {
  min-height: 108px;
  padding: 14px;
  color: var(--lcd);
  background:
    repeating-linear-gradient(0deg, rgba(111, 224, 207, 0.03) 0 1px, transparent 1px 3px),
    var(--lcd-dark);
  border: 3px inset #2f4a55;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.85), 0 0 15px rgba(111, 224, 207, 0.08);
  font-family: "Courier New", monospace;
  text-shadow: 0 0 7px rgba(111, 224, 207, 0.45);
}
.lcd-topline { display: flex; justify-content: space-between; gap: 12px; font-size: 0.72rem; }
.on-air i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #ef765f;
  box-shadow: 0 0 8px #ef765f;
}
.lcd-panel strong { display: block; margin: 14px 0 5px; font-size: clamp(1.15rem, 5vw, 1.7rem); }
.lcd-panel > span { color: #5fae9e; font-size: 0.72rem; }
.lcd-panel .listener-count {
  display: block;
  margin-top: 4px;
  color: #6fe0cf;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.visualizer {
  height: 64px;
  display: flex;
  align-items: end;
  gap: 4px;
  margin: 13px 0;
  padding: 8px;
  overflow: hidden;
  background: #0a1018;
  border: 2px inset #2a3a50;
}
.visualizer span {
  flex: 1;
  height: 14%;
  min-width: 3px;
  background: linear-gradient(to top, #3f86d6 0 58%, #6fe0cf 58% 82%, #7bb4ee 82%);
  opacity: 0.45;
  transition: height 180ms ease;
}
.visualizer.is-playing span {
  opacity: 0.9;
  animation: equalize 0.75s ease-in-out infinite alternate;
}
.visualizer.is-playing span:nth-child(3n) { animation-duration: 0.46s; }
.visualizer.is-playing span:nth-child(4n) { animation-duration: 0.92s; }
.visualizer.is-playing span:nth-child(5n) { animation-delay: -0.35s; }
@keyframes equalize { from { height: 12%; } to { height: 95%; } }

.transport { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 8px; }
.control-button {
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 2px solid #4a5b73;
  border-right-color: #0b1120;
  border-bottom-color: #0b1120;
  color: var(--cream);
  background: linear-gradient(#2a3852, #1a2436);
  box-shadow: inset 1px 1px rgba(255,255,255,0.12);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
}
.control-button.primary { color: #0a1626; background: linear-gradient(#7bb4ee, #2f6bb0); border-color: #bcdcf7 #123457 #123457 #bcdcf7; }
.control-button:active { transform: translateY(1px); border-color: #0b1120 #4a5b73 #4a5b73 #0b1120; }
.control-button:focus-visible, .share-button:focus-visible, input:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.volume-row {
  display: grid;
  grid-template-columns: auto auto 1fr auto 42px;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
}
input[type="range"] { width: 100%; accent-color: var(--gold); cursor: pointer; }
.player-message {
  min-height: 32px;
  margin: 13px 0 0;
  padding-top: 11px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.73rem;
  line-height: 1.45;
}

.verse-section, .schedule-section, .share-section, .contact-section {
  border-top: 1px solid var(--line);
  padding: 72px 0;
}
.verse-section { display: grid; grid-template-columns: 80px 1fr; gap: 20px; align-items: start; }
.section-mark { color: var(--gold); font-size: 7rem; line-height: 0.7; }
blockquote {
  max-width: 850px;
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 5vw, 3.2rem);
  line-height: 1.18;
}
cite { color: var(--gold-light); font-family: Arial, sans-serif; font-size: 0.9rem; font-style: normal; font-weight: 700; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
h2 { margin-bottom: 0; font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 500; letter-spacing: -0.035em; }
.section-heading > p { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 0.8rem; }
.schedule-list { display: grid; gap: 10px; }
.schedule-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.025);
}
.schedule-card.featured { border-color: rgba(63, 134, 214, 0.42); background: rgba(63, 134, 214, 0.07); }
.schedule-card time { color: var(--gold-light); font-family: "Courier New", monospace; font-size: 1.2rem; font-weight: 700; }
.schedule-card h3 { margin-bottom: 7px; font-size: 1.3rem; }
.schedule-card p { margin-bottom: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: 0.86rem; line-height: 1.5; }

.share-section, .contact-section { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.share-section > div:first-child { max-width: 620px; }
.share-section p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); font-family: Arial, sans-serif; line-height: 1.6; }
.share-actions { display: flex; gap: 10px; }
.share-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  background: transparent;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.share-button.whatsapp { color: #04211d; background: var(--lcd); border-color: var(--lcd); }
.contact-section a { color: var(--gold-light); font-size: clamp(1rem, 2vw, 1.3rem); text-underline-offset: 6px; }

footer {
  padding: 38px 0 50px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.6;
}
.footer-brand { display: flex; gap: 8px; align-items: center; margin-bottom: 14px; color: var(--cream); font-family: Georgia, serif; font-size: 1rem; }
.footer-brand span { color: var(--gold); }
footer p { max-width: 760px; margin-bottom: 7px; }

@media (min-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr); }
}
@media (max-width: 700px) {
  .site-header, main, footer { width: min(100% - 24px, 1120px); }
  .site-header { min-height: 72px; }
  .brand small, .header-link { display: none; }
  .hero { min-height: auto; padding: 48px 0 58px; gap: 34px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  .player-face { padding: 11px; }
  .transport { grid-template-columns: 1.25fr 1fr 1fr; gap: 5px; }
  .control-button { min-height: 54px; flex-direction: column; gap: 2px; font-size: 0.68rem; }
  .visualizer { gap: 2px; }
  .volume-row { grid-template-columns: auto 1fr 40px; }
  .volume-row > span { display: none; }
  .verse-section, .schedule-section, .share-section, .contact-section { padding: 56px 0; }
  .verse-section { grid-template-columns: 1fr; gap: 0; }
  .section-mark { font-size: 4rem; }
  .section-heading, .share-section, .contact-section { align-items: flex-start; flex-direction: column; }
  .schedule-card { grid-template-columns: 68px 1fr; gap: 12px; padding: 17px 14px; }
  .share-actions { width: 100%; flex-direction: column; }
  .share-button { width: 100%; }
  .contact-section a { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .visualizer.is-playing span { animation: none; height: 60%; }
}
