/*
Theme Name: Michael Rowntree
Theme URI: https://michaelrowntree.com
Author: Colton Pomeroy
Description: Personal site for Michael Rowntree — pastor, author, and speaker.
Version: 1.0.0
Text Domain: michael-rowntree
*/

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Primary */
  --rich-black: #050A0F;
  --deep-navy: #0A1420;
  --bright-teal: #2DD4BF;
  --pure-white: #FFFFFF;

  /* Gradient Spectrum */
  --deep-teal: #0A2E38;
  --teal: #1A8A8A;
  --aqua: #6FF4E8;
  --mint: #D4FFFC;

  /* Neutrals */
  --gray-dark: #2A3A45;
  --gray-mid: #4A6070;
  --gray-light: #7A98A8;
  --soft-white: #F0FFFE;

  /* Typography */
  --font-display: 'Bebas Neue', Impact, sans-serif;
  --font-ui: 'Montserrat', -apple-system, sans-serif;
  --font-body: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;

  /* Radii */
  --radius: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  /* Glass */
  --glass-bg: rgba(10, 30, 45, 0.6);
  --glass-border: rgba(45, 212, 191, 0.15);
  --glass-highlight: rgba(255, 255, 255, 0.04);
}

/* ===== LIGHT MODE ===== */
[data-theme="light"] {
  --rich-black: #FFFFFF;
  --deep-navy: #EAF0F4;
  --bright-teal: #0D9488;
  --pure-white: #0F172A;
  --deep-teal: #CCFBF1;
  --teal: #5EEAD4;
  --aqua: #0F766E;
  --mint: #134E4A;
  --gray-dark: #CBD5E1;
  --gray-mid: #64748B;
  --gray-light: #475569;
  --soft-white: #1E293B;
  --glass-bg: rgba(234, 240, 248, 0.6);
  --glass-border: rgba(3, 52, 71, 0.12);
  --glass-highlight: rgba(3, 52, 71, 0.02);
}

/* Nav */
[data-theme="light"] .nav {
  background: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(13, 148, 136, 0.1);
}
[data-theme="light"] .nav.scrolled {
  background: rgba(244, 248, 251, 0.95);
  box-shadow: 0 4px 30px rgba(3, 52, 71, 0.06);
}

/* Mobile menu */
[data-theme="light"] .mobile-menu {
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(13, 148, 136, 0.12);
}
[data-theme="light"] .mobile-menu a {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

/* Hero */
[data-theme="light"] .hero { background: #FFFFFF; }
[data-theme="light"] .hero-bg {
  background: radial-gradient(ellipse 80% 60% at 50% 110%, #99F6E4 0%, #CCFBF1 30%, #F0FDFA 60%, #FFFFFF 100%);
}
[data-theme="light"] .hero-bg::before {
  background: radial-gradient(circle, rgba(13, 148, 136, 0.12) 0%, rgba(13, 148, 136, 0.03) 40%, transparent 70%);
}
[data-theme="light"] .glow-text { text-shadow: none; }

/* Glass panel highlight lines */
[data-theme="light"] .glass-panel::before,
[data-theme="light"] .ministry-card::before,
[data-theme="light"] .speaking-card::before {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
}
[data-theme="light"] .speaking-card {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(3, 52, 71, 0.1);
}

/* About section */
[data-theme="light"] .section#about { background: #EAF0F4; }

/* About photo */
[data-theme="light"] .about-photo { border-color: rgba(13, 148, 136, 0.2); }

/* Ministry section */
[data-theme="light"] .section#ministry { background: #EAF0F4; }

/* Ministry cards */
[data-theme="light"] .ministry-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 0 30px rgba(13, 148, 136, 0.05);
  border-color: rgba(13, 148, 136, 0.3);
}
[data-theme="light"] .ministry-card::after {
  background: linear-gradient(90deg, #0D9488, #0F766E);
}
[data-theme="light"] .ministry-icon {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.15);
}

/* Form inputs */
[data-theme="light"] .form-input {
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(13, 148, 136, 0.2);
}
[data-theme="light"] .form-input:focus {
  box-shadow: 0 0 16px rgba(13, 148, 136, 0.12);
}
[data-theme="light"] .form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23475569' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
}
[data-theme="light"] .form-select option {
  background: #FFFFFF;
  color: #0F172A;
}

/* Book section */
[data-theme="light"] .book-section { background: #FFFFFF; }
[data-theme="light"] .book-section::before {
  background: radial-gradient(ellipse 60% 50% at 20% 50%, rgba(3, 52, 71, 0.04) 0%, transparent 70%);
}
[data-theme="light"] .book-cover {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15), 0 0 60px rgba(13, 148, 136, 0.06);
}
[data-theme="light"] .book-tag {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.2);
}

