/* ============================================
   Daily Devotional — GODZEAL-inspired site
   ============================================ */

:root {
  /* Hybrid black + navy depth (God Message Today style, still cinematic) */
  --bg: #080a0f;
  --bg-elevated: #0c1018;
  --bg-card: #121722;
  --bg-soft: #161c28;
  --navy: #0a1628;
  --navy-mid: #112240;
  --text: #f5f2eb;
  --text-muted: #a39b8c;
  --text-dim: #6f6a62;
  --gold: #c9a84c;
  --gold-soft: #e8c96a;
  --gold-dim: rgba(201, 168, 76, 0.15);
  --border: rgba(245, 242, 235, 0.08);
  --border-strong: rgba(201, 168, 76, 0.22);
  --border-gold: rgba(201, 168, 76, 0.3);
  --white: #ffffff;
  --radius: 14px;
  --radius-lg: 22px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --header-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1120px;
  --cross-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M24 6v36M6 24h36' stroke='rgba(201,168,76,0.055)' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font-body);
  background-color: var(--bg);
  /* Pack 2: sacred cross texture + micro-grid over navy-black base */
  background-image:
    linear-gradient(rgba(250, 247, 240, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250, 247, 240, 0.012) 1px, transparent 1px),
    var(--cross-pattern),
    radial-gradient(ellipse 120% 80% at 50% -10%, rgba(17, 34, 64, 0.55), transparent 55%),
    linear-gradient(180deg, #0a0e16 0%, var(--bg) 40%, #06080c 100%);
  background-size:
    4px 4px,
    4px 4px,
    48px 48px,
    100% 100%,
    100% 100%;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Site-wide film grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* Shared journey sections */
.section-day {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-day > .container,
.section-day > .container.stats-grid {
  position: relative;
  z-index: 1;
}

.section-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.28;
  filter: saturate(0.9) brightness(0.55);
  pointer-events: none;
}

.section-photo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 8, 0.75) 0%, rgba(7, 7, 8, 0.55) 40%, rgba(7, 7, 8, 0.85) 100%),
    radial-gradient(ellipse 70% 60% at 50% 40%, transparent 0%, rgba(7, 7, 8, 0.5) 100%);
}

.section-photo-bg--soft {
  opacity: 0.18;
  filter: saturate(0.75) brightness(0.45) blur(1px);
}

/* Dawn — soft gold dust after sunrise hero */
.section-dawn {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 168, 76, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(201, 168, 76, 0.04), transparent 50%),
    linear-gradient(180deg, #0c1018 0%, #080a0f 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.06);
}

/* Midday — cool navy charcoal for video focus */
.section-midday {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(17, 34, 64, 0.35), transparent 55%),
    radial-gradient(ellipse 40% 30% at 100% 50%, rgba(26, 52, 88, 0.12), transparent 50%),
    linear-gradient(180deg, #0a1220 0%, #0c1018 50%, #080a0f 100%);
}

/* Warm — amber prayer hour */
.section-warm {
  background:
    radial-gradient(ellipse 70% 55% at 30% 40%, rgba(180, 110, 40, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(201, 169, 98, 0.08), transparent 50%),
    linear-gradient(180deg, #0c0a08 0%, #0a0907 100%);
  border-block: 1px solid rgba(201, 169, 98, 0.08);
}

.section-warm .section-photo-bg {
  opacity: 0.35;
  filter: saturate(1.05) brightness(0.6);
}

/* Dusk — soft mesh for community */
.section-dusk {
  background:
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(90, 50, 120, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(201, 169, 98, 0.07), transparent 50%),
    linear-gradient(180deg, #09080c 0%, #070708 100%);
}

/* Study — warm paper / desk tone for eBook */
.section-study {
  background:
    radial-gradient(ellipse 55% 50% at 20% 50%, rgba(140, 100, 50, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 35% at 85% 30%, rgba(201, 169, 98, 0.06), transparent 50%),
    linear-gradient(180deg, #0c0a07 0%, #090807 100%);
  border-block: 1px solid rgba(201, 169, 98, 0.06);
}

.section-study .section-photo-bg {
  background-position: center 30%;
}

/* Gold spotlight — members VIP */
.section-gold-spot {
  background:
    radial-gradient(ellipse 55% 45% at 50% 0%, rgba(201, 169, 98, 0.16), transparent 55%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(201, 169, 98, 0.05), transparent 50%),
    linear-gradient(180deg, #0a0906 0%, #070708 100%);
}

/* Studio — neutral shop floor */
.section-studio {
  background:
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(255, 255, 255, 0.03), transparent 50%),
    linear-gradient(180deg, #080808 0%, #0c0c0c 50%, #070708 100%);
}

/* Evening — hope / light shaft for Give */
.section-evening {
  background:
    radial-gradient(ellipse 50% 60% at 70% 30%, rgba(201, 169, 98, 0.12), transparent 50%),
    linear-gradient(180deg, #08090c 0%, #070708 100%);
  border-block: 1px solid rgba(201, 169, 98, 0.08);
}

.section-evening .section-photo-bg {
  opacity: 0.32;
  filter: saturate(1) brightness(0.58);
  background-position: center 35%;
}

/* Night — CTA + footer rest */
.section-night {
  background:
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(201, 168, 76, 0.06), transparent 65%),
    #060912;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.section {
  padding: 6.5rem 0;
}

.section-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Pack A: gold rule after section labels */
.section-eyebrow::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.7;
}

.section-heading.center .section-eyebrow,
.section-header.center .section-eyebrow {
  justify-content: center;
}

.section-heading.center .section-eyebrow::after {
  /* keep rule on both sides for centered headers */
}

.section-heading {
  max-width: 36rem;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.section-header.center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-header h2,
.about-text h2,
.listen-text h2,
.grow-text h2,
.give-inner h2,
.cta-band h2,
.connect h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.section-sub {
  color: var(--text-muted);
  max-width: 36rem;
  margin-top: 0.75rem;
}

em {
  font-style: italic;
  color: var(--gold-soft);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: transform 0.25s var(--ease), background 0.25s, border-color 0.25s, color 0.25s;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #b8923a 100%);
  color: #0a0c10;
  border: 1px solid rgba(232, 201, 106, 0.5);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.25);
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.28) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 100%);
  box-shadow: 0 10px 36px rgba(201, 168, 76, 0.4);
}

.btn-primary:hover::after {
  transform: translateX(120%);
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--border-gold);
  color: var(--gold-soft);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
  background: var(--gold-dim);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.15);
}

.btn-outline {
  border: 1px solid var(--border-gold);
  padding: 0.95rem 1.8rem;
  color: var(--gold-soft);
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
  background: var(--gold-dim);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.18);
}

