:root {
  --navy: #0a2135;
  --navy-soft: #17354a;
  --gold: #be8735;
  --gold-light: #d8b06d;
  --cream: #faf6ee;
  --paper: #fffefa;
  --line: #e9e0d3;
  --muted: #47565f;
  --font-display: Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f1ece3;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid #d1bea0;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(50, 39, 20, .07);
}

.header {
  height: 100px;
  padding: 0 52px;
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr) 126px;
  align-items: center;
  column-gap: 24px;
  background: rgba(255, 254, 251, .97);
  border-bottom: 1px solid rgba(224, 214, 201, .6);
  position: relative;
  z-index: 10;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font: 600 27px/1 var(--font-display);
  letter-spacing: -.35px;
}
.brand-mark {
  width: 54px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  position: relative;
}
.brand-wing {
  width: 23px;
  height: 27px;
  position: absolute;
  top: 7px;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-radius: 90% 15% 85% 20%;
}
.brand-wing::before,
.brand-wing::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-radius: 70% 20%;
}
.brand-wing::before { top: 7px; left: 2px; }
.brand-wing::after { top: 13px; left: 5px; width: 15px; }
.brand-wing--left { left: 2px; transform: rotate(25deg); }
.brand-wing--right { right: 2px; transform: scaleX(-1) rotate(25deg); }
.brand-flame {
  width: 9px;
  height: 24px;
  position: absolute;
  top: 13px;
  left: 23px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 30% 30% 70% 70%;
  transform: rotate(45deg);
}
.brand-flame::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  left: 6px;
  top: -5px;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
}
.desktop-nav { display: flex; justify-content: center; gap: 42px; }
.desktop-nav a { font-size: 14px; font-weight: 500; white-space: nowrap; transition: color .2s; }
.desktop-nav a:hover { color: var(--gold); }

.button {
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button--gold {
  color: white;
  background: linear-gradient(135deg, #cf9b4a, #b77b28);
  box-shadow: 0 8px 20px rgba(157, 102, 30, .2);
}
.button--light { border-color: #81909a; background: rgba(255,255,255,.62); }
.button--outline { border-color: var(--gold); background: rgba(255,255,255,.45); }
.button--dark { color: white; border-color: #a8834c; background: rgba(9,31,49,.3); }
.header-donate { min-width: 126px; justify-self: end; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; font-size: 30px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }

.hero {
  min-height: 650px;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, #fdf9f1 0%, #fdf9f1 34%, rgba(253,249,241,.84) 49%, rgba(253,249,241,.08) 77%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.9), transparent 30%);
}
.hero-photo {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 32%;
  background-image: url("/hero-feniks.png");
  background-size: cover;
  background-position: 58% 58%;
  filter: saturate(.9) contrast(1.015) brightness(1.025);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 4%;
  top: 9%;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(194, 141, 58, .14);
  border-radius: 50%;
  box-shadow: 0 0 75px rgba(255,248,232,.76), inset 0 0 55px rgba(255,255,255,.5);
}
.sparkles {
  position: absolute;
  top: 48px;
  right: 56px;
  width: 180px;
  height: 45px;
  opacity: .62;
  background:
    radial-gradient(circle at 4% 38%, var(--gold) 0 2px, transparent 2.6px),
    radial-gradient(circle at 34% 72%, var(--gold) 0 1px, transparent 1.7px),
    radial-gradient(circle at 64% 22%, var(--gold) 0 2px, transparent 2.6px),
    radial-gradient(circle at 94% 60%, var(--gold) 0 1px, transparent 1.7px);
}
.hero-copy { width: 49%; padding: 78px 0 78px 72px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}
.hero-copy .eyebrow { display: none; }
h1, h2, blockquote { font-family: var(--font-display); }
h1 { margin: 0; font-size: clamp(68px, 6.6vw, 104px); line-height: .98; letter-spacing: -2.2px; font-weight: 500; }
.hero-lead { width: 79%; margin: 27px 0 31px; color: #263c4b; font-size: 18px; line-height: 1.55; }
.button-row { display: flex; gap: 16px; flex-wrap: wrap; }

.pillars {
  margin: -58px 72px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 5;
}
.pillar-card {
  min-height: 174px;
  padding: 37px 35px;
  display: flex;
  align-items: flex-start;
  gap: 26px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(222,211,197,.8);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(44,37,25,.065);
}
.pictogram {
  width: 60px;
  height: 60px;
  display: block;
  flex: 0 0 60px;
  position: relative;
  color: var(--gold);
}
.pictogram--heart::before,
.pictogram--support::before {
  content: "♡";
  position: absolute;
  inset: -6px 0 0;
  text-align: center;
  font: 56px/1 Georgia, serif;
}
.pictogram--support::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 5px;
  height: 14px;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 60% 60%;
  transform: rotate(-8deg);
}
.pictogram--mind::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  width: 34px;
  height: 45px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 55% 45% 40% 55%;
}
.pictogram--mind::after {
  content: "♡";
  position: absolute;
  left: 25px;
  top: 8px;
  font: 25px/1 Georgia, serif;
}
.pictogram--people {
  background:
    radial-gradient(circle at 50% 18%, transparent 0 4px, currentColor 4.5px 6px, transparent 6.5px),
    radial-gradient(circle at 19% 33%, transparent 0 4px, currentColor 4.5px 6px, transparent 6.5px),
    radial-gradient(circle at 81% 33%, transparent 0 4px, currentColor 4.5px 6px, transparent 6.5px);
}
.pictogram--people::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  height: 28px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 50% 50% 0 0;
}
.pictogram--people::after {
  content: "";
  position: absolute;
  left: 29px;
  bottom: 1px;
  width: 2px;
  height: 31px;
  background: currentColor;
}
.pictogram--signpost::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 4px;
  width: 2px;
  height: 52px;
  background: currentColor;
}
.pictogram--signpost::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 38px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 5px;
  box-shadow: 0 13px 0 -2px var(--paper), 0 13px 0 0 currentColor, 0 26px 0 -2px var(--paper), 0 26px 0 0 currentColor;
}
.pictogram--home::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-top: 0;
}
.pictogram--home::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 9px;
  width: 28px;
  height: 28px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}
.pictogram--calendar::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 38px;
  height: 39px;
  border: 2px solid currentColor;
  border-radius: 5px;
  background: linear-gradient(currentColor,currentColor) 0 9px/100% 2px no-repeat;
}
.pictogram--calendar::after {
  content: "✓";
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: var(--paper);
  font: 14px/1 sans-serif;
}
.pillar-card h2 { margin: 0 0 8px; font-size: 22px; font-weight: 600; letter-spacing: -.2px; }
.pillar-card p { margin: 0; color: var(--muted); font-size: 14px; }

.story {
  min-height: 555px;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  padding: 8px 72px 0;
  position: relative;
  background:
    radial-gradient(circle at 22% 53%, rgba(255,255,255,.98) 0 22%, rgba(232,202,150,.18) 23%, transparent 42%);
}
.story::after { content: ""; position: absolute; right: -90px; bottom: 30px; width: 330px; height: 330px; border: 1px solid rgba(190,135,53,.07); border-radius: 50%; }
.story-portrait { height: 510px; overflow: hidden; align-self: end; position: relative; z-index: 2; }
.story-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 33%; clip-path: ellipse(48% 58% at 48% 58%); filter: saturate(.95) contrast(1.02); }
.story-copy { max-width: 590px; padding: 42px 20px 30px 36px; position: relative; z-index: 2; }
.story-copy blockquote { margin: 0 0 12px; font-size: clamp(37px, 4vw, 55px); line-height: 1.08; letter-spacing: -.9px; font-weight: 500; }
.story-copy > p:not(.eyebrow) { max-width: 590px; margin: 0 0 23px; color: var(--muted); font-size: 15px; }

