/* ============================================================
   CHRIST ALIVE CITY CHURCH — Premium Scoped Styles
   ============================================================ */
#cacc-scope {
  --navy: #0b1530;
  --navy-2: #0f1c3f;
  --charcoal: #1a1a1a;
  --gold: #c9a24c;
  --gold-2: #e6c277;
  --cream: #f6f1e7;
  --white: #ffffff;
  --burgundy: #6b1f2a;
  --text: #1a1f2e;
  --muted: #5a6377;
  --line: rgba(11,21,48,0.10);
  --shadow-lg: 0 30px 80px -30px rgba(11,21,48,0.35);
  --shadow-md: 0 12px 40px -12px rgba(11,21,48,0.18);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 64px);
  --section: clamp(72px, 9vw, 140px);

  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}
#cacc-scope *,
#cacc-scope *::before,
#cacc-scope *::after { box-sizing: border-box; }
#cacc-scope img { max-width: 100%; display: block; }
#cacc-scope h1, #cacc-scope h2, #cacc-scope h3, #cacc-scope h4 {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 .4em;
}
#cacc-scope h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 700; }
#cacc-scope h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); }
#cacc-scope h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); }
#cacc-scope p  { margin: 0 0 1em; color: var(--muted); }
#cacc-scope a  { color: inherit; text-decoration: none; }
#cacc-scope .gold { color: var(--gold); }
#cacc-scope .cacc-eyebrow {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
}
#cacc-scope .cacc-eyebrow.dark { color: var(--gold); }
#cacc-scope .cacc-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  width: 100%;
}
#cacc-scope .cacc-section { padding: var(--section) 0; position: relative; }
#cacc-scope .cacc-section.alt { background: #fdfaf2; }

/* ===== BUTTONS ===== */
#cacc-scope .btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600; font-size: .95rem;
  letter-spacing: .02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  font-family: inherit;
  white-space: nowrap;
}
#cacc-scope .btn-primary { background: var(--navy); color: #fff; }
#cacc-scope .btn-primary:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
#cacc-scope .btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }
#cacc-scope .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 40px -10px rgba(201,162,76,.55); }
#cacc-scope .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
#cacc-scope .btn-ghost:hover { background: rgba(255,255,255,.12); }
#cacc-scope .btn-ghost.dark { color: var(--navy); border-color: rgba(11,21,48,.25); }
#cacc-scope .btn-ghost.dark:hover { background: rgba(11,21,48,.06); }
#cacc-scope .btn.full { width: 100%; }

/* ===== HEADER ===== */
#cacc-scope .cacc-header {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 32px); max-width: 1320px;
  z-index: 999;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 10px 40px -15px rgba(11,21,48,0.18);
  border-radius: 999px;
  transition: top .35s ease, background .35s ease, padding .35s ease, box-shadow .35s ease;
}
#cacc-scope .cacc-header.compact { top: 10px; background: rgba(255,255,255,0.92); box-shadow: 0 14px 50px -18px rgba(11,21,48,0.28); }
#cacc-scope .cacc-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 22px;
  gap: 16px;
}
#cacc-scope .cacc-logo { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1 1 auto; text-decoration: none; }
#cacc-scope .cacc-logo img { height: 42px; width: auto; flex-shrink: 0; display: block; object-fit: contain; }
#cacc-scope .cacc-logo-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; overflow: hidden; }
#cacc-scope .cacc-logo-text strong { font-family: "Playfair Display", serif; color: var(--navy); font-size: 1rem; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cacc-scope .cacc-logo-text em { font-style: normal; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#cacc-scope .cacc-nav { display: flex; align-items: center; gap: 14px; }
#cacc-scope .cacc-menu { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
#cacc-scope .cacc-menu > li { position: relative; }
#cacc-scope .cacc-menu-link {
  background: transparent; border: 0; cursor: pointer;
  padding: 10px 14px;
  font: inherit; color: var(--navy);
  font-weight: 500; font-size: .92rem;
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
#cacc-scope .cacc-menu-link:hover { background: rgba(11,21,48,0.06); color: var(--navy); }
#cacc-scope .cacc-menu-link .caret { font-size: .65rem; opacity: .55; }
#cacc-scope .cacc-cta-give {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy); font-weight: 600; font-size: .88rem;
  padding: 10px 20px; border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease;
  border: 0; cursor: pointer; font-family: inherit;
}
#cacc-scope .cacc-cta-give:hover { transform: translateY(-2px); box-shadow: 0 10px 28px -8px rgba(201,162,76,.55); }

#cacc-scope .cacc-dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 10px;
  min-width: 220px;
  box-shadow: var(--shadow-lg);
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
#cacc-scope .cacc-menu > li.has-dropdown:hover .cacc-dropdown,
#cacc-scope .cacc-menu > li.has-dropdown:focus-within .cacc-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
#cacc-scope .cacc-dropdown li a, #cacc-scope .cacc-dropdown li > a {
  display: block; padding: 10px 14px; border-radius: 10px; font-size: .9rem; color: var(--navy);
  transition: background .18s ease;
}
#cacc-scope .cacc-dropdown li a:hover { background: var(--cream); color: var(--navy); }
#cacc-scope .cacc-dropdown-wide { min-width: 260px; }
#cacc-scope .cacc-dropdown .dd-group { padding: 10px 14px 6px; display: flex; flex-direction: column; gap: 4px; }
#cacc-scope .cacc-dropdown .dd-label { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
#cacc-scope .cacc-dropdown .dd-group a { padding: 6px 0; font-size: .92rem; }

#cacc-scope .cacc-burger {
  display: none;
  width: 44px; height: 44px;
  background: rgba(11,21,48,.06); border: 0; border-radius: 12px;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  cursor: pointer;
}
#cacc-scope .cacc-burger span { width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
#cacc-scope .cacc-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#cacc-scope .cacc-burger.open span:nth-child(2) { opacity: 0; }
#cacc-scope .cacc-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== MOBILE NAV ===== */
#cacc-scope .cacc-mobile {
  position: fixed; top: 86px; left: 16px; right: 16px;
  background: #fff; border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  z-index: 998;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding: 14px;
}
#cacc-scope .cacc-mobile-menu { list-style: none; padding: 0; margin: 0; }
#cacc-scope .cacc-mobile-menu > li { border-bottom: 1px solid var(--line); }
#cacc-scope .cacc-mobile-menu > li:last-child { border-bottom: 0; }
#cacc-scope .m-toggle, #cacc-scope .m-direct {
  width: 100%; text-align: left; background: none; border: 0; padding: 16px 10px;
  font: inherit; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
#cacc-scope .m-toggle span { color: var(--gold); font-size: 1.2rem; transition: transform .25s ease; }
#cacc-scope .m-group.open .m-toggle span { transform: rotate(45deg); }
#cacc-scope .m-sub { list-style: none; max-height: 0; overflow: hidden; transition: max-height .35s ease; padding: 0 10px; }
#cacc-scope .m-group.open .m-sub { max-height: 500px; padding-bottom: 10px; }
#cacc-scope .m-sub a { display: block; padding: 10px 8px; color: var(--muted); font-size: .95rem; }

/* ===== HERO ===== */
#cacc-scope .cacc-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 140px var(--pad) 80px;
  text-align: center;
}
#cacc-scope .cacc-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  filter: saturate(1.05);
}
#cacc-scope .cacc-hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(11,21,48,0.35) 0%, rgba(11,21,48,0.85) 80%),
    linear-gradient(180deg, rgba(11,21,48,0.4), rgba(11,21,48,0.85));
}
#cacc-scope .cacc-hero-content {
  position: relative; z-index: 2; color: #fff;
  max-width: 920px;
  animation: caccFadeUp 1s ease both;
}
#cacc-scope .cacc-hero-content h1 { color: #fff; }
#cacc-scope .cacc-hero-content p {
  color: rgba(255,255,255,0.85);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  max-width: 660px; margin: 0 auto 2.2rem;
}
#cacc-scope .cacc-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 3rem; }
#cacc-scope .cacc-hero-meta {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; max-width: 640px; margin: 0 auto;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 18px;
}
#cacc-scope .cacc-hero-meta div { display: flex; flex-direction: column; gap: 4px; color: #fff; }
#cacc-scope .cacc-hero-meta strong { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
#cacc-scope .cacc-hero-meta span { font-size: .95rem; }
#cacc-scope .cacc-hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.55); border-radius: 12px;
  display: flex; justify-content: center; padding-top: 6px;
}
#cacc-scope .cacc-hero-scroll span {
  width: 3px; height: 8px; background: #fff; border-radius: 2px; animation: caccDot 1.5s ease infinite;
}
@keyframes caccDot { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(10px); opacity: 0; } }
@keyframes caccFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ===== TWO COLUMN ===== */
#cacc-scope .two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
#cacc-scope .two-col.reverse .col-image { order: -1; }
#cacc-scope .col-text .lead { font-size: 1.15rem; color: var(--text); margin-bottom: 1.2rem; }
#cacc-scope .image-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
#cacc-scope .image-frame.tall { aspect-ratio: 4/5; }
#cacc-scope .image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
#cacc-scope .image-frame:hover img { transform: scale(1.05); }
#cacc-scope .col-image { position: relative; }
#cacc-scope .floating-card {
  position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%);
  background: #fff; border-radius: 14px; padding: 14px 22px;
  box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 4px; text-align: center;
  white-space: nowrap;
}
#cacc-scope .floating-card strong { color: var(--navy); }
#cacc-scope .floating-card span { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
#cacc-scope blockquote {
  border-left: 3px solid var(--gold);
  padding: 14px 0 14px 22px;
  margin: 1.4rem 0; color: var(--navy);
  font-family: "Playfair Display", serif; font-size: 1.15rem; font-style: italic;
}
#cacc-scope blockquote cite { display: block; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-style: normal; margin-top: 8px; }
#cacc-scope .value-list { list-style: none; padding: 0; margin: 1.6rem 0 2rem; display: grid; gap: 12px; }
#cacc-scope .value-list li { display: flex; gap: 14px; align-items: baseline; color: var(--text); }
#cacc-scope .value-list li span { color: var(--gold); font-weight: 700; min-width: 30px; }

