/* =============================================
   Go For Jesus Now Missions - Conversion Landing Page
   ============================================= */

/* --- Design Tokens --- */
:root {
    --navy: #0b1d3a;
    --navy-deep: #061225;
    --navy-mid: #122b4f;
    --gold: #c9a227;
    --gold-bright: #e6be3a;
    --gold-dark: #a88520;
    --white: #ffffff;
    --off-white: #f4f6f9;
    --gray-100: #eef1f5;
    --gray-200: #dde3eb;
    --gray-500: #7b8a9e;
    --gray-700: #2c3a4e;
    --text: #0b1d3a;
    --text-muted: #4a5b70;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; background: var(--white); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* --- Shared Buttons --- */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 32px; border-radius: 8px; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; cursor: pointer; border: none; }
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn--gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 4px 20px rgba(201,162,39,0.35); }
.lp-btn--gold:hover { background: var(--gold-bright); box-shadow: 0 8px 30px rgba(201,162,39,0.45); }
.lp-btn--outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.5); }
.lp-btn--outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.lp-btn--white { background: var(--white); color: var(--navy); }
.lp-btn--white:hover { background: var(--gray-100); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }

/* =============================================
   NAVIGATION - floating glassy, logo centered
   ============================================= */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 24px; transition: box-shadow 0.3s ease, padding 0.3s ease; }
.site-header.is-scrolled { padding: 10px 24px; box-shadow: 0 8px 32px rgba(0,0,0,0.35); }
.navbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; background: rgba(11,29,58,0.55); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 10px 10px 10px 20px; box-shadow: 0 4px 24px rgba(0,0,0,0.2); transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.site-header.is-scrolled .navbar { background: rgba(11,29,58,0.82); border-color: rgba(255,255,255,0.12); box-shadow: 0 8px 40px rgba(0,0,0,0.4); }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links--right { justify-content: flex-end; padding-right: 10px; }
.nav-links li a { display: block; padding: 8px 14px; color: rgba(255,255,255,0.8); font-size: 0.84rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 8px; transition: color 0.2s ease, background 0.2s ease; white-space: nowrap; }
.nav-links li a:hover { color: #fff; background: rgba(255,255,255,0.1); }
.has-sub { position: relative; }
.has-sub:hover > .sub-menu,
.has-sub.sub-open > .sub-menu { display: block; }
.has-sub::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 12px; background: transparent; }
.submenu-toggle { display: block; padding: 8px 14px; color: rgba(255,255,255,0.8); font-size: 0.84rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 8px; transition: color 0.2s ease, background 0.2s ease; white-space: nowrap; background: none; border: none; cursor: pointer; font-family: inherit; }
.submenu-toggle:hover { color: #fff; background: rgba(255,255,255,0.1); }
.submenu-toggle::after { content: ' \25BE'; font-size: 0.75em; margin-left: 4px; transition: transform 0.2s ease; display: inline-block; }
.has-sub.sub-open .submenu-toggle::after { transform: rotate(180deg); }
.sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background: rgba(11,29,58,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 8px 0; margin-top: 8px; box-shadow: 0 12px 32px rgba(0,0,0,0.4); z-index: 100; }
.sub-menu li a { display: block; padding: 10px 20px; font-size: 0.85rem; color: rgba(255,255,255,0.8); border-radius: 0; text-transform: none; letter-spacing: 0.02em; }
.sub-menu li a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.nav-donate a { background: var(--gold) !important; color: var(--navy-deep) !important; font-weight: 700; padding: 10px 22px !important; border-radius: 8px; }
.nav-donate a:hover { background: var(--gold-bright) !important; box-shadow: 0 4px 16px rgba(201,162,39,0.4); }
.logo { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.15); transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; margin: 0 16px; }
.logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.logo:hover { border-color: var(--gold); transform: scale(1.08); box-shadow: 0 0 20px rgba(201,162,39,0.3); }
.mobile-toggle { display: none; background: transparent; border: 0; color: #fff; font-size: 26px; cursor: pointer; padding: 8px 12px; line-height: 1; }

/* =============================================
   HERO - full viewport, conversion-focused
   ============================================= */
.lp-hero { position: relative; min-height: 36vh; overflow: hidden; background: var(--navy-deep); }
.lp-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.lp-hero-slide.is-active { opacity: 1; z-index: 1; }
.lp-hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); transition: transform 6s ease; }
.lp-hero-slide.is-active img { transform: scale(1); }
.lp-hero-overlay { position: absolute; inset: 0; background: rgba(6,18,37,0.5); z-index: 2; }
.lp-hero-content { position: relative; z-index: 3; max-width: 680px; padding: 80px 0 40px; min-height: 36vh; display: flex; flex-direction: column; justify-content: center; }
.lp-hero-slide-text { opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease, transform 0.6s ease; pointer-events: none; }
.lp-hero-slide-text.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; animation: heroTextIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
@keyframes heroTextIn {
    0% { opacity: 0; transform: translateY(40px) scale(0.95); filter: blur(4px); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.lp-hero-title { margin: 0 0 16px; font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.03em; color: #fff; }
.lp-hero-sub { margin: 0 0 28px; font-size: 1.1rem; line-height: 1.7; color: rgba(255,255,255,0.8); max-width: 520px; }
.lp-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.lp-hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,0.5); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; }
.lp-hero-scroll-line { width: 1px; height: 48px;     background: rgba(255,255,255,0.4); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity:0.4; } 50% { opacity:1; } }

