:root {
  --ink: #16243a;
  --muted: #5f6f82;
  --paper: #f7f4ee;
  --surface: #ffffff;
  --line: #d9dee5;
  --navy: #17375e;
  --navy-deep: #0d2747;
  --signal: #d9643a;
  --signal-dark: #a94323;
  --mint: #dcece7;
  --sand: #efe6d5;
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow: 0 24px 60px rgba(19, 40, 68, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 238, 0.96);
  border-bottom: 1px solid rgba(23, 55, 94, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 92px;
}

.c1d054337ec {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
}

.c1d054337ec img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--surface);
  padding: 7px;
  box-shadow: 0 8px 22px rgba(19, 40, 68, 0.12);
  flex: 0 0 auto;
}

.brand-copy {
  min-width: 0;
}

.brand-name {
  display: block;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.brand-note {
  display: block;
  margin-top: 5px;
  color: var(--signal-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cdd06656725 {
  display: none;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #ffffff;
  padding: 11px 16px;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  color: var(--navy-deep);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--navy);
  color: #ffffff;
}

.cd75077d91b {
  padding: 72px 0 54px;
}

.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--signal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--signal);
}

.cd75077d91b h1,
.page-hero h1 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.cd75077d91b h1 .organization-name,
.page-hero h1 .organization-name {
  display: block;
  color: var(--signal-dark);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
}

.c2926d8e848 {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--signal);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--signal-dark);
}

.button-secondary {
  border: 1px solid rgba(23, 55, 94, 0.22);
  background: var(--surface);
  color: var(--navy-deep);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 36px -18px -18px 46px;
  border-radius: 42px 12px 42px 12px;
  background: var(--mint);
}

.hero-visual img {
  position: relative;
  z-index: 1;
  height: 560px;
  object-fit: cover;
  border-radius: 42px 12px 42px 12px;
  box-shadow: var(--shadow);
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  left: -28px;
  bottom: 28px;
  width: 178px;
  min-height: 178px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: var(--shadow);
}

main {
  display: block;
}

.section {
  padding: 78px 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-soft {
  background: var(--mint);
}

.section-dark {
  background: var(--navy-deep);
  color: #ffffff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1.25fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 38px;
}

.section-heading h2,
.content-panel h2,
.contact-panel h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.section-dark .section-heading h2 {
  color: #ffffff;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.program-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 16px 38px rgba(19, 40, 68, 0.09);
}

.program-card img {
  height: 230px;
  object-fit: cover;
}

.program-card-body {
  padding: 24px;
}

.program-card h3 {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.program-card p {
  margin: 0;
  color: var(--muted);
}

.split-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.split-feature.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.split-feature img {
  min-height: 440px;
  object-fit: cover;
  border-radius: 18px 54px 18px 54px;
  box-shadow: var(--shadow);
}

.content-panel {
  padding: 42px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.content-panel p {
  color: var(--muted);
}

.check-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.check-list li {
  position: relative;
  margin: 14px 0;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--signal-dark);
  font-weight: 900;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.impact-item {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.impact-item strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.impact-item span {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--sand), var(--paper));
  border-bottom: 1px solid rgba(23, 55, 94, 0.1);
}

.page-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.page-hero img {
  height: 410px;
  object-fit: cover;
  border-radius: 14px 46px 14px 46px;
  box-shadow: var(--shadow);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.info-card {
  padding: 28px;
  border-top: 5px solid var(--signal);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(19, 40, 68, 0.08);
}

.info-card h3 {
  margin-top: 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.policy-list {
  display: grid;
  gap: 16px;
}

.policy-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(19, 40, 68, 0.08);
}

.policy-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #ffffff;
  font-weight: 900;
}

.policy-item h3 {
  margin: 0 0 7px;
  color: var(--navy-deep);
}

.policy-item p {
  margin: 0;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.contact-panel {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.contact-panel p {
  color: var(--muted);
}

.contact-line {
  margin: 20px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contact-line strong {
  display: block;
  color: var(--navy-deep);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-line a {
  color: var(--signal-dark);
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfd;
  color: var(--ink);
  padding: 14px 16px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 170px;
}

.contact-form button {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  background: var(--signal);
  color: #ffffff;
  padding: 13px 22px;
  font-weight: 800;
  cursor: pointer;
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.site-footer {
  background: var(--navy-deep);
  color: #ffffff;
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.95fr;
  gap: 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
  padding: 7px;
}

.footer-brand-name {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid a {
  text-decoration: none;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .cdd06656725 {
    display: inline-flex;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 16px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    text-align: center;
  }

  .hero-grid,
  .page-hero-inner,
  .split-feature,
  .split-feature.reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: 480px;
  }

  .hero-stamp {
    left: 18px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .program-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .hero-grid,
  .section-inner,
  .page-hero-inner,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 78px;
    gap: 12px;
  }

  .c1d054337ec {
    gap: 10px;
  }

  .c1d054337ec img {
    width: 46px;
    height: 46px;
  }

  .brand-note {
    display: none;
  }

  .cd75077d91b,
  .page-hero {
    padding: 44px 0;
  }

  .cd75077d91b h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual img {
    height: 360px;
  }

  .hero-visual::before {
    inset: 18px -6px -8px 18px;
  }

  .hero-stamp {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    min-height: auto;
    margin: 16px 0 0;
    border-radius: 16px;
  }

  .section {
    padding: 52px 0;
  }

  .program-grid,
  .info-grid,
  .impact-grid,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .content-panel,
  .contact-panel {
    padding: 25px;
  }

  .split-feature img,
  .page-hero img {
    min-height: 0;
    height: 300px;
  }

  .policy-item {
    grid-template-columns: 1fr;
  }

  .map-frame {
    min-height: 320px;
  }
}