/* ===== SECTION HEAD ===== */
#cacc-scope .section-head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
#cacc-scope .section-head p { font-size: 1.1rem; }

/* ===== TIMELINE ===== */
#cacc-scope .timeline {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
#cacc-scope .t-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-md);
  transition: transform .35s ease, box-shadow .35s ease;
}
#cacc-scope .t-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
#cacc-scope .t-year {
  display: inline-block; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; font-weight: 700;
}

/* ===== GRIDS ===== */
#cacc-scope .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#cacc-scope .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
#cacc-scope .feature-card {
  background: #fff; border-radius: var(--radius); padding: 36px 28px;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  transition: transform .35s ease, box-shadow .35s ease;
}
#cacc-scope .feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
#cacc-scope .fc-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); font-size: 1.4rem;
  margin-bottom: 20px;
}

/* ===== LOCATIONS ===== */
#cacc-scope .loc-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
}
#cacc-scope .loc-image { aspect-ratio: 16/9; overflow: hidden; }
#cacc-scope .loc-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
#cacc-scope .loc-card:hover .loc-image img { transform: scale(1.06); }
#cacc-scope .loc-body { padding: 32px; }
#cacc-scope .loc-meta { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
#cacc-scope .loc-meta li { color: var(--muted); font-size: .95rem; }
#cacc-scope .loc-meta strong { color: var(--navy); margin-right: 10px; }

/* ===== CONNECT LIST ===== */
#cacc-scope .connect-list { list-style: none; padding: 0; margin: 1.4rem 0 2rem; display: grid; gap: 14px; }
#cacc-scope .connect-list li { padding: 16px 18px; background: #fff; border-radius: 12px; border: 1px solid var(--line); color: var(--muted); }
#cacc-scope .connect-list strong { color: var(--navy); margin-right: 8px; }

/* ===== PODCAST ===== */
#cacc-scope .podcast-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--navy); color: #fff; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
#cacc-scope .pc-image { position: relative; aspect-ratio: 4/3; }
#cacc-scope .pc-image img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
#cacc-scope .pc-play {
  position: absolute; inset: 0; margin: auto;
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
  box-shadow: 0 20px 50px -10px rgba(0,0,0,.45);
  cursor: pointer;
}
#cacc-scope .pc-body { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
#cacc-scope .pc-body h2 { color: #fff; }
#cacc-scope .pc-body p { color: rgba(255,255,255,.78); }
#cacc-scope .pc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
#cacc-scope .pc-body .btn-ghost.dark { color: #fff; border-color: rgba(255,255,255,.4); }

/* ===== GIVING ===== */
#cacc-scope .grid-give {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
}
#cacc-scope .give-card {
  background: #fff; border-radius: var(--radius); padding: 30px 22px;
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  box-shadow: var(--shadow-md);
}
#cacc-scope .give-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow-lg); }
#cacc-scope .give-num {
  font-family: "Playfair Display", serif; font-size: 1.8rem; color: var(--gold); font-weight: 700;
}
#cacc-scope .give-card .verse { font-size: .85rem; font-style: italic; color: var(--navy); }
#cacc-scope .give-card .btn { margin-top: auto; }

/* ===== STORE ===== */
#cacc-scope .grid-store {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
#cacc-scope .store-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
#cacc-scope .store-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
#cacc-scope .store-img { aspect-ratio: 4/3; overflow: hidden; }
#cacc-scope .store-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
#cacc-scope .store-card:hover .store-img img { transform: scale(1.05); }
#cacc-scope .store-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
#cacc-scope .store-tag {
  display: inline-block; align-self: flex-start;
  padding: 4px 10px; border-radius: 999px;
  background: var(--cream); color: var(--navy);
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600;
}
#cacc-scope .store-tag.gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }
#cacc-scope .store-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
#cacc-scope .store-foot .price { font-family: "Playfair Display", serif; font-size: 1.3rem; color: var(--navy); font-weight: 700; }

/* ===== PREMIUM HEAVENLY MINISTRY GALLERY WITH SLIDERS ===== */
#cacc-scope .cacc-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 175, 55, .16), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, .08), transparent 26%),
    linear-gradient(135deg, #06101f 0%, #0b1830 48%, #fff7e8 48.2%, #fffaf1 100%);
}

#cacc-scope .cacc-gallery-head h2 {
  color: #fff7e8;
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
}

#cacc-scope .cacc-gallery-head h2 .gold,
#cacc-scope .cacc-gallery-section .cacc-eyebrow.dark {
  color: #d4af37;
}

#cacc-scope .cacc-gallery-head p {
  max-width: 680px;
  margin: 12px auto 0;
  color: rgba(255,250,241,.88);
  line-height: 1.7;
}

#cacc-scope .cacc-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 18px;
  position: relative;
  z-index: 2;
}

#cacc-scope .cacc-gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #06101f;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
  border: 1px solid rgba(212,175,55,.32);
  cursor: pointer;
  isolation: isolate;
}

#cacc-scope .cacc-gallery-featured {
  grid-column: span 2;
  grid-row: span 2;
}

#cacc-scope .cacc-gallery-wide {
  grid-column: span 2;
}

#cacc-scope .cacc-gallery-slider {
  position: absolute;
  inset: 0;
}

#cacc-scope .cacc-gallery-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .8s ease, transform 1.2s ease;
}

#cacc-scope .cacc-gallery-slider img.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

#cacc-scope .cacc-gallery-card:hover .cacc-gallery-slider img.is-active {
  transform: scale(1.08);
}

#cacc-scope .cacc-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,16,31,.72), transparent 55%);
  z-index: 2;
  pointer-events: none;
}

#cacc-scope .cacc-gallery-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 12px 15px;
  border-radius: 999px;
  color: #fffaf1;
  font-weight: 800;
  font-size: .92rem;
  background: rgba(6,16,31,.68);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
}

#cacc-scope .cacc-gallery-dots {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  display: flex;
  gap: 6px;
}

#cacc-scope .cacc-gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  border: none;
  padding: 0;
}

#cacc-scope .cacc-gallery-dot.is-active {
  width: 18px;
  background: #d4af37;
}

#cacc-scope .cacc-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3,8,18,.9);
  backdrop-filter: blur(16px);
}

#cacc-scope .cacc-gallery-lightbox.is-open {
  display: flex;
}

#cacc-scope .cacc-gallery-lightbox-inner {
  width: min(1080px, 94vw);
  text-align: center;
}

#cacc-scope .cacc-gallery-lightbox-inner img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 28px;
  background: #06101f;
  box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(212,175,55,.28);
}

#cacc-scope .cacc-gallery-lightbox-inner p {
  margin: 14px 0 0;
  color: #fff7e8;
  font-weight: 700;
}

#cacc-scope .cacc-gallery-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(255,250,241,.1);
  color: #fffaf1;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  #cacc-scope .cacc-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  #cacc-scope .cacc-gallery-featured,
  #cacc-scope .cacc-gallery-wide {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  #cacc-scope .cacc-gallery-section {
    background:
      radial-gradient(circle at top, rgba(212,175,55,.18), transparent 34%),
      linear-gradient(180deg, #06101f 0%, #0b1830 58%, #fff7e8 58.2%, #fffaf1 100%);
  }

  #cacc-scope .cacc-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 245px;
    gap: 14px;
  }

  #cacc-scope .cacc-gallery-featured,
  #cacc-scope .cacc-gallery-wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/* ===== CONTACT ===== */
