@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
    --forest: #176b4e;
    --forest-dark: #0d4f3b;
    --gold: #e0a73c;
    --sand: #f6f3ed;
    --ink: #19332a;
    --muted: #64736c;
    --line: #dfe4dd;
}

body { color: var(--ink); font-family: "DM Sans", Arial, sans-serif; background: #fff; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--forest); }
.topbar { background: var(--forest-dark); color: rgba(255,255,255,.85); font-size: .82rem; padding: 9px 0; }
.topbar a:hover { color: #fff; }
.navbar { min-height: 82px; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; }
.brand-name { color: var(--forest-dark); font-size: .83rem; font-weight: 800; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; }
.brand-name small { font-size: .72rem; letter-spacing: .08em; }
.nav-link { color: #385248; font-size: .92rem; font-weight: 600; padding-left: .9rem !important; padding-right: .9rem !important; }
.nav-link.active, .nav-link:hover { color: var(--forest) !important; }
.btn-primary { background: var(--forest); border-color: var(--forest); }
.btn-primary:hover { background: var(--forest-dark); border-color: var(--forest-dark); }
.btn-gold { color: #1e3328; background: var(--gold); border-color: var(--gold); font-weight: 700; }
.btn-gold:hover { background: #f0bd58; border-color: #f0bd58; color: #1e3328; }
.hero { background: var(--sand); padding: 84px 0 96px; }
.hero-banner { background: var(--forest-dark); color: #fff; }
.hero-banner .carousel,
.hero-banner .carousel-inner,
.hero-banner .carousel-item { min-height: 440px; }
.hero-banner .carousel-item { position: relative; overflow: hidden; }
.hero-banner .carousel-item > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,79,59,.94), rgba(13,79,59,.7) 45%, rgba(13,79,59,.2)); }
.hero-banner-content { position: relative; z-index: 1; min-height: 440px; display: flex; flex-direction: column; justify-content: center; padding-top: 36px; padding-bottom: 58px; }
.hero-banner h2 { font-family: Fraunces, Georgia, serif; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.05em; max-width: 650px; }
.hero-banner h2 em { color: var(--gold); font-style: italic; }
.hero-banner-content > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.75; max-width: 540px; }
.hero-banner .carousel-indicators { justify-content: flex-start; margin: 0 auto 24px; padding: 0 12px; max-width: 1320px; }
.hero-banner .carousel-indicators [data-bs-target] { width: 34px; height: 4px; border: 0; opacity: .55; }
.hero-banner .carousel-indicators .active { background: var(--gold); opacity: 1; }
.hero-banner .carousel-control-prev, .hero-banner .carousel-control-next { width: 8%; opacity: .85; }
.hero-banner .carousel-control-prev-icon, .hero-banner .carousel-control-next-icon { background-color: rgba(13,79,59,.7); border-radius: 50%; padding: 23px; background-size: 48%; }
.eyebrow { color: var(--forest); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; background: var(--gold); margin: 0 11px 3px 0; }
.hero h1, h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.hero h1 { color: var(--forest); font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.05em; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-copy { color: var(--muted); font-size: 1.12rem; line-height: 1.8; max-width: 580px; }
.hero-image { height: 520px; object-fit: cover; border-radius: 0 0 92px 0; box-shadow: 24px 24px 0 rgba(224,167,60,.2); }
.image-caption { background: rgba(13,79,59,.9); bottom: 0; color: #fff; left: 0; padding: 18px 23px; right: 0; }
.stats { background: var(--forest); color: #fff; }
.stat-number { color: var(--gold); font-family: Georgia, serif; font-size: 2.6rem; }
.stat-label { color: rgba(255,255,255,.75); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.section-pad { padding: 92px 0; }
.section-sand { background: var(--sand); }
.section-title { color: var(--forest-dark); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.05; }
.lead-copy { color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.value-card, .program-card, .story-card { border: 1px solid var(--line); height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
.value-card:hover, .program-card:hover, .story-card:hover { box-shadow: 0 16px 32px rgba(25,51,42,.09); transform: translateY(-4px); }
.value-icon { color: var(--gold); font-size: 2rem; }
.program-card { background: #fff; padding: 30px; }
.program-card h3 { color: var(--forest-dark); font-size: 1.5rem; }
.program-card p, .story-card p { color: var(--muted); line-height: 1.7; }
.program-icon { background: rgba(224,167,60,.18); border-radius: 50%; color: var(--forest); display: inline-flex; font-size: 1.35rem; height: 48px; align-items: center; justify-content: center; width: 48px; }
.photo-card { height: 340px; object-fit: cover; width: 100%; }
.story-card { overflow: hidden; background: #fff; }
.story-card img { height: 215px; object-fit: cover; width: 100%; }
.story-card .card-body { padding: 24px; }
.story-meta { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.partner-list { color: var(--forest-dark); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.support-strip { background: var(--forest); color: #fff; }
.support-strip h2 { font-size: 2.5rem; }
.footer { background: #0c3f30; color: rgba(255,255,255,.7); }
.footer-logo { background: #fff; border-radius: 50%; height: 58px; object-fit: contain; padding: 4px; width: 58px; }
.footer h5, .footer h6 { color: #fff; }
.footer h6 { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.footer a, .footer-contact { display: block; font-size: .9rem; margin: 0 0 12px; }
.footer-copy { line-height: 1.8; max-width: 440px; }
.social-links a { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: inline-flex; height: 36px; align-items: center; justify-content: center; margin-right: 7px; width: 36px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); font-size: .78rem; }
.page-hero { background: var(--sand); padding: 76px 0; }
.page-hero h1 { color: var(--forest); font-size: clamp(2.7rem, 5vw, 5rem); }
.map-pills span { background: #eaf0e8; border-radius: 99px; color: var(--forest-dark); display: inline-block; font-size: .88rem; margin: 4px; padding: 9px 14px; }
.contact-card { background: var(--forest); color: #fff; }
.contact-card a { color: #fff; }
.admin-shell { background: var(--sand); min-height: 70vh; }
.admin-sidebar { background: var(--forest-dark); min-height: 70vh; color: #fff; }
.admin-sidebar a { color: rgba(255,255,255,.8); display: block; padding: 11px 0; }
.admin-sidebar a:hover { color: var(--gold); }
.admin-table img { height: 52px; object-fit: cover; width: 72px; }
@media (max-width: 991px) {
    .hero-banner .carousel,
    .hero-banner .carousel-inner,
    .hero-banner .carousel-item,
    .hero-banner-content { min-height: 510px; }
    .hero-banner-content { padding-top: 42px; padding-bottom: 70px; }
    .hero { padding: 56px 0 70px; }
    .hero-image { height: 390px; margin-top: 25px; }
    .nav-link { padding-bottom: .65rem !important; padding-top: .65rem !important; }
}