/* Buttons */
[data-theme="light"] .btn-primary:hover {
  box-shadow: 0 4px 24px rgba(13, 148, 136, 0.25);
}
[data-theme="light"] .btn-secondary {
  border-color: rgba(13, 148, 136, 0.3);
}
[data-theme="light"] .btn-secondary:hover {
  background: rgba(13, 148, 136, 0.06);
}

/* Newsletter */
[data-theme="light"] .newsletter { background: #EAF0F4; }
[data-theme="light"] .newsletter::before {
  background: radial-gradient(ellipse 50% 80% at 50% 100%, rgba(3, 52, 71, 0.04) 0%, transparent 70%);
}
[data-theme="light"] .newsletter-form .form-input {
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(13, 148, 136, 0.2);
}
[data-theme="light"] .newsletter-form .form-input:focus {
  box-shadow: 0 0 16px rgba(13, 148, 136, 0.12);
}

/* Social */
[data-theme="light"] .social-section {
  background: #EAF0F4;
  border-top-color: rgba(3, 52, 71, 0.08);
}
[data-theme="light"] .social-icon {
  background: rgba(3, 52, 71, 0.05);
  border-color: rgba(3, 52, 71, 0.1);
}
[data-theme="light"] .social-icon:hover {
  color: #FFFFFF;
  box-shadow: 0 4px 20px rgba(13, 148, 136, 0.2);
}

/* Footer */
[data-theme="light"] .footer { background: #F4F7FA; border-top-color: rgba(3, 52, 71, 0.06); }
[data-theme="light"] .footer-bottom { border-top-color: rgba(3, 52, 71, 0.06); }

/* Video sections */
[data-theme="light"] .section#sermons { background: #EAF0F4; }
[data-theme="light"] .section#podcasts { background: #FFFFFF; }
[data-theme="light"] .section#schedule { background: #EAF0F4; }
[data-theme="light"] .video-card {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(3, 52, 71, 0.1);
}
[data-theme="light"] .video-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(13, 148, 136, 0.3);
}
[data-theme="light"] .schedule-card {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(3, 52, 71, 0.1);
}

/* Theme toggle button */
.theme-toggle {
  background: none;
  border: 1.5px solid rgba(45, 212, 191, 0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--bright-teal);
  font-size: 0.85rem;
  transition: all 0.25s;
  flex-shrink: 0;
}
.theme-toggle:hover {
  border-color: var(--bright-teal);
  background: rgba(45, 212, 191, 0.08);
}
[data-theme="light"] .theme-toggle {
  border-color: rgba(13, 148, 136, 0.3);
}
[data-theme="light"] .theme-toggle:hover {
  background: rgba(13, 148, 136, 0.06);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Theme transition (only on manual toggle, not page load) */
.theme-transitioning,
.theme-transitioning *,
.theme-transitioning *::before,
.theme-transitioning *::after {
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease,
              box-shadow 0.3s ease, background-color 0.3s ease !important;
}

img { max-width: 100%; height: auto; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--soft-white);
  background: var(--rich-black);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(5, 10, 15, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  border-bottom: 1px solid rgba(45, 212, 191, 0.08);
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled {
  background: rgba(5, 10, 15, 0.95);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.nav-logo {
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
  color: var(--pure-white);
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-ui);
  color: var(--gray-light);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--bright-teal); }
.nav-cta {
  background: transparent !important;
  color: var(--bright-teal) !important;
  padding: 8px 22px !important;
  border-radius: var(--radius-full) !important;
  border: 1.5px solid var(--bright-teal) !important;
  font-weight: 600 !important;
  transition: all 0.25s !important;
}
.nav-cta:hover {
  background: var(--bright-teal) !important;
  color: var(--rich-black) !important;
  transform: translateY(-1px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--pure-white);
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 68px; left: 0; right: 0;
  background: var(--deep-navy);
  padding: 24px;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(45,212,191,0.1);
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block;
  font-family: var(--font-ui);
  color: var(--gray-light);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  letter-spacing: 0.04em;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--bright-teal); }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 68px;
  background: var(--rich-black);
}

