:root {
  --navy: #0f192e;
  --navy-soft: #1c2f4b;
  --gold: #d4a017;
  --gold-soft: #f1dd9f;
  --ink: #111827;
  --muted: #4b5563;
  --surface: #f7f8fb;
  --white: #ffffff;
  --line: #e5e7eb;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, #f3efe2 0%, transparent 28%),
    radial-gradient(circle at 90% 20%, #e6ecf8 0%, transparent 32%),
    linear-gradient(180deg, #f9fafc, #f1f4f8 35%, #f8fafc);
  line-height: 1.5;
  overflow-x: hidden;
  animation: ambientShift 20s ease-in-out infinite alternate;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(212, 160, 23, 0.18), transparent 42%),
    radial-gradient(circle at 82% 26%, rgba(28, 47, 75, 0.25), transparent 44%),
    linear-gradient(160deg, #0f192e, #152746 62%, #1b3358);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-inner {
  text-align: center;
  color: #fff;
}

.preloader-logo {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  margin: 0 auto;
  display: block;
  animation: preloaderFloat 1.5s ease-in-out infinite;
}

.preloader-ring {
  width: 76px;
  height: 76px;
  margin: -72px auto 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-top-color: var(--gold);
  animation: spin 0.95s linear infinite;
}

.preloader-label {
  margin-top: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.preloader-name {
  margin-top: 0.45rem;
  font-family: 'Spectral', serif;
  font-size: 1.22rem;
  color: var(--gold-soft);
}

h1,
h2,
h3,
h4 {
  font-family: 'Spectral', serif;
  margin: 0;
  line-height: 1.2;
}

p {
  margin: 0;
}

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

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #0f192e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 20px rgba(10, 16, 31, 0.28);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.brand strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
}

.brand span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

nav {
  display: flex;
  gap: 0.95rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  position: relative;
}

nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}

nav a::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0.1rem;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.26s ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  padding: 4.3rem 0 3.2rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 160, 23, 0.22), transparent 50%),
    radial-gradient(circle at 8% 50%, rgba(28, 47, 75, 0.22), transparent 40%),
    linear-gradient(120deg, rgba(15, 25, 46, 0.03), rgba(212, 160, 23, 0.08));
}

.hero h1,
.hero .hero-copy,
.hero .hero-actions,
.hero .onair-card {
  animation: riseIn 0.75s ease both;
}

.hero .hero-copy {
  animation-delay: 0.12s;
}

.hero .hero-actions {
  animation-delay: 0.2s;
}

.hero .onair-card {
  animation-delay: 0.25s;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--navy-soft);
  text-transform: uppercase;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

h1 {
  margin-top: 0.9rem;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  color: var(--navy);
}

.hero-copy {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 60ch;
}

.hero-sketch-strip {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.mini-sketch {
  width: 148px;
  max-width: 42%;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed #d8dee9;
  border-radius: 10px;
  padding: 0.35rem;
}

.mini-sketch path {
  fill: none;
  stroke: #1c2f4b;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0) scale(0.985);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), #c58f0c);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(197, 143, 12, 0.35);
}

.btn-ghost {
  border-color: rgba(15, 25, 46, 0.25);
  background: rgba(255, 255, 255, 0.6);
  color: var(--navy);
}

.onair-card {
  background: linear-gradient(165deg, var(--navy) 0%, #192941 100%);
  color: var(--white);
  border-radius: 22px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.34);
  position: relative;
  overflow: hidden;
}

.onair-card::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  right: -50px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.28), transparent 70%);
}

.onair-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.pill-live {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  background: #9b1c1c;
  border-radius: 999px;
  padding: 0.23rem 0.62rem;
  animation: livePulse 1.8s ease-in-out infinite;
}

.onair-card h2 {
  margin-top: 1rem;
  font-size: 1.2rem;
}

#onAirTitle {
  margin-top: 0.35rem;
  font-weight: 700;
}

#onAirMeta,
#liveStatus {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.signal-bars {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.24rem;
  align-items: end;
}

.signal-bars span {
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  animation: bounce 1.1s infinite ease-in-out;
}