#cacc-scope .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
#cacc-scope .c-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
#cacc-scope .c-card strong { display: block; color: var(--gold); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 6px; }
#cacc-scope .c-card span, #cacc-scope .c-card a { color: var(--navy); font-weight: 500; word-break: break-word; }
#cacc-scope .contact-form {
  background: #fff; border-radius: var(--radius); padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line); box-shadow: var(--shadow-lg); display: grid; gap: 16px;
}
#cacc-scope .contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#cacc-scope .contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
#cacc-scope .contact-form input,
#cacc-scope .contact-form select,
#cacc-scope .contact-form textarea {
  border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px;
  font: inherit; color: var(--navy); background: var(--cream);
  transition: border-color .2s ease, background .2s ease;
  text-transform: none; letter-spacing: 0;
}
#cacc-scope .contact-form input:focus,
#cacc-scope .contact-form select:focus,
#cacc-scope .contact-form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
#cacc-scope .form-note { margin: 0; font-size: .85rem; color: var(--gold); min-height: 1em; text-transform: none; letter-spacing: 0; }

/* ===== FOOTER ===== */
#cacc-scope .cacc-footer { background: var(--navy); color: rgba(255,255,255,.78); padding: 80px 0 30px; margin-top: 0; }
#cacc-scope .footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr; gap: 40px;
}
#cacc-scope .f-brand img { height: 56px; margin-bottom: 16px; }
#cacc-scope .f-brand p { color: rgba(255,255,255,.65); }
#cacc-scope .f-col h4 { color: #fff; font-family: "Playfair Display", serif; font-size: 1rem; margin-bottom: 18px; }
#cacc-scope .f-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
#cacc-scope .f-col a { color: rgba(255,255,255,.7); transition: color .2s; }
#cacc-scope .f-col a:hover { color: var(--gold); }
#cacc-scope .footer-bottom {
  margin-top: 56px; padding: 30px var(--pad) 0; border-top: 1px solid rgba(255,255,255,.1);
  max-width: var(--max); margin-left: auto; margin-right: auto;
  text-align: center;
}
#cacc-scope .verse-foot { font-family: "Playfair Display", serif; font-style: italic; color: var(--gold-2); margin-bottom: 8px; }
#cacc-scope .footer-bottom p { color: rgba(255,255,255,.55); font-size: .85rem; }

/* ============================================================
   GIVING MODAL
   ============================================================ */

/* Hard-kill any legacy multi-card payment grid that may still render */
#cacc-scope .pay-methods,
#cacc-scope .pay-method-card,
#cacc-scope .pay-method-grid { display: none !important; }

#cacc-scope .cacc-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
#cacc-scope .cacc-modal.is-open { display: flex; }
#cacc-scope .cacc-modal[hidden] { display: none; }
#cacc-scope .cacc-modal.is-open[hidden] { display: flex; }

#cacc-scope .cacc-modal .modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(11,21,48,.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: caccFade .25s ease;
  cursor: pointer;
}
body.cacc-no-scroll { overflow: hidden; }

@keyframes caccFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes caccPop  { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

#cacc-scope .modal-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
  border-radius: 22px;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 30px 80px -20px rgba(11,21,48,.45), 0 0 0 1px rgba(201,162,76,.18);
  padding: 40px 32px 28px;
  z-index: 2;
  animation: caccPop .35s cubic-bezier(.2,.8,.2,1);
}

#cacc-scope .modal-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(11,21,48,.10);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(11,21,48,.12);
  transition: transform .18s ease, background .18s ease, color .18s ease;
  z-index: 5;
}
#cacc-scope .modal-close:hover { background: var(--gold); color: #fff; transform: rotate(90deg); }
#cacc-scope .modal-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

#cacc-scope .modal-head { text-align: center; margin-bottom: 22px; }
#cacc-scope .modal-head .eyebrow { margin-bottom: 8px; }
#cacc-scope .modal-title {
  margin: 4px 0 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  color: var(--navy);
  line-height: 1.2;
}
#cacc-scope .modal-verse { font-style: italic; color: var(--muted); margin: 0; font-size: .92rem; }

#cacc-scope .modal-body { display: grid; gap: 18px; }

#cacc-scope .field-label {
  display: block;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-bottom: 8px;
}

/* Amount */
#cacc-scope .amount-input {
  display: flex; gap: 6px;
  border: 1px solid var(--line); border-radius: 14px;
  background: #fff; padding: 6px;
  transition: border-color .2s, box-shadow .2s;
}
#cacc-scope .amount-input:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,162,76,.15);
}
#cacc-scope .amount-currency select {
  border: 0; background: transparent; font: inherit;
  color: var(--navy); padding: 12px 10px; font-weight: 700;
  cursor: pointer; border-radius: 10px;
}
#cacc-scope .amount-currency select:focus { outline: none; background: var(--cream); }
#cacc-scope .amount-input input {
  border: 0; background: transparent; font: inherit;
  color: var(--navy); padding: 12px;
  flex: 1; font-size: 1.15rem; font-weight: 600;
  min-width: 0;
}
#cacc-scope .amount-input input:focus { outline: none; }

#cacc-scope .quick-chips { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
#cacc-scope .quick-chips .chip {
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff;
  cursor: pointer; font: inherit; font-size: .85rem;
  color: var(--navy); font-weight: 600;
  transition: all .2s ease;
}
#cacc-scope .quick-chips .chip:hover { border-color: var(--gold); color: var(--gold); }
#cacc-scope .quick-chips .chip.is-active {
  background: var(--navy); color: #fff; border-color: var(--navy);
}

/* Payment dropdown */
#cacc-scope .pay-method-select .select-wrap {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
#cacc-scope .pay-method-select .select-wrap:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,162,76,.15);
}
#cacc-scope .pay-method-select select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 14px 44px 14px 16px;
  border: 0; background: transparent;
  font: inherit; font-size: 1rem; font-weight: 600;
  color: var(--navy); cursor: pointer; border-radius: 14px;
}
#cacc-scope .pay-method-select select:focus { outline: none; }
#cacc-scope .pay-method-select .select-wrap::after {
  content: ""; position: absolute; right: 18px; top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* Detail panel */
#cacc-scope .pay-detail {
  background: var(--cream);
  border: 1px solid rgba(201,162,76,.28);
  border-radius: 16px;
  padding: 18px;
  display: grid; gap: 12px;
  animation: caccFade .25s ease;
}
#cacc-scope .pay-detail .pd-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem; color: var(--navy); margin: 0; font-weight: 700;
}
#cacc-scope .pd-row { display: grid; gap: 8px; }
#cacc-scope .pd-label {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}
#cacc-scope .pd-value-row {
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
#cacc-scope .pd-value-row .pd-value {
  background: #fff; border: 1px solid var(--line);
  padding: 10px 14px; border-radius: 10px;
  font-size: .95rem; color: var(--navy); font-weight: 600;
  word-break: break-all; flex: 1; min-width: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
#cacc-scope .copy-btn,
#cacc-scope .open-btn {
  padding: 10px 16px; border-radius: 10px;
  border: 1px solid var(--gold);
  background: #fff; color: var(--navy);
  font: inherit; font-size: .8rem; font-weight: 700;
  cursor: pointer;
  transition: background .18s, color .18s, transform .18s;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
#cacc-scope .copy-btn:hover,
#cacc-scope .open-btn:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }
#cacc-scope .open-btn[hidden] { display: none; }

#cacc-scope .pay-note { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* Continue */
#cacc-scope .btn-continue {
  width: 100%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  border: 0; border-radius: 14px;
  padding: 16px 22px;
  font: inherit; font-weight: 700; font-size: 1rem;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 8px 22px -8px rgba(201,162,76,.6);
  transition: transform .18s ease, box-shadow .18s ease, opacity .2s;
}
#cacc-scope .btn-continue:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -8px rgba(201,162,76,.7); }
#cacc-scope .btn-continue:disabled { opacity: .55; cursor: not-allowed; transform: none; }

#cacc-scope .cacc-safe-notice,
#cacc-scope .trust-note {
  text-align: center; font-size: .78rem; color: var(--muted);
  margin: 4px 0 0;
}