/* =============================================
   IMPACT SCORECARD
   ============================================= */
.lp-scorecard { padding: 36px 0; background: var(--white); border-bottom: 1px solid var(--gray-100); }
.lp-score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.lp-score-item { padding: 16px 12px; }
.lp-score-num { display: block; font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 900; color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; }
.lp-score-label { display: block; margin-top: 10px; font-size: 0.88rem; font-weight: 600; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.1em; }

/* =============================================
   CAROUSEL — Where We Serve
   ============================================= */
.lp-bento { padding: 40px 0 50px; background: var(--off-white); overflow: hidden; }
.lp-bento-head { text-align: center; margin-bottom: 24px; }
.lp-bento-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.02em; color: var(--navy); }
.lp-carousel { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); }
.lp-carousel-track { display: flex; gap: 20px; width: max-content; animation: carouselScroll 30s linear infinite; }
.lp-carousel-track:hover { animation-play-state: paused; }
.lp-carousel-card { flex: 0 0 260px; background: var(--white); border-radius: 14px; padding: 28px 24px; border: 1px solid var(--gray-100); text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; }
.lp-carousel-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(11,29,58,0.1); border-color: var(--gold); }
.lp-carousel-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(11,29,58,0.06); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: background 0.3s ease, color 0.3s ease; }
.lp-carousel-card:hover .lp-carousel-icon { background: var(--navy); color: var(--gold); }
.lp-carousel-card h3 { margin: 0 0 10px; font-size: 1.05rem; font-weight: 800; color: var(--navy); line-height: 1.25; }
.lp-carousel-card p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--text-muted); }
@keyframes carouselScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =============================================
   STORY SECTION
   ============================================= */
.lp-story { padding: 120px 0; background: var(--white); }
.lp-story-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 64px; align-items: center; }
.lp-story-image { border-radius: 50%; overflow: hidden; box-shadow: 0 20px 60px rgba(11,29,58,0.12); width: 280px; height: 280px; margin: 0 auto; flex-shrink: 0; background: var(--navy); }
.lp-story-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lp-story-text h2 { margin: 0 0 24px; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; color: var(--navy); letter-spacing: -0.02em; }
.lp-story-text p { margin: 0 0 18px; font-size: 1.05rem; line-height: 1.8; color: var(--text-muted); }
.lp-story-text .lp-btn { margin-top: 12px; }

/* =============================================
   UPCOMING EVENTS — slider
   ============================================= */
