@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/flag-icons@7.2.3/css/flag-icons.min.css');

:root {
  --background: #f8f6f0;
  --foreground: #21323e;
  --border: #e5ded1;
  --primary: #2e817b;
  --primary-dark: #236b67;
  --secondary: #f7953e;
  --muted: #eee9df;
  --muted-foreground: #647077;
  --card: #fdfcf8;
  --shadow-sm: 0 8px 20px rgba(25,48,58,.07);
  --shadow-md: 0 18px 42px rgba(25,48,58,.12);
  --radius: 1rem;
  --sans: 'DM Sans', sans-serif;
  --display: 'Poppins', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font: 16px/1.5 var(--sans); }
body, button, input, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { max-width: 100%; }
.site-shell { min-height: 100vh; overflow-x: hidden; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.topbar { color: var(--background); background: var(--foreground); }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.social-row { display: flex; align-items: center; gap: .75rem; color: rgba(248,246,240,.78); }
.social-row a { display: inline-grid; place-items: center; width: 22px; height: 22px; transition: color .2s, transform .2s; }
.social-icon { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.social-row a:hover, .social-row a:focus-visible { color: var(--secondary); transform: translateY(-2px); }
.utility { display: flex; align-items: center; gap: 1rem; }
.language-switcher { display: flex; align-items: center; gap: .7rem; }
.language-switcher button { padding: 0; background: transparent; color: inherit; opacity: .62; font-size: 1.15rem; line-height: 1; transition: opacity .2s, transform .2s, outline .2s; }
.language-switcher button:hover, .language-switcher button.active, .language-switcher button:focus-visible { opacity: 1; transform: translateY(-1px); outline: 2px solid var(--secondary); outline-offset: 3px; border-radius: 3px; }
.language-switcher .fi { display: block; width: 1.25rem; height: .9rem; border-radius: 2px; box-shadow: 0 0 0 1px rgba(248,246,240,.3); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.donate-mini { min-height: 30px; padding: .3rem .8rem; font-size: .76rem; }
.site-nav { position: sticky; top: 0; z-index: 20; background: rgba(248,246,240,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-lockup { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.brand-lockup img { width: 116px; height: 52px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.brand-wordmark { display: none; color: var(--foreground); font: 700 .85rem/1.05 var(--display); letter-spacing: -.03em; }
.nav-links { display: none; align-items: center; gap: 1.15rem; }
.nav-links a { color: rgba(33,50,62,.78); font-size: .9rem; font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.menu-button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: var(--foreground); font-size: 1.25rem; }
.mobile-menu { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 1rem; background: var(--background); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-md); }
.mobile-menu.open { display: grid; gap: .25rem; }
.mobile-menu a { padding: .75rem .8rem; border-radius: .7rem; font-weight: 600; }
.mobile-menu a:hover { background: var(--muted); color: var(--primary); }
.hero { position: relative; min-height: 660px; display: flex; align-items: flex-end; overflow: hidden; background: var(--foreground); color: var(--background); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,40,46,.9), rgba(18,40,46,.52) 48%, rgba(18,40,46,.12)), linear-gradient(0deg, rgba(18,40,46,.62), transparent 60%); }
.hero-content { position: relative; z-index: 1; width: min(790px, 100%); padding: 5rem 0 6.5rem; }
.hero-language { display: inline-flex; margin-bottom: 1.5rem; padding: .45rem .7rem; border-radius: 999px; background: rgba(248,246,240,.17); backdrop-filter: blur(10px); }
.eyebrow { color: var(--secondary); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
.hero h1 { margin: 1rem 0 1.5rem; font-size: clamp(2.7rem, 8vw, 6.7rem); line-height: .99; letter-spacing: -.065em; }
.hero h1 span { color: var(--secondary); }
.hero p { max-width: 600px; color: rgba(248,246,240,.84); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.7rem; }
.hero-controls { position: absolute; z-index: 2; right: max(1rem, calc((100% - 1120px)/2)); bottom: 1.35rem; display: flex; align-items: center; gap: .55rem; }
.slide-dots { display: flex; gap: .35rem; margin-right: .5rem; }
.slide-dot { width: 24px; height: 4px; padding: 0; border-radius: 99px; background: rgba(248,246,240,.4); }
.slide-dot.active { width: 38px; background: var(--secondary); }
.control-btn { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(248,246,240,.45); border-radius: 999px; background: rgba(33,50,62,.25); color: var(--background); font-size: 1.15rem; }
.control-btn:hover { background: var(--secondary); color: var(--foreground); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 46px; padding: .7rem 1.1rem; border-radius: 999px; font-size: .9rem; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-primary { background: var(--secondary); color: var(--foreground); }
.btn-primary:hover { background: #f9aa63; }
.btn-ghost { border: 1px solid currentColor; color: inherit; }
.btn-teal { background: var(--primary); color: var(--background); }
.section { padding: 5.5rem 0; }
.section-tight { padding: 3.5rem 0; }
.section-head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.25rem; }
.section-head h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.03; letter-spacing: -.05em; }
.section-head p { max-width: 620px; color: var(--muted-foreground); font-size: 1.05rem; line-height: 1.65; }
.split { display: grid; gap: 2.5rem; align-items: center; }
.image-frame { position: relative; overflow: hidden; border-radius: 1.5rem; background: var(--muted); }
.image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.image-frame.tall { aspect-ratio: 4 / 5; }
.image-frame.landscape { aspect-ratio: 16 / 10; }
.image-frame::after { content: ''; position: absolute; inset: .7rem; border: 1px solid rgba(248,246,240,.45); border-radius: 1rem; pointer-events: none; }
.kicker-card { position: absolute; left: 1.25rem; bottom: 1.25rem; max-width: 190px; padding: 1.3rem; border-radius: 1.2rem; background: var(--primary); color: var(--background); box-shadow: var(--shadow-md); }
.kicker-card strong { display: block; font: 700 2.7rem/1 var(--display); }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; }
.category-card { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.1rem; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); transition: transform .25s, box-shadow .25s; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.category-card h3 { margin-bottom: 0; font-size: 1rem; letter-spacing: -.03em; }
.category-card p { margin: .35rem 0 0; color: var(--muted-foreground); font-size: .85rem; line-height: 1.4; }
.icon-disc { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: rgba(247,149,62,.2); color: var(--primary); font-weight: 800; }
.program-grid { display: grid; gap: 1rem; }
.program-card { display: grid; overflow: hidden; border: 1px solid var(--border); border-radius: 1.3rem; background: var(--card); transition: transform .25s, box-shadow .25s; }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card-image { aspect-ratio: 16/10; overflow: hidden; background: var(--muted); }
.card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.program-card:hover .card-image img { transform: scale(1.04); }
.card-copy { display: flex; flex-direction: column; gap: .8rem; padding: 1.3rem; }
.card-copy h3 { margin-bottom: 0; font-size: 1.2rem; line-height: 1.08; letter-spacing: -.04em; }
.card-copy p { margin-bottom: 0; color: var(--muted-foreground); font-size: .93rem; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: .35rem; color: var(--primary); font-size: .9rem; font-weight: 700; }
.text-link:hover { color: var(--secondary); }
.stats-band { background: var(--primary); color: var(--background); }
.stats-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.7rem; }
.stat strong { display: block; color: var(--secondary); font: 700 clamp(2.2rem, 6vw, 4.2rem)/1 var(--display); letter-spacing: -.06em; }
.stat span, .stat small { display: block; }
.stat span { margin-top: .45rem; font-weight: 600; }
.stat small { margin-top: .2rem; color: rgba(248,246,240,.7); }
.logo-strip { display: flex; gap: 1rem; overflow: hidden; padding: 1rem 0; }
.partner-pill { white-space: nowrap; padding: .8rem 1.2rem; border: 1px solid var(--border); border-radius: 999px; background: var(--card); color: var(--muted-foreground); font-weight: 700; }
.involvement-grid { display: grid; gap: 1rem; }
.involve-card { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; border-radius: 1.3rem; background: var(--foreground); color: var(--background); }
.involve-card:nth-child(2) { background: var(--secondary); color: var(--foreground); }
.involve-card:nth-child(3) { background: #2faaa8; }
.involve-card:nth-child(4) { background: #3d865c; }
.involve-card h3 { margin: .8rem 0 0; font-size: 1.45rem; }
.page-hero { position: relative; overflow: hidden; padding: 5rem 0 4.5rem; background: var(--primary); color: var(--background); }
.page-hero::after { content: ''; position: absolute; top: -100px; right: -80px; width: 270px; height: 270px; border: 1px solid rgba(247,149,62,.45); border-radius: 50%; box-shadow: 0 0 0 35px rgba(247,149,62,.08), 0 0 0 70px rgba(247,149,62,.05); }
.page-hero h1 { position: relative; z-index: 1; max-width: 900px; margin: 0; font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1; letter-spacing: -.065em; }
.page-hero p { position: relative; z-index: 1; max-width: 680px; margin: 1.2rem 0 0; color: rgba(248,246,240,.8); font-size: 1.1rem; }
.program-hero { display: grid; gap: 2rem; align-items: center; }
.program-hero .image-frame { aspect-ratio: 16/11; }
.program-hero .eyebrow { color: var(--secondary); }
.content-prose { color: var(--muted-foreground); font-size: 1.05rem; line-height: 1.75; }
.content-prose + .content-prose { margin-top: 1rem; }
.bullet-list { display: grid; gap: .75rem; margin: 1.3rem 0 0; padding: 0; list-style: none; }
.bullet-list li { display: flex; gap: .7rem; align-items: flex-start; color: var(--muted-foreground); line-height: 1.5; }
.bullet-list li::before { content: '✓'; flex: none; margin-top: .05rem; color: var(--secondary); font-weight: 800; }
.detail-grid { display: grid; gap: 1rem; }
.detail-panel { padding: 1.4rem; border-radius: 1.2rem; background: var(--muted); }
.detail-panel h3 { margin-bottom: .7rem; font-size: 1.2rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .55rem; }
.tag { padding: .45rem .7rem; border: 1px solid var(--border); border-radius: 999px; background: var(--card); color: var(--primary); font-size: .82rem; font-weight: 700; }
.accordion-list { display: grid; gap: .7rem; }
.accordion-item { overflow: hidden; border: 1px solid var(--border); border-radius: .9rem; background: var(--card); }
.accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; background: transparent; color: var(--foreground); text-align: left; font-weight: 700; }
.accordion-trigger[aria-expanded=true] .chevron { transform: rotate(180deg); }
.chevron { transition: transform .2s; }
.accordion-content { padding: 0 1.1rem 1.1rem; color: var(--muted-foreground); line-height: 1.6; }
.team-grid { display: grid; gap: 1rem; }
.person-card { padding: 1.35rem; border: 1px solid var(--border); border-radius: 1.2rem; background: var(--card); }
.avatar { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 1.15rem; background: var(--primary); color: var(--background); font: 700 1.3rem var(--display); }
.person-card h3 { margin-bottom: 0; font-size: 1.15rem; }
.person-card p { margin: .2rem 0 0; color: var(--primary); font-weight: 600; font-size: .9rem; }
.person-card span { display: block; margin-top: .7rem; color: var(--muted-foreground); font-size: .92rem; line-height: 1.5; }
.gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.gallery-item { overflow: hidden; margin: 0; border-radius: 1rem; background: var(--muted); }
.gallery-item img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { padding: .75rem .8rem; color: var(--muted-foreground); font-size: .82rem; line-height: 1.35; }
.gallery-video { overflow: hidden; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); }
.gallery-video video { display: block; width: 100%; aspect-ratio: 16/9; background: var(--foreground); }
.form-card { padding: 1.4rem; border: 1px solid var(--border); border-radius: 1.3rem; background: var(--card); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label { font-weight: 700; font-size: .9rem; }
.form-field input, .form-field textarea { min-height: 46px; padding: .8rem .9rem; border: 1px solid var(--border); border-radius: .7rem; outline: none; background: var(--background); color: var(--foreground); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(46,129,123,.15); }
.footer { padding: 4rem 0 1.5rem; background: var(--foreground); color: var(--background); }
.footer-grid { display: grid; gap: 2.2rem; }
.footer-logo { width: 155px; height: 64px; object-fit: contain; object-position: left; mix-blend-mode: screen; }
.footer p { max-width: 310px; color: rgba(248,246,240,.7); line-height: 1.6; }
.footer a { color: rgba(248,246,240,.72); }
.footer a:hover { color: var(--secondary); }
.footer h3 { margin-bottom: .8rem; color: var(--secondary); font-size: 1rem; }
.footer-links { display: grid; gap: .5rem; font-size: .9rem; }
.footer-bottom { display: flex; flex-direction: column; gap: .5rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(248,246,240,.14); color: rgba(248,246,240,.55); font-size: .8rem; }
.whatsapp { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #1f9d60; color: #fff; box-shadow: 0 10px 25px rgba(16,92,55,.3); font-size: 1.6rem; }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--secondary); border-radius: 0 .8rem .8rem 0; background: rgba(247,149,62,.13); }
.sdg-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.sdg { width: 44px; height: 44px; display: grid; place-items: center; border-radius: .65rem; background: var(--primary); color: var(--background); font-size: .78rem; font-weight: 800; }
.video-frame { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 1.2rem; background: var(--foreground); box-shadow: var(--shadow-md); }
.category-section { padding: 2.2rem 0; }
.category-section + .category-section { border-top: 1px solid var(--border); }
.category-heading { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 1.3rem; }
.category-heading h2 { margin-bottom: 0; font-size: 1.65rem; letter-spacing: -.04em; }
.category-heading p { margin: .25rem 0 0; color: var(--muted-foreground); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 640px) {
  .container { width: min(1120px, calc(100% - 3rem)); }
  .section-head { flex-direction: row; align-items: end; justify-content: space-between; }
  .program-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .involvement-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}
@media (min-width: 900px) {
  .brand-wordmark { display: block; }
  .nav-links { display: flex; }
  .menu-button { display: none; }
  .split { grid-template-columns: .95fr 1.05fr; gap: 5rem; }
  .program-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .program-hero { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .involvement-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .stats-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }