:root {
  --forest: #173f35;
  --forest-deep: #0c2d26;
  --leaf: #3b7f50;
  --lime: #a8be4b;
  --marigold: #efa42e;
  --coral: #e7634f;
  --berry: #9b3558;
  --cream: #fff9ef;
  --sand: #f4ebda;
  --white: #fff;
  --ink: #1c2c28;
  --muted: #65716d;
  --line: rgba(23, 63, 53, .14);
  --shadow: 0 22px 60px rgba(24, 58, 48, .14);
  --shadow-soft: 0 12px 32px rgba(24, 58, 48, .09);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--forest); text-decoration: none; }
a:hover, a:focus { color: var(--berry); }
img { display: block; max-width: 100%; }
section { padding: clamp(72px, 9vw, 126px) 0; }
em { color: var(--berry); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }

.container { max-width: 1240px; }
.site-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; border-radius: 0 0 12px 12px; color: #fff; background: var(--forest-deep); }
.skip-link:focus { top: 0; color: #fff; }

.top-ribbon { color: #fff; background: var(--forest-deep); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.top-ribbon .container { display: flex; align-items: center; justify-content: space-between; min-height: 32px; }
.top-ribbon span:last-child { color: #f7c460; letter-spacing: .04em; }

.navbar { min-height: 91px; padding: 10px 0; background: rgba(255, 249, 239, .96); border-bottom: 1px solid rgba(23, 63, 53, .08); box-shadow: 0 8px 30px rgba(23, 63, 53, .06); backdrop-filter: blur(14px); }
.navbar-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; color: var(--forest-deep); }
.brand-logo { width: 49px; height: 61px; object-fit: contain; mix-blend-mode: multiply; }
.brand-name { display: flex; flex-direction: column; font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; font-weight: 700; line-height: 1.05; }
.brand-name span { margin-top: 5px; color: var(--leaf); font-family: "Avenir Next", Avenir, sans-serif; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.navbar-nav { gap: 8px; align-items: center; }
.nav-link { position: relative; padding: 10px 14px !important; color: var(--ink); font-size: .93rem; font-weight: 700; }
.nav-link::after { position: absolute; right: 14px; bottom: 5px; left: 14px; height: 2px; content: ""; background: var(--marigold); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--forest); }
.nav-contact { margin-left: 6px; padding: 10px 19px !important; color: #fff !important; background: var(--forest); border-radius: 999px; }
.nav-contact::after { display: none; }
.nav-contact:hover { background: var(--berry); }
.navbar-toggler { width: 46px; height: 42px; padding: 8px; border: 0; border-radius: 12px; background: var(--sand); box-shadow: none !important; }
.navbar-toggler span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--forest); transition: transform .2s ease, opacity .2s ease; }
.navbar-toggler[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.navbar-toggler[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.navbar-toggler[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--coral); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--marigold); box-shadow: 13px 0 0 var(--coral), 26px 0 0 var(--berry); margin-right: 27px; }
.text-warm { color: #ffd377 !important; }
.section-title { margin: 0; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.8vw, 4.5rem); font-weight: 700; line-height: 1.04; letter-spacing: -.045em; }
.lead { color: #485955; font-size: 1.18rem; line-height: 1.7; }
.section-soft { background: #f1eadc; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 52px; }
.section-heading-aside { max-width: 390px; }
.section-heading-aside p { color: var(--muted); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 12px 22px; border-radius: 999px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--coral); border-color: var(--coral); box-shadow: 0 10px 24px rgba(231, 99, 79, .25); }
.btn-primary:hover, .btn-primary:focus { color: #fff; background: var(--berry); border-color: var(--berry); }
.btn-light { color: var(--forest); background: #fff; border-color: #fff; }
.btn-light:hover { color: #fff; background: var(--berry); border-color: var(--berry); }
.btn-outline-primary { color: var(--forest); border-color: var(--forest); }
.btn-outline-primary:hover, .btn-outline-primary.active { color: #fff; background: var(--forest); border-color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; color: var(--forest); border-bottom: 2px solid var(--marigold); font-size: .88rem; font-weight: 900; }
.text-link .site-icon { transition: transform .2s ease; }
.text-link:hover .site-icon { transform: translateX(4px); }

/* Homepage */
.home-hero { position: relative; overflow: hidden; min-height: 730px; padding: clamp(72px, 8vw, 112px) 0; background: linear-gradient(120deg, #fff9ef 0 61%, #f5dfba 61% 100%); }
.home-hero::before { position: absolute; left: -110px; bottom: -140px; width: 350px; height: 350px; content: ""; border: 65px solid rgba(239, 164, 46, .13); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-copy h1 { margin: 0; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.35rem, 6.3vw, 6.3rem); font-weight: 700; line-height: .93; letter-spacing: -.065em; }
.hero-description { width: 100%; max-width: 560px; margin: 30px 0 0; color: #56635f; font-size: clamp(1.05rem, 1.4vw, 1.24rem); overflow-wrap: anywhere; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 35px; }
.watch-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: .88rem; font-weight: 900; }
.play-small { display: grid; width: 40px; height: 40px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; }
.play-small .site-icon { width: 16px; }
.hero-location { display: flex; gap: 10px; align-items: center; margin-top: 45px; color: var(--muted); font-size: .85rem; }
.hero-location .site-icon { color: var(--coral); }
.hero-visual { position: relative; min-height: 545px; }
.hero-photo { position: absolute; inset: 0 0 0 20px; width: calc(100% - 20px); height: 100%; object-fit: cover; object-position: center 34%; border-radius: 48% 48% 38px 38px; box-shadow: var(--shadow); }
.hero-visual::after { position: absolute; inset: 18px -18px -18px 38px; z-index: -1; content: ""; border: 2px solid rgba(155, 53, 88, .24); border-radius: 48% 48% 38px 38px; }
.hero-sun { position: absolute; z-index: 3; top: -42px; right: -35px; display: grid; width: 94px; height: 94px; place-items: center; color: #fff; background: var(--marigold); border-radius: 50%; box-shadow: 0 14px 34px rgba(239, 164, 46, .3); }
.hero-sun .site-icon { width: 46px; height: 46px; }
.hero-photo-label { position: absolute; z-index: 3; right: -25px; bottom: 32px; display: flex; align-items: center; gap: 9px; padding: 11px 18px; color: #fff; background: var(--forest-deep); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.live-dot { width: 8px; height: 8px; background: var(--marigold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239, 164, 46, .2); }
.hero-note { position: absolute; z-index: 4; left: -48px; bottom: -28px; display: flex; gap: 12px; align-items: center; padding: 17px 20px; background: #fff; border-radius: 17px; box-shadow: var(--shadow-soft); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { color: var(--forest); font-family: Georgia, serif; }
.hero-note span { color: var(--muted); font-size: .78rem; }
.note-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--berry); border-radius: 50%; }
.hero-petals { position: absolute; z-index: 3; top: 20%; left: -12px; }
.hero-petals i { display: block; width: 22px; height: 10px; margin: 7px; background: var(--lime); border-radius: 100% 0 100% 0; transform: rotate(-30deg); }
.hero-petals i:nth-child(2) { margin-left: -2px; background: var(--coral); transform: rotate(20deg); }
.hero-petals i:nth-child(3) { margin-left: 10px; background: var(--marigold); transform: rotate(55deg); }

.values-ribbon { position: relative; z-index: 5; color: #fff; background: var(--forest); }
.ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ribbon-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 76px; padding: 15px; border-right: 1px solid rgba(255,255,255,.13); font-size: .82rem; font-weight: 800; }
.ribbon-grid > div:last-child { border-right: 0; }
.ribbon-grid .site-icon { color: #f4c45e; font-size: 1.25rem; }

.home-about { background: #fff; }
.about-collage { position: relative; min-height: 570px; }
.about-main-photo { position: absolute; top: 0; left: 0; width: 82%; height: 400px; object-fit: cover; border-radius: 120px 24px 24px 24px; box-shadow: var(--shadow-soft); }
.about-small-photo { position: absolute; right: 0; bottom: 0; width: 48%; height: 260px; object-fit: cover; border: 10px solid #fff; border-radius: 24px 24px 95px 24px; box-shadow: var(--shadow-soft); }
.collage-caption { position: absolute; left: 8%; bottom: 51px; z-index: 2; padding: 18px 22px; color: #fff; background: var(--berry); border-radius: 16px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; line-height: 1.2; transform: rotate(-3deg); }
.collage-caption em { color: #ffd27b; }
.collage-circle { position: absolute; top: 32px; right: 5%; width: 92px; height: 92px; border: 18px solid rgba(239, 164, 46, .45); border-radius: 50%; }
.about-copy { padding-left: clamp(0px, 4vw, 52px); }
.about-copy .lead { margin-top: 28px; }
.about-copy .text-link { margin-top: 10px; }

.home-initiatives { position: relative; overflow: hidden; background: #f2eadc; }
.home-initiatives::before { position: absolute; top: -210px; right: -200px; width: 470px; height: 470px; content: ""; border: 80px solid rgba(155, 53, 88, .06); border-radius: 50%; }
.initiative-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.initiative-card { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 345px; overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: 0 8px 0 rgba(23,63,53,.06); transition: transform .25s ease, box-shadow .25s ease; }
.initiative-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.initiative-photo-link { min-height: 100%; overflow: hidden; }
.initiative-photo-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.initiative-card:hover img { transform: scale(1.04); }
.initiative-body { position: relative; padding: 36px 30px; }
.initiative-number { position: absolute; top: 23px; right: 24px; color: rgba(23,63,53,.1); font-family: Georgia, serif; font-size: 2.6rem; font-weight: 700; }
.initiative-body h3 { max-width: 250px; margin: 0 0 15px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.12; }
.initiative-body h3 a { color: var(--forest-deep); }
.initiative-body > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.initiative-more { display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: .78rem; font-weight: 900; }
.initiative-tone-1 { border-bottom: 5px solid var(--berry); }
.initiative-tone-2 { border-bottom: 5px solid var(--marigold); }
.initiative-tone-3 { border-bottom: 5px solid var(--leaf); }
.initiative-tone-4 { border-bottom: 5px solid var(--coral); }

.community-statement { padding: 75px 0; color: #fff; background: var(--berry); }
.statement-grid { display: grid; grid-template-columns: 110px 1fr auto; gap: 34px; align-items: center; }
.statement-symbol { display: grid; width: 104px; height: 104px; place-items: center; color: #ffd275; background: rgba(255,255,255,.12); border-radius: 50%; }
.statement-symbol .site-icon { width: 54px; height: 54px; }
.community-statement .eyebrow { color: #ffd275; }
.community-statement h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.65rem); font-weight: 700; line-height: 1.05; }
.community-statement h2 em { color: #ffd275; }
.compact-statement { padding: 64px 0; }

.home-gallery { background: #fff; }
.gallery-preview { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 240px); gap: 18px; }
.gallery-preview-item { position: relative; overflow: hidden; border-radius: var(--radius); }
.gallery-preview-wide { grid-row: 1 / 3; }
.gallery-preview-item::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent, rgba(10,40,32,.8)); }
.gallery-preview-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-preview-item:hover img { transform: scale(1.04); }
.gallery-preview-item > span { position: absolute; z-index: 2; right: 24px; bottom: 20px; left: 24px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.gallery-footnote { margin: 22px 0 0; color: var(--muted); text-align: center; font-size: .84rem; }

.youtube-section { color: #fff; background: var(--forest-deep); }
.youtube-panel { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; overflow: hidden; background: #123d33; border: 1px solid rgba(255,255,255,.08); border-radius: 34px; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.youtube-visual { position: relative; min-height: 470px; overflow: hidden; }
.youtube-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(9,38,31,.8)); }
.youtube-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.youtube-visual:hover img { transform: scale(1.03); }
.youtube-play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 82px; height: 82px; place-items: center; color: #fff; background: #e3313b; border: 7px solid rgba(255,255,255,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.youtube-play .site-icon { width: 29px; height: 29px; margin-left: 4px; }
.youtube-visual-caption { position: absolute; z-index: 2; right: 30px; bottom: 24px; left: 30px; color: #fff; font-size: .85rem; font-weight: 800; }
.youtube-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 5vw, 72px); }
.youtube-copy .eyebrow { color: #ff9298; }
.youtube-copy .eyebrow .site-icon { color: #ff4e58; font-size: 1.3rem; }
.youtube-copy .section-title { color: #fff; font-size: clamp(2.4rem, 4.2vw, 4.1rem); }
.youtube-copy .section-title em { color: #ffc665; }
.youtube-copy > p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.72); }
.youtube-handle { margin-top: 16px; color: rgba(255,255,255,.55); font-size: .78rem; letter-spacing: .05em; }

.join-section { background: #f6e5c5; }
.join-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.join-inner p:last-child { margin: 25px 0 0; color: var(--muted); }

/* Shared interior pages */
.page-hero { position: relative; display: flex; align-items: center; min-height: 480px; color: #fff; background-position: center; background-size: cover; }
.page-hero::after { position: absolute; right: 5vw; bottom: -38px; width: 110px; height: 110px; content: ""; border: 20px solid var(--marigold); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 700; line-height: .98; letter-spacing: -.05em; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.85); font-size: 1.18rem; }
.content-photo, section .rounded-3 { width: 100%; max-height: 540px; object-fit: cover; border-radius: var(--radius) !important; box-shadow: var(--shadow-soft); }

.stat-card, .focus-card, .project-card, .story-card, .testimonial-card, .team-card, .report-card, .event-card, .legal-card, .filter-panel, .contact-panel, .form-panel, .value-card, .timeline-card, .partner-card, .faq-card { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 5px 0 rgba(23,63,53,.035); }
.stat-card { padding: 28px; border-top: 5px solid var(--marigold); }
.stat-number { color: var(--forest); font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 700; line-height: 1; }
.value-card { border-top: 5px solid var(--coral); }
.focus-card, .project-card, .story-card, .event-card { overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.focus-card:hover, .project-card:hover, .story-card:hover, .event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.focus-card img, .project-card img, .story-card img, .event-card img, .team-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.team-card img { aspect-ratio: 1; }
.focus-card-body, .project-card-body, .story-card-body, .event-card-body { padding: 26px; }
.focus-card h3, .project-card h3, .story-card h3, .event-card h3 { font-family: Georgia, serif; font-weight: 700; }
.category-badge, .status-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.category-badge { color: var(--forest); background: #e7f1dd; }
.status-badge { color: var(--forest); background: #edf0ee; }
.status-ongoing { color: #195e4d; background: #dff2e8; }
.status-completed { color: #78500c; background: #fff0ce; }
.mini-list { padding: 0; margin: 0 0 18px; color: var(--muted); list-style: none; }
.mini-list li + li { margin-top: 6px; }
.funding-bar { height: 8px; overflow: hidden; background: #e6ece9; border-radius: 99px; }
.funding-bar span { display: block; height: 100%; background: linear-gradient(90deg,var(--leaf),var(--marigold)); }
.filter-panel, .contact-panel, .form-panel { padding: clamp(24px,4vw,38px); }
.form-control, .form-select { min-height: 50px; border: 1px solid #ccd5d1; border-radius: 12px; background-color: #fffdfa; }
.form-control:focus, .form-select:focus { border-color: var(--leaf); box-shadow: 0 0 0 .2rem rgba(59,127,80,.13); }
textarea.form-control { min-height: 145px; }
.form-label { color: var(--forest-deep); font-weight: 800; }
.trust-pill { display: flex; align-items: center; justify-content: center; min-height: 66px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 16px; font-weight: 800; text-align: center; }
.cta-band { color: #fff; background: var(--forest-deep); }
.cta-band .section-title { color: #fff; }
.timeline { padding-left: 28px; border-left: 3px solid #dfe9df; }
.timeline-card { position: relative; height: auto; margin-bottom: 18px; padding: 20px; }
.timeline-card::before { position: absolute; top: 24px; left: -38px; width: 17px; height: 17px; content: ""; background: var(--coral); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--coral); }
.map-box { width: 100%; height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.map-box.small-map { height: 420px; }
.map-popup { max-width: 230px; }
.map-popup img { width: 100%; height: 110px; object-fit: cover; border-radius: 10px; }
.pin { display: grid; width: 24px; height: 24px; place-items: center; background: var(--leaf); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 8px 18px rgba(0,0,0,.25); }
.pin.health { background: #347fc4; } .pin.women { background: var(--berry); } .pin.environment { background: var(--leaf); } .pin.child { background: #7b5eb4; } .pin.community { background: var(--marigold); }
.detail-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 16px; }
.hide-card { display: none !important; }
.table { vertical-align: middle; }
.table > :not(caption) > * > * { padding: 15px; }
.alert-info { color: var(--forest); background: #e8f3ec; border-color: #c9e2d2; }

/* Initiatives page */
.initiatives-intro { padding-bottom: 60px; background: #fff; }
.initiative-list { padding-top: 80px; }
.initiative-feature { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px,8vw,110px); padding: 0 0 95px; scroll-margin-top: 125px; }
.initiative-feature:last-child { padding-bottom: 0; }
.initiative-feature-photo { position: relative; }
.initiative-feature-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 110px 24px 24px 24px; box-shadow: var(--shadow-soft); }
.initiative-feature:nth-child(even) .initiative-feature-photo img { border-radius: 24px 110px 24px 24px; }
.initiative-feature-photo span { position: absolute; right: -18px; bottom: -22px; display: grid; width: 76px; height: 76px; place-items: center; color: #fff; background: var(--berry); border: 7px solid #f1eadc; border-radius: 50%; font-family: Georgia,serif; font-size: 1.4rem; }
.initiative-feature-copy .section-title { margin-bottom: 24px; font-size: clamp(2.3rem,4vw,3.8rem); }
.initiative-feature-copy .lead { font-size: 1.1rem; }

/* Gallery page */
.gallery-page { background: #fff; }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; }
.gallery-filter { padding: 10px 17px; color: var(--forest); background: #f6f0e6; border: 0; border-radius: 999px; font-size: .82rem; font-weight: 800; transition: .2s ease; }
.gallery-filter:hover, .gallery-filter.active { color: #fff; background: var(--berry); }
.gallery-masonry { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 220px; gap: 18px; }
.gallery-card { grid-column: span 4; grid-row: span 2; margin: 0; transition: opacity .25s ease, transform .25s ease; }
.gallery-card-1, .gallery-card-5 { grid-column: span 7; }
.gallery-card-2, .gallery-card-4 { grid-column: span 5; }
.gallery-card-3 { grid-column: span 5; grid-row: span 3; }
.gallery-card button { position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden; background: var(--sand); border: 0; border-radius: 22px; cursor: zoom-in; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card button::after { position: absolute; inset: 48% 0 0; content: ""; background: linear-gradient(transparent,rgba(10,40,32,.86)); }
.gallery-card figcaption { position: absolute; z-index: 2; right: 22px; bottom: 18px; left: 22px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-family: Georgia,serif; font-size: 1.16rem; font-weight: 700; text-align: left; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card:hover { transform: translateY(-3px); }
.gallery-lightbox { width: min(1100px,92vw); max-width: none; padding: 0; overflow: visible; color: #fff; background: transparent; border: 0; }
.gallery-lightbox::backdrop { background: rgba(5,24,19,.92); backdrop-filter: blur(7px); }
.gallery-lightbox figure { margin: 0; }
.gallery-lightbox img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 18px; }
.gallery-lightbox figcaption { padding: 14px 0 0; font-weight: 700; }
.lightbox-close { position: absolute; top: -50px; right: 0; display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: rgba(255,255,255,.12); border: 0; border-radius: 50%; }
.lightbox-original { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: #ffd275; font-size: .84rem; font-weight: 800; }
.gallery-youtube { padding-top: 90px; }

/* Footer */
.site-footer { padding: 74px 0 28px; color: rgba(255,255,255,.7); background: #09271f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1.1fr 1fr; gap: clamp(28px,5vw,65px); }
.footer-brand { display: flex; align-items: center; gap: 13px; color: #fff; font-family: Georgia,serif; font-size: 1.05rem; font-weight: 700; line-height: 1.08; }
.footer-brand:hover { color: #ffd275; }
.footer-brand img { width: 49px; height: 61px; object-fit: contain; background: #fff; border-radius: 10px; }
.footer-brand > span > span { display: block; margin-top: 5px; color: #a8c5bc; font-family: "Avenir Next",sans-serif; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-about > p { margin: 24px 0 14px; font-size: .88rem; }
.footer-motto { color: #ffd275; font-family: Georgia,serif; }
.footer-heading { margin: 0 0 20px; color: #fff; font-family: Georgia,serif; font-size: 1.1rem; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer a { color: rgba(255,255,255,.77); }
.site-footer a:hover { color: #ffd275; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-contact p, .footer-contact a { display: flex; gap: 9px; margin: 0; font-size: .83rem; }
.footer-contact .site-icon { margin-top: 4px; color: #ffd275; }
.footer-follow p { font-size: .84rem; }
.footer-youtube { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: #fff !important; background: #d9323d; border-radius: 999px; font-weight: 800; }
.footer-follow > span { display: block; margin-top: 10px; color: rgba(255,255,255,.45); font-size: .72rem; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); font-size: .72rem; }
.footer-bottom div { display: flex; gap: 16px; }
.whatsapp-float { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; color: #fff; background: #1e9c5b; border: 2px solid #fff; border-radius: 999px; box-shadow: 0 12px 30px rgba(10,55,35,.25); font-size: .8rem; font-weight: 900; }
.whatsapp-float:hover { color: #fff; background: #167a47; }

@media (max-width: 991.98px) {
  .navbar-toggler { display: block !important; }
  .navbar { min-height: 76px; }
  .navbar-collapse { padding: 16px 0 8px; }
  .navbar-nav { align-items: stretch; }
  .nav-contact { margin-left: 0; text-align: center; }
  .home-hero { min-height: 0; background: var(--cream); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 530px; margin: 20px 28px 20px 10px; }
  .hero-photo { left: 0; width: 100%; }
  .initiative-grid { grid-template-columns: 1fr; }
  .statement-grid { grid-template-columns: 90px 1fr; }
  .statement-grid .btn { grid-column: 2; justify-self: start; }
  .youtube-panel { grid-template-columns: 1fr; }
  .youtube-visual { min-height: 410px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .initiative-feature { grid-template-columns: 1fr; gap: 42px; }
  .initiative-feature .order-lg-1, .initiative-feature .order-lg-2 { order: initial !important; }
}

@media (max-width: 767.98px) {
  section { padding: 68px 0; }
  .top-ribbon span:first-child { display: none; }
  .top-ribbon .container { justify-content: center; }
  .brand-logo { width: 42px; height: 53px; }
  .brand-name { font-size: .96rem; }
  .brand-name span { font-size: .54rem; }
  .hero-copy h1 { font-size: clamp(3.25rem,15vw,4.7rem); }
  .hero-grid, .hero-copy { width: 100%; min-width: 0; }
  .hero-description { max-width: calc(100vw - 30px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 410px; margin: 15px 8px 35px; }
  .hero-photo { border-radius: 90px 90px 25px 25px; }
  .hero-sun { top: -30px; right: -10px; width: 70px; height: 70px; }
  .hero-sun .site-icon { width: 34px; }
  .hero-note { left: -8px; bottom: -25px; }
  .hero-photo-label { display: none; }
  .ribbon-grid { grid-template-columns: repeat(2,1fr); }
  .ribbon-grid > div:nth-child(2) { border-right: 0; }
  .ribbon-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .about-collage { min-height: 440px; }
  .about-main-photo { width: 90%; height: 310px; border-radius: 75px 20px 20px; }
  .about-small-photo { width: 54%; height: 205px; }
  .collage-caption { bottom: 30px; left: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .initiative-card { grid-template-columns: 1fr; }
  .initiative-photo-link { height: 240px; }
  .statement-grid { grid-template-columns: 1fr; }
  .statement-grid .btn { grid-column: 1; }
  .statement-symbol { width: 78px; height: 78px; }
  .gallery-preview { grid-template-columns: 1fr; grid-template-rows: 330px 230px 230px; }
  .gallery-preview-wide { grid-row: auto; }
  .youtube-visual { min-height: 300px; }
  .join-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 400px; }
  .page-hero::after { width: 78px; height: 78px; border-width: 14px; }
  .gallery-masonry { display: grid; grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .gallery-card, .gallery-card-1, .gallery-card-2, .gallery-card-3, .gallery-card-4, .gallery-card-5 { grid-column: 1; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 50px; height: 50px; padding: 0; justify-content: center; }
}

@media (min-width: 992px) {
  .navbar-toggler { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