.lp-events { padding: 80px 0 100px; background: var(--white); }
.lp-events-head { text-align: center; margin-bottom: 40px; }
.lp-events-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.02em; color: var(--navy); }
.lp-events-slider { position: relative; max-width: 800px; margin: 0 auto; min-height: 220px; }
.lp-events-slide { position: absolute; top: 0; left: 0; right: 0; display: flex; gap: 28px; align-items: center; background: var(--off-white); border: 1px solid var(--gray-100); border-radius: 16px; padding: 32px 36px; opacity: 0; transform: translateX(40px); transition: opacity 0.5s ease, transform 0.5s ease; pointer-events: none; }
.lp-events-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; position: relative; }
.lp-events-img { flex-shrink: 0; width: 160px; height: 160px; border-radius: 14px; overflow: hidden; }
.lp-events-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-events-body { display: flex; gap: 24px; align-items: center; flex: 1; min-width: 0; }
.lp-events-date--lg { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 80px; height: 80px; background: var(--navy); border-radius: 12px; color: #fff; line-height: 1; }
.lp-events-date--lg .lp-events-day { font-size: 1.6rem; font-weight: 900; }
.lp-events-date--lg .lp-events-month { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-top: 4px; }
.lp-events-date--lg.lp-events-date--recurring { background: var(--gold); }
.lp-events-date--lg.lp-events-date--recurring .lp-events-month { color: var(--navy-deep); }
.lp-events-info { flex: 1; min-width: 0; }
.lp-events-info h3 { margin: 0 0 10px; font-size: 1.2rem; font-weight: 800; color: var(--navy); line-height: 1.3; }
.lp-events-info p { margin: 0; font-size: 0.95rem; line-height: 1.7; color: var(--text-muted); }
.lp-events-donate { display: inline-block; margin-top: 12px; font-size: 0.85rem; font-weight: 700; color: var(--gold-dark); letter-spacing: 0.02em; transition: color 0.2s ease; }
.lp-events-donate:hover { color: var(--gold); }
.lp-events-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.lp-events-prev, .lp-events-next { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gray-200); background: #fff; color: var(--navy); font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease; }
.lp-events-prev:hover, .lp-events-next:hover { border-color: var(--gold); background: var(--gold); color: var(--navy-deep); }
.lp-events-dots { display: flex; gap: 8px; }
.lp-events-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gray-200); border: 0; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease; padding: 0; }
.lp-events-dot.is-active { background: var(--gold); transform: scale(1.2); }

/* =============================================
   FINAL CTA
   ============================================= */
.lp-cta { padding: 100px 0; background: var(--off-white); }
.lp-cta-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.lp-cta-inner h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; color: var(--navy); letter-spacing: -0.02em; }
.lp-cta-inner p { margin: 0 0 36px; font-size: 1.1rem; line-height: 1.75; color: var(--text-muted); }
.lp-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* =============================================
   FOOTER - clean, minimal
   ============================================= */
.site-footer { background: var(--navy-deep); color: #fff; padding-top: 72px; padding-bottom: 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; gap: 48px; padding-bottom: 56px; }
.footer-brand h3 { margin: 0 0 18px; font-size: 1.3rem; font-weight: 800; line-height: 1.3; }
.footer-brand p { margin: 0; font-size: 0.95rem; line-height: 1.65; color: rgba(255,255,255,0.6); max-width: 320px; }
.footer-links h4, .footer-contact h4 { margin: 0 0 20px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); }
.footer-links ul { padding: 0; margin: 0; }
.footer-links li { margin-bottom: 14px; }
.footer-links a { font-size: 0.95rem; color: rgba(255,255,255,0.7); transition: color 0.2s ease; }
.footer-links a:hover { color: #fff; }
.footer-contact p { margin: 0 0 10px; font-size: 0.93rem; line-height: 1.55; color: rgba(255,255,255,0.6); }
.footer-contact a { color: rgba(255,255,255,0.75); transition: color 0.2s ease; }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.35); }

