
/* ── 2026 public-site refinement ─────────────────────────────── */
:root {
  --off-white: #f7f9fb;
  --gray-100: #eef2f6;
  --gray-800: #172033;
  --container: 1160px;
  --shadow-sm: 0 1px 2px rgba(11,18,32,.05), 0 8px 24px rgba(11,18,32,.04);
  --shadow-md: 0 16px 40px rgba(11,18,32,.09);
  --shadow-lg: 0 24px 60px rgba(11,18,32,.12);
}
body { background: var(--off-white); }
body > main, section { isolation: isolate; }

/* More restrained type and spacing */
.text-hero { font-size: clamp(2.35rem, 5.2vw, 4.65rem); font-weight: 760; line-height: .98; letter-spacing: -.045em; }
.text-display { font-size: clamp(2rem, 3.8vw, 3.25rem); font-weight: 750; letter-spacing: -.035em; }
.section { padding: 80px 0; }
.section-header { margin-bottom: 44px; }
.section-header h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); letter-spacing: -.025em; }
.section-label { margin-bottom: 12px; letter-spacing: .1em; }

/* Cleaner navigation */
#site-nav { background: rgba(11,18,32,.58); box-shadow: none; }
#site-nav.scrolled { background: rgba(11,18,32,.92); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.nav-inner { height: 68px; }
.nav-link { font-size: .86rem; }

/* Compact, readable hero */
.hero { min-height: 660px; height: min(78vh, 760px); padding: 116px 0 64px; align-items: center; }
.hero-copy { width: min(660px, 100%); }
.hero-slide.active { opacity: .42; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(7,13,25,.92) 0%, rgba(7,13,25,.75) 48%, rgba(7,13,25,.38) 100%), linear-gradient(0deg, rgba(7,13,25,.45), transparent 55%); }
.hero-eyebrow { padding: 7px 12px; margin-bottom: 20px; font-size: .7rem; background: rgba(0,198,167,.08); }
.hero h1 { margin-bottom: 20px; max-width: 650px; }
.hero-sub { max-width: 520px; margin-bottom: 28px; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.65; }
.hero-cta { margin-bottom: 0; gap: 12px; }
.hero .btn-lg { padding: 12px 24px; font-size: .92rem; }
.hero-dots { opacity: .45; }

/* Stats belong below, not inside, the banner */
.impact-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--gray-200); }
.impact-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-strip-item { padding: 28px 24px; border-right: 1px solid var(--gray-200); }
.impact-strip-item:last-child { border-right: 0; }
.impact-strip-num { display: block; color: var(--navy); font: 750 1.65rem/1 var(--font-head); letter-spacing: -.03em; }
.impact-strip-label { display: block; margin-top: 7px; color: var(--gray-600); font-size: .78rem; }

/* Shared surfaces */
.section-gray { background: #f1f4f7; }
.program-card, .news-card, .event-card, .value-card { border-color: rgba(148,163,184,.28); box-shadow: var(--shadow-sm); }
.program-card, .news-card, .event-card { border-radius: 16px; }
.program-card-body { padding: 24px; }
.news-card-body, .event-card-body { padding: 22px; }
.program-card:hover, .news-card:hover, .event-card:hover, .value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(0,198,167,.35); }
.btn { padding: 10px 22px; }
.btn-lg { padding: 13px 28px; font-size: .98rem; }