/* Toast */
#cacc-scope .cacc-toast {
  position: fixed; bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--navy); color: #fff;
  padding: 12px 22px; border-radius: 999px;
  font-size: .88rem; font-weight: 600;
  box-shadow: 0 12px 30px rgba(11,21,48,.35);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 10000;
}
#cacc-scope .cacc-toast.is-show {
  opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  #cacc-scope .grid-give { grid-template-columns: repeat(3, 1fr); }
  #cacc-scope .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  #cacc-scope .footer-grid .f-col:last-child { grid-column: span 4; }
}
@media (max-width: 992px) {
  #cacc-scope .cacc-nav { display: none; }
  #cacc-scope .cacc-burger { display: flex; }
  #cacc-scope .two-col { grid-template-columns: 1fr; }
  #cacc-scope .two-col.reverse .col-image { order: 0; }
  #cacc-scope .timeline { grid-template-columns: repeat(2, 1fr); }
  #cacc-scope .grid-3 { grid-template-columns: 1fr; }
  #cacc-scope .grid-2 { grid-template-columns: 1fr; }
  #cacc-scope .podcast-card { grid-template-columns: 1fr; }
  #cacc-scope .grid-store { grid-template-columns: repeat(2, 1fr); }
  #cacc-scope .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  #cacc-scope .footer-grid { grid-template-columns: 1fr 1fr; }
  #cacc-scope .footer-grid .f-col:last-child { grid-column: span 2; }
}
@media (max-width: 992px) {
  #cacc-scope .cacc-header-inner { gap: 12px; }
  #cacc-scope .cacc-logo { gap: 10px; }
  #cacc-scope .cacc-logo img { height: 38px; }
  #cacc-scope .cacc-logo-text strong { font-size: .95rem; }
  #cacc-scope .cacc-logo-text em { font-size: .62rem; letter-spacing: .2em; margin-top: 3px; }
}
@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
  #cacc-scope { overflow-x: hidden; }
  #cacc-scope .cacc-hero { min-height: 92vh; padding-top: 120px; }
  #cacc-scope .cacc-hero-meta { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  #cacc-scope .grid-give { grid-template-columns: 1fr 1fr; }
  #cacc-scope .grid-store { grid-template-columns: 1fr; }
  #cacc-scope .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  #cacc-scope .gallery .g-wide { grid-column: span 2; }
  #cacc-scope .gallery .g-tall { grid-row: span 1; }
  #cacc-scope .contact-form .row { grid-template-columns: 1fr; }
  #cacc-scope .contact-grid { grid-template-columns: 1fr; }

  #cacc-scope .cacc-header-inner { padding: 10px 14px; gap: 10px; flex-wrap: nowrap; align-items: center; }
  #cacc-scope .cacc-logo { gap: 10px; min-width: 0; flex: 1 1 auto; }
  #cacc-scope .cacc-logo img { height: 36px; }
  #cacc-scope .cacc-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
  #cacc-scope .cacc-logo-text strong { font-size: .9rem; }
  #cacc-scope .cacc-logo-text em { display: block; font-size: .58rem; letter-spacing: .2em; margin-top: 2px; color: var(--gold); }
  #cacc-scope .cacc-menu-toggle { flex-shrink: 0; margin-left: auto; }
}
@media (max-width: 640px) {
  #cacc-scope .cacc-header { top: 12px; width: calc(100% - 20px); }
  #cacc-scope .cacc-header-inner { padding: 9px 12px; gap: 8px; }
  #cacc-scope .timeline { grid-template-columns: 1fr; }
  #cacc-scope .footer-grid { grid-template-columns: 1fr; }
  #cacc-scope .footer-grid .f-col:last-child { grid-column: span 1; }
  #cacc-scope .floating-card { font-size: .85rem; padding: 10px 16px; }
}
@media (max-width: 480px) {
  #cacc-scope .grid-give { grid-template-columns: 1fr; }
  #cacc-scope .btn { padding: 12px 22px; font-size: .9rem; }

  #cacc-scope .cacc-header { width: calc(100% - 16px); top: 10px; border-radius: 18px; }
  #cacc-scope .cacc-header-inner { padding: 8px 12px; gap: 8px; }
  #cacc-scope .cacc-logo { gap: 8px; }
  #cacc-scope .cacc-logo img { height: 32px; }
  #cacc-scope .cacc-logo-text strong { font-size: .82rem; letter-spacing: 0; }
  #cacc-scope .cacc-logo-text em { font-size: .52rem; letter-spacing: .18em; margin-top: 2px; }

  #cacc-scope .cacc-modal { padding: 10px; }
  #cacc-scope .modal-card { padding: 28px 18px 20px; border-radius: 18px; }
  #cacc-scope .modal-title { font-size: 1.2rem; }
  #cacc-scope .pd-value-row { flex-direction: column; align-items: stretch; }
  #cacc-scope .pd-value-row .pd-value { width: 100%; }
  #cacc-scope .copy-btn,
  #cacc-scope .open-btn { width: 100%; justify-content: center; }
  #cacc-scope .quick-chips .chip { flex: 1 1 calc(33.333% - 8px); text-align: center; }
}
@media (max-width: 360px) {
  #cacc-scope .cacc-logo img { height: 28px; }
  #cacc-scope .cacc-logo-text strong { font-size: .75rem; }
  #cacc-scope .cacc-logo-text em { font-size: .48rem; letter-spacing: .15em; }
}
/* ============================================================
   HEADER STORE NAV FIX
   Make Store bold and aligned with other menu titles
   ============================================================ */

#cacc-scope .cacc-menu > li > a[href="#store"],
#cacc-scope .cacc-menu > li > a[href="#cacc-store"],
#cacc-scope .cacc-menu > li > .cacc-menu-link[href="#store"],
#cacc-scope .cacc-menu > li > .cacc-menu-link[href="#cacc-store"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
}
/* ============================================================
   CHRIST ALIVE CITY CHURCH — Premium Scoped Styles
   ============================================================ */
#cacc-scope {
  --navy: #0b1530;
  --navy-2: #0f1c3f;
  --charcoal: #1a1a1a;
  --gold: #c9a24c;
  --gold-2: #e6c277;
  --cream: #f6f1e7;
  --white: #ffffff;
  --burgundy: #6b1f2a;
  --text: #1a1f2e;
  --muted: #5a6377;
  --line: rgba(11,21,48,0.10);
  --shadow-lg: 0 30px 80px -30px rgba(11,21,48,0.35);
  --shadow-md: 0 12px 40px -12px rgba(11,21,48,0.18);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 64px);
  --section: clamp(72px, 9vw, 140px);

  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}
#cacc-scope *,
#cacc-scope *::before,
#cacc-scope *::after { box-sizing: border-box; }
#cacc-scope img { max-width: 100%; display: block; }
#cacc-scope h1, #cacc-scope h2, #cacc-scope h3, #cacc-scope h4 {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 .4em;
}
#cacc-scope h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 700; }
#cacc-scope h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); }
#cacc-scope h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); }
#cacc-scope p  { margin: 0 0 1em; color: var(--muted); }
#cacc-scope a  { color: inherit; text-decoration: none; }
#cacc-scope .gold { color: var(--gold); }
#cacc-scope .cacc-eyebrow {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
}
#cacc-scope .cacc-eyebrow.dark { color: var(--gold); }
#cacc-scope .cacc-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  width: 100%;
}
#cacc-scope .cacc-section { padding: var(--section) 0; position: relative; }
#cacc-scope .cacc-section.alt { background: #fdfaf2; }

/* ===== BUTTONS ===== */
#cacc-scope .btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600; font-size: .95rem;
  letter-spacing: .02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  font-family: inherit;
  white-space: nowrap;
}
#cacc-scope .btn-primary { background: var(--navy); color: #fff; }
#cacc-scope .btn-primary:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
#cacc-scope .btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }
#cacc-scope .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 40px -10px rgba(201,162,76,.55); }
#cacc-scope .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
#cacc-scope .btn-ghost:hover { background: rgba(255,255,255,.12); }
#cacc-scope .btn-ghost.dark { color: var(--navy); border-color: rgba(11,21,48,.25); }
#cacc-scope .btn-ghost.dark:hover { background: rgba(11,21,48,.06); }
#cacc-scope .btn.full { width: 100%; }

/* ===== HEADER ===== */
#cacc-scope .cacc-header {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 32px); max-width: 1320px;
  z-index: 999;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 10px 40px -15px rgba(11,21,48,0.18);
  border-radius: 999px;
  transition: top .35s ease, background .35s ease, padding .35s ease, box-shadow .35s ease;
}
#cacc-scope .cacc-header.compact { top: 10px; background: rgba(255,255,255,0.92); box-shadow: 0 14px 50px -18px rgba(11,21,48,0.28); }
#cacc-scope .cacc-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 22px;
  gap: 16px;
}
#cacc-scope .cacc-logo { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1 1 auto; text-decoration: none; }
#cacc-scope .cacc-logo img { height: 42px; width: auto; flex-shrink: 0; display: block; object-fit: contain; }
#cacc-scope .cacc-logo-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; overflow: hidden; }
#cacc-scope .cacc-logo-text strong { font-family: "Playfair Display", serif; color: var(--navy); font-size: 1rem; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cacc-scope .cacc-logo-text em { font-style: normal; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#cacc-scope .cacc-nav { display: flex; align-items: center; gap: 14px; }
#cacc-scope .cacc-menu { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
#cacc-scope .cacc-menu > li { position: relative; }
#cacc-scope .cacc-menu-link {
  background: transparent; border: 0; cursor: pointer;
  padding: 10px 14px;
  font: inherit; color: var(--navy);
  font-weight: 500; font-size: .92rem;
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}
#cacc-scope .cacc-menu-link:hover { background: rgba(11,21,48,0.06); color: var(--navy); }
#cacc-scope .cacc-menu-link .caret { font-size: .65rem; opacity: .55; }
#cacc-scope .cacc-cta-give {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy); font-weight: 600; font-size: .88rem;
  padding: 10px 20px; border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease;
  border: 0; cursor: pointer; font-family: inherit;
}
#cacc-scope .cacc-cta-give:hover { transform: translateY(-2px); box-shadow: 0 10px 28px -8px rgba(201,162,76,.55); }