/* Dark gradient background with luminous glow */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 110%, var(--teal) 0%, var(--deep-teal) 30%, var(--deep-navy) 60%, var(--rich-black) 100%);
}
.hero-bg::before {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,212,191,0.2) 0%, rgba(45,212,191,0.05) 40%, transparent 70%);
  animation: hero-glow 6s ease-in-out infinite;
}
@keyframes hero-glow {
  0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 80px 48px;
}
.hero-eyebrow {
  font-family: var(--font-ui);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bright-teal);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-eyebrow .dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--bright-teal);
  opacity: 0.5;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 5rem);
  font-weight: 400;
  color: var(--pure-white);
  line-height: 1.0;
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero-title .gradient-text {
  background: linear-gradient(135deg, var(--bright-teal), var(--aqua), var(--mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.teal-rule {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--bright-teal), var(--aqua));
  border: none;
  margin: 0 auto 28px;
}
.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--gray-light);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 40px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===== BUTTONS ===== */
.btn-primary {
  font-family: var(--font-ui);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: var(--bright-teal);
  color: var(--rich-black);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
}
.btn-primary:hover {
  background: var(--aqua);
  transform: translateY(-1px);
  box-shadow: 0 4px 24px rgba(45,212,191,0.3);
}
.btn-primary i { font-size: 0.7rem; }
.btn-secondary {
  font-family: var(--font-ui);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--bright-teal);
  border: 1.5px solid rgba(45,212,191,0.3);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
}
.btn-secondary:hover {
  border-color: var(--bright-teal);
  background: rgba(45,212,191,0.08);
}

/* ===== SECTIONS ===== */
.section {
  padding: 100px 48px;
  background: var(--rich-black);
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-eyebrow {
  font-family: var(--font-ui);
  color: var(--bright-teal);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--pure-white);
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section-title .gradient-text {
  background: linear-gradient(135deg, var(--bright-teal), var(--aqua));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-desc {
  font-size: 1rem;
  color: var(--gray-light);
  line-height: 1.7;
  max-width: 600px;
}

/* ===== ABOUT ===== */
.about-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 40px;
}
.about-photo-wrap { position: relative; }
.about-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(45,212,191,0.15);
}
.about-text p {
  color: var(--gray-light);
  line-height: 1.8;
  margin-bottom: 18px;
}
.about-text p strong { color: var(--bright-teal); }

/* ===== GLASS PANEL ===== */
.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.glass-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

/* ===== PULL QUOTE ===== */
.pull-quote-inner {
  max-width: 780px;
  margin: 48px auto 0;
  border-left: 3px solid var(--bright-teal);
  padding-left: 36px;
}
.pull-quote-text {
  font-family: var(--font-body);
  font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  color: var(--soft-white);
  line-height: 1.5;
  margin-bottom: 16px;
}
.pull-quote-text span {
  color: var(--bright-teal);
}
.pull-quote-attr {
  font-family: var(--font-ui);
  color: var(--gray-mid);
  font-size: 0.85rem;
  font-weight: 500;
}

