:root {
  --ink: #102826;
  --deep: #073f3b;
  --forest: #0b5c55;
  --green: #36a936;
  --lime: #a6ce39;
  --blue: #079ddd;
  --cream: #f4f2e9;
  --paper: #fffdf7;
  --white: #ffffff;
  --muted: #64716f;
  --line: rgba(16, 40, 38, .15);
  --shadow: 0 22px 60px rgba(8, 48, 44, .13);
  --radius: 22px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(3.2rem, 7vw, 7rem); }
h2 { font-size: clamp(2.35rem, 5vw, 5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { font-size: 1.05rem; }
::selection { background: var(--lime); color: var(--ink); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 800px); }
.section-pad { padding: clamp(82px, 10vw, 150px) 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 9999; background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 18px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--lime); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--forest); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s, box-shadow .25s, border-color .25s; }
.site-header.scrolled, body:not(.home) .site-header { background: rgba(255, 253, 247, .96); border-color: var(--line); box-shadow: 0 8px 32px rgba(5, 41, 38, .08); backdrop-filter: blur(14px); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 230px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); font-size: .88rem; font-weight: 750; }
.site-nav > a { position: relative; }
.home .site-header:not(.scrolled) .site-nav > a:not(.nav-cta), .home .site-header:not(.scrolled) .language-switcher { color: var(--white); }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--lime); transition: width .2s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { width: 100%; }
.nav-cta { padding: 12px 18px; background: var(--lime); border-radius: 999px; color: var(--ink); }
.language-switcher { display: flex; gap: 6px; align-items: center; font-size: .76rem; }
.language-switcher a { opacity: .58; }
.language-switcher a.active { opacity: 1; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: min(920px, 100svh); display: flex; align-items: center; overflow: hidden; background: var(--deep); color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url("../images/hero-community.jpg") center 42%/cover no-repeat; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(2, 39, 36, .94) 0%, rgba(2, 46, 42, .76) 46%, rgba(2, 42, 39, .18) 85%), linear-gradient(0deg, rgba(3, 39, 36, .4), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.hero h1 { max-width: 880px; margin: 0 0 28px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 690px; font-size: clamp(1.08rem, 1.6vw, 1.35rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 850; transition: transform .2s, background .2s, color .2s, border-color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--deep); color: var(--white); }
.button-dark:hover { background: var(--lime); color: var(--ink); }
.scroll-cue { position: absolute; right: 6vw; bottom: 36px; z-index: 2; width: 38px; height: 58px; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 12px; width: 4px; height: 8px; margin-left: -2px; background: var(--lime); border-radius: 2px; animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translateY(22px); opacity: 0; } }

.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.statement h2 { margin-bottom: 0; }
.statement-copy { padding-top: 8px; }
.statement-copy .lead { font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.4; color: var(--forest); }
.statement-copy p { color: #41514f; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-weight: 850; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span, .card-link span { transition: transform .2s; }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }

.vision-band { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--deep); color: var(--white); }
.vision-image { min-height: 600px; }
.vision-image img { width: 100%; height: 100%; object-fit: cover; }
.vision-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); background: radial-gradient(circle at 100% 0%, rgba(54,169,54,.18), transparent 40%); }
.vision-copy blockquote { margin: 0 0 32px; font-size: clamp(2rem, 3.7vw, 4.1rem); line-height: 1.12; letter-spacing: -.045em; font-weight: 780; }
.vision-copy > p:last-child { color: rgba(255,255,255,.72); max-width: 590px; }

.actions { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .45fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { margin-bottom: 0; max-width: 840px; }
.section-heading > p { color: var(--muted); margin-bottom: 4px; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.action-card { position: relative; min-height: 420px; padding: 30px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); overflow: hidden; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.action-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); background: var(--forest); color: var(--white); }
.action-number { position: absolute; top: 24px; right: 24px; color: var(--muted); font-size: .78rem; }
.action-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; margin: 80px 0 60px; background: var(--lime); color: var(--ink); font-size: 1.55rem; }
.action-card h3 { margin-bottom: 18px; }
.action-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.action-card:hover p, .action-card:hover .action-number { color: rgba(255,255,255,.72); }

.impact { position: relative; overflow: hidden; background: var(--deep); color: var(--white); }
.impact::before { content: ""; position: absolute; width: 650px; height: 650px; right: -220px; top: -260px; border: 150px solid rgba(7,157,221,.08); border-radius: 50%; }
.impact-intro { max-width: 900px; }
.impact-intro h2 { margin-bottom: 74px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.stat { padding: 46px 26px; border-right: 1px solid rgba(255,255,255,.2); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--lime); font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.06em; }
.stat span { display: block; margin-top: 14px; color: rgba(255,255,255,.72); font-size: .95rem; }
.provinces { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: end; margin-top: 80px; padding: 50px; border-radius: var(--radius); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.provinces h3 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 3rem); }
.province-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.province-list span { padding-left: 18px; border-left: 3px solid var(--lime); color: rgba(255,255,255,.72); }
.province-list b { display: block; color: var(--white); font-size: 1.1rem; }

.stories { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-image { display: block; height: 320px; border-radius: var(--radius); overflow: hidden; background: var(--cream); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.story-card:hover .story-image img { transform: scale(1.04); }
.story-meta { margin: 22px 0 12px; color: var(--forest); font-size: .73rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.story-card h3 { margin-bottom: 14px; }
.story-card h3 a:hover { color: var(--green); }
.story-card p { color: var(--muted); font-size: .96rem; }
.card-link { font-size: .85rem; }

.engage { position: relative; min-height: 720px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.engage-media, .engage-overlay { position: absolute; inset: 0; }
.engage-media { background: url("../images/solidarity-action.jpg") center/cover no-repeat; }
.engage-overlay { background: linear-gradient(90deg, rgba(1,34,31,.93), rgba(4,54,49,.62) 58%, rgba(2,35,32,.2)); }
.engage-content { position: relative; z-index: 2; max-width: var(--container); }
.engage-content h2 { max-width: 760px; }
.engage-content > p:not(.eyebrow) { max-width: 700px; font-size: 1.2rem; color: rgba(255,255,255,.8); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); }
.contact-intro h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.contact-intro > p { color: var(--muted); }
.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 36px; font-weight: 750; }
.contact-details address { margin-top: 15px; color: var(--muted); font-style: normal; font-weight: 500; }
.contact-form-wrap { padding: clamp(28px, 4vw, 54px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form { display: flex; flex-direction: column; gap: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; color: var(--ink); font-size: .8rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(16,40,38,.24); border-radius: 12px; background: var(--paper); padding: 14px 15px; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(54,169,54,.12); }
.hp-field { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 24px; padding: 14px 16px; border-radius: 10px; }
.form-notice.success { background: #e2f5e2; color: #175c24; }
.form-notice.error { background: #fff0ed; color: #8a2c1b; }

.site-footer { background: #062f2c; color: rgba(255,255,255,.72); padding: 80px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr .75fr; gap: 60px; }
.footer-grid h2 { margin-bottom: 20px; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-grid a { display: block; margin: 9px 0; }
.footer-grid a:hover { color: var(--lime); }
.footer-brand img { width: 280px; margin-bottom: 24px; }
.footer-brand p { max-width: 380px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 62px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.footer-bottom p { margin: 0; font-size: inherit; }

.page-hero { padding: 190px 0 100px; background: var(--deep); color: var(--white); }
.page-hero h1 { max-width: 1000px; margin-bottom: 24px; font-size: clamp(3.2rem, 7vw, 6.5rem); }
.page-hero p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.75); font-size: 1.2rem; }
.blog-list { background: var(--cream); }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.blog-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 15px 45px rgba(8,48,44,.07); }
.blog-card-image { display: block; height: 360px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover img { transform: scale(1.03); }
.blog-card-body { padding: 32px; }
.blog-card-body h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.blog-card-body p { color: var(--muted); }
.pagination { margin-top: 60px; }
.pagination .nav-links { display: flex; gap: 10px; }
.pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--white); }
.pagination .current { background: var(--forest); color: var(--white); }

.single-header { padding: 190px 0 70px; background: var(--cream); }
.single-header h1 { margin: 28px 0; font-size: clamp(3rem, 6vw, 5.5rem); }
.single-header p { color: var(--muted); font-size: 1.2rem; }
.back-link { color: var(--forest); font-weight: 800; }
.single-image { margin-top: 70px; }
.single-image img { width: 100%; max-height: 700px; object-fit: cover; border-radius: var(--radius); }
.single-content { padding: 75px 0 40px; }
.single-content p, .single-content li { font-size: 1.16rem; color: #334643; }
.single-content h2 { margin-top: 55px; font-size: clamp(2rem, 3vw, 3.2rem); }
.single-content blockquote { margin: 48px 0; padding: 10px 0 10px 30px; border-left: 5px solid var(--lime); color: var(--forest); font-size: 1.65rem; font-weight: 700; }
.single-footer { margin-bottom: 100px; padding-top: 34px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.single-footer p { margin: 0; font-weight: 750; }
.not-found { min-height: 80vh; display: grid; place-items: center; padding: 180px 0 100px; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .menu-toggle { display: block; z-index: 3; color: var(--white); }
  .site-header.scrolled .menu-toggle, body:not(.home) .menu-toggle { color: var(--ink); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 100px 10vw; background: var(--deep); color: var(--white); font-size: 1.5rem; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: none; }
  .home .site-header .site-nav > a:not(.nav-cta), .site-header.scrolled .site-nav > a:not(.nav-cta), body:not(.home) .site-nav > a:not(.nav-cta), .site-header.scrolled .language-switcher, body:not(.home) .language-switcher { color: var(--white); }
  .language-switcher { font-size: 1rem; }
  .action-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 76px; }
  .brand { width: 185px; }
  .hero { min-height: 800px; }
  .hero-media { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(2,39,36,.97) 0%, rgba(2,46,42,.77) 70%, rgba(2,42,39,.48)); }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 360px; }
  .scroll-cue { display: none; }
  .statement-grid, .vision-band, .section-heading, .provinces, .contact-grid { grid-template-columns: 1fr; }
  .statement-grid { gap: 40px; }
  .vision-image { min-height: 430px; }
  .vision-copy { padding: 60px 22px; }
  .vision-copy blockquote { font-size: 2.2rem; }
  .section-heading { gap: 24px; margin-bottom: 44px; }
  .action-grid, .story-grid, .blog-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 350px; }
  .action-icon { margin: 62px 0 38px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .stat:last-child { border-bottom: 0; }
  .provinces { gap: 40px; padding: 28px; }
  .province-list { grid-template-columns: 1fr; }
  .story-image { height: 260px; }
  .engage { min-height: 720px; }
  .engage-overlay { background: rgba(1,34,31,.82); }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom, .single-footer { align-items: flex-start; flex-direction: column; }
  .blog-card-image { height: 260px; }
  .single-header { padding-top: 140px; }
  .single-image { margin-top: 28px; }
  .single-content { padding-top: 45px; }
}
