/*
Theme Name: OogerDaboris
Theme URI: https://oogerdaboris.com
Author: OogerDaboris
Author URI: https://oogerdaboris.com
Description: A faith-centered streamer theme with prayer wall, stream schedule, image slider, and live status — all managed from the WordPress dashboard.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: oogerdaboris
*/


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

  :root {
    --void: #06050f;
    --deep: #0d0b1e;
    --mid: #14112a;
    --surface: #1c1836;
    --gold: #c9a84c;
    --gold-bright: #e8c86d;
    --gold-glow: rgba(201,168,76,0.18);
    --ivory: #f0ead8;
    --muted: #8a8098;
    --accent: #7b5ea7;
    --accent-glow: rgba(123,94,167,0.25);
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--void);
    color: var(--ivory);
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 18px;
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ── STARS BACKGROUND ── */
  .stars {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background:
      radial-gradient(ellipse at 20% 30%, rgba(123,94,167,0.12) 0%, transparent 60%),
      radial-gradient(ellipse at 80% 70%, rgba(201,168,76,0.07) 0%, transparent 50%),
      radial-gradient(ellipse at 50% 10%, rgba(100,80,180,0.1) 0%, transparent 50%);
  }
  .stars::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      radial-gradient(1px 1px at 15% 25%, rgba(255,255,255,0.6) 0%, transparent 100%),
      radial-gradient(1px 1px at 42% 14%, rgba(255,255,255,0.4) 0%, transparent 100%),
      radial-gradient(1.5px 1.5px at 67% 38%, rgba(255,255,255,0.7) 0%, transparent 100%),
      radial-gradient(1px 1px at 88% 12%, rgba(255,255,255,0.5) 0%, transparent 100%),
      radial-gradient(1px 1px at 5% 60%, rgba(255,255,255,0.4) 0%, transparent 100%),
      radial-gradient(1.5px 1.5px at 30% 75%, rgba(255,255,255,0.6) 0%, transparent 100%),
      radial-gradient(1px 1px at 72% 82%, rgba(255,255,255,0.5) 0%, transparent 100%),
      radial-gradient(1px 1px at 55% 55%, rgba(255,255,255,0.3) 0%, transparent 100%),
      radial-gradient(1px 1px at 93% 45%, rgba(255,255,255,0.5) 0%, transparent 100%),
      radial-gradient(1px 1px at 20% 92%, rgba(255,255,255,0.4) 0%, transparent 100%),
      radial-gradient(2px 2px at 48% 90%, rgba(201,168,76,0.5) 0%, transparent 100%),
      radial-gradient(1px 1px at 78% 60%, rgba(255,255,255,0.3) 0%, transparent 100%);
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 3rem;
    background: linear-gradient(to bottom, rgba(6,5,15,0.95), transparent);
    backdrop-filter: blur(2px);
  }
  .nav-logo {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--gold);
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-logo span { color: var(--ivory); }
  .nav-links {
    display: flex; gap: 2.5rem; list-style: none;
  }
  .nav-links a {
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--void);
    background: var(--gold);
    padding: 0.55rem 1.4rem;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
  }
  .nav-cta:hover { background: var(--gold-bright); transform: translateY(-1px); }

  /* ── HERO ── */
  .hero {
    position: relative; z-index: 1;
    min-height: 70vh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 6rem 2rem 2rem;
    overflow: hidden;
  }
  .hero::before {
    content: '✝';
    position: absolute;
    font-size: clamp(200px, 40vw, 480px);
    color: rgba(201,168,76,0.04);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
    animation: breathe 8s ease-in-out infinite;
  }
  @keyframes breathe {
    0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%,-50%) scale(1.03); }
  }
  .hero-eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeUp 1s ease 0.3s forwards;
  }
  .hero-name {
    font-family: 'Cinzel', serif;
    font-size: clamp(3.5rem, 9vw, 8rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 1s ease 0.5s forwards;
  }
  .hero-name .line1 { display: block; color: var(--ivory); }
  .hero-name .line2 {
    display: block;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 50%, #f0d890 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 40px rgba(201,168,76,0.4));
  }
  .hero-tagline {
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    color: var(--muted);
    max-width: 520px;
    margin: 0 auto 1.5rem;
    opacity: 0;
    animation: fadeUp 1s ease 0.7s forwards;
  }
  .hero-verse {
    font-size: 0.88rem;
    font-style: italic;
    color: rgba(201,168,76,0.7);
    max-width: 440px;
    margin: 0 auto 3rem;
    line-height: 1.7;
    opacity: 0;
    animation: fadeUp 1s ease 0.9s forwards;
  }
  .hero-actions {
    display: flex; gap: 1rem; justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 1s ease 1.1s forwards;
  }
  .btn-primary {
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--void);
    background: linear-gradient(135deg, var(--gold), var(--gold-bright));
    padding: 0.9rem 2.2rem;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 4px 30px rgba(201,168,76,0.35);
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(201,168,76,0.5);
  }
  .btn-secondary {
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ivory);
    background: transparent;
    padding: 0.9rem 2.2rem;
    border: 1px solid rgba(201,168,76,0.4);
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.25s;
  }
  .btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold-glow);
  }
  .scroll-hint {
    position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    opacity: 0; animation: fadeUp 1s ease 1.5s forwards;
  }
  .scroll-hint span {
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .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.4; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.1); }
  }

  /* ── DIVIDER ── */
  .divider {
    display: flex; align-items: center; gap: 1.5rem;
    padding: 0 3rem;
    max-width: 1000px; margin: 0 auto;
  }
  .divider-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(201,168,76,0.3), transparent); }
  .divider-cross { color: var(--gold); font-size: 1.1rem; opacity: 0.6; }

  /* ── SECTIONS ── */
  section { position: relative; z-index: 1; }

  .section-label {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 1rem;
  }
  .section-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--ivory);
    margin-bottom: 0.4em;
  }
  .section-title em {
    font-style: italic;
    font-family: 'Crimson Pro', serif;
    color: var(--gold);
    font-weight: 300;
  }

  /* ── ABOUT ── */
  #about {
    padding: 7rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
  }
  .about-text p {
    color: rgba(240,234,216,0.75);
    margin-bottom: 1.4rem;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.85;
  }
  .about-quote {
    margin-top: 2.5rem;
    padding: 1.8rem 2rem;
    border-left: 2px solid var(--gold);
    background: linear-gradient(to right, rgba(201,168,76,0.06), transparent);
  }
  .about-quote blockquote {
    font-style: italic;
    font-size: 1.05rem;
    color: var(--ivory);
    line-height: 1.7;
    margin-bottom: 0.7rem;
  }
  .about-quote cite {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .about-pillars {
    display: flex; flex-direction: column; gap: 1.2rem;
  }
  .pillar {
    display: flex; align-items: flex-start; gap: 1.2rem;
    padding: 1.4rem 1.6rem;
    background: var(--surface);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 3px;
    transition: border-color 0.2s, transform 0.2s;
  }
  .pillar:hover { border-color: rgba(201,168,76,0.4); transform: translateX(4px); }
  .pillar-icon { font-size: 1.4rem; line-height: 1; flex-shrink: 0; margin-top: 0.1rem; }
  .pillar h4 {
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.3rem;
  }
  .pillar p { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }

  /* ── WHAT TO EXPECT ── */
  #expect {
    padding: 7rem 3rem;
    background: linear-gradient(to bottom, transparent, rgba(13,11,30,0.6), transparent);
  }
  .expect-inner { max-width: 1100px; margin: 0 auto; }
  .expect-header { text-align: center; margin-bottom: 4rem; }
  .expect-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
  }
  .expect-card {
    padding: 2.5rem 2rem;
    background: var(--mid);
    border: 1px solid rgba(201,168,76,0.1);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s;
  }
  .expect-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    transform: scaleX(0); transition: transform 0.3s;
  }
  .expect-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,0.3); }
  .expect-card:hover::before { transform: scaleX(1); }
  .expect-num {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(201,168,76,0.12);
    line-height: 1;
    margin-bottom: 1rem;
  }
  .expect-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ivory);
    margin-bottom: 0.8rem;
  }
  .expect-card p { font-size: 0.95rem; color: var(--muted); line-height: 1.65; font-weight: 300; }

  /* ── SCHEDULE ── */
  #schedule {
    padding: 7rem 3rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 3rem;
  }
  .schedule-table thead tr {
    border-bottom: 1px solid rgba(201,168,76,0.3);
  }
  .schedule-table th {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    padding: 0.9rem 1rem;
    text-align: left;
  }
  .schedule-table td {
    padding: 1.1rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.95rem;
    color: rgba(240,234,216,0.8);
    text-align: left;
  }
  .schedule-table tr:hover td { background: rgba(201,168,76,0.04); }
  .schedule-note {
    margin-top: 2rem;
    font-size: 0.85rem;
    font-style: italic;
    color: var(--muted);
  }

  /* ── LIVE WATCH ── */
  #watch {
    padding: 7rem 3rem;
    background: linear-gradient(to bottom, transparent, rgba(13,11,30,0.8), transparent);
  }
  .watch-inner { max-width: 1100px; margin: 0 auto; }
  .watch-header { text-align: center; margin-bottom: 3rem; }
  .twitch-embed-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0;
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(0,0,0,0.5);
  }
  .twitch-embed-wrap iframe { display: block; }
  .watch-cta {
    margin-top: 2rem;
    text-align: center;
  }
  .watch-cta p {
    font-size: 0.85rem;
    color: var(--muted);
    margin-top: 1rem;
    font-style: italic;
  }

  /* ── COMMUNITY ── */
  #community {
    padding: 7rem 3rem;
    text-align: center;
  }
  .community-inner { max-width: 900px; margin: 0 auto; }
  .testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin: 3.5rem 0;
  }
  .testimonial {
    padding: 2rem;
    background: var(--surface);
    border: 1px solid rgba(201,168,76,0.1);
    border-radius: 4px;
    text-align: left;
  }
  .testimonial-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 1rem; letter-spacing: 0.1em; }
  .testimonial p {
    font-style: italic;
    font-size: 0.98rem;
    color: rgba(240,234,216,0.8);
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 300;
  }
  .testimonial cite {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .community-actions {
    display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
    margin-top: 2.5rem;
  }

  /* ── PRAYER WALL ── */
  #prayer-wall {
    padding: 7rem 3rem;
    background: linear-gradient(to bottom, transparent, rgba(20,17,42,0.9), transparent);
  }
  .prayer-inner { max-width: 900px; margin: 0 auto; }
  .prayer-header { text-align: center; margin-bottom: 3.5rem; }
  .prayer-form {
    background: var(--mid);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 4px;
    padding: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .prayer-form h3 {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ivory);
    margin-bottom: 1.8rem;
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
  .form-group { display: flex; flex-direction: column; gap: 0.4rem; }
  .form-group label {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    background: var(--deep);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 2px;
    padding: 0.8rem 1rem;
    color: var(--ivory);
    font-family: 'Crimson Pro', serif;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
  }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus { border-color: var(--gold); }
  .form-group select option { background: var(--deep); }
  .form-group textarea { resize: vertical; min-height: 120px; }
  .form-check {
    display: flex; align-items: center; gap: 0.7rem;
    margin-bottom: 1.5rem;
  }
  .form-check input[type=checkbox] { accent-color: var(--gold); width: 16px; height: 16px; }
  .form-check label { font-size: 0.92rem; color: var(--muted); cursor: pointer; }
  .btn-submit {
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--void);
    background: linear-gradient(135deg, var(--gold), var(--gold-bright));
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 20px rgba(201,168,76,0.3);
  }
  .btn-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(201,168,76,0.5); }
  .prayer-success {
    display: none;
    text-align: center;
    padding: 1.5rem;
    background: rgba(201,168,76,0.08);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 3px;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 1rem;
  }
  .prayer-filters {
    display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2rem;
  }
  .filter-btn {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.45rem 1.1rem;
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 2px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    transition: all 0.2s;
  }
  .filter-btn.active,
  .filter-btn:hover { background: var(--gold-glow); border-color: var(--gold); color: var(--gold); }
  .prayer-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.2rem; }
  .prayer-card {
    padding: 1.6rem;
    background: var(--surface);
    border: 1px solid rgba(201,168,76,0.1);
    border-radius: 3px;
    transition: border-color 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .prayer-card:hover { border-color: rgba(201,168,76,0.28); transform: translateY(-2px); }
  .prayer-card.prayed { border-color: rgba(76,175,130,0.25); background: linear-gradient(to bottom, var(--surface), rgba(76,175,130,0.04)); }
  .prayer-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.6rem; gap: 0.5rem; flex-wrap: wrap; }
  .prayer-card-tag {
    font-family: 'Cinzel', serif;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .prayer-card-timestamp {
    font-size: 0.75rem;
    color: rgba(138,128,152,0.55);
    font-style: italic;
    margin-left: auto;
  }
  .prayer-card p { font-size: 0.95rem; color: rgba(240,234,216,0.78); line-height: 1.65; font-weight: 300; margin-bottom: 0.8rem; flex: 1; }
  .prayer-card-name { font-size: 0.8rem; color: var(--muted); font-style: italic; margin-bottom: 1.1rem; }
  .prayer-status-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0.6rem 0.8rem;
    border: 1px solid;
    cursor: pointer;
    background: none;
    transition: all 0.22s;
    margin-top: auto;
  }
  .prayer-status-btn.waiting {
    border-color: rgba(201,168,76,0.3);
    color: var(--gold);
  }
  .prayer-status-btn.waiting:hover {
    background: rgba(201,168,76,0.1);
    border-color: var(--gold);
  }
  .prayer-status-btn.prayed {
    border-color: rgba(76,175,130,0.4);
    color: #4caf82;
    background: rgba(76,175,130,0.08);
  }
  .prayer-status-btn.prayed:hover {
    background: rgba(76,175,130,0.15);
  }
  /* new-card pop-in animation */
  @keyframes cardPopIn {
    from { opacity: 0; transform: translateY(16px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }
  .prayer-card.new-card { animation: cardPopIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; }


  /* ── IMAGE SLIDER ── */
  #slider-section {
    position: relative; z-index: 1;
    padding: 0 3rem 5rem;
    overflow: hidden;
  }
  .slider-wrap {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    max-height: 520px;
    overflow: hidden;
    background: var(--deep);
    border-radius: 8px;
    border: 1px solid rgba(201,168,76,0.18);
    box-shadow: 0 24px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,168,76,0.08);
  }
  .slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
    will-change: transform;
  }
  .slide {
    min-width: 100%;
    position: relative;
    overflow: hidden;
  }
  .slide img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .slide-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2rem 3rem 1.8rem;
    background: linear-gradient(to top, rgba(6,5,15,0.9) 0%, transparent 100%);
    pointer-events: none;
  }
  .slide-caption-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--ivory);
    margin-bottom: 0.3rem;
  }
  .slide-caption-sub {
    font-size: 0.95rem;
    color: var(--muted);
    font-style: italic;
  }
  /* nav arrows */
  .slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px;
    background: rgba(6,5,15,0.65);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10;
    color: var(--gold); font-size: 1.1rem;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    backdrop-filter: blur(4px);
  }
  .slider-arrow:hover { background: rgba(201,168,76,0.15); border-color: var(--gold); transform: translateY(-50%) scale(1.08); }
  .slider-arrow.prev { left: 1.2rem; }
  .slider-arrow.next { right: 1.2rem; }
  /* dots */
  .slider-dots {
    position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%);
    display: flex; gap: 0.5rem; z-index: 10;
  }
  .slider-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(240,234,216,0.3);
    border: 1px solid rgba(201,168,76,0.3);
    cursor: pointer;
    transition: all 0.25s;
  }
  .slider-dot.active { background: var(--gold); border-color: var(--gold); transform: scale(1.25); }
  /* empty state */
  .slider-empty {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    height: 220px;
    color: var(--muted); font-style: italic; font-size: 0.95rem;
    border: 1px dashed rgba(201,168,76,0.15);
    border-radius: 4px; margin: 2rem 3rem;
    gap: 0.5rem;
  }
  .slider-empty span { font-family: 'Cinzel', serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(201,168,76,0.4); }

  /* ── FOOTER ── */
  footer {
    position: relative; z-index: 1;
    border-top: 1px solid rgba(201,168,76,0.1);
    padding: 3rem;
    text-align: center;
  }
  .footer-logo {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .footer-logo .gold { color: var(--gold); }
  .footer-links {
    display: flex; gap: 2rem; justify-content: center;
    list-style: none; margin-bottom: 2rem; flex-wrap: wrap;
  }
  .footer-links a {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--gold); }
  .footer-copy { font-size: 0.82rem; color: rgba(138,128,152,0.5); font-style: italic; }

  /* ── FRIENDS / STREAMERS ── */
  #friends {
    padding: 7rem 3rem;
    background: linear-gradient(to bottom, transparent, rgba(13,11,30,0.5), transparent);
  }
  .friends-inner { max-width: 1100px; margin: 0 auto; }
  .friends-header { text-align: center; margin-bottom: 4rem; }
  .friends-header p {
    color: var(--muted);
    max-width: 520px;
    margin: 0.8rem auto 0;
    font-size: 1rem;
    font-style: italic;
  }
  .streamer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
  }
  .streamer-card {
    background: var(--mid);
    border: 1px solid rgba(201,168,76,0.1);
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
  }
  .streamer-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201,168,76,0.35);
    box-shadow: 0 16px 50px rgba(0,0,0,0.4);
  }
  .streamer-banner {
    height: 80px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }
  .streamer-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, var(--mid) 100%);
  }
  .streamer-avatar {
    position: absolute;
    bottom: -20px;
    left: 1.4rem;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  }
  .streamer-body {
    padding: 1.6rem 1.4rem 1.4rem;
    padding-top: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .streamer-name {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--ivory);
    margin-bottom: 0.15rem;
  }
  .streamer-handle {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.9rem;
  }
  .streamer-bio {
    font-size: 0.92rem;
    color: rgba(240,234,216,0.7);
    line-height: 1.65;
    font-weight: 300;
    flex: 1;
    margin-bottom: 1.3rem;
  }
  .streamer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.3rem;
  }
  .streamer-tag {
    font-family: 'Cinzel', serif;
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.22rem 0.55rem;
    border-radius: 2px;
    border: 1px solid rgba(201,168,76,0.2);
    color: var(--muted);
    background: rgba(201,168,76,0.05);
  }
  .streamer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--void);
    background: linear-gradient(135deg, var(--gold), var(--gold-bright));
    padding: 0.7rem;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 3px 14px rgba(201,168,76,0.25);
  }
  .streamer-link:hover {
    box-shadow: 0 5px 24px rgba(201,168,76,0.45);
    transform: translateY(-1px);
  }
  .streamer-link svg { width: 14px; height: 14px; fill: currentColor; flex-shrink: 0; }

  @media (max-width: 768px) {
    #friends { padding: 4rem 1.5rem; }
    .streamer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 480px) {
    .streamer-grid { grid-template-columns: 1fr; }
  }
  @keyframes logoFloat {
    0%, 100% { transform: translateY(0px); filter: drop-shadow(0 0 40px rgba(201,168,76,0.45)) drop-shadow(0 8px 24px rgba(0,0,0,0.6)); }
    50%       { transform: translateY(-10px); filter: drop-shadow(0 0 55px rgba(201,168,76,0.65)) drop-shadow(0 16px 30px rgba(0,0,0,0.5)); }
  }
  .hero-logo-wrap {
    opacity: 0;
    animation: fadeUp 1s ease 0.1s forwards;
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible { opacity: 1; transform: none; }

  /* ── LIVE BANNER ── */
  #liveBanner {
    display: none;
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    background: linear-gradient(90deg, #5a1a8a, #a01010, #5a1a8a);
    background-size: 200% 100%;
    animation: livePulse 4s ease-in-out infinite;
    padding: 0.6rem 1rem;
    text-align: center;
  }
  #liveBanner.show { display: block; }
  @keyframes livePulse {
    0%,100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
  }
  .live-banner-inner {
    display: inline-flex; align-items: center; gap: 0.8rem;
    font-family: 'Cinzel', serif;
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase; color: #fff;
  }
  .live-pip {
    width: 8px; height: 8px; border-radius: 50%;
    background: #ff5555;
    box-shadow: 0 0 0 0 rgba(255,85,85,0.6);
    animation: pip 1.2s ease-in-out infinite;
    flex-shrink: 0;
  }
  @keyframes pip {
    0%   { box-shadow: 0 0 0 0   rgba(255,85,85,0.7); }
    70%  { box-shadow: 0 0 0 9px rgba(255,85,85,0);   }
    100% { box-shadow: 0 0 0 0   rgba(255,85,85,0);   }
  }
  .live-banner-link {
    color: #fff; text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: border-color 0.2s; padding-bottom: 1px;
  }
  .live-banner-link:hover { border-color: #fff; }

  /* ── ANNOUNCEMENT BAR ── */
  #announcementBar {
    display: none;
    position: relative; z-index: 90;
    background: rgba(123,94,167,0.15);
    border-bottom: 1px solid rgba(123,94,167,0.3);
    padding: 0.7rem 4rem 0.7rem 2rem;
    text-align: center;
    margin-top: 0; /* sits under nav */
  }
  #announcementBar.show { display: block; }
  .announcement-text {
    font-size: 0.92rem; color: var(--ivory); font-style: italic;
  }
  .announcement-close {
    position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: var(--muted); cursor: pointer;
    font-size: 1.1rem; line-height: 1; transition: color 0.2s; padding: 4px;
  }
  .announcement-close:hover { color: var(--ivory); }

  /* ── VERSE OF THE DAY ── */
  .verse-banner {
    background: linear-gradient(135deg, rgba(123,94,167,0.1), rgba(201,168,76,0.05));
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: 4px;
    padding: 1.5rem 2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    text-align: center;
    position: relative; z-index: 1;
  }
  .verse-banner-label {
    font-family: 'Cinzel', serif;
    font-size: 0.58rem; font-weight: 700;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 0.6rem; display: block;
  }
  .verse-banner-text {
    font-size: 1.05rem; font-style: italic;
    color: rgba(240,234,216,0.9); line-height: 1.75; font-weight: 300;
  }
  .verse-banner-ref {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--gold); margin-top: 0.6rem; display: block;
  }

  /* ── PRAYER COUNTER ── */
  .prayer-counter {
    display: flex; align-items: center; justify-content: center;
    gap: 1.2rem; margin-bottom: 2.5rem;
    padding: 1rem 1.5rem;
    background: var(--surface);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 4px;
    max-width: 460px; margin-left: auto; margin-right: auto; margin-bottom: 2.5rem;
  }
  .prayer-counter-icon { font-size: 1.8rem; }
  .prayer-counter-num {
    font-family: 'Cinzel', serif;
    font-size: 2rem; font-weight: 900; color: var(--gold); line-height: 1;
  }
  .prayer-counter-label {
    font-size: 0.88rem; color: var(--muted); font-style: italic; margin-top: 0.15rem;
  }

  /* ── MOBILE NAV ── */
  .nav-hamburger {
    display: none;
    flex-direction: column; gap: 5px; cursor: pointer;
    background: none; border: none; padding: 4px;
  }
  .nav-hamburger span {
    display: block; width: 22px; height: 2px;
    background: var(--ivory); border-radius: 2px; transition: all 0.25s;
  }
  .nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  .mobile-menu {
    display: none;
    position: fixed; inset: 0; z-index: 150;
    background: rgba(6,5,15,0.97);
    backdrop-filter: blur(10px);
    flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); text-decoration: none;
    padding: 0.75rem 2.5rem; border-radius: 3px;
    transition: color 0.2s, background 0.2s; width: 100%; text-align: center;
  }
  .mobile-menu a:hover { color: var(--gold); background: var(--gold-glow); }
  .mobile-menu-cta {
    margin-top: 1.2rem;
    font-family: 'Cinzel', serif;
    font-size: 0.78rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--void) !important;
    background: linear-gradient(135deg, var(--gold), var(--gold-bright)) !important;
    padding: 0.8rem 2.5rem !important;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(201,168,76,0.35);
  }
  .mobile-menu-close {
    position: absolute; top: 1.5rem; right: 1.5rem;
    font-size: 1.6rem; color: var(--muted); cursor: pointer;
    background: none; border: none; transition: color 0.2s;
  }
  .mobile-menu-close:hover { color: var(--ivory); }

  /* ── BACK TO TOP ── */
  #backToTop {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 50;
    width: 42px; height: 42px;
    background: var(--surface);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s, transform 0.25s, box-shadow 0.2s;
    color: var(--gold); font-size: 1rem;
  }
  #backToTop.visible { opacity: 1; pointer-events: all; }
  #backToTop:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(201,168,76,0.3); }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .nav-hamburger { display: flex; }
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .nav-cta { display: none; }
    #about { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 1.5rem; }
    #expect, #watch, #community, #prayer-wall, #schedule { padding: 4rem 1.5rem; }
    .hero { padding: 5rem 1.5rem 3rem; }
    .twitch-embed-wrap { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .divider { padding: 0 1.5rem; }
    #announcementBar { padding: 0.7rem 3.5rem 0.7rem 1.2rem; }
    #friends { padding: 4rem 1.5rem; }
    #slider-section { padding: 0 1.5rem 3rem; }
  }

