:root {
  --ink: #10222d;
  --muted: #607381;
  --line: #dbe6ec;
  --paper: #fbfefe;
  --soft: #eef7f9;
  --teal: #0f8b8d;
  --teal-dark: #075f65;
  --blue: #255f85;
  --gold: #f2b84b;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(11, 57, 72, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 76px);
  background: rgba(251, 254, 254, 0.92);
  border-bottom: 1px solid rgba(219, 230, 236, 0.86);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 240px; }
.pulse { width: 48px; height: 48px; color: var(--blue); }
.brand-text {
  display: grid;
  gap: 1px;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1;
}
.brand-text span:last-child { color: var(--teal-dark); }
.links { display: flex; align-items: center; gap: 24px; color: #355260; font-size: 0.95rem; font-weight: 800; }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(16, 34, 45, 0.18);
}
.btn.secondary { color: var(--ink); background: var(--white); border-color: var(--line); box-shadow: none; }
.btn.gold { color: #3a2708; background: var(--gold); box-shadow: 0 18px 34px rgba(242, 184, 75, 0.28); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  min-height: 720px;
  padding: clamp(52px, 7vw, 96px) clamp(20px, 5vw, 76px);
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(15, 139, 141, 0.18);
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(15, 139, 141, 0.08);
  font-size: 0.84rem;
  font-weight: 850;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3.1rem, 7vw, 6.2rem); line-height: 0.94; letter-spacing: -0.045em; }
