:root {
  --green: #176b46;
  --green-dark: #0d3d2b;
  --leaf: #86b84d;
  --teal: #167f7b;
  --amber: #d69b2d;
  --ink: #17231f;
  --muted: #62706a;
  --paper: #fbfaf5;
  --soft: #eef4ed;
  --line: #dbe4dd;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(19, 46, 34, 0.12);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { line-height: 1.12; margin: 0 0 1rem; letter-spacing: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); max-width: 980px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); max-width: 820px; }
h3 { font-size: 1.25rem; }
ul { padding-left: 1.2rem; margin: 0.75rem 0 0; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.topbar { background: var(--green-dark); color: rgba(255,255,255,.9); font-size: .87rem; }
.topbar-inner { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: .55rem 0; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,245,.95); border-bottom: 1px solid rgba(23,107,70,.12); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 1rem; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; color: var(--green-dark); }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.site-menu { display: flex; align-items: center; gap: .2rem; }
.nav-link { padding: .7rem .78rem; color: #2f3d38; font-weight: 700; font-size: .94rem; border-radius: var(--radius); }
.nav-link:hover, .nav-link.active { color: var(--green); background: var(--soft); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); }
.nav-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--green-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .85rem 1.2rem; border-radius: var(--radius); background: var(--green); color: var(--white); font-weight: 800; border: 1px solid var(--green); cursor: pointer; }
.button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button-small { min-height: 38px; padding: .55rem .9rem; }
.button.ghost { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.7); }
.button.ghost-dark { background: transparent; color: var(--green-dark); border-color: var(--green); }
.center { text-align: center; margin-top: 2rem; }
.hero-slider { min-height: 690px; position: relative; overflow: hidden; background: var(--green-dark); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; }
.hero-slide.active { opacity: 1; position: relative; }
.hero-content { color: var(--white); padding: 7rem 0 5rem; }
.hero-content p { max-width: 690px; font-size: 1.15rem; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-dots { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; gap: .55rem; }
.hero-dots button { width: 36px; height: 5px; border: 0; background: rgba(255,255,255,.45); border-radius: 999px; cursor: pointer; }
.hero-dots button.active { background: var(--white); }
.page-hero { min-height: 310px; display: flex; align-items: end; color: var(--white); background-position: center; background-size: cover; background-repeat: no-repeat; }
.page-hero-inner { padding: 5.5rem 0 3rem; }
.eyebrow { color: var(--amber); text-transform: uppercase; letter-spacing: .08em; font-weight: 900; font-size: .78rem; margin-bottom: .65rem; }
.section { padding: 5.5rem 0; }
.section-muted { background: var(--soft); }
.section-dark { background: var(--green-dark); color: var(--white); }
.section-dark p, .section-dark li { color: rgba(255,255,255,.84); }
.section-heading { margin-bottom: 2.2rem; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: min(6vw, 4rem); align-items: center; }
.split.reverse { grid-template-columns: .9fr 1.1fr; }
.feature-image, .image-collage img, .article-card img, .event-card img, .program-card img, .article-feature { border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.feature-image { width: 100%; max-height: 420px; object-fit: contain; background: var(--white); padding: 2rem; }
.image-collage { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.image-collage img { width: 100%; height: 230px; }
.image-collage img:first-child { grid-column: span 2; height: 300px; }
.stat-panel, .focus-box, .callout, .mini-card, .impact-card, .contact-form, .article-sidebar, details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.4rem; }
.stat-panel { display: grid; gap: 1rem; }
.stat-panel div { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.stat-panel div:last-child { border-bottom: 0; padding-bottom: 0; }
.stat-panel strong { display: block; color: var(--green); font-size: 2.6rem; line-height: 1; }
.stat-panel span { color: var(--muted); font-weight: 700; }
.program-list { display: grid; gap: 1.25rem; }
.program-list.compact { grid-template-columns: repeat(3, 1fr); }
.program-card { display: grid; grid-template-columns: 270px 1fr; gap: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; }
.program-list.compact .program-card { grid-template-columns: 1fr; }
.program-card img { width: 100%; height: 220px; }
.cards { display: grid; gap: 1.25rem; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.five { grid-template-columns: repeat(5, 1fr); }
.involvement-grid, .impact-grid, .partner-grid, .mission-grid, .contact-grid { display: grid; gap: 1.25rem; }
.involvement-grid { grid-template-columns: repeat(4, 1fr); }
.involvement-grid article { border-top: 4px solid var(--amber); background: var(--white); padding: 1.35rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.impact-grid { grid-template-columns: repeat(3, 1fr); }
.impact-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; }
.impact-card h4 { color: var(--amber); font-size: 1rem; }
.impact-card .why { border-top: 1px solid rgba(255,255,255,.14); padding-top: 1rem; margin-top: 1rem; }
.partner-grid { grid-template-columns: repeat(7, 1fr); align-items: center; }
.partner-logo { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); min-height: 112px; display: grid; place-items: center; padding: 1rem; }
.partner-logo img { max-height: 76px; object-fit: contain; }
.article-card, .event-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.article-card img, .event-card img { width: 100%; height: 220px; border-radius: 0; box-shadow: none; }
.article-card div, .event-card div { padding: 1.2rem; }
.meta { color: var(--teal); font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.mission-grid { grid-template-columns: 1fr 1fr; }
.callout { margin-top: 1.5rem; border-left: 6px solid var(--amber); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 2rem; align-items: start; }
.article-body { background: var(--white); padding: 1.25rem; border-radius: var(--radius); border: 1px solid var(--line); }
.article-body h2, .article-body h3 { margin-top: 2rem; }
.article-body a { color: var(--green); font-weight: 800; }
.article-body figure { max-width: 100%; margin: 1.25rem 0; }
.article-body img { max-width: 100%; height: auto; }
.article-body iframe { display: block; width: 100%; max-width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.article-body .tm-responsive-video-wrapper,
.article-body .wp-block-embed__wrapper { width: 100%; max-width: 100%; overflow: hidden; }
.article-body .wp-block-gallery { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; align-items: start; }
.article-body .wp-block-gallery figure { margin: 0; }
.article-feature { width: 100%; max-height: 470px; margin-bottom: 1.5rem; }
.article-sidebar { position: sticky; top: 110px; }
.article-sidebar ul { list-style: none; padding: 0; }
.article-sidebar li { border-bottom: 1px solid var(--line); padding: .7rem 0; }
.event-details { background: var(--soft); border-radius: var(--radius); padding: 1rem; margin-top: 1.5rem; }
.youth-home-feature { background: linear-gradient(180deg, #fbfaf5 0%, #eef4ed 100%); }
.youth-mosaic {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: .85rem;
  align-items: stretch;
}
.youth-mosaic img, .youth-photo-stack img, .youth-card-grid img, .youth-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.youth-mosaic img:first-child { grid-row: span 2; height: 470px; }
.youth-mosaic img:not(:first-child) { height: 228px; }
.youth-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin: 1.4rem 0 1.5rem; }
.youth-pillars article {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--amber);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: 0 10px 28px rgba(19,46,34,.08);
}
.youth-pillars h3 { font-size: 1rem; margin-bottom: .45rem; }
.youth-pillars p { font-size: .94rem; margin: 0; color: var(--muted); }
.youth-hero {
  min-height: 620px;
  color: var(--white);
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.youth-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 2rem;
  align-items: end;
  padding: 7rem 0 5rem;
}
.youth-hero p { max-width: 760px; color: rgba(255,255,255,.9); font-size: 1.12rem; }
.youth-hero-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  padding: 1.35rem;
  backdrop-filter: blur(12px);
}
.youth-hero-card strong { display: block; color: var(--amber); font-size: 1.2rem; margin-bottom: .5rem; }
.youth-hero-card p { margin: 0; font-size: 1rem; }
.youth-photo-stack { display: grid; gap: .85rem; }
.youth-photo-stack img:first-child { height: 320px; }
.youth-photo-stack img:last-child { height: 210px; width: 78%; justify-self: end; margin-top: -3.5rem; border: 8px solid var(--paper); }
.pathway {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .85rem;
  counter-reset: pathway;
}
.pathway article {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  min-height: 240px;
  box-shadow: var(--shadow);
}
.pathway span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 1rem;
}
.pathway h3 { font-size: 1.05rem; }
.pathway p { color: var(--muted); font-size: .95rem; margin: 0; }
.youth-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.youth-card-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.youth-card-grid img { height: 180px; border-radius: 0; box-shadow: none; }
.youth-card-grid h3, .youth-card-grid p { margin-inline: 1rem; }
.youth-card-grid h3 { margin-top: 1rem; }
.youth-card-grid p { color: var(--muted); margin-bottom: 1.1rem; font-size: .96rem; }
.youth-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.youth-stories article {
  border: 1px solid rgba(255,255,255,.14);
  border-left: 5px solid var(--amber);
  border-radius: var(--radius);
  padding: 1.35rem;
  background: rgba(255,255,255,.08);
}
.youth-gallery {
  display: grid;
  grid-template-columns: 1.3fr .9fr .9fr;
  gap: 1rem;
  align-items: stretch;
}
.youth-gallery figure {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.youth-gallery figure:first-child { grid-row: span 2; }
.youth-gallery img { height: 250px; border-radius: 0; box-shadow: none; }
.youth-gallery figure:first-child img { height: 545px; }
.youth-gallery figcaption {
  padding: .9rem 1rem;
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
}
.youth-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
}
.cta-actions { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: flex-end; }
.contact-grid { grid-template-columns: .85fr 1.15fr; align-items: start; }
.contact-list { display: grid; gap: .7rem; margin-top: 1.25rem; }
.contact-list a, .contact-list span { padding: .85rem 1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form { display: grid; gap: 1rem; }
label { display: grid; gap: .35rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); min-height: 46px; padding: .8rem .9rem; font: inherit; background: #fff; }
textarea { resize: vertical; }
.form-note { color: var(--green); font-weight: 800; margin: 0; }
.faq-list { display: grid; gap: 1rem; max-width: 860px; }
details { box-shadow: none; }
summary { cursor: pointer; font-weight: 900; color: var(--green-dark); }
.site-footer { background: #10251c; color: rgba(255,255,255,.82); padding-top: 4rem; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 2rem; }
.footer-brand { color: #fff; margin-bottom: 1rem; }
.footer-brand img { width: 48px; height: 48px; }
.footer-news { list-style: none; padding: 0; }
.footer-news li { display: grid; gap: .2rem; padding-bottom: .75rem; margin-bottom: .75rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-news span { color: rgba(255,255,255,.55); font-size: .85rem; }
.newsletter-form { display: flex; gap: .5rem; flex-wrap: wrap; }
.newsletter-form input { flex: 1 1 170px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.5rem; padding: 1.2rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .9rem; }

@media (max-width: 1040px) {
  .program-list.compact, .cards.three, .impact-grid, .involvement-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cards.five, .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .pathway, .youth-card-grid { grid-template-columns: repeat(2, 1fr); }
  .youth-stories { grid-template-columns: 1fr; }
  .article-layout, .contact-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .site-menu { gap: 0; }
  .nav-link { padding-inline: .55rem; font-size: .9rem; }
  .button-small { padding-inline: .75rem; }
}
@media (max-width: 820px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .nav-toggle { display: block; }
  .site-header { position: sticky; top: 0; }
  .nav-wrap { min-height: 70px; }
  .site-menu { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; padding: 1rem 20px 1.2rem; box-shadow: 0 18px 35px rgba(19,46,34,.12); }
  .site-menu.open { display: flex; }
  .nav-link { padding: .95rem 0; }
  .split, .split.reverse, .mission-grid { grid-template-columns: 1fr; }
  .program-card { grid-template-columns: 1fr; }
  .hero-slider { min-height: 620px; }
  .hero-content { padding: 4.5rem 0 4.2rem; }
  .page-hero { min-height: 260px; }
  .page-hero-inner { padding: 4.2rem 0 2.4rem; }
  .image-collage img, .image-collage img:first-child { height: 230px; }
  .youth-hero-inner, .youth-cta { grid-template-columns: 1fr; }
  .youth-hero { min-height: auto; }
  .youth-gallery { grid-template-columns: 1fr 1fr; }
  .youth-gallery figure:first-child { grid-row: auto; grid-column: span 2; }
  .youth-gallery figure:first-child img { height: 360px; }
  .cta-actions { justify-content: stretch; }
}
@media (max-width: 620px) {
  :root { --container: min(100vw - 28px, 1160px); }
  h1 { font-size: 2.45rem; }
  h2 { font-size: 1.9rem; }
  .section { padding: 4rem 0; }
  .topbar { font-size: .8rem; }
  .topbar-inner { gap: .45rem .8rem; }
  .program-list.compact, .cards.three, .impact-grid, .involvement-grid, .footer-grid, .cards.five, .partner-grid { grid-template-columns: 1fr; }
  .youth-pillars, .pathway, .youth-card-grid, .youth-gallery { grid-template-columns: 1fr; }
  .youth-mosaic { grid-template-columns: 1fr 1fr; }
  .youth-mosaic img:first-child { grid-column: span 2; grid-row: auto; height: 280px; }
  .youth-mosaic img:not(:first-child) { height: 170px; }
  .hero-slider { min-height: 600px; }
  .hero-content { padding: 3.8rem 0 4rem; }
  .hero-content p, .youth-hero p { font-size: 1rem; }
  .page-hero { min-height: 235px; }
  .page-hero h1 { font-size: 2.2rem; overflow-wrap: anywhere; }
  .youth-hero { min-height: auto; background-position: center; }
  .youth-hero-inner { padding: 4.5rem 0 3.5rem; }
  .youth-photo-stack img:first-child, .youth-gallery figure:first-child img, .youth-gallery img { height: 270px; }
  .youth-photo-stack img:last-child { width: 100%; margin-top: 0; border: 0; }
  .youth-gallery figure:first-child { grid-column: auto; }
  .youth-cta { padding: 1.2rem; }
  .brand span { display: none; }
  .hero-actions, .footer-bottom { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}
@media (max-width: 380px) {
  :root { --container: min(100vw - 22px, 1160px); }
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.65rem; }
  .brand img { width: 46px; height: 46px; }
  .hero-slider { min-height: 560px; }
  .hero-content { padding-top: 3.2rem; }
  .youth-mosaic img:first-child, .youth-photo-stack img:first-child, .youth-gallery figure:first-child img, .youth-gallery img { height: 230px; }
  .youth-mosaic img:not(:first-child) { height: 145px; }
  .stat-panel strong { font-size: 2.15rem; }
}