/* ════════════════════════════════════════════════
   NEW FEATURES: countdown, verse share, clips
   ════════════════════════════════════════════════ */

/* ── STREAM COUNTDOWN ── */
.stream-countdown {
  margin: 0 auto 2rem;
  max-width: 460px;
  opacity: 0;
  animation: fadeUp 1s ease 1s forwards;
}
.countdown-label {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.countdown-clock {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--surface);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 6px;
  padding: 0.7rem 0.9rem;
  min-width: 62px;
}
.cd-unit b {
  font-family: 'Cinzel', serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--ivory);
  line-height: 1;
}
.cd-unit i {
  font-style: normal;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.35rem;
}
.countdown-when {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
}
.countdown-soon {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.countdown-live {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #a01010, #d62828);
  padding: 0.9rem 1.8rem;
  border-radius: 4px;
  box-shadow: 0 6px 30px rgba(214,40,40,0.45);
  animation: liveThrob 2s ease-in-out infinite;
}
@keyframes liveThrob {
  0%,100% { transform: scale(1); box-shadow: 0 6px 30px rgba(214,40,40,0.45); }
  50% { transform: scale(1.04); box-shadow: 0 8px 40px rgba(214,40,40,0.7); }
}
.countdown-live-pip {
  width: 9px; height: 9px; border-radius: 50%; background: #fff;
  animation: pip 1.2s ease-in-out infinite;
}

/* ── VERSE SHARING ── */
.verse-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(201,168,76,0.12);
}
.verse-share-label {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 0.2rem;
}
.verse-share-btn {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.3);
  background: none;
  color: var(--gold);
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.verse-share-btn:hover {
  background: var(--gold);
  color: var(--void);
  transform: translateY(-2px);
}
.verse-copied {
  font-size: 0.78rem;
  font-style: italic;
  color: var(--green, #4caf82);
  opacity: 0;
  transition: opacity 0.3s;
}
.verse-copied.show { opacity: 1; }

/* ── CLIPS GALLERY ── */
#clips {
  padding: 7rem 3rem;
  background: linear-gradient(to bottom, transparent, rgba(13,11,30,0.5), transparent);
}
.clips-inner { max-width: 1100px; margin: 0 auto; }
.clips-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3.5rem;
}
.clips-header .section-label {
  display: block;
  text-align: center;
  margin-right: -0.4em; /* offset trailing letter-spacing for true optical centering */
}
.clips-header .section-title,
.clips-header p { text-align: center; max-width: 600px; }
.clips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.clip-card {
  background: var(--mid);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  display: block;
}
.clip-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,168,76,0.35);
  box-shadow: 0 16px 50px rgba(0,0,0,0.4);
}
.clip-thumb-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--deep);
}
.clip-thumb-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.clip-card:hover .clip-thumb-wrap img { transform: scale(1.05); }
.clip-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
  color: rgba(255,255,255,0.9);
  background: rgba(6,5,15,0.25);
  opacity: 0;
  transition: opacity 0.25s;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.clip-card:hover .clip-play { opacity: 1; }