/* ===== BOOK ===== */
.book-section {
  background: var(--deep-navy);
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
}
.book-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 60% 50% at 20% 50%, rgba(26,138,138,0.08) 0%, transparent 70%);
}
.book-card {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.book-visual {
  display: flex;
  justify-content: center;
}
.book-cover-wrap {
  width: 260px;
  perspective: 1200px;
}
.book-cover {
  width: 100%;
  border-radius: 3px 12px 12px 3px;
  box-shadow: 10px 10px 40px rgba(0,0,0,0.5), 0 0 60px rgba(45,212,191,0.08);
  transform: rotateY(-4deg);
  transition: transform 0.4s;
  overflow: hidden;
}
.book-cover:hover { transform: rotateY(0deg); }
.book-cover img {
  display: block;
  width: 100%;
  height: auto;
}
.book-info .section-eyebrow { color: var(--bright-teal); }
.book-info .book-title {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--pure-white);
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.book-info .book-desc {
  color: var(--gray-light);
  line-height: 1.7;
  margin-bottom: 12px;
}
.book-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.book-tag {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--bright-teal);
  background: rgba(45,212,191,0.08);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(45,212,191,0.15);
}
.book-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ===== MINISTRY ===== */
.ministry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.ministry-card {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.ministry-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
}
.ministry-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bright-teal), var(--aqua));
  opacity: 0;
  transition: opacity 0.3s;
}
.ministry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px rgba(45,212,191,0.05);
  border-color: rgba(45,212,191,0.25);
}
.ministry-card:hover::after { opacity: 1; }
.ministry-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 20px;
  background: rgba(45,212,191,0.1);
  color: var(--bright-teal);
  border: 1px solid rgba(45,212,191,0.15);
}
.ministry-card h3 {
  font-family: var(--font-ui);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--pure-white);
  margin-bottom: 10px;
}
.ministry-card p {
  color: var(--gray-light);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 20px;
}
.ministry-link {
  font-family: var(--font-ui);
  color: var(--bright-teal);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}
.ministry-link:hover { gap: 10px; }

/* ===== VIDEO GRID (Sermons & Podcasts) ===== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.video-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px rgba(45,212,191,0.05);
  border-color: rgba(45,212,191,0.25);
}
.video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.video-card:hover .video-thumb img {
  transform: scale(1.05);
}
.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.video-card:hover .video-play-btn {
  opacity: 1;
}
.video-play-btn i {
  font-size: 2.5rem;
  color: var(--pure-white);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}
.video-info {
  padding: 20px;
}
.video-info h3 {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pure-white);
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-info .video-date {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--gray-mid);
}
.video-loading,
.video-error {
  text-align: center;
  padding: 60px 20px;
  color: var(--gray-mid);
  font-family: var(--font-ui);
  font-size: 0.9rem;
}
.video-loading i {
  font-size: 1.5rem;
  color: var(--bright-teal);
  margin-bottom: 12px;
  display: block;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.video-section-actions {
  text-align: center;
  margin-top: 32px;
}

/* ===== SCHEDULE ===== */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.schedule-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.3s;
}
.schedule-card:hover {
  transform: translateY(-2px);
  border-color: rgba(45,212,191,0.25);
}
.schedule-date-badge {
  flex-shrink: 0;
  width: 64px;
  text-align: center;
  background: rgba(45,212,191,0.1);
  border: 1px solid rgba(45,212,191,0.15);
  border-radius: var(--radius);
  padding: 10px 8px;
}
.schedule-date-badge .month {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--bright-teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.schedule-date-badge .day {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--pure-white);
  line-height: 1;
  margin-top: 2px;
}
.schedule-info h3 {
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--pure-white);
  margin-bottom: 6px;
}
.schedule-info p {
  color: var(--gray-light);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 4px;
}
.schedule-info .schedule-location {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: var(--gray-mid);
}
.schedule-info .schedule-location i {
  margin-right: 4px;
  color: var(--bright-teal);
}

/* ===== SPEAKING BACKGROUND IMAGE ===== */
.speaking-bleed {
  position: relative;
  overflow: hidden;
}
.speaking-bleed-img {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  z-index: 0;
}
.speaking-bleed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.speaking-bleed-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--rich-black) 0%, rgba(5,10,15,0.6) 50%, rgba(5,10,15,0.3) 100%);
}
[data-theme="light"] .speaking-bleed-img::after {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 100%);
}
.speaking-bleed .section-inner { position: relative; z-index: 1; }
.speaking-bleed .speaking-card { max-width: 520px; }

@media (max-width: 1024px) {
  .speaking-bleed-img { display: none; }
  .speaking-bleed .speaking-card { max-width: 100%; }
}