.programs { padding: 14px 72px 28px; border-top: 1px solid var(--line); }
.section-title { text-align: center; margin-bottom: 19px; }
.section-title .eyebrow { display: none; }
.section-title h2 { margin: 0; font-size: 38px; line-height: 1.15; font-weight: 600; letter-spacing: -.4px; }
.section-title h2::after { content: ""; display: block; width: 46px; height: 2px; margin: 8px auto 0; background: var(--gold); }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; }
.help-card {
  min-height: 210px;
  padding: 25px 22px;
  text-align: center;
  background: rgba(255,255,255,.76);
  border: 1px solid #e9e1d6;
  border-radius: 15px;
  box-shadow: 0 12px 26px rgba(43,35,21,.05);
}
.help-icon { margin: 0 auto 8px; transform: scale(.88); }
.help-card h3 { margin: 0 0 7px; font-size: 15px; font-weight: 600; }
.help-card p { margin: 0; color: var(--muted); font-size: 13px; }
.role-note {
  max-width: 900px;
  margin: 18px auto 0;
  padding: 11px 20px;
  color: #617079;
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
  border-top: 1px solid rgba(190,135,53,.22);
}

.community {
  margin: 0 66px 17px;
  min-height: 310px;
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(100deg, #f8f1e5, #fffaf3);
}
.community-photo { min-height: 310px; overflow: hidden; }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; }
.community-copy { padding: 34px 45px; position: relative; }
.community-copy::after { content: ""; position: absolute; right: -60px; bottom: -115px; width: 250px; height: 250px; border: 1px solid rgba(190,135,53,.07); border-radius: 50%; }
.community-copy h2 { margin: 0 0 8px; font-size: 34px; line-height: 1.15; font-weight: 500; letter-spacing: -.35px; }
.community-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.community-copy .button { position: relative; z-index: 2; }

.donate-banner {
  margin: 0 66px;
  min-height: 135px;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: white;
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 24%, rgba(221,172,85,.32) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 63%, rgba(221,172,85,.23) 0 1px, transparent 2px),
    radial-gradient(circle at 97% 78%, rgba(221,172,85,.2) 0 1.5px, transparent 2.5px),
    linear-gradient(95deg, #091d2e 0%, #0c283e 72%, #243747 100%);
  overflow: hidden;
  position: relative;
}
.donate-banner::after { content: ""; position: absolute; right: -40px; width: 240px; height: 240px; border: 1px solid rgba(224,179,101,.2); border-radius: 50%; box-shadow: 0 0 55px rgba(211,158,70,.12); }
.donate-message { display: flex; align-items: center; gap: 27px; position: relative; z-index: 2; }
.donate-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 48px/1 Georgia, serif; }
.donate-message h2 { margin: 0; font-size: 34px; line-height: 1.12; font-weight: 500; }
.donate-banner .button-row { position: relative; z-index: 2; margin-right: 125px; }

.footer {
  padding: 28px 82px 14px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.2fr 1.05fr;
  gap: 48px;
  font-size: 12px;
  position: relative;
}
.footer .brand { font-size: 20px; gap: 9px; }
.footer .brand-mark { width: 43px; height: 43px; font-size: 26px; }
.footer-about p { margin: 7px 0 0; color: var(--muted); }
.footer h3 { margin: 6px 0 8px; font-family: inherit; font-size: 12px; }
.footer > div:not(.footer-about) > a { display: block; color: var(--muted); line-height: 1.55; }
.socials > div { display: flex; gap: 15px; margin-top: 16px; }
.socials a { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-weight: 700; }
.copyright { grid-column: 1 / -1; text-align: center; margin: 0; color: #7b7d7e; font-size: 10px; }

@media (max-width: 1150px) {
  .header { padding: 0 30px; grid-template-columns: 245px minmax(0, 1fr) 110px; column-gap: 13px; }
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 12px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 47px; transform: scale(.88); transform-origin: left center; }
  .header-donate { min-width: 108px; padding-inline: 15px; }
  .hero-copy { padding-left: 48px; }
  .pillars { margin-left: 38px; margin-right: 38px; }
  .pillar-card { padding: 30px 23px; gap: 15px; }
  .story, .programs { padding-left: 42px; padding-right: 42px; }
  .community, .donate-banner { margin-left: 38px; margin-right: 38px; }
  .donate-banner .button-row { margin-right: 80px; }
}