#cacc-scope .cacc-dropdown {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 10px;
  min-width: 220px;
  box-shadow: var(--shadow-lg);
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
#cacc-scope .cacc-menu > li.has-dropdown:hover .cacc-dropdown,
#cacc-scope .cacc-menu > li.has-dropdown:focus-within .cacc-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
#cacc-scope .cacc-dropdown li a, #cacc-scope .cacc-dropdown li > a {
  display: block; padding: 10px 14px; border-radius: 10px; font-size: .9rem; color: var(--navy);
  transition: background .18s ease;
}
#cacc-scope .cacc-dropdown li a:hover { background: var(--cream); color: var(--navy); }
#cacc-scope .cacc-dropdown-wide { min-width: 260px; }
#cacc-scope .cacc-dropdown .dd-group { padding: 10px 14px 6px; display: flex; flex-direction: column; gap: 4px; }
#cacc-scope .cacc-dropdown .dd-label { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
#cacc-scope .cacc-dropdown .dd-group a { padding: 6px 0; font-size: .92rem; }

#cacc-scope .cacc-burger {
  display: none;
  width: 44px; height: 44px;
  background: rgba(11,21,48,.06); border: 0; border-radius: 12px;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  cursor: pointer;
}
#cacc-scope .cacc-burger span { width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
#cacc-scope .cacc-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#cacc-scope .cacc-burger.open span:nth-child(2) { opacity: 0; }
#cacc-scope .cacc-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== MOBILE NAV ===== */
#cacc-scope .cacc-mobile {
  position: fixed; top: 86px; left: 16px; right: 16px;
  background: #fff; border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  z-index: 998;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding: 14px;
}
#cacc-scope .cacc-mobile-menu { list-style: none; padding: 0; margin: 0; }
#cacc-scope .cacc-mobile-menu > li { border-bottom: 1px solid var(--line); }
#cacc-scope .cacc-mobile-menu > li:last-child { border-bottom: 0; }
#cacc-scope .m-toggle, #cacc-scope .m-direct {
  width: 100%; text-align: left; background: none; border: 0; padding: 16px 10px;
  font: inherit; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
#cacc-scope .m-toggle span { color: var(--gold); font-size: 1.2rem; transition: transform .25s ease; }
#cacc-scope .m-group.open .m-toggle span { transform: rotate(45deg); }
#cacc-scope .m-sub { list-style: none; max-height: 0; overflow: hidden; transition: max-height .35s ease; padding: 0 10px; }
#cacc-scope .m-group.open .m-sub { max-height: 500px; padding-bottom: 10px; }
#cacc-scope .m-sub a { display: block; padding: 10px 8px; color: var(--muted); font-size: .95rem; }

/* ===== HERO ===== */
#cacc-scope .cacc-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 140px var(--pad) 80px;
  text-align: center;
}
#cacc-scope .cacc-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  filter: saturate(1.05);
}
#cacc-scope .cacc-hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(11,21,48,0.35) 0%, rgba(11,21,48,0.85) 80%),
    linear-gradient(180deg, rgba(11,21,48,0.4), rgba(11,21,48,0.85));
}
#cacc-scope .cacc-hero-content {
  position: relative; z-index: 2; color: #fff;
  max-width: 920px;
  animation: caccFadeUp 1s ease both;
}
#cacc-scope .cacc-hero-content h1 { color: #fff; }
#cacc-scope .cacc-hero-content p {
  color: rgba(255,255,255,0.85);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  max-width: 660px; margin: 0 auto 2.2rem;
}
#cacc-scope .cacc-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 3rem; }
#cacc-scope .cacc-hero-meta {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; max-width: 640px; margin: 0 auto;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 18px;
}
#cacc-scope .cacc-hero-meta div { display: flex; flex-direction: column; gap: 4px; color: #fff; }
#cacc-scope .cacc-hero-meta strong { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
#cacc-scope .cacc-hero-meta span { font-size: .95rem; }
#cacc-scope .cacc-hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.55); border-radius: 12px;
  display: flex; justify-content: center; padding-top: 6px;
}
#cacc-scope .cacc-hero-scroll span {
  width: 3px; height: 8px; background: #fff; border-radius: 2px; animation: caccDot 1.5s ease infinite;
}
@keyframes caccDot { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(10px); opacity: 0; } }
@keyframes caccFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ===== TWO COLUMN ===== */
#cacc-scope .two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
#cacc-scope .two-col.reverse .col-image { order: -1; }
#cacc-scope .col-text .lead { font-size: 1.15rem; color: var(--text); margin-bottom: 1.2rem; }
#cacc-scope .image-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
#cacc-scope .image-frame.tall { aspect-ratio: 4/5; }
#cacc-scope .image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
#cacc-scope .image-frame:hover img { transform: scale(1.05); }
#cacc-scope .col-image { position: relative; }
#cacc-scope .floating-card {
  position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%);
  background: #fff; border-radius: 14px; padding: 14px 22px;
  box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 4px; text-align: center;
  white-space: nowrap;
}
#cacc-scope .floating-card strong { color: var(--navy); }
#cacc-scope .floating-card span { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
#cacc-scope blockquote {
  border-left: 3px solid var(--gold);
  padding: 14px 0 14px 22px;
  margin: 1.4rem 0; color: var(--navy);
  font-family: "Playfair Display", serif; font-size: 1.15rem; font-style: italic;
}
#cacc-scope blockquote cite { display: block; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-style: normal; margin-top: 8px; }
#cacc-scope .value-list { list-style: none; padding: 0; margin: 1.6rem 0 2rem; display: grid; gap: 12px; }
#cacc-scope .value-list li { display: flex; gap: 14px; align-items: baseline; color: var(--text); }
#cacc-scope .value-list li span { color: var(--gold); font-weight: 700; min-width: 30px; }

/* ===== SECTION HEAD ===== */
#cacc-scope .section-head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
#cacc-scope .section-head p { font-size: 1.1rem; }

/* ===== TIMELINE ===== */
#cacc-scope .timeline {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
#cacc-scope .t-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-md);
  transition: transform .35s ease, box-shadow .35s ease;
}
#cacc-scope .t-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
#cacc-scope .t-year {
  display: inline-block; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; font-weight: 700;
}

/* ===== GRIDS ===== */
#cacc-scope .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#cacc-scope .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
#cacc-scope .feature-card {
  background: #fff; border-radius: var(--radius); padding: 36px 28px;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  transition: transform .35s ease, box-shadow .35s ease;
}
#cacc-scope .feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
#cacc-scope .fc-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); font-size: 1.4rem;
  margin-bottom: 20px;
}

/* ===== LOCATIONS ===== */
#cacc-scope .loc-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
}
#cacc-scope .loc-image { aspect-ratio: 16/9; overflow: hidden; }
#cacc-scope .loc-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
#cacc-scope .loc-card:hover .loc-image img { transform: scale(1.06); }
#cacc-scope .loc-body { padding: 32px; }
#cacc-scope .loc-meta { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
#cacc-scope .loc-meta li { color: var(--muted); font-size: .95rem; }
#cacc-scope .loc-meta strong { color: var(--navy); margin-right: 10px; }

/* ===== CONNECT LIST ===== */
#cacc-scope .connect-list { list-style: none; padding: 0; margin: 1.4rem 0 2rem; display: grid; gap: 14px; }
#cacc-scope .connect-list li { padding: 16px 18px; background: #fff; border-radius: 12px; border: 1px solid var(--line); color: var(--muted); }
#cacc-scope .connect-list strong { color: var(--navy); margin-right: 8px; }

/* ===== PODCAST ===== */
#cacc-scope .podcast-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--navy); color: #fff; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
#cacc-scope .pc-image { position: relative; aspect-ratio: 4/3; }
#cacc-scope .pc-image img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
#cacc-scope .pc-play {
  position: absolute; inset: 0; margin: auto;
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
  box-shadow: 0 20px 50px -10px rgba(0,0,0,.45);
  cursor: pointer;
}
#cacc-scope .pc-body { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
#cacc-scope .pc-body h2 { color: #fff; }
#cacc-scope .pc-body p { color: rgba(255,255,255,.78); }
#cacc-scope .pc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
#cacc-scope .pc-body .btn-ghost.dark { color: #fff; border-color: rgba(255,255,255,.4); }