/* =============================================
   SHARED UTILITY
   ============================================= */
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; font-family: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--navy-deep); box-shadow: 0 4px 16px rgba(201,162,39,0.3); }
.btn-secondary { background: var(--navy); color: #fff; }
.btn-ghost { border: 1px solid var(--navy); color: var(--text); background: transparent; }

/* =============================================
   STATIC PAGES - preserved styles
   ============================================= */
.static-page { padding-top: 120px; padding-bottom: 64px; }
.page-hero { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 28px; align-items: center; padding: 32px; background: #fff; }
.page-hero--full { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; }
.page-hero-image-wrapper { display: flex; align-items: center; justify-content: center; }
.page-img-frame { position: relative; width: 100%; max-width: 400px; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 36px rgba(11,29,58,0.12); border: 3px solid var(--gold); }
.page-img-frame img { width: 100%; height: 100%; min-height: 300px; max-height: 520px; object-fit: cover; display: block; }
.page-title { margin: 0 0 10px; font-size: clamp(1.8rem, 3.8vw, 3rem); letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.12; color: var(--navy); }
.page-lead { margin: 0 0 18px; font-size: 1.12rem; color: var(--navy); line-height: 1.7; font-weight: 600; }
.page-copy { line-height: 1.8; color: var(--gray-700); }
.page-copy p { margin: 0 0 16px; }
.page-copy p:first-child { margin-top: 0; }
.page-copy p:last-child { margin-bottom: 0; }
.page-first-p { margin-top: 6px; }
.two-col-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; align-items: start; }

.feature-card { background: #fff; border: 1px solid var(--gray-100); border-radius: 16px; padding: 24px; box-shadow: 0 4px 16px rgba(11,29,58,0.04); }
.feature-card h4 { margin: 0 0 10px; font-size: 1.05rem; color: var(--navy); }
.feature-card p { margin: 0; color: var(--text-muted); line-height: 1.65; font-size: 0.97rem; }
.feature-card-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); border-radius: 16px 16px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.static-grid .feature-card { min-height: 100%; position: relative; padding-top: 24px; overflow: hidden; transition: transform 0.28s ease, box-shadow 0.28s ease; }
.static-grid .feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,29,58,0.08); }

