/* ============================================================
   FOSTERING HOPE RVA — impact.css (page-specific, shared chrome lives in home.css)
   Design & Develop By American Softec
   ============================================================ */

   IMPACT HERO / BANNER
============================================================ */
.impact-hero {
    position: relative;
    min-height: calc(72vh - var(--hh) - var(--tbh));
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.ih-bg { position: absolute; inset: 0; }
.ih-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transform: scale(1.05); animation: bgKen 18s ease-in-out infinite alternate; }
@keyframes bgKen { from{transform:scale(1.05) translateX(0)} to{transform:scale(1.08) translateX(-1.5%)} }
.ih-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,20,42,0.90) 0%, rgba(15,37,64,0.80) 50%, rgba(10,25,50,0.88) 100%); }
.ih-lines { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ihl { position: absolute; background: linear-gradient(90deg, transparent, rgba(212,146,14,0.18), transparent); height: 1px; }
.ihl1 { top: 32%; width: 100%; animation: scanLine 9s ease-in-out infinite; }
.ihl2 { top: 65%; width: 65%; left: 35%; animation: scanLine 12s ease-in-out 2s infinite reverse; }
@keyframes scanLine { 0%,100%{opacity:0;transform:scaleX(0.2) translateX(-30%)} 50%{opacity:1;transform:scaleX(1) translateX(0)} }
.ih-content {
    position: relative; z-index: 2;
    width: 100%; max-width: 860px; margin: 0 auto;
    padding: 90px 28px 110px;
    display: flex; flex-direction: column; align-items: center; text-align: center;
}
.ih-breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 24px; opacity: 0; animation: fadeUp 0.7s var(--ease) 0.1s forwards; }
.ih-breadcrumb a { color: rgba(255,255,255,0.55); transition: color var(--fast); }
.ih-breadcrumb a:hover { color: var(--gold-bright); }
.ih-breadcrumb i { font-size: 0.55rem; color: rgba(255,255,255,0.25); }
.ih-breadcrumb span { color: var(--gold-bright); }
.ih-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(212,146,14,0.14); border: 1px solid rgba(212,146,14,0.32); color: var(--gold-bright); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; padding: 8px 20px; border-radius: var(--r-pill); margin-bottom: 24px; opacity: 0; animation: fadeUp 0.7s var(--ease) 0.25s forwards; }
.ih-headline { font-family: var(--font-serif); font-size: clamp(3.5rem, 9vw, 6.5rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; color: var(--white); margin-bottom: 20px; opacity: 0; animation: fadeUp 0.75s var(--ease) 0.42s forwards; }
.ih-tagline { max-width: 560px; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.7; color: var(--gold-bright); font-style: italic; font-weight: 500; opacity: 0; animation: fadeUp 0.7s var(--ease) 0.65s forwards; }
.ih-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fadeUp 0.7s var(--ease) 1.2s forwards; z-index: 2; }
.ih-scroll span { font-size: 0.63rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.ih-mouse { width: 22px; height: 35px; border-radius: 11px; border: 1.5px solid rgba(255,255,255,0.22); display: flex; justify-content: center; padding-top: 6px; }
.ih-wheel { width: 3px; height: 7px; border-radius: 2px; background: var(--gold-bright); animation: scrollWheel 2s ease infinite; }
@keyframes scrollWheel { 0%{transform:translateY(0);opacity:1} 75%{transform:translateY(12px);opacity:0} 100%{transform:translateY(0);opacity:0} }

/* ============================================================
   INTRO
============================================================ */
.intro-section { padding: 100px 0 90px; background: var(--white); }
.intro-inner { max-width: 780px; margin: 0 auto; }
.intro-body { font-size: 1.05rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 8px; }
.intro-body strong { color: var(--navy); font-weight: 600; }
.intro-pull { position: relative; background: var(--off-white); border-left: 4px solid var(--gold); border-radius: 0 var(--r-lg) var(--r-lg) 0; padding: 32px 40px; margin: 40px 0; }
.intro-pull i { font-size: 1.6rem; color: rgba(212,146,14,0.30); display: block; margin-bottom: 10px; }
.intro-pull p { font-family: var(--font-serif); font-size: 1.4rem; font-style: italic; font-weight: 600; color: var(--navy); line-height: 1.5; }

/* ============================================================
   PROGRAMS & SERVICES
============================================================ */
.services-section { position: relative; padding: 110px 0; overflow: hidden; }
.services-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--navy) 0%, #0a1e38 100%); }
.services-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 10% 50%, rgba(212,146,14,0.07) 0%, transparent 55%), radial-gradient(ellipse at 90% 20%, rgba(255,255,255,0.03) 0%, transparent 50%); }
.services-section .container { position: relative; z-index: 1; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--r-lg); padding: 34px 30px; backdrop-filter: blur(8px); transition: background var(--med), border-color var(--med), transform var(--med), box-shadow var(--med); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-bright)); transform: scaleX(0); transform-origin: left; transition: transform var(--med) var(--ease); }
.service-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(212,146,14,0.30); transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.25); }
.service-card:hover::before { transform: scaleX(1); }
.service-card--wide { grid-column: span 2; }
.service-icon { width: 54px; height: 54px; border-radius: var(--r-md); background: rgba(212,146,14,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--gold-bright); margin-bottom: 18px; transition: background var(--fast); }
.service-card:hover .service-icon { background: var(--gold); color: var(--white); }
.service-card h3 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.25; }
.service-card p { font-size: 0.88rem; line-height: 1.75; color: rgba(255,255,255,0.62); }