/* ===== GIVING ===== */
#cacc-scope .grid-give {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
}
#cacc-scope .give-card {
  background: #fff; border-radius: var(--radius); padding: 30px 22px;
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  box-shadow: var(--shadow-md);
}
#cacc-scope .give-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow-lg); }
#cacc-scope .give-num {
  font-family: "Playfair Display", serif; font-size: 1.8rem; color: var(--gold); font-weight: 700;
}
#cacc-scope .give-card .verse { font-size: .85rem; font-style: italic; color: var(--navy); }
#cacc-scope .give-card .btn { margin-top: auto; }

/* ===== STORE ===== */
#cacc-scope .grid-store {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
#cacc-scope .store-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
#cacc-scope .store-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
#cacc-scope .store-img { aspect-ratio: 4/3; overflow: hidden; }
#cacc-scope .store-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
#cacc-scope .store-card:hover .store-img img { transform: scale(1.05); }
#cacc-scope .store-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
#cacc-scope .store-tag {
  display: inline-block; align-self: flex-start;
  padding: 4px 10px; border-radius: 999px;
  background: var(--cream); color: var(--navy);
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600;
}
#cacc-scope .store-tag.gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }
#cacc-scope .store-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
#cacc-scope .store-foot .price { font-family: "Playfair Display", serif; font-size: 1.3rem; color: var(--navy); font-weight: 700; }

/* ===== GALLERY ===== */
#cacc-scope .gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px;
}
#cacc-scope .gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; cursor: pointer; position: relative; box-shadow: var(--shadow-md); }
#cacc-scope .gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
#cacc-scope .gallery figure:hover img { transform: scale(1.08); }
#cacc-scope .gallery .g-tall { grid-row: span 2; }
#cacc-scope .gallery .g-wide { grid-column: span 2; }

/* ===== CONTACT ===== */
#cacc-scope .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
#cacc-scope .c-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
#cacc-scope .c-card strong { display: block; color: var(--gold); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 6px; }
#cacc-scope .c-card span, #cacc-scope .c-card a { color: var(--navy); font-weight: 500; word-break: break-word; }
#cacc-scope .contact-form {
  background: #fff; border-radius: var(--radius); padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line); box-shadow: var(--shadow-lg); display: grid; gap: 16px;
}
#cacc-scope .contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#cacc-scope .contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
#cacc-scope .contact-form input,
#cacc-scope .contact-form select,
#cacc-scope .contact-form textarea {
  border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px;
  font: inherit; color: var(--navy); background: var(--cream);
  transition: border-color .2s ease, background .2s ease;
  text-transform: none; letter-spacing: 0;
}
#cacc-scope .contact-form input:focus,
#cacc-scope .contact-form select:focus,
#cacc-scope .contact-form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
#cacc-scope .form-note { margin: 0; font-size: .85rem; color: var(--gold); min-height: 1em; text-transform: none; letter-spacing: 0; }

/* ===== FOOTER ===== */
#cacc-scope .cacc-footer { background: var(--navy); color: rgba(255,255,255,.78); padding: 80px 0 30px; margin-top: 0; }
#cacc-scope .footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr; gap: 40px;
}
#cacc-scope .f-brand img { height: 56px; margin-bottom: 16px; }
#cacc-scope .f-brand p { color: rgba(255,255,255,.65); }
#cacc-scope .f-col h4 { color: #fff; font-family: "Playfair Display", serif; font-size: 1rem; margin-bottom: 18px; }
#cacc-scope .f-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
#cacc-scope .f-col a { color: rgba(255,255,255,.7); transition: color .2s; }
#cacc-scope .f-col a:hover { color: var(--gold); }
#cacc-scope .footer-bottom {
  margin-top: 56px; padding: 30px var(--pad) 0; border-top: 1px solid rgba(255,255,255,.1);
  max-width: var(--max); margin-left: auto; margin-right: auto;
  text-align: center;
}
#cacc-scope .verse-foot { font-family: "Playfair Display", serif; font-style: italic; color: var(--gold-2); margin-bottom: 8px; }
#cacc-scope .footer-bottom p { color: rgba(255,255,255,.55); font-size: .85rem; }

/* ============================================================
   GIVING MODAL
   ============================================================ */

/* Hard-kill any legacy multi-card payment grid that may still render */
#cacc-scope .pay-methods,
#cacc-scope .pay-method-card,
#cacc-scope .pay-method-grid { display: none !important; }

#cacc-scope .cacc-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
#cacc-scope .cacc-modal.is-open { display: flex; }
#cacc-scope .cacc-modal[hidden] { display: none; }
#cacc-scope .cacc-modal.is-open[hidden] { display: flex; }

#cacc-scope .cacc-modal .modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(11,21,48,.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: caccFade .25s ease;
  cursor: pointer;
}
body.cacc-no-scroll { overflow: hidden; }

@keyframes caccFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes caccPop  { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

#cacc-scope .modal-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
  border-radius: 22px;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 30px 80px -20px rgba(11,21,48,.45), 0 0 0 1px rgba(201,162,76,.18);
  padding: 40px 32px 28px;
  z-index: 2;
  animation: caccPop .35s cubic-bezier(.2,.8,.2,1);
}

#cacc-scope .modal-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(11,21,48,.10);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(11,21,48,.12);
  transition: transform .18s ease, background .18s ease, color .18s ease;
  z-index: 5;
}
#cacc-scope .modal-close:hover { background: var(--gold); color: #fff; transform: rotate(90deg); }
#cacc-scope .modal-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

#cacc-scope .modal-head { text-align: center; margin-bottom: 22px; }
#cacc-scope .modal-head .eyebrow { margin-bottom: 8px; }
#cacc-scope .modal-title {
  margin: 4px 0 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  color: var(--navy);
  line-height: 1.2;
}
#cacc-scope .modal-verse { font-style: italic; color: var(--muted); margin: 0; font-size: .92rem; }

#cacc-scope .modal-body { display: grid; gap: 18px; }

#cacc-scope .field-label {
  display: block;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-bottom: 8px;
}

/* Amount */
#cacc-scope .amount-input {
  display: flex; gap: 6px;
  border: 1px solid var(--line); border-radius: 14px;
  background: #fff; padding: 6px;
  transition: border-color .2s, box-shadow .2s;
}
#cacc-scope .amount-input:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,162,76,.15);
}
#cacc-scope .amount-currency select {
  border: 0; background: transparent; font: inherit;
  color: var(--navy); padding: 12px 10px; font-weight: 700;
  cursor: pointer; border-radius: 10px;
}
#cacc-scope .amount-currency select:focus { outline: none; background: var(--cream); }
#cacc-scope .amount-input input {
  border: 0; background: transparent; font: inherit;
  color: var(--navy); padding: 12px;
  flex: 1; font-size: 1.15rem; font-weight: 600;
  min-width: 0;
}
#cacc-scope .amount-input input:focus { outline: none; }

#cacc-scope .quick-chips { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
#cacc-scope .quick-chips .chip {
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff;
  cursor: pointer; font: inherit; font-size: .85rem;
  color: var(--navy); font-weight: 600;
  transition: all .2s ease;
}
#cacc-scope .quick-chips .chip:hover { border-color: var(--gold); color: var(--gold); }
#cacc-scope .quick-chips .chip.is-active {
  background: var(--navy); color: #fff; border-color: var(--navy);
}

/* Payment dropdown */
#cacc-scope .pay-method-select .select-wrap {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
#cacc-scope .pay-method-select .select-wrap:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,162,76,.15);
}
#cacc-scope .pay-method-select select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 14px 44px 14px 16px;
  border: 0; background: transparent;
  font: inherit; font-size: 1rem; font-weight: 600;
  color: var(--navy); cursor: pointer; border-radius: 14px;
}
#cacc-scope .pay-method-select select:focus { outline: none; }
#cacc-scope .pay-method-select .select-wrap::after {
  content: ""; position: absolute; right: 18px; top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* Detail panel */
#cacc-scope .pay-detail {
  background: var(--cream);
  border: 1px solid rgba(201,162,76,.28);
  border-radius: 16px;
  padding: 18px;
  display: grid; gap: 12px;
  animation: caccFade .25s ease;
}
#cacc-scope .pay-detail .pd-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem; color: var(--navy); margin: 0; font-weight: 700;
}
#cacc-scope .pd-row { display: grid; gap: 8px; }
#cacc-scope .pd-label {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
}
#cacc-scope .pd-value-row {
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
#cacc-scope .pd-value-row .pd-value {
  background: #fff; border: 1px solid var(--line);
  padding: 10px 14px; border-radius: 10px;
  font-size: .95rem; color: var(--navy); font-weight: 600;
  word-break: break-all; flex: 1; min-width: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