.btn-lg {
  padding: 1.05rem 1.9rem;
  font-size: 1rem;
}

.play-icon {
  font-size: 0.7rem;
}

.text-link {
  color: var(--gold);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.text-link:hover {
  color: var(--gold-soft);
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  transition: background 0.3s, border-color 0.3s, backdrop-filter 0.3s;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(10, 14, 22, 0.88);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--border-gold);
}

.nav-inner {
  width: min(100% - 2rem, 1200px);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 600;
  z-index: 2;
}

.logo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(201, 168, 76, 0.5);
  box-shadow:
    0 0 0 3px rgba(201, 168, 76, 0.1),
    0 4px 14px rgba(0, 0, 0, 0.35);
  background: #0a1628;
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 0.95rem;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.logo-text span {
  color: var(--gold);
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-links a {
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 0.55rem 1.1rem !important;
  border-radius: 999px;
  background: var(--gold-dim);
  color: var(--gold-soft) !important;
  border: 1px solid rgba(201, 169, 98, 0.35);
}

.nav-cta:hover {
  background: rgba(201, 169, 98, 0.25) !important;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  z-index: 2;
}

.menu-toggle span {
  display: block;
  height: 1.5px;
  background: var(--text);
  transition: 0.3s;
}

/* Hero — layered like God Message Today */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: calc(var(--header-h) + 2rem) 1.5rem 5rem;
  overflow: hidden;
  background: #06080c;
}

/* Pack 3: optional real video (assets/hero-light.mp4) */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: brightness(0.55) saturate(0.85);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.8s ease;
}

.hero-video.is-playing {
  opacity: 0.38;
}

/* Pack 3 fallback: animated light-rays still (always works) */
.hero-light-media {
  position: absolute;
  inset: -4%;
  z-index: 0;
  background-image: url("assets/bg-golden-light.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  filter: brightness(0.7) saturate(1.05);
  animation: heroKenBurns 28s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero.has-video .hero-light-media {
  opacity: 0.18;
}

@keyframes heroKenBurns {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, 1%, 0); }
}

/* Cross layer sits above light media — parallax target */
.hero-bg {
  position: absolute;
  inset: -8% 0 0 0;
  height: 116%;
  z-index: 1;
  background-image: url("assets/bg-cross-dawn.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  transform: scale(1.02) translate3d(0, 0, 0);
  will-change: transform;
  filter: saturate(1.05) brightness(0.82);
  opacity: 0.72;
  mix-blend-mode: normal;
  pointer-events: none;
}

.hero-light-media {
  will-change: transform;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 42%, rgba(8, 10, 15, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.35) 0%, transparent 40%, rgba(8, 10, 15, 0.45) 100%);
  pointer-events: none;
}

/* Pack 1: sweeping gold light ray */
.hero-light-ray {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    118deg,
    transparent 28%,
    rgba(201, 168, 76, 0.09) 46%,
    rgba(232, 201, 106, 0.14) 50%,
    rgba(201, 168, 76, 0.07) 54%,
    transparent 72%
  );
  background-size: 280% 280%;
  animation: heroLightRay 16s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes heroLightRay {
  0%, 100% { background-position: 18% 25%; }
  50% { background-position: 82% 70%; }
}

/* Pack 1: gold dust particles */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.hero-particle {
  position: absolute;
  bottom: -8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--gold-soft);
  opacity: 0;
  box-shadow: 0 0 6px rgba(232, 201, 106, 0.55);
  animation: particleFloat linear infinite;
}

@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.6);
  }
  12% { opacity: 0.75; }
  70% { opacity: 0.35; }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift, 20px), -110vh, 0) scale(1);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(ellipse at 40% 20%, rgba(201, 168, 76, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(201, 168, 76, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.28) 0%, rgba(8, 10, 15, 0.45) 45%, rgba(8, 10, 15, 0.92) 100%);
  pointer-events: none;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    transparent 52%,
    rgba(8, 10, 15, 0.55) 82%,
    rgba(8, 10, 15, 0.82) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 820px;
  animation: fadeUp 1.2s var(--ease) both;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.hero-eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 9vw, 6.2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}

.hero-title em {
  font-weight: 400;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-muted);
  max-width: 34rem;
  margin: 0 auto 2.25rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.hero-socials a {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: color 0.2s;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.hero-socials a:hover {
  color: var(--gold-soft);
  border-bottom-color: var(--gold);
}

.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
  z-index: 5;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Marquee — thin gold rim between dawn and day */
.marquee {
  border-block: 1px solid rgba(201, 169, 98, 0.12);
  background:
    linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.06), transparent),
    var(--bg-elevated);
  overflow: hidden;
  padding: 0.95rem 0;
  position: relative;
  z-index: 2;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
  gap: 0;
}