.clip-info { padding: 1.1rem 1.2rem; }
.clip-title {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ivory);
  line-height: 1.4;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clip-views {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: italic;
}
@media (max-width: 768px) {
  #clips { padding: 4rem 1.5rem; }
  .countdown-clock { gap: 0.5rem; }
  .cd-unit { min-width: 52px; padding: 0.6rem 0.6rem; }
  .cd-unit b { font-size: 1.4rem; }
}

/* ── PRAYER STATS (expanded counter) ── */
.prayer-counter { gap: 1.6rem; max-width: 600px; }
.prayer-counter-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(201,168,76,0.15);
}
.prayer-counter-num.gold { color: var(--gold); }

/* ── PRAYER ACTIVITY TICKER ── */
.prayer-ticker {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(201,168,76,0.1);
  border-bottom: 1px solid rgba(201,168,76,0.1);
  padding: 0.7rem 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.prayer-ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: tickerScroll 40s linear infinite;
}
.prayer-ticker:hover .prayer-ticker-track { animation-play-state: paused; }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-block;
  padding: 0 1.6rem;
  font-size: 0.85rem;
  color: var(--muted);
  border-right: 1px solid rgba(201,168,76,0.1);
}
.ticker-item strong { color: var(--ivory); font-weight: 600; }
.ticker-item em { color: var(--gold); font-style: italic; }