#cacc-scope .copy-btn,
#cacc-scope .open-btn {
  padding: 10px 16px; border-radius: 10px;
  border: 1px solid var(--gold);
  background: #fff; color: var(--navy);
  font: inherit; font-size: .8rem; font-weight: 700;
  cursor: pointer;
  transition: background .18s, color .18s, transform .18s;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
#cacc-scope .copy-btn:hover,
#cacc-scope .open-btn:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }
#cacc-scope .open-btn[hidden] { display: none; }

#cacc-scope .pay-note { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* Continue */
#cacc-scope .btn-continue {
  width: 100%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  border: 0; border-radius: 14px;
  padding: 16px 22px;
  font: inherit; font-weight: 700; font-size: 1rem;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 8px 22px -8px rgba(201,162,76,.6);
  transition: transform .18s ease, box-shadow .18s ease, opacity .2s;
}
#cacc-scope .btn-continue:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -8px rgba(201,162,76,.7); }
#cacc-scope .btn-continue:disabled { opacity: .55; cursor: not-allowed; transform: none; }

#cacc-scope .cacc-safe-notice,
#cacc-scope .trust-note {
  text-align: center; font-size: .78rem; color: var(--muted);
  margin: 4px 0 0;
}

/* Toast */
#cacc-scope .cacc-toast {
  position: fixed; bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--navy); color: #fff;
  padding: 12px 22px; border-radius: 999px;
  font-size: .88rem; font-weight: 600;
  box-shadow: 0 12px 30px rgba(11,21,48,.35);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 10000;
}
#cacc-scope .cacc-toast.is-show {
  opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  #cacc-scope .grid-give { grid-template-columns: repeat(3, 1fr); }
  #cacc-scope .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  #cacc-scope .footer-grid .f-col:last-child { grid-column: span 4; }
}
@media (max-width: 992px) {
  #cacc-scope .cacc-nav { display: none; }
  #cacc-scope .cacc-burger { display: flex; }
  #cacc-scope .two-col { grid-template-columns: 1fr; }
  #cacc-scope .two-col.reverse .col-image { order: 0; }
  #cacc-scope .timeline { grid-template-columns: repeat(2, 1fr); }
  #cacc-scope .grid-3 { grid-template-columns: 1fr; }
  #cacc-scope .grid-2 { grid-template-columns: 1fr; }
  #cacc-scope .podcast-card { grid-template-columns: 1fr; }
  #cacc-scope .grid-store { grid-template-columns: repeat(2, 1fr); }
  #cacc-scope .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  #cacc-scope .footer-grid { grid-template-columns: 1fr 1fr; }
  #cacc-scope .footer-grid .f-col:last-child { grid-column: span 2; }
}
@media (max-width: 992px) {
  #cacc-scope .cacc-header-inner { gap: 12px; }
  #cacc-scope .cacc-logo { gap: 10px; }
  #cacc-scope .cacc-logo img { height: 38px; }
  #cacc-scope .cacc-logo-text strong { font-size: .95rem; }
  #cacc-scope .cacc-logo-text em { font-size: .62rem; letter-spacing: .2em; margin-top: 3px; }
}
@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
  #cacc-scope { overflow-x: hidden; }
  #cacc-scope .cacc-hero { min-height: 92vh; padding-top: 120px; }
  #cacc-scope .cacc-hero-meta { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  #cacc-scope .grid-give { grid-template-columns: 1fr 1fr; }
  #cacc-scope .grid-store { grid-template-columns: 1fr; }
  #cacc-scope .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  #cacc-scope .gallery .g-wide { grid-column: span 2; }
  #cacc-scope .gallery .g-tall { grid-row: span 1; }
  #cacc-scope .contact-form .row { grid-template-columns: 1fr; }
  #cacc-scope .contact-grid { grid-template-columns: 1fr; }

  #cacc-scope .cacc-header-inner { padding: 10px 14px; gap: 10px; flex-wrap: nowrap; align-items: center; }
  #cacc-scope .cacc-logo { gap: 10px; min-width: 0; flex: 1 1 auto; }
  #cacc-scope .cacc-logo img { height: 36px; }
  #cacc-scope .cacc-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
  #cacc-scope .cacc-logo-text strong { font-size: .9rem; }
  #cacc-scope .cacc-logo-text em { display: block; font-size: .58rem; letter-spacing: .2em; margin-top: 2px; color: var(--gold); }
  #cacc-scope .cacc-menu-toggle { flex-shrink: 0; margin-left: auto; }
}
@media (max-width: 640px) {
  #cacc-scope .cacc-header { top: 12px; width: calc(100% - 20px); }
  #cacc-scope .cacc-header-inner { padding: 9px 12px; gap: 8px; }
  #cacc-scope .timeline { grid-template-columns: 1fr; }
  #cacc-scope .footer-grid { grid-template-columns: 1fr; }
  #cacc-scope .footer-grid .f-col:last-child { grid-column: span 1; }
  #cacc-scope .floating-card { font-size: .85rem; padding: 10px 16px; }
}
@media (max-width: 480px) {
  #cacc-scope .grid-give { grid-template-columns: 1fr; }
  #cacc-scope .btn { padding: 12px 22px; font-size: .9rem; }

  #cacc-scope .cacc-header { width: calc(100% - 16px); top: 10px; border-radius: 18px; }
  #cacc-scope .cacc-header-inner { padding: 8px 12px; gap: 8px; }
  #cacc-scope .cacc-logo { gap: 8px; }
  #cacc-scope .cacc-logo img { height: 32px; }
  #cacc-scope .cacc-logo-text strong { font-size: .82rem; letter-spacing: 0; }
  #cacc-scope .cacc-logo-text em { font-size: .52rem; letter-spacing: .18em; margin-top: 2px; }

  #cacc-scope .cacc-modal { padding: 10px; }
  #cacc-scope .modal-card { padding: 28px 18px 20px; border-radius: 18px; }
  #cacc-scope .modal-title { font-size: 1.2rem; }
  #cacc-scope .pd-value-row { flex-direction: column; align-items: stretch; }
  #cacc-scope .pd-value-row .pd-value { width: 100%; }
  #cacc-scope .copy-btn,
  #cacc-scope .open-btn { width: 100%; justify-content: center; }
  #cacc-scope .quick-chips .chip { flex: 1 1 calc(33.333% - 8px); text-align: center; }
}
@media (max-width: 360px) {
  #cacc-scope .cacc-logo img { height: 28px; }
  #cacc-scope .cacc-logo-text strong { font-size: .75rem; }
  #cacc-scope .cacc-logo-text em { font-size: .48rem; letter-spacing: .15em; }
}
/* ============================================================
   HEADER STORE NAV FIX
   Make Store bold and aligned with other menu titles
   ============================================================ */

#cacc-scope .cacc-menu > li > a[href="#store"],
#cacc-scope .cacc-menu > li > a[href="#cacc-store"],
#cacc-scope .cacc-menu > li > .cacc-menu-link[href="#store"],
#cacc-scope .cacc-menu > li > .cacc-menu-link[href="#cacc-store"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
}
/* ============================================================
   WATCH US LIVE BLOCK — PODCAST SECTION
   ============================================================ */

#cacc-scope .cacc-live-box {
  margin-top: 38px;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,245,238,0.94)),
    radial-gradient(circle at top right, rgba(201,160,74,0.16), transparent 42%);
  border: 1px solid rgba(10, 18, 36, 0.10);
  box-shadow: 0 24px 70px rgba(10, 18, 36, 0.10);
  overflow: hidden;
}

#cacc-scope .cacc-live-content {
  max-width: 980px;
  margin: 0 auto;
}

#cacc-scope .cacc-live-content h3 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #071126;
}

#cacc-scope .cacc-live-content p {
  max-width: 760px;
  margin: 0 0 24px;
  color: #5d687a;
  font-size: 17px;
  line-height: 1.75;
}

#cacc-scope .cacc-live-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7,17,38,0.96), rgba(20,31,61,0.94)),
    radial-gradient(circle at center, rgba(201,160,74,0.20), transparent 45%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 24px 60px rgba(7,17,38,0.22);
}

#cacc-scope .cacc-live-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

#cacc-scope .cacc-live-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  color: #ffffff;
}

#cacc-scope .cacc-live-placeholder strong {
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

#cacc-scope .cacc-live-placeholder span {
  max-width: 520px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.6;
}