.signal-bars span:nth-child(1) { height: 10px; animation-delay: 0s; }
.signal-bars span:nth-child(2) { height: 16px; animation-delay: 0.1s; }
.signal-bars span:nth-child(3) { height: 22px; animation-delay: 0.2s; }
.signal-bars span:nth-child(4) { height: 15px; animation-delay: 0.3s; }
.signal-bars span:nth-child(5) { height: 9px; animation-delay: 0.4s; }

@keyframes bounce {
  0%, 100% { transform: scaleY(0.72); opacity: 0.7; }
  50% { transform: scaleY(1); opacity: 1; }
}

.section {
  padding: 3.3rem 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px) scale(0.99);
  filter: blur(2px);
  transition: opacity 0.72s ease, transform 0.72s ease, filter 0.72s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

[data-reveal="hero"] {
  opacity: 1;
  transform: none;
  filter: none;
}

.section-alt {
  background: linear-gradient(180deg, #eef3f8, #f7fafc);
  border-top: 1px solid #e4e9f0;
  border-bottom: 1px solid #e4e9f0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  align-items: end;
  margin-bottom: 1rem;
}

.section-head h2 {
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.link-arrow {
  font-weight: 700;
  color: var(--navy-soft);
  font-size: 0.9rem;
}

.shows-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.show-card,
.show-skeleton {
  border-radius: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1rem;
  min-height: 210px;
}

.show-skeleton {
  background: linear-gradient(90deg, #f1f4f8, #e6ebf3, #f1f4f8);
  background-size: 300% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

.show-card h3 {
  font-size: 1.15rem;
  color: var(--navy);
}

.show-card p {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.show-card .meta {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.show-card .actions {
  margin-top: 1rem;
}

.show-card .actions .btn {
  width: 100%;
}

.show-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.show-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(15, 25, 46, 0.12);
}

.show-card:nth-child(1) { transition-delay: 0.04s; }
.show-card:nth-child(2) { transition-delay: 0.08s; }
.show-card:nth-child(3) { transition-delay: 0.12s; }

.schedule-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
}

.today-card,
.news-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}

.today-card h3 {
  color: var(--navy);
  margin-bottom: 0.8rem;
}

.today-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.today-card li {
  border-left: 3px solid var(--gold);
  padding-left: 0.55rem;
}

.today-card li strong {
  display: block;
}

.today-card li span {
  color: #6b7280;
  font-size: 0.86rem;
}

.week-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.day-card {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0.8rem;
}

.day-card.is-animated-in {
  animation: cardRise 0.5s ease both;
}

.day-card h4 {
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.day-card p {
  color: #4b5563;
  font-size: 0.87rem;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: center;
}

.ministry-note {
  padding-top: 0;
}

.note-card {
  border-radius: 18px;
  border: 1px solid #d9e1ee;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(243, 247, 252, 0.9));
  padding: 1.2rem;
}

.note-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: center;
}

.note-card h2 {
  margin-top: 0.55rem;
  font-size: clamp(1.15rem, 3vw, 1.7rem);
  color: var(--navy);
}

.note-card p:last-child {
  margin-top: 0.55rem;
  color: var(--muted);
}

.note-sketch-strip {
  justify-content: flex-end;
  margin-top: 0;
}

.note-sketch {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d8e0ed;
  box-shadow: 0 7px 20px rgba(15, 25, 46, 0.06);
  animation: floatSketch 6s ease-in-out infinite;
}

.note-sketch:nth-child(2) {
  animation-delay: 0.35s;
}

.note-sketch:nth-child(3) {
  animation-delay: 0.7s;
}

.note-sketch path {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: drawStroke 2s ease forwards;
}

.growth-section {
  position: relative;
  overflow: hidden;
}

.growth-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.growth-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}

.growth-card h2 {
  margin-top: 0.5rem;
  color: var(--navy);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}

.growth-intro {
  margin-top: 0.62rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.growth-steps {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  counter-reset: growth-step;
}

.growth-steps li {
  counter-increment: growth-step;
  border: 1px dashed #d8dee9;
  border-radius: 12px;
  padding: 0.72rem 0.78rem 0.72rem 2.4rem;
  position: relative;
  background: linear-gradient(180deg, #ffffff, #fcfdff);
}

.growth-steps li::before {
  content: counter(growth-step);
  position: absolute;
  left: 0.72rem;
  top: 0.72rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #c58f0c);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
}

.growth-steps strong {
  display: block;
  color: var(--navy);
}

.growth-steps span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.sketch-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.sketch-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem;
  background: linear-gradient(150deg, #fff, #f9fbff);
  box-shadow: 0 8px 20px rgba(15, 25, 46, 0.06);
  animation: floatSketch 6.2s ease-in-out infinite;
}

.sketch-card:nth-child(2) {
  animation-delay: 0.6s;
}

.sketch-card:nth-child(3) {
  animation-delay: 0.3s;
}

.sketch-card:nth-child(4) {
  animation-delay: 0.9s;
}

.sketch-card p {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.sketch-svg {
  width: 100%;
  height: auto;
}

.sketch-svg path {
  fill: none;
  stroke: #1c2f4b;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: drawStroke 2.4s ease forwards;
}

.sketch-svg circle {
  fill: none;
  stroke: #1c2f4b;
  stroke-width: 2.4;
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  animation: drawStroke 2.4s ease forwards;
}

.sketch-svg rect {
  fill: none;
  stroke: #1c2f4b;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: drawStroke 2.4s ease forwards;
}

.sketch-card:nth-child(2) .sketch-svg path {
  animation-delay: 0.35s;
}

.news-card ul {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
  color: var(--muted);
}

.sketch-gallery .section-head {
  margin-bottom: 1.2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.gallery-tile {
  background: linear-gradient(150deg, #ffffff, #f7f9fe);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem;
  box-shadow: 0 8px 20px rgba(15, 25, 46, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 25, 46, 0.1);
}

.gallery-tile .sketch-svg {
  width: 100%;
}

.gallery-tile h3 {
  margin-top: 0.55rem;
  color: var(--navy);
  font-size: 1.04rem;
}

.gallery-tile p {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.gallery-tile:nth-child(1) { animation: cardRise 0.6s ease both; animation-delay: 0.03s; }
.gallery-tile:nth-child(2) { animation: cardRise 0.6s ease both; animation-delay: 0.08s; }
.gallery-tile:nth-child(3) { animation: cardRise 0.6s ease both; animation-delay: 0.13s; }
.gallery-tile:nth-child(4) { animation: cardRise 0.6s ease both; animation-delay: 0.18s; }
.gallery-tile:nth-child(5) { animation: cardRise 0.6s ease both; animation-delay: 0.23s; }
.gallery-tile:nth-child(6) { animation: cardRise 0.6s ease both; animation-delay: 0.28s; }

.action-stack {
  display: grid;
  gap: 0.8rem;
}

.app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.app-download-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 1rem;
}

.app-download-card h3 {
  font-family: 'Spectral', serif;
  color: var(--navy);
  margin-top: 0.55rem;
}

.app-download-card {
  position: relative;
  overflow: hidden;
}

.app-download-card::after {
  content: '';
  position: absolute;
  inset: -120% -40% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.16), transparent 70%);
  pointer-events: none;
}

.app-download-card p {
  color: var(--muted);
  margin-top: 0.45rem;
}

.donation-hero {
  min-height: calc(100vh - 250px);
}

.donation-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.donation-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 1.2rem;
  box-shadow: 0 10px 26px rgba(15, 25, 46, 0.08);
}

.donation-card-primary {
  background:
    radial-gradient(circle at 96% 8%, rgba(212, 160, 23, 0.2), transparent 38%),
    linear-gradient(140deg, rgba(15, 25, 46, 0.04), rgba(15, 25, 46, 0.02)),
    #ffffff;
}

.donation-card-primary h1 {
  margin-top: 0.7rem;
  font-size: clamp(1.55rem, 3.7vw, 2.4rem);
}

.donation-card-side h2 {
  color: var(--navy);
  font-size: 1.3rem;
}

.donation-card-side p {
  margin-top: 0.6rem;
  color: var(--muted);
}

.donation-contact-list {
  margin: 0.9rem 0;
  padding-left: 1rem;
  color: var(--ink);
}

.donation-contact-list li {
  margin: 0.45rem 0;
}

.donation-note {
  margin-top: 0.75rem;
  font-size: 0.86rem;
  color: #6b7280;
}

/* Donate page uses a crisper visual profile for readability */
.donate-page {
  animation: none;
  background: #f5f7fb;
}

.donate-page .hero {
  background: linear-gradient(180deg, #eef3fa 0%, #f5f7fb 100%);
}

.donate-page .donation-card {
  background: #ffffff;
  border: 1px solid #d4dbe7;
  box-shadow: 0 6px 16px rgba(15, 25, 46, 0.08);
}

.donate-page .donation-card-primary {
  background: #ffffff;
}

.donate-page .hero-copy,
.donate-page .donation-card-side p,
.donate-page .donation-note {
  color: #334155;
}

.donate-page .donation-card-primary h1,
.donate-page .donation-card-side h2 {
  color: #0f192e;
}

.download-actions {
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
}

.download-actions .btn {
  width: 100%;
}

.btn.is-disabled {
  opacity: 0.55;
  pointer-events: none;
  box-shadow: none;
}

.download-hint {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.86);
  padding: 2rem 0 9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1rem;
}

.site-footer img {
  width: 48px;
  border-radius: 10px;
}

.site-footer h4 {
  margin-bottom: 0.6rem;
  font-family: 'Manrope', sans-serif;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  margin: 0.35rem 0;
  font-size: 0.92rem;
}

.player-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: #0b1528;
  background: color-mix(in srgb, var(--navy) 94%, black);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -10px 30px rgba(15, 25, 46, 0.45);
  padding: 0.7rem 0 0.9rem;
}

.player-dock.is-playing .player-badge {
  animation: livePulse 1.8s ease-in-out infinite;
}

.player-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.player-main h3 {
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-size: 1.02rem;
  margin-top: 0.2rem;
}

.player-main p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.player-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.18);
  border: 1px solid rgba(212, 160, 23, 0.35);
  color: var(--gold-soft);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
}

.player-controls .btn {
  min-width: 120px;
}

.player-progress-wrap {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
}

.player-progress-wrap span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  min-width: 42px;
}

