/* ============================================================
   AUDIENCE PAGES — For Parents / For Teachers / For Pastors / Press.
   Shared cinematic-on-dark styling that pairs with site.css.
   (Joel mandate 2026-05-01.)
   ============================================================ */
.aud-hero {
  position: relative;
  padding: 140px 24px 80px;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(194, 158, 70,0.18) 0%, transparent 70%),
    linear-gradient(180deg, #050505 0%, #1A2736 60%, #050505 100%);
  color: var(--ivory, #F4EDD7);
  overflow: hidden;
}
.aud-hero-eyebrow {
  position: relative; z-index: 2;
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--bronze-hi, #E1CD9B);
  margin: 0 0 18px;
  text-shadow: 0 0 28px rgba(194, 158, 70,0.18);
}
.aud-hero h1 {
  position: relative; z-index: 2;
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
  margin: 0 auto 22px;
  letter-spacing: -0.005em;
  color: var(--ivory, #F4EDD7) !important;
  max-width: 880px;
  text-shadow: 0 4px 28px rgba(0,0,0,0.55);
}
.aud-hero h1 em {
  color: var(--bronze-hi, #E1CD9B);
  font-style: italic;
}
.aud-hero-lede {
  position: relative; z-index: 2;
  font-family: 'Belda', serif;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: rgba(244, 237, 215,0.88);
  max-width: 720px;
  margin: 0 auto;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
}

/* ============================================================
   AUDIENCE SECTIONS
   ============================================================ */
.aud-section {
  padding: 90px 24px;
  background: linear-gradient(180deg, #050505 0%, #0F1620 100%);
  color: var(--ivory, #F4EDD7);
}
.aud-section--alt {
  background: linear-gradient(180deg, #0F1620 0%, #050505 100%);
}
.aud-section .wrap-narrow {
  max-width: 1100px;
  margin: 0 auto;
}

/* Three-card grid (philosophy points) */
.aud-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.aud-card {
  background: linear-gradient(180deg, rgba(26, 39, 54,0.55) 0%, rgba(5, 5, 5,0.85) 100%);
  border: 1px solid rgba(194, 158, 70,0.32);
  border-radius: 10px;
  padding: 28px 26px 30px;
  transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
}
.aud-card:hover {
  transform: translateY(-3px);
  border-color: var(--bronze-hi, #E1CD9B);
  box-shadow: 0 18px 48px rgba(0,0,0,0.55);
}
.aud-card-num {
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.36em;
  color: var(--bronze-hi, #E1CD9B);
  margin-bottom: 12px;
}
.aud-card h3 {
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.18;
  margin: 0 0 12px;
  color: var(--ivory, #F4EDD7);
}
.aud-card p {
  font-family: 'Belda', serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(244, 237, 215,0.85);
  margin: 0;
}
@media (max-width: 980px) {
  .aud-three { grid-template-columns: 1fr; gap: 18px; }
}

/* Numbered rhythm list */
.aud-rhythm {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.aud-rhythm li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  align-items: start;
  padding: 22px 24px;
  background: rgba(5, 5, 5,0.55);
  border: 1px solid rgba(194, 158, 70,0.25);
  border-left: 4px solid var(--bronze-hi, #E1CD9B);
  border-radius: 0 8px 8px 0;
}
.aud-rhythm-num {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(194, 158, 70,0.18);
  border: 1px solid var(--bronze-hi, #E1CD9B);
  font-family: 'Belda', serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--bronze-hi, #E1CD9B);
}
.aud-rhythm h3 {
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: 19px;
  margin: 4px 0 6px;
  color: var(--ivory, #F4EDD7);
}
.aud-rhythm p {
  font-family: 'Belda', serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(244, 237, 215,0.85);
  margin: 0;
}

/* Stats grid (age, audience) */
.aud-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.aud-stat {
  text-align: center;
  padding: 26px 18px;
  background: rgba(5, 5, 5,0.55);
  border: 1px solid rgba(194, 158, 70,0.32);
  border-radius: 10px;
}
.aud-stat-num {
  display: block;
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  color: var(--bronze-hi, #E1CD9B);
  margin-bottom: 8px;
}
.aud-stat-label {
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(244, 237, 215,0.85);
}
.aud-foot {
  font-family: 'Belda', serif;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
  max-width: 720px;
  color: rgba(244, 237, 215,0.85);
  line-height: 1.55;
}
@media (max-width: 700px) {
  .aud-stats { grid-template-columns: 1fr 1fr; }
}

/* FAQ accordion */
.aud-faq {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aud-faq-item {
  background: rgba(5, 5, 5,0.55);
  border: 1px solid rgba(194, 158, 70,0.30);
  border-radius: 8px;
  overflow: hidden;
}
.aud-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: 'Belda', serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--ivory, #F4EDD7);
  position: relative;
  padding-right: 50px;
}
.aud-faq-item summary::-webkit-details-marker { display: none; }
.aud-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--bronze-hi, #E1CD9B);
  transition: transform 0.3s ease;
}
.aud-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.aud-faq-item summary:hover { background: rgba(194, 158, 70,0.08); }
.aud-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  font-family: 'Belda', serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(244, 237, 215,0.85);
}
.aud-faq-item a {
  color: var(--bronze-hi, #E1CD9B);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Newsletter / CTA block */
.aud-cta {
  padding: 100px 24px 120px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(194, 158, 70,0.10) 0%, transparent 70%),
    linear-gradient(180deg, #050505 0%, #0F1620 100%);
  color: var(--ivory, #F4EDD7);
  text-align: center;
}
.aud-cta .wrap-narrow { max-width: 720px; margin: 0 auto; }
.aud-cta h2 {
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  color: var(--ivory, #F4EDD7) !important;
  margin: 0 0 18px;
}
.aud-cta h2 em { color: var(--bronze-hi, #E1CD9B); font-style: italic; }
.aud-cta p {
  font-family: 'Belda', serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(244, 237, 215,0.88);
  margin: 0 0 26px;
}
.aud-cta-foot {
  font-family: 'Belda', serif;
  font-style: italic;
  font-size: 14px;
  margin-top: 22px;
  color: rgba(244, 237, 215,0.85);
}
.aud-cta-foot a {
  color: var(--bronze-hi, #E1CD9B);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.aud-signup {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.aud-signup input[type="email"] {
  flex: 1;
  min-width: 260px;
  padding: 14px 18px;
  font-family: 'Belda', serif;
  font-size: 16px;
  background: rgba(5, 5, 5,0.78);
  border: 1px solid rgba(194, 158, 70,0.45);
  border-radius: 8px;
  color: var(--ivory, #F4EDD7);
  transition: border-color 0.25s;
}
.aud-signup input[type="email"]:focus {
  outline: none;
  border-color: var(--bronze-hi, #E1CD9B);
  box-shadow: 0 0 0 3px rgba(194, 158, 70,0.15);
}
.aud-signup input[type="email"]::placeholder {
  color: rgba(244, 237, 215,0.85);
}
.hidden-field { position: absolute; left: -10000px; }

/* Section heads inside on-dark audience pages — double-belt for safety */
.aud-section .section-head h2,
.aud-cta h2 {
  color: var(--ivory, #F4EDD7) !important;
}
.aud-section .section-head .label {
  color: var(--bronze-hi, #E1CD9B) !important;
}
.aud-section .section-head p {
  color: rgba(244, 237, 215,0.85) !important;
}

/* Compact resource list (for-teachers / for-pastors download links) */
.aud-resources {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.aud-resource {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px;
  background: rgba(5, 5, 5,0.55);
  border: 1px solid rgba(194, 158, 70,0.32);
  border-radius: 8px;
  text-decoration: none;
  color: var(--ivory, #F4EDD7);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.aud-resource:hover {
  background: rgba(194, 158, 70,0.12);
  border-color: var(--bronze-hi, #E1CD9B);
  transform: translateX(2px);
}
.aud-resource-icon {
  font-size: 26px;
  color: var(--bronze-hi, #E1CD9B);
  flex-shrink: 0;
}
.aud-resource-content { flex: 1; }
.aud-resource-title {
  display: block;
  font-family: 'Belda', serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--ivory, #F4EDD7);
  margin-bottom: 2px;
}
.aud-resource-sub {
  font-family: 'Belda', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(244, 237, 215,0.85);
}
.aud-resource-arrow {
  font-size: 18px;
  color: var(--bronze-hi, #E1CD9B);
}
@media (max-width: 700px) {
  .aud-resources { grid-template-columns: 1fr; }
}

/* Endorsements / pull-quotes (For Pastors) */
.aud-endorsements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 30px;
}
.aud-endorsement {
  padding: 26px 28px;
  background: linear-gradient(135deg, rgba(194, 158, 70,0.14) 0%, rgba(26, 39, 54,0.50) 100%);
  border: 1px solid rgba(194, 158, 70,0.42);
  border-radius: 10px;
}
.aud-endorsement blockquote {
  font-family: 'Belda', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ivory, #F4EDD7);
  margin: 0 0 14px;
}
.aud-endorsement cite {
  display: block;
  font-family: 'Belda', system-ui, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--bronze-hi, #E1CD9B);
}
@media (max-width: 700px) {
  .aud-endorsements { grid-template-columns: 1fr; }
}

/* Press page download grid */
.aud-press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.aud-press-tile {
  padding: 22px;
  background: rgba(5, 5, 5,0.55);
  border: 1px solid rgba(194, 158, 70,0.32);
  border-radius: 8px;
  text-decoration: none;
  color: var(--ivory, #F4EDD7);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.aud-press-tile:hover {
  background: rgba(194, 158, 70,0.12);
  border-color: var(--bronze-hi, #E1CD9B);
  transform: translateY(-2px);
}
.aud-press-tile-eyebrow {
  display: block;
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--bronze-hi, #E1CD9B);
  margin-bottom: 8px;
}
.aud-press-tile h3 {
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--ivory, #F4EDD7);
}
.aud-press-tile p {
  font-family: 'Belda', serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(244, 237, 215,0.78);
  margin: 0;
}
@media (max-width: 900px) { .aud-press-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .aud-press-grid { grid-template-columns: 1fr; } }

/* Bio block */
.aud-bio-block {
  margin-top: 30px;
  padding: 26px 28px;
  background: rgba(5, 5, 5,0.55);
  border: 1px solid rgba(194, 158, 70,0.32);
  border-radius: 10px;
}
.aud-bio-block h3 {
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--bronze-hi, #E1CD9B);
  margin: 0 0 12px;
}
.aud-bio-block p {
  font-family: 'Belda', serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(244, 237, 215,0.88);
  margin: 0;
}
.aud-bio-block + .aud-bio-block { margin-top: 14px; }

/* MOBILE — audience pages */
@media (max-width: 720px) {
  .aud-hero { padding: 140px 18px 70px; }
  .aud-section { padding: 60px 18px; }
  .aud-cta { padding: 70px 18px 90px; }
  .aud-rhythm li { grid-template-columns: 48px 1fr; gap: 14px; padding: 18px; }
  .aud-rhythm-num { width: 40px; height: 40px; font-size: 18px; }
  .aud-rhythm h3 { font-size: 17px; }
  .aud-card { padding: 22px 20px 24px; }
  .aud-stat { padding: 22px 14px; }
  .aud-stat-num { font-size: 28px; }
  .aud-faq-item summary { padding: 16px 18px; padding-right: 44px; font-size: 15px; }
}

/* Footer baseline for these pages */
footer.site-footer.on-dark {
  background: #050505;
  padding: 36px 18px;
  border-top: 1px solid rgba(194, 158, 70,0.18);
}
footer.site-footer.on-dark .footer-inner {
  text-align: center;
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 12px;
  color: rgba(244, 237, 215,0.85);
}

/* ============================================================
   FEATHERED-EDGE CINEMATIC IMAGES — Joel mandate 2026-05-01:
   "use those images to help design these pages, fade out the
   edges so it's not just rectangular images."
   Use radial mask + soft drop-shadow for organic edges.
   ============================================================ */
.feather-image {
  position: relative;
  display: block;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.feather-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse 88% 78% at 50% 50%, #000 50%, rgba(0,0,0,0.85) 75%, transparent 100%);
          mask-image: radial-gradient(ellipse 88% 78% at 50% 50%, #000 50%, rgba(0,0,0,0.85) 75%, transparent 100%);
  filter: drop-shadow(0 24px 60px rgba(0,0,0,0.55));
}
.feather-image--portrait img {
  -webkit-mask-image: radial-gradient(ellipse 78% 88% at 50% 50%, #000 50%, rgba(0,0,0,0.85) 75%, transparent 100%);
          mask-image: radial-gradient(ellipse 78% 88% at 50% 50%, #000 50%, rgba(0,0,0,0.85) 75%, transparent 100%);
}
.feather-image--soft img {
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 35%, rgba(0,0,0,0.7) 65%, transparent 100%);
          mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 35%, rgba(0,0,0,0.7) 65%, transparent 100%);
}

/* CINEMATIC IMAGE BAND — full-width imagery section with feathered edges */
.cinema-band {
  position: relative;
  padding: 90px 24px;
  background: linear-gradient(180deg, #050505 0%, #0F1620 50%, #050505 100%);
  overflow: hidden;
}
.cinema-band--alt {
  background: linear-gradient(180deg, #0F1620 0%, #050505 100%);
}
.cinema-band-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.cinema-band-grid--reverse {
  grid-template-columns: 1fr 1fr;
}
.cinema-band-grid--reverse .cinema-band-image {
  order: 2;
}
.cinema-band-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cinema-band-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse 88% 80% at 50% 50%, #000 45%, rgba(0,0,0,0.82) 72%, transparent 100%);
          mask-image: radial-gradient(ellipse 88% 80% at 50% 50%, #000 45%, rgba(0,0,0,0.82) 72%, transparent 100%);
  filter: drop-shadow(0 32px 80px rgba(0,0,0,0.65));
}
.cinema-band-text {
  color: var(--ivory, #F4EDD7);
}
.cinema-band-eyebrow {
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--bronze-hi, #E1CD9B);
  margin: 0 0 14px;
  display: block;
}
.cinema-band h2 {
  font-family: 'Belda', serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  margin: 0 0 18px;
  color: var(--ivory, #F4EDD7) !important;
}
.cinema-band h2 em { color: var(--bronze-hi, #E1CD9B); font-style: italic; }
.cinema-band-text p {
  font-family: 'Belda', serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(244, 237, 215,0.88);
  margin: 0 0 14px;
}
.cinema-band-text p em { font-style: italic; color: rgba(244, 237, 215,0.95); }

/* AMBIENT BACKDROP — full-bleed image with heavy vignette behind a section */
.ambient-bg {
  position: relative;
  isolation: isolate;
}
.ambient-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--ambient-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.30;
  filter: blur(2px);
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, #000 30%, rgba(0,0,0,0.4) 70%, transparent 100%);
          mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, #000 30%, rgba(0,0,0,0.4) 70%, transparent 100%);
}

@media (max-width: 900px) {
  .cinema-band-grid,
  .cinema-band-grid--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cinema-band-grid--reverse .cinema-band-image { order: 0; }
  .cinema-band { padding: 60px 20px; }
}

/* ============================================================
   IMAGE MARQUEE — CONTAINED FILMSTRIP for info-heavy pages.
   Joel mandate 2026-05-01 v2: "scroll bar that went from the left
   to the right side of the frame, not just a wall of pictures."
   This is a contained filmstrip — gold-bordered viewer, native
   horizontal scroll with snap points, custom thin gold scroll bar
   at the bottom, plus arrow controls. Refined, not endless.
   ============================================================ */
.image-marquee {
  position: relative;
  padding: 70px 24px;
  background: linear-gradient(180deg, #050505 0%, #0F1620 50%, #050505 100%);
}
.image-marquee--alt {
  background: linear-gradient(180deg, #0F1620 0%, #050505 100%);
}
.image-marquee-eyebrow {
  text-align: center;
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--bronze-hi, #E1CD9B);
  margin: 0 0 30px;
}
/* Outer gold-bordered viewer — the "filmstrip frame" */
.image-marquee-viewer {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 16px 22px;
  background: linear-gradient(180deg, rgba(26, 39, 54,0.55) 0%, rgba(5, 5, 5,0.85) 100%);
  border: 1px solid rgba(194, 158, 70,0.45);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(194, 158, 70,0.10);
}
/* Native horizontal scroll inside the viewer.
   2026-05-02 fix: removed scroll-snap-type: mandatory (caused thumb-drag
   to feel like the strip stopped at ~20 frames) AND hid the native
   scrollbar so the custom progress bar is the only navigator. */
.image-marquee-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  padding-bottom: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.image-marquee-track::-webkit-scrollbar { display: none; height: 0; }
.image-marquee-frame {
  flex: 0 0 280px !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  flex-basis: 280px !important;
  width: 280px !important;
  min-width: 280px !important;
  height: 175px !important;
  max-width: 280px !important;
  /* aspect-ratio removed (conflicted with explicit dimensions, collapsed
     later frames in some browsers). */
  border-radius: 8px;
  overflow: hidden;
  background: #1A2736;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block;
}
.image-marquee-frame:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.55), 0 0 18px rgba(194, 158, 70,0.32);
}
.image-marquee-frame::after {
  content: '⊕';
  position: absolute;
  top: 8px; right: 10px;
  font-size: 16px;
  color: rgba(244, 237, 215,0.85);
  background: rgba(5, 5, 5,0.55);
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.image-marquee-frame:hover::after { opacity: 1; }
.image-marquee-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   LIGHTBOX — click any thumbnail to enlarge
   ============================================================ */
.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 5, 5,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.lb-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.lb-overlay img {
  max-width: min(92vw, 1400px);
  max-height: 88vh;
  width: auto; height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.85), 0 0 60px rgba(194, 158, 70,0.18);
  transform: scale(0.96);
  transition: transform 0.4s ease;
}
.lb-overlay.is-open img { transform: scale(1); }
.lb-close {
  position: fixed;
  top: 24px; right: 24px;
  z-index: 10000;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(5, 5, 5,0.85);
  border: 1px solid rgba(194, 158, 70,0.55);
  color: var(--ivory, #F4EDD7);
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
  transition: background 0.25s, transform 0.25s;
}
.lb-close:hover {
  background: rgba(194, 158, 70,0.22);
  transform: scale(1.06);
}
.lb-prev, .lb-next {
  position: fixed;
  top: 50%; transform: translateY(-50%);
  z-index: 10000;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(5, 5, 5,0.85);
  border: 1px solid rgba(194, 158, 70,0.55);
  color: var(--ivory, #F4EDD7);
  font-family: serif;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
}
.lb-prev:hover, .lb-next:hover {
  background: rgba(194, 158, 70,0.22);
  border-color: var(--bronze-hi, #E1CD9B);
  transform: translateY(-50%) scale(1.06);
}
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
@media (max-width: 700px) {
  .lb-overlay { padding: 16px; }
  .lb-close { top: 14px; right: 14px; width: 42px; height: 42px; }
  .lb-prev, .lb-next { width: 44px; height: 44px; font-size: 26px; }
  .lb-prev { left: 10px; } .lb-next { right: 10px; }
}
/* Arrow buttons floating over the viewer */
.image-marquee-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(5, 5, 5,0.85);
  border: 1px solid rgba(194, 158, 70,0.55);
  color: var(--ivory, #F4EDD7);
  font-family: serif;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  line-height: 1;
}
.image-marquee-arrow:hover {
  background: rgba(194, 158, 70,0.22);
  border-color: var(--bronze-hi, #E1CD9B);
  transform: translateY(-50%) scale(1.06);
}
.image-marquee-arrow--left { left: -22px; }
.image-marquee-arrow--right { right: -22px; }

/* Custom progress bar + counter under audience-page strips (same pattern
   as the homepage Inside-the-Books strip). Replaces the too-thin native
   scrollbar that was confusing users into thinking the strip ended early. */
.image-marquee-progress {
  position: relative;
  margin: 14px 6px 4px;
  height: 4px;
  background: rgba(5, 5, 5,0.55);
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
}
.image-marquee-progress-fill {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--bronze, #C29E46) 0%, var(--bronze-hi, #E1CD9B) 100%);
  border-radius: 999px;
  transition: width 0.18s ease-out;
}
.image-marquee-counter {
  font-family: 'Belda', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 237, 215, 0.92);
  text-align: center;
  margin: 8px 0 0;
  font-weight: 600;
}
.image-marquee-counter strong {
  color: var(--bronze-hi, #E1CD9B);
  font-weight: 800;
}

.image-marquee-foot {
  text-align: center;
  margin: 18px 0 0;
  font-family: 'Belda', serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  color: rgba(244, 237, 215, 0.88);
  letter-spacing: 0.2px;
}
@media (max-width: 700px) {
  .image-marquee { padding: 50px 14px; }
  .image-marquee-frame {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 138px !important;
  }
  .image-marquee-arrow { width: 38px; height: 38px; font-size: 22px; }
  .image-marquee-arrow--left { left: -8px; }
  .image-marquee-arrow--right { right: -8px; }
}