/* ── VERSE EMAIL SUBSCRIBE ── */
.verse-subscribe { margin-top: 1rem; text-align: center; }
.verse-sub-toggle {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0.3rem;
}
.verse-sub-toggle:hover { color: var(--gold); }
.verse-sub-form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin 0.35s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.verse-sub-form.open { max-height: 120px; margin-top: 0.8rem; }
.verse-sub-form input {
  background: var(--deep);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 3px;
  padding: 0.6rem 0.9rem;
  color: var(--ivory);
  font-family: 'Crimson Pro', serif;
  font-size: 0.92rem;
  outline: none;
  min-width: 200px;
}
.verse-sub-form input:focus { border-color: var(--gold); }
.verse-sub-form > button {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--void);
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  border: none;
  border-radius: 3px;
  padding: 0.65rem 1.3rem;
  cursor: pointer;
  transition: transform 0.2s;
}
.verse-sub-form > button:hover { transform: translateY(-1px); }
.verse-sub-msg {
  width: 100%;
  font-size: 0.82rem;
  font-style: italic;
  margin-top: 0.3rem;
}
.verse-sub-msg.ok  { color: var(--green, #4caf82); }
.verse-sub-msg.err { color: #c9605a; }

@media (max-width: 768px) {
  .prayer-counter { flex-wrap: wrap; gap: 1rem 1.2rem; }
  .prayer-counter-divider { display: none; }
}

/* ════════════════════════════════════════════════════════════
   ✨ ANIMATION LAYER — "Kingdom Come" motion pass
   Twinkling sky · rising embers · metal shimmer · reveals · glow
   ════════════════════════════════════════════════════════════ */

/* Respect users who prefer no motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ── TWINKLING + DRIFTING STARFIELD ── */
.stars::before {
  animation: starTwinkle 6s ease-in-out infinite alternate, starDrift 120s linear infinite;
}
@keyframes starTwinkle {
  0%   { opacity: 0.55; }
  100% { opacity: 1; }
}
@keyframes starDrift {
  from { transform: translateY(0) translateX(0); }
  to   { transform: translateY(-40px) translateX(20px); }
}
/* second, slower layer of nebula glow that breathes */
.stars {
  animation: nebulaBreath 14s ease-in-out infinite alternate;
}
@keyframes nebulaBreath {
  0%   { background-position: 0% 0%,   0% 0%,   0% 0%; filter: saturate(1); }
  100% { background-position: 3% 2%, -2% 1%, 1% -2%; filter: saturate(1.25); }
}

/* ── RISING GOLDEN EMBERS (injected via JS) ── */
#emberField {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.ember {
  position: absolute;
  bottom: -12px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, #f0d890 0%, #c9a84c 45%, rgba(201,168,76,0) 70%);
  box-shadow: 0 0 6px 1px rgba(201,168,76,0.5);
  opacity: 0;
  animation: emberRise linear infinite;
}
@keyframes emberRise {
  0%   { transform: translateY(0) translateX(0) scale(0.6); opacity: 0; }
  10%  { opacity: 0.9; }
  50%  { transform: translateY(-45vh) translateX(var(--drift, 20px)) scale(1); opacity: 0.8; }
  90%  { opacity: 0.35; }
  100% { transform: translateY(-95vh) translateX(calc(var(--drift, 20px) * 1.8)) scale(0.5); opacity: 0; }
}

/* ── HERO METAL SHIMMER on the gold name ── */
.hero-name .line2 {
  background: linear-gradient(110deg,
    var(--gold) 0%, var(--gold-bright) 35%,
    #fff6dd 48%, var(--gold-bright) 60%, var(--gold) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  animation: metalSweep 6s ease-in-out infinite;
}
@keyframes metalSweep {
  0%, 70%  { background-position: 180% 0; }
  100%     { background-position: -40% 0; }
}

/* gentle glow pulse behind the hero eyebrow */
.hero-eyebrow { position: relative; }
.hero-eyebrow::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 120%; height: 200%; transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, var(--gold-glow) 0%, transparent 70%);
  z-index: -1; animation: eyebrowGlow 5s ease-in-out infinite alternate;
}
@keyframes eyebrowGlow {
  from { opacity: 0.4; } to { opacity: 0.9; }
}

/* ── SCROLL REVEAL (upgraded easing + variants) ── */
.fade-up {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1),
              transform 0.8s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}
