/* ============================================================
   21ST-CENTURY MODERNIZATION LAYER  (loads after app.css)
   Contemporary type, motion, glass nav, micro-interactions.
   ============================================================ */
:root {
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow-soft: 0 14px 44px -16px rgba(15,26,61,.22);
}

/* ---- Typography: Fraunces (display) + Inter (text) ---- */
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; letter-spacing: -.011em; }
h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; font-weight: 600; letter-spacing: -.022em; }
.hero h1 { font-weight: 600; letter-spacing: -.035em; }
.logo-name { font-family: 'Fraunces', Georgia, serif; font-weight: 600; }
.btn, .section-eyebrow, .hero-location, .logo-sub, .main-nav a, .form-card label, .verse-banner cite { font-family: 'Inter', sans-serif; }
.hero-tagline { font-weight: 400; }

/* ---- Scroll progress bar ---- */
#ijnm-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 9999;
  background: linear-gradient(90deg, var(--gold), var(--gold-light)); box-shadow: 0 0 12px rgba(201,168,76,.5); transition: width .12s linear; }

/* ---- Glassy sticky nav on scroll ---- */
.site-header { transition: background .35s var(--ease), box-shadow .35s var(--ease), backdrop-filter .35s var(--ease); }
.site-header.scrolled { background: rgba(13,22,52,.78); -webkit-backdrop-filter: saturate(170%) blur(16px); backdrop-filter: saturate(170%) blur(16px); box-shadow: 0 8px 34px rgba(0,0,0,.34); }
.nav-inner { transition: min-height .35s var(--ease); }
.site-header.scrolled .nav-inner { min-height: 54px; }

/* ---- Animated nav underline ---- */
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: .6rem; right: .6rem; bottom: .06rem; height: 2px; border-radius: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform .3s var(--ease); }
.main-nav a:not(.nav-cta):hover::after, .main-nav a.active:not(.nav-cta)::after { transform: scaleX(1); }
.main-nav a.nav-cta { transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.main-nav a.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(201,168,76,.45); }

/* ---- Scroll-reveal ---- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---- Modern cards: rounder, softer depth, hover lift ---- */
.card, .giving-card, .app-card, .tier-card, .form-card { border-radius: 18px; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.card, .giving-card, .form-card { box-shadow: var(--shadow-soft); }
.card:hover, .giving-card:hover, .app-card:hover, .tier-card:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -18px rgba(27,43,94,.3); }
.role-card { border-radius: 16px; transition: transform .4s var(--ease), background .4s, border-color .4s; }
.role-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.10); border-color: rgba(201,168,76,.4); }

/* ---- Modern buttons ---- */
.btn { border-radius: 50px; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(201,168,76,.5); }
.btn-navy:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(27,43,94,.4); }
.btn-outline-white:hover { transform: translateY(-2px); }

/* ---- Steps + inputs ---- */
.step { transition: transform .35s var(--ease); }
.step:hover { transform: translateX(4px); }
.form-card input, .form-card select, .form-card textarea { border-radius: 10px; }

/* ---- Rhythm + smooth scroll ---- */
html { scroll-behavior: smooth; }
.section { padding-block: clamp(3.25rem, 7vw, 6.5rem); }

/* ===================== CINEMATIC "LIVING NETWORK" HERO ===================== */
.hero-mega { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; color: #fff;
  background: radial-gradient(125% 120% at 50% 0%, #16265f 0%, #0c1430 55%, #070b1c 100%); }
#ijnm-net { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-mega-aurora { position: absolute; inset: 0; z-index: 1; pointer-events: none; mix-blend-mode: screen;
  background: radial-gradient(42% 52% at 20% 16%, rgba(201,168,76,.20), transparent 60%), radial-gradient(48% 56% at 82% 80%, rgba(86,116,228,.20), transparent 60%);
  animation: auroraDrift 18s ease-in-out infinite alternate; }
@keyframes auroraDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(0,-2.5%,0) scale(1.07); } }
.hero-mega-inner { position: relative; z-index: 3; max-width: 940px; padding: 6rem 1.5rem; }
.hero-eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-light); font-weight: 600;
  padding: .55rem 1.1rem; border: 1px solid rgba(201,168,76,.32); border-radius: 50px; background: rgba(201,168,76,.07); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); margin-bottom: 1.7rem; }
.hero-mega-title { font-family: 'Fraunces', serif; font-weight: 600; font-size: clamp(2.9rem, 8.4vw, 6.2rem); line-height: 1.0; letter-spacing: -.042em; margin: 0 0 1.4rem; text-shadow: 0 6px 70px rgba(0,0,0,.45); }
.hero-mega-title .grad { background: linear-gradient(116deg, #F0DCA0, #E8C96B 42%, #C9A84C 78%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-mega-sub { font-family: 'Inter', sans-serif; font-size: clamp(1.05rem, 2.1vw, 1.32rem); line-height: 1.62; color: rgba(255,255,255,.82); max-width: 690px; margin: 0 auto 2.5rem; font-weight: 400; }
.hero-mega-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-lg { padding: 1rem 2.4rem; font-size: 1.02rem; }
.btn-glass { background: rgba(255,255,255,.09); color: #fff; border: 1.5px solid rgba(255,255,255,.3); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgba(255,255,255,.17); border-color: var(--gold); color: #fff; transform: translateY(-2px); }
.hero-scroll { position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.38); border-radius: 14px; display: block; z-index: 3; }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--gold-light); animation: scrollDot 1.7s var(--ease) infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 70% { opacity: 1; transform: translateY(14px); } 100% { opacity: 0; transform: translateY(16px); } }
@media (prefers-reduced-motion: reduce) { .hero-mega-aurora, .hero-scroll span { animation: none; } }