.contact-panel, .donate-panel { background: #fff; border: 1px solid var(--gray-100); border-radius: 16px; padding: 22px; box-shadow: 0 4px 16px rgba(11,29,58,0.04); }
.contact-list { margin: 0; padding-left: 20px; line-height: 1.8; }
.solid-divider { height: 1px; background: var(--gray-200); margin: 18px 0; }

.page-bottom.section-block { padding-top: 32px; }
.page-highlight-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; margin-top: 24px; align-items: start; }
.page-points-panel { background: #fff; border: 1px solid var(--gray-100); border-radius: 16px; padding: 24px; box-shadow: 0 4px 16px rgba(11,29,58,0.04); }
.page-highlights-title { margin: 0 0 16px; font-size: 1.15rem; color: var(--navy); letter-spacing: 0.04em; }
.page-points-list { margin: 0; padding: 0; }
.page-points-list li { position: relative; padding: 8px 0 8px 28px; line-height: 1.6; color: var(--gray-700); border-bottom: 1px solid var(--gray-100); }
.page-points-list li:last-child { border-bottom: 0; }
.page-points-list li::before { content: ''; position: absolute; left: 0; top: 14px; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.page-note-card { background: var(--navy); color: #fff; border-radius: 16px; padding: 28px 26px; box-shadow: 0 16px 40px rgba(11,29,58,0.16); }
.page-note-card blockquote { margin: 0; font-size: 1.05rem; line-height: 1.7; font-style: italic; }
.page-note-card blockquote::before { content: '\201C'; font-size: 2.2rem; line-height: 0; vertical-align: -0.3em; color: var(--gold); margin-right: 4px; }
.page-note-card blockquote::after { content: '\201D'; font-size: 2.2rem; line-height: 0; vertical-align: -0.1em; color: var(--gold); margin-left: 4px; }
.page-note-card p { margin: 16px 0 0; line-height: 1.6; color: rgba(255,255,255,0.8); font-size: 0.95rem; }

/* =============================================
   TESTIMONY PAGE
   ============================================= */
.testimony-page { padding-top: 120px; padding-bottom: 64px; }
.testimony-header { text-align: center; margin-bottom: 36px; }
.testimony-title { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: 0.08em; text-transform: uppercase; margin: 8px 0 0; line-height: 1.1; color: var(--navy); }
.testimony-body { display: flow-root; max-width: 860px; margin: 0 auto; background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(11,29,58,0.06); }
.testimony-photo-wrapper { float: left; width: 200px; margin: 4px 28px 16px 0; text-align: center; }
.testimony-photo-frame { position: relative; display: inline-block; border-radius: 50%; padding: 5px;     background: var(--gold); }
.testimony-photo { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; display: block; box-shadow: 0 4px 16px rgba(11,29,58,0.15); }
.testimony-photo-label { margin-top: 12px; font-size: 0.85rem; font-weight: 700; color: var(--navy); line-height: 1.3; }
.testimony-photo-label span { font-weight: 400; color: var(--gold); font-size: 0.8rem; }
.testimony-text { font-size: 1.05rem; line-height: 1.8; color: var(--gray-700); }
.testimony-lead { font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-top: 0; }
.testimony-text p { margin: 0 0 16px; }
.testimony-text p:last-child { margin-bottom: 0; }
.testimony-milestones { max-width: 860px; margin: 32px auto 0; }
.testimony-milestones-title { text-align: center; font-size: 1.4rem; margin: 0 0 20px; color: var(--navy); letter-spacing: 0.04em; }
.milestones-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.milestone-card { background: #fff; border-radius: 12px; padding: 20px; text-align: center; box-shadow: 0 4px 16px rgba(11,29,58,0.06); border-top: 4px solid var(--gold); }
.milestone-year { font-size: 1.1rem; font-weight: 800; color: var(--gold); margin-bottom: 8px; letter-spacing: 0.06em; }
.milestone-desc { font-size: 0.9rem; line-height: 1.5; color: var(--gray-500); }
.testimony-footer { max-width: 860px; margin: 32px auto 0; }
.testimony-quote-card { background: var(--navy); color: #fff; border-radius: 14px; padding: 28px 32px; text-align: center; }
.testimony-quote-card blockquote { margin: 0; font-size: 1.1rem; line-height: 1.7; font-style: italic; }
.testimony-quote-card blockquote::before { content: '\201C'; font-size: 2.5rem; line-height: 0; vertical-align: -0.4em; color: var(--gold); margin-right: 4px; }
.testimony-quote-card blockquote::after { content: '\201D'; font-size: 2.5rem; line-height: 0; vertical-align: -0.2em; color: var(--gold); margin-left: 4px; }
.testimony-cta { justify-content: center; margin-top: 24px; }

/* =============================================
   MISSIONS PAGE
   ============================================= */
.missions-page { padding-bottom: 64px; }
.missions-hero { position: relative; min-height: 420px; background-size: cover; background-position: center; display: flex; align-items: center; margin-bottom: 0; }
.missions-hero-overlay { width: 100%; padding: 120px 0 70px;     background: rgba(11,29,58,0.85); }
.missions-hero-title { margin: 8px 0 0; font-size: clamp(2.2rem, 5vw, 4rem); color: #fff; text-transform: uppercase; letter-spacing: 0.1em; line-height: 1.08; }
.missions-hero-lead { margin: 18px 0 0; max-width: 680px; font-size: 1.15rem; line-height: 1.7; color: rgba(255,255,255,0.9); }
.missions-intro { max-width: 820px; padding-top: 44px; padding-bottom: 8px; }
.missions-intro p { margin: 0 0 18px; font-size: 1.08rem; line-height: 1.8; color: var(--gray-700); }
.missions-intro-first { font-size: 1.12rem; font-weight: 500; color: var(--navy); }
.missions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.missions-card { position: relative; background: #fff; border-radius: 16px; padding: 28px 24px 24px; box-shadow: 0 4px 18px rgba(11,29,58,0.06); border: 1px solid var(--gray-100); transition: box-shadow 0.25s ease, transform 0.25s ease; }
.missions-card:hover { box-shadow: 0 12px 36px rgba(11,29,58,0.1); transform: translateY(-3px); }
.missions-card-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 0.8rem; font-weight: 800; margin-bottom: 14px; }
.missions-card-title { margin: 0 0 10px; font-size: 1.1rem; color: var(--navy); line-height: 1.3; }
.missions-card-body { margin: 0; font-size: 0.97rem; line-height: 1.7; color: var(--gray-500); }
.missions-callout { margin-top: 44px; background: var(--navy); padding: 60px 0; }
.missions-quote { max-width: 720px; margin: 0 auto; text-align: center; font-size: 1.3rem; line-height: 1.7; color: #fff; font-style: italic; }
.missions-quote-mark { color: var(--gold); font-size: 2.4rem; line-height: 0; vertical-align: -0.35em; }
.missions-cta-section { padding-top: 40px; text-align: center; }
.missions-cta-text { max-width: 640px; margin: 0 auto; font-size: 1.08rem; line-height: 1.7; color: var(--gray-700); }

/* =============================================
   GALLERY PAGE
   ============================================= */
.gallery-page { padding-top: 120px; padding-bottom: 64px; }
.gallery-heading { max-width: 760px; margin-bottom: 28px; }
.gallery-page h1 { margin: 0 0 10px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.05; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); }
.gallery-empty { text-align: center; padding: 48px 0; color: var(--gray-500); font-size: 1.1rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.gallery-card { margin: 0; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(11,29,58,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; }
.gallery-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(11,29,58,0.15); }
.gallery-open { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; position: relative; overflow: hidden; }
.gallery-open img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.5s ease; }
.gallery-card:hover .gallery-open img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(11,29,58,0); color: #fff; opacity: 0; transition: background 0.3s ease, opacity 0.3s ease; }
.gallery-card:hover .gallery-overlay { background: rgba(11,29,58,0.65); opacity: 1; }
.gallery-overlay-icon { font-size: 1.8rem; line-height: 1; }
.gallery-overlay-label { font-size: 0.95rem; font-weight: 700; text-align: center; padding: 0 12px; }
.gallery-open:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.gallery-open:focus-visible .gallery-overlay { background: rgba(11,29,58,0.65); opacity: 1; }
.gallery-card figcaption { padding: 14px 16px; font-size: 0.9rem; color: var(--navy); font-weight: 600; background: #fff; border-top: 1px solid var(--gray-100); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Lightbox */
.gallery-lightbox { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(6,18,37,0.96); z-index: 2000; }
.gallery-lightbox.is-open { display: flex; }
.gallery-lightbox-panel { width: min(1100px, 100%); max-height: 92vh; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 12px; }
.gallery-lightbox-toolbar { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.gallery-control { min-width: 44px; min-height: 44px; border: 1px solid rgba(255,255,255,0.2); background: rgba(11,29,58,0.8); color: #fff; border-radius: 8px; font-size: 1.2rem; font-weight: 600; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; font-family: inherit; }
.gallery-control:hover, .gallery-control:focus-visible { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); outline: 0; }
.gallery-close { margin-left: auto; font-size: 1.5rem; background: rgba(255,255,255,0.1); }
.gallery-lightbox-stage { min-height: 0; display: flex; align-items: center; justify-content: center; background: #051425; border-radius: 10px; overflow: hidden; }
.gallery-lightbox-image { display: block; max-width: 100%; max-height: 75vh; object-fit: contain; user-select: none; }
.gallery-lightbox-caption { margin: 0; color: #e2e8f0; text-align: center; font-weight: 600; font-size: 0.95rem; min-height: 1.4em; }

/* =============================================
    CONTACT PAGE
    ============================================= */
.contact-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.contact-detail-card { background: #fff; border: 1px solid var(--gray-100); border-radius: 16px; padding: 28px 24px; box-shadow: 0 4px 16px rgba(11,29,58,0.06); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.contact-detail-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(11,29,58,0.1); }
.contact-detail-card--wide { grid-column: 1 / -1; }
.contact-detail-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(201,162,39,0.12); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.contact-detail-card h4 { margin: 0 0 12px; font-size: 1.1rem; color: var(--navy); letter-spacing: 0.02em; }
.contact-detail-card p { margin: 0 0 8px; font-size: 1rem; line-height: 1.6; color: var(--gray-500); }
.contact-detail-card p:last-child { margin-bottom: 0; }
.contact-detail-card a { color: var(--navy); text-decoration: none; font-weight: 600; transition: color 0.18s ease; }
.contact-detail-card a:hover { color: var(--gold); }
.contact-badge { display: inline-block; padding: 2px 8px; border-radius: 999px; background: rgba(201,162,39,0.15); color: var(--gold-dark); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; vertical-align: middle; margin-left: 6px; }
.contact-form-section { margin-top: 40px; }
.contact-map-wrap { margin: 40px 0; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(11,29,58,0.1); }
.contact-map { width: 100%; height: 380px; }
.contact-form-card { background: #fff; border: 1px solid var(--gray-100); border-radius: 16px; padding: 40px 36px; box-shadow: 0 4px 16px rgba(11,29,58,0.06); }
.contact-form-title { margin: 0 0 24px; font-size: 1.6rem; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.contact-form-field { display: flex; flex-direction: column; margin-bottom: 20px; }
.contact-form-row .contact-form-field { margin-bottom: 0; }
.contact-form-field label { margin-bottom: 8px; font-size: 0.88rem; font-weight: 600; color: var(--navy); letter-spacing: 0.02em; }
.contact-form-field .optional { font-weight: 400; color: var(--gray-500); }
.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea { padding: 12px 16px; border: 1px solid var(--gray-200); border-radius: 10px; font-size: 0.97rem; font-family: inherit; color: var(--text); background: var(--off-white); transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; outline: none; }
.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder { color: var(--gray-500); }
.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,0.15); background: #fff; }
.contact-form-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%237b8a9e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer; }
.contact-form-field textarea { resize: vertical; min-height: 140px; }
.contact-form-actions { margin-top: 8px; }

/* =============================================
   TESTIMONIES PAGE
   ============================================= */
.testimonies-page { padding-top: 120px; padding-bottom: 64px; }
.testimonies-section { margin-top: 48px; }
.section-heading.compact h3 { margin: 0 0 8px; font-size: clamp(1.4rem, 2.5vw, 2rem); color: var(--navy); letter-spacing: 0.04em; }
.testimonies-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 28px; }
.testimony-video-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 18px rgba(11,29,58,0.06); border: 1px solid var(--gray-100); transition: transform 0.28s ease, box-shadow 0.28s ease; }
.testimony-video-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(11,29,58,0.12); }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: var(--navy); }
.video-wrapper iframe,
.video-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-wrapper img { object-fit: cover; }
.testimony-video-info { padding: 18px 20px; }
.testimony-video-info h4 { margin: 0 0 8px; font-size: 1.05rem; color: var(--navy); }
.testimony-video-info p { margin: 0; font-size: 0.95rem; line-height: 1.6; color: var(--gray-500); }
.testimonies-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.testimony-story-card { position: relative; background: #fff; border-radius: 16px; padding: 24px 22px 22px; box-shadow: 0 4px 16px rgba(11,29,58,0.06); border: 1px solid var(--gray-100); overflow: hidden; transition: transform 0.28s ease, box-shadow 0.28s ease; }
.testimony-story-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(11,29,58,0.1); }
.testimony-story-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px;     background: var(--gold); }
.testimony-story-content h4 { margin: 0 0 10px; font-size: 1.05rem; color: var(--navy); }
.testimony-story-content p { margin: 0; font-size: 0.95rem; line-height: 1.7; color: var(--gray-500); }
.testimonies-cta-section { margin-top: 48px; }
.testimonies-cta-section .testimony-quote-card { margin-bottom: 28px; }
.testimonies-cta-section footer { color: #fff; font-style: normal; font-size: 0.95rem; }
.testimonies-share { text-align: center; max-width: 640px; margin: 0 auto; }

/* =============================================
   SECTION BLOCK UTILITY
   ============================================= */
.section-block { padding-top: 26px; }

/* =============================================
   RESPONSIVE - tablet
   ============================================= */
@media (max-width: 1024px) {
    .lp-story-grid { gap: 40px; }
    .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 900px) {
    /* Nav mobile */
    .site-header { padding: 10px 12px; }
    .site-header.is-scrolled { padding: 8px 12px; }
    .mobile-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(255,255,255,0.1); color: var(--gold); border-radius: 10px; font-size: 22px; border: 1px solid rgba(255,255,255,0.1); cursor: pointer; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
    .logo { display: none; }
    .navbar { grid-template-columns: 1fr auto; padding: 6px 8px 6px 14px; }
    .nav-links { display: none; flex-direction: column; gap: 0; padding: 0; margin: 8px 0 0; background: rgba(11,29,58,0.96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 12px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.08); grid-column: 1 / -1; }
    .nav-links--right { margin-top: 0; }
    .navbar.open .nav-links { display: flex; }
    .navbar.open .nav-links--right { order: 2; }
    .nav-links li a { display: block; padding: 16px 20px; font-size: 0.95rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .nav-links li:last-child a,
    .nav-links--right li:last-child a { border-bottom: 0; }
    .has-sub .sub-menu { display: none; position: static; background: rgba(255,255,255,0.04); border: none; border-radius: 0; padding: 0; margin-top: 0; box-shadow: none; }
    .has-sub.sub-open .sub-menu { display: block; }
    .submenu-toggle { width: 100%; text-align: left; padding: 16px 20px; font-size: 0.95rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .sub-menu li a { padding: 14px 20px 14px 36px; font-size: 0.9rem; font-weight: 500; }
    .nav-donate a { border-radius: 8px !important; padding: 16px 20px !important; font-size: 0.95rem !important; }

    /* Hero */
    .lp-hero-content { padding: 80px 0 40px; }
    .lp-hero-title { font-size: clamp(1.8rem, 7vw, 2.8rem); }
    .lp-hero-sub { font-size: 1rem; }
    .lp-hero-actions { flex-direction: column; }
    .lp-hero-actions .lp-btn { width: 100%; }

    /* Scorecard */
    .lp-score-grid { grid-template-columns: 1fr 1fr; gap: 16px; }

    /* Story */
    .lp-story-grid { grid-template-columns: 1fr; gap: 32px; }
    .lp-story-image img { min-height: auto; max-height: 400px; }

    /* Page layouts */
    .page-hero { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
    .page-hero-image-wrapper { order: -1; }
    .page-img-frame { max-width: 100%; }
    .page-img-frame img { min-height: 200px; max-height: 340px; }
    .page-highlight-grid { grid-template-columns: 1fr; }
    .two-col-grid { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .missions-hero { min-height: 300px; }
    .missions-hero-overlay { padding: 120px 0 44px; }
    .missions-grid { grid-template-columns: 1fr; }
    .milestones-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .gallery-lightbox { padding: 12px; }
    .gallery-lightbox-image { max-height: 68vh; }
    .contact-details-grid { grid-template-columns: 1fr; }
    .contact-detail-card--wide { grid-column: auto; }
    .contact-form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form-card { padding: 28px 22px; }
    .lp-events-slide { flex-direction: column; text-align: center; padding: 28px 24px; gap: 16px; }
    .lp-events-info h3 { font-size: 1.15rem; }
    .testimonies-video-grid { grid-template-columns: 1fr; }
    .testimonies-stories-grid { grid-template-columns: repeat(2, 1fr); }
    .testimony-photo-wrapper { float: none; display: block; margin: 0 auto 20px; width: 160px; }
    .testimony-body { text-align: center; padding: 24px; }
    .testimony-text { text-align: left; }
}

@media (max-width: 600px) {
    .container { padding: 0 18px; }

    /* Hero */
    .lp-hero-content { padding: 70px 0 36px; }
    .lp-hero-scroll { display: none; }

    /* Scorecard */
    .lp-score-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .lp-score-item { padding: 14px 10px; }
    .lp-score-num { font-size: 2rem; }
    .lp-score-label { font-size: 0.78rem; }

    /* CTA */
    .lp-cta-actions { flex-direction: column; align-items: stretch; }
    .lp-cta-actions .lp-btn { width: 100%; }

    /* Footer */
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }

    /* Other pages */
    .static-page, .testimony-page, .gallery-page, .testimonies-page { padding-top: 100px; }
    .missions-hero-overlay { padding: 100px 0 32px; }
    .page-title { font-size: clamp(1.4rem, 6vw, 2rem); }
    .static-grid { grid-template-columns: 1fr; gap: 14px; }
    .feature-grid { grid-template-columns: 1fr; }
    .milestones-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; gap: 16px; }
    .gallery-lightbox-image { max-height: 60vh; }
    .testimonies-stories-grid { grid-template-columns: 1fr; }
    .testimony-video-info, .testimony-story-card { padding: 18px 16px; }
}

@media (max-width: 480px) {
    .lp-hero-title { font-size: clamp(1.6rem, 8vw, 2.2rem); }
    .lp-bento-head h2, .lp-story-text h2, .lp-cta-inner h2 { font-size: 1.6rem; }
    .page-img-frame img { min-height: 180px; max-height: 260px; }
    .missions-hero { min-height: 240px; }
    .missions-hero-overlay { padding: 100px 0 28px; }
    .missions-card-num { width: 30px; height: 30px; font-size: 0.72rem; }
}