.marquee-track span {
  padding-right: 2rem;
  white-space: nowrap;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* Stats */
.stats {
  padding: 4.5rem 0;
  border-bottom: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-num,
.stat-suffix {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1;
}

.stat-suffix {
  color: var(--gold);
}

.stat-label {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.about-text p {
  color: var(--text-muted);
  margin-top: 1.1rem;
  max-width: 34rem;
}

.about-text p strong {
  color: var(--text);
  font-weight: 600;
}

.about-text .text-link {
  display: inline-block;
  margin-top: 1.75rem;
}

.about-card {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201, 169, 98, 0.14), transparent 60%),
    rgba(18, 18, 20, 0.75);
  border: 1px solid rgba(201, 169, 98, 0.12);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.about-card blockquote,
.verse-quote {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.4;
  font-style: italic;
  color: var(--text);
  position: relative;
  display: inline-block;
}

.verse-underline {
  display: block;
  height: 2px;
  width: 0;
  margin-top: 1rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}

.about-card.is-inview .verse-underline,
.verse-quote.is-inview .verse-underline {
  width: 100%;
}

.about-card cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--gold);
  font-style: normal;
  letter-spacing: 0.04em;
}

/* Cinematic: one-time light shaft on Prayers */
.section-light-shaft {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(201, 168, 76, 0.12) 48%,
    rgba(232, 201, 106, 0.18) 50%,
    rgba(201, 168, 76, 0.1) 52%,
    transparent 70%
  );
  background-size: 220% 220%;
  background-position: 0% 40%;
  mix-blend-mode: screen;
}

.section-warm.is-shaft .section-light-shaft {
  animation: sectionShaft 2.4s ease-out forwards;
}

@keyframes sectionShaft {
  0% {
    opacity: 0;
    background-position: 0% 40%;
  }
  20% { opacity: 1; }
  100% {
    opacity: 0;
    background-position: 100% 60%;
  }
}

/* Cinematic scroll reveals */
.reveal-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-title .section-eyebrow,
.reveal-title h2,
.reveal-title .section-sub,
.reveal-title > p:not(.section-eyebrow),
.about-text.reveal-title > p,
.about-text.reveal-title > .text-link,
.reveal-title .btn {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-title.is-inview .section-eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: 0ms;
}

.reveal-title.is-inview h2 {
  opacity: 1;
  transform: none;
  transition-delay: 120ms;
}

.reveal-title.is-inview .section-sub,
.reveal-title.is-inview > p:not(.section-eyebrow),
.about-text.reveal-title.is-inview > p {
  opacity: 1;
  transform: none;
  transition-delay: 240ms;
}

.about-text.reveal-title.is-inview > .text-link,
.reveal-title.is-inview .btn {
  opacity: 1;
  transform: none;
  transition-delay: 340ms;
}

.stat.is-inview .stat-num,
.stat.is-inview .stat-suffix {
  text-shadow: 0 0 24px rgba(201, 168, 76, 0.35);
  transition: text-shadow 0.6s ease;
}

/* Watch — midday cool charcoal handled by .section-midday */
.watch {
  background: transparent;
}

.video-featured {
  margin-bottom: 2.5rem;
}

.video-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}

.video-main:hover {
  border-color: rgba(201, 169, 98, 0.35);
  transform: translateY(-3px);
}

.video-thumb {
  aspect-ratio: 16 / 10;
  background-color: #1a1520;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.video-thumb-main {
  aspect-ratio: auto;
  min-height: 280px;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}

.prayer-feature-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.prayer-feature-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.prayer-feature-thumb .play-circle {
  z-index: 1;
}

.play-circle {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(245, 242, 235, 0.95);
  color: var(--bg);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  padding-left: 4px;
  transition: transform 0.3s var(--ease), background 0.3s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.play-circle.small {
  width: 44px;
  height: 44px;
  font-size: 0.75rem;
}

.video-card:hover .play-circle,
.video-main:hover .play-circle {
  transform: scale(1.08);
  background: var(--gold-soft);
}

.video-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  background: var(--gold);
  color: var(--bg);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.video-meta {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-meta h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.video-meta p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.videos-label {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 1.25rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.video-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}

.video-card:hover {
  border-color: rgba(201, 169, 98, 0.3);
  transform: translateY(-4px);
}

.video-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  padding: 1rem 1.1rem 0.25rem;
  line-height: 1.25;
}

.video-card span {
  display: block;
  padding: 0 1.1rem 1.1rem;
  font-size: 0.8rem;
  color: var(--text-dim);
}

/* Listen / Prayers — warm amber handled by .section-warm */
.listen {
  background: transparent;
  border-block: none;
}

.listen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.listen-text p {
  color: var(--text-muted);
  margin: 1.1rem 0 1.75rem;
  max-width: 28rem;
}

.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.platform-btn {
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-size: 0.88rem;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.platform-btn:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
  background: var(--gold-dim);
}

.listen-card {
  background: rgba(18, 18, 20, 0.72);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(8px);
}

.listen-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.eq {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 28px;
}

.eq span {
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
  animation: eq 1s ease-in-out infinite;
}

.eq span:nth-child(1) { height: 40%; animation-delay: 0s; }
.eq span:nth-child(2) { height: 80%; animation-delay: 0.15s; }
.eq span:nth-child(3) { height: 55%; animation-delay: 0.3s; }
.eq span:nth-child(4) { height: 95%; animation-delay: 0.1s; }
.eq span:nth-child(5) { height: 35%; animation-delay: 0.25s; }

@keyframes eq {
  0%, 100% { transform: scaleY(0.5); }
  50% { transform: scaleY(1); }
}

.listen-playlist {
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.listen-meta {
  color: var(--text-dim);
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

/* Connect / Socials — dusk mesh via .section-dusk */
.connect {
  background: transparent;
}

.social-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 900px;
  margin-inline: auto;
}

.social-card {
  background: rgba(18, 18, 20, 0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s var(--ease);
  display: block;
  backdrop-filter: blur(6px);
}

.social-card:hover {
  border-color: rgba(201, 169, 98, 0.4);
  transform: translateY(-4px);
}

.social-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 98, 0.4);
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 600;
}

.social-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.social-card p {
  color: var(--text-dim);
  font-size: 0.88rem;
  margin-bottom: 1.1rem;
}

/* Grow */
.grow-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}