/* ===== SPEAKING ===== */
.speaking-card {
  max-width: 680px;
  margin-top: 40px;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.speaking-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
}
.form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A98A8' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-select:invalid { color: var(--gray-mid); }
.form-select option {
  background: var(--deep-navy);
  color: var(--soft-white);
}
.speaking-card h3 {
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--pure-white);
  margin-bottom: 6px;
  position: relative;
}
.speaking-card > p {
  color: var(--gray-mid);
  font-size: 0.9rem;
  margin-bottom: 24px;
  position: relative;
}
.form-group { margin-bottom: 12px; position: relative; }
.form-input {
  font-family: var(--font-ui);
  width: 100%;
  padding: 12px 16px;
  background-color: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(45,212,191,0.12);
  border-radius: var(--radius);
  color: var(--pure-white);
  font-size: 0.88rem;
  transition: border-color 0.2s;
}
.form-input::placeholder { color: var(--gray-mid); }
.form-input:focus { outline: none; border-color: var(--bright-teal); box-shadow: 0 0 16px rgba(45,212,191,0.1); }
textarea.form-input { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; margin-top: 4px; }

/* ===== NEWSLETTER ===== */
.newsletter {
  background: var(--deep-navy);
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
}
.newsletter::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 50% 80% at 50% 100%, rgba(26,138,138,0.1) 0%, transparent 70%);
}
.newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.newsletter .section-title { color: var(--pure-white); }
.newsletter .section-desc {
  color: var(--gray-light);
  margin: 0 auto 32px;
  text-align: center;
}
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.newsletter-form .form-input {
  background-color: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(45,212,191,0.12);
  color: var(--pure-white);
  border-radius: var(--radius);
}
.newsletter-form .form-input::placeholder { color: var(--gray-mid); }
.newsletter-form .form-input:focus { border-color: var(--bright-teal); box-shadow: 0 0 16px rgba(45,212,191,0.1); }
.nl-full { grid-column: span 2; }

/* ===== SOCIAL ===== */
.social-section {
  background: var(--deep-navy);
  border-top: 1px solid rgba(45,212,191,0.08);
  padding: 60px 48px;
  text-align: center;
}
.social-title {
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-light);
  margin-bottom: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.social-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(45,212,191,0.08);
  border: 1px solid rgba(45,212,191,0.12);
  color: var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.25s;
}
.social-icon:hover {
  background: var(--bright-teal);
  border-color: var(--bright-teal);
  color: var(--rich-black);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(45,212,191,0.25);
}

/* ===== FOOTER ===== */
.footer {
  background: var(--rich-black);
  padding: 56px 48px 28px;
  border-top: 1px solid rgba(45,212,191,0.06);
}
.footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand-name {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pure-white);
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-brand p {
  color: var(--gray-mid);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-top: 10px;
  max-width: 280px;
}
.footer-col-title {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--bright-teal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  color: var(--gray-mid);
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  padding: 3px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--bright-teal); }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(45,212,191,0.06);
  text-align: center;
  color: var(--gray-dark);
  font-family: var(--font-ui);
  font-size: 0.75rem;
}