.fade-up.visible { opacity: 1; transform: translateY(0) scale(1); }

/* directional reveal helpers (JS adds these classes to some blocks) */
.reveal-left  { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-left.visible, .reveal-right.visible { transform: translateX(0); }

/* ── SECTION TITLE: gold underline draws itself in ── */
.section-title { position: relative; }
.section-title::after {
  content: ''; position: absolute; left: 0; bottom: -0.28em;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright), transparent);
  transition: width 1s cubic-bezier(0.22,1,0.36,1) 0.25s;
}
/* center the underline under centered headers */
.clips-header .section-title::after,
.expect-header .section-title::after,
.watch-header .section-title::after,
.friends-header .section-title::after,
.prayer-header .section-title::after,
#community .section-title::after,
#schedule .section-title::after {
  left: 50%; transform: translateX(-50%);
}
.fade-up.visible .section-title::after,
.section-title.visible::after { width: 2.5em; }

/* ── CROSS DIVIDER: breathing golden glow ── */
.divider-cross {
  animation: crossGlow 3.5s ease-in-out infinite;
  transform-origin: center;
}
@keyframes crossGlow {
  0%, 100% { text-shadow: 0 0 6px rgba(201,168,76,0.3); transform: scale(1) rotate(0deg); }
  50%      { text-shadow: 0 0 22px rgba(201,168,76,0.85), 0 0 40px rgba(201,168,76,0.4); transform: scale(1.12); }
}
.divider-line { position: relative; overflow: hidden; }
.divider-line::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  animation: dividerSheen 5s ease-in-out infinite;
}
@keyframes dividerSheen {
  0%, 60% { left: -100%; } 100% { left: 200%; }
}