#playerSeek {
  width: 100%;
  accent-color: var(--gold);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .donation-grid,
  .growth-grid,
  .note-grid,
  .schedule-layout,
  .app-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .growth-steps {
    grid-template-columns: 1fr;
  }

  .sketch-stack {
    grid-template-columns: 1fr 1fr;
  }

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

  .shows-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    background: #0f192e;
  }

  .nav-wrap {
    min-height: auto;
    padding: 0.55rem 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }

  .brand {
    justify-content: flex-start;
  }

  nav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 0.25rem;
    background: #0b1528;
    border: 1px solid #2a3650;
    border-radius: 11px;
    padding: 0.25rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  nav a {
    flex: 0 0 auto;
    font-size: 0.83rem;
    padding: 0.4rem 0.55rem;
    color: #f8fafc;
    background: #1a2740;
    border-radius: 8px;
  }

  .hero {
    padding-top: 2.4rem;
  }

  .shows-grid,
  .week-grid {
    grid-template-columns: 1fr;
  }

  .sketch-stack {
    grid-template-columns: 1fr;
  }

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

  .mini-sketch {
    max-width: 100%;
  }

  .note-sketch-strip {
    justify-content: flex-start;
    margin-top: 0.7rem;
  }

  .player-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .player-dock {
    background: #0b1528;
    border-top: 1px solid #2a3650;
    box-shadow: 0 -8px 22px rgba(7, 11, 20, 0.55);
  }

  .player-controls .btn {
    width: 100%;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes livePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(155, 28, 28, 0.16);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(155, 28, 28, 0);
  }
}

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

@keyframes ambientShift {
  from {
    background-position: 0% 0%, 100% 0%, 0 0;
  }
  to {
    background-position: 8% 4%, 92% -2%, 0 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes preloaderFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes drawStroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes floatSketch {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
