:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4ff;
  --text: #152033;
  --muted: #637189;
  --border: #dbe4f2;
  --brand: #0f6acb;
  --brand-soft: #e5f0ff;
  --dark: #10243f;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 18px 45px rgba(20, 40, 80, 0.13);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(15,106,203,.18), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.page { width: min(1180px, 100%); margin: 0 auto; padding: 14px; }

.site-header {
  position: sticky; top: 10px; z-index: 10;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,228,242,.9);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(16,36,63,.10);
  padding: 10px;
  backdrop-filter: blur(16px);
  margin-bottom: 14px;
}
.header-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.brand-block { display: flex; align-items: center; gap: 10px; min-width: 0; text-decoration: none; }
.brand-logo { width: 48px; height: 48px; border-radius: 15px; object-fit: contain; background: #f4f7fd; padding: 5px; flex: 0 0 auto; }
.brand-text { min-width: 0; display: grid; gap: 1px; }
.brand-name { font-size: 1rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-meta { font-size: .76rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-toggle { border: 0; width: 42px; height: 42px; border-radius: 14px; background: var(--brand-soft); font-size: 1.35rem; color: var(--text); cursor: pointer; }
.c47ddc394cf { display: none; grid-template-columns: 1fr; gap: 6px; padding-top: 10px; }
.c47ddc394cf.is-open { display: grid; }
.c47ddc394cf a { text-decoration: none; padding: 12px 14px; border-radius: 14px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.c47ddc394cf a.is-active, .c47ddc394cf a:hover { background: var(--brand-soft); color: var(--text); }

.main { display: grid; gap: 14px; }
.c6d916996f8, .hero-panel, .page-title, .quick-strip, .wide-card {
  background: var(--surface);
  border: 1px solid rgba(219,228,242,.85);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.c6d916996f8 { padding: 22px; }
.eyebrow { display: inline-flex; color: var(--brand); background: var(--brand-soft); border-radius: 999px; padding: 6px 12px; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2rem, 5.2vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -.04em;
  margin: 12px 0 10px;
}
h2 { font-size: clamp(1.35rem, 5vw, 2.2rem); line-height: 1.1; letter-spacing: -.03em; margin-bottom: 10px; }
h3 { font-size: 1.1rem; margin-bottom: 8px; }
p { color: var(--muted); }

.hero-panel { overflow: hidden; display: grid; gap: 0; }
.hero-content { padding: 24px; }
.hero-image-wrap { min-height: 280px; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.c77b267644b { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; border-radius: 999px; padding: 12px 18px; text-decoration: none; font-weight: 800; border: 1px solid var(--border); cursor: pointer; }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-light { background: #fff; color: var(--text); }

.quick-strip { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 16px; }
.quick-strip div, .info-grid div { background: #f7f9fe; border: 1px solid var(--border); border-radius: 16px; padding: 12px; }
.quick-strip span, .info-grid span { display: block; color: var(--muted); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.quick-strip strong, .info-grid strong { display: block; overflow-wrap: anywhere; }

.mission-layout { display: grid; gap: 14px; }
.dark-card { background: var(--dark); color: #fff; }
.dark-card p { color: rgba(255,255,255,.78); }
.section-heading { margin-bottom: 16px; }
.program-grid { display: grid; gap: 14px; }
.program-card { border: 1px solid var(--border); border-radius: 22px; overflow: hidden; background: #fff; }
.program-card img { height: 200px; width: 100%; object-fit: cover; }
.program-card h3, .program-card p { padding-left: 16px; padding-right: 16px; }
.program-card h3 { padding-top: 16px; }
.program-card p { padding-bottom: 18px; }

.page-title { padding: 24px; overflow: hidden; }
.page-title img { border-radius: 22px; height: 280px; width: 100%; object-fit: cover; margin-top: 18px; }
.split-hero, .program-hero { display: grid; gap: 14px; align-items: center; }
.story-card { font-size: 1.02rem; }
.info-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.info-grid.single { grid-template-columns: 1fr; }
.image-band { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.image-band img { height: 140px; width: 100%; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }

.program-list { display: grid; gap: 14px; }
.wide-card { overflow: hidden; display: grid; }
.wide-card img { height: 230px; width: 100%; object-fit: cover; }
.wide-card div { padding: 22px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-list li { background: #f7f9fe; border: 1px solid var(--border); border-radius: 16px; padding: 12px 12px 12px 38px; position: relative; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 13px; top: 11px; color: var(--brand); font-weight: 900; }

.governance-grid { display: grid; gap: 14px; }
.governance-card { min-height: 180px; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.timeline-item { position: relative; padding: 16px; border: 1px solid var(--border); border-radius: 18px; background: #f7f9fe; }
.timeline-title { font-weight: 900; margin-bottom: 4px; }
.timeline-body { color: var(--muted); }

.contact-grid { display: grid; gap: 14px; }
.form-grid { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-size: .9rem; font-weight: 800; }
input, textarea { width: 100%; font: inherit; border: 1px solid var(--border); border-radius: 14px; background: #f8faff; padding: 13px 14px; outline: 0; }
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(15,106,203,.12); }
.mini-note { margin-top: 16px; padding: 12px; border-radius: 16px; background: var(--brand-soft); font-weight: 800; color: var(--text); }
.map-frame iframe { width: 100%; min-height: 340px; border: 0; border-radius: 22px; box-shadow: var(--shadow); }

.site-footer {
  margin-top: 14px;
  background: #ffffff;
  border: 1px solid rgba(219,228,242,.9);
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(16,36,63,.08);
  padding: 22px;
  display: grid;
  gap: 18px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.footer-logo { width: 62px; height: 62px; border-radius: 18px; object-fit: contain; background: #f4f7fd; padding: 6px; flex: 0 0 auto; }
.footer-name { font-size: 1.45rem; font-weight: 900; color: var(--brand); text-transform: uppercase; letter-spacing: .07em; overflow-wrap: anywhere; }
.footer-line { font-size: .85rem; color: var(--muted); }
.footer-info { display: grid; gap: 6px; font-size: .9rem; }
.footer-info p { margin: 0; color: var(--text); overflow-wrap: anywhere; }
.footer-info strong { font-weight: 900; }

body.theme-1 { --brand: #0f6acb; --brand-soft: #e5f0ff; }
body.theme-2 { --brand: #0f7a4b; --brand-soft: #e3f5eb; }
body.theme-3 { --brand: #b04816; --brand-soft: #ffe8d8; }
body.theme-4 { --brand: #6c3fb2; --brand-soft: #efe5ff; }
body.theme-5 { --brand: #c0365b; --brand-soft: #ffe3ec; }

@media (max-width: 719px) {
  h1 {
    font-size: clamp(1.85rem, 9vw, 2rem);
    line-height: 1.18;
    letter-spacing: -.035em;
    margin: 10px 0 10px;
  }
}

@media (min-width: 720px) {
  .page { padding: 20px; }
  .site-header { padding: 12px 14px; }
  .header-top { display: contents; }
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .nav-toggle { display: none; }
  .c47ddc394cf { display: flex !important; padding-top: 0; gap: 4px; }
  .brand-logo { width: 54px; height: 54px; }
  .hero-panel { grid-template-columns: 1.05fr .95fr; min-height: 560px; }
  .hero-content { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
  .hero-actions { flex-direction: row; }
  .quick-strip { grid-template-columns: repeat(4, 1fr); }
  .mission-layout { grid-template-columns: 1.15fr .85fr; }
  .program-grid { grid-template-columns: repeat(3, 1fr); }
  .split-hero, .program-hero { grid-template-columns: 1fr .85fr; }
  .page-title { padding: 42px; }
  .page-title img { margin-top: 0; height: 360px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .image-band { grid-template-columns: repeat(4, 1fr); }
  .image-band img { height: 190px; }
  .wide-card { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .wide-card.reverse { grid-template-columns: 1.1fr .9fr; }
  .wide-card.reverse img { order: 2; }
  .wide-card img { height: 100%; min-height: 280px; }
  .wide-card div { padding: 42px; }
  .governance-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: .85fr 1.15fr; }
  .site-footer { grid-template-columns: .95fr 1.4fr; align-items: start; padding: 26px 34px; }
  .footer-info { grid-template-columns: .9fr .9fr 1.2fr; }
  .footer-info p:last-child { grid-column: 1 / -1; }
}