/* ── BUTTON SHINE SWEEP on hover ── */
.btn-primary, .nav-cta, .btn-submit, .countdown-live {
  position: relative; overflow: hidden;
}
.btn-primary::after, .nav-cta::after, .btn-submit::after, .countdown-live::after {
  content: ''; position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
.btn-primary:hover::after, .nav-cta:hover::after,
.btn-submit:hover::after, .countdown-live:hover::after { left: 140%; }

/* subtle press feedback everywhere */
.btn-primary:active, .btn-secondary:active, .nav-cta:active,
.btn-submit:active, .streamer-link:active { transform: translateY(1px) scale(0.99); }

/* ── CARD LIFT + GLOW (streamers, prayers, expect, clips) ── */
.streamer-card, .prayer-card, .expect-card, .testimonial, .clip-card, .pillar {
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.35s ease, border-color 0.35s ease;
}
.streamer-card:hover, .prayer-card:hover, .expect-card:hover,
.testimonial:hover, .pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 55px rgba(0,0,0,0.45), 0 0 0 1px rgba(201,168,76,0.25),
              0 0 30px rgba(201,168,76,0.12);
}

/* expect number gets a gold shimmer on hover */
.expect-card .expect-num { transition: color 0.3s, text-shadow 0.3s; }
.expect-card:hover .expect-num {
  color: var(--gold-bright);
  text-shadow: 0 0 18px rgba(201,168,76,0.6);
}