.ebook-cover {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
  aspect-ratio: 3 / 4;
  display: flex;
  border-radius: 8px 12px 12px 8px;
  overflow: hidden;
  box-shadow:
    20px 30px 60px rgba(0, 0, 0, 0.5),
    -4px 0 12px rgba(0, 0, 0, 0.3);
  transform: rotateY(-8deg) rotateX(2deg);
  transform-style: preserve-3d;
}

.ebook-spine {
  width: 18px;
  background: linear-gradient(90deg, #1a1508, #3d3218, #1a1508);
}

.ebook-front {
  flex: 1;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(201, 169, 98, 0.2), transparent 55%),
    linear-gradient(165deg, #1c1810 0%, #0c0b09 100%);
  border: 1px solid rgba(201, 169, 98, 0.25);
  border-left: none;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ebook-brand {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.ebook-front h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.2;
}

.ebook-detail {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.grow-text p {
  color: var(--text-muted);
  margin: 1.1rem 0 1.5rem;
  max-width: 30rem;
}

.check-list {
  list-style: none;
  margin-bottom: 2rem;
}

.check-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.6rem;
  color: var(--text);
  font-size: 0.95rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 600;
}

.btn-note {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--text-dim);
}

/* Members — gold spotlight via .section-gold-spot */
.members {
  background: transparent;
}

.members .member-card {
  background: rgba(18, 18, 20, 0.85);
  backdrop-filter: blur(6px);
}

.member-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin-bottom: 2.5rem;
}

.perk {
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.perk span {
  color: var(--gold);
}

.member-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 800px;
  margin-inline: auto;
}

.member-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: border-color 0.3s, transform 0.3s var(--ease);
  display: block;
}

.member-card:hover {
  border-color: rgba(201, 169, 98, 0.4);
  transform: translateY(-4px);
}

.member-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 1rem;
}

.member-tag.recommended {
  color: var(--gold);
  background: var(--gold-dim);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}

.member-card h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin-bottom: 0.6rem;
}

.member-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
}

.member-link {
  color: var(--gold);
  font-weight: 500;
  font-size: 0.92rem;
}

/* Shop */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.product-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: transform 0.3s var(--ease), border-color 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 169, 98, 0.3);
}

.product-extra {
  display: none;
}

.shop-grid.expanded .product-extra {
  display: block;
}

.product-img {
  aspect-ratio: 1;
  background: var(--pgrad);
  position: relative;
  display: grid;
  place-items: center;
}

.product-rank {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.product-mock {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 1rem;
  color: rgba(245, 242, 235, 0.9);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.product-card h4 {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 1.1rem 1.15rem;
  color: var(--text-muted);
}

.shop-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* Give — evening light via .section-evening + mountain photo */
.give {
  position: relative;
  background: transparent;
  border-block: none;
}

.give .pillar {
  background: rgba(18, 18, 20, 0.8);
  backdrop-filter: blur(6px);
}

.give-inner {
  text-align: center;
  max-width: 700px;
}

.give-lead {
  color: var(--text-muted);
  margin: 1.25rem auto 2.25rem;
  max-width: 32rem;
  font-size: 1.05rem;
}

.give-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.pillar {
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  font-size: 0.9rem;
  color: var(--text-muted);
}

.give-note {
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 1.75rem;
  letter-spacing: 0.02em;
}

/* CTA band — night rest via .section-night */
.cta-band {
  padding: 5.5rem 0;
  text-align: center;
  background: transparent;
}

.cta-band-inner h2 {
  margin-bottom: 2rem;
}

/* Footer — deep night */
.site-footer {
  border-top: 1px solid rgba(201, 169, 98, 0.08);
  padding: 4rem 0 2rem;
  background: #050506;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  color: var(--text-muted);
  margin-top: 1rem;
  font-size: 0.92rem;
  max-width: 16rem;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.footer-social-row a {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 98, 0.3);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
}

.footer-social-row a:hover {
  background: var(--gold-dim);
  border-color: var(--gold);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-col h5 {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.4rem;
}

.footer-col a {
  color: var(--text-muted);
  font-size: 0.92rem;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--gold-soft);
}

.footer-bottom {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--text-dim);
}

.footer-verse {
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* Mobile */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }

  .about-grid,
  .listen-grid,
  .grow-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .video-main {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shop-grid,
  .social-cards {
    grid-template-columns: 1fr 1fr;
  }

  .member-cards {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ebook-cover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    background: rgba(7, 7, 8, 0.97);
    flex-direction: column;
    justify-content: center;
    gap: 1.75rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s var(--ease);
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
  }

  .nav-links a {
    font-size: 1.25rem;
    color: var(--text);
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .section {
    padding: 4.5rem 0;
  }

  .video-grid,
  .shop-grid,
  .social-cards {
    grid-template-columns: 1fr;
  }

  .give-pillars {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-title {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .eq span,
  .marquee-track,
  .scroll-line,
  .hero-light-ray,
  .hero-light-media,
  .hero-particle,
  .section-light-shaft {
    animation: none !important;
  }

  .reveal-item,
  .reveal-title .section-eyebrow,
  .reveal-title h2,
  .reveal-title .section-sub,
  .reveal-title > p,
  .about-text.reveal-title > p,
  .about-text.reveal-title > .text-link,
  .reveal-title .btn {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .verse-underline {
    width: 100% !important;
    transition: none !important;
  }
}

@media (max-width: 720px) {
  .hero-particles {
    display: none;
  }

  .hero-video,
  .hero-light-media {
    opacity: 0.28;
  }

  .hero-bg {
    opacity: 0.8;
  }
}

/* ============================================
   Packs A + B + C — visual upgrades
   ============================================ */

.hero-socials .social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-socials .social-link svg {
  opacity: 0.85;
}

/* Card hover glow */
.video-card,
.social-card,
.member-card,
.product-card,
.testimonial-card,
.pillar {
  transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.video-card:hover,
.social-card:hover,
.member-card:hover,
.product-card:hover,
.testimonial-card:hover {
  border-color: rgba(201, 168, 76, 0.45) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(201, 168, 76, 0.12), 0 0 32px rgba(201, 168, 76, 0.08);
}

.play-circle {
  background: rgba(245, 242, 235, 0.14) !important;
  color: var(--gold-soft) !important;
  border: 1px solid rgba(201, 168, 76, 0.45);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35) !important;
}

.video-card:hover .play-circle,
.video-main:hover .play-circle {
  background: rgba(201, 168, 76, 0.92) !important;
  color: #0a0c10 !important;
}

/* Topic chips */
.topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.75rem;
}

.topic-chip {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border-gold);
  font-size: 0.82rem;
  color: var(--text-muted);
  background: rgba(18, 23, 34, 0.6);
  transition: 0.25s ease;
}

.topic-chip:hover,
.topic-chip.is-active {
  color: #0a0c10;
  background: var(--gold);
  border-color: var(--gold);
}

/* Featured YouTube embed */
.video-embed-wrap {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed-wrap .video-meta {
  padding: 2rem 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
}

.video-embed-wrap .video-badge {
  position: static;
  align-self: flex-start;
}

.video-embed-wrap h3 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1.2;
}

.video-embed-wrap p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Social icons */
.social-icon {
  display: grid !important;
  place-items: center;
  width: 52px !important;
  height: 52px !important;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.35);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
}

.social-icon svg {
  display: block;
}

/* Testimonials */
.testimonials {
  border-top: 1px solid rgba(201, 168, 76, 0.06);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial-card {
  background: rgba(18, 23, 34, 0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  backdrop-filter: blur(6px);
}

.testimonial-stars {
  color: var(--gold);
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  margin-bottom: 0.9rem;
}

.testimonial-card > p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.45;
  font-style: italic;
  color: var(--text);
  margin-bottom: 1.4rem;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-weight: 600;
}

.testimonial-card footer strong {
  display: block;
  font-size: 0.92rem;
}

.testimonial-card footer span {
  font-size: 0.78rem;
  color: var(--text-dim);
}

/* eBook photo mock */
.ebook-cover--photo {
  max-width: 300px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    24px 32px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(201, 168, 76, 0.2);
  transform: rotateY(-6deg) rotateX(2deg);
  background: transparent;
  aspect-ratio: auto;
}

.ebook-cover--photo img {
  width: 100%;
  height: auto;
  display: block;
}

.check-list li::before {
  color: var(--gold);
  content: "✦";
  font-size: 0.75rem;
}

/* Shop lookbook */
.coming-soon-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold-dim);
}

.shop-lookbook {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid var(--border-gold);
  aspect-ratio: 21 / 9;
  min-height: 200px;
}

.shop-lookbook img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.72) saturate(0.95);
}

