:root {
  --navy: #08345b;
  --blue: #148bc4;
  --blue-dark: #0b6fa4;
  --yellow: #ffc928;
  --sky: #eaf6fb;
  --mint: #e7f6f2;
  --mint-strong: #a6d7cc;
  --coral: #ff4f70;
  --green: #63c945;
  --cream: #fbfaf7;
  --ink: #243548;
  --muted: #657487;
  --white: #ffffff;
  --border: #dbe6ee;
  --shadow: 0 24px 70px rgba(13, 41, 69, .11);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-shell { padding: 108px 0; }
.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: fixed; left: 16px; top: -80px; background: var(--navy); color: white; padding: 10px 14px; z-index: 999; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(8,52,91,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 214px; }
.brand-heart { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--navy); background: var(--yellow); font-size: 20px; transform: rotate(-5deg); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, 'Times New Roman', serif; color: var(--blue); font-size: 22px; letter-spacing: -.5px; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; letter-spacing: 1.6px; font-size: 8.5px; font-weight: 800; color: var(--navy); }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 1.5vw, 26px); font-size: 14px; font-weight: 650; color: var(--navy); }
.site-nav > a:not(.button) { position: relative; padding: 30px 0; }
.site-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; width: 24px; background: var(--navy); margin: 5px 0; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(34,120,185,.28); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 10px 25px rgba(255,200,69,.27); }
.button-yellow:hover { box-shadow: 0 15px 34px rgba(255,200,69,.36); }
.button-outline { border-color: rgba(13,41,69,.42); color: var(--navy); background: transparent; }
.button-outline:hover { background: white; }
.button-light { background: white; color: var(--navy); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font-weight: 800; border-bottom: 1px solid rgba(13,41,69,.25); padding-bottom: 2px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { margin: 0 0 16px; color: var(--blue); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 900; }
h1, h2, h3 { margin-top: 0; color: var(--navy); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -2.3px; line-height: 1.02; }
h1 { margin-bottom: 26px; font-size: clamp(58px, 6.8vw, 92px); }
h1 span { color: var(--blue); }
h2 { font-size: clamp(42px, 5vw, 68px); margin-bottom: 24px; }
h3 { font-size: 25px; letter-spacing: -.55px; line-height: 1.15; }
p { margin-top: 0; }

.hero { padding: 84px 0 92px; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(255,200,69,.2), rgba(255,200,69,0) 70%); left: -260px; top: -180px; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 6vw, 94px); }
.hero-lede { max-width: 650px; color: #42556a; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0 24px; }
.micro-proof { display: flex; gap: 18px; flex-wrap: wrap; margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.micro-proof span { position: relative; }
.micro-proof span + span::before { content: '•'; position: absolute; left: -11px; color: var(--yellow); }
.hero-visual { position: relative; }
.photo-placeholder { position: relative; min-height: 590px; overflow: hidden; border-radius: 34px 34px 120px 34px; background:
  linear-gradient(145deg, rgba(34,120,185,.04), rgba(34,120,185,.22)),
  radial-gradient(circle at 20% 20%, rgba(255,255,255,.9), transparent 25%),
  linear-gradient(135deg, #ddecf7, #9fc7e4 58%, #6ca6d0);
  box-shadow: var(--shadow);
}
.photo-placeholder::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.36) 1px, transparent 1px); background-size: 18px 18px; opacity: .25; }
.photo-label { position: absolute; left: 28px; bottom: 26px; z-index: 5; max-width: 320px; background: rgba(255,255,255,.94); color: var(--navy); border-radius: 14px; padding: 13px 16px; box-shadow: 0 8px 30px rgba(13,41,69,.12); font-size: 13px; font-weight: 750; }
.photo-label span { display: block; margin-bottom: 3px; color: var(--blue); letter-spacing: 1.4px; font-size: 9px; }
.card-art { position: absolute; width: 180px; height: 130px; padding: 20px; background: var(--cream); border-radius: 8px; box-shadow: 0 18px 34px rgba(13,41,69,.18); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; font-weight: 900; letter-spacing: 1px; line-height: 1.2; }
.card-art span { position: relative; z-index: 2; }
.card-art b { position: absolute; font-size: 26px; font-weight: 400; }
.card-one { left: 12%; top: 15%; transform: rotate(-8deg); color: var(--blue); }
.card-one b { right: 19px; bottom: 12px; color: #ff7a7a; }
.card-two { right: 8%; top: 35%; transform: rotate(7deg); color: var(--navy); }
.card-two b { left: 17px; top: 12px; color: var(--yellow); }
.card-three { left: 27%; bottom: 18%; transform: rotate(4deg); color: #42615a; }
.card-three b { right: 16px; top: 12px; color: var(--blue); }
.doodle { position: absolute; color: var(--yellow); font-family: Georgia, serif; z-index: 2; }
.doodle-heart { font-size: 74px; right: 8%; top: 8%; transform: rotate(14deg); }
.doodle-star { font-size: 42px; left: 7%; bottom: 17%; }

.impact-strip { background: var(--navy); color: white; padding: 34px 0; }
.impact-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.metric { padding: 9px clamp(20px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.17); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--yellow); font-family: Georgia, serif; font-size: clamp(37px, 4vw, 54px); line-height: 1; letter-spacing: -1.2px; }
.metric span { display: block; margin-top: 8px; font-size: 13px; font-weight: 750; letter-spacing: .5px; }

.mission { background: white; }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 730px; font-size: 18px; color: #536579; }
.mission-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mission-feature { position: relative; }
.feature-visual { height: 280px; margin-bottom: 28px; border-radius: var(--radius-lg); position: relative; overflow: hidden; background: var(--sky); border: 1px solid #d7e9f5; }
.feature-number { margin: 0 0 8px; font-size: 11px; color: var(--blue); letter-spacing: 2px; font-weight: 900; }
.mission-feature h3 { margin-bottom: 12px; }
.mission-feature p:not(.feature-number) { color: #607083; min-height: 82px; }
.cards-visual { background: #fff7da; }
.mini-card { position: absolute; width: 145px; height: 105px; padding: 18px; background: white; box-shadow: 0 16px 34px rgba(13,41,69,.12); text-align: center; line-height: 1.25; font-size: 15px; border: 1px solid #f0e5b8; }
.mini-card span { display: block; font-size: 20px; }
.mini-a { left: 20%; top: 27%; transform: rotate(-9deg); color: var(--blue); }
.mini-a span { color: #ff7575; }
.mini-b { left: 44%; top: 37%; transform: rotate(7deg); color: var(--navy); }
.mini-b span { color: var(--yellow); }
.package-visual { background: #edf7ef; }
.box-body { position: absolute; width: 130px; height: 95px; border-radius: 6px; background: #d7ad60; left: 50%; top: 54%; transform: translate(-50%,-50%); display:grid; place-items:center; color:white; font-size: 30px; }
.box-lid { position: absolute; width: 150px; height: 26px; border-radius: 5px; background: #ebc780; left: 50%; top: 35%; transform: translateX(-50%) rotate(-3deg); z-index: 2; }
.supply { position:absolute; display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:white; color:var(--blue); box-shadow:0 8px 18px rgba(13,41,69,.1); font-weight:900; }
.supply-one { left: 23%; top: 25%; transform: rotate(-15deg); }
.supply-two { right: 20%; top: 21%; color:#c99a14; }
.supply-three { right: 24%; bottom: 18%; color:#517e65; }

.mental-health-visual { background: #f5f0fb; }
.mh-package { position:absolute; width:152px; height:118px; left:50%; top:52%; transform:translate(-50%,-50%) rotate(-3deg); background:white; border:1px solid #e6dcf1; border-radius:10px; box-shadow:0 16px 34px rgba(13,41,69,.1); display:grid; place-items:center; text-align:center; color:var(--navy); font-weight:900; letter-spacing:.5px; line-height:1.25; }
.mh-package b { position:absolute; right:13px; bottom:8px; color:#d88fb1; font-size:24px; font-weight:400; }
.mh-note { position:absolute; left:16%; bottom:17%; padding:9px 12px; background:#fff7da; border-radius:8px; color:#6d5d33; font-size:11px; font-weight:800; transform:rotate(-5deg); box-shadow:0 8px 20px rgba(13,41,69,.08); }
.mh-heart { position:absolute; right:17%; top:18%; color:#d88fb1; font-size:34px; transform:rotate(10deg); }

.hospital-visual { background: #eef5fb; }
.hospital-building { position:absolute; width: 146px; height: 148px; left:50%; top:54%; transform:translate(-50%,-50%); background:white; border-radius:8px 8px 3px 3px; box-shadow:0 16px 34px rgba(13,41,69,.1); display:grid; grid-template-columns:repeat(3,1fr); gap:12px; padding:64px 22px 20px; }
.hospital-building::before { content:''; position:absolute; left:24px; right:24px; top:45px; height:3px; background:#dbe9f3; }
.hospital-building i { width:19px; height:19px; border-radius:2px; background:#c3dff0; }
.cross { position:absolute; top:13px; left:50%; transform:translateX(-50%); color:#ef6e6e; font-size:32px; font-weight:900; line-height:1; }
.hospital-heart { position:absolute; right:18%; top:24%; color:var(--yellow); font-size:34px; transform:rotate(12deg); }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 7vw, 110px); align-items: center; }
.portrait-placeholder { height: 650px; position: relative; border-radius: 120px 30px 30px 30px; overflow: hidden; background: linear-gradient(155deg, #c6dfef, #81b5d9 50%, #336f9e); box-shadow: var(--shadow); }
.portrait-placeholder::before { content: ''; position:absolute; width:360px; height:360px; border-radius:50%; background:rgba(255,255,255,.17); left:50%; top:44%; transform:translate(-50%,-50%); }
.portrait-initial { position:absolute; left:50%; top:42%; transform:translate(-50%,-50%); display:grid; place-items:center; width:250px; height:250px; border-radius:50%; color:white; border:2px solid rgba(255,255,255,.55); font-family:Georgia,serif; font-size:130px; opacity:.95; }
.story-doodle { position:absolute; top:36px; right:30px; color:white; font-family:"Comic Sans MS", cursive; font-size:18px; line-height:1.25; transform:rotate(5deg); }
.story-copy > p { color:#52657a; font-size:17px; }
.story-copy > p strong { color:var(--navy); }
blockquote { margin: 28px 0 32px; padding: 0 0 0 22px; border-left: 4px solid var(--yellow); font-family: Georgia, serif; font-size: 23px; line-height: 1.45; color: var(--navy); }

.hospitals { background: var(--sky); }
.hospitals-intro { display:grid; grid-template-columns: .95fr 1.05fr; gap:80px; align-items:end; }
.hospitals-intro h2 { margin-bottom:0; }
.hospitals-intro > p { max-width:610px; color:#51677c; font-size:18px; margin-bottom:7px; }
.hospital-list { display:grid; grid-template-columns: repeat(5,1fr); gap: 0; margin: 55px 0; border-top:1px solid #c9dce9; border-bottom:1px solid #c9dce9; }
.hospital-list span { display:grid; place-items:center; min-height:120px; padding:24px 18px; text-align:center; color:var(--navy); font-family:Georgia,serif; font-weight:700; font-size:18px; border-right:1px solid #c9dce9; }
.hospital-list span:last-child { border-right:0; }
.thoughtful-giving { display:flex; align-items:center; gap:20px; }
.thoughtful-giving .heart-icon { display:grid; place-items:center; flex:0 0 auto; width:58px; height:58px; border-radius:50%; background:white; color:#f27a7a; font-size:23px; box-shadow:0 8px 20px rgba(13,41,69,.08); }
.thoughtful-giving p { margin:0 auto 0 0; color:#506276; }
.thoughtful-giving strong { color:var(--navy); }

.global { background: white; }
.global-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap:90px; align-items:center; }
.global-copy > p:last-of-type { max-width:620px; color:#566a7e; font-size:18px; }
.country-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.country-list span { padding:10px 14px; border-radius:999px; background:var(--sky); color:var(--navy); font-weight:800; font-size:13px; }
.globe-card { min-height: 470px; display:grid; place-items:center; position:relative; border-radius:var(--radius-xl); background:linear-gradient(150deg,#f5fbff,#e1f1fb); overflow:hidden; border:1px solid #d9e9f3; }
.globe { position:relative; width:300px; height:300px; border-radius:50%; border:3px solid rgba(34,120,185,.36); background: radial-gradient(circle at 36% 30%, rgba(255,255,255,.95), rgba(153,203,235,.42)); box-shadow:inset -25px -20px 55px rgba(34,120,185,.13); }
.lat, .long { position:absolute; display:block; border:1px solid rgba(34,120,185,.28); border-radius:50%; }
.lat { left:16px; right:16px; height:78px; }
.lat-1 { top:62px; }.lat-2 { bottom:62px; }
.long { top:16px; bottom:16px; width:110px; }
.long-1 { left:47px; }.long-2 { right:47px; }
.dot { position:absolute; width:16px; height:16px; background:var(--yellow); border:4px solid white; border-radius:50%; box-shadow:0 4px 13px rgba(13,41,69,.18); z-index:3; }
.dot-us { left:57px; top:108px; }.dot-ca { left:82px; top:82px; }.dot-se { left:158px; top:63px; }.dot-in { right:46px; top:174px; }.dot-sa { right:69px; top:153px; }
.handwritten { position:absolute; right:30px; bottom:26px; color:var(--blue); font-family:"Comic Sans MS", cursive; font-size:17px; line-height:1.25; transform:rotate(-4deg); }

.involved { background: var(--cream); }
.path-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.path-card { min-height:330px; padding:30px; background:white; border:1px solid #e6e3db; border-radius:var(--radius-lg); transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; display:flex; flex-direction:column; }
.path-card:hover { transform:translateY(-7px); box-shadow:0 18px 45px rgba(13,41,69,.09); border-color:#cbdbe7; }
.path-card small { margin-top:22px; color:var(--blue); letter-spacing:2px; font-weight:900; }
.path-card h3 { margin:14px 0 12px; }
.path-card p { color:#667588; }
.path-card b { margin-top:auto; color:var(--navy); }
.path-icon { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; background:var(--sky); color:var(--blue); font-size:22px; }
.path-featured { background:var(--navy); border-color:var(--navy); }
.path-featured .path-icon { background:var(--yellow); color:var(--navy); }
.path-featured small { color:#9ac8e7; }
.path-featured h3, .path-featured b { color:white; }
.path-featured p { color:#d9e6ef; }

.news { background:white; }
.news-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:center; }
.news-copy p:not(.eyebrow) { color:#5b6e82; font-size:17px; }
.story-teasers { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.teaser { min-height:270px; border-radius:var(--radius-lg); background:var(--sky); padding:28px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.teaser::before { content:'♡'; position:absolute; right:25px; top:18px; color:#b7d8ec; font-size:70px; font-family:Georgia,serif; }
.teaser span { font-size:10px; letter-spacing:1.8px; color:var(--blue); font-weight:900; }
.teaser strong { font-family:Georgia,serif; color:var(--navy); font-size:28px; margin:10px 0 8px; }
.teaser p { margin:0; color:#637689; font-size:14px; }

.final-cta { padding:84px 0; background:var(--navy); color:white; position:relative; overflow:hidden; }
.final-cta::before { content:'♡'; position:absolute; right:-25px; top:-70px; color:rgba(255,200,69,.08); font-family:Georgia,serif; font-size:440px; line-height:1; }
.final-grid { display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center; position:relative; z-index:2; }
.final-cta .eyebrow { color:#8cc2e6; }
.final-cta h2 { color:white; max-width:760px; }
.final-cta p { max-width:760px; color:#d8e6ef; font-size:18px; }
.question { display:block; margin-top:22px; color:var(--yellow); font-family:Georgia,serif; font-size:24px; }
.final-actions { display:flex; flex-direction:column; gap:12px; min-width:210px; }
.donate-note { display:none; max-width:220px !important; margin:2px 0 0 !important; font-size:12px !important; line-height:1.45; color:#b9cedd !important; }
.donate-note.visible { display:block; }

.site-footer { background:#071c30; color:#b7c5d1; padding:70px 0 28px; }
.footer-grid { display:grid; grid-template-columns:2fr repeat(4,1fr); gap:50px; }
.brand-footer .brand-copy strong { color:white; }
.brand-footer .brand-copy small { color:#a9c2d5; }
.footer-brand p { max-width:330px; margin-top:24px; font-size:14px; }
.footer-column h3 { color:white; margin:0 0 16px; font-size:13px; text-transform:uppercase; letter-spacing:1.5px; }
.footer-column a { display:block; padding:5px 0; font-size:14px; }
.footer-column a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.1); margin-top:55px; padding-top:24px; font-size:12px; }
.footer-bottom span:last-child { color:#d3e1ea; }

.reveal { opacity:0; transform:translateY(20px); transition:opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition-duration:.001ms !important; animation-duration:.001ms !important; animation-iteration-count:1 !important; }
  .reveal { opacity:1; transform:none; }
}

@media (max-width: 1080px) {
  .site-nav { gap:15px; font-size:13px; }
  .hero-grid { grid-template-columns:1fr 1fr; }
  .photo-placeholder { min-height:520px; }
  .hospital-list { grid-template-columns: repeat(3,1fr); border-bottom:0; }
  .hospital-list span { border-bottom:1px solid #c9dce9; }
  .hospital-list span:nth-child(3) { border-right:0; }
  .path-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:2fr repeat(2,1fr); }
}

@media (max-width: 860px) {
  .section-shell { padding:80px 0; }
  .menu-toggle { display:block; position:relative; z-index:52; }
  .site-nav { display:none; position:fixed; inset:0; background:var(--cream); padding:120px 28px 40px; flex-direction:column; align-items:stretch; gap:0; font-size:20px; z-index:51; }
  .site-nav.open { display:flex; }
  .site-nav > a:not(.button) { padding:16px 0; border-bottom:1px solid #e7e1d7; }
  .site-nav > a:not(.button)::after { display:none; }
  .site-nav .button { margin-top:25px; }
  .menu-open .menu-toggle span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity:0; }
  .menu-open .menu-toggle span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero { padding:55px 0 70px; }
  .hero-grid, .story-grid, .global-grid, .news-grid, .final-grid, .hospitals-intro { grid-template-columns:1fr; }
  .hero-grid { gap:46px; }
  .hero-copy { max-width:700px; }
  .photo-placeholder { min-height:520px; border-radius:28px 28px 80px 28px; }
  .impact-grid { grid-template-columns:repeat(2,1fr); }
  .metric { border-bottom:1px solid rgba(255,255,255,.17); padding-bottom:25px; margin-bottom:18px; }
  .metric:nth-child(even) { border-right:0; }
  .metric:last-child { grid-column:1 / -1; border-right:0; border-bottom:0; margin-bottom:0; padding-bottom:9px; text-align:center; }
  .mission-grid { grid-template-columns:1fr; gap:52px; }
  .mission-feature { display:grid; grid-template-columns:.8fr 1.2fr; column-gap:28px; }
  .feature-visual { grid-row:1/6; margin:0; }
  .mission-feature p:not(.feature-number) { min-height:auto; }
  .story-grid { gap:50px; }
  .portrait-placeholder { height:560px; max-width:560px; }
  .hospitals-intro { gap:24px; }
  .hospital-list { grid-template-columns:repeat(2,1fr); }
  .hospital-list span, .hospital-list span:nth-child(3) { border-right:1px solid #c9dce9; }
  .hospital-list span:nth-child(even) { border-right:0; }
  .hospital-list span:last-child { grid-column:1 / -1; border-right:0; }
  .global-grid { gap:48px; }
  .final-actions { min-width:0; max-width:240px; }
  .footer-grid { grid-template-columns:1.7fr repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section-shell { padding:66px 0; }
  .header-inner { min-height:72px; }
  .brand { min-width:0; }
  .brand-heart { width:38px; height:38px; }
  .brand-copy strong { font-size:19px; }
  .brand-copy small { display:none; }
  h1 { font-size:clamp(52px,15vw,70px); }
  h2 { font-size:clamp(39px,11vw,54px); letter-spacing:-1.7px; }
  .hero-lede { font-size:17px; }
  .hero-actions .button { width:100%; }
  .micro-proof { gap:8px 16px; }
  .photo-placeholder { min-height:440px; }
  .card-art { width:142px; height:104px; font-size:13px; }
  .card-one { left:7%; top:18%; }.card-two { right:5%; top:39%; }.card-three { left:22%; bottom:19%; }
  .photo-label { left:18px; right:18px; bottom:18px; }
  .impact-grid { grid-template-columns:repeat(2,1fr); }
  .metric { padding:16px 14px; }
  .metric strong { font-size:36px; }
  .metric span { font-size:12px; }
  .mission-feature { display:block; }
  .feature-visual { height:245px; margin-bottom:24px; }
  .section-heading { margin-bottom:42px; }
  .portrait-placeholder { height:490px; border-radius:80px 24px 24px 24px; }
  .portrait-initial { width:205px; height:205px; font-size:105px; }
  .hospital-list { grid-template-columns:1fr; }
  .hospital-list span, .hospital-list span:nth-child(3), .hospital-list span:nth-child(even) { border-right:0; grid-column:auto; }
  .thoughtful-giving { align-items:flex-start; flex-wrap:wrap; }
  .thoughtful-giving p { width:calc(100% - 82px); margin-right:0; }
  .thoughtful-giving .text-link { margin-left:78px; }
  .globe-card { min-height:410px; }
  .globe { width:245px; height:245px; }
  .lat-1 { top:49px; }.lat-2 { bottom:49px; }.long { width:88px; }.long-1 { left:40px; }.long-2 { right:40px; }
  .dot-us { left:45px; top:88px; }.dot-ca { left:67px; top:67px; }.dot-se { left:130px; top:48px; }.dot-in { right:38px; top:145px; }.dot-sa { right:56px; top:125px; }
  .handwritten { right:18px; bottom:20px; font-size:14px; }
  .path-grid, .story-teasers { grid-template-columns:1fr; }
  .path-card { min-height:285px; }
  .final-cta { padding:66px 0; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:36px 24px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-bottom { flex-direction:column; }
}


.world-map-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
  border: 1px solid #d7e6f0;
  border-radius: var(--radius-lg);
  min-height: 370px;
  position: relative;
  padding: 24px;
  overflow: hidden;
}
.world-map {
  position: relative;
  width: 100%;
  min-height: 300px;
  background: linear-gradient(180deg, #fafdff 0%, #edf6fb 100%);
  border-radius: 22px;
}
.continent {
  position: absolute;
  background: #cfe5f3;
  box-shadow: inset 0 -4px 0 rgba(34,120,185,.08);
}
.north-america { left: 8%; top: 18%; width: 28%; height: 26%; border-radius: 55% 45% 50% 40% / 48% 42% 58% 52%; transform: rotate(-10deg); }
.south-america { left: 22%; top: 48%; width: 11%; height: 28%; border-radius: 48% 52% 58% 42% / 36% 40% 60% 64%; transform: rotate(14deg); }
.europe { left: 45%; top: 18%; width: 11%; height: 12%; border-radius: 48% 52% 50% 45% / 50% 45% 55% 50%; }
.africa { left: 47%; top: 32%; width: 14%; height: 28%; border-radius: 44% 52% 48% 56% / 35% 40% 60% 62%; }
.asia { right: 14%; top: 17%; width: 30%; height: 34%; border-radius: 46% 54% 58% 42% / 44% 40% 60% 56%; }
.australia { right: 13%; bottom: 16%; width: 14%; height: 10%; border-radius: 50% 50% 46% 54% / 45% 50% 50% 55%; }
.map-dot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--navy);
  z-index: 2;
}
.map-dot i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--yellow);
  border: 3px solid white;
  box-shadow: 0 4px 13px rgba(13,41,69,.18);
  display: block;
}
.map-dot b { font-size: 11px; letter-spacing: .4px; background: rgba(255,255,255,.82); padding: 4px 7px; border-radius: 999px; border: 1px solid #d7e6f0; }
.map-us { left: 17%; top: 28%; }
.map-ca { left: 21%; top: 18%; }
.map-se { left: 48%; top: 17%; }
.map-sa { left: 56%; top: 35%; }
.map-in { left: 66%; top: 42%; }

.mental-highlight { background: white; }
.mental-highlight-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.mental-highlight-copy p:not(.eyebrow) { color:#596d80; font-size:17px; }
.mental-highlight-visual { display:flex; justify-content:center; }
.mental-kit-card {
  width: min(100%, 430px);
  min-height: 360px;
  background: linear-gradient(180deg, #fffef9 0%, #f5f0e6 100%);
  border:1px solid #eadfc7;
  border-radius: 28px;
  padding: 30px;
  position: relative;
  box-shadow: 0 18px 40px rgba(13,41,69,.08);
}
.mental-kit-title { font-family: Georgia, serif; color: var(--navy); font-size: 42px; line-height: .95; margin-bottom: 24px; }
.mental-kit-notes { display:grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mental-kit-notes span { background:white; border:1px solid #eadfc7; border-radius:16px; padding: 16px 14px; font-weight:700; color:#4e6274; min-height:74px; display:flex; align-items:center; }
.mental-kit-sticky {
  position:absolute; right:22px; bottom:22px; width:120px; height:120px; border-radius:20px; background:#ffe89c; color:#4b3d10; font-family:"Comic Sans MS", cursive; display:grid; place-items:center; text-align:center; line-height:1.2; font-size:20px; transform:rotate(-8deg);
}

.subpage-hero { padding: 78px 0 46px; background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.subpage-hero .container { display:grid; gap: 18px; }
.subpage-kicker { display:inline-flex; align-items:center; gap:10px; color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; font-size: 12px; }
.subpage-kicker::before { content:'♥'; color: var(--yellow); font-size: 18px; }
.subpage-lede { max-width: 860px; color:#58697b; font-size: 19px; }
.breadcrumbs { font-size: 14px; color:#6c7f90; }
.breadcrumbs a { color: var(--blue); }
.subpage-statbar { background: var(--navy); color: white; padding: 24px 0; }
.subpage-statbar-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.subpage-stat { padding: 18px 20px; border-right:1px solid rgba(255,255,255,.14); }
.subpage-stat:last-child { border-right:0; }
.subpage-stat strong { display:block; font-size: 42px; line-height:1; font-family: Georgia, serif; }
.subpage-stat span { display:block; margin-top:8px; color:#cfe1ec; font-weight:600; }
.content-section { padding: 78px 0; }
.content-grid-two { display:grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items:start; }
.soft-card { background: var(--sky); border:1px solid #d8e8f1; border-radius: var(--radius-lg); padding: 28px; }
.soft-card h3 { margin-top:0; }
.benefit-list, .support-list { display:grid; gap: 14px; }
.benefit-item, .support-item { background:white; border:1px solid #e2ecf3; border-radius: 18px; padding: 18px; }
.highlight-quote { margin:0; background: #fff9e8; border:1px solid #f2df9c; border-radius: 22px; padding: 28px; font-family: Georgia, serif; color: var(--navy); font-size: 28px; line-height:1.25; }
.program-boxes { display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.program-box { background:white; border:1px solid #e5e9ef; border-radius:22px; padding: 22px; min-height: 165px; }
.program-box h4 { margin: 0 0 10px; font-size: 20px; color: var(--navy); }
.program-box p { margin:0; color:#607284; }
.cta-band { padding: 64px 0; background: linear-gradient(180deg, #0b2842 0%, #10385a 100%); color: white; }
.cta-band p { color:#d8e6ef; max-width: 740px; }
.inline-buttons { display:flex; gap: 14px; flex-wrap:wrap; margin-top: 22px; }

@media (max-width: 860px) {
  .mental-highlight-grid, .content-grid-two { grid-template-columns:1fr; }
  .subpage-statbar-grid { grid-template-columns: 1fr; }
  .subpage-stat { border-right:0; border-bottom:1px solid rgba(255,255,255,.14); }
  .subpage-stat:last-child { border-bottom:0; }
}
@media (max-width: 620px) {
  .world-map-card { min-height: 350px; padding: 16px; }
  .world-map { min-height: 260px; }
  .map-dot { gap: 6px; }
  .map-dot b { padding: 3px 6px; font-size: 10px; }
  .mental-kit-title { font-size: 34px; }
  .mental-kit-notes { grid-template-columns:1fr; }
  .program-boxes { grid-template-columns: 1fr; }
}


/* Brand system tuned to the uploaded Cheers for Kids logo */
.brand-logo-link { min-width: 92px; gap: 0; }
.brand-logo {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 7px 20px rgba(8,52,91,.10);
  border: 2px solid rgba(255,255,255,.92);
}
.brand-logo-footer {
  width: 116px;
  height: 116px;
  border-radius: 26px;
  box-shadow: none;
}
.hero { background: linear-gradient(180deg, #fffdfa 0%, #f3fbf8 100%); }
.hero::after {
  content:'';
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(166,215,204,.28), rgba(166,215,204,0) 70%);
  right:-250px;
  bottom:-230px;
  pointer-events:none;
}
.hero-grid { position:relative; z-index:1; }
.photo-placeholder {
  background:
    linear-gradient(145deg, rgba(20,139,196,.04), rgba(20,139,196,.18)),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.92), transparent 25%),
    linear-gradient(135deg, #e2f6f1, #9ed6df 50%, #64acd1);
}
.card-one b { color: var(--coral); }
.card-three { color: #337557; }
.doodle-star { color: var(--green); }
.mental-health-visual { background: var(--mint); }
.mh-package { border-color: #cfe9e1; }
.mh-package b, .mh-heart { color: var(--coral); }
.mh-note { background:#fff4c9; }
.hospitals { background: linear-gradient(180deg, var(--sky) 0%, var(--mint) 100%); }
.world-map-card { background: linear-gradient(180deg, #ffffff 0%, var(--mint) 100%); border-color:#cfe8e0; }
.world-map { background: linear-gradient(180deg, #fafdff 0%, #eaf6f4 100%); }
.continent { background:#bfe0e4; }
.map-ca i { background: var(--coral); }
.map-us i { background: var(--yellow); }
.map-se i { background: var(--green); }
.map-sa i { background: #ff9d3f; }
.map-in i { background: var(--blue); }
.mental-highlight { background: linear-gradient(180deg, #fff 0%, #f7fcfa 100%); }

@media (max-width: 1080px) {
  .brand-logo { width:70px; height:70px; }
}
@media (max-width: 860px) {
  .header-inner { min-height:82px; }
  .brand-logo { width:64px; height:64px; border-radius:17px; }
}
@media (max-width: 620px) {
  .header-inner { min-height:76px; }
  .brand-logo { width:58px; height:58px; border-radius:15px; }
  .brand-logo-footer { width:96px; height:96px; border-radius:22px; }
}


/* =========================================================
   HOMEPAGE BRAND REFINEMENT — palette derived from uploaded logo
   ========================================================= */
.homepage {
  --logo-mint: #A0D5C6;
  --logo-mint-deep: #86C9B8;
  --logo-teal: #15A6B3;
  --logo-teal-dark: #0B7F91;
  --logo-yellow: #FCD619;
  --logo-orange: #EFA81A;
  --logo-coral: #F43D62;
  --logo-green: #63C945;
  --logo-cream: #F5F6DC;
  --logo-navy: #162A4A;
  --logo-plum: #5B1A1D;
  --navy: var(--logo-navy);
  --blue: var(--logo-teal);
  --blue-dark: var(--logo-teal-dark);
  --yellow: var(--logo-yellow);
  --sky: #E3F5F3;
  --mint: #D8F0E9;
  --mint-strong: var(--logo-mint);
  --coral: var(--logo-coral);
  --green: var(--logo-green);
  --cream: #FFFDF2;
  --ink: #28364A;
  --muted: #657382;
  --border: #D5E9E5;
  background: #FFFDF2;
}

/* Make the brand the visual anchor rather than a tiny badge. */
.homepage .site-header {
  background: rgba(160, 213, 198, .97);
  border-bottom: 1px solid rgba(22,42,74,.10);
  box-shadow: 0 5px 20px rgba(22,42,74,.06);
}
.homepage .header-inner {
  min-height: 138px;
}
.homepage .brand-logo-link {
  min-width: 138px;
  flex: 0 0 auto;
}
.homepage .brand-logo {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  filter: saturate(1.04) contrast(1.015);
}
.homepage .site-nav {
  color: var(--logo-navy);
  font-weight: 760;
}
.homepage .site-nav > a:not(.button)::after {
  background: var(--logo-yellow);
  height: 3px;
  bottom: 25px;
}
.homepage .button-yellow {
  background: var(--logo-yellow);
  color: var(--logo-navy);
  box-shadow: 0 10px 24px rgba(239,168,26,.25);
}
.homepage .button-yellow:hover {
  background: #FFDD42;
  box-shadow: 0 14px 30px rgba(239,168,26,.32);
}
.homepage .button-outline {
  border-color: rgba(22,42,74,.36);
  color: var(--logo-navy);
}
.homepage .eyebrow { color: var(--logo-teal-dark); }
.homepage h1,
.homepage h2 {
  font-family: "Trebuchet MS", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -2px;
  font-weight: 800;
}
.homepage h3 {
  font-family: "Trebuchet MS", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  color: var(--logo-navy);
}
.homepage h1 span { color: var(--logo-teal-dark); }

/* Hero now intentionally echoes the logo's mint, yellow and teal field. */
.homepage .hero {
  padding: 78px 0 92px;
  background:
    radial-gradient(circle at 6% 18%, rgba(252,214,25,.28), transparent 19%),
    radial-gradient(circle at 94% 82%, rgba(99,201,69,.12), transparent 22%),
    linear-gradient(135deg, #FFFDF2 0%, #F7F8DF 46%, #DDF3EC 100%);
}
.homepage .hero::before {
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(244,61,98,.11), rgba(244,61,98,0) 70%);
}
.homepage .hero::after {
  background: radial-gradient(circle, rgba(21,166,179,.20), rgba(21,166,179,0) 70%);
}
.homepage .hero-copy { position: relative; }
.homepage .hero-copy::after {
  content: '';
  position: absolute;
  left: 2px;
  width: 116px;
  height: 8px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--logo-yellow);
  transform: rotate(-2deg);
}
.homepage .hero-lede { color: #45586B; }
.homepage .micro-proof span + span::before { color: var(--logo-coral); }
.homepage .photo-placeholder {
  border: 4px solid rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 82% 15%, rgba(252,214,25,.48), transparent 21%),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.88), transparent 24%),
    linear-gradient(135deg, #BCE8DF 0%, #7CCFD0 52%, #2CA7C1 100%);
  box-shadow: 0 26px 65px rgba(22,42,74,.14);
}
.homepage .card-art { background: #FFFDF1; border: 2px solid rgba(22,42,74,.09); }
.homepage .card-one { color: var(--logo-teal-dark); }
.homepage .card-one b { color: var(--logo-coral); }
.homepage .card-two { color: var(--logo-navy); }
.homepage .card-two b { color: var(--logo-yellow); }
.homepage .card-three { color: #3C7D3E; }
.homepage .doodle-heart { color: var(--logo-coral); }
.homepage .doodle-star { color: var(--logo-yellow); }

/* Bright impact band lifted directly from logo turquoise/yellow. */
.homepage .impact-strip {
  background: linear-gradient(90deg, #0D91A3 0%, var(--logo-teal) 55%, #24B9BE 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.15), inset 0 -1px rgba(22,42,74,.08);
}
.homepage .metric { border-right-color: rgba(255,255,255,.27); }
.homepage .metric strong {
  color: var(--logo-yellow);
  font-family: "Trebuchet MS", "Avenir Next", ui-sans-serif, sans-serif;
  font-weight: 900;
}
.homepage .metric span { color: white; }

/* Mission tiles use the four supporting logo colors rather than unrelated pastels. */
.homepage .mission { background: #FFFDF4; }
.homepage .feature-visual { border-width: 2px; }
.homepage .cards-visual { background: #FFF4B8; border-color: #F4DA69; }
.homepage .package-visual { background: #E3F5DC; border-color: #BFE4AE; }
.homepage .mental-health-visual { background: #FFE5EB; border-color: #F6B7C6; }
.homepage .hospital-visual { background: #DDF3F4; border-color: #B7E2E5; }
.homepage .feature-number { color: var(--logo-teal-dark); }
.homepage .text-link { color: var(--logo-teal-dark); border-bottom-color: rgba(11,127,145,.28); }

.homepage .story {
  background: linear-gradient(180deg, #E8F6F0 0%, #CFEADF 100%);
}
.homepage .portrait-placeholder {
  background: linear-gradient(145deg, #FFF2B4 0%, #FCD619 26%, #F8B43A 100%);
  border-color: rgba(239,168,26,.38);
}
.homepage .story-doodle { color: var(--logo-plum); }
.homepage .story-copy blockquote { border-left-color: var(--logo-coral); }

.homepage .hospitals {
  background: linear-gradient(180deg, #E5F7F4 0%, #F4F8DE 100%);
}
.homepage .hospital-list span { color: var(--logo-navy); }
.homepage .heart-icon { background: var(--logo-coral); color: white; }

.homepage .global {
  background: #FFFDF2;
}
.homepage .world-map-card {
  background: linear-gradient(180deg, #DFF4EE 0%, #BDE4DC 100%);
  border: 2px solid #9FD7CB;
}
.homepage .world-map {
  background: linear-gradient(180deg, #BFE9EE 0%, #DDF5F0 100%);
}
.homepage .continent { background: rgba(255,255,255,.83); box-shadow: inset 0 -4px 0 rgba(21,166,179,.10); }
.homepage .map-us i { background: var(--logo-coral); }
.homepage .map-ca i { background: var(--logo-green); }
.homepage .map-se i { background: var(--logo-yellow); }
.homepage .map-sa i { background: var(--logo-orange); }
.homepage .map-in i { background: var(--logo-teal); }
.homepage .map-dot b { color: var(--logo-navy); border-color: rgba(22,42,74,.12); }
.homepage .handwritten { color: var(--logo-teal-dark); }

.homepage .involved { background: #F7F8DF; }
.homepage .path-card { border: 2px solid rgba(22,42,74,.08); }
.homepage .path-card:nth-child(1) .path-icon { background:#FFF0AD; color:#B97B00; }
.homepage .path-card:nth-child(2) .path-icon { background:#FFE1E8; color:var(--logo-coral); }
.homepage .path-card:nth-child(3) .path-icon { background:#E1F5DB; color:#3B9633; }
.homepage .path-featured {
  background: linear-gradient(160deg, var(--logo-teal-dark), var(--logo-navy));
  border-color: transparent;
}
.homepage .path-featured .path-icon { background:var(--logo-yellow); color:var(--logo-navy); }

.homepage .mental-highlight {
  background: linear-gradient(180deg, #FFF1F4 0%, #FFFBE8 100%);
}
.homepage .mental-kit-card {
  background: linear-gradient(180deg, #FFFDF3 0%, #FFE8ED 100%);
  border-color: #F3C2CE;
}
.homepage .mental-kit-sticky { background: var(--logo-yellow); color: var(--logo-plum); }

.homepage .news { background: #E5F5F2; }
.homepage .teaser { background: rgba(255,255,255,.72); border: 1px solid #CBE7E0; }
.homepage .teaser::before { color: rgba(244,61,98,.16); }
.homepage .teaser span { color: var(--logo-teal-dark); }

.homepage .final-cta {
  background:
    radial-gradient(circle at 82% 20%, rgba(252,214,25,.12), transparent 22%),
    linear-gradient(135deg, #122742 0%, #173B58 100%);
}
.homepage .final-cta .eyebrow { color: #71D1D3; }
.homepage .question { color: var(--logo-yellow); }
.homepage .site-footer { background:#102139; }
.homepage .brand-logo-footer {
  width: 150px;
  height: 150px;
  border-radius: 0;
  background: var(--logo-mint);
}

@media (max-width: 1120px) {
  .homepage .header-inner { min-height: 122px; }
  .homepage .brand-logo-link { min-width: 118px; }
  .homepage .brand-logo { width: 112px; height: 112px; }
  .homepage .site-nav { gap: 13px; font-size: 13px; }
}
@media (max-width: 860px) {
  .homepage .site-header { background: rgba(160,213,198,.98); }
  .homepage .header-inner { min-height: 98px; }
  .homepage .brand-logo-link { min-width: 90px; }
  .homepage .brand-logo { width: 88px; height: 88px; }
  .homepage .site-nav { background: #DDF2EB; }
  .homepage .site-nav > a:not(.button) { border-bottom-color: rgba(22,42,74,.10); }
}
@media (max-width: 620px) {
  .homepage .header-inner { min-height: 88px; }
  .homepage .brand-logo { width: 80px; height: 80px; }
  .homepage .hero { padding-top: 58px; }
  .homepage .brand-logo-footer { width: 118px; height: 118px; }
}

/* =========================================================
   VERSION 5 — authentic-photo hero story
   ========================================================= */
.homepage .hero-grid {
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(44px, 5.5vw, 82px);
}
.homepage .hero-copy { max-width: 610px; }
.homepage .hero-lede { max-width: 590px; }

.hero-story {
  position: relative;
  aspect-ratio: 5 / 4;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px 34px 92px 34px;
  border: 4px solid rgba(255,255,255,.92);
  background: #cfe9e4;
  box-shadow: 0 28px 68px rgba(22,42,74,.18);
  isolation: isolate;
}
.hero-story::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(11,26,43,.05) 28%, rgba(11,26,43,.72) 100%);
  z-index: 3;
  pointer-events: none;
}
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .9s ease, visibility .9s ease;
  z-index: 1;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 5.2s ease-out;
}
.hero-slide.is-active img { transform: scale(1.065); }
.hero-slide figcaption {
  position: absolute;
  left: 30px;
  right: 128px;
  bottom: 28px;
  z-index: 5;
  color: white;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-slide figcaption strong {
  display: block;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.08;
  letter-spacing: -.4px;
}
.hero-slide figcaption span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 650;
  color: rgba(255,255,255,.9);
}
.hero-story-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 7;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,253,242,.92);
  border: 1px solid rgba(255,255,255,.88);
  color: var(--logo-navy, #162A4A);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  box-shadow: 0 9px 22px rgba(22,42,74,.12);
  backdrop-filter: blur(9px);
}
.hero-story-controls {
  position: absolute;
  right: 22px;
  bottom: 24px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 11px;
}
.hero-dots {
  display: flex;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(13,41,69,.15);
}
.hero-dot {
  appearance: none;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #aec0c9;
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}
.hero-dot.is-active {
  width: 23px;
  border-radius: 99px;
  background: var(--logo-yellow, #FCD619);
}
.hero-pause {
  appearance: none;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(22,42,74,.78);
  color: white;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.hero-pause:hover { background: rgba(22,42,74,.94); }

@media (max-width: 1080px) {
  .homepage .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .hero-story { min-height: 470px; }
}

@media (max-width: 860px) {
  .homepage .hero-grid { grid-template-columns: 1fr; }
  .homepage .hero-copy { max-width: 720px; }
  .hero-story { width: 100%; min-height: 0; aspect-ratio: 5 / 4; }
}

@media (max-width: 620px) {
  .hero-story { border-radius: 26px 26px 56px 26px; border-width: 3px; }
  .hero-story-badge { top: 14px; left: 14px; font-size: 8.5px; letter-spacing: .9px; padding: 7px 10px; }
  .hero-slide figcaption { left: 18px; right: 18px; bottom: 58px; }
  .hero-slide figcaption strong { font-size: 21px; }
  .hero-slide figcaption span { font-size: 11.5px; }
  .hero-story-controls { right: 15px; bottom: 14px; }
  .hero-pause { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img { transition: none !important; }
  .hero-slide img,
  .hero-slide.is-active img { transform: none !important; }
}


/* Version 6: authentic founder photography */
.homepage .founder-photo {
  height: 650px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 120px 30px 30px 30px;
  background: #dff4ee;
  box-shadow: var(--shadow);
  border: 2px solid rgba(21,166,179,.18);
}
.homepage .founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  display: block;
}
.homepage .founder-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(13,41,69,0) 0%, rgba(13,41,69,.64) 100%);
  pointer-events: none;
}
.homepage .founder-photo figcaption {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  color: white;
  display: grid;
  gap: 3px;
}
.homepage .founder-photo figcaption span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}
.homepage .founder-photo figcaption strong {
  font-size: 24px;
  line-height: 1.1;
}
.homepage .founder-photo .story-doodle {
  z-index: 2;
  color: white;
  text-shadow: 0 2px 12px rgba(13,41,69,.25);
}
@media (max-width: 860px) {
  .homepage .founder-photo {
    height: 560px;
    max-width: 560px;
  }
}
@media (max-width: 620px) {
  .homepage .founder-photo {
    height: 490px;
    border-radius: 80px 24px 24px 24px;
  }
  .homepage .founder-photo figcaption {
    left: 22px;
    bottom: 22px;
  }
}


/* Version 7: visual "What kindness looks like in action" program showcase */
.homepage .action-showcase {
  background:
    radial-gradient(circle at 10% 5%, rgba(255,200,69,.14), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}
.homepage .action-heading {
  max-width: 780px;
  margin-bottom: 48px;
}
.homepage .action-heading h2 {
  max-width: 720px;
}
.homepage .action-heading > p:last-child {
  max-width: 680px;
  font-size: 18px;
  color: #5b6e80;
}

.homepage .action-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(230px, auto);
  gap: 20px;
}

.homepage .action-tile {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 18px 44px rgba(13,41,69,.12);
  isolation: isolate;
  background: var(--navy);
}
.homepage .action-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.homepage .action-tile:hover img {
  transform: scale(1.045);
}
.homepage .action-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7,28,48,.06) 15%, rgba(7,28,48,.20) 45%, rgba(7,28,48,.88) 100%);
}
.homepage .action-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: inherit;
  pointer-events: none;
}

.homepage .action-content {
  min-height: 100%;
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
}
.homepage .action-label {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  backdrop-filter: blur(8px);
}
.homepage .action-stat {
  display: block;
  margin-top: 90px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -2.5px;
  color: var(--yellow);
  font-family: Georgia, serif;
  text-shadow: 0 3px 24px rgba(0,0,0,.16);
}
.homepage .action-stat-words {
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: .98;
  letter-spacing: -1.5px;
}
.homepage .action-content h3 {
  max-width: 540px;
  margin: 14px 0 10px;
  color: white;
  font-size: clamp(23px, 2.1vw, 32px);
  line-height: 1.05;
}
.homepage .action-content p {
  max-width: 520px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
}
.homepage .action-content a {
  color: white;
  font-weight: 900;
  width: fit-content;
  border-bottom: 1px solid rgba(255,255,255,.48);
  padding-bottom: 4px;
}
.homepage .action-content a span {
  display: inline-block;
  transition: transform .22s ease;
}
.homepage .action-content a:hover span {
  transform: translateX(5px);
}

.homepage .action-cards {
  grid-column: span 7;
  min-height: 520px;
}
.homepage .action-care {
  grid-column: span 5;
  min-height: 520px;
}
.homepage .action-mental {
  grid-column: span 5;
  min-height: 460px;
}
.homepage .action-hospital {
  grid-column: span 7;
  min-height: 460px;
}
.homepage .action-cards img {
  object-position: 50% 50%;
}
.homepage .action-care img,
.homepage .action-mental img {
  object-position: 50% 48%;
}
.homepage .action-mental .action-scrim {
  background:
    linear-gradient(180deg, rgba(9,92,97,.12) 10%, rgba(9,92,97,.34) 48%, rgba(7,53,58,.92) 100%);
}
.homepage .action-mental::before {
  content: "♡";
  position: absolute;
  top: 78px;
  right: 28px;
  z-index: 1;
  color: rgba(255,255,255,.78);
  font-family: Georgia, serif;
  font-size: 60px;
  transform: rotate(7deg);
}
.homepage .action-hospital img {
  object-position: 50% 34%;
}

@media (max-width: 900px) {
  .homepage .action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage .action-cards,
  .homepage .action-care,
  .homepage .action-mental,
  .homepage .action-hospital {
    grid-column: auto;
    min-height: 440px;
  }
  .homepage .action-stat {
    margin-top: 75px;
  }
}
@media (max-width: 620px) {
  .homepage .action-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .homepage .action-cards,
  .homepage .action-care,
  .homepage .action-mental,
  .homepage .action-hospital {
    min-height: 420px;
  }
  .homepage .action-content {
    padding: 22px;
  }
  .homepage .action-stat {
    margin-top: 90px;
  }
  .homepage .action-hospital img {
    object-position: 50% 28%;
  }
}


/* Version 8: dedicated Our Story page */
.story-page {
  background: #fff;
}
.story-page .site-header {
  background: rgba(237,250,246,.96);
}

.story-hero {
  background:
    radial-gradient(circle at 14% 12%, rgba(255,200,69,.24), transparent 29%),
    radial-gradient(circle at 90% 15%, rgba(42,181,192,.13), transparent 31%),
    linear-gradient(180deg, #effaf7 0%, #ffffff 100%);
  padding-top: 64px;
}
.story-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  gap: 74px;
  align-items: center;
}
.story-hero-copy h1 {
  max-width: 790px;
  margin-bottom: 22px;
}
.story-hero-lede {
  max-width: 720px;
  color: #556c7f;
  font-size: 21px;
  line-height: 1.65;
}
.story-founder-portrait {
  margin: 0;
  min-height: 570px;
  position: relative;
  overflow: hidden;
  border-radius: 120px 30px 30px 30px;
  box-shadow: 0 24px 58px rgba(13,41,69,.16);
  background: #dff4ee;
}
.story-founder-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.story-founder-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 33%;
  background: linear-gradient(180deg, transparent 0%, rgba(8,31,51,.78) 100%);
}
.story-founder-portrait figcaption {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: #fff;
}
.story-founder-portrait figcaption span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.story-founder-portrait figcaption strong {
  font-size: 27px;
}

.origin-story {
  background: #fff;
}
.origin-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 78px;
  align-items: start;
}
.origin-quote {
  position: sticky;
  top: 170px;
  padding: 36px;
  background: #0d2945;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 48px rgba(13,41,69,.15);
}
.origin-quote .quote-mark {
  display: block;
  margin-bottom: -20px;
  color: #ffc845;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
}
.origin-quote blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(29px, 3vw, 44px);
  line-height: 1.2;
}
.origin-quote p {
  margin: 24px 0 0;
  color: #bed2df;
  font-weight: 700;
}
.origin-copy {
  font-size: 19px;
  line-height: 1.8;
  color: #52677a;
}
.origin-copy p {
  margin: 0 0 24px;
}
.origin-question {
  margin: 36px 0 !important;
  padding: 24px 28px;
  border-left: 5px solid #ffc845;
  background: #fff8df;
  color: #0d2945;
  border-radius: 0 20px 20px 0;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
}

.story-growth {
  background: #f7fbfe;
}
.story-growth-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 58px;
  align-items: center;
}
.story-growth-copy > p:not(.eyebrow) {
  color: #566b7e;
  font-size: 17px;
}
.story-impact-row {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.story-impact-row div {
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dae8f1;
}
.story-impact-row strong {
  display: block;
  color: #0d2945;
  font-family: Georgia, serif;
  font-size: 34px;
}
.story-impact-row span {
  color: #66798a;
  font-size: 13px;
  font-weight: 700;
}
.story-delivery-photo {
  margin: 0;
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(13,41,69,.13);
}
.story-delivery-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}
.story-delivery-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: #0d2945;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.service-work {
  background: #fff;
}
.service-work-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 66px;
  align-items: center;
}
.service-work-photo {
  min-height: 620px;
  overflow: hidden;
  border-radius: 30px 110px 30px 30px;
  box-shadow: 0 22px 52px rgba(13,41,69,.13);
}
.service-work-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: 50% 40%;
  display: block;
}
.service-work-copy > p:not(.eyebrow) {
  color: #566b7e;
  font-size: 17px;
}
.service-work-copy blockquote {
  margin: 32px 0;
  padding: 26px 28px;
  background: #fff8df;
  border: 1px solid #f1db83;
  border-radius: 22px;
  color: #0d2945;
  font-family: Georgia, serif;
  font-size: clamp(26px, 2.5vw, 37px);
  line-height: 1.28;
}

.story-values {
  background: linear-gradient(180deg, #effaf7 0%, #f8fcfb 100%);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.value-card {
  min-height: 270px;
  padding: 28px;
  background: #fff;
  border: 1px solid #dcebe6;
  border-radius: 24px;
  box-shadow: 0 13px 30px rgba(13,41,69,.055);
}
.value-card > span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #ffc845;
  color: #0d2945;
  font-weight: 900;
}
.value-card h3 {
  margin: 0 0 11px;
  color: #0d2945;
}
.value-card p {
  margin: 0;
  color: #657889;
}

.leadership {
  background: #fff;
}
.leadership-intro {
  max-width: 760px;
  margin-bottom: 42px;
}
.leadership-intro > p:not(.eyebrow) {
  color: #5b6e80;
  font-size: 17px;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.leader-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 205px;
  padding: 22px;
  border: 1px solid #dfe8ee;
  border-radius: 24px;
  background: #fff;
}
.leader-card img,
.leader-placeholder-photo {
  width: 150px;
  height: 160px;
  object-fit: cover;
  border-radius: 18px;
  background: #e7f5f2;
}
.leader-card img {
  object-position: 50% 27%;
}
.leader-placeholder-photo {
  display: grid;
  place-items: center;
  color: #2278b9;
  font-family: Georgia, serif;
  font-size: 40px;
  border: 1px dashed #9ecada;
}
.leader-card span {
  color: #2278b9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.leader-card h3 {
  margin: 7px 0 9px;
  color: #0d2945;
}
.leader-card p {
  margin: 0;
  color: #647789;
  font-size: 14px;
}
.leadership-note {
  margin-top: 18px;
  color: #758696;
  font-size: 13px;
}

@media (max-width: 900px) {
  .story-hero-grid,
  .origin-grid,
  .story-growth-grid,
  .service-work-grid {
    grid-template-columns: 1fr;
  }
  .story-founder-portrait {
    min-height: 560px;
    max-width: 560px;
  }
  .origin-quote {
    position: static;
  }
  .story-delivery-photo,
  .service-work-photo,
  .service-work-photo img {
    min-height: 520px;
    height: 520px;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .leadership-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .story-hero {
    padding-top: 44px;
  }
  .story-founder-portrait {
    min-height: 490px;
    border-radius: 80px 24px 24px 24px;
  }
  .origin-quote {
    padding: 28px;
  }
  .story-impact-row,
  .values-grid {
    grid-template-columns: 1fr;
  }
  .story-delivery-photo,
  .service-work-photo,
  .service-work-photo img {
    min-height: 450px;
    height: 450px;
  }
  .leader-card {
    grid-template-columns: 100px 1fr;
  }
  .leader-card img,
  .leader-placeholder-photo {
    width: 100px;
    height: 118px;
  }
}


/* Version 9: real geographic world map in the Global Impact section */
.homepage .real-world-map-card {
  padding: 20px 20px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #eef9f7 100%);
  border: 1px solid #cfe6e1;
  min-height: 0;
}

.homepage .real-world-map {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  aspect-ratio: 2048 / 1039;
  border: 1px solid rgba(13,41,69,.08);
}

.homepage .real-world-map > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: .92;
  filter: saturate(.82) contrast(.97);
}

/* Marker positions are placed over the true map projection, not schematic continents. */
.homepage .country-marker {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transform: translate(-7px, -7px);
  white-space: nowrap;
  pointer-events: none;
}

.homepage .country-marker i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--yellow);
  border: 3px solid #fff;
  box-shadow: 0 3px 12px rgba(13,41,69,.28);
}

.homepage .country-marker b {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(13,41,69,.12);
  box-shadow: 0 3px 10px rgba(13,41,69,.08);
  color: var(--navy);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

/* Approximate country centers on the Robinson projection */
.homepage .marker-ca { left: 19.5%; top: 24.5%; }
.homepage .marker-us { left: 21.5%; top: 33.5%; }
.homepage .marker-se { left: 51.3%; top: 22.5%; }
.homepage .marker-sa { left: 59.8%; top: 42.7%; }
.homepage .marker-in { left: 68.3%; top: 44.2%; }

.homepage .map-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
}

.homepage .real-world-map-card .handwritten {
  position: static;
  margin: 0;
  transform: rotate(-2deg);
  color: var(--blue);
}

.homepage .map-source {
  margin: 0;
  color: #788b9b;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 620px) {
  .homepage .real-world-map-card {
    padding: 12px;
  }
  .homepage .country-marker b {
    font-size: 9px;
    padding: 3px 5px;
  }
  .homepage .country-marker i {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .homepage .map-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .homepage .map-source {
    text-align: left;
  }
}

/* Version 10: refined crop for Aadya's updated portrait */
.story-page .story-founder-portrait img {
  object-position: 50% 24%;
}
.story-page .leader-card img {
  object-position: 50% 22%;
}


/* Version 11: authentic card photography + hospital social proof */
.homepage .hospital-proof-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 20px;
  margin-top: 24px;
  align-items: stretch;
}
.homepage .hospital-proof-grid .thoughtful-giving {
  margin-top: 0;
  height: 100%;
}

.homepage .hospital-thankyou-card {
  margin: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #cfe1ec;
  box-shadow: 0 14px 32px rgba(13,41,69,.07);
  min-width: 0;
}
.homepage .hospital-thankyou-card img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  object-position: 50% 8%;
  border-radius: 16px;
  display: block;
}
.homepage .hospital-thankyou-card figcaption {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage .hospital-thankyou-card figcaption > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}
.homepage .hospital-thankyou-card blockquote {
  margin: 12px 0 10px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
}
.homepage .hospital-thankyou-card figcaption p {
  margin: 0;
  color: #66798a;
  font-size: 13px;
  line-height: 1.55;
}

.homepage .real-stories {
  background:
    radial-gradient(circle at 93% 8%, rgba(255,200,69,.15), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}
.homepage .real-stories-heading {
  max-width: 760px;
}
.homepage .real-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.homepage .real-story-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #e2e8ec;
  box-shadow: 0 15px 34px rgba(13,41,69,.06);
  display: flex;
  flex-direction: column;
}
.homepage .real-story-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef7f5;
}
.homepage .real-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.homepage .real-story-card:hover .real-story-image img {
  transform: scale(1.035);
}
.homepage .real-story-proof .real-story-image img {
  object-position: 50% 8%;
}
.homepage .real-story-copy {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.homepage .real-story-copy > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.homepage .real-story-copy h3 {
  margin: 10px 0 11px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.1;
}
.homepage .real-story-copy p {
  margin: 0 0 18px;
  color: #657889;
  line-height: 1.6;
}
.homepage .real-story-copy .text-link {
  margin-top: auto;
}

@media (max-width: 900px) {
  .homepage .hospital-proof-grid {
    grid-template-columns: 1fr;
  }
  .homepage .real-story-grid {
    grid-template-columns: 1fr 1fr;
  }
  .homepage .real-story-proof {
    grid-column: 1 / -1;
  }
}
@media (max-width: 620px) {
  .homepage .hospital-thankyou-card {
    grid-template-columns: 110px 1fr;
    gap: 14px;
    padding: 14px;
  }
  .homepage .hospital-thankyou-card img {
    width: 110px;
    height: 165px;
  }
  .homepage .hospital-thankyou-card blockquote {
    font-size: 19px;
  }
  .homepage .real-story-grid {
    grid-template-columns: 1fr;
  }
  .homepage .real-story-proof {
    grid-column: auto;
  }
}


/* Version 12: broader "Show the work behind the numbers" story mix */
.homepage .real-story-card:nth-child(1) .real-story-image img {
  object-position: 50% 42%;
}
.homepage .real-story-card:nth-child(2) .real-story-image img {
  object-position: 50% 42%;
}
.homepage .real-story-card:nth-child(3) .real-story-image img {
  object-position: 50% 50%;
}


/* Version 13: real hospital logo wall */
.homepage .hospital-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 24px;
}

.homepage .hospital-logo-card {
  min-width: 0;
  min-height: 155px;
  padding: 18px 14px 14px;
  border-radius: 20px;
  border: 1px solid #cfe1ec;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(13,41,69,.045);
}

.homepage .hospital-logo-card img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 72px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.homepage .hospital-logo-card:nth-child(2) img {
  height: 76px;
}

.homepage .hospital-logo-card:nth-child(3) img {
  height: 78px;
}

.homepage .hospital-logo-card span {
  color: var(--navy);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

@media (max-width: 960px) {
  .homepage .hospital-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .homepage .hospital-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage .hospital-logo-card {
    min-height: 135px;
    padding: 14px 10px 12px;
  }
  .homepage .hospital-logo-card img {
    height: 58px;
  }
  .homepage .hospital-logo-card:last-child {
    grid-column: 1 / -1;
  }
}

/* Version 14: plumbing pages */
.content-page .site-header{background:rgba(237,250,246,.96)}
.impact-page-stats{background:var(--navy);color:#fff;padding:28px 0}
.impact-page-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.impact-page-grid>div{padding:16px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.14)}
.impact-page-grid>div:last-child{border-right:0}
.impact-page-grid strong{display:block;font-family:Georgia,serif;font-size:40px;line-height:1;color:var(--yellow)}
.impact-page-grid span{display:block;margin-top:8px;color:#d6e5ee;font-size:12px;font-weight:700}
.page-feature-image{width:100%;min-height:440px;max-height:610px;object-fit:cover;border-radius:28px;box-shadow:0 18px 40px rgba(13,41,69,.10)}
.action-option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.action-option{min-height:245px;padding:30px;border:1px solid #dce8ee;border-radius:26px;background:#fff;display:flex;flex-direction:column}
.action-option strong{font-family:Georgia,serif;font-size:31px;color:var(--navy)}
.action-option p{color:#627688}.action-option span{margin-top:auto;color:var(--blue);font-weight:900}
.action-option-featured{background:var(--navy);border-color:var(--navy)}.action-option-featured strong,.action-option-featured span{color:#fff}.action-option-featured p{color:#d8e6ef}
.contact-band{padding:64px 0;background:#eef9f6;border-top:1px solid #d7eae4}.contact-band p{color:#5e7284;max-width:680px}
.contact-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-card{min-height:190px;padding:30px;background:#fff;border:1px solid #dce8ee;border-radius:24px}
.contact-card span{color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1.4px}.contact-card h3{color:var(--navy);margin:10px 0 22px}.contact-card a{color:var(--blue);font-weight:800;word-break:break-word}
.page-story-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.impact-page-grid{grid-template-columns:repeat(2,1fr)}.impact-page-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.impact-page-grid>div:last-child{grid-column:1/-1}.page-story-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.impact-page-grid,.action-option-grid,.contact-page-grid,.page-story-grid{grid-template-columns:1fr}.impact-page-grid>div:last-child{grid-column:auto}.page-feature-image{min-height:340px}}


/* Version 16: richer, image-free involvement section */
.homepage .involvement-v16 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,200,69,.13), transparent 22%),
    radial-gradient(circle at 92% 85%, rgba(42,181,192,.10), transparent 25%),
    var(--cream);
}
.homepage .involvement-v16::before {
  content: "♡";
  position: absolute;
  right: 2.5%;
  top: 22px;
  color: rgba(34,120,185,.055);
  font-family: Georgia, serif;
  font-size: 220px;
  line-height: 1;
  pointer-events: none;
}
.homepage .involvement-heading {
  max-width: 760px;
  position: relative;
  z-index: 1;
}
.homepage .involvement-heading > p:last-child {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.65;
}

.homepage .path-grid-v16 {
  position: relative;
  z-index: 1;
}
.homepage .path-card-v16 {
  position: relative;
  min-height: 405px;
  padding: 26px 26px 24px;
  border-radius: 26px;
  border: 1px solid #e5e1d9;
  overflow: hidden;
}
.homepage .path-card-v16::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: var(--blue);
}
.homepage .path-card-v16:nth-child(2)::before { background: #ef6b6b; }
.homepage .path-card-v16:nth-child(3)::before { background: var(--yellow); }
.homepage .path-card-v16:nth-child(4)::before { background: #55b68c; }

.homepage .path-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.homepage .path-card-v16 small {
  margin: 0;
  color: #81909d;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: 1.35px;
  text-align: right;
}
.homepage .path-card-v16 .path-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  font-size: 20px;
}
.homepage .path-icon-cards {
  background: #eaf4fb;
  color: var(--blue);
}
.homepage .path-icon-volunteer {
  background: #fff0ee;
  color: #d85b5b;
}
.homepage .path-icon-event {
  background: #fff7d9;
  color: #b67e00;
}
.homepage .path-icon-chapter {
  background: var(--yellow);
  color: var(--navy);
}

.homepage .path-prompt {
  min-height: 64px;
  margin: 25px 0 9px;
  color: #728190;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.35;
  font-style: italic;
}
.homepage .path-card-v16 h3 {
  margin: 8px 0 12px;
  font-size: 30px;
  line-height: 1.05;
}
.homepage .path-description {
  margin: 0;
  color: #617284 !important;
  line-height: 1.58;
}
.homepage .path-card-bottom {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #ece9e2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.homepage .path-card-bottom span {
  color: #8a98a4;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.homepage .path-card-bottom b {
  white-space: nowrap;
  color: var(--navy);
  font-size: 13px;
}

.homepage .path-card-v16.path-featured::before {
  background: var(--yellow);
}
.homepage .path-card-v16.path-featured .path-prompt {
  color: #b9d0df;
}
.homepage .path-card-v16.path-featured .path-description {
  color: #d9e6ef !important;
}
.homepage .path-card-v16.path-featured .path-card-bottom {
  border-top-color: rgba(255,255,255,.15);
}
.homepage .path-card-v16.path-featured .path-card-bottom span {
  color: #9fc1d6;
}
.homepage .path-card-v16.path-featured .path-card-bottom b {
  color: #fff;
}
.homepage .path-card-v16.path-featured small {
  color: #9fc1d6;
}

.homepage .involvement-nudge {
  max-width: 820px;
  margin: 26px auto 0;
  padding: 15px 20px;
  border: 1px solid #ddd9d0;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: center;
}
.homepage .involvement-nudge .nudge-heart {
  color: #e05f67;
  font-family: Georgia, serif;
  font-size: 24px;
}
.homepage .involvement-nudge p {
  margin: 0;
  color: #627284;
  font-size: 13px;
}
.homepage .involvement-nudge a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 1080px) {
  .homepage .path-card-v16 { min-height: 365px; }
  .homepage .path-prompt { min-height: auto; }
}
@media (max-width: 620px) {
  .homepage .path-card-v16 {
    min-height: 0;
    padding: 23px 21px 20px;
  }
  .homepage .path-card-v16 h3 { font-size: 28px; }
  .homepage .path-prompt { margin-top: 20px; }
  .homepage .path-card-bottom {
    margin-top: 26px;
    align-items: center;
  }
  .homepage .involvement-nudge {
    border-radius: 22px;
    text-align: left;
    align-items: flex-start;
  }
}


/* Version 17: Our Story readability + tighter editorial flow */
.story-page .story-hero-v17 {
  padding-top: 42px;
  padding-bottom: 72px;
}

.story-page .story-hero-v17 .story-hero-grid {
  gap: 58px;
}

.story-page .story-hero-v17 .story-founder-portrait {
  min-height: 515px;
  max-height: 540px;
}

.story-page .story-hero-v17 .story-founder-portrait img {
  object-position: 50% 23%;
}

/* Pull the story upward so the quote becomes the bridge from portrait to narrative */
.story-page .origin-story-v17 {
  position: relative;
  padding-top: 26px;
  margin-top: -42px;
  z-index: 3;
}

.story-page .origin-story-v17 .origin-grid {
  align-items: start;
  gap: 64px;
}

/* Fix quote-card contrast explicitly against global blockquote rules */
.story-page .origin-story-v17 .origin-quote {
  position: sticky;
  top: 142px;
  margin-top: 0;
  padding: 34px 34px 30px;
  background: #0d2945;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 58px rgba(13,41,69,.20);
}

.story-page .origin-story-v17 .origin-quote .quote-mark {
  color: #ffc845;
  margin-bottom: -18px;
}

.story-page .origin-story-v17 .origin-quote blockquote {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-shadow: none;
}

.story-page .origin-story-v17 .origin-quote p {
  color: #cfe1ec !important;
  margin-top: 22px;
}

/* Tighten narrative rhythm */
.story-page .origin-story-v17 .origin-copy {
  padding-top: 26px;
}

.story-page .origin-story-v17 .origin-copy p {
  margin-bottom: 20px;
}

.story-page .origin-story-v17 .origin-question {
  margin: 28px 0 !important;
}

/* Make the hero copy slightly more compact so the page gets to the story sooner */
.story-page .story-hero-v17 .story-hero-copy h1 {
  margin-bottom: 16px;
}

.story-page .story-hero-v17 .story-hero-lede {
  max-width: 680px;
  font-size: 20px;
  line-height: 1.58;
}

/* Editorial transition band: subtle mint underlay behind the bridging quote */
.story-page .origin-story-v17::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 72px;
  background: linear-gradient(180deg, #effaf7 0%, rgba(239,250,247,0) 100%);
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 900px) {
  .story-page .story-hero-v17 {
    padding-bottom: 54px;
  }

  .story-page .story-hero-v17 .story-founder-portrait {
    min-height: 500px;
    max-height: none;
  }

  .story-page .origin-story-v17 {
    margin-top: -22px;
    padding-top: 18px;
  }

  .story-page .origin-story-v17 .origin-quote {
    position: static;
  }

  .story-page .origin-story-v17 .origin-copy {
    padding-top: 4px;
  }
}

@media (max-width: 620px) {
  .story-page .story-hero-v17 {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .story-page .story-hero-v17 .story-founder-portrait {
    min-height: 445px;
  }

  .story-page .origin-story-v17 {
    margin-top: -12px;
    padding-top: 12px;
  }

  .story-page .origin-story-v17 .origin-quote {
    padding: 28px 26px 26px;
    border-radius: 24px;
  }

  .story-page .origin-story-v17 .origin-quote blockquote {
    font-size: 30px;
    line-height: 1.22;
  }

  .story-page .origin-story-v17 .origin-copy {
    font-size: 18px;
    line-height: 1.72;
  }
}


/* Version 18: hierarchical leadership section */
.story-page .leadership-v18 {
  background:
    radial-gradient(circle at 13% 16%, rgba(255,200,69,.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}
.story-page .leadership-v18 .leadership-intro {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}
.story-page .leadership-v18 .leadership-intro .eyebrow { justify-content: center; }
.story-page .leadership-v18 .leadership-intro > p:last-child {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.story-page .leadership-hierarchy { max-width: 1180px; margin: 0 auto; }

.story-page .founder-spotlight {
  width: min(680px, 100%);
  margin: 0 auto;
  padding: 22px 26px 22px 22px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid #d7e4eb;
  border-radius: 30px;
  background: #0d2945;
  box-shadow: 0 22px 48px rgba(13,41,69,.15);
}
.story-page .founder-spotlight-photo {
  width: 190px;
  height: 220px;
  overflow: hidden;
  border-radius: 22px;
  background: #eaf4f1;
}
.story-page .founder-spotlight-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 21%; display: block;
}
.story-page .founder-spotlight-copy .leader-level {
  display: inline-block; margin-bottom: 8px; color: #ffc845; font-size: 11px; font-weight: 900;
  letter-spacing: 1.8px; text-transform: uppercase;
}
.story-page .founder-spotlight-copy h3 { margin: 0 0 10px; color: #fff; font-size: 36px; }
.story-page .founder-spotlight-copy p {
  margin: 0; max-width: 410px; color: #d5e3ec; font-family: Georgia, serif; font-size: 18px; line-height: 1.5;
}

.story-page .org-connector { position: relative; height: 76px; max-width: 920px; margin: 0 auto; }
.story-page .org-stem {
  position: absolute; top: 0; left: 50%; width: 2px; height: 38px; transform: translateX(-50%); background: #9fc7c0;
}
.story-page .org-branch {
  position: absolute; left: 12.5%; right: 12.5%; top: 37px; height: 2px; background: #9fc7c0;
}
.story-page .org-branch::before,
.story-page .org-branch::after {
  content: ""; position: absolute; top: 0; width: 2px; height: 39px; background: #9fc7c0;
}
.story-page .org-branch::before { left: 0; }
.story-page .org-branch::after { right: 0; }

.story-page .team-label { text-align: center; margin: -8px 0 20px; }
.story-page .team-label span {
  display: inline-block; padding: 7px 13px; border-radius: 999px; background: #eef8f5; color: #2b7468;
  border: 1px solid #cfe6df; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;
}

.story-page .team-row { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.story-page .team-member-card {
  position: relative; min-width: 0; overflow: hidden; border: 1px solid #dce6eb; border-radius: 24px;
  background: #fff; box-shadow: 0 12px 28px rgba(13,41,69,.055);
}
.story-page .team-member-card::before {
  content: ""; position: absolute; left: 50%; top: -40px; width: 2px; height: 40px; transform: translateX(-50%); background: #9fc7c0;
}
.story-page .team-member-photo { aspect-ratio: 4 / 4.6; overflow: hidden; background: #eef5f3; }
.story-page .team-member-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-page .team-member-card:nth-child(1) .team-member-photo img { object-position: 50% 25%; }
.story-page .team-member-card:nth-child(2) .team-member-photo img { object-position: 50% 25%; }
.story-page .team-member-card:nth-child(3) .team-member-photo img { object-position: 50% 26%; }
.story-page .team-member-card:nth-child(4) .team-member-photo img { object-position: 50% 24%; }
.story-page .team-member-copy { padding: 18px 16px 20px; text-align: center; }
.story-page .team-member-copy h3 { margin: 0 0 7px; color: #0d2945; font-size: 19px; line-height: 1.2; }
.story-page .team-member-copy p { margin: 0; color: #447f78; font-size: 12px; line-height: 1.4; font-weight: 800; }

@media (max-width: 940px) {
  .story-page .team-row { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 720px; margin: 26px auto 0; }
  .story-page .org-connector, .story-page .team-label { display: none; }
  .story-page .team-member-card::before { display: none; }
}
@media (max-width: 620px) {
  .story-page .founder-spotlight { grid-template-columns: 110px 1fr; gap: 17px; padding: 16px; border-radius: 24px; }
  .story-page .founder-spotlight-photo { width: 110px; height: 142px; border-radius: 18px; }
  .story-page .founder-spotlight-copy h3 { font-size: 27px; }
  .story-page .founder-spotlight-copy p { font-size: 14px; line-height: 1.45; }
  .story-page .team-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .story-page .team-member-copy { padding: 14px 10px 16px; }
  .story-page .team-member-copy h3 { font-size: 16px; }
  .story-page .team-member-copy p { font-size: 10px; }
}


/* Version 19: leadership -> values -> CTA flow, compact values, readable ending */

/* Values now support Leadership rather than competing with it */
.story-page .story-values-v19 {
  padding-top: 58px;
  padding-bottom: 62px;
  background: linear-gradient(180deg, #f2faf7 0%, #fbfdfc 100%);
  border-top: 1px solid #e1eee9;
}

.story-page .story-values-v19 .section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.story-page .story-values-v19 .section-heading h2 {
  margin-bottom: 8px;
}

.story-page .story-values-v19 .values-grid {
  gap: 14px;
}

.story-page .story-values-v19 .value-card {
  min-height: 188px;
  padding: 21px 20px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(13,41,69,.04);
}

.story-page .story-values-v19 .value-card > span {
  width: 37px;
  height: 37px;
  margin-bottom: 16px;
  font-size: 12px;
}

.story-page .story-values-v19 .value-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.story-page .story-values-v19 .value-card p {
  font-size: 13px;
  line-height: 1.52;
}

/* Final CTA: explicitly override global dark text rules */
.story-page .story-cta-v19 {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 87% 22%, rgba(255,200,69,.11), transparent 24%),
    linear-gradient(180deg, #0b2842 0%, #10385a 100%);
  color: #ffffff;
}

.story-page .story-cta-v19 .container {
  position: relative;
  z-index: 1;
}

.story-page .story-cta-v19 .eyebrow {
  color: #ffc845 !important;
}

.story-page .story-cta-v19 .eyebrow::before {
  background: #ffc845;
}

.story-page .story-cta-v19 h2 {
  max-width: 820px;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.story-page .story-cta-v19 > .container > p:not(.eyebrow),
.story-page .story-cta-v19 .container > p:not(.eyebrow) {
  max-width: 760px;
  color: #d7e7f1 !important;
  font-size: 17px;
  line-height: 1.65;
}

.story-page .story-cta-v19 .button-yellow {
  background: #ffc845;
  color: #0d2945 !important;
}

.story-page .story-cta-v19 .button-light {
  background: #ffffff;
  color: #0d2945 !important;
  border-color: #ffffff;
}

.story-page .story-cta-v19::after {
  content: "♡";
  position: absolute;
  right: 4%;
  bottom: -76px;
  color: rgba(255,255,255,.045);
  font-family: Georgia, serif;
  font-size: 245px;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .story-page .story-values-v19 .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .story-page .story-values-v19 {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .story-page .story-values-v19 .values-grid {
    grid-template-columns: 1fr;
  }

  .story-page .story-values-v19 .value-card {
    min-height: 0;
  }

  .story-page .story-cta-v19 {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .story-page .story-cta-v19 h2 {
    font-size: 36px;
  }
}


/* Version 20: tighter vertical rhythm on Our Story page only */

/* Keep the opening intentional, but reduce the handoff into the story */
.story-page .story-hero-v17 {
  padding-bottom: 58px;
}

.story-page .origin-story-v17 {
  padding-bottom: 52px;
}

/* Middle chapters: much tighter so they read as one narrative */
.story-page .story-growth {
  padding-top: 58px;
  padding-bottom: 58px;
}

.story-page .service-work {
  padding-top: 56px;
  padding-bottom: 58px;
}

/* Leadership stays important, but no longer floats in excessive whitespace */
.story-page .leadership-v18 {
  padding-top: 62px;
  padding-bottom: 54px;
}

.story-page .leadership-v18 .leadership-intro {
  margin-bottom: 34px;
}

/* Values should feel like a supporting strip, not another full chapter */
.story-page .story-values-v19 {
  padding-top: 42px;
  padding-bottom: 44px;
}

.story-page .story-values-v19 .section-heading {
  margin-bottom: 22px;
}

/* Give the ending enough room to feel intentional without becoming oversized */
.story-page .story-cta-v19 {
  padding-top: 58px;
  padding-bottom: 60px;
}

/* Slightly reduce space inside image-led sections */
.story-page .story-growth-grid,
.story-page .service-work-grid {
  gap: 50px;
}

@media (max-width: 900px) {
  .story-page .story-hero-v17 {
    padding-bottom: 44px;
  }

  .story-page .origin-story-v17 {
    padding-bottom: 44px;
  }

  .story-page .story-growth,
  .story-page .service-work,
  .story-page .leadership-v18 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .story-page .story-values-v19 {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .story-page .story-cta-v19 {
    padding-top: 50px;
    padding-bottom: 52px;
  }
}

@media (max-width: 620px) {
  .story-page .story-growth,
  .story-page .service-work,
  .story-page .leadership-v18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .story-page .story-values-v19 {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .story-page .story-cta-v19 {
    padding-top: 46px;
    padding-bottom: 48px;
  }
}


/* Version 21: stronger logo presence without a bulky header */

/* Desktop: enlarge visually while preserving header flow */
.site-header .brand-logo-link {
  position: relative;
  overflow: visible;
  z-index: 3;
}

.site-header .brand-logo {
  transform-origin: center center;
  transition: transform .2s ease;
}

/* Homepage gets the strongest treatment */
.homepage .site-header .brand-logo {
  transform: scale(1.24);
}

.homepage .site-header .brand-logo-link {
  min-width: 158px;
}

.homepage .header-inner {
  min-height: 126px;
}

/* Inner pages: larger than before, but a little more restrained */
.story-page .site-header .brand-logo,
.content-page .site-header .brand-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  transform: scale(1.20);
}

.story-page .site-header .brand-logo-link,
.content-page .site-header .brand-logo-link {
  min-width: 122px;
}

.story-page .header-inner,
.content-page .header-inner {
  min-height: 104px;
}

/* Slight visual drop so the brand feels connected to the page below */
@media (min-width: 1121px) {
  .homepage .site-header .brand-logo {
    transform: translateY(10px) scale(1.24);
  }

  .story-page .site-header .brand-logo,
  .content-page .site-header .brand-logo {
    transform: translateY(7px) scale(1.20);
  }
}

/* Tablet */
@media (max-width: 1120px) {
  .homepage .site-header .brand-logo {
    transform: scale(1.16);
  }

  .homepage .site-header .brand-logo-link {
    min-width: 132px;
  }

  .homepage .header-inner {
    min-height: 112px;
  }

  .story-page .site-header .brand-logo,
  .content-page .site-header .brand-logo {
    width: 86px;
    height: 86px;
    transform: scale(1.10);
  }

  .story-page .site-header .brand-logo-link,
  .content-page .site-header .brand-logo-link {
    min-width: 104px;
  }

  .story-page .header-inner,
  .content-page .header-inner {
    min-height: 94px;
  }
}

/* Mobile: keep it clear and compact; no overhang */
@media (max-width: 620px) {
  .homepage .site-header .brand-logo,
  .story-page .site-header .brand-logo,
  .content-page .site-header .brand-logo {
    transform: none;
    width: 92px;
    height: 92px;
  }

  .homepage .site-header .brand-logo-link,
  .story-page .site-header .brand-logo-link,
  .content-page .site-header .brand-logo-link {
    min-width: 94px;
  }

  .homepage .header-inner,
  .story-page .header-inner,
  .content-page .header-inner {
    min-height: 94px;
  }
}


/* Version 22: tighten homepage header -> hero transition */
@media (min-width: 1121px) {
  /* Keep the large logo, but stop making the whole header accommodate it */
  .homepage .header-inner {
    min-height: 112px;
  }

  .homepage .site-header .brand-logo {
    transform: translateY(8px) scale(1.24);
  }

  /* Bring "Small acts. Big comfort." much closer to the brand/header */
  .homepage .hero {
    padding-top: 48px;
  }
}

/* Tablet: modest tightening without crowding the menu */
@media (min-width: 621px) and (max-width: 1120px) {
  .homepage .header-inner {
    min-height: 104px;
  }

  .homepage .hero {
    padding-top: 56px;
  }
}

/* Mobile stays compact and avoids logo/hero overlap */
@media (max-width: 620px) {
  .homepage .hero {
    padding-top: 40px;
  }
}


/* =========================================================
   Version 23: site-wide vertical rhythm pass
   Each page family is tuned separately rather than changing
   the global .section-shell rule.
   ========================================================= */

/* ---------- HOMEPAGE ---------- */
/* Hero: retain drama, remove the stretched feeling */
.homepage .hero {
  padding-top: 46px;
  padding-bottom: 68px;
}

/* Program / mission section: image grid already creates visual air */
.homepage .mission.action-showcase {
  padding-top: 76px;
  padding-bottom: 72px;
}

/* Hospitals: logos + proof card provide their own spacing */
.homepage .hospitals {
  padding-top: 70px;
  padding-bottom: 66px;
}

/* Global/map: map itself is visually spacious, so section needn't be */
.homepage .global {
  padding-top: 66px;
  padding-bottom: 64px;
}

/* Involvement: preserve a pause, but not a full 108px shell */
.homepage .involved.involvement-v16 {
  padding-top: 72px;
  padding-bottom: 70px;
}

/* Mental Health is a major program feature, so keep slightly more room */
.homepage .mental-highlight {
  padding-top: 76px;
  padding-bottom: 74px;
}

/* Stories: cards already have strong internal spacing */
.homepage .news.real-stories {
  padding-top: 68px;
  padding-bottom: 66px;
}

/* End with intentional space, not excessive space */
.homepage .final-cta {
  padding-top: 62px;
  padding-bottom: 64px;
}

/* ---------- OUR STORY ---------- */
/* Version 20 was already substantially tightened; just refine transitions */
.story-page .story-hero-v17 {
  padding-bottom: 52px;
}
.story-page .origin-story-v17 {
  padding-bottom: 46px;
}
.story-page .story-growth {
  padding-top: 52px;
  padding-bottom: 52px;
}
.story-page .service-work {
  padding-top: 50px;
  padding-bottom: 52px;
}
.story-page .leadership-v18 {
  padding-top: 56px;
  padding-bottom: 48px;
}
.story-page .story-values-v19 {
  padding-top: 38px;
  padding-bottom: 40px;
}
.story-page .story-cta-v19 {
  padding-top: 54px;
  padding-bottom: 56px;
}

/* ---------- STANDARD INNER PAGES ---------- */
/*
   These pages typically have:
   hero -> one content section.
   The old 78px + 78px rhythm made them feel much longer
   than the amount of content justified.
*/
.content-page .subpage-hero {
  padding-top: 50px;
  padding-bottom: 28px;
}
.content-page .content-section {
  padding-top: 54px;
  padding-bottom: 58px;
}

/* Impact's stat bar naturally separates hero and content */
.page-impact .subpage-hero {
  padding-bottom: 24px;
}
.page-impact .impact-page-stats {
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-impact .content-section {
  padding-top: 52px;
  padding-bottom: 56px;
}

/* Get Involved has two substantial blocks, so tighten their handoff */
.page-get-involved .content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-get-involved .contact-band {
  padding-top: 46px;
  padding-bottom: 48px;
}

/* Contact is mostly a card grid; no need for large surrounding voids */
.page-contact .content-section {
  padding-top: 48px;
  padding-bottom: 54px;
}

/* News cards are visually substantial */
.page-news .content-section {
  padding-top: 50px;
  padding-bottom: 56px;
}

/* Hospital / chapter / event / cards / donate pages:
   keep enough space for their two-column layouts, but tighten overall */
.page-hospitals .content-section,
.page-chapters .content-section,
.page-host-event .content-section,
.page-make-cards .content-section,
.page-donate .content-section {
  padding-top: 50px;
  padding-bottom: 56px;
}

/* ---------- MENTAL HEALTH PACKAGES ---------- */
/* This page has multiple consecutive content sections, so stacking mattered most. */
.mental-page .subpage-hero {
  padding-top: 52px;
  padding-bottom: 28px;
}
.mental-page .subpage-statbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mental-page .content-section {
  padding-top: 52px;
  padding-bottom: 52px;
}
.mental-page .content-section + .content-section {
  padding-top: 44px;
}
.mental-page .cta-band {
  padding-top: 52px;
  padding-bottom: 54px;
}

/* ---------- TABLET ---------- */
@media (max-width: 900px) {
  .homepage .hero {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .homepage .mission.action-showcase,
  .homepage .hospitals,
  .homepage .global,
  .homepage .involved.involvement-v16,
  .homepage .mental-highlight,
  .homepage .news.real-stories {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .content-page .subpage-hero,
  .mental-page .subpage-hero {
    padding-top: 42px;
    padding-bottom: 24px;
  }

  .content-page .content-section,
  .mental-page .content-section {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .story-page .story-growth,
  .story-page .service-work,
  .story-page .leadership-v18 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 620px) {
  .homepage .hero {
    padding-top: 34px;
    padding-bottom: 48px;
  }

  .homepage .mission.action-showcase,
  .homepage .hospitals,
  .homepage .global,
  .homepage .involved.involvement-v16,
  .homepage .mental-highlight,
  .homepage .news.real-stories {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .homepage .final-cta {
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .content-page .subpage-hero,
  .mental-page .subpage-hero {
    padding-top: 34px;
    padding-bottom: 20px;
  }

  .content-page .content-section,
  .mental-page .content-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .page-get-involved .contact-band,
  .mental-page .cta-band {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .story-page .story-growth,
  .story-page .service-work,
  .story-page .leadership-v18 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .story-page .story-values-v19 {
    padding-top: 32px;
    padding-bottom: 34px;
  }
}


/* =========================================================
   Version 24: footer readability + stronger footer branding
   Shared across all pages for visual consistency.
   ========================================================= */

.site-footer {
  background: #071c30;
  color: #d8e4ec;
}

/* Larger, cleaner logo treatment at the bottom */
.site-footer .footer-logo {
  width: 142px;
  height: 142px;
  object-fit: contain;
  border-radius: 24px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.site-footer .brand-footer {
  display: inline-flex;
  align-items: center;
}

.site-footer .footer-brand p {
  margin-top: 18px;
  max-width: 340px;
  color: #d4e1ea;
  font-size: 15px;
  line-height: 1.65;
}

/* Make footer categories visually distinct */
.site-footer .footer-column h3 {
  color: #ffc845;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

/* Higher-contrast footer navigation */
.site-footer .footer-column a {
  color: #e5eef4;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  padding: 6px 0;
}

.site-footer .footer-column a:hover,
.site-footer .footer-column a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Bottom legal / copyright row */
.site-footer .footer-bottom {
  color: #c6d5df;
  border-top-color: rgba(255,255,255,.16);
}

.site-footer .footer-bottom span:last-child {
  color: #e1ebf1;
}

/* Keep the larger mark from making the whole footer excessively tall */
.site-footer {
  padding-top: 54px;
}

.site-footer .footer-grid {
  align-items: start;
}

@media (max-width: 1080px) {
  .site-footer .footer-logo {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 620px) {
  .site-footer .footer-logo {
    width: 112px;
    height: 112px;
  }

  .site-footer .footer-brand p {
    font-size: 14px;
  }

  .site-footer .footer-column a {
    font-size: 14px;
  }
}

/* Version 29: keep Aadya's face fully visible in the first story card */
.homepage .real-story-card:nth-child(1) .real-story-image img {
  object-position: 50% 18%;
}
.homepage .real-story-card:nth-child(1):hover .real-story-image img {
  transform: scale(1.015);
}


/* Version 32: recognition, trust, social proof */
.homepage .home-recognition {
  padding: 54px 0 58px;
  background: linear-gradient(180deg,#f7fbfa 0%,#eef8f5 100%);
  border-top: 1px solid #e1ece8;
  border-bottom: 1px solid #e1ece8;
}
.homepage .home-recognition-grid {
  display:grid; grid-template-columns:1.25fr .75fr; gap:48px; align-items:center;
}
.homepage .home-recognition-copy h2 { max-width:720px; margin-bottom:14px; }
.homepage .home-recognition-copy > p:not(.eyebrow) { max-width:760px; color:#5c7183; font-size:16px; line-height:1.65; }
.homepage .recognition-chips { display:flex; flex-wrap:wrap; gap:9px; margin:22px 0 18px; }
.homepage .recognition-chips span { padding:8px 11px; border-radius:999px; background:#fff; border:1px solid #cfe2dc; color:#285f59; font-size:11px; font-weight:850; }
.homepage .recognition-links { display:flex; flex-wrap:wrap; gap:18px; }
.homepage .recognition-links a { color:var(--blue); font-weight:900; font-size:13px; }
.homepage .home-recognition-photo { margin:0; height:300px; overflow:hidden; border-radius:26px; box-shadow:0 16px 36px rgba(13,41,69,.10); background:#fff; }
.homepage .home-recognition-photo img { width:100%; height:100%; object-fit:cover; object-position:50% 28%; display:block; }

.story-page .story-recognition { padding-top:52px; padding-bottom:54px; background:#fff; }
.story-page .story-recognition-grid { display:grid; grid-template-columns:1fr .95fr; gap:58px; align-items:center; }
.story-page .story-recognition-copy > p:not(.eyebrow) { color:#5e7284; font-size:16px; line-height:1.7; }
.story-page .recognition-credential-list { display:grid; gap:10px; margin:24px 0 28px; }
.story-page .recognition-credential-list div { display:grid; grid-template-columns:190px 1fr; gap:14px; padding:13px 15px; background:#f7fbfa; border:1px solid #dceae5; border-radius:15px; }
.story-page .recognition-credential-list strong { color:var(--navy); font-size:13px; }
.story-page .recognition-credential-list span { color:#657889; font-size:13px; }
.story-page .story-recognition-photos { position:relative; min-height:510px; }
.story-page .recognition-photo-primary { position:absolute; width:72%; height:460px; right:0; top:0; object-fit:cover; object-position:50% 25%; border-radius:28px; box-shadow:0 20px 44px rgba(13,41,69,.13); }
.story-page .recognition-photo-secondary { position:absolute; width:48%; height:260px; left:0; bottom:0; object-fit:cover; object-position:50% 26%; border:8px solid #fff; border-radius:24px; box-shadow:0 18px 36px rgba(13,41,69,.12); }

.page-news .news-feature-section { padding-top:46px; }
.page-news .recognition-feature { display:grid; grid-template-columns:1.05fr .95fr; gap:46px; padding:28px; border:1px solid #dce8ee; border-radius:30px; background:#f8fbfc; margin-bottom:34px; }
.page-news .recognition-feature-images { display:grid; grid-template-columns:1.1fr .9fr; gap:12px; min-height:420px; }
.page-news .recognition-feature-images img { width:100%; height:100%; object-fit:cover; object-position:50% 26%; border-radius:20px; }
.page-news .recognition-feature-copy { align-self:center; }
.page-news .news-label { color:var(--blue); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:1.4px; }
.page-news .recognition-feature-copy h2 { margin:10px 0 14px; font-size:42px; }
.page-news .recognition-feature-copy p { color:#5f7284; line-height:1.68; }
.page-news .social-story-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.page-news .news-secondary-grid { margin-top:0; }

.page-donate .nonprofit-trust-card { display:flex; align-items:center; gap:16px; padding:18px 20px; margin-bottom:16px; background:#eef8f5; border:1px solid #cfe6df; border-radius:20px; }
.page-donate .trust-badge { display:grid; place-items:center; min-width:72px; height:72px; border-radius:50%; background:var(--navy); color:#ffc845; font-size:15px; font-weight:900; }
.page-donate .nonprofit-trust-card h3 { margin:0 0 5px; color:var(--navy); font-size:20px; }
.page-donate .nonprofit-trust-card p { margin:0; color:#5f7284; font-size:14px; line-height:1.5; }

@media(max-width:900px){
  .homepage .home-recognition-grid,.story-page .story-recognition-grid,.page-news .recognition-feature{grid-template-columns:1fr}
  .homepage .home-recognition-photo{height:360px;max-width:560px}
  .story-page .story-recognition-photos{min-height:500px;max-width:700px;width:100%}
  .page-news .recognition-feature-images{min-height:360px}
}
@media(max-width:620px){
  .homepage .home-recognition{padding:42px 0 44px}
  .homepage .home-recognition-photo{height:310px}
  .story-page .story-recognition{padding-top:40px;padding-bottom:42px}
  .story-page .recognition-credential-list div{grid-template-columns:1fr;gap:3px}
  .story-page .story-recognition-photos{min-height:390px}
  .story-page .recognition-photo-primary{height:340px;width:82%}
  .story-page .recognition-photo-secondary{height:190px;width:54%}
  .page-news .recognition-feature{padding:18px;gap:26px}
  .page-news .recognition-feature-images{grid-template-columns:1fr 1fr;min-height:260px}
  .page-news .recognition-feature-copy h2{font-size:32px}
}

/* Version 33: recognition-photo crop fix — keep Aadya's head fully visible */
.homepage .home-recognition-photo img {
  object-position: 50% 8%;
}

.story-page .recognition-photo-primary {
  object-position: 50% 8%;
}

.story-page .recognition-photo-secondary {
  object-position: 50% 10%;
}

.page-news .recognition-feature-images img {
  object-position: 50% 8%;
}


/* Version 34: text-only Manipal Hospital card */
.homepage .hospital-logo-card-text-only {
  justify-content: center;
  min-height: 155px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
}

.homepage .hospital-logo-card-text-only .hospital-text-name {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}


/* Version 35: corrected Robinson-projection map markers + four U.S. locations */
.homepage .marker-canada { left: 25.6%; top: 15.5%; }
.homepage .marker-sweden { left: 53.3%; top: 12.1%; }
.homepage .marker-saudi { left: 62.2%; top: 35.1%; }
.homepage .marker-india { left: 71.5%; top: 37.2%; }

/* U.S. state locations: approximate state centers plotted on the Robinson projection */
.homepage .marker-us-ca { left: 19.0%; top: 27.2%; }
.homepage .marker-us-tx { left: 23.45%; top: 30.8%; }
.homepage .marker-us-nj { left: 31.0%; top: 25.2%; }
.homepage .marker-us-ma { left: 32.05%; top: 23.75%; }

.homepage .us-marker i {
  width: 12px;
  height: 12px;
  background: #ef6b6b;
  border-width: 2px;
}

.homepage .us-marker b {
  position: absolute;
  left: 10px;
  top: -8px;
  padding: 2px 5px;
  font-size: 8px;
  letter-spacing: .2px;
}

.homepage .marker-us-nj b { top: 8px; }
.homepage .marker-us-ma b { top: -12px; }

.homepage .map-location-key {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 11px auto 0;
  color: #607486;
  font-size: 10px;
}

.homepage .map-location-key strong {
  color: var(--navy);
  font-size: 10px;
  letter-spacing: .25px;
}

.homepage .map-location-key span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fff1ef;
  border: 1px solid #f3cbc6;
  color: #b84f4f;
  font-weight: 900;
}

/* Hide obsolete marker classes from the older map version */
.homepage .marker-ca,
.homepage .marker-us,
.homepage .marker-se,
.homepage .marker-sa,
.homepage .marker-in { display: none; }

@media (max-width: 620px) {
  .homepage .us-marker b { display: none; }
  .homepage .country-marker:not(.us-marker) b {
    font-size: 8px;
    padding: 2px 4px;
  }
  .homepage .map-location-key { gap: 5px; }
}


/* Version 36: map label refinements */

/* Keep the "Spreading kindness..." note straight */
.homepage .real-world-map-card .handwritten {
  transform: none !important;
}

/* Put Saudi Arabia label to the LEFT of its marker */
.homepage .marker-saudi {
  flex-direction: row-reverse;
}
.homepage .marker-saudi b {
  position: absolute;
  right: 14px;
  left: auto;
  top: -6px;
  white-space: nowrap;
}

/* Move MA label a little lower so it clears Canada */
.homepage .marker-us-ma b {
  top: 8px !important;
  left: 9px;
}

/* Nudge the MA point itself slightly lower for better separation */
.homepage .marker-us-ma {
  top: 24.6%;
}


/* Version 37: make NJ label clearly visible */
.homepage .marker-us-nj {
  left: 30.55%;
  top: 26.2%;
}
.homepage .marker-us-nj b {
  top: 10px !important;
  left: -4px !important;
  z-index: 8;
}


/* =========================================================
   Version 38: larger, more prominent 2x2 involvement cards
   ========================================================= */

.homepage .involvement-v16 {
  background:
    radial-gradient(circle at 7% 9%, rgba(255,200,69,.18), transparent 23%),
    radial-gradient(circle at 94% 90%, rgba(42,181,192,.13), transparent 27%),
    #fbfaf5;
}

.homepage .involvement-heading {
  max-width: 900px;
  margin-bottom: 36px;
}

.homepage .involvement-heading h2 {
  max-width: 820px;
  font-size: clamp(44px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -1.7px;
}

.homepage .involvement-heading > p:last-child {
  max-width: 760px;
  margin-top: 18px;
  font-size: 19px;
  line-height: 1.6;
}

/* Force the desktop layout to 2 x 2 rather than four narrow columns */
.homepage .path-grid.path-grid-v16 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.homepage .path-card.path-card-v16 {
  min-height: 390px;
  padding: 34px 36px 30px;
  border-radius: 30px;
  border-width: 1px;
  box-shadow: 0 10px 28px rgba(13,41,69,.045);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

/* Four distinct but restrained Cheers for Kids color families */
.homepage .path-card-v16:nth-child(1) {
  background: #edf7fd;
  border-color: #cfe5f3;
}
.homepage .path-card-v16:nth-child(2) {
  background: #fff1ef;
  border-color: #f4d2ce;
}
.homepage .path-card-v16:nth-child(3) {
  background: #fff8dd;
  border-color: #efdf9f;
}
.homepage .path-card-v16:nth-child(4) {
  background: #eef9f4;
  border-color: #cce8db;
}

/* Remove the older dark "featured" treatment so all four choices feel equal */
.homepage .path-card-v16.path-featured {
  background: #eef9f4;
  border-color: #cce8db;
}
.homepage .path-card-v16.path-featured .path-prompt,
.homepage .path-card-v16.path-featured .path-description {
  color: #596f70 !important;
}
.homepage .path-card-v16.path-featured .path-card-bottom {
  border-top-color: rgba(13,41,69,.10);
}
.homepage .path-card-v16.path-featured .path-card-bottom span,
.homepage .path-card-v16.path-featured small {
  color: #648278;
}
.homepage .path-card-v16.path-featured .path-card-bottom b {
  color: #1d674f;
}
.homepage .path-card-v16.path-featured h3 {
  color: var(--navy);
}

/* Stronger top accent bars */
.homepage .path-card-v16::before {
  height: 7px;
}
.homepage .path-card-v16:nth-child(1)::before { background: var(--blue); }
.homepage .path-card-v16:nth-child(2)::before { background: #e86b68; }
.homepage .path-card-v16:nth-child(3)::before { background: #e3b92e; }
.homepage .path-card-v16:nth-child(4)::before { background: #4fae82; }

.homepage .path-card-v16:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 44px rgba(13,41,69,.105);
}

/* Larger icons */
.homepage .path-card-v16 .path-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  font-size: 29px;
}

/* Make the 01 / 02 / 03 / 04 labels visible rather than tiny metadata */
.homepage .path-card-v16 small {
  color: #536778;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.25px;
  font-weight: 900;
}

.homepage .path-card-v16:nth-child(2) small { color: #a34f4d; }
.homepage .path-card-v16:nth-child(3) small { color: #8c6a00; }
.homepage .path-card-v16:nth-child(4) small { color: #39765f; }

.homepage .path-prompt {
  min-height: 0;
  margin: 27px 0 10px;
  color: #536f82;
  font-size: 20px;
  line-height: 1.4;
}

.homepage .path-card-v16:nth-child(2) .path-prompt { color: #825f60; }
.homepage .path-card-v16:nth-child(3) .path-prompt { color: #736634; }
.homepage .path-card-v16:nth-child(4) .path-prompt { color: #596f70; }

.homepage .path-card-v16 h3 {
  margin: 8px 0 14px;
  font-size: clamp(34px, 3vw, 43px);
  line-height: 1.02;
  letter-spacing: -.7px;
}

.homepage .path-description {
  max-width: 580px;
  font-size: 16px;
  line-height: 1.62;
  color: #526879 !important;
}

.homepage .path-card-bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top-color: rgba(13,41,69,.10);
  align-items: center;
}

.homepage .path-card-bottom span {
  color: #647888;
  font-size: 11px;
  letter-spacing: .9px;
}

.homepage .path-card-bottom b {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 17px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(13,41,69,.11);
  box-shadow: 0 3px 10px rgba(13,41,69,.04);
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

/* CTA button tint follows the card */
.homepage .path-card-v16:nth-child(1) .path-card-bottom b { color: #176fae; }
.homepage .path-card-v16:nth-child(2) .path-card-bottom b { color: #b14e4b; }
.homepage .path-card-v16:nth-child(3) .path-card-bottom b { color: #846300; }
.homepage .path-card-v16:nth-child(4) .path-card-bottom b { color: #287154; }

/* Make the supporting nudge feel secondary to the four large choices */
.homepage .involvement-nudge {
  margin-top: 30px;
}

@media (max-width: 860px) {
  .homepage .path-grid.path-grid-v16 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .homepage .path-card.path-card-v16 {
    min-height: 350px;
  }

  .homepage .involvement-heading h2 {
    font-size: clamp(42px, 8vw, 58px);
  }
}

@media (max-width: 620px) {
  .homepage .involvement-heading {
    margin-bottom: 25px;
  }

  .homepage .involvement-heading h2 {
    font-size: 42px;
    line-height: 1;
  }

  .homepage .involvement-heading > p:last-child {
    font-size: 17px;
  }

  .homepage .path-card.path-card-v16 {
    min-height: 0;
    padding: 28px 24px 24px;
    border-radius: 25px;
  }

  .homepage .path-card-v16 .path-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 25px;
  }

  .homepage .path-card-v16 small {
    font-size: 10px;
  }

  .homepage .path-prompt {
    margin-top: 23px;
    font-size: 18px;
  }

  .homepage .path-card-v16 h3 {
    font-size: 34px;
  }

  .homepage .path-description {
    font-size: 15px;
  }

  .homepage .path-card-bottom {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
  }
}


/* =========================================================
   Version 39: polished hospital testimonial presentation
   ========================================================= */

/* Homepage quote card: quote first, raw email moved off homepage */
.homepage .hospital-quote-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 28px;
  border: 1px solid #d7e9ee;
  background:
    radial-gradient(circle at 91% 12%, rgba(255, 202, 70, .18), transparent 23%),
    linear-gradient(145deg, #f7fcfd 0%, #edf8f8 100%);
  box-shadow: 0 12px 30px rgba(13, 41, 69, .055);
}

.homepage .hospital-quote-kicker {
  margin: 0 0 18px;
  color: #17859a;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.homepage .hospital-quote-card blockquote {
  position: relative;
  margin: 0;
  max-width: 680px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.18;
  letter-spacing: -.55px;
}

.homepage .hospital-quote-card blockquote::before {
  content: "“";
  display: block;
  height: 25px;
  margin-bottom: 7px;
  color: #f0b72d;
  font-size: 63px;
  line-height: .7;
}

.homepage .hospital-quote-source {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 12px;
  margin-top: 27px;
}

.homepage .hospital-quote-source strong {
  color: var(--navy);
  font-size: 16px;
}

.homepage .hospital-quote-source span {
  color: #667b88;
  font-size: 14px;
}

.homepage .hospital-quote-context {
  max-width: 610px;
  margin: 14px 0 0;
  color: #607482;
  font-size: 14px;
  line-height: 1.55;
}

.homepage .hospital-quote-link {
  align-self: flex-start;
  margin-top: 23px;
  color: #15748a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.homepage .hospital-quote-link:hover {
  text-decoration: underline;
}


/* Hospitals page: original email becomes supporting proof */
.page-hospitals .hospital-feedback-section {
  padding-top: 38px;
  padding-bottom: 82px;
  background: #fbfaf5;
}

.page-hospitals .hospital-feedback-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.page-hospitals .hospital-feedback-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.03;
}

.page-hospitals .hospital-feedback-heading > p:last-child {
  max-width: 680px;
  color: #617684;
  font-size: 17px;
  line-height: 1.6;
}

.page-hospitals .hospital-feedback-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 28px;
  align-items: stretch;
}

.page-hospitals .hospital-email-proof {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e4e7e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(13, 41, 69, .05);
}

.page-hospitals .hospital-email-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.page-hospitals .hospital-email-proof figcaption {
  padding: 14px 18px 17px;
  color: #6a7b86;
  font-size: 12px;
  line-height: 1.45;
}

.page-hospitals .hospital-feedback-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(31px, 4vw, 48px);
  border: 1px solid #d3e8e4;
  border-radius: 24px;
  background: #eff9f5;
}

.page-hospitals .hospital-feedback-mark {
  height: 45px;
  color: #e8b328;
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: .8;
}

.page-hospitals .hospital-feedback-quote blockquote {
  margin: 12px 0 26px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 37px);
  line-height: 1.2;
}

.page-hospitals .hospital-feedback-quote strong {
  color: var(--navy);
  font-size: 16px;
}

.page-hospitals .hospital-feedback-quote > span:not(.hospital-feedback-mark) {
  margin-top: 3px;
  color: #637b78;
  font-size: 14px;
}

.page-hospitals .hospital-feedback-quote p {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 41, 69, .1);
  color: #607773;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .page-hospitals .hospital-feedback-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .homepage .hospital-quote-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .homepage .hospital-quote-card blockquote {
    font-size: 28px;
  }

  .page-hospitals .hospital-feedback-section {
    padding-bottom: 58px;
  }

  .page-hospitals .hospital-feedback-quote {
    padding: 30px 24px;
  }
}


/* =========================================================
   Version 41: News page redesign
   ========================================================= */

.page-news .news-feature-section {
  padding-top: 44px;
  padding-bottom: 82px;
}

/* One recognition photo instead of a two-photo collage */
.page-news .recognition-feature {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 48px;
  padding: 30px;
  margin-bottom: 64px;
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 200, 69, .16), transparent 26%),
    #f8fbfc;
}

.page-news .recognition-feature-image {
  overflow: hidden;
  min-height: 500px;
  border-radius: 23px;
  background: #eef3f5;
}

.page-news .recognition-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 50% 7%;
}

.page-news .recognition-feature-copy h2 {
  max-width: 560px;
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: -.8px;
}

.page-news .recognition-feature-copy p {
  max-width: 610px;
  font-size: 16px;
}

/* Intro to the organization-level news stories */
.page-news .news-updates-heading {
  max-width: 790px;
  margin: 0 0 30px;
}

.page-news .news-updates-heading h2 {
  margin: 9px 0 13px;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.8px;
}

.page-news .news-updates-heading p {
  max-width: 700px;
  margin: 0;
  color: #607482;
  font-size: 17px;
  line-height: 1.62;
}

/* Give the three updates stronger newsroom-card treatment */
.page-news .news-secondary-grid {
  gap: 24px;
}

.page-news .news-secondary-grid .real-story-card {
  overflow: hidden;
  border: 1px solid #e0e8eb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 41, 69, .045);
}

.page-news .news-secondary-grid .real-story-image {
  height: 255px;
}

.page-news .news-secondary-grid .real-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .news-secondary-grid .real-story-card:nth-child(1) .real-story-image img {
  object-position: 50% 42%;
}

.page-news .news-secondary-grid .real-story-card:nth-child(2) .real-story-image img {
  object-position: 50% 48%;
}

.page-news .news-secondary-grid .real-story-card:nth-child(3) .real-story-image img {
  object-position: 50% 48%;
}

.page-news .news-secondary-grid .real-story-copy {
  padding: 24px 24px 27px;
}

.page-news .news-secondary-grid .real-story-copy > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #267b8c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.page-news .news-secondary-grid .real-story-copy h3 {
  margin: 0 0 11px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.12;
}

.page-news .news-secondary-grid .real-story-copy p {
  margin: 0;
  color: #617583;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .page-news .recognition-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-news .recognition-feature-image {
    min-height: 440px;
    max-width: 650px;
  }

  .page-news .recognition-feature-image img {
    min-height: 440px;
  }
}

@media (max-width: 620px) {
  .page-news .recognition-feature {
    padding: 18px;
    margin-bottom: 48px;
  }

  .page-news .recognition-feature-image,
  .page-news .recognition-feature-image img {
    min-height: 370px;
  }

  .page-news .recognition-feature-copy h2 {
    font-size: 34px;
  }

  .page-news .news-updates-heading h2 {
    font-size: 38px;
  }

  .page-news .news-updates-heading p {
    font-size: 16px;
  }

  .page-news .news-secondary-grid .real-story-image {
    height: 235px;
  }
}


/* =========================================================
   Version 42: site-wide brand consistency pass
   ========================================================= */

/*
   The homepage had already moved to the palette sampled from the
   Cheers for Kids logo. Apply that same visual language to every
   inner page while preserving each page's unique layout.
*/
.content-page,
.story-page,
.mental-page {
  --logo-mint: #A0D5C6;
  --logo-mint-deep: #86C9B8;
  --logo-teal: #15A6B3;
  --logo-teal-dark: #0B7F91;
  --logo-yellow: #FCD619;
  --logo-orange: #EFA81A;
  --logo-coral: #F43D62;
  --logo-green: #63C945;
  --logo-cream: #F5F6DC;
  --logo-navy: #162A4A;

  --navy: var(--logo-navy);
  --blue: var(--logo-teal);
  --blue-dark: var(--logo-teal-dark);
  --yellow: var(--logo-yellow);
  --sky: #E3F5F3;
  --mint: #D8F0E9;
  --mint-strong: var(--logo-mint);
  --coral: var(--logo-coral);
  --green: var(--logo-green);
  --cream: #FFFDF2;
  --ink: #28364A;
  --muted: #657382;
  --border: #D5E9E5;

  color: var(--ink);
  background: #FFFDF2;
}

/* Consistent heading personality across homepage + inner pages */
.content-page h1,
.content-page h2,
.story-page h1,
.story-page h2,
.mental-page h1,
.mental-page h2 {
  font-family: "Trebuchet MS", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -2px;
  color: var(--navy);
}

.content-page h3,
.story-page h3,
.mental-page h3 {
  font-family: "Trebuchet MS", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  color: var(--navy);
}

/* Quotes keep their editorial serif treatment for intentional contrast. */
.content-page blockquote,
.story-page blockquote,
.mental-page blockquote {
  font-family: Georgia, "Times New Roman", serif;
}

/* Header language now matches the homepage brand treatment. */
.content-page .site-header,
.story-page .site-header,
.mental-page .site-header {
  background: rgba(160, 213, 198, .97);
  border-bottom: 1px solid rgba(22,42,74,.10);
  box-shadow: 0 5px 20px rgba(22,42,74,.06);
  backdrop-filter: blur(18px);
}

.content-page .site-nav,
.story-page .site-nav,
.mental-page .site-nav {
  color: var(--navy);
  font-weight: 760;
}

.content-page .site-nav > a:not(.button)::after,
.story-page .site-nav > a:not(.button)::after,
.mental-page .site-nav > a:not(.button)::after {
  background: var(--yellow);
  height: 3px;
  bottom: 25px;
}

/* Keep the current page visibly selected in a consistent way. */
.site-nav > a[aria-current="page"]:not(.button) {
  color: var(--navy);
  font-weight: 900;
}
.site-nav > a[aria-current="page"]:not(.button)::after {
  right: 0;
}

/* Bring Mental Health page header sizing in line with all other inner pages. */
.mental-page .site-header .brand-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  transform: scale(1.20);
}

.mental-page .site-header .brand-logo-link {
  min-width: 122px;
}

.mental-page .header-inner {
  min-height: 104px;
}

@media (min-width: 1121px) {
  .mental-page .site-header .brand-logo {
    transform: translateY(7px) scale(1.20);
  }
}

@media (max-width: 1120px) {
  .mental-page .site-header .brand-logo {
    width: 86px;
    height: 86px;
    transform: scale(1.10);
  }
  .mental-page .site-header .brand-logo-link {
    min-width: 104px;
  }
  .mental-page .header-inner {
    min-height: 94px;
  }
}

@media (max-width: 620px) {
  .mental-page .site-header .brand-logo {
    width: 92px;
    height: 92px;
    transform: none;
  }
  .mental-page .site-header .brand-logo-link {
    min-width: 94px;
  }
  .mental-page .header-inner {
    min-height: 94px;
  }
}

/* Shared hero treatment for program / standard inner pages */
.content-page .subpage-hero,
.mental-page .subpage-hero {
  background:
    radial-gradient(circle at 10% 0%, rgba(252,214,25,.13), transparent 25%),
    linear-gradient(180deg, #FFFDF2 0%, #FFFFFF 100%);
}

.content-page .subpage-kicker,
.mental-page .subpage-kicker {
  color: var(--blue-dark);
}

.content-page .subpage-kicker::before,
.mental-page .subpage-kicker::before {
  color: var(--yellow);
}

/* Shared card surfaces and borders */
.content-page .soft-card,
.mental-page .soft-card {
  background: var(--sky);
  border-color: var(--border);
}

.content-page .benefit-item,
.content-page .support-item,
.mental-page .benefit-item,
.mental-page .support-item,
.content-page .program-box,
.mental-page .program-box,
.content-page .action-option,
.content-page .contact-card {
  border-color: var(--border);
}

/* Action cards should use the same heading typography as the rest of the site. */
.content-page .action-option strong {
  font-family: "Trebuchet MS", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  color: var(--navy);
}

/* Shared supporting bands */
.content-page .contact-band {
  background: #EEF9F5;
  border-top-color: #D5E9E5;
}

.content-page .cta-band,
.mental-page .cta-band {
  background: linear-gradient(180deg, #162A4A 0%, #20395F 100%);
}

/* Buttons on every page now use the exact same brand yellow / navy. */
.content-page .button-yellow,
.story-page .button-yellow,
.mental-page .button-yellow {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(239,168,26,.25);
}

.content-page .button-yellow:hover,
.story-page .button-yellow:hover,
.mental-page .button-yellow:hover {
  background: #FFDD42;
  box-shadow: 0 14px 30px rgba(239,168,26,.32);
}

.content-page .button-outline,
.story-page .button-outline,
.mental-page .button-outline {
  border-color: rgba(22,42,74,.36);
  color: var(--navy);
}

/* Numeric stat bars intentionally retain serif numerals, but use brand colors. */
.content-page .impact-page-stats,
.mental-page .subpage-statbar {
  background: var(--navy);
}

.content-page .impact-page-grid strong {
  color: var(--yellow);
}

/* Bring bespoke page accents back onto the same teal family. */
.page-news .news-label,
.page-news .news-secondary-grid .real-story-copy > span,
.page-contact .contact-card span,
.page-contact .contact-card a,
.story-page .recognition-credential-list strong {
  color: var(--blue-dark);
}

/* Hospital feedback, recognition and trust surfaces use the same mint family. */
.page-hospitals .hospital-feedback-quote,
.page-donate .nonprofit-trust-card,
.story-page .recognition-credential-list div {
  border-color: #CFE6DF;
}

.page-donate .nonprofit-trust-card,
.story-page .recognition-credential-list div {
  background: #F1FAF6;
}

.page-donate .trust-badge {
  background: var(--navy);
  color: var(--yellow);
}

/* Footer was already consistent; reinforce the same brand yellow headings. */
.site-footer .footer-column h3 {
  color: #FCD619;
}