/* pillar icons wiggle warmly on hover */
.pillar-icon { transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); display: inline-block; }
.pillar:hover .pillar-icon { transform: scale(1.25) rotate(-8deg); }

/* ── NAV LOGO gentle float + glow on hover ── */
.nav-logo img { transition: transform 0.4s ease, filter 0.4s ease; }
.nav-logo:hover img {
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 0 14px rgba(201,168,76,0.7)) !important;
}
.footer-logo img { animation: logoBob 6s ease-in-out infinite; }
@keyframes logoBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ── NAV LINK underline grow ── */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -4px;
  width: 0; height: 1.5px; background: var(--gold);
  transition: width 0.3s ease;
}
.nav-links a:hover::after { width: 100%; }

/* ── VERSE BANNER soft aura ── */
.verse-banner { position: relative; overflow: hidden; }
.verse-banner::before {
  content: ''; position: absolute; inset: -50%;
  background: radial-gradient(circle at 50% 50%, var(--gold-glow) 0%, transparent 55%);
  animation: verseAura 8s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes verseAura {
  from { opacity: 0.35; transform: scale(0.9) rotate(0deg); }
  to   { opacity: 0.7;  transform: scale(1.1) rotate(8deg); }
}

/* ── SCROLL PROGRESS BAR (top gold line) ── */
#scrollProgress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright), #fff6dd);
  box-shadow: 0 0 10px rgba(201,168,76,0.7);
  z-index: 300; transition: width 0.1s linear;
}
/* nudge it below the live banner when that banner is showing */
#liveBanner.show ~ #scrollProgress { top: 40px; }

/* ── SCHEDULE ROW hover glow ── */
.schedule-table tbody tr { transition: background 0.3s ease; }
.schedule-table tbody tr:hover { background: rgba(201,168,76,0.06); }

/* ── HERO countdown units pop slightly when seconds tick ── */
.cd-unit b { transition: transform 0.2s ease; }

/* ── CLIP cards: play button spins subtly on hover already; add glow ── */
.clip-card:hover { box-shadow: 0 18px 55px rgba(0,0,0,0.5), 0 0 24px rgba(201,168,76,0.15); }

/* ============================================================
 *  SUPPORT / DONATIONS SECTION
 *  Matches the navy + gold system; buttons pick up the theme's
 *  existing .btn hover-lift, magnetic pull, and fade-up reveal.
 * ============================================================ */
#support { padding: 6rem 2rem; position: relative; }
.support-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.support-intro {
	color: var(--muted);
	max-width: 560px;
	margin: 1.2rem auto 0;
	font-size: 1.05rem;
	line-height: 1.7;
}