.shop-lookbook-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(transparent, rgba(8, 10, 15, 0.92));
}

.shop-lookbook-overlay p {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.shop-lookbook-overlay h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
}

.shop-grid--simple {
  grid-template-columns: repeat(3, 1fr);
}

.product-img--photo {
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.95);
}

.product-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a0c10;
  background: var(--gold);
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  font-weight: 600;
}

.product-meta {
  padding: 0 1.15rem 1.15rem;
  font-size: 0.8rem;
  color: var(--text-dim);
  margin-top: -0.35rem;
}

/* Give impact */
.impact-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 0 auto 1.75rem;
  max-width: 560px;
}

.impact-stat {
  background: rgba(18, 23, 34, 0.75);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius);
  padding: 1rem 0.75rem;
  backdrop-filter: blur(6px);
}

.impact-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--gold-soft);
  line-height: 1.1;
}

.impact-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.pillar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pillar-icon {
  opacity: 0.9;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: linear-gradient(transparent, rgba(8, 10, 15, 0.92) 30%);
  display: none;
  pointer-events: none;
}

.sticky-cta.is-visible {
  display: block;
}

.sticky-cta-btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: min(100%, 420px);
  margin-inline: auto;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #b8923a);
  color: #0a0c10;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.35);
}

@media (max-width: 900px) {
  .video-embed-wrap {
    grid-template-columns: 1fr;
  }

  .testimonial-grid,
  .shop-grid--simple,
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .shop-lookbook {
    aspect-ratio: 16 / 10;
  }

  .ebook-cover--photo {
    transform: none;
  }
}

@media (max-width: 720px) {
  .sticky-cta.is-visible {
    display: block;
  }

  body {
    padding-bottom: 4.5rem;
  }

  .topic-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }

  .topic-chip {
    flex: 0 0 auto;
  }
}

@media (min-width: 641px) {
  .sticky-cta {
    display: none !important;
  }
}

/* ============================================
   GODZEAL-style sticky word scrub (About)
   ============================================ */

#about.about-reveal-section {
  background: var(--bg);
  position: relative;
  height: 220vh;
  /* cancel generic section padding from .section if any */
  padding: 0 !important;
  overflow: visible;
  border: none;
}

.about-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10vh 8%;
  box-sizing: border-box;
  /* soft radial like GODZEAL dark void */
  background:
    radial-gradient(ellipse 70% 55% at 20% 40%, rgba(201, 168, 76, 0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 60%, rgba(17, 34, 64, 0.35), transparent 55%),
    var(--bg);
}

.about-statement {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1.6rem, 3.2vw, 2.85rem);
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: var(--text);
  margin: 0;
  max-width: min(1000px, 92vw);
  text-align: justify;
  text-align-last: center;
}

/* Each word unit — start dim + blurred (scrubbed by JS) */
.about-statement .aw {
  display: inline-block;
  opacity: 0.18;
  filter: blur(6px);
  will-change: opacity, filter;
  /* no CSS transition while scrubbing — JS sets every frame */
}

.about-verse-section {
  padding-top: 4rem !important;
  padding-bottom: 5rem !important;
}

.about-verse-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
  max-width: 640px;
}

.about-verse-wrap .about-card {
  width: 100%;
  text-align: left;
}

.about-channel-link {
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  #about.about-reveal-section {
    height: 200vh;
  }

  .about-sticky {
    padding: 4vh 6%;
  }

  .about-statement {
    font-size: clamp(1.35rem, 5.2vw, 1.85rem);
    text-align: center;
    text-align-last: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-statement .aw {
    opacity: 1 !important;
    filter: none !important;
  }

  #about.about-reveal-section {
    height: auto;
    min-height: 100vh;
  }
}

