:root {
  --navy: #122b3a;
  --navy-deep: #0b1d29;
  --blue: #2c6e8f;
  --blue-light: #eaf3f7;
  --ink: #1e2a31;
  --muted: #60717b;
  --line: #d9e2e7;
  --paper: #ffffff;
  --offwhite: #f6f8f9;
  --accent: #c5a15a;
  --shadow: 0 16px 40px rgba(13, 36, 49, 0.12);
  --radius: 18px;
  --max: 1120px;
}

* { 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;
}
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
img { max-width: 100%; display: block; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 999;
  background: var(--paper);
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(217,226,231,0.9);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  text-decoration: none;
  color: var(--navy);
  display: inline-flex;
  flex-direction: column;
  line-height: 1.08;
}
.brand-name { font-size: 1.2rem; font-weight: 760; letter-spacing: -0.02em; }
.brand-role { font-size: 0.76rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 20px; }
.nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 640;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }
.nav .nav-donate {
  background: var(--navy);
  color: white;
  padding: 10px 15px;
  border-radius: 999px;
}
.nav .nav-donate:hover { background: var(--blue); color: white; }

.mobile-nav { display: none; }

.hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.09), transparent 34%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: white;
}
.hero-grid {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 54px;
  align-items: center;
  padding: 72px 0;
}
.hero-copy { max-width: 670px; }
.eyebrow {
  display: inline-block;
  font-size: 0.79rem;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cfe4ee;
  margin-bottom: 14px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.hero .hero-role {
  margin: 22px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: #dcebf1;
  max-width: 590px;
}
.hero .hero-intro {
  margin: 26px 0 0;
  font-size: 1.02rem;
  color: #ebf2f5;
  max-width: 635px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 720;
  font-size: 0.95rem;
}
.button-primary { background: white; color: var(--navy); }
.button-primary:hover { background: #edf5f8; color: var(--navy); }
.button-outline { border-color: rgba(255,255,255,0.42); color: white; }
.button-outline:hover { border-color: white; color: white; background: rgba(255,255,255,0.06); }

.hero-photo-wrap {
  width: min(100%, 440px);
  justify-self: end;
  position: relative;
}
.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -16px 20px 16px -20px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 30px;
}
.hero-photo {
  position: relative;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  aspect-ratio: 1091 / 1363;
  object-fit: cover;
}

.section { padding: 86px 0; }
.section-alt { background: var(--offwhite); }
.section-header { max-width: 760px; margin-bottom: 38px; }
.section-kicker {
  display: block;
  font-size: 0.8rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 8px;
}
h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--navy);
}
h3 { color: var(--navy); line-height: 1.2; margin: 0 0 12px; font-size: 1.35rem; }
p { margin: 0 0 18px; }
.lead { font-size: 1.1rem; color: #42535d; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 24px rgba(13,36,49,0.05);
}
.card p:last-child { margin-bottom: 0; }

.split { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 58px; align-items: start; }
.side-image { position: sticky; top: 100px; }
.side-image img { border-radius: 22px; box-shadow: var(--shadow); }

.prose { max-width: 790px; }
.prose p { font-size: 1.04rem; }
.prose p + p { margin-top: 10px; }
.quote-block {
  border-left: 4px solid var(--accent);
  padding: 4px 0 4px 22px;
  margin: 28px 0;
  color: #3c4a52;
  font-size: 1.16rem;
}

.callout {
  background: var(--blue-light);
  border: 1px solid #cfe1e8;
  border-radius: var(--radius);
  padding: 28px;
}
.callout h3 { margin-bottom: 8px; }

.donate-box {
  max-width: 720px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 36px;
}
.donate-box .button { background: var(--navy); color: white; }
.donate-box .button:hover { background: var(--blue); color: white; }
.setup-note {
  display: none;
  padding: 16px 18px;
  margin: 18px 0 0;
  border-radius: 12px;
  background: #fff7e6;
  border: 1px solid #ead7ad;
  color: #5f4a1b;
}
.setup-note.visible { display: block; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.contact-item {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.contact-item .label {
  font-size: .75rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--muted);
  margin-bottom: 8px;
}

.site-footer {
  background: var(--navy-deep);
  color: #d7e4ea;
  padding: 30px 0 34px;
}
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.footer-brand { color: white; font-weight: 760; }
.footer-small { font-size: .84rem; color: #afc0c9; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: #d7e4ea; text-decoration: none; }
.footer-links a:hover { color: white; }
.disclosure { margin-top: 12px; font-size: .78rem; color: #9eb2bc; max-width: 720px; }

.page-hero {
  background: var(--navy);
  color: white;
  padding: 66px 0 60px;
}
.page-hero h1 { color: white; max-width: 780px; }
.page-hero p { margin-top: 15px; color: #dbe9ee; max-width: 760px; font-size: 1.06rem; }

@media (max-width: 880px) {
  .nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary {
    list-style: none;
    cursor: pointer;
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 700;
    color: var(--navy);
  }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav-panel {
    position: absolute;
    right: 20px;
    top: 62px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: var(--shadow);
    padding: 8px;
    min-width: 220px;
  }
  .mobile-nav-panel a { display: block; padding: 11px 12px; text-decoration: none; color: var(--ink); border-radius: 9px; }
  .mobile-nav-panel a:hover { background: var(--offwhite); }

  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 42px; }
  .hero-photo-wrap { justify-self: start; width: min(100%, 390px); }
  .cards, .contact-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .side-image { position: static; max-width: 420px; }
	.side-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
	}
	.contact-form-embed {
	  max-width: 720px;
	  margin: 0 auto;
	  padding: 24px;
	  background: #f5f8fa; /* soft blue-gray */
	  border: 1px solid #d9e2e7;
	  border-radius: 18px;
	  text-align: left; /* ensures left alignment */
	}

}


@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .hero-grid { padding: 52px 0 64px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .donate-box { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