/* ===== STUDY GUIDES ===== */
.study-series-section:nth-child(odd) { background: var(--deep-navy); }
.study-series-header {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  overflow: hidden;
  max-width: 100%;
}
.study-series-cover {
  flex-shrink: 0;
  width: 200px;
  max-width: 200px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.study-series-cover img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.study-series-info .section-title { margin-bottom: 8px; }
.study-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}
.study-guide-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--soft-white);
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
}
.study-guide-item:hover {
  border-color: rgba(45,212,191,0.3);
  background: rgba(45,212,191,0.06);
  transform: translateY(-1px);
}
.study-guide-item .fa-file-pdf {
  color: var(--bright-teal);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.study-guide-item span {
  flex: 1;
}
.study-guide-dl {
  color: var(--gray-mid);
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.study-guide-item:hover .study-guide-dl {
  opacity: 1;
}
[data-theme="light"] .study-series-section:nth-child(odd) { background: #EAF0F4; }
[data-theme="light"] .study-guide-item {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(3, 52, 71, 0.1);
}
[data-theme="light"] .study-guide-item:hover {
  border-color: rgba(13, 148, 136, 0.3);
  background: rgba(13, 148, 136, 0.04);
}
[data-theme="light"] .study-series-cover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
  .study-series-header {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  .study-series-cover { width: 160px; }
  .study-guide-grid { grid-template-columns: 1fr; }
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: none; }

/* ===== GLOW TEXT ===== */
.glow-text {
  text-shadow: 0 0 40px rgba(45,212,191,0.3), 0 0 80px rgba(45,212,191,0.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-content { padding: 60px 40px; }
  .about-grid { grid-template-columns: 260px 1fr; gap: 40px; }
  .ministry-grid { grid-template-columns: 1fr; max-width: 520px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .speaking-card { max-width: 100%; }
  .book-card { grid-template-columns: 1fr 1.2fr; gap: 40px; }
}
@media (max-width: 768px) {
  .speaking-card { padding: 28px 20px; }
  body { font-size: 16px; }
  .nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-content { padding: 40px 24px; max-width: 100%; }
  .section { padding: 64px 24px; }
  .book-section { padding: 64px 24px; }
  .book-card { grid-template-columns: 1fr; text-align: center; }
  .book-visual { margin-bottom: 16px; }
  .book-cover-wrap { width: 200px; }
  .book-tags { justify-content: center; }
  .book-actions { justify-content: center; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 280px; }
  .video-grid { grid-template-columns: 1fr; max-width: 520px; }
  .newsletter { padding: 64px 24px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .nl-full { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .pull-quote-inner { padding-left: 24px; }
  .social-section { padding: 48px 24px; }
  .schedule-card { flex-direction: column; gap: 16px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
}

/* ===================================================================
   BOOK LANDING PAGE  (page-book.php — "The World Made Right")
   =================================================================== */

/* Hero */
.lp-hero { padding: 150px 48px 110px; }
.lp-hero-inner {
  position: relative; z-index: 2; max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 340px 1fr; gap: 72px; align-items: center;
}
.lp-hero-copy { max-width: 560px; }
.pubdate {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bright-teal);
  background: rgba(45,212,191,0.08); border: 1px solid rgba(45,212,191,0.2); padding: 7px 16px;
  border-radius: var(--radius-full); margin-bottom: 24px;
}
[data-theme="light"] .pubdate { background: rgba(13,148,136,0.08); border-color: rgba(13,148,136,0.2); }
.lp-hero-title {
  font-family: var(--font-display); font-size: clamp(3rem, 6vw, 4.6rem); font-weight: 400; color: var(--pure-white);
  line-height: 0.98; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.02em;
}
.lp-hero-sub {
  font-family: var(--font-body); font-style: italic; font-size: 1.35rem; color: var(--bright-teal);
  line-height: 1.4; margin-bottom: 26px;
}
.lp-hero-lede { color: var(--gray-light); line-height: 1.75; margin-bottom: 34px; }
.lp-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
/* Present the cover flat and crisp, with a defined edge so it reads clearly
   as the published cover on both the dark and light hero backgrounds. */
.lp-hero .book-cover-wrap { margin: 0 auto; perspective: none; }
.lp-hero .book-cover {
  border-radius: 6px;
  transform: none;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lp-hero .book-cover:hover {
  transform: translateY(-6px);
  box-shadow: 0 42px 70px -20px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.1);
}
[data-theme="light"] .lp-hero .book-cover {
  box-shadow: 0 24px 50px -18px rgba(3,52,71,0.35), 0 0 0 1px rgba(3,52,71,0.06);
}
[data-theme="light"] .lp-hero .book-cover:hover {
  box-shadow: 0 34px 62px -18px rgba(3,52,71,0.42), 0 0 0 1px rgba(3,52,71,0.09);
}

/* Hook */

/* About-the-book body */
.lp-narrow { max-width: 760px; }
.desc-body p { color: var(--gray-light); line-height: 1.85; margin-bottom: 20px; font-size: 1.04rem; }
.desc-body p strong { color: var(--soft-white); font-weight: 600; }
.desc-body .desc-em { color: var(--bright-teal); font-style: italic; }

/* Preorder / retailers band */
.retailers { background: var(--deep-navy); padding: 90px 48px; position: relative; overflow: hidden; }
.retailers::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 90% at 50% 0%, rgba(45,212,191,0.12) 0%, transparent 70%);
}
[data-theme="light"] .retailers::before { background: radial-gradient(ellipse 60% 90% at 50% 0%, rgba(3,52,71,0.04) 0%, transparent 70%); }
.retailers-inner { max-width: 960px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.retailers h2 {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; color: var(--pure-white);
  text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; margin-bottom: 10px;
}
.retailers .lead { color: var(--gray-light); font-size: 1.05rem; margin-bottom: 8px; }
.retailers .pubdate { margin: 8px 0 36px; }
.retailer-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.retailer-card {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: #FFFFFF; border-radius: var(--radius); width: 232px; height: 96px;
  text-decoration: none; box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  transition: transform 0.25s, box-shadow 0.25s; padding: 0 20px;
}
.retailer-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,0.35); }
.retailer-card i { font-size: 2rem; line-height: 1; }
.retailer-card .r-name { font-family: var(--font-ui); font-weight: 700; font-size: 1.15rem; color: #232F3E; letter-spacing: -0.01em; }
.retailers .fine { margin-top: 26px; font-family: var(--font-ui); font-size: 0.8rem; color: var(--gray-mid); }

/* Endorsements */
.endorse-section { background: var(--rich-black); padding: 100px 48px; }
.endorse-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.endorse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; text-align: left; }
.endorse-card {
  background: var(--glass-bg); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 32px; position: relative;
}
[data-theme="light"] .endorse-card { background: rgba(255,255,255,0.85); border-color: rgba(3,52,71,0.1); }
.endorse-card .quote-mark { font-family: var(--font-display); color: var(--bright-teal); font-size: 2.6rem; line-height: 0.6; opacity: 0.5; }
.endorse-card p { color: var(--soft-white); font-style: italic; line-height: 1.6; margin: 8px 0 16px; }
.endorse-card .attr { font-family: var(--font-ui); color: var(--gray-mid); font-size: 0.82rem; font-weight: 500; font-style: normal; }
.endorse-note { margin-top: 40px; font-family: var(--font-ui); font-size: 0.9rem; color: var(--gray-mid); letter-spacing: 0.02em; }
.placeholder-tag {
  display: inline-block; font-family: var(--font-ui); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--bright-teal); border: 1px dashed rgba(45,212,191,0.4);
  padding: 3px 10px; border-radius: var(--radius-full); margin-bottom: 12px;
}

/* About the author */
.author-section { background: var(--deep-navy); padding: 100px 48px; }
.author-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: center; }
.author-photo { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center top; border-radius: var(--radius-lg); border: 2px solid rgba(45,212,191,0.15); }
[data-theme="light"] .author-photo { border-color: rgba(13,148,136,0.2); }
.author-text p { color: var(--gray-light); line-height: 1.8; margin-bottom: 16px; }
.author-text p strong { color: var(--bright-teal); }
.author-links { display: flex; gap: 20px; margin-top: 8px; flex-wrap: wrap; }
.author-links a {
  font-family: var(--font-ui); color: var(--bright-teal); text-decoration: none; font-size: 0.78rem;
  font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s;
}
.author-links a:hover { gap: 10px; }

/* Book landing page — responsive */
@media (max-width: 900px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 44px; text-align: center; justify-items: center; }
  .lp-hero-copy { max-width: 100%; }
  .lp-actions { justify-content: center; }
  .endorse-grid { grid-template-columns: 1fr; }
  .author-inner { grid-template-columns: 1fr; text-align: center; gap: 32px; justify-items: center; }
  .author-photo { max-width: 260px; }
  .author-links { justify-content: center; }
}
@media (max-width: 768px) {
  .lp-hero { padding: 120px 24px 80px; }
  .retailers, .endorse-section, .author-section { padding: 64px 24px; }
  .lp-hero .book-cover-wrap { width: 240px; }
}
@media (max-width: 480px) {
  .lp-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .lp-actions .btn-primary, .lp-actions .btn-secondary { justify-content: center; }
  .retailer-card { width: 100%; }
}

/* ===================================================================
   BOOK LANDING PAGE — enrichment pass (richer hero, feature grid,
   verse band, available-at strip, closing CTA)
   =================================================================== */

/* Hero eyebrow */
.lp-eyebrow {
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--bright-teal); margin-bottom: 22px; display: block;
}
/* Hero pub date — plain text, not a pill */
.lp-hero-date {
  font-family: var(--font-ui); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gray-light); margin-bottom: 30px;
  display: inline-flex; align-items: center; gap: 9px;
}
.lp-hero-date i { color: var(--bright-teal); font-size: 0.9rem; }