/* Featured video facade — no broken iframe on load */
.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0a0c10;
  overflow: hidden;
}

.video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  background-color: #111;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  gap: 0.75rem;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

.video-facade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 25%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}

.video-facade .play-circle {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  font-size: 1.1rem;
}

.video-facade:hover .play-circle {
  transform: scale(1.08);
  background: rgba(201, 168, 76, 0.95) !important;
  color: #0a0c10 !important;
}

.video-facade-label {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 242, 235, 0.85);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.video-embed.is-playing iframe,
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================
   GODZEAL-style section progress rail (right)
   ============================================ */

#sec-progress {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

#sec-progress.visible {
  opacity: 1;
  pointer-events: auto;
}

.sp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  flex-shrink: 0;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}

.sp-dot.active {
  background: var(--gold, #c9a84c);
  transform: scale(1.5);
  box-shadow: 0 0 10px rgba(201, 168, 76, 0.55);
}

.sp-dot:hover {
  background: rgba(201, 168, 76, 0.65);
}

.sp-dot::after {
  content: attr(data-label);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted, #9a958c);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  font-family: var(--font-body, system-ui, sans-serif);
}

.sp-dot:hover::after,
.sp-dot:focus-visible::after {
  opacity: 1;
}

.sp-dot:focus-visible {
  outline: 1px solid var(--gold, #c9a84c);
  outline-offset: 4px;
}

.sp-line {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  #sec-progress {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-dot {
    transition: none;
  }
}

/* ============================================
   Full Bible Reader (main + floating panel)
   ============================================ */

.bible-section {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201, 168, 76, 0.1), transparent 55%),
    linear-gradient(160deg, #0c1424 0%, #0a101c 50%, #080a0f 100%);
  border-block: 1px solid rgba(201, 168, 76, 0.1);
}

.bible-quick-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 0 1.25rem;
}

.bible-jump {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: rgba(18, 23, 34, 0.7);
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-family: inherit;
  cursor: pointer;
  transition: 0.2s ease;
}

.bible-jump:hover {
  background: var(--gold);
  color: #0a0c10;
  border-color: var(--gold);
}

.continue-reading-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin: 0 auto 1.25rem;
  padding: 0.85rem 1.1rem;
  max-width: 900px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.continue-reading-banner[hidden] {
  display: none !important;
}

.continue-reading-banner--compact {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.8rem;
}

.bible-dismiss {
  background: none;
  border: none;
  color: var(--text-dim);
  font-size: 0.8rem;
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-sm {
  padding: 0.45rem 0.9rem !important;
  font-size: 0.8rem !important;
}

.bible-reader-wrap {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(10, 16, 28, 0.88);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(201, 168, 76, 0.08);
}

.bible-toolbar {
  background: rgba(14, 20, 34, 0.95);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.bible-selects {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
  min-width: 240px;
}

.bible-select-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.bible-book-search,
.bible-select {
  background: #0a101c;
  border: 1px solid rgba(201, 168, 76, 0.28);
  color: var(--text);
  padding: 0.55rem 0.85rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-family: inherit;
}

.bible-book-search {
  width: 100%;
}

.bible-book-search:focus,
.bible-select:focus {
  outline: none;
  border-color: var(--gold);
}

.bible-select {
  flex: 1;
  min-width: 140px;
  cursor: pointer;
}

.bible-version-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.bible-version-tab {
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  background: transparent;
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-family: inherit;
}

.bible-version-tab.is-active,
.bible-version-tab:hover {
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold-soft);
  border-color: rgba(201, 168, 76, 0.45);
}

.bible-toolbar-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
}

.bible-font-controls {
  display: flex;
  gap: 0.3rem;
}

.bible-font-controls button {
  min-width: 36px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: transparent;
  color: var(--gold-soft);
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
}

.bible-font-controls button:hover {
  background: rgba(201, 168, 76, 0.12);
}

.bible-nav-btns {
  display: flex;
  gap: 0.45rem;
}

.bible-nav-btn {
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: transparent;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: 0.2s ease;
}

.bible-nav-btn:hover {
  background: rgba(201, 168, 76, 0.12);
}

.bible-content-area {
  padding: 1.75rem 1.5rem 2rem;
  min-height: 360px;
  max-height: 560px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #0a101c;
  --bible-font-size: 20px;
}

.bible-chapter-title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.bible-verses {
  font-size: var(--bible-font-size, 20px);
}

.bible-verse {
  display: flex;
  gap: 0.85rem;
  padding: 0.55rem 0.65rem;
  margin-bottom: 0.35rem;
  border-radius: 8px;
  border-left: 3px solid transparent;
  cursor: pointer;
  line-height: 1.75;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
}

.bible-verse:hover,
.bible-verse.is-active {
  background: rgba(201, 168, 76, 0.07);
  border-left-color: var(--gold);
}

.bible-verse-num {
  flex-shrink: 0;
  min-width: 1.4rem;
  color: var(--gold);
  font-size: 0.78em;
  font-weight: 700;
  padding-top: 0.2em;
  font-family: var(--font-body);
}

.bible-verse-text {
  color: var(--text);
  font-family: var(--font-display);
}

.bible-copied {
  position: absolute;
  right: 0.6rem;
  top: 0.4rem;
  font-size: 0.7rem;
  color: var(--gold);
  font-family: var(--font-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bible-loading,
.bible-error {
  text-align: center;
  padding: 3.5rem 1.25rem;
  color: var(--text-muted);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
}

.bible-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.bible-loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(201, 168, 76, 0.25);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: bibleSpin 0.9s linear infinite;
}

@keyframes bibleSpin {
  to { transform: rotate(360deg); }
}

.bible-error {
  color: var(--gold-soft);
}

.bible-footnote {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--text-dim);
}