h1 span, h2 span { color: var(--teal); }
.lead { max-width: 680px; color: #425e6d; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.photo-frame { overflow: hidden; border-radius: 8px; background: var(--soft); box-shadow: var(--shadow); }
.photo-frame img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.photo-frame.child img { object-position: 62% 35%; }
.photo-carousel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.carousel-stage {
  position: relative;
  min-height: 460px;
}
.carousel-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 240ms ease;
}
.carousel-stage img.active {
  opacity: 1;
}
.carousel-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 16px;
  color: var(--white);
  background: var(--ink);
}
.carousel-controls button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.carousel-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 800;
}
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.stat { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.stat strong { display: block; font-size: 1.4rem; }
.stat span { display: block; margin-top: 4px; color: var(--muted); font-size: 0.9rem; }
main section, .page-section { padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 76px); }
.page-hero {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 76px);
  color: var(--white);
  background: linear-gradient(135deg, rgba(16, 34, 45, 0.9), rgba(15, 139, 141, 0.78)), var(--ink);
}
.page-hero h1 { max-width: 950px; margin-bottom: 18px; }
.page-hero p { max-width: 760px; margin-bottom: 0; color: rgba(255, 255, 255, 0.78); font-size: 1.2rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-head h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -0.04em; }
.section-head p { max-width: 440px; margin-bottom: 0; color: var(--muted); }
.cards, .three-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 14px 34px rgba(16, 34, 45, 0.06); }
.card h3 { margin-bottom: 10px; font-size: 1.35rem; }
.card p { color: var(--muted); }
.card ul { display: grid; gap: 8px; padding: 0; margin: 20px 0 0; list-style: none; color: #385767; }
.card li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 999px; background: var(--gold); vertical-align: middle; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.dark-band { color: var(--white); background: var(--ink); }
.dark-band p { color: rgba(255, 255, 255, 0.74); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.step { min-height: 230px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 8px; background: rgba(255, 255, 255, 0.06); }
.step strong { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 44px; border-radius: 999px; color: #ffd78a; background: rgba(242, 184, 75, 0.18); }
.image-card { overflow: hidden; border-radius: 8px; background: var(--white); box-shadow: 0 14px 34px rgba(16, 34, 45, 0.08); }
.image-card img { display: block; width: 100%; height: 230px; object-fit: cover; }
.image-card div { padding: 20px; }
.donation-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.amounts { display: grid; gap: 14px; }
.amount-card { display: grid; grid-template-columns: 110px 1fr; gap: 20px; align-items: center; padding: 22px; border: 1px solid rgba(15, 139, 141, 0.16); border-radius: 8px; background: var(--white); }
.amount-card strong { color: var(--teal-dark); font-size: 2rem; }
.contact-layout { display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1.2fr); gap: clamp(26px, 5vw, 60px); align-items: start; }
.contact-box { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
form { display: grid; gap: 14px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; color: #314b59; font-size: 0.92rem; font-weight: 800; }
input, textarea, select { width: 100%; padding: 14px; color: var(--ink); background: #f8fcfd; border: 1px solid var(--line); border-radius: 8px; outline: none; }
textarea { min-height: 132px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(15, 139, 141, 0.12); }
.form-note { margin: 0; color: var(--muted); font-size: 0.92rem; }
.contact-list { display: grid; gap: 14px; margin-top: 24px; }
.contact-list a, .contact-list span { color: #254c5d; font-weight: 850; }
.check-row { display: flex; gap: 10px; align-items: center; color: var(--muted); font-weight: 700; }
.check-row input { width: auto; }
.newsletter-strip {
  background: var(--soft);
}
.newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(15, 139, 141, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(16, 34, 45, 0.08);
}
.donation-checkout {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.amount-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.amount-button {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fcfd;
  cursor: pointer;
  font-weight: 850;
}
.amount-button.active {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: rgba(15, 139, 141, 0.08);
}
.secure-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}
footer {
  color: var(--white);
  background: #082c46;
}
footer a { color: inherit; }
.footer-cta {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 52px);
  align-items: center;
  padding: clamp(42px, 7vw, 76px) clamp(20px, 5vw, 76px);
  color: var(--ink);
  background: linear-gradient(90deg, #f8fcfd, #eef8fb);
  border-top: 1px solid rgba(37, 95, 133, 0.16);
}
.footer-kicker {
  color: #3f5f72;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-transform: uppercase;
}
.footer-cta h2 {
  width: fit-content;
  margin: 0;
  border-bottom: 3px solid var(--gold);
  color: #1a303d;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}
.footer-arrow {
  display: grid;
  place-items: center;
  width: clamp(58px, 7vw, 82px);
  height: clamp(58px, 7vw, 82px);
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 20px 44px rgba(37, 95, 133, 0.24);
}
.footer-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(170px, 0.75fr));
  gap: clamp(28px, 5vw, 66px);
  padding: clamp(34px, 5vw, 54px) clamp(20px, 5vw, 76px) 28px;
  background:
    radial-gradient(circle at 15% 0%, rgba(15, 139, 141, 0.36), transparent 34%),
    linear-gradient(135deg, #071f33, #0a4165 58%, #075f65);
}
.footer-brand {
  display: grid;
  gap: 16px;
  align-content: start;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-logo .pulse { color: #55c7f3; }
.footer-logo .brand-text { color: var(--white); }
.footer-logo .brand-text span:last-child { color: #bdefff; }
.footer-tagline {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}
.footer-col {
  display: grid;
  gap: 10px;
  align-content: start;
}
.footer-col h3 {
  margin: 0 0 4px;
  color: #c7f4ff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}
.footer-col a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(85, 199, 243, 0.64);
  text-underline-offset: 4px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 950;
  text-decoration: none;
}
.footer-social a:hover,
.footer-arrow:hover {
  background: var(--teal);
}
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.footer-legal a + a::before {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 980px) {
  .hero, .split, .donation-layout, .contact-layout { grid-template-columns: 1fr; }
  .cards, .three-grid, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-cta, .footer-panel { grid-template-columns: 1fr 1fr; }
  .footer-arrow { justify-self: start; }
}
@media (max-width: 720px) {
  .links, .nav-actions .secondary { display: none; }
  .brand { min-width: 0; }
  .pulse { width: 40px; height: 40px; }
  .brand-text { font-size: 0.86rem; }
  .hero { min-height: auto; }
  .stats, .cards, .three-grid, .steps, .amount-card, .field-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .section-head { display: grid; align-items: start; }
  .footer-cta, .footer-panel { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}