/* ===================== LIVE "MOVEMENT" NETWORK MAP (South Carolina) ===================== */
.scmap-section { position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(120% 100% at 50% -8%, #16265f 0%, #0c1430 56%, #070b1c 100%); }
.scmap-section .section-eyebrow { color: var(--gold-light); }
.scmap-section .section-heading { color: #fff; }
.scmap-section .section-lead { color: rgba(255,255,255,.78); }
.scmap-wrap { max-width: 720px; margin: 2.6rem auto 0; position: relative; }
.scmap { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 64px rgba(0,0,0,.45)); overflow: visible; }
.scmap-state { fill: rgba(126,156,232,.05); stroke: rgba(201,168,76,.24); stroke-width: 1.5; stroke-linejoin: round; }
.scmap-link { stroke: rgba(201,168,76,.26); stroke-width: 1.4; }
.scmap-link.hub { stroke: rgba(201,168,76,.46); stroke-width: 1.7; stroke-dasharray: 4 7; animation: scmapDash 16s linear infinite; }
@keyframes scmapDash { to { stroke-dashoffset: -220; } }
.scmap-dot { fill: #FFE7A6; transform-box: fill-box; transform-origin: center; animation: scmapPulse 3.6s ease-in-out infinite; }
.scmap-dot.hq { fill: #FFF6DC; }
.scmap-dot.forming { fill: #E8C96B; }
@keyframes scmapPulse { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }
.scmap-label { fill: rgba(255,255,255,.66); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; paint-order: stroke; }
.scmap-label.hq { fill: var(--gold-light); font-weight: 700; font-size: 16px; letter-spacing: .02em; }
.scmap-stats { display: flex; justify-content: center; gap: clamp(1.6rem, 6vw, 4rem); margin-top: 2.1rem; flex-wrap: wrap; }
.scmap-stat { text-align: center; }
.scmap-stat b { display: block; font-family: 'Fraunces', serif; font-size: clamp(2.3rem, 5.4vw, 3.2rem); font-weight: 600; color: var(--gold-light); line-height: 1; }
.scmap-stat span { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.scmap-note { text-align: center; color: rgba(255,255,255,.5); font-size: .88rem; margin-top: 1.15rem; }
.scmap-cta { text-align: center; margin-top: 1.9rem; display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }
@media (prefers-reduced-motion: reduce) { .scmap-dot, .scmap-link.hub { animation: none; } }
/* Founder's legend symbols: HQ = square, Ministry Building = diamond outline, Home Church = light */
.scmap-dot.building { fill: rgba(201,168,76,.10); stroke: var(--gold-light); stroke-width: 1.6; }
.scmap-legend { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 1.1rem 1.5rem; margin: 1.5rem 0 0; padding: 0; font-family: 'Inter', sans-serif; font-size: .82rem; color: rgba(255,255,255,.74); }
.scmap-legend li { display: inline-flex; align-items: center; gap: .5rem; }
.scmap-legend em { color: rgba(255,255,255,.45); font-style: normal; }
.scmap-legend .lg { width: 13px; height: 13px; display: inline-block; flex: none; }
.scmap-legend .lg-hq { background: #FFF6DC; border-radius: 3px; box-shadow: 0 0 10px rgba(255,231,166,.85); }
.scmap-legend .lg-home { width: 11px; height: 11px; border-radius: 50%; background: #FFE7A6; box-shadow: 0 0 10px rgba(255,231,166,.85); }
.scmap-legend .lg-building { width: 11px; height: 11px; background: rgba(201,168,76,.12); border: 1.6px solid var(--gold-light); transform: rotate(45deg); }

/* Affordable-by-design: 10 × $50 = one shared Ministry Building (founder's Page 15) */
.afford { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 4vw, 3rem); flex-wrap: wrap; margin: 2.6rem auto 0; max-width: 740px; }
.afford-side { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.afford-homes { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem .65rem; max-width: 232px; }
.afford-ico { width: 31px; height: 31px; color: var(--gold); }
.afford-cap { font-size: .94rem; color: var(--text-light); margin: 0; max-width: 220px; }
.afford-cap b { color: var(--navy); font-weight: 700; }
.afford-eq { font-family: 'Fraunces', serif; font-size: 2.6rem; line-height: 1; color: var(--gold); font-weight: 600; }
.afford-bldg { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(158deg, var(--navy), #2c4279); color: var(--gold-light); box-shadow: var(--shadow-soft); }
.afford-bldg svg { width: 58px; height: 58px; }
.afford-foot { margin: 2.1rem auto 0; max-width: 620px; color: var(--text-light); font-size: .95rem; line-height: 1.6; }
.afford-foot a { color: #8a6f29; font-weight: 600; white-space: nowrap; }
.afford-foot a:hover { text-decoration: underline; }
@media (max-width: 560px) { .afford-eq { transform: rotate(90deg); } }

/* ===================== IMAGERY SYSTEM — real photo, or branded placeholder ===================== */
.ijnm-img { position: relative; overflow: hidden; border-radius: 18px; margin: 0; background: #0f1a3d; box-shadow: var(--shadow-soft); }
.ijnm-img.r-16x9 { aspect-ratio: 16 / 9; }
.ijnm-img.r-4x3  { aspect-ratio: 4 / 3; }
.ijnm-img.r-1x1  { aspect-ratio: 1 / 1; }
.ijnm-img.r-3x4  { aspect-ratio: 3 / 4; }
.ijnm-img.r-21x9 { aspect-ratio: 21 / 9; }
.ijnm-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.ijnm-img:hover img { transform: scale(1.04); }
.ijnm-img.mb-gap { margin-bottom: 1.25rem; }
.ijnm-img-ph { display: grid; place-items: center; gap: .55rem; text-align: center; padding: 1.2rem;
  background: radial-gradient(120% 120% at 30% 18%, #1c2c63 0%, #111c44 55%, #0a1230 100%); }
.ijnm-img-ph::before { content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none;
  background-image: radial-gradient(rgba(201,168,76,.11) 1px, transparent 1.6px); background-size: 19px 19px; }
.ijnm-img-ph::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(201,168,76,.18); border-radius: inherit; }
.ijnm-img-ph svg { position: relative; opacity: .92; filter: drop-shadow(0 5px 16px rgba(0,0,0,.45)); }
.ijnm-img-cap { position: relative; font-family: 'Inter', sans-serif; font-size: .82rem; font-style: italic; color: rgba(255,255,255,.5); max-width: 84%; line-height: 1.4; }

/* Homepage "Life Together" gallery */
.photo-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.4rem; }
@media (max-width: 760px) { .photo-gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .photo-gallery { grid-template-columns: 1fr; } }

/* Inner-page photo hero (active only when a hero-{slug} photo exists) */
.hero.hero-photo { padding: clamp(3rem, 6vw, 5.5rem) 1.5rem; background-size: cover; background-position: center; color: #fff; }
.hero.hero-photo h1 { color: #fff; }
.hero.hero-photo .hero-tagline { color: rgba(255,255,255,.92); }
.hero.hero-photo .gold { color: var(--gold-light); }

/* ===================== EVENTS PAGE ===================== */
.events-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.2rem; }
.event-card { display: flex; gap: 1.25rem; align-items: flex-start; background: #fff; border: 1px solid #e6e8ef; border-radius: 16px; padding: 1.25rem 1.4rem; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.event-card:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -18px rgba(27,43,94,.32); }
.event-date { flex: none; width: 78px; display: flex; flex-direction: column; align-items: center; gap: .12rem; text-align: center; background: linear-gradient(160deg, var(--navy), #2c4279); color: #fff; border-radius: 12px; padding: .75rem .35rem; }
.event-mon { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; }
.event-day { font-family: 'Fraunces', serif; font-size: 1.75rem; font-weight: 600; line-height: 1; }
.event-dow { font-size: .66rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; }
.event-body { flex: 1; min-width: 0; }
.event-kind { display: inline-block; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: #8a6f29; background: rgba(201,168,76,.15); border-radius: 50px; padding: .22rem .7rem; margin-bottom: .5rem; }
.event-card h3 { font-size: 1.12rem; color: var(--navy); margin: 0 0 .35rem; }
.event-meta { display: flex; flex-wrap: wrap; gap: .25rem 1.2rem; font-size: .88rem; color: var(--text-light); margin: 0 0 .5rem; }
.event-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.event-meta svg { color: var(--gold); flex: none; }
.event-desc { font-size: .92rem; color: var(--text-light); margin: 0; line-height: 1.5; }
@media (max-width: 480px) { .event-card { flex-direction: column; } .event-date { flex-direction: row; width: auto; align-self: flex-start; gap: .45rem; padding: .4rem .85rem; align-items: baseline; } }

/* Brand marks (generated emblem system) */
.ijnm-mark { display: block; }
.logo-link .ijnm-mark { filter: drop-shadow(0 2px 8px rgba(0,0,0,.25)); }
.ijnm-emblem { display: inline-block; filter: drop-shadow(0 10px 26px rgba(0,0,0,.4)); }

/* I'm New — FAQ accordion (native details/summary, no JS) */
.faq { max-width: 760px; margin: 2.2rem auto 0; }
.faq-item { border: 1px solid #e6e8ef; border-radius: 12px; margin-bottom: .75rem; background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 1.05rem 1.25rem; font-weight: 600; color: var(--navy); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: #8a6f29; font-size: 1.5rem; font-weight: 400; line-height: 1; flex: none; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { margin: 0; padding: 0 1.25rem 1.15rem; color: var(--text-light); line-height: 1.65; }
.faq-item a { color: #8a6f29; font-weight: 600; }

/* ===================== WARM HERO (golden-hour home-church scene) ===================== */
.hero-warm { position: relative; min-height: 92vh; min-height: 92svh; display: flex; align-items: flex-start; justify-content: center; text-align: center; overflow: hidden;
  background-color: #FDF4E3; background-image: url('hero-scene.svg'); background-size: cover; background-position: center bottom; background-repeat: no-repeat; }
.hero-warm::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(253,244,227,.95) 0%, rgba(253,244,227,.72) 40%, rgba(253,244,227,.32) 60%, rgba(253,244,227,0) 78%); }
.hero-warm-inner { position: relative; z-index: 2; max-width: 900px; padding: clamp(3rem, 8vh, 6rem) 1.5rem 0; }
.hero-eyebrow-warm { color: #94731A; border: 1px solid rgba(148,115,26,.32); background: rgba(255,255,255,.6); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.hero-warm-title { font-family: 'Fraunces', serif; font-weight: 600; font-size: clamp(3.1rem, 9vw, 6.8rem); line-height: .98; letter-spacing: -.046em; color: #1B2B5E; margin: 1.6rem 0 1.3rem; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
.hero-warm-title .grad { background: linear-gradient(118deg, #A6791F, #7A5A14 76%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-warm-sub { font-family: 'Inter', sans-serif; font-size: clamp(1.05rem, 2.1vw, 1.28rem); line-height: 1.6; color: #463F2E; max-width: 600px; margin: 0 auto 2.2rem; font-weight: 500; text-shadow: 0 1px 3px rgba(255,250,240,.75); }
.hero-warm-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll-warm { position: absolute; left: 50%; bottom: 1.7rem; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(27,43,94,.42); border-radius: 14px; display: block; z-index: 3; }
.hero-scroll-warm span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: #B0832A; animation: scrollDot 1.7s var(--ease) infinite; }
@media (prefers-reduced-motion: reduce) { .hero-scroll-warm span { animation: none; } }
/* Hero entrance — the headline arrives */
@keyframes heroUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero-warm .hero-eyebrow-warm, .hero-warm-title, .hero-warm-sub, .hero-warm-btns { opacity: 0; animation: heroUp .95s var(--ease) forwards; }
.hero-warm .hero-eyebrow-warm { animation-delay: .12s; }
.hero-warm-title { animation-delay: .28s; }
.hero-warm-sub { animation-delay: .54s; }
.hero-warm-btns { animation-delay: .74s; }
.hero-scroll-warm { opacity: 0; animation: heroUp 1s var(--ease) .95s forwards; }
@media (prefers-reduced-motion: reduce) { .hero-warm .hero-eyebrow-warm, .hero-warm-title, .hero-warm-sub, .hero-warm-btns, .hero-scroll-warm { opacity: 1; animation: none; } }

/* Illustrated "Life Together" cards (professional unDraw art, recolored to brand) */
.illus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.5rem; text-align: center; }
@media (max-width: 760px) { .illus-grid { grid-template-columns: 1fr; max-width: 430px; margin-left: auto; margin-right: auto; } }
.illus-card { background: #fff; border-radius: 18px; padding: 1.4rem 1.3rem 1.5rem; box-shadow: var(--shadow-soft); border: 1px solid #efe7d6; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.illus-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px -18px rgba(27,43,94,.28); }
.illus-art { background: linear-gradient(160deg, #FBF2DD, #F4E4BE); border-radius: 14px; padding: 1.5rem; margin-bottom: 1.1rem; display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; }
.illus-art img { width: 100%; height: 100%; object-fit: contain; }
.illus-card h3 { font-size: 1.12rem; color: var(--navy); margin: 0 0 .4rem; }
.illus-card p { font-size: .92rem; color: var(--text-light); margin: 0; line-height: 1.55; }

/* ============================================================
   AAA / FORTUNE-500 LAYER — restraint, typography, one accent
   ============================================================ */
.hero-aaa { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; background: #0B0B0F; color: #fff; overflow: hidden; }
.hero-aaa::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(58% 52% at 50% 34%, rgba(201,168,76,.13), transparent 72%); }
.hero-aaa-inner { position: relative; z-index: 2; width: 100%; max-width: 1080px; margin: 0 auto; padding: 7rem 2rem; }
.hero-aaa-kicker { display: block; font-family: 'Inter', sans-serif; font-size: .8rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.46); margin-bottom: 1.7rem; }
.hero-aaa-title { font-family: 'Fraunces', serif; font-weight: 600; font-size: clamp(3.4rem, 11vw, 8.4rem); line-height: .94; letter-spacing: -.037em; margin: 0 0 1.9rem; color: #fff; }
.hero-aaa-title em { font-style: italic; font-weight: 500; color: #E8C96B; }
.hero-aaa-lead { font-family: 'Inter', sans-serif; font-size: clamp(1.15rem, 1.7vw, 1.55rem); font-weight: 300; line-height: 1.5; color: rgba(255,255,255,.7); max-width: 600px; margin: 0 0 2.7rem; }
.hero-aaa-cta { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.btn-aaa { display: inline-block; font-family: 'Inter', sans-serif; font-size: 1.02rem; font-weight: 500; border-radius: 50px; transition: transform .3s var(--ease), background .3s, opacity .3s; }
.btn-aaa-primary { background: #fff; color: #0B0B0F; padding: 1rem 2.1rem; }
.btn-aaa-primary:hover { background: #E8C96B; transform: translateY(-2px); }
.btn-aaa-ghost { color: #fff; opacity: .78; }
.btn-aaa-ghost:hover { opacity: 1; }
.hero-aaa-scroll { position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); width: 24px; height: 38px; border: 1.5px solid rgba(255,255,255,.3); border-radius: 13px; z-index: 2; }
.hero-aaa-scroll span { position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 2px; background: #E8C96B; animation: scrollDot 1.8s var(--ease) infinite; }
@keyframes aaaUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.hero-aaa-kicker, .hero-aaa-title, .hero-aaa-lead, .hero-aaa-cta { opacity: 0; animation: aaaUp 1s var(--ease) forwards; }
.hero-aaa-kicker { animation-delay: .1s; } .hero-aaa-title { animation-delay: .26s; } .hero-aaa-lead { animation-delay: .5s; } .hero-aaa-cta { animation-delay: .7s; }
@media (prefers-reduced-motion: reduce) { .hero-aaa-kicker, .hero-aaa-title, .hero-aaa-lead, .hero-aaa-cta { opacity: 1; animation: none; } }
/* chrome recedes over the dark hero (homepage only) */
.home .site-header { background: #0B0B0F !important; box-shadow: none !important; }
.home .site-header.scrolled { background: rgba(11,11,15,.82) !important; -webkit-backdrop-filter: saturate(160%) blur(18px); backdrop-filter: saturate(160%) blur(18px); box-shadow: 0 1px 0 rgba(255,255,255,.07) !important; }

/* ===== AAA SECTION SYSTEM — alternating canvases, one type system ===== */
.aaa { padding: clamp(5.5rem, 13vh, 10rem) 1.5rem; position: relative; }
.aaa-wrap { max-width: 1080px; margin: 0 auto; }
.aaa-dark { background: #0B0B0F; color: #fff; }
.aaa-light { background: #fff; color: #1D1D1F; }
.aaa-paper { background: #F5F5F7; color: #1D1D1F; }
.aaa-center { text-align: center; }
.aaa-center .aaa-lead { margin-left: auto; margin-right: auto; }
.aaa-kicker { display: block; font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #B7912F; margin: 0 0 1.3rem; }
.aaa-dark .aaa-kicker { color: #E8C96B; }
.aaa-h2 { font-family: 'Fraunces', serif; font-weight: 600; font-size: clamp(2.4rem, 5.6vw, 4.6rem); line-height: 1.0; letter-spacing: -.032em; margin: 0 0 1.5rem; }
.aaa-h2 em { font-style: italic; color: #C9A84C; }
.aaa-dark .aaa-h2 em { color: #E8C96B; }
.aaa-lead { font-family: 'Inter', sans-serif; font-weight: 300; font-size: clamp(1.12rem, 1.55vw, 1.4rem); line-height: 1.55; color: #515154; max-width: 620px; margin: 0; }
.aaa-dark .aaa-lead { color: rgba(255,255,255,.64); }
.aaa-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem; margin-top: 4rem; }
@media (max-width: 760px) { .aaa-pillars { grid-template-columns: 1fr; gap: 2.4rem; } }
.aaa-pillar .n { display: block; font-family: 'Inter', sans-serif; font-size: .8rem; font-weight: 600; letter-spacing: .12em; color: #B7912F; border-top: 1px solid #E3E3E6; padding-top: 1.1rem; margin-bottom: 1.1rem; }
.aaa-dark .aaa-pillar .n { border-color: rgba(255,255,255,.16); color: #E8C96B; }
.aaa-pillar h3 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.5rem; letter-spacing: -.01em; margin: 0 0 .6rem; }
.aaa-pillar p { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.6; color: #6E6E73; margin: 0; }
.aaa-dark .aaa-pillar p { color: rgba(255,255,255,.58); }
.aaa-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.2rem; margin-top: 4rem; }
@media (max-width: 860px) { .aaa-steps { grid-template-columns: 1fr 1fr; gap: 2.8rem 2rem; } }
@media (max-width: 460px) { .aaa-steps { grid-template-columns: 1fr; } }
.aaa-step .s { display: block; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.15rem; color: #E8C96B; margin-bottom: .9rem; }
.aaa-step h4 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.25rem; letter-spacing: -.01em; margin: 0 0 .55rem; }
.aaa-step p { font-family: 'Inter', sans-serif; font-size: .96rem; line-height: 1.55; color: rgba(255,255,255,.56); margin: 0; }
.aaa-math { display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 3.5rem); flex-wrap: wrap; margin: 3.2rem 0 1.6rem; }
.aaa-math-item { display: flex; flex-direction: column; align-items: center; }
.aaa-num { font-family: 'Fraunces', serif; font-weight: 600; font-size: clamp(3.6rem, 11vw, 8rem); line-height: .9; letter-spacing: -.04em; color: #1D1D1F; }
.aaa-math-item:last-child .aaa-num { color: #C9A84C; }
.aaa-math-lbl { font-family: 'Inter', sans-serif; font-size: .92rem; color: #6E6E73; margin-top: .9rem; }
.aaa-math-op { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(1.6rem, 4vw, 2.6rem); color: #86868B; }
.aaa-foot { font-family: 'Inter', sans-serif; font-size: 1rem; color: #6E6E73; margin-top: 1.2rem; }
.aaa-foot a { color: #9c7d2c; font-weight: 600; }
.aaa-quote { font-family: 'Fraunces', serif; font-weight: 500; font-style: italic; font-size: clamp(1.8rem, 4.4vw, 3.3rem); line-height: 1.22; letter-spacing: -.018em; color: #1D1D1F; max-width: 920px; margin: 1.5rem auto 0; }
.aaa-quote cite { display: block; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 600; font-size: .85rem; letter-spacing: .16em; text-transform: uppercase; color: #B7912F; margin-top: 2rem; }
.scmap-aaa .scmap-wrap { max-width: 660px; margin: 2.6rem auto 0; }
.scmap-aaa .scmap-cta { display: flex; gap: 1.5rem; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 2.4rem; }
.btn-aaa-primary.btn-on-light { background: #0B0B0F; color: #fff; padding: 1rem 2.1rem; }
.btn-aaa-primary.btn-on-light:hover { background: #C9A84C; color: #0B0B0F; }

/* ============================================================
   AAA INNER-PAGE OVERRIDES — bring every legacy page to the
   Fortune-500 system. Loads last → wins the cascade. Targets
   ONLY legacy classes; the homepage .aaa-* system is untouched.
   ============================================================ */

/* ---- Chrome: one near-black header across the whole site ---- */
.site-header { background: #0B0B0F; box-shadow: 0 1px 0 rgba(255,255,255,.06); }
.site-header.scrolled { background: rgba(11,11,15,.82); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.logo-sub { color: #E8C96B; }

/* ---- Inner-page hero → AAA page-head: near-black, type-led ---- */
.hero:not(.hero-photo) {
  background: #0B0B0F !important; color: #fff; border: 0;
  padding: clamp(5.5rem, 11vw, 8.5rem) 1.5rem !important;
}
.hero:not(.hero-photo)::after {
  background: radial-gradient(60% 58% at 50% 30%, rgba(201,168,76,.12), transparent 72%);
}
.hero .hero-icon { display: none; }            /* drop the warm mark — restraint */
.hero .hero-inner { max-width: 880px; }
.hero h1 {
  font-family: 'Fraunces', serif; font-weight: 600; color: #fff;
  font-size: clamp(2.6rem, 6.4vw, 5rem); line-height: 1.0; letter-spacing: -.035em;
  margin-bottom: 1.3rem;
}
.hero h1 .gold { font-style: italic; font-weight: 500; color: #E8C96B; }
.hero-tagline {
  font-family: 'Inter', sans-serif !important; font-style: normal; font-weight: 300;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.5; color: rgba(255,255,255,.66);
  max-width: 640px; margin: 0 auto 2.2rem;
}

/* ---- Canvases ---- */
.section { padding-block: clamp(5rem, 12vh, 9rem); }
.section-alt { background: #F5F5F7; }
.section-dark, .section-dark-mid { background: #0B0B0F; color: #fff; }

/* ---- Eyebrow / heading / lead → AAA ---- */
.section-eyebrow {
  font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 600;
  letter-spacing: .2em; color: #B7912F; margin-bottom: 1.2rem;
}
.section-dark .section-eyebrow, .section-dark-mid .section-eyebrow { color: #E8C96B; }
.section-heading {
  font-family: 'Fraunces', serif; font-weight: 600; color: #1D1D1F;
  font-size: clamp(2.1rem, 4.8vw, 3.9rem); line-height: 1.03; letter-spacing: -.03em;
  margin-bottom: 1.1rem;
}
.section-dark .section-heading, .section-dark-mid .section-heading { color: #fff; }
.section-heading .gold, .section-heading em { font-style: italic; color: #C9A84C; }
.section-dark .section-heading .gold, .section-dark .section-heading em { color: #E8C96B; }
.section-lead {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.55; color: #515154;
  max-width: 660px; margin-bottom: 2.6rem;
}
.section-dark .section-lead, .section-dark-mid .section-lead { color: rgba(255,255,255,.64); }

/* ---- Feature cards → clean, hairline, no gold tab, no heavy shadow ---- */
.card, .giving-card, .app-card {
  background: #fff; border: 1px solid #E7E7EC; border-top: 1px solid #E7E7EC;
  border-radius: 16px; box-shadow: none;
}
.card:hover, .giving-card:hover, .app-card:hover {
  transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(0,0,0,.32);
}
.card-icon { background: none; width: auto; height: auto; margin-bottom: .9rem; border-radius: 0; }
.card-icon svg { width: 26px; height: 26px; }
.card h3, .giving-card h3 {
  font-family: 'Fraunces', serif; font-weight: 600; color: #1D1D1F;
  font-size: 1.3rem; letter-spacing: -.01em;
}
.card p, .giving-card p { color: #6E6E73; }
.giving-num { font-family: 'Fraunces', serif; font-weight: 600; color: #C9A84C; opacity: 1; font-size: 2.7rem; }

/* ---- Group cards ---- */
.group-card { background: #fff; border: 1px solid #E7E7EC; border-bottom: 1px solid #E7E7EC; box-shadow: none; border-radius: 14px; }
.group-card h4 { font-family: 'Fraunces', serif; font-weight: 600; color: #1D1D1F; font-size: 1.05rem; }

/* ---- Steps ---- */
.step-num { background: #0B0B0F; color: #fff; font-family: 'Fraunces', serif; }
.section-dark .step-num { background: #E8C96B; color: #0B0B0F; }
.step-body h4 { font-family: 'Fraunces', serif; font-weight: 600; color: #1D1D1F; font-size: 1.1rem; }
.section-dark .step-body h4 { color: #fff; }

/* ---- Role cards (live on dark sections) ---- */
.role-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.role-card h3 { color: #E8C96B; }

/* ---- Schedule ---- */
.sched-day h3 {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.15rem;
  letter-spacing: -.01em; text-transform: none; color: #1D1D1F;
  border-bottom: 1px solid #E3E3E6; padding-bottom: .55rem;
}
.section-dark .sched-day h3 { color: #fff; border-color: rgba(255,255,255,.18); }
.time-slot { color: #B7912F; }
.section-dark .time-slot { color: #E8C96B; }

/* ---- Verse banner → AAA quote on near-black ---- */
.verse-banner { background: #0B0B0F; padding: clamp(4.5rem, 10vh, 7.5rem) 1.5rem; }
.verse-banner blockquote {
  font-family: 'Fraunces', serif; font-weight: 500; font-style: italic;
  font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.25; letter-spacing: -.018em;
  color: #fff; max-width: 900px;
}
.verse-banner cite { color: #E8C96B; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; font-size: .82rem; }

/* ---- Buttons → AAA (solid on light, white on dark, ghost) ---- */
.btn { font-weight: 500; }
.btn-gold { background: #0B0B0F; color: #fff; border-color: #0B0B0F; }
.btn-gold:hover { background: #C9A84C; color: #0B0B0F; border-color: #C9A84C; }
.section-dark .btn-gold, .hero .btn-gold, .verse-banner .btn-gold { background: #fff; color: #0B0B0F; border-color: #fff; }
.section-dark .btn-gold:hover, .hero .btn-gold:hover { background: #E8C96B; color: #0B0B0F; border-color: #E8C96B; }
.btn-navy { background: #0B0B0F; color: #fff; border-color: #0B0B0F; }
.btn-navy:hover { background: #C9A84C; color: #0B0B0F; border-color: #C9A84C; }
.btn-outline-white { border-color: rgba(255,255,255,.42); color: #fff; }
.btn-outline-white:hover { border-color: #E8C96B; color: #E8C96B; }

/* ---- Notes / address ---- */
.alert { background: rgba(201,168,76,.07); border-left: 2px solid #C9A84C; border-radius: 0 10px 10px 0; color: inherit; }
.section-dark .alert { background: rgba(255,255,255,.05); color: rgba(255,255,255,.82); }
.address-box, .hq-box { background: #15151A; border: 1px solid rgba(255,255,255,.1); }
.address-box .org-name { color: #E8C96B; font-family: 'Fraunces', serif; }

/* ---- Form card → clean ---- */
.form-card { border: 1px solid #E7E7EC; border-top: 1px solid #E7E7EC; border-radius: 18px; box-shadow: 0 20px 50px -30px rgba(0,0,0,.4); }
.form-card h3 { font-family: 'Fraunces', serif; color: #1D1D1F; }

/* ============================================================
   AAA PANELS — clean replacements for the legacy inline-styled
   navy/gold-pill explainer boxes. One dark card, one accent.
   ============================================================ */
.aaa-panel { background: #0B0B0F; color: #fff; border-radius: 22px; padding: clamp(1.8rem, 3vw, 2.6rem); border: 1px solid rgba(255,255,255,.08); }
.section-dark .aaa-panel, .aaa-panel.is-soft { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.1); }
.aaa-panel-k { display: block; font-family: 'Inter', sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #E8C96B; margin-bottom: 1.5rem; text-align: center; }
.aaa-panel-foot { text-align: center; font-family: 'Inter', sans-serif; font-size: .82rem; color: rgba(255,255,255,.5); margin: 1.3rem 0 0; }

/* vertical numbered flow */
.aaa-flow { display: flex; flex-direction: column; }
.aaa-flow-step { display: flex; gap: 1rem; align-items: baseline; padding: .95rem 0; border-top: 1px solid rgba(255,255,255,.1); }
.aaa-flow-step:first-child { border-top: 0; padding-top: 0; }
.aaa-flow-step .i { flex: none; width: 1.7rem; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.05rem; color: #E8C96B; }
.aaa-flow-step b { display: block; font-family: 'Inter', sans-serif; font-weight: 600; font-size: .95rem; color: #fff; margin-bottom: .15rem; }
.aaa-flow-step span { display: block; font-family: 'Inter', sans-serif; font-size: .85rem; line-height: 1.45; color: rgba(255,255,255,.56); }
.aaa-flow-step.is-accent b { color: #E8C96B; }

/* role ladder */
.aaa-ladder { display: flex; flex-direction: column; gap: .55rem; }
.aaa-ladder .rung { font-family: 'Inter', sans-serif; font-weight: 500; font-size: .95rem; text-align: center; padding: .8rem 1rem; border-radius: 11px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); }
.aaa-ladder .rung.is-top { background: #E8C96B; color: #0B0B0F; font-weight: 600; border-color: #E8C96B; }
.aaa-ladder .rung.is-faint { color: rgba(255,255,255,.5); font-style: italic; }

/* ledger (line items + total) */
.aaa-ledger { display: flex; flex-direction: column; }
.aaa-ledger-row { display: flex; justify-content: space-between; align-items: baseline; padding: .72rem 0; border-top: 1px solid rgba(255,255,255,.1); font-family: 'Inter', sans-serif; font-size: .95rem; color: rgba(255,255,255,.68); }
.aaa-ledger-row:first-child { border-top: 0; }
.aaa-ledger-row b { color: #fff; font-weight: 600; }
.aaa-ledger-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: .3rem; padding-top: .95rem; border-top: 1px solid rgba(255,255,255,.24); }
.aaa-ledger-total span { font-family: 'Inter', sans-serif; font-size: 1rem; color: #fff; font-weight: 600; }
.aaa-ledger-total b { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.9rem; color: #E8C96B; line-height: 1; }
.aaa-panel-note { margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.aaa-panel-note .big { display: block; font-family: 'Fraunces', serif; font-weight: 600; font-size: 2.2rem; color: #E8C96B; line-height: 1; margin-bottom: .35rem; }
.aaa-panel-note small { font-family: 'Inter', sans-serif; font-size: .82rem; color: rgba(255,255,255,.55); }

/* member cluster (group of twelve) */
.aaa-cluster { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; max-width: 250px; margin: 1.3rem auto .2rem; }
.aaa-cluster i { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); }
.aaa-cluster i.lead { background: #E8C96B; border-color: #E8C96B; }
.aaa-cluster i.sub { background: rgba(232,201,107,.32); border-color: rgba(232,201,107,.7); }

/* ============================================================
   AAA TOUCH-UPS — class-based components that need alignment
   (tiers, app icons, safety alert, dark checklists, FAQ, pills)
   ============================================================ */
/* Membership tiers → clean pricing-style cards; Ministry = featured near-black */
.tier-card { background: #fff; border: 1px solid #E7E7EC; border-top: 1px solid #E7E7EC; border-radius: 18px; box-shadow: none; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.tier-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(0,0,0,.32); }
.tier-ministry { background: #0B0B0F; color: #fff; border-color: rgba(255,255,255,.1); border-top: 1px solid rgba(232,201,107,.4); }
.tier-card h3 { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.4rem; }
.tier-member h3, .tier-ally h3 { color: #1D1D1F; }
.tier-ministry h3 { color: #E8C96B; }
.tier-badge { background: #F0F0F2; color: #6E6E73; }
.tier-ally .tier-badge { background: #0B0B0F; color: #fff; }
.tier-ministry .tier-badge { background: #E8C96B; color: #0B0B0F; }
.tier-member li, .tier-ally li { color: #515154; }
.tier-card li::before { color: #C9A84C; }
.tier-ministry li { color: rgba(255,255,255,.8); }
.tier-ministry li::before { color: #E8C96B; }

/* Application-type icon → drop the navy disc, keep the gold line icon */
.app-card-icon { background: none; width: auto; height: auto; border-radius: 0; margin: 0 auto .9rem; }

/* Keep the safety alert distinct (the .alert override must not erase it) */
.alert-safe { background: rgba(192,57,43,.07); border-left: 2px solid #C0392B; color: inherit; }
.section-dark .alert-safe { background: rgba(192,57,43,.16); }

/* Checklist chips on dark sections → transparent, light text */
.section-dark .req-list li { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); box-shadow: none; color: rgba(255,255,255,.82); }

/* FAQ summaries → Fraunces */
.faq-item summary { font-family: 'Fraunces', serif; color: #1D1D1F; }

/* Jump-nav pills + dark info panels share the AAA black */
.pill-navy { background: #0B0B0F; color: #fff; }
.address-box, .hq-box { background: #0B0B0F; }

/* Event date chip → near-black (when events are posted) */
.event-date { background: #0B0B0F; }
.event-card h3 { color: #1D1D1F; }

/* Footer → the same near-black as every AAA canvas (kills the navy seam) */
.site-footer { background: #0B0B0F; }
.site-footer a { color: #E8C96B; }

/* ---- Mobile type refinement — big display type breathes on narrow screens ---- */
body { overflow-x: hidden; }
/* Let grid/flex children shrink below min-content so nothing forces the page
   wider than the viewport (the real fix for clipped text on phones). */
.two-col > *, .card-grid > *, .role-grid > *, .group-grid > *, .giving-grid > *,
.app-grid > *, .tier-grid > *, .sched-grid > *, .steps > *, .aaa-flow-step > * { min-width: 0; }
.section-heading, .hero h1, .aaa-h2, .aaa-quote, .verse-banner blockquote, p, li { overflow-wrap: break-word; }
@media (max-width: 480px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-tagline { font-size: 1.05rem; }
  .section-heading { font-size: 1.95rem; line-height: 1.08; }
  .aaa { padding-left: 1.25rem; padding-right: 1.25rem; }
  .two-col { gap: 1.75rem; }
}
/* Homepage hero is left-aligned for wide screens; center it on phones so it
   stays balanced (matches the centered inner-page heroes). */
@media (max-width: 700px) {
  .hero-aaa { text-align: center; }
  .hero-aaa-inner { padding: 6rem 1.5rem; }
  .hero-aaa-title { font-size: clamp(2.9rem, 13vw, 4.4rem); }
  .hero-aaa-lead { margin-left: auto; margin-right: auto; }
  .hero-aaa-cta { justify-content: center; }
}

/* ============================================================
   CALM PALETTE — lift the near-black to a soft charcoal and drop
   pure white to a calm off-white, so section-to-section brightness
   is gentler at both ends. Loads last → wins.
   ============================================================ */
:root { --c-ink: #1A1A1E; --c-light: #F4F3F0; --c-paper: #EBEAE5; --c-card: #FCFBF9; }

/* Darks → soft charcoal (was near-black #0B0B0F) */
.aaa-dark, .section-dark, .section-dark-mid,
.hero-aaa, .hero:not(.hero-photo),
.site-header, .site-footer, .verse-banner,
.aaa-panel, .address-box, .hq-box,
.event-date, .pill-navy { background: var(--c-ink); }
.btn-gold, .btn-navy { background: var(--c-ink); border-color: var(--c-ink); }
.home .site-header { background: var(--c-ink) !important; }
.site-header.scrolled { background: rgba(26,26,30,.82); }
.home .site-header.scrolled { background: rgba(26,26,30,.82) !important; }
.section-dark .aaa-panel, .aaa-panel.is-soft { background: rgba(255,255,255,.055); }
.btn-aaa-primary.btn-on-light { background: var(--c-ink); }

/* Lights → soft off-white / paper (was #fff / #F5F5F7) */
body, .aaa-light { background: var(--c-light); }
.aaa-paper, .section-alt { background: var(--c-paper); }

/* Cards keep a touch of elevation without the white glare */
.card, .giving-card, .app-card, .group-card, .tier-card,
.form-card, .faq-item, .event-card, .req-list li { background: var(--c-card); }
.card, .giving-card, .app-card, .group-card, .tier-card, .form-card { border-color: #E6E4DE; }
.tier-ministry { background: var(--c-ink); border-color: rgba(232,201,107,.4); }
.section-dark .req-list li { background: rgba(255,255,255,.05); }

/* In-page jump nav for the consolidated pages */
.jumpbar { background: #EFEEE9; border-top: 1px solid #E3E1DB; border-bottom: 1px solid #E3E1DB; }
.jumpbar-inner { max-width: 1080px; margin: 0 auto; padding: .75rem 1.5rem; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: center; }
.jumpbar-label { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: #8a8a8f; font-weight: 700; margin-right: .3rem; }
.jumpbar .pill { text-decoration: none; font-size: .74rem; padding: .32rem .85rem; }