/* ============================================================
   IMPACT SINCE 2021 — STATS
============================================================ */
.stats-section { padding: 110px 0; background: var(--off-white); }
.stats-categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat-cat { background: var(--white); border-radius: var(--r-lg); padding: 30px 28px; border: 1px solid var(--border-d); transition: box-shadow var(--med), transform var(--med), border-color var(--med); }
.stat-cat:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.08); transform: translateY(-4px); }
.stat-cat--pink { background: linear-gradient(160deg, #fff 60%, var(--pink-blush) 100%); border-color: rgba(200,137,154,0.22); }
.stat-cat--pink:hover { border-color: var(--pink); box-shadow: 0 16px 48px rgba(200,137,154,0.18); }
.stat-cat-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--border-d); }
.stat-cat-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--gold-light); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.05rem; flex-shrink: 0; }
.stat-cat--pink .stat-cat-icon { background: var(--pink-muted); color: var(--pink); }
.stat-cat-head h3 { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; color: var(--navy); line-height: 1.25; }
.stat-cat--pink .stat-cat-head h3 { color: var(--mauve); }
.stat-cat-items { display: flex; flex-direction: column; gap: 18px; }
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-num { display: flex; align-items: flex-start; gap: 2px; }
.stat-count { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-cat--pink .stat-count { color: var(--mauve); }
.stat-plus { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--gold-bright); margin-top: 2px; }
.stat-cat--pink .stat-plus { color: var(--pink); }
.stat-item p { font-size: 0.83rem; line-height: 1.55; color: var(--text-mid); }
.stat-cat-items--single .stat-item { gap: 6px; }

/* ============================================================
   MORE THAN NUMBERS
============================================================ */
.stories-section { position: relative; padding: 110px 0; overflow: hidden; }
.stories-bg { position: absolute; inset: 0; background: linear-gradient(150deg, #081420 0%, var(--navy) 55%, #0d1f38 100%); }
.stories-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(212,146,14,0.10) 0%, transparent 55%); }
.stories-section .container { position: relative; z-index: 1; }
.stories-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.stories-lead { font-family: var(--font-serif); font-size: 1.5rem; font-style: italic; font-weight: 600; color: var(--white); margin: 0 0 36px; }
.stories-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 40px; text-align: left; }
.story-line { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--r-md); padding: 16px 20px; font-size: 0.95rem; line-height: 1.65; color: rgba(255,255,255,0.78); }
.story-line i { color: var(--gold-bright); font-size: 1rem; margin-top: 3px; flex-shrink: 0; }
.stories-emphasis { font-family: var(--font-serif); font-size: 1.65rem; font-weight: 700; font-style: italic; color: var(--gold-bright); margin-bottom: 24px; }
.stories-body { font-size: 0.98rem; line-height: 1.85; color: rgba(255,255,255,0.60); }

/* ============================================================
   JOIN THE MOVEMENT — CTA
============================================================ */
.movement-section { position: relative; padding: 110px 0; overflow: hidden; }
.movement-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #060e1c 0%, var(--navy) 50%, #0c1e36 100%); }
.movement-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 50%, rgba(212,146,14,0.10) 0%, transparent 55%); }
.movement-section .container { position: relative; z-index: 1; }
.movement-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.movement-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.70rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 18px; }
.movement-inner h2 { font-family: var(--font-serif); font-size: clamp(2rem, 5vw, 2.9rem); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 20px; }
.movement-inner h2 em { font-style: italic; color: var(--gold-bright); }
.movement-tagline { font-family: var(--font-serif); font-size: 1.3rem; font-style: italic; color: rgba(255,255,255,0.85); margin-bottom: 10px; }
.movement-tagline strong { color: var(--gold-bright); font-weight: 700; font-style: normal; }
.movement-sub { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,0.55); margin-bottom: 40px; }
.movement-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ============================================================

/* ============================================================
   RESPONSIVE (page-specific only)
============================================================ */
@media (max-width: 900px) {
    .stats-categories { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: 1fr; }
    .service-card--wide { grid-column: span 1; }
}

@media (max-width: 640px) {
    .impact-hero { min-height: 62vh; }
    .ih-content { padding: 60px 20px 90px; }
    .ih-headline { font-size: clamp(2.8rem, 13vw, 4rem); }
    .intro-section, .services-section, .stats-section, .stories-section, .movement-section { padding: 72px 0; }
    .intro-pull { padding: 24px 22px; }
    .intro-pull p { font-size: 1.2rem; }
    .service-card { padding: 26px 22px; }
    .stats-categories { grid-template-columns: 1fr; }
    .stat-cat { padding: 24px 22px; }
    .stories-emphasis { font-size: 1.35rem; }
    .movement-btns { flex-direction: column; align-items: center; }
    .ih-scroll { display: none; }
}

@media (max-width: 400px) {
    .ih-headline { font-size: 2.6rem; }
}

@media (prefers-reduced-motion: reduce) {
    .ih-bg-img { animation: none; }
}
