/* Brand refinements and final layout adjustments */
.brand-logo {
  width: 158px;
  height: 63px;
  overflow: visible;
  align-items: center;
}
.brand-logo img {
  display: block;
  width: 158px;
  height: 63px;
  max-width: 100%;
  object-fit: contain;
  transform: none;
}
.logo-feature img {
  clip-path: none;
}
.logo-tagline {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 105px;
  transform: translateX(-50%);
  width: 72%;
  margin: 0;
  text-align: center;
  color: #e87719;
  font: italic 700 clamp(.85rem, 1.65vw, 1.2rem)/1.25 "DM Sans", sans-serif;
}
.logo-tagline strong { color: #c95b72; }
.logo-feature::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 14%;
  right: 14%;
  bottom: 98px;
  height: 30px;
  background: #f5ded4;
}
.logo-feature .art-note {
  z-index: 4;
  left: 50%;
  bottom: 32px;
  width: 78%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  color: #304343;
}
.volunteer-card {
  align-items: center;
  text-align: center;
}
.volunteer-card p {
  max-width: 365px;
  text-align: center;
}
.volunteer-card span,
.volunteer-card .squiggle { text-align: center; }
.team {
  padding: 110px max(30px, calc((100% - 1180px) / 2));
  background: #fff;
}
.team-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
  gap: 18px;
  align-items: stretch;
}
.team-member {
  min-height: 300px;
  padding: 32px;
  border: 1px solid #e9ded5;
  border-radius: 16px;
  background: #fffaf5;
}
.team-member.founder { background: #dce9df; }
.member-initials {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2c1a6;
  color: #304343;
  font: 600 1rem Fraunces, serif;
}
.member-photo {
  width: 128px;
  height: 128px;
  display: block;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 50%;
}
.member-role {
  margin: 24px 0 6px;
  color: #657d78;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
}
.team-member h3 {
  margin: 0 0 10px;
  font: 600 1.55rem/1.1 Fraunces, serif;
}
.team-member > p:last-child { margin: 0; font-size: .9rem; }
.team-note { margin: 28px 0 0; color: #718581; font-size: .78rem; }
.section-copy .founder-signature {
  margin-top: 24px;
  color: #c95b72;
  font: 600 .9rem "DM Sans", sans-serif;
}
.goals h2 { color: #f9f3ea; font-size: clamp(2.5rem, 4vw, 4rem); }
.goals h2 em { color: #f6a58e; }
.goals-intro { max-width: 520px; margin: 20px auto 0; color: #d6e4dc; }
.goals .impact-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 760px) {
  .brand-logo { width: 160px; height: 72px; }
  .brand-logo img { width: 160px; height: 72px; transform: none; }
  .logo-feature::after { left: 12%; right: 12%; bottom: 70px; height: 32px; }
  .logo-tagline { bottom: 80px; width: 78%; font-size: .88rem; }
  .logo-feature .art-note { bottom: 22px; }
  .team { padding: 75px 22px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-grid > .volunteer { padding: 28px 24px; margin: 0; grid-template-columns: 1fr; gap: 22px; }
  .goals .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .goals .impact-grid div:nth-child(3) { border-left: 0; }
}

/* Airy blue-panel visual system inspired by the supplied reference image. */
:root {
  --ink: #102a3b;
  --rose: #168ab7;
  --coral: #cfefff;
  --cream: #ffffff;
  --sage: #e7f6fc;
  --line: #b9deeb;
  --panel: #f1f9fd;
  --blue: #168ab7;
  --deep-blue: #075f85;
  --sky: #dcefff;
  --periwinkle: #e6e3fb;
  --lavender: #f1eaff;
  --violet: #7667ba;
}

body {
  background: #ffffff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  max-width: 1320px;
  height: 100px;
  margin: 8px auto 14px;
  padding: 0 32px;
  background: var(--panel);
  border: 1px solid #e1f0f6;
  border-radius: 14px;
}

.brand-logo img { filter: saturate(.78) hue-rotate(145deg); }
.site-header .brand-logo,
.site-header .brand-logo img {
  width: 220px;
  height: 88px;
}
.site-nav a:hover, .text-link:hover { color: var(--blue); }
.site-nav .nav-cta { border-color: var(--blue); color: var(--deep-blue); }

.hero {
  max-width: 1320px;
  min-height: 570px;
  margin: 0 auto 22px;
  padding: 82px 8% 48px;
  grid-template-columns: 1fr;
  gap: 22px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #e0f0f6;
  border-radius: 14px;
  background-color: var(--panel);
  background-image:
    radial-gradient(circle at 6% 19%, #d3ecfa 0 30px, transparent 31px),
    radial-gradient(circle at 15% 52%, #ffffff 0 47px, #b9deeb 48px 49px, transparent 50px),
    radial-gradient(circle at 27% 9%, #ffffff 0 58px, #c5e4ef 59px 60px, transparent 61px),
    radial-gradient(circle at 70% 14%, #ffffff 0 55px, #c5e4ef 56px 57px, transparent 58px),
    radial-gradient(circle at 87% 53%, #d3ecfa 0 39px, transparent 40px),
    radial-gradient(circle at 95% 78%, #ffffff 0 67px, #c5e4ef 68px 69px, transparent 70px),
    radial-gradient(circle at 42% 93%, #e6e3fb 0 31px, transparent 32px),
    radial-gradient(circle at 77% 78%, #e8e4ff 0 17px, transparent 18px);
}

.hero-copy { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.eyebrow { color: var(--blue); letter-spacing: .18em; }
.hero h1 { font-family: Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.06em; }
.hero h1 em, h2 em { color: var(--deep-blue); }
.lead { max-width: 620px; margin: 24px auto; }
.hero-actions { justify-content: center; }
.button-primary { background: var(--blue); }
.button-primary:hover { background: var(--deep-blue); }
.button-secondary { border-color: var(--blue); color: var(--deep-blue); }
.button-secondary:hover { background: var(--deep-blue); }

.hero-art {
  display: flex;
  height: auto;
  min-height: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  justify-content: center;
  align-items: center;
}
.logo-feature::before, .logo-feature::after, .logo-feature .art-note { display: none; }
.logo-feature img { width: 120px; height: 88px; filter: saturate(.78) hue-rotate(145deg); }
.logo-tagline { position: static; transform: none; width: auto; margin: 0 0 0 14px; text-align: left; color: var(--deep-blue); }
.logo-tagline strong { color: var(--blue); }

.intro, .team, .programs, .impact, .volunteer, .partner, .projects, .gallery, .donate, .contact {
  max-width: 1320px;
  margin: 22px auto;
  border: 1px solid #e0f0f6;
  border-radius: 14px;
}

.intro { padding: 96px 30px; background: var(--panel); }
.intro h2, .section-copy h2, .programs h2, .partner h2, .contact h2, .projects h2, .gallery h2, .donate h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -.055em;
}

.section-grid { padding: 96px 8%; background: var(--panel); }
.about { grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 4vw, 56px); }
.image-card { background: #d9f0fa; border: 1px solid var(--line); }
.about-art::before, .about-art::after { content: none; }
.about-art__scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.about-art .tape { top: 20px; }
.tape { background: #c3e5f2; }
.founder-signature, .section-copy .founder-signature { color: var(--deep-blue); }

.team, .programs, .projects { padding: 90px 8%; background: var(--panel); }
.section-heading { align-items: center; }
.section-heading > p { max-width: 390px; }
.team-member, .team-member.founder {
  background: #ffffff;
  border-color: var(--line);
  border-radius: 12px;
}
.team-member:nth-child(2) { background: #f8f7ff; border-color: #d9d4f4; }
.team-member:nth-child(3) { background: #f4fbff; border-color: #c9e5f2; }
.member-initials, .founder .member-initials { background: #d6eff9; color: var(--deep-blue); }
.team-member:nth-child(2) .member-initials { background: #e4defa; color: var(--violet); }
.team-member:nth-child(3) .member-initials { background: #d6eff9; color: var(--blue); }
.member-role { color: var(--blue); }
.team-note, .projects-note { color: #497b91; }

.program-card, .coral, .sage, .lilac {
  min-height: 360px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.program-card.coral { background: #f2f9ff; border-color: #c5e3f3; }
.program-card.sage { background: #eef5ff; border-color: #cfdff7; }
.program-card.lilac { background: #f8f5ff; border-color: #ddd4f3; }
.program-card.lilac .program-icon, .program-card.lilac a { color: var(--violet); }
.program-icon, .program-card a { color: var(--blue); }
.program-card h3 { font-family: "DM Sans", sans-serif; font-weight: 700; }

.impact { padding: 90px 8% 70px; background: linear-gradient(135deg, #e8f7fe 0%, #eef0ff 100%); color: var(--ink); }
.impact .eyebrow, .impact-note, .goals-intro { color: var(--blue); }
.goals h2 { color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-weight: 800; }
.goals h2 em { color: var(--deep-blue); }
.impact-grid div { border-color: var(--line); }
.impact strong { color: var(--deep-blue); font-family: Arial, Helvetica, sans-serif; font-weight: 800; }

.volunteer { background: var(--panel); }
.volunteer-card { background: linear-gradient(135deg, #d7eff9 0%, #ebe5ff 100%); transform: none; border: 1px solid #cbd9ef; border-radius: 14px; }
.squiggle { color: var(--blue); }

.partner { padding: 94px 8%; background: #e9f7fd; }
.partner li { border-color: var(--line); }
.partner li::before { color: var(--blue); }

.gallery { padding: 92px 8%; background: var(--panel); }
.gallery-soon {
  min-height: 380px;
  display: grid;
  place-items: center;
  padding: 40px 28px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(135deg, #ffe6da 0%, #eee8ff 100%);
  text-align: center;
}
.gallery-soon p {
  margin: 0;
  color: var(--deep-blue);
  font: 700 clamp(1.35rem, 2.4vw, 1.9rem)/1.2 "Courier New", Courier, monospace;
  letter-spacing: .06em;
}

.donate, .contact { padding: 94px 8%; background: var(--panel); }
.donation-card > .donation-soon {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 13px 20px;
  border-radius: 99px;
  background: #c5d3dc;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.6;
  letter-spacing: .01em;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.donation-options button { border-color: var(--line); background: #ffffff; }
.donation-options button:hover { color: var(--blue); border-color: var(--blue); }
.contact-email, .form-status { color: var(--deep-blue); }
.contact-form input, .contact-form textarea { border-color: #9bcddd; }

footer { max-width: 1320px; padding: 38px 32px; border-top: 0; background: var(--panel); border-radius: 14px 14px 0 0; }

/* Replace the remaining display type with the reference's direct sans-serif style. */
.brand, .logo-tagline, .art-note, .team-member h3, .program-card h3, .project-row h3,
.gallery-tile figcaption, .donation-card > p, .volunteer-card p {
  font-family: Arial, Helvetica, sans-serif;
}
.projects > .project-label { margin: 0 0 18px; }
.team-member h3, .program-card h3, .project-row h3, .gallery-tile figcaption,
.donation-card > p { font-weight: 700; letter-spacing: -.03em; }
.volunteer-card p { font-weight: 700; letter-spacing: -.04em; }

/* Use the typewriter accent only for controls and small organizational labels. */
.eyebrow, .member-role, .project-label, .button, .partner li {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: .08em;
}
.eyebrow, .member-role, .project-label, .button { font-weight: 700; }
.button { letter-spacing: .01em; }

/* Every interactive text element uses the typewriter accent. */
a, button, .menu-toggle {
  font-family: "Courier New", Courier, monospace;
}

/* Warm the palette so the space feels caring and welcoming, not clinical. */
:root {
  --cream: #fffaf6;
  --panel: #faf7ff;
  --sky: #e7f2fb;
  --periwinkle: #ece8ff;
  --lavender: #f5ecff;
  --peach: #ffe4d4;
  --blush: #fff0e9;
}

body { background: var(--cream); }
.site-header { background: linear-gradient(100deg, #fffaf6 0%, #f6f1ff 100%); border-color: #eee1da; }
.hero {
  background-color: #f8f4ff;
  background-image:
    radial-gradient(circle at 6% 19%, #d9eefa 0 30px, transparent 31px),
    radial-gradient(circle at 15% 52%, #fffaf6 0 47px, #dccfe6 48px 49px, transparent 50px),
    radial-gradient(circle at 27% 9%, #fffaf6 0 58px, #e3d7e6 59px 60px, transparent 61px),
    radial-gradient(circle at 70% 14%, #fffaf6 0 55px, #e5d9ea 56px 57px, transparent 58px),
    radial-gradient(circle at 87% 53%, #ffe6db 0 39px, transparent 40px),
    radial-gradient(circle at 95% 78%, #fffaf6 0 67px, #e3d5e6 68px 69px, transparent 70px),
    radial-gradient(circle at 42% 93%, #e9e3ff 0 31px, transparent 32px),
    radial-gradient(circle at 77% 78%, #ffe4d4 0 17px, transparent 18px);
  border-color: #eadce8;
}

.intro, .team, .programs, .impact, .volunteer, .partner, .projects, .gallery, .donate, .contact {
  border-color: #eadde6;
}
.intro, .team, .programs, .projects, .gallery, .donate, .contact { background: #fcf8ff; }
.section-grid { background: #fffaf7; }
.image-card { background: #ffe2d5; border-color: #efcfc7; }
.about-art::before { background: #dca5bd; }
.about-art span { color: var(--violet); }
.tape { background: #f7d9a9; }

.team-member { background: #fffdfa; border-color: #eadde6; }
.team-member.founder { background: #f4edff; border-color: #ddd1f2; }
.team-member .member-bio { margin: 0 0 12px; font-size: .9rem; }
.team-member .member-bio:last-child { margin: 0; }
.team-grid > .volunteer {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px 36px;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 36px 40px;
  border: 1px solid #ead3df;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffe3d6 0%, #eee6ff 100%);
}
.team-grid > .volunteer h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -.055em;
  font-size: clamp(2.7rem, 4vw, 4.25rem);
  line-height: 1.05;
  margin: 0 0 18px;
}
.team-grid > .volunteer p {
  margin: 0 0 22px;
  max-width: 34em;
}
.volunteer-ways {
  margin: 0;
  padding: 0;
  list-style: none;
}
.volunteer-ways li {
  padding: 12px 0;
  border-bottom: 1px solid #ead3df;
}
.volunteer-ways li:first-child { padding-top: 0; }
.volunteer-ways li:last-child { border-bottom: 0; padding-bottom: 0; }
.volunteer-ways li:before {
  content: "✓";
  color: var(--blue);
  font-weight: 700;
  margin-right: 10px;
}

.program-card.coral { background: #fff2eb; border-color: #f0d6cc; }
.program-card.sage { background: #edf4ff; border-color: #d4e1f5; }
.program-card.lilac { background: #f6efff; border-color: #dfd2f3; }
.impact { background: linear-gradient(135deg, #fff0e8 0%, #eee8ff 100%); }
.volunteer { background: #fffaf7; }
.volunteer-card { background: linear-gradient(135deg, #ffe3d6 0%, #eee6ff 100%); border-color: #ead3df; }
.partner { background: linear-gradient(120deg, #f4edff 0%, #fdf1eb 100%); }
.gallery-tile { background: #fffdfa; }
.tile-one { background: #eaf3ff; }
.tile-two { background: #f4eaff; }
.tile-three { background: #fff0e8; }
.tile-four { background: #f8eefc; }
.donation-card { background: linear-gradient(135deg, #ffe6da 0%, #eee8ff 100%); border-color: #ead4df; }
footer { background: linear-gradient(100deg, #fffaf6 0%, #f4efff 100%); }

@media (max-width: 760px) {
  .site-header { margin: 6px 10px 12px; padding: 0 20px; }
  .hero, .intro, .team, .programs, .impact, .volunteer, .partner, .projects, .gallery, .donate, .contact { margin: 12px 10px; }
  .hero { min-height: 500px; padding: 70px 24px 35px; background-image: radial-gradient(circle at 7% 14%, #d3ecfa 0 24px, transparent 25px), radial-gradient(circle at 92% 18%, #ffffff 0 38px, #b9deeb 39px 40px, transparent 41px), radial-gradient(circle at 15% 81%, #ffffff 0 38px, #b9deeb 39px 40px, transparent 41px); }
  .hero-art { margin-top: 4px; }
  .logo-feature img { width: 88px; height: 64px; }
  .logo-tagline { font-size: .76rem; }
  .section-grid, .team, .programs, .impact, .partner, .projects, .gallery, .donate, .contact { padding: 72px 24px; }
  .intro { padding: 72px 24px; }
  .program-card, .coral, .sage, .lilac { min-height: 0; }
  footer { margin: 12px 10px 0; padding: 28px 24px; }
}

/* Phone layout. Kept last so it wins over the unscoped desktop rules above. */
html { -webkit-text-size-adjust: 100%; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.site-header { position: relative; }

@media (max-width: 760px) {
  h1, h2, h3, .lead, p { overflow-wrap: break-word; }

  .site-nav {
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    border-radius: 12px;
  }
  .menu-toggle { flex: 0 0 auto; }
  .site-header { height: 88px; }
  .site-header .brand-logo,
  .site-header .brand-logo img { width: 168px; height: 68px; }

  .hero h1 { font-size: clamp(1.9rem, 8.6vw, 3.35rem); }
  .lead { font-size: 1rem; }
  .hero-art { flex-wrap: wrap; gap: 6px; }
  .logo-tagline { width: 100%; margin: 0; text-align: center; }

  .intro h2,
  .section-copy h2,
  .programs h2,
  .partner h2,
  .contact h2,
  .projects h2,
  .gallery h2,
  .donate h2,
  .goals h2,
  .team-grid > .volunteer h2 { font-size: clamp(1.75rem, 7.6vw, 2.6rem); }

  .about, .section-grid { grid-template-columns: 1fr; }
  .image-card { height: 340px; }

  .team-grid > .volunteer { grid-template-columns: 1fr; }

  .impact strong { font-size: clamp(2.2rem, 11vw, 3.4rem); }

  .program-card, .team-member { padding: 26px 22px; }
  .donation-card { padding: 26px 22px; }

  footer { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; text-align: left; }
  footer p { margin: 0; }
}

/* Program pages have no hamburger, so their nav stays inline at every width. */
@media (max-width: 760px) {
  .site-nav-inline {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-nav-inline a { padding: 4px 0; font-size: .82rem; }
  .site-nav-inline .nav-cta { padding: 7px 13px; }
}

@media (max-width: 400px) {
  .site-header { padding: 0 14px; height: 80px; }
  .site-header .brand-logo,
  .site-header .brand-logo img { width: 140px; height: 56px; }
  .hero, .intro, .section-grid, .team, .programs, .impact, .partner, .projects, .gallery, .donate, .contact { padding-left: 18px; padding-right: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .hero-actions .button, .hero-actions .text-link { justify-content: center; text-align: center; }
}