/* Richer hero backdrop: dawn glow rising at the base ("a world made right") */
.lp-hero .hero-bg::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 55%;
  background: radial-gradient(ellipse 70% 100% at 50% 130%, rgba(45,212,191,0.18) 0%, rgba(26,138,138,0.08) 35%, transparent 70%);
  pointer-events: none;
}
[data-theme="light"] .lp-hero .hero-bg::after {
  background: radial-gradient(ellipse 70% 100% at 50% 130%, rgba(13,148,136,0.16) 0%, rgba(94,234,212,0.12) 35%, transparent 70%);
}
/* Cover reflection for presence (progressive enhancement) */
.lp-hero .book-cover { -webkit-box-reflect: below 10px linear-gradient(transparent 62%, rgba(0,0,0,0.16)); }

/* Available-at strip (directly under hero, like the Zondervan examples) */
.avail-strip { background: var(--rich-black); padding: 26px 48px; border-bottom: 1px solid rgba(45,212,191,0.08); }
[data-theme="light"] .avail-strip { border-bottom-color: rgba(3,52,71,0.08); }
.avail-inner { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 20px 40px; flex-wrap: wrap; }
.avail-label { font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray-mid); }
.avail-logos { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; justify-content: center; }
.avail-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--soft-white); font-family: var(--font-ui); font-weight: 700; font-size: 1.02rem; opacity: 0.8; transition: opacity 0.2s, color 0.2s; }
.avail-logo i { font-size: 1.35rem; }
.avail-logo:hover { opacity: 1; color: var(--bright-teal); }