/* Donation goal thermometer */
.donate-goal {
	max-width: 620px;
	margin: 2.5rem auto 0;
	text-align: left;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(201,168,76,0.18);
	border-radius: 14px;
	padding: 1.3rem 1.5rem;
}
.donate-goal-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 0.8rem;
	flex-wrap: wrap;
}
.donate-goal-label { color: var(--ivory); font-weight: 600; letter-spacing: 0.02em; }
.donate-goal-figures { font-size: 0.95rem; color: var(--muted); white-space: nowrap; }
.donate-goal-current { color: var(--gold-bright); font-weight: 700; font-size: 1.1rem; }
.donate-goal-of { margin: 0 0.35em; opacity: 0.7; }
.donate-goal-target { color: var(--ivory); }
.donate-goal-track {
	position: relative;
	height: 22px;
	border-radius: 999px;
	background: rgba(0,0,0,0.35);
	border: 1px solid rgba(201,168,76,0.2);
	overflow: hidden;
}
.donate-goal-fill {
	position: relative;
	height: 100%;
	width: 0;                     /* animates to --fill on reveal */
	border-radius: 999px;
	background: linear-gradient(90deg, #b8860b 0%, var(--gold) 45%, var(--gold-bright) 100%);
	box-shadow: 0 0 18px rgba(201,168,76,0.5);
	transition: width 1.6s cubic-bezier(0.22, 1, 0.36, 1);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 2.5em;
}
.fade-up.visible .donate-goal-fill { width: var(--fill); }
/* travelling sheen along the filled bar */
.donate-goal-fill::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.45) 50%, transparent 80%);
	transform: translateX(-100%);
	animation: donate-sheen 3.2s ease-in-out 1.4s infinite;
}
@keyframes donate-sheen { to { transform: translateX(100%); } }
.donate-goal-pct {
	font-size: 0.72rem;
	font-weight: 700;
	color: #2a1e05;
	padding-right: 0.7em;
	position: relative; z-index: 1;
	white-space: nowrap;
}

/* Donation buttons grid */
.donate-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin: 2.5rem auto 0;
	max-width: 760px;
}
.donate-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.9rem 1.5rem;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--ivory);
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(201,168,76,0.25);
	transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
	will-change: transform;
}
.donate-btn:hover, .donate-btn:focus-visible {
	transform: translateY(-4px);
	background: rgba(201,168,76,0.12);
	border-color: rgba(201,168,76,0.55);
	box-shadow: 0 12px 30px rgba(201,168,76,0.28);
}
.donate-btn-icon { font-size: 1.25rem; line-height: 1; }
.donate-btn-label { letter-spacing: 0.01em; }
/* subtle per-brand accent on the left edge */
.donate-kofi       { border-left: 3px solid #ff5e5b; }
.donate-bmac       { border-left: 3px solid #ffdd00; }
.donate-paypal     { border-left: 3px solid #009cde; }
.donate-patreon    { border-left: 3px solid #ff424d; }
.donate-streamlabs { border-left: 3px solid #80f5d2; }
.donate-streamelements { border-left: 3px solid #5b8def; }
.donate-cashapp    { border-left: 3px solid #00d54b; }
.donate-venmo      { border-left: 3px solid #3d95ce; }

.support-note {
	margin-top: 2rem;
	color: var(--muted);
	font-size: 0.9rem;
}
.support-note a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.4); }
.support-note a:hover { color: var(--gold-bright); }

@media (max-width: 600px) {
	.donate-btn { flex: 1 1 100%; justify-content: center; }
	.donate-goal-top { flex-direction: column; gap: 0.3rem; }
}

/* ============================================================
 *  MERCH SHOWCASE
 *  Product cards reuse the theme's fade-up reveal + arise.js
 *  3D tilt; the thumb lifts and a "Shop" tag slides up on hover.
 * ============================================================ */
#merch { padding: 6rem 2rem; }
.merch-inner { max-width: 1180px; margin: 0 auto; }
.merch-header { text-align: center; }
.merch-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.5rem;
	margin-top: 2.5rem;
}
.merch-card {
	display: flex;
	flex-direction: column;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(201,168,76,0.15);
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: var(--ivory);
	transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
	will-change: transform;
}
.merch-card:hover {
	border-color: rgba(201,168,76,0.5);
	box-shadow: 0 18px 44px rgba(0,0,0,0.45);
}
.merch-thumb-wrap {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: linear-gradient(135deg, #14161f 0%, #1d2130 100%);
}
.merch-thumb-wrap img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.merch-card:hover .merch-thumb-wrap img { transform: scale(1.06); }

/* Badge (New / Limited / Sold Out) */
.merch-badge {
	position: absolute;
	top: 0.7rem; left: 0.7rem;
	background: linear-gradient(135deg, var(--gold), var(--gold-bright));
	color: #2a1e05;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.28rem 0.6rem;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(201,168,76,0.4);
	z-index: 2;
}
.merch-badge-sold {
	background: linear-gradient(135deg, #5a5a5a, #8a8a8a);
	color: #fff;
	box-shadow: none;
}

/* "Shop" tag slides up on hover */
.merch-shop-tag {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 0.6rem;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2a1e05;
	background: linear-gradient(135deg, var(--gold), var(--gold-bright));
	transform: translateY(100%);
	transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
	z-index: 2;
}
.merch-card:hover .merch-shop-tag { transform: translateY(0); }

.merch-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.8rem;
	padding: 1rem 1.1rem;
}
.merch-title {
	font-size: 0.92rem;
	line-height: 1.3;
	color: var(--ivory);
}
.merch-price {
	font-weight: 800;
	color: var(--gold-bright);
	white-space: nowrap;
	font-size: 1rem;
}
.merch-card.is-sold { opacity: 0.62; }
.merch-card.is-sold .merch-price { color: var(--muted); }

.merch-cta { text-align: center; margin-top: 2.5rem; }

@media (max-width: 600px) {
	.merch-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
	.merch-title { font-size: 0.82rem; }
}
