:root {
  --navy: #0c2f4f;
  --navy-dark: #071f35;
  --blue: #176ba0;
  --blue-bright: #1f7ead;
  --sky: #dbeef5;
  --ice: #eff6f8;
  --white: #ffffff;
  --ink: #142a3b;
  --muted: #556873;
  --line: #c9d5da;
  --red: #b3232f;
  --sand: #e6ded1;
  --max-width: 1220px;
}

* { box-sizing: border-box; border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: -80px; background: var(--white); color: var(--navy); padding: 12px 16px; border: 2px solid var(--navy); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: var(--white); }
.utility-bar { color: #dce8ef; background: var(--navy-dark); font-size: 12px; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.utility-bar p { margin: 0; }
.utility-bar nav { display: flex; align-items: center; height: 34px; }
.utility-bar a, .text-button { padding: 0 16px; color: inherit; text-decoration: none; border: 0; border-left: 1px solid rgba(255,255,255,.18); background: none; cursor: pointer; }
.utility-bar a:hover, .text-button:hover { color: var(--white); text-decoration: underline; }

.brand-row { min-height: 98px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; gap: 13px; align-items: center; color: var(--navy); text-decoration: none; }
.brand__mark { position: relative; width: 48px; height: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; transform: rotate(45deg); }
.brand__mark i { display: block; background: var(--blue); }
.brand__mark i:nth-child(2), .brand__mark i:nth-child(3) { background: var(--navy); }
.brand__wordmark { display: flex; flex-direction: column; line-height: 1; letter-spacing: .17em; }
.brand__wordmark strong { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; letter-spacing: .07em; }
.brand__wordmark span { margin-top: 7px; font-size: 11px; letter-spacing: .45em; }
.header-actions { display: flex; align-items: center; gap: 0; height: 98px; }
.header-action { display: flex; gap: 12px; align-items: center; align-self: stretch; padding: 0 22px; border-left: 1px solid var(--line); color: var(--navy); text-decoration: none; }
.header-action:last-of-type { border-right: 1px solid var(--line); }
.header-action__icon { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--blue); color: var(--blue); font-size: 18px; }
.header-action span:last-child { display: flex; flex-direction: column; font-size: 13px; font-weight: 700; }
.header-action small { margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: .09em; text-transform: uppercase; }
.header-action:hover { background: var(--ice); }
.menu-toggle { display: none; width: 56px; height: 56px; padding: 17px; border: 0; background: var(--navy); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.primary-nav { color: var(--white); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.2); }
.primary-nav__inner { display: flex; align-items: stretch; min-height: 58px; }
.primary-nav a { display: flex; align-items: center; padding: 0 23px; border-left: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus { background: var(--blue); }
.primary-nav__support { margin-left: auto; border-right: 1px solid rgba(255,255,255,.16); background: #164c6f; }
.primary-nav__search { display: none; }

.hero { position: relative; min-height: 620px; overflow: hidden; color: var(--white); background: var(--navy-dark); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,28,48,.96) 0%, rgba(4,28,48,.86) 32%, rgba(4,28,48,.35) 58%, rgba(4,28,48,.02) 82%); }
.hero__content { position: relative; z-index: 1; padding-top: 106px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 16px; color: inherit; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; margin-right: 10px; border-top: 2px solid currentColor; vertical-align: middle; }
.eyebrow--blue { color: var(--blue); }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 6vw, 92px); font-weight: 400; letter-spacing: -.035em; line-height: .96; }
.hero__lede { max-width: 560px; margin: 26px 0 36px; color: #e0ebf0; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 700; text-decoration: none; }
.button span { font-size: 20px; font-weight: 400; }
.button--primary { background: var(--blue-bright); color: var(--white); }
.button--primary:hover { background: #0f5983; }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.65); }
.button--outline:hover { background: var(--white); color: var(--navy); }
.button--secondary { background: var(--navy); color: var(--white); }
.button--secondary:hover { background: var(--blue); }
.button--light { color: var(--navy); background: var(--white); }
.button--light:hover { background: var(--ice); }

.urgent-strip { color: var(--white); background: var(--red); }
.urgent-strip__inner { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; }
.urgent-strip__label { display: flex; gap: 11px; align-items: center; white-space: nowrap; }
.urgent-strip p { margin: 0; font-size: 13px; }
.urgent-strip a { font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.urgent-strip a:hover { text-decoration: underline; }
.pulse { width: 9px; height: 9px; background: var(--white); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .55; transform: scale(.72); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .pulse { animation: none; } }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .patient-story h2, .impact h2, .contact-band h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.section-heading--split { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading--split > p { max-width: 410px; margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.section-heading--light { color: var(--white); }
.text-link { color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 12px; font-size: 18px; }
.text-link:hover { text-decoration: underline; }
.text-link--light { color: var(--white); }

.quick-links { background: var(--white); }
.quick-links__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quick-card { min-height: 292px; display: flex; flex-direction: column; position: relative; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.quick-card__number { color: #81919a; font-size: 10px; letter-spacing: .14em; }
.quick-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 45px 0 28px; border: 1px solid var(--blue); color: var(--blue); font-size: 25px; }
.quick-card strong { margin-bottom: 8px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; }
.quick-card > span:nth-of-type(3) { padding-right: 26px; color: var(--muted); font-size: 13px; }
.quick-card i { position: absolute; right: 22px; bottom: 20px; color: var(--blue); font-size: 21px; font-style: normal; }
.quick-card:hover { background: var(--ice); }
.quick-card--dark { color: #c9dae3; background: var(--navy); border-color: var(--navy); }
.quick-card--dark strong { color: var(--white); }
.quick-card--dark .quick-card__icon { color: var(--white); border-color: #6c93aa; }
.quick-card--dark i { color: var(--white); }
.quick-card--dark:hover { background: var(--navy-dark); }

.services { color: var(--white); background: var(--navy-dark); }
.services__grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.service-card { min-height: 176px; display: grid; grid-template-columns: 46px 1fr auto; gap: 28px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-card:nth-child(odd) { padding-right: 36px; border-right: 1px solid rgba(255,255,255,.2); }
.service-card:nth-child(even) { padding-left: 36px; }
.service-card__index { display: grid; place-items: center; width: 44px; height: 44px; color: #8fc2db; border: 1px solid #47718a; font-family: Georgia, serif; font-size: 20px; }
.service-card h3 { margin: 4px 0 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.service-card p { max-width: 370px; margin: 0; color: #aabfc9; font-size: 13px; line-height: 1.65; }
.service-card > a { color: var(--white); font-size: 21px; text-decoration: none; }
.service-card--directory { background: var(--blue); padding-inline: 28px !important; border-right: 0 !important; }
.service-card--directory > span { align-self: center; color: var(--white); font-family: Georgia, serif; font-size: 24px; }
.service-card--directory p { color: #d9edf6; }

.patient-story { background: var(--ice); }
.patient-story__layout { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 560px; }
.patient-story__art { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 50px; color: var(--white); background: var(--navy); }
.patient-story__shape { position: absolute; top: -70px; right: -80px; width: 430px; height: 430px; border: 70px solid rgba(132,200,222,.28); transform: rotate(45deg); }
.patient-story__shape::after { content: ""; position: absolute; inset: 75px; border: 40px solid rgba(255,255,255,.12); }
.patient-story blockquote { position: relative; z-index: 1; margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 50px); line-height: 1.12; }
.patient-story__art > span { position: relative; z-index: 1; color: #9fc7da; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.patient-story__content { padding: 58px 0 58px 72px; align-self: center; }
.patient-story__content > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }

.impact { padding: 95px 0; color: var(--white); background: var(--blue); text-align: center; }
.impact .eyebrow::before { display: none; }
.impact__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; border-top: 1px solid rgba(255,255,255,.38); border-left: 1px solid rgba(255,255,255,.38); }
.impact__grid div { min-height: 160px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid rgba(255,255,255,.38); border-bottom: 1px solid rgba(255,255,255,.38); }
.impact__grid strong { font-family: Georgia, serif; font-size: 44px; font-weight: 400; }
.impact__grid span { margin-top: 6px; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }

.updates { background: var(--white); }
.updates__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; }
.news-card { display: grid; grid-template-columns: 1fr; border: 1px solid var(--line); }
.news-card--feature { grid-template-columns: 1.05fr .95fr; }
.news-card__visual { min-height: 300px; display: flex; align-items: flex-end; padding: 30px; overflow: hidden; color: var(--white); background-color: var(--navy); }
.news-card__visual span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 35px; letter-spacing: .08em; line-height: .9; }
.news-card__visual--lines { background-image: repeating-linear-gradient(135deg, transparent 0 19px, rgba(255,255,255,.12) 19px 20px), linear-gradient(135deg, #1a739f, #082c48); }
.news-card__visual--grid { background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(135deg, #2a6d7c, #0d334a); background-size: 34px 34px, 34px 34px, auto; }
.news-card__content { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; }
.news-card__content > p { margin: 0 0 20px; color: #778890; font-size: 11px; }
.news-card__content > p span { margin-right: 10px; color: var(--blue); font-weight: 700; text-transform: uppercase; }
.news-card h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.25; }
.news-card a { margin-top: auto; padding-top: 30px; color: var(--blue); font-size: 12px; font-weight: 700; text-decoration: none; }

.contact-band { color: var(--white); background: var(--navy); }
.contact-band__inner { min-height: 300px; display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.contact-band p:last-child { max-width: 620px; margin: 18px 0 0; color: #bdd0da; }

.site-footer { color: #b9c9d2; background: #061b2b; }
.site-footer__top { display: grid; grid-template-columns: auto 1fr; gap: 70px; align-items: center; padding-top: 62px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand--footer { color: var(--white); }
.footer-statement { max-width: 620px; margin: 0; font-family: Georgia, serif; font-size: 22px; line-height: 1.5; }
.site-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding-top: 52px; padding-bottom: 52px; }
.site-footer h3 { margin: 0 0 17px; color: var(--white); font-size: 13px; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__grid a { margin: 6px 0; font-size: 12px; text-decoration: none; }
.site-footer__grid a:hover { color: var(--white); text-decoration: underline; }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.search-dialog { width: min(760px, calc(100% - 32px)); padding: 0; border: 0; box-shadow: 0 24px 80px rgba(4,22,36,.4); }
.search-dialog::backdrop { background: rgba(5,24,39,.82); }
.search-dialog__panel { padding: 40px; }
.search-dialog__header { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; margin-bottom: 34px; }
.search-dialog h2 { margin: 0; font-family: Georgia, serif; font-size: 40px; font-weight: 400; }
.dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); color: var(--navy); background: var(--white); font-size: 28px; cursor: pointer; }
.search-dialog label { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 700; }
.search-box { display: grid; grid-template-columns: 1fr auto; }
.search-box input { min-width: 0; height: 56px; padding: 0 15px; border: 1px solid #84949d; }
.search-box button { padding: 0 24px; border: 0; color: var(--white); background: var(--blue); font-weight: 700; cursor: pointer; }
.search-dialog__message { min-height: 24px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }

@media (max-width: 980px) {
  .header-action { display: none; }
  .menu-toggle { display: block; }
  .brand-row { min-height: 82px; }
  .header-actions { height: 82px; }
  .primary-nav { display: none; position: absolute; right: 0; left: 0; border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(4,24,40,.18); }
  .primary-nav.is-open { display: block; }
  .primary-nav__inner { width: 100%; display: block; }
  .primary-nav a { min-height: 56px; padding: 0 24px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .primary-nav__search { display: flex; width: 100%; min-height: 56px; align-items: center; padding: 0 24px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); color: var(--white); background: var(--navy); font-size: 13px; font-weight: 700; cursor: pointer; }
  .primary-nav__search:hover, .primary-nav__search:focus { background: var(--blue); }
  .primary-nav__support { margin: 0; }
  .quick-links__grid { grid-template-columns: repeat(2, 1fr); }
  .patient-story__layout { grid-template-columns: 1fr; }
  .patient-story__art { min-height: 430px; }
  .patient-story__content { padding: 58px 36px; }
  .updates__grid, .news-card--feature { grid-template-columns: 1fr; }
  .news-card--feature .news-card__visual { min-height: 360px; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--max-width)); }
  .utility-bar { display: none; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__wordmark strong { font-size: 17px; }
  .brand__wordmark span { font-size: 9px; }
  .hero { min-height: 590px; }
  .hero__image { object-position: 67% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(4,28,48,.96), rgba(4,28,48,.67)); }
  .hero__content { padding-top: 80px; }
  .hero h1 { font-size: 53px; }
  .hero__lede { font-size: 16px; }
  .hero__actions, .button { width: 100%; }
  .urgent-strip__inner { grid-template-columns: 1fr; gap: 8px; padding-top: 18px; padding-bottom: 18px; }
  .section { padding: 74px 0; }
  .section-heading--split { display: block; }
  .section-heading--split > p, .section-heading--split > a { display: inline-block; margin-top: 18px; }
  .quick-links__grid, .services__grid, .impact__grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 235px; }
  .quick-card__icon { margin: 25px 0 22px; }
  .service-card, .service-card:nth-child(odd), .service-card:nth-child(even) { padding: 26px 0; border-right: 0; }
  .service-card--directory { padding-inline: 20px !important; }
  .patient-story__art { min-height: 390px; padding: 30px; }
  .patient-story__content { padding: 48px 20px; }
  .impact__grid div { min-height: 125px; }
  .updates__grid { gap: 20px; }
  .news-card--feature { display: grid; }
  .contact-band__inner { min-height: 380px; flex-direction: column; justify-content: center; align-items: flex-start; }
  .site-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { gap: 10px; flex-direction: column; }
  .search-dialog__panel { padding: 26px; }
  .search-dialog h2 { font-size: 31px; }
  .search-box { grid-template-columns: 1fr; }
  .search-box button { min-height: 50px; }
}