@media (max-width: 780px) {
  body { background: var(--cream); }
  .site-shell { border: 0; border-radius: 0; }
  .header { height: 82px; padding: 0 22px; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; }
  .desktop-nav, .header-donate { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] nav { position: absolute; right: 0; top: 45px; width: 230px; padding: 16px; display: grid; gap: 10px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,.12); }
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fdf9f1;
  }
  .hero::after, .sparkles { display: none; }
  .hero-photo {
    position: relative;
    order: 2;
    z-index: 1;
    inset: auto;
    width: 100%;
    height: 520px;
    flex: 0 0 auto;
    background-position: 54% 58%;
  }
  .hero-copy {
    position: relative;
    order: 1;
    z-index: 2;
    width: 100%;
    padding: 46px 40px 38px;
    background: linear-gradient(135deg, #fffdf8 0%, #fbf5e9 100%);
  }
  h1 { font-size: clamp(54px, 11vw, 72px); line-height: 1.01; }
  .hero-lead { width: min(100%, 590px); margin: 23px 0 27px; font-size: 16px; }
  .pillars { margin: -24px 22px 0; grid-template-columns: 1fr; }
  .pillar-card { min-height: 135px; }
  .story { grid-template-columns: 1fr; padding: 38px 22px 0; }
  .story-portrait { height: 430px; order: 2; }
  .story-copy { padding: 10px 5px 22px; }
  .programs { padding: 34px 22px; }
  .help-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .community { margin: 0 22px 17px; grid-template-columns: 1fr; }
  .community-photo { height: 350px; }
  .community-copy { padding: 30px 25px; }
  .donate-banner { margin: 0 22px; padding: 30px; flex-direction: column; align-items: flex-start; }
  .donate-banner .button-row { margin-right: 0; }
  .footer { padding: 35px 30px 18px; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .brand { font-size: 20px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-photo { height: 470px; background-position: 56% 60%; }
  .hero-copy { padding: 34px 24px 30px; }
  h1 { letter-spacing: -1.4px; }
  .hero-lead { margin-top: 18px; }
  .button-row { gap: 10px; }
  .button { padding: 0 17px; font-size: 13px; }
  .pillar-card { padding: 25px 20px; }
  .story-portrait { height: 350px; }
  .story-copy blockquote { font-size: 38px; }
  .help-grid { grid-template-columns: 1fr; }
  .help-card { min-height: 175px; }
  .community-photo { height: 280px; }
  .community-copy h2 { font-size: 29px; }
  .donate-message { gap: 15px; }
  .donate-icon { width: 56px; height: 56px; font-size: 35px; }
  .donate-message h2 { font-size: 26px; }
  .footer { grid-template-columns: 1fr; gap: 20px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 360px) {
  .header { padding-inline: 16px; }
  .brand { font-size: 18px; gap: 7px; }
  .brand-mark { width: 39px; transform: scale(.8); }
  .hero-copy { padding-inline: 18px; }
  .hero-photo { height: 430px; }
  .hero-lead { width: 100%; font-size: 15px; }
  .button-row .button { width: 100%; }
  .pillars, .community, .donate-banner { margin-left: 16px; margin-right: 16px; }
  .story, .programs { padding-left: 16px; padding-right: 16px; }
}

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