/* Closing CTA band */
.closing-cta { background: var(--rich-black); padding: 80px 48px; text-align: center; }
.closing-inner { max-width: 640px; margin: 0 auto; }
.closing-cta h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; color: var(--pure-white); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; margin-bottom: 14px; }
.closing-cta p { color: var(--gray-light); margin-bottom: 28px; }
.closing-cta .lp-actions { justify-content: center; }

@media (max-width: 768px) {
  .avail-strip { padding: 22px 24px; }
  .avail-logos { gap: 22px; }
  .closing-cta { padding: 64px 24px; }
}

/* Retailer brand marks — custom SVG logos (e.g. Christianbook) sit alongside
   the Font Awesome brand glyphs. Colored on the white cards, monochrome in the
   dark "available at" strip (inherits currentColor). */
.retailer-card .fa-amazon { color: #232F3E; }
.retailer-card .fa-audible { color: #F8991C; }
.retailer-card .r-mark { height: 30px; width: auto; color: #2E6DA4; flex-shrink: 0; }
.avail-logo .r-mark { height: 20px; width: auto; }

/* Endorsement carousel */
.endorse-carousel { position: relative; max-width: 780px; margin: 46px auto 0; }
.endorse-viewport { position: relative; }
.endorse-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 0.5s ease; text-align: center; padding: 0 10px;
}
.endorse-slide.is-active { position: relative; opacity: 1; visibility: visible; }
.endorse-slide .quote-mark { font-family: var(--font-display); font-size: 3rem; line-height: 0.5; color: var(--bright-teal); opacity: 0.4; }
.endorse-quote { font-family: var(--font-body); font-style: italic; font-size: clamp(1.25rem, 2.2vw, 1.6rem); line-height: 1.5; color: var(--soft-white); margin: 16px auto 22px; max-width: 700px; }
.endorse-attr { font-family: var(--font-ui); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--bright-teal); }
.endorse-attr small { display: block; margin-top: 5px; font-weight: 500; letter-spacing: 0.02em; text-transform: none; color: var(--gray-mid); font-size: 0.85rem; }
.endorse-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--glass-border); background: var(--glass-bg); color: var(--bright-teal);
  cursor: pointer; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 2;
}
.endorse-arrow:hover { border-color: var(--bright-teal); background: rgba(45,212,191,0.08); }
.endorse-arrow.prev { left: -52px; }
.endorse-arrow.next { right: -52px; }
.endorse-dots { display: flex; justify-content: center; gap: 10px; margin-top: 32px; }
.endorse-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: var(--gray-dark); cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.endorse-dot.is-active { background: var(--bright-teal); transform: scale(1.25); }
@media (max-width: 900px) {
  .endorse-arrow.prev { left: -6px; }
  .endorse-arrow.next { right: -6px; }
}
@media (max-width: 600px) {
  .endorse-arrow { display: none; }
}
