:root {
  --ink: #2d3a38;
  --muted: #586864;
  --cream: #fffaf2;
  --paper: #fffdf9;
  --sage: #dce8de;
  --deep-sage: #42695b;
  --coral: #d87c63;
  --line: #dce4df;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 10; top: -60px; left: 16px; padding: 10px 16px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 8px; }
.site-header { background: var(--cream); border-bottom: 1px solid rgba(45, 58, 56, .08); }
.header-inner, .footer-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; flex: none; width: 30px; height: 30px; color: var(--paper); background: var(--coral); border-radius: 50% 50% 50% 8px; font-size: 14px; transform: rotate(-10deg); }
.site-header .header-inner { padding-top: 10px; padding-bottom: 10px; }
.site-header .brand { flex: 0 1 230px; min-width: 0; }
.brand-logo-frame { display: block; width: 100%; aspect-ratio: 320 / 170; overflow: hidden; }
.brand-logo { display: block; width: 125%; max-width: none; height: auto; transform: translate(-10%, -15%); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-link, .footer-link { color: var(--deep-sage); font-size: .86rem; font-weight: 700; border-bottom: 1px solid currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-family: inherit; font-weight: 700; font-size: .9rem; line-height: 1.25; text-align: center; transition: transform .2s ease, background .2s ease; }
a.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--deep-sage); }
a.button-primary:hover { background: #355747; }
.button-outline { border-color: var(--deep-sage); color: var(--deep-sage); }
.button-small { min-height: 40px; padding: 8px 17px; font-size: .82rem; }
.button-disabled { color: var(--muted); background: #edf1ed; border-color: var(--line); cursor: default; }
.hero { overflow: hidden; background: var(--cream); padding: 48px 0 76px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
.eyebrow { margin: 0 0 17px; color: var(--deep-sage); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.04em; line-height: 1.08; }
h1 { max-width: 590px; margin-bottom: 22px; font-size: clamp(3.1rem, 5.3vw, 4.8rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 4vw, 3.6rem); }
h3 { margin-bottom: 8px; font-size: 1.08rem; }
.hero-text { max-width: 495px; margin-bottom: 30px; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-art { position: relative; min-height: 390px; overflow: hidden; border-radius: 46% 46% 8px 46%; background: #e8f0e7; }
.sun { position: absolute; top: 14%; right: 17%; width: 84px; height: 84px; border-radius: 50%; background: #f4c68a; }
.arch { position: absolute; bottom: -8%; left: 19%; width: 63%; height: 80%; border-radius: 50% 50% 0 0; }
.arch-back { background: #b6cfbf; }
.arch-front { left: 33%; width: 49%; height: 67%; background: #f3d4be; }
.leaf { position: absolute; width: 75px; height: 125px; border-radius: 100% 0 100% 0; background: #749988; transform: rotate(35deg); }
.leaf-one { bottom: 10%; left: 10%; }
.leaf-two { bottom: 5%; right: 5%; transform: rotate(-35deg) scale(.75); background: #a5c0a7; }
.heart { position: absolute; z-index: 2; top: 42%; left: 47%; color: #fff; font-size: 50px; transform: rotate(-8deg); }
.section { padding: 88px 0; }
.mission-section { text-align: center; }
.mission-section p:last-child { margin: 0; color: var(--muted); font-size: 1.14rem; }
.section-light { background: #f6f8f3; }
.section-heading { max-width: 620px; margin-bottom: 38px; }
.section-heading > p:last-child, .action-grid > div > p:not(.eyebrow) { color: var(--muted); }
.help-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card { padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px 30px 8px 30px; }
.card-number { display: block; margin-bottom: 28px; color: var(--coral); font-size: .8rem; font-weight: 700; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.care-note { display: inline-flex; align-items: center; gap: 10px; margin: 30px 0 14px; color: var(--deep-sage); font-weight: 700; }
.care-note span { color: var(--coral); }
.examples { display: flex; flex-wrap: wrap; gap: 8px 32px; color: var(--muted); font-size: .9rem; }
.examples p { margin: 0; }
.examples strong { color: var(--ink); }
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 8vw, 110px); align-items: center; }
.support-section { background: var(--sage); }
.action-card { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 7px 30px 7px 30px; box-shadow: 0 16px 40px rgba(51, 82, 65, .07); }
.action-card p { color: var(--muted); font-size: .94rem; }
.volunteer-action { margin-top: 28px; box-shadow: none; }
.criteria { padding: 30px; border: 1px solid var(--line); border-radius: 7px 30px 7px 30px; }
.criteria ul { margin: 15px 0 0; padding-left: 21px; }
.criteria li { padding: 5px 0; }
.criteria li::marker { color: var(--deep-sage); }
.questions-section details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.questions-section details:first-of-type { border-top: 1px solid var(--line); }
.questions-section summary { cursor: pointer; font-weight: 700; }
.questions-section details p { max-width: 650px; margin: 12px 0 0; color: var(--muted); }
.disclaimer { padding: 22px 0; color: #e8eee9; background: #385449; font-size: .88rem; text-align: center; }
.site-footer { color: #e8eee9; background: var(--ink); }
.footer-inner { min-height: 100px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark { color: var(--ink); background: #f2bd9e; }
.site-footer p { margin: 0; color: #bac8c0; font-size: .82rem; }
.site-footer .footer-link { color: #d1e3d5; white-space: nowrap; }
@media (max-width: 800px) {
  .container { width: min(100% - 32px, 620px); }
  .hero { padding: 42px 0 60px; }
  .hero-grid, .action-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-art { min-height: 300px; }
  .help-grid { grid-template-columns: 1fr; }
  .card-number { margin-bottom: 12px; }
  .section { padding: 70px 0; }
  .footer-inner { padding: 25px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 500px) {
  h1 { font-size: clamp(2.6rem, 12vw, 3.15rem); }
  h2 { font-size: 2.25rem; }
  .header-inner { min-height: 68px; }
  .header-actions { gap: 0; }
  .header-link { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-art { min-height: 250px; }
  .action-card, .criteria { padding: 23px; }
  .action-card .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.text-link, .footer-link { color: var(--deep-sage); font-weight: 700; border-bottom: 1px solid currentColor; }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 28px 0 0; color: var(--muted); font-size: .83rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.hero-art { position: relative; min-height: 390px; overflow: hidden; border-radius: 46% 46% 8px 46%; background: #e8f0e7; }
.sun { position: absolute; top: 14%; right: 17%; width: 84px; height: 84px; border-radius: 50%; background: #f4c68a; }
.arch { position: absolute; bottom: -8%; left: 19%; width: 63%; height: 80%; border-radius: 50% 50% 0 0; }
.arch-back { background: #b6cfbf; }
.arch-front { left: 33%; width: 49%; height: 67%; background: #f3d4be; }
.leaf { position: absolute; width: 75px; height: 125px; border-radius: 100% 0 100% 0; background: #749988; transform: rotate(35deg); }
.leaf-one { bottom: 10%; left: 10%; }
.leaf-two { bottom: 5%; right: 5%; transform: rotate(-35deg) scale(.75); background: #a5c0a7; }
.heart { position: absolute; z-index: 2; top: 42%; left: 47%; color: #fff; font-size: 50px; transform: rotate(-8deg); }
.section { padding: 106px 0; }
.section-light { background: #f6f8f3; }
.section-heading { max-width: 620px; margin-bottom: 48px; }
.section-heading > p:last-child, .process-intro > p:last-child, .support-copy > p:not(.eyebrow) { color: var(--muted); }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { min-height: 245px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px 30px 8px 30px; }
.card-number { display: block; margin-bottom: 53px; color: var(--coral); font-size: .8rem; font-weight: 700; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.process-grid, .support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-intro { position: sticky; top: 30px; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 22px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.steps li:last-child { margin-bottom: 0; }
.steps li > span { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--deep-sage); background: var(--sage); font-weight: 700; }
.steps h3 { margin-top: 4px; }
.steps p { margin-bottom: 0; color: var(--muted); }
.support-section { background: var(--sage); }
.support-copy h2 { max-width: 420px; }
.privacy-note { display: flex; gap: 12px; max-width: 390px; margin-top: 42px; padding: 17px; color: var(--deep-sage); background: rgba(255, 255, 255, .5); border-radius: 4px 18px 4px 18px; font-size: .82rem; }
.privacy-note span { color: var(--coral); }
.privacy-note p { margin: 0; }
.intake-form { display: grid; gap: 20px; padding: 34px; background: var(--paper); border-radius: 7px 32px 7px 32px; box-shadow: 0 20px 50px rgba(51, 82, 65, .08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label, legend { display: grid; gap: 7px; color: var(--ink); font-size: .82rem; font-weight: 700; }
label span, legend span, .consent b { color: var(--coral); }
input, textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd7d0; border-radius: 5px; color: var(--ink); background: #fff; font: inherit; font-size: .9rem; }
input:focus, textarea:focus { outline: 2px solid rgba(88, 118, 107, .35); border-color: var(--deep-sage); }
textarea { resize: vertical; }
fieldset { margin: 0; padding: 0; border: 0; }
.choice-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.choice { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 5px; font-weight: 500; cursor: pointer; }
.choice input, .consent input { width: auto; accent-color: var(--deep-sage); }
.consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; font-weight: 500; }
.button-submit { border: 0; }
.form-status { min-height: 1.4em; margin: 0; color: var(--deep-sage); font-size: .85rem; }
.site-footer { background: var(--ink); color: #e8eee9; }
.footer-inner { min-height: 100px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark { color: var(--ink); background: #f2bd9e; }
.site-footer p { margin: 0; color: #bac8c0; font-size: .82rem; }
.site-footer .footer-link { color: #d1e3d5; font-size: .82rem; }
@media (max-width: 800px) {
  .container { width: min(100% - 32px, 620px); }
  .hero { padding: 42px 0 60px; }
  .hero-grid, .process-grid, .support-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-art { min-height: 330px; }
  .help-grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card-number { margin-bottom: 25px; }
  .process-intro { position: static; }
  .section { padding: 72px 0; }
  .footer-inner { padding: 25px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 500px) {
  h1 { font-size: clamp(2.55rem, 10vw, 3rem); }
  .site-header .brand { flex-basis: 180px; }
  .header-inner { min-height: 68px; }
  .header-inner .button { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .form-row { grid-template-columns: 1fr; }
  .intake-form { padding: 22px; }
  .choice-row { flex-direction: column; }
  .choice { display: flex; }
}

/* The illustration identifies the site in the nav; the full logo anchors the hero. */
.site-header .brand { flex: 0 0 auto; }
.nav-logo-frame { position: relative; display: block; width: 72px; height: 38px; overflow: hidden; }
.nav-logo-frame img { position: absolute; top: -9px; left: -23px; width: 116px; max-width: none; height: auto; }
.hero-art { position: relative; min-height: 0; aspect-ratio: 1.16; overflow: hidden; border-radius: 0; background: transparent; }
.hero-logo { position: absolute; top: 50%; left: -15%; display: block; width: 130%; max-width: none; height: auto; transform: translateY(-50%); }

/* Soft, distinct backgrounds help each part of the page feel welcoming. */
body { background: #f7f0f8; }
.site-header, .hero { background: #fff0e9; }
.mission-section { background: #f2ecf6; }
.section-light#what-we-do { background: #eaf4ed; }
.support-section { background: #e9f2f7; }
.volunteer-section { background: #faece8; }
.questions-section { background: #fff3df; }
.criteria { background: rgba(255, 253, 249, .72); }

/* The outlines sit behind content and stay quiet next to the full hero logo. */
.mission-section, .section-light#what-we-do, .support-section,
.volunteer-section, .questions-section {
  background-image: url("pastel-doodles.svg");
  background-size: 480px 360px;
  background-repeat: repeat;
}