.bible-footnote a {
  color: var(--gold);
}

/* Floating Bible button — left side so it doesn't clash with section rail */
.float-bible-btn {
  position: fixed;
  left: 1.25rem;
  bottom: 5.5rem;
  z-index: 95;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.5);
  background: linear-gradient(135deg, var(--gold), #b8923a);
  color: #0a0c10;
  font-size: 1.35rem;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.4);
  display: grid;
  place-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.float-bible-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 36px rgba(201, 168, 76, 0.55);
}

/* Side panel */
.bible-panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.bible-panel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bible-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  width: min(480px, 100%);
  background: #0e1422;
  border-left: 1px solid rgba(201, 168, 76, 0.3);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transform: translateX(105%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bible-panel.is-open {
  transform: translateX(0);
}

.bible-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  background: #0a101c;
}

.bible-panel-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold);
  font-style: italic;
  font-weight: 600;
}

.bible-panel-close {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1rem;
}

.bible-panel-close:hover {
  color: var(--gold-soft);
  border-color: var(--gold);
}

.bible-panel-controls {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex-shrink: 0;
}

.bible-panel-content {
  flex: 1;
  max-height: none;
  min-height: 0;
}

.bible-panel-nav {
  display: flex;
  gap: 0.55rem;
  padding: 0.9rem 1.15rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  flex-shrink: 0;
}

.bible-panel-nav .bible-nav-btn {
  flex: 1;
  text-align: center;
}

body.bible-panel-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .bible-toolbar {
    flex-direction: column;
  }

  .bible-toolbar-right {
    width: 100%;
    align-items: stretch;
  }

  .bible-nav-btns {
    width: 100%;
  }

  .bible-nav-btn {
    flex: 1;
  }

  .bible-content-area {
    max-height: 420px;
    padding: 1.25rem 1rem;
  }

  .float-bible-btn {
    left: 1rem;
    bottom: 5.75rem;
    width: 50px;
    height: 50px;
  }

  /* Hide float bible when sticky CTA visible area is crowded — still OK */
  .bible-panel {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bible-loading-spinner {
    animation: none;
  }

  .bible-panel,
  .bible-panel-backdrop {
    transition: none;
  }
}

/* ============================================================
   RESPONSIVE SYSTEM — Mobile · Tablet · Desktop · TV
   ============================================================ */

:root {
  --space-page: clamp(1rem, 3vw, 2.5rem);
  --section-y: clamp(3.5rem, 8vw, 6.5rem);
  --tap: 44px;
  --content-max: 1120px;
  --tv-max: 1600px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

/* Base overflow safety */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  padding-left: var(--safe-left);
  padding-right: var(--safe-right);
}

img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(100% - (var(--space-page) * 2), var(--content-max));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-y);
}

/* Touch-friendly targets */
a, button, .topic-chip, .bible-jump, .platform-btn, .sp-dot, .nav-links a {
  touch-action: manipulation;
}

/* Focus visible for keyboard / TV remote */
:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn:focus-visible,
.topic-chip:focus-visible,
.bible-jump:focus-visible,
.bible-nav-btn:focus-visible,
.float-bible-btn:focus-visible,
.sticky-cta-btn:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.25);
}

/* Prefer less hover on pure touch devices */
@media (hover: none) {
  .video-card:hover,
  .social-card:hover,
  .member-card:hover,
  .product-card:hover,
  .testimonial-card:hover {
    transform: none;
  }
}

/* ---------- PHONE (≤640px) ---------- */
@media (max-width: 640px) {
  :root {
    --header-h: 64px;
  }

  .site-header {
    height: calc(var(--header-h) + var(--safe-top));
    padding-top: var(--safe-top);
  }

  html {
    scroll-padding-top: calc(var(--header-h) + var(--safe-top) + 8px);
  }

  .nav-inner {
    width: min(100% - 1.25rem, 1200px);
  }

  .logo-img {
    width: 38px;
    height: 38px;
  }

  .logo-text {
    font-size: 1.15rem;
  }

  .hero {
    min-height: 100svh;
    padding:
      calc(var(--header-h) + var(--safe-top) + 1.25rem)
      1.15rem
      calc(4.5rem + var(--safe-bottom));
  }

  .hero-title {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
    line-height: 1.08;
  }

  .hero-sub {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: var(--tap);
  }

  .hero-socials {
    gap: 0.85rem 1rem;
  }

  .hero-socials a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .stats {
    padding: 2.75rem 0;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0.75rem;
  }

  .stat-num,
  .stat-suffix {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .section-header.center {
    align-items: center;
  }

  .section-header .btn {
    width: 100%;
    min-height: var(--tap);
  }

  .video-embed-wrap .video-meta {
    padding: 1.25rem 1.1rem 1.5rem;
  }

  .video-embed-wrap h3 {
    font-size: 1.4rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .listen-grid,
  .grow-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .member-cards,
  .social-cards,
  .testimonial-grid,
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .give-pillars {
    grid-template-columns: 1fr;
  }

  .about-statement {
    font-size: clamp(1.25rem, 5.5vw, 1.7rem) !important;
    line-height: 1.5;
  }

  #about.about-reveal-section {
    height: 180vh;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .marquee-track span {
    font-size: 0.72rem;
  }

  /* sticky + fab clearance */
  body {
    padding-bottom: calc(5.5rem + var(--safe-bottom));
  }

  .sticky-cta {
    padding-bottom: calc(0.75rem + var(--safe-bottom));
  }

  .float-bible-btn {
    bottom: calc(5.25rem + var(--safe-bottom));
    left: calc(0.85rem + var(--safe-left));
  }

  .bible-toolbar-right {
    width: 100%;
  }

  .bible-content-area {
    max-height: min(55vh, 420px);
  }
}

/* ---------- LARGE PHONE / SMALL TABLET (641–900px) ---------- */
@media (min-width: 641px) and (max-width: 900px) {
  .hero-title {
    font-size: clamp(3rem, 7vw, 4.2rem);
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid,
  .social-cards {
    grid-template-columns: 1fr 1fr;
  }

  .member-cards {
    grid-template-columns: 1fr 1fr;
  }

  .listen-grid,
  .grow-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }

  .video-embed-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  #sec-progress {
    right: 0.85rem;
  }

  .sp-line {
    height: 18px;
  }
}

/* ---------- TABLET (901–1199px) ---------- */
@media (min-width: 901px) and (max-width: 1199px) {
  .container {
    width: min(100% - 3rem, 960px);
  }

  .hero-title {
    font-size: clamp(3.6rem, 6vw, 5rem);
  }

  .nav-links {
    gap: 1.1rem;
  }

  .nav-links a {
    font-size: 0.84rem;
  }

  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-statement {
    max-width: min(720px, 80vw);
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  }

  #sec-progress {
    right: 1.25rem;
  }

  .float-bible-btn {
    left: 1.25rem;
    bottom: 2rem;
  }
}