#cacc-scope .cacc-live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 768px) {
  #cacc-scope .cacc-live-box {
    margin-top: 30px;
    padding: 22px;
    border-radius: 24px;
  }

  #cacc-scope .cacc-live-frame {
    border-radius: 20px;
    min-height: 220px;
  }

  #cacc-scope .cacc-live-actions {
    flex-direction: column;
  }

  #cacc-scope .cacc-live-actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #cacc-scope .cacc-live-box {
    padding: 18px;
  }

  #cacc-scope .cacc-live-frame {
    min-height: 190px;
  }
}
/* ============================================================
   HERO AUTO SLIDER + LIGHTER FILTER
   ============================================================ */

#cacc-scope .cacc-hero-slider,
#cacc-scope .cacc-hero-slide {
  position: absolute;
  inset: 0;
}

#cacc-scope .cacc-hero-slider {
  z-index: 0;
  overflow: hidden;
}

#cacc-scope .cacc-hero-slide {
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 6s ease;
}

#cacc-scope .cacc-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

#cacc-scope .cacc-hero-overlay {
  background:
    radial-gradient(circle at 25% 35%, rgba(201,160,74,0.24), transparent 45%),
    linear-gradient(90deg, rgba(5,12,28,0.72) 0%, rgba(5,12,28,0.46) 48%, rgba(5,12,28,0.30) 100%),
    linear-gradient(180deg, rgba(5,12,28,0.20) 0%, rgba(5,12,28,0.58) 100%) !important;
}

#cacc-scope .cacc-hero-content,
#cacc-scope .cacc-hero-scroll {
  position: relative;
  z-index: 2;
}
/* ===== CHRIST ALIVE FOUNDATION UPGRADE ===== */
#cacc-scope .cacc-foundation-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(212, 175, 55, .14), transparent 30%),
    linear-gradient(180deg, #f7f1e6 0%, #fffaf1 100%);
}

#cacc-scope .cacc-foundation-head {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#cacc-scope .cacc-foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 44px;
}

#cacc-scope .cacc-foundation-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(11, 24, 48, .08);
  box-shadow: 0 22px 55px rgba(11, 24, 48, .12);
  transition: transform .35s ease, box-shadow .35s ease;
}

#cacc-scope .cacc-foundation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(11, 24, 48, .18);
}

#cacc-scope .cacc-foundation-img {
  height: 220px;
  overflow: hidden;
  background: #0b1830;
}

#cacc-scope .cacc-foundation-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .8s ease;
}

#cacc-scope .cacc-foundation-card:hover .cacc-foundation-img img {
  transform: scale(1.08);
}

#cacc-scope .cacc-foundation-content {
  padding: 28px;
}

#cacc-scope .cacc-foundation-content .fc-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d4af37, #f0cc6b);
  color: #071126;
  font-size: 1.3rem;
  box-shadow: 0 12px 26px rgba(212, 175, 55, .28);
}

#cacc-scope .cacc-foundation-content h3 {
  margin: 0 0 10px;
  color: #071126;
  font-size: 1.35rem;
}

#cacc-scope .cacc-foundation-content p {
  margin: 0 0 22px;
  color: #536079;
  line-height: 1.7;
}

#cacc-scope .cacc-foundation-content .btn {
  width: 100%;
  justify-content: center;
  border-radius: 999px;
}

@media (max-width: 980px) {
  #cacc-scope .cacc-foundation-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  #cacc-scope .cacc-foundation-img {
    height: 280px;
  }
}

@media (max-width: 640px) {
  #cacc-scope .cacc-foundation-grid {
    gap: 18px;
    margin-top: 32px;
  }

  #cacc-scope .cacc-foundation-img {
    height: 220px;
  }

  #cacc-scope .cacc-foundation-content {
    padding: 24px;
  }
}
.cacc-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .cacc-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.45);
    background: #c9a646;
    color: #071126;
    font-weight: 700;
    cursor: pointer;
  }

  .cacc-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    background: rgba(7, 17, 38, .96);
    border-radius: 18px;
    padding: 18px;
    z-index: 999;
  }
}

@media (max-width: 768px) {
  .cacc-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cacc-menu-toggle {
    min-width: 92px;
  }
}

@media (max-width: 768px) {
  .cacc-header {
    position: relative;
    z-index: 9999;
  }

  .cacc-mobile {
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    width: auto;
    background: rgba(7, 17, 38, 0.98);
    border-radius: 22px;
    padding: 18px;
    z-index: 10000;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
  }

  .cacc-mobile[hidden] {
    display: none !important;
  }

  .cacc-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .cacc-mobile a,
  .cacc-mobile button {
    color: #ffffff;
  }
}

/* --- Surgical mobile menu + contact layout fixes (non-destructive overrides) --- */
#cacc-scope #caccBurger { cursor: pointer; }
#cacc-scope .cacc-mobile[hidden] { display: none !important; }
#cacc-scope .cacc-mobile:not([hidden]) { display: block; }
#cacc-scope .m-sub[hidden] { display: none !important; }
#cacc-scope .m-group.is-open > .m-sub { display: block; }

#contact .two-col { display:grid; grid-template-columns:1.05fr 0.95fr; gap:clamp(1.5rem,3vw,3rem); align-items:start; }
#contact .contact-grid { display:grid; grid-template-columns:repeat(2,minmax(220px,1fr)); gap:.9rem; }
#contact .contact-form { width:100%; max-width:680px; justify-self:stretch; }
#contact .c-card a, #contact .c-card span { overflow-wrap:anywhere; }
#contact .form-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
#contact .contact-form input, #contact .contact-form select, #contact .contact-form textarea { width:100%; }

@media (max-width:980px){
  #contact .two-col{ grid-template-columns:1fr; }
}
@media (max-width:640px){
  #contact .contact-grid, #contact .form-row{ grid-template-columns:1fr; }
  #contact .contact-form .btn{ width:100%; }
}

/* =========================================
   MOBILE MENU BUTTON VISIBILITY SURGERY
   ========================================= */
@media (max-width: 980px) {

  #cacc-scope .cacc-nav,
  .cacc-nav {
    display: none !important;
  }

  #cacc-scope #caccBurger,
  #caccBurger,
  #cacc-scope .cacc-burger,
  .cacc-burger {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;

    min-width: 112px !important;
    width: auto !important;
    height: 52px !important;
    padding: 0 24px !important;

    margin-left: auto !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;

    border-radius: 999px !important;
    cursor: pointer !important;
    z-index: 10002 !important;
  }

  #caccBurger .cacc-burger-text,
  .cacc-burger .cacc-burger-text {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
    transform: none !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  #cacc-scope .cacc-header-inner,
  .cacc-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}

/* ============================================================
   BLOCK THEME — HERO EDITOR COMPATIBILITY
   ============================================================ */

#cacc-scope .cacc-hero-slider .cacc-hero-slide {
  width: 100%;
  height: 100%;
  margin: 0;
}

#cacc-scope .cacc-hero-slider .cacc-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#cacc-scope .cacc-hero-meta.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
}

#cacc-scope .cacc-hero-meta .wp-block-column {
  margin: 0;
}

#cacc-scope .cacc-hero-meta .wp-block-column p {
  margin: 0;
}

/* Block theme — editable section image compatibility */
#cacc-scope figure.image-frame {
  margin: 0;
}

/* Block theme — editable pastor card compatibility */
#cacc-scope .floating-card.wp-block-group p {
  margin: 0;
}

/* ============================================================
   BLOCK THEME — STORY / FOUNDATION / LOCATIONS COMPATIBILITY
   ============================================================ */

#cacc-scope .t-year.wp-block-paragraph {
  margin: 0;
}

#cacc-scope .cacc-foundation-img .wp-block-image,
#cacc-scope .loc-image .wp-block-image {
  width: 100%;
  height: 100%;
  margin: 0;
}

#cacc-scope .cacc-foundation-img .wp-block-image img,
#cacc-scope .loc-image .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   BLOCK THEME — CONNECT / PODCAST / GIVING / STORE
   ============================================================ */

#cacc-scope .pc-image .wp-block-image,
#cacc-scope .store-img .wp-block-image {
  width: 100%;
  height: 100%;
  margin: 0;
}

#cacc-scope .pc-image .wp-block-image img,
#cacc-scope .store-img .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cacc-scope .give-num.wp-block-paragraph,
#cacc-scope .store-tag.wp-block-paragraph {
  margin: 0;
}

#cacc-scope .store-body > .wp-block-heading,
#cacc-scope .give-card > .wp-block-heading {
  margin-top: 0;
}

/* ============================================================
   BLOCK THEME — CONTACT COMPATIBILITY
   ============================================================ */

#cacc-scope #contact .c-card p {
  margin: 0;
}

#cacc-scope #contact .c-card h3 {
  margin-top: 0;
}

#cacc-scope #contact .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 768px) {
  #cacc-scope #contact .form-row {
    grid-template-columns: 1fr;
  }
}
