:root {
  --blue: #135fb6;
  --blue-dark: #0d4f99;
  --blue-deep: #083d78;
  --blue-soft: #eaf4ff;
  --green: #0aa21b;
  --green-dark: #087f18;
  --green-soft: #e9f8ee;
  --navy: #092f4e;
  --ink: #183247;
  --muted: #5d6f7d;
  --line: #d9e3e9;
  --surface: #ffffff;
  --surface-soft: #f5f8fa;
  --cream: #f7f8f4;
  --warning: #9a2c2c;
  --shadow-sm: 0 8px 24px rgba(8, 45, 79, .08);
  --shadow-md: 0 18px 48px rgba(8, 45, 79, .14);
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 28px;
  --container: 1240px;
  --content: 780px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--blue-dark); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.7rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 780; }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 750; }
p { margin: 0 0 1.1em; }
ul, ol { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.center { text-align: center; }
.sr-only, .screen-reader-text {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important;
  overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99999; padding: 12px 16px; background: #fff; color: var(--navy); transform: translateY(-140%); border-radius: 6px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: none; }

/* Header */
.utility-bar { background: var(--blue-deep); color: #fff; font-size: .88rem; }
.utility-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-location, .utility-actions { display: flex; align-items: center; gap: 18px; }
.utility-icon { color: #5dd679; font-size: .65rem; }
.utility-bar a { color: #fff; font-weight: 700; text-decoration: none; }
.utility-bar a:hover { text-decoration: underline; }
.language-link { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.3); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(9,47,78,.1); backdrop-filter: blur(10px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.site-logo { display: block; flex: 0 0 auto; }
.site-logo img { width: 360px; max-height: 74px; object-fit: contain; object-position: left center; }
.primary-navigation { display: flex; align-items: center; gap: 24px; }
.primary-navigation .menu { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
.primary-navigation .menu > li { position: relative; }
.primary-navigation .menu a { display: block; padding: 12px 10px; color: var(--navy); font-size: .93rem; font-weight: 700; text-decoration: none; border-radius: 7px; }
.primary-navigation .menu a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a { background: var(--blue-soft); color: var(--blue-dark); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 18px; background: var(--green); color: #fff !important; border-radius: 9px; font-size: .91rem; font-weight: 800; text-decoration: none; white-space: nowrap; box-shadow: 0 8px 20px rgba(10,159,62,.2); }
.header-cta:hover { background: var(--green-dark); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 11px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

/* Reusable */
.section { padding: 96px 0; }
.eyebrow { margin: 0 0 14px; color: var(--green-dark); font-size: .79rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p:last-child { color: var(--muted); max-width: 700px; }
.centered-heading { display: block; text-align: center; }
.centered-heading > div { margin-inline: auto; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button, .wp-element-button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 11px 20px; border: 2px solid transparent; border-radius: 9px;
  font-weight: 800; font-size: .96rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: #fff !important; box-shadow: 0 8px 22px rgba(7,91,199,.19); }
.button-primary:hover { background: var(--blue-dark); color: #fff; }
.button-secondary { background: #fff; color: var(--blue-dark) !important; border-color: var(--blue); }
.button-secondary:hover { background: var(--blue-soft); }
.button-light { background: #fff; color: var(--navy) !important; }
.button-light:hover { background: var(--blue-soft); }
.button-outline { background: transparent; border-color: var(--line); color: var(--navy) !important; }
.button-block { width: 100%; }
.text-link, .card-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link:hover, .card-link:hover { text-decoration: underline; }
.card-link span, .text-link span { display: inline-block; transition: transform .18s ease; }
.card-link:hover span, .text-link:hover span { transform: translateX(4px); }
.section-actions { margin-top: 34px; text-align: center; }

/* Homepage hero */
.home-hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f7fbff 0%, #edf7ff 48%, #eef9f1 100%); }
.home-hero::before { content: ""; position: absolute; right: -140px; top: -180px; width: 520px; height: 520px; border-radius: 50%; border: 82px solid rgba(10,159,62,.06); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); gap: 68px; align-items: center; min-height: 690px; padding-top: 70px; padding-bottom: 70px; }
.home-hero-copy { position: relative; z-index: 2; }
.home-hero-copy h1 { max-width: 760px; margin-bottom: 22px; }
.hero-lead { max-width: 700px; color: #415b6e; font-size: clamp(1.12rem, 1.8vw, 1.35rem); line-height: 1.55; }
.home-hero-copy .button-row { margin: 30px 0 25px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; color: var(--navy); font-size: .93rem; font-weight: 700; }
.hero-checks li { position: relative; padding-left: 25px; }
.hero-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.home-hero-media { position: relative; padding: 0 0 44px 22px; }
.home-hero-media > img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 32px 8px 32px 32px; box-shadow: var(--shadow-md); }
.home-hero-media::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 18px; width: 65%; border-radius: 30px; background: var(--green); opacity: .12; transform: translate(-18px, 18px); }
.hero-contact-card { position: absolute; left: -12px; bottom: 0; width: min(88%, 410px); padding: 20px 22px; background: #fff; border-left: 6px solid var(--green); border-radius: 10px; box-shadow: var(--shadow-md); }
.hero-contact-card strong, .hero-contact-card span { display: block; }
.hero-contact-card strong { color: var(--navy); font-size: 1.05rem; }
.hero-contact-card span { color: var(--muted); font-size: .91rem; }

/* Trust strip */
.trust-strip { position: relative; z-index: 3; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; gap: 14px; align-items: flex-start; padding: 28px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 900; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: .96rem; }
.trust-grid p > span { color: var(--muted); font-size: .84rem; line-height: 1.4; }

/* Services */
.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 315px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 22px rgba(9,47,78,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #a9c8e8; box-shadow: var(--shadow-sm); }
.service-card h3 { margin-top: 25px; }
.service-card p { color: var(--muted); }
.service-card .card-link { position: absolute; left: 30px; bottom: 28px; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 14px; background: var(--blue-soft); color: var(--blue); }
.service-icon::before { font-size: 1.65rem; font-weight: 900; line-height: 1; }
.service-icon-heart::before { content: "♥"; }
.service-icon-screen::before { content: "✓"; }
.service-icon-lab::before { content: "⌁"; font-size: 2.2rem; }
.service-icon-medication::before { content: "+"; }
.service-icon-education::before { content: "i"; font-family: Georgia, serif; }
.service-icon-support::before { content: "∞"; font-size: 2rem; }
.service-card:nth-child(2n) .service-icon { background: var(--green-soft); color: var(--green-dark); }

/* Care steps */
.care-steps-section { background: var(--navy); color: #fff; overflow: hidden; }
.care-steps-section h2, .care-steps-section h3 { color: #fff; }
.care-steps-section .eyebrow { color: #72df91; }
.care-steps-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.care-steps-intro { position: sticky; top: 145px; }
.care-steps-intro p { color: #d4e2ec; }
.care-steps-intro .text-link { color: #9cdfff; }
.care-steps { list-style: none; padding: 0; margin: 0; }
.care-steps li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
.care-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.care-steps h3 { margin-bottom: 8px; }
.care-steps p { color: #cbdbe6; margin: 0; }
.step-number { color: #72df91; font-size: 1.9rem; font-weight: 850; }

/* Story */
.mission-section { background: var(--cream); }
.split-story { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.story-media { position: relative; padding: 0 34px 38px 0; }
.story-media img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; border-radius: 12px 32px 12px 32px; box-shadow: var(--shadow-md); }
.story-media::after { content: ""; position: absolute; right: 0; bottom: 0; width: 68%; height: 72%; border-radius: 24px; background: var(--blue); opacity: .11; z-index: -1; }
.story-badge { position: absolute; right: -12px; bottom: 18px; padding: 18px 22px; background: #fff; border-radius: 10px; box-shadow: var(--shadow-sm); }
.story-badge strong, .story-badge span { display: block; }
.story-badge strong { color: var(--green-dark); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.story-badge span { color: var(--navy); font-weight: 800; }
.story-copy > p:not(.eyebrow) { color: var(--muted); }
.value-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.value-list span { padding: 7px 13px; border-radius: 999px; background: #fff; color: var(--navy); font-size: .83rem; font-weight: 800; border: 1px solid var(--line); }

/* Resources */
.resources-section { background: #fff; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.resource-card { display: block; padding: 28px; border-radius: var(--radius); background: var(--surface-soft); color: var(--ink); text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-3px); background: #fff; border-color: var(--line); box-shadow: var(--shadow-sm); }
.resource-card > span { display: inline-block; color: var(--green-dark); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.resource-card h3 { margin: 28px 0 12px; }
.resource-card p { color: var(--muted); font-size: .94rem; margin: 0; }

/* Articles */
.articles-section { background: var(--blue-soft); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(9,47,78,.05); }
.article-image { display: block; overflow: hidden; }
.article-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-image img { transform: scale(1.025); }
.article-card-body { padding: 25px; }
.article-meta { margin-bottom: 9px; color: var(--green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.article-card h2, .article-card h3 { font-size: 1.32rem; }
.article-card h2 a, .article-card h3 a { color: var(--navy); text-decoration: none; }
.article-card-body > p:not(.article-meta) { color: var(--muted); font-size: .93rem; }

/* Get involved */
.get-involved-section { background: #fff; padding-top: 0; }
.involved-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.involved-card { min-height: 420px; display: flex; align-items: end; padding: 46px; border-radius: var(--radius-lg); color: #fff; overflow: hidden; position: relative; background-size: cover; background-position: center; }
.involved-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,35,62,.94), rgba(4,35,62,.35)); }
.involved-card > div { position: relative; z-index: 1; max-width: 500px; }
.involved-card h2 { color: #fff; }
.involved-card p:not(.eyebrow) { color: #e6f0f6; }
.involved-card .eyebrow { color: #8be2a3; }
.involved-volunteer { background-image: url('../images/community-volunteers.webp'); }
.involved-donate { background-image: url('../images/family-child-health.webp'); }

/* Location */
.location-section { background: var(--surface-soft); }
.location-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 56px; align-items: center; }
.location-details { display: grid; gap: 18px; margin: 28px 0; }
.location-details > div { display: grid; grid-template-columns: 105px 1fr; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.location-details strong { color: var(--navy); }
.location-details span, .location-details a { color: var(--muted); }
.map-frame { min-height: 480px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 8px solid #fff; }
.map-frame iframe { width: 100%; height: 480px; border: 0; display: block; }

/* Page heroes */
.page-hero { background: linear-gradient(120deg, #f4f9fd 0%, #eef8f1 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 65px; align-items: center; min-height: 500px; padding-top: 60px; padding-bottom: 60px; }
.page-hero-copy h1 { font-size: clamp(2.6rem, 4.8vw, 4.45rem); }
.page-lead { max-width: 700px; color: #496274; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.page-hero-media { position: relative; }
.page-hero-media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border-radius: 20px; background: var(--green); opacity: .12; }
.page-hero-media img { position: relative; width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; border-radius: 10px 28px 10px 28px; box-shadow: var(--shadow-md); }
.page-hero-compact .page-hero-grid, .page-hero-compact > .container { min-height: auto; padding-top: 55px; padding-bottom: 55px; }
.page-hero-compact .page-hero-grid { display: block; }
.page-hero-compact .page-hero-copy { max-width: 850px; }
.page-hero-compact h1 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--blue-dark); text-decoration: none; }

/* Content */
.page-content-section { padding: 80px 0 100px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 790px) 330px; gap: 70px; align-items: start; }
.prose-content { min-width: 0; }
.prose-content > *:first-child { margin-top: 0; }
.prose-content h2 { margin-top: 2.1em; margin-bottom: .65em; font-size: clamp(1.8rem, 3vw, 2.45rem); }
.prose-content h3 { margin-top: 1.8em; }
.prose-content h2 + p, .prose-content h3 + p { margin-top: 0; }
.prose-content p, .prose-content li { color: #354f61; }
.prose-content ul, .prose-content ol { padding-left: 1.25em; }
.prose-content li { margin-bottom: .55em; }
.prose-content a { font-weight: 650; }
.prose-content blockquote { margin: 34px 0; padding: 28px 30px; border-left: 5px solid var(--green); background: var(--green-soft); color: var(--navy); font-size: 1.15rem; }
.prose-content .lead-paragraph { color: var(--navy); font-size: 1.25rem; line-height: 1.55; }
.prose-content .info-box, .prose-content .emergency-box, .medical-note, .article-review { padding: 24px 26px; margin: 28px 0; border-radius: 10px; }
.prose-content .info-box { background: var(--blue-soft); border-left: 5px solid var(--blue); }
.prose-content .emergency-box, .medical-note { background: #fff2f2; border-left: 5px solid #b43b3b; }
.prose-content .success-box { padding: 24px 26px; margin: 28px 0; background: var(--green-soft); border-left: 5px solid var(--green); border-radius: 10px; }
.medical-note strong, .article-review strong { display: block; color: var(--navy); font-size: 1.05rem; }
.medical-note p, .article-review p { margin: 5px 0 0; font-size: .94rem; }
.article-review { background: var(--surface-soft); border: 1px solid var(--line); }
.prose-content table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: .94rem; }
.prose-content th, .prose-content td { padding: 14px 15px; text-align: left; border: 1px solid var(--line); vertical-align: top; }
.prose-content th { background: var(--blue-soft); color: var(--navy); }
.page-sidebar, .article-sidebar { position: sticky; top: 126px; display: grid; gap: 18px; }
.sidebar-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.sidebar-card h2 { font-size: 1.45rem; }
.sidebar-card p { color: var(--muted); font-size: .94rem; }
.sidebar-kicker { display: block; margin-bottom: 8px; color: var(--green-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-call { background: var(--navy); border-color: var(--navy); color: #fff; }
.sidebar-call h2 { color: #fff; }
.sidebar-call p { color: #d5e2eb; }
.sidebar-call .button-outline { color: #fff !important; border-color: rgba(255,255,255,.55); margin-top: 10px; }

/* Form */
.clinic-form { margin: 28px 0; padding: 32px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: .91rem; font-weight: 750; }
.form-field input:not([type="checkbox"]), .form-field select, .form-field textarea {
  width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #b8c8d1; border-radius: 7px;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,91,199,.12); outline: none; }
.form-field label:has(input[type="checkbox"]) { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.form-field input[type="checkbox"] { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 3px; }
.form-help { margin: 0; color: var(--muted); font-size: .83rem; }
.form-message { padding: 16px 18px; margin: 20px 0; border-radius: 8px; font-weight: 700; }
.form-message.success { background: var(--green-soft); color: var(--green-dark); border: 1px solid #91d3a7; }
.form-message.error { background: #fff1f1; color: var(--warning); border: 1px solid #edb4b4; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

/* Donations */
.donation-panel { padding: 36px; margin: 28px 0; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue-deep), var(--blue)); color: #fff; }
.donation-panel h2, .donation-panel h3 { color: #fff; }
.donation-panel p { color: #e5eff9; }
.donation-amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0; }
.donation-amount { min-height: 78px; padding: 14px 10px; border: 2px solid rgba(255,255,255,.45); border-radius: 9px; background: rgba(255,255,255,.08); color: #fff; font-size: 1.25rem; font-weight: 850; cursor: pointer; }
.donation-amount:hover, .donation-amount.is-selected { background: #fff; color: var(--blue-deep); }
.donation-options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0; }
.donation-option { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.donation-option h3 { margin-bottom: 8px; }
.donation-option p { color: var(--muted); font-size: .93rem; }
.donation-modal { position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(2,23,41,.72); }
.donation-modal.is-open { display: flex; }
.donation-modal-dialog { width: min(100%, 720px); max-height: calc(100vh - 48px); overflow: auto; padding: 34px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.donation-modal-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.donation-modal-close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 1.5rem; cursor: pointer; }
.donation-modal .give-form-wrap, .donation-modal form { margin-top: 20px; }

/* Article page */
.article-hero { background: var(--surface-soft); border-bottom: 1px solid var(--line); }
.article-hero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: center; min-height: 560px; padding-top: 65px; padding-bottom: 65px; }
.article-hero h1 { font-size: clamp(2.4rem, 4.6vw, 4.2rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 24px; color: var(--muted); font-size: .85rem; font-weight: 650; }
.article-hero-media img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; border-radius: 10px 28px 10px 28px; box-shadow: var(--shadow-md); }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) 330px; gap: 70px; padding-top: 75px; padding-bottom: 90px; align-items: start; }
.article-next-section { background: var(--blue-soft); }
.pagination { margin-top: 40px; }

/* Footer */
.site-footer { padding: 72px 0 0; background: #052b48; color: #dbe8f0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .85fr .9fr 1fr; gap: 54px; }
.footer-brand img { width: 310px; padding: 8px 12px; background: #fff; border-radius: 8px; }
.footer-brand > p { max-width: 410px; margin-top: 20px; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .02em; }
.site-footer p, .site-footer span { color: #c7d8e3; font-size: .9rem; }
.footer-contact { display: grid; gap: 5px; }
.footer-contact a { color: #fff; font-size: 1.1rem; font-weight: 800; }
.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 8px; }
.footer-menu a { color: #dbe8f0; font-size: .9rem; text-decoration: none; }
.footer-menu a:hover { color: #fff; text-decoration: underline; }
.footer-hours { white-space: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; font-size: .8rem; }
.mobile-action-bar { display: none; }

/* Error */
.error-page { min-height: 600px; display: grid; align-items: center; padding: 80px 0; background: var(--blue-soft); }
.center-buttons { justify-content: center; }

@media (max-width: 1120px) {
  .site-logo img { width: 300px; }
  .primary-navigation { gap: 10px; }
  .primary-navigation .menu a { padding-inline: 7px; font-size: .86rem; }
  .header-cta { padding-inline: 13px; }
  .home-hero-grid { grid-template-columns: 1fr .9fr; gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding-left: 0; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 960px) {
  body { font-size: 16px; }
  .utility-location { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-inner { min-height: 78px; }
  .site-logo img { width: 285px; max-height: 62px; }
  .menu-toggle { display: block; }
  .primary-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { display: block; }
  .primary-navigation .menu a { padding: 13px 10px; font-size: 1rem; }
  .header-cta { width: 100%; margin-top: 12px; }
  .home-hero-grid, .page-hero-grid, .article-hero-grid, .split-story, .location-grid { grid-template-columns: 1fr; }
  .home-hero-grid { padding-top: 58px; min-height: auto; }
  .home-hero-media { max-width: 720px; }
  .home-hero-media > img { aspect-ratio: 16 / 10; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .care-steps-grid { grid-template-columns: 1fr; gap: 40px; }
  .care-steps-intro { position: static; }
  .story-media { max-width: 720px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid .article-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .content-layout, .article-layout { grid-template-columns: 1fr; }
  .page-sidebar, .article-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .page-hero-media img { aspect-ratio: 16 / 8; }
  .involved-grid { grid-template-columns: 1fr; }
  .involved-card { min-height: 380px; }
}

@media (max-width: 700px) {
  .container, .content-narrow { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 70px 0; }
  .utility-inner { min-height: 38px; }
  .utility-actions { width: 100%; justify-content: space-between; gap: 8px; }
  .utility-bar { font-size: .78rem; }
  .language-link { padding-left: 10px; }
  .site-logo img { width: 235px; }
  .home-hero-grid { padding-top: 44px; padding-bottom: 58px; }
  .home-hero-copy h1 { font-size: 2.7rem; }
  .hero-checks { display: grid; gap: 8px; }
  .home-hero-media { padding-left: 0; padding-bottom: 58px; }
  .home-hero-media::before { display: none; }
  .home-hero-media > img { border-radius: 18px; aspect-ratio: 4 / 3; }
  .hero-contact-card { left: 12px; width: calc(100% - 24px); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 0; }
  .trust-grid > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading .text-link { display: inline-block; margin-top: 12px; }
  .service-grid, .resource-grid, .article-grid, .donation-options-grid, .page-sidebar, .article-sidebar { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .care-steps li { grid-template-columns: 52px 1fr; gap: 15px; }
  .step-number { font-size: 1.35rem; }
  .story-media { padding-right: 0; }
  .story-badge { right: 10px; }
  .article-grid .article-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .involved-card { min-height: 430px; padding: 32px 25px; }
  .location-details > div { grid-template-columns: 1fr; gap: 4px; }
  .map-frame, .map-frame iframe { min-height: 390px; height: 390px; }
  .page-hero-grid { gap: 35px; min-height: auto; padding-top: 45px; padding-bottom: 48px; }
  .page-hero-media img { aspect-ratio: 4 / 3; border-radius: 12px; }
  .page-content-section { padding: 56px 0 80px; }
  .form-grid { grid-template-columns: 1fr; }
  .clinic-form { padding: 22px 18px; }
  .donation-amounts { grid-template-columns: repeat(2, 1fr); }
  .donation-panel { padding: 28px 20px; }
  .article-hero-grid { min-height: auto; padding-top: 45px; padding-bottom: 50px; }
  .article-hero-media img { aspect-ratio: 4 / 3; }
  .article-layout { padding-top: 50px; padding-bottom: 65px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; padding-bottom: 90px; }
  .footer-bottom p + p { margin-top: 6px; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9900; display: grid; grid-template-columns: .7fr 1.3fr; padding: 10px; gap: 8px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(7,38,66,.12); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 8px 12px; border-radius: 7px; background: var(--blue); color: #fff; font-size: .88rem; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a:first-child { background: var(--green); }
  .donation-modal { padding: 12px; }
  .donation-modal-dialog { padding: 24px 18px; max-height: calc(100vh - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .utility-bar, .site-header, .site-footer, .mobile-action-bar, .page-sidebar, .article-sidebar, .button, .button-row { display: none !important; }
  body { color: #000; background: #fff; font-size: 12pt; }
  .page-hero, .article-hero { background: #fff; }
  .page-hero-grid, .article-hero-grid, .content-layout, .article-layout { display: block; }
  .page-hero-media, .article-hero-media { display: none; }
  a { color: #000; text-decoration: underline; }
}

/* Rich page content added in the complete rebuild */
.intro-copy, .article-deck { color: var(--navy) !important; font-size: 1.16rem; line-height: 1.65; }
.content-cards { display: grid; gap: 20px; margin: 30px 0 42px; }
.content-cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-card { padding: 27px; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.content-card:nth-child(2n) { border-top-color: var(--blue); }
.content-card h2 { margin: 0 0 10px; font-size: 1.45rem; }
.content-card p:last-child { margin-bottom: 0; }
.info-band { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.info-band > div { padding: 22px; border-right: 1px solid var(--line); }
.info-band > div:last-child { border-right: 0; }
.info-band strong, .info-band span { display: block; }
.info-band strong { color: var(--navy); }
.info-band span { margin-top: 4px; color: var(--muted); font-size: .92rem; }
.location-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: start; }
.hours-table th { width: 45%; }
.contact-details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 42px; }
.contact-details-grid section { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.contact-details-grid h2 { margin: 0 0 8px; font-size: 1.35rem; }
.contact-big { font-size: 1.3rem; font-weight: 850; text-decoration: none; }
.quote-panel { margin: 34px 0; padding: 34px; background: var(--blue-deep); border-radius: var(--radius); }
.quote-panel p { margin: 0; color: #fff; font-size: 1.25rem; line-height: 1.55; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.faq-list summary { padding: 20px 50px 20px 20px; color: var(--navy); font-weight: 800; cursor: pointer; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 14px; font-size: 1.45rem; color: var(--blue); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 20px 20px; margin: 0; }
.canby-form { position: relative; margin: 28px 0; padding: 32px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius); }
.form-honeypot { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { padding: 18px; border-left: 4px solid var(--blue); background: var(--blue-soft); border-radius: 7px; }
.form-notice p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.form-consent { padding-top: 4px; }
.form-status { padding: 16px 18px; margin: 20px 0; border-radius: 8px; font-weight: 750; }
.form-status.is-success { background: var(--green-soft); color: var(--green-dark); border: 1px solid #91d3a7; }
.form-status.is-error { background: #fff1f1; color: var(--warning); border: 1px solid #edb4b4; }
.donation-setup-message { padding: 22px; background: var(--blue-soft); border-radius: 10px; }
.article-sources { margin-top: 48px; padding-top: 28px; border-top: 2px solid var(--line); }
.article-sources h2 { margin-top: 0; }
.article-sources li { overflow-wrap: anywhere; }
.article-grid-shortcode { margin-top: 34px; }
.clinic-hours-text { display: inline-block; }

@media (max-width: 850px) {
  .content-cards-2, .info-band, .location-page-grid, .contact-details-grid { grid-template-columns: 1fr; }
  .info-band > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .info-band > div:last-child { border-bottom: 0; }
}

@media (max-width: 700px) {
  .canby-form { padding: 22px 18px; }
  .content-card { padding: 22px; }
  .quote-panel { padding: 25px 22px; }
}


/* Temporary privacy-safe patient contact controls */
.privacy-safe-appointment,
.privacy-safe-contact {
  margin: 28px 0 42px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}
.privacy-safe-appointment .button-row,
.privacy-safe-contact .button-row {
  margin: 22px 0 10px;
}
.privacy-safe-appointment .form-help,
.privacy-safe-contact .form-help {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .92rem;
}
.site-footer .footer-brand > img {
  width: min(100%, 330px);
  max-height: 96px;
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}