/* ---------- DESKTOP (1200–1799px) — baseline already good ---------- */
@media (min-width: 1200px) {
  .container {
    width: min(100% - 3rem, var(--content-max));
  }

  .hero-content {
    max-width: 860px;
  }
}

/* ---------- LARGE DESKTOP / SMALL TV (1800–2399px) ---------- */
@media (min-width: 1800px) {
  :root {
    --content-max: 1280px;
    --header-h: 80px;
  }

  .hero-title {
    font-size: clamp(4.5rem, 5vw, 6.5rem);
  }

  .hero-sub {
    font-size: 1.25rem;
  }

  .section-header h2,
  .listen-text h2,
  .grow-text h2,
  .give-inner h2,
  .cta-band h2,
  .connect h2 {
    font-size: clamp(2.8rem, 3.2vw, 4rem);
  }

  .btn {
    padding: 1rem 1.7rem;
    font-size: 1rem;
  }

  .video-content-area,
  .bible-content-area {
    max-height: 640px;
  }

  .about-statement {
    font-size: clamp(2.1rem, 2.2vw, 3rem);
    max-width: 900px;
  }
}

/* ---------- TV / 4K (≥2400px or coarse + huge screens) ---------- */
@media (min-width: 2400px) {
  :root {
    --content-max: var(--tv-max);
    --header-h: 96px;
    --section-y: 7rem;
  }

  body {
    font-size: 1.125rem;
  }

  .nav-inner {
    width: min(100% - 4rem, 1800px);
  }

  .logo-img {
    width: 56px;
    height: 56px;
  }

  .logo-text {
    font-size: 1.65rem;
  }

  .nav-links {
    gap: 2rem;
  }

  .nav-links a {
    font-size: 1.05rem;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
  }

  .hero {
    padding-inline: 4rem;
  }

  .hero-title {
    font-size: clamp(5rem, 6vw, 7.5rem);
  }

  .hero-sub {
    font-size: 1.45rem;
    max-width: 40rem;
  }

  .hero-actions .btn {
    min-height: 56px;
    padding: 1.1rem 2rem;
    font-size: 1.1rem;
  }

  .stat-num,
  .stat-suffix {
    font-size: 3.6rem;
  }

  .container {
    width: min(100% - 5rem, var(--tv-max));
  }

  .video-embed-wrap h3 {
    font-size: 2.2rem;
  }

  .video-grid {
    gap: 1.5rem;
  }

  .video-card h4 {
    font-size: 1.45rem;
  }

  .play-circle {
    width: 88px;
    height: 88px;
    font-size: 1.35rem;
  }

  .play-circle.small {
    width: 56px;
    height: 56px;
  }

  .bible-reader-wrap {
    max-width: 1200px;
  }

  .bible-content-area {
    max-height: 70vh;
    padding: 2.5rem;
  }

  .bible-chapter-title {
    font-size: 2.2rem;
  }

  .about-statement {
    font-size: clamp(2.4rem, 2.5vw, 3.4rem);
    max-width: 1100px;
    line-height: 1.5;
  }

  #sec-progress {
    right: 2.5rem;
    transform: translateY(-50%) scale(1.15);
  }

  .sp-dot {
    width: 10px;
    height: 10px;
  }

  .sp-line {
    height: 32px;
  }

  .sp-dot::after {
    font-size: 0.72rem;
    right: 22px;
  }

  .float-bible-btn {
    width: 72px;
    height: 72px;
    font-size: 1.75rem;
    left: 2rem;
    bottom: 2.5rem;
  }

  .footer-grid {
    gap: 3rem;
  }
}

/* TV-like: large screen + no fine pointer (remote / 10-foot UI) */
@media (min-width: 1800px) and (pointer: coarse) {
  .btn,
  .topic-chip,
  .bible-jump,
  .platform-btn,
  .bible-nav-btn,
  .nav-links a {
    min-height: 52px;
    padding-inline: 1.25rem;
  }

  .hero-actions {
    gap: 1.25rem;
  }

  /* Hide tiny decorative rails that are hard on TV */
  .marquee {
    font-size: 1rem;
  }

  .scroll-hint {
    display: none;
  }
}

/* Landscape phones */
@media (max-height: 480px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 1rem);
    padding-bottom: 2rem;
  }

  .hero-title {
    font-size: clamp(1.8rem, 8vh, 2.6rem);
  }

  .hero-sub {
    display: none;
  }

  .scroll-hint {
    display: none;
  }

  #about.about-reveal-section {
    height: 240vh;
  }

  .sticky-cta.is-visible {
    display: none;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .logo-text {
    font-size: 1.05rem;
  }

  .hero-title {
    font-size: 2.15rem;
  }

  .stats-grid {
    gap: 1.1rem 0.5rem;
  }

  .stat-label {
    font-size: 0.72rem;
  }
}

/* Print (bonus) */
@media print {
  .site-header,
  #sec-progress,
  .float-bible-btn,
  .sticky-cta,
  .marquee,
  .hero-video,
  .hero-particles,
  .menu-toggle {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    padding: 0;
  }

  a {
    color: #000;
  }
}