/* Inner banners are concise */
.page-hero { padding: 122px 0 64px; }
.page-hero .container { max-width: 1160px; }
.page-hero .text-display { max-width: 700px; margin-bottom: 14px; }
.page-hero p { font-size: 1rem; line-height: 1.65; }
.page-hero::before { background: radial-gradient(ellipse 55% 85% at 82% 45%, rgba(0,198,167,.13), transparent 70%), linear-gradient(120deg,#0b1220,#15233a); }

/* About page */
.mission-grid { gap: 64px; }
.mission-lead { color: var(--gray-600); margin-bottom: 18px; font-size: 1.03rem; }
.mission-lead + .mission-lead { margin-bottom: 30px; }
.mission-image { box-shadow: none; border: 1px solid var(--gray-200); background: linear-gradient(135deg,#edf9f6,#f7f9fb) !important; }
.stats-bar-item { padding: 30px 20px; }
.stats-bar-num { font-size: 2rem; }
.value-card { padding: 26px; border-left: 0; border-top: 3px solid var(--teal); }
.approach-section { background: var(--navy); color: var(--white); }
.approach-section .section-header p { color: rgba(255,255,255,.62); }
.approach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.approach-card { min-height: 235px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.approach-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.approach-number { color: var(--teal); font: 700 .75rem/1 var(--font-head); letter-spacing: .12em; }
.approach-card-top .material-symbols-outlined { color: rgba(255,255,255,.38); font-size: 26px; }
.approach-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.approach-card p { color: rgba(255,255,255,.58); font-size: .88rem; line-height: 1.65; }

/* Shorter CTA and footer */
.cta-banner { padding: 64px 0; }
.cta-banner .text-display { font-size: clamp(1.8rem,3vw,2.7rem); }
.newsletter-bar { padding: 32px 0; }
.footer-top { padding-top: 60px; }

@media (max-width: 900px) {
  .approach-grid { grid-template-columns: repeat(2,1fr); }
  .impact-strip-grid { grid-template-columns: repeat(2,1fr); }
  .impact-strip-item:nth-child(2) { border-right: 0; }
  .impact-strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--gray-200); }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { min-height: 620px; height: auto; padding: 112px 0 56px; }
  .text-hero { font-size: clamp(2.25rem, 12vw, 3.15rem); }
  .hero-sub { font-size: .92rem; }
  .hero-cta { flex-direction: row; align-items: center; }
  .hero .btn-lg { padding: 11px 17px; font-size: .84rem; }
  .hero .btn .material-symbols-outlined { display: none; }
  .impact-strip-item { padding: 22px 16px; }
  .impact-strip-num { font-size: 1.4rem; }
  .page-hero { padding: 108px 0 52px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-card { min-height: 0; }
  .approach-card-top { margin-bottom: 24px; }
  .mission-grid { gap: 36px; }
}

/* Reference homepage */
#site-nav,
#site-nav.scrolled {
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #e5e9ef;
  box-shadow: 0 2px 12px rgba(11,18,32,.06);
  backdrop-filter: none;
}
#site-nav .nav-inner { height: 70px; }
#site-nav .nav-logo img { height: 46px; }
#site-nav .nav-logo-text { color: var(--navy); font-size: 1rem; }
#site-nav .nav-link { color: var(--navy); font-size: .72rem; font-weight: 750; text-transform: uppercase; padding: 8px 11px; border-radius: 0; }
#site-nav .nav-link:hover, #site-nav .nav-link.active { color: #087f6c; background: transparent; }
#site-nav .nav-link.active { border-bottom: 2px solid var(--teal); }
#site-nav .lang-switcher { background: transparent; border: 0; }
#site-nav .lang-btn { color: var(--navy); border-radius: 0; padding: 5px 8px; }
#site-nav .lang-btn.active, #site-nav .lang-btn:hover { color: #087f6c; background: transparent; }
#site-nav .btn-primary { background: #078465; color: #fff; border-color: #078465; text-transform: uppercase; font-size: .7rem; padding: 10px 16px; }
#site-nav .nav-toggle { background: var(--navy); border-color: var(--navy); }
#site-nav .nav-mobile { background: rgba(9,36,78,.98); border-top-color: rgba(255,255,255,.14); }
#site-nav .nav-mobile .nav-link { color: rgba(255,255,255,.88); border-bottom-color: rgba(255,255,255,.12); }
#site-nav .nav-mobile .nav-link:hover, #site-nav .nav-mobile .nav-link.active { color: #52dfc4; background: rgba(255,255,255,.08); }
#site-nav .nav-mobile .lang-btn { color: rgba(255,255,255,.78); }
#site-nav .nav-mobile .lang-btn.active, #site-nav .nav-mobile .lang-btn:hover { color: var(--navy); background: var(--teal); }

.reference-home { background: #fff; }
.reference-hero { min-height: 300px; height: 300px; padding: 70px 0 0; align-items: stretch; background: var(--navy); }
.reference-hero .hero-slideshow { left: 38%; }
.reference-hero .hero-slide.active { opacity: 1; }
.reference-hero .hero-overlay { background: linear-gradient(90deg, rgba(9,36,78,.86) 0%, rgba(9,36,78,.86) 37%, rgba(9,36,78,.62) 43%, rgba(9,36,78,.04) 62%, rgba(9,36,78,0) 100%); }
.reference-hero .hero-dots { display: none; }
.reference-hero .container { width: 100%; }
.reference-hero-copy { max-width: 510px; padding: 20px 0 30px; }
.reference-hero h1 { font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.08; letter-spacing: 0; margin-bottom: 10px; }
.reference-hero .hero-sub { max-width: 430px; margin-bottom: 10px; color: rgba(255,255,255,.82); font-size: .78rem; line-height: 1.45; }
.reference-hero .hero-cta { gap: 12px; }
.reference-hero .btn { padding: 8px 14px; border-radius: 7px; font-size: .7rem; text-transform: uppercase; }
.reference-hero .btn-outline { border-color: rgba(255,255,255,.75); }
.values-strip { background: #fff; border-bottom: 1px solid #e5e9ef; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.value-item { display: flex; align-items: center; gap: 10px; min-height: 68px; padding: 10px 18px; border-right: 1px solid #e5e9ef; }
.value-item:last-child { border-right: 0; }
.value-item > .material-symbols-outlined { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; color: #12305d; background: #eef3fb; font-size: 18px; }
.value-item strong, .value-item small { display: block; }
.value-item strong { color: var(--navy); font-size: .72rem; line-height: 1.2; }
.value-item small { color: var(--gray-600); font-size: .6rem; line-height: 1.35; }
.reference-work, .reference-news { padding: 22px 0 28px; }
.reference-section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.reference-section-heading .section-label { margin: 0; color: var(--navy); font-size: .78rem; }
.reference-section-heading .section-label::before { width: 16px; height: 2px; }
.reference-section-heading > a { display: inline-flex; align-items: center; gap: 4px; color: #087f6c; font-size: .68rem; font-weight: 700; }
.reference-section-heading > a .material-symbols-outlined { font-size: 15px; }
.reference-work .programs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.reference-work .programs-grid .program-card { min-width: 0; max-width: none; flex: none; border-radius: 7px; }
.reference-work .program-card-image { aspect-ratio: 1.7; }
.reference-work .program-card-image img, .reference-news .news-card-image img { object-fit: cover; }
.reference-work .program-card-body { padding: 10px 12px 12px; }
.reference-work .program-card-cat, .reference-work .program-card-excerpt, .reference-work .program-stat { display: none; }
.reference-work .program-card-title { font-size: .72rem; line-height: 1.3; margin: 0 0 8px; }
.reference-work .program-card-footer { display: block; }
.reference-work .program-card-footer .btn { padding: 0; font-size: .62rem; }
.reference-stats { background: #eef3fb; border-top: 1px solid #e1e8f3; border-bottom: 1px solid #e1e8f3; }
.reference-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.reference-stat { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; border-right: 1px solid #dae3f0; }
.reference-stat:last-child { border-right: 0; }
.reference-stat > .material-symbols-outlined { color: #078465; font-size: 22px; }
.reference-stat strong, .reference-stat small { display: block; }
.reference-stat strong { color: var(--navy); font-size: 1.05rem; line-height: 1; }
.reference-stat small { color: var(--gray-600); font-size: .62rem; margin-top: 3px; }
.reference-news { background: #f7f9fb; }
.reference-news .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reference-news .news-card { min-width: 0; max-width: none; flex: none; border-radius: 7px; }
.reference-news .news-card-image { aspect-ratio: 2.1; }
.reference-news .news-card-body { padding: 12px; }
.reference-news .news-card-title { font-size: .82rem; margin: 5px 0 10px; }
.reference-news .news-card-date { font-size: .62rem; }
.reference-news .btn { padding: 0; font-size: .65rem; }

@media (max-width: 900px) {
  .reference-hero .hero-slideshow { left: 42%; }
  .reference-work .programs-grid { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .value-item:nth-child(3) { border-right: 0; }
}
@media (max-width: 640px) {
  .reference-hero { height: 500px; min-height: 0; padding-top: 70px; align-items: flex-end; }
  .reference-hero .hero-slideshow { left: 0; opacity: .3; }
  .reference-hero .hero-overlay { background: linear-gradient(180deg, rgba(9,36,78,.18), rgba(9,36,78,.78) 70%); }
  .reference-hero-copy { padding-bottom: 34px; }
  .reference-hero h1 { font-size: 2rem; }
  .values-grid, .reference-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .value-item { padding: 10px; }
  .value-item:nth-child(2), .value-item:nth-child(4) { border-right: 0; }
  .value-item:nth-child(3) { border-right: 1px solid #e5e9ef; }
  .reference-work .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-news .news-grid { grid-template-columns: 1fr; }
  .reference-stat { min-height: 62px; }
  .reference-stat:nth-child(2) { border-right: 0; }
  .reference-stat:nth-child(-n+2) { border-bottom: 1px solid #dae3f0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Focused home banner and About-page brand mark */
.hero-copy { width: min(940px, 100%); }
.hero-statement { max-width: 940px !important; margin-bottom: 30px !important; white-space: nowrap; font-size: clamp(2.15rem, 4.55vw, 4.25rem); text-shadow: 0 3px 30px rgba(0,0,0,.28); }
.hero-cta { gap: 10px; }
.hero .hero-btn { min-height: 42px; padding: 9px 17px; border-radius: 999px; font-size: .82rem; font-weight: 700; letter-spacing: .01em; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.hero .hero-btn .material-symbols-outlined { font-size: 17px; transition: transform var(--dur-fast) var(--ease); }
.hero .hero-btn:hover .material-symbols-outlined { transform: translateX(3px); }
.hero-btn-primary { color: var(--navy); background: var(--teal); border: 1px solid var(--teal); }
.hero-btn-primary:hover { color: var(--navy); background: #16d7b8; border-color: #16d7b8; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,198,167,.24); }
.hero-btn-secondary { color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(10px); }
.hero-btn-secondary:hover { color: var(--white); background: rgba(255,255,255,.17); border-color: rgba(255,255,255,.65); transform: translateY(-2px); }
.mission-logo-card { aspect-ratio: 4 / 3; display: grid; place-items: center; padding: clamp(36px, 6vw, 76px); background: #fff !important; }
.mission-logo { width: min(100%, 320px) !important; height: auto !important; object-fit: contain !important; border-radius: 50%; filter: drop-shadow(0 18px 30px rgba(11,18,32,.12)); }
@media (max-width: 900px) {
  .hero-statement { white-space: normal; max-width: 720px !important; }
}
@media (max-width: 640px) {
  .hero-statement { font-size: clamp(2.1rem, 10.5vw, 3.05rem); line-height: 1.02; margin-bottom: 26px !important; }
  .hero .hero-btn { min-height: 40px; padding: 8px 14px; font-size: .78rem; }
  .mission-logo-card { padding: 42px; }
}

