:root {
  color-scheme: dark;
  --navy: #061e4a;
  --deep: #040f26;
  --surface: #091d3b;
  --surface-raised: #10294b;
  --teal: #00859b;
  --aqua: #67d7e5;
  --lime: #a5b900;
  --text: #f5f8fc;
  --muted: #bdcddd;
  --line: #29415e;
  --heading: "Aptos Display", "Aptos", "Segoe UI", Arial, sans-serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 128px; }
body { margin: 0; background: var(--deep); color: var(--text); font-family: var(--body); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: var(--aqua); color: var(--deep); }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--aqua); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.15; }
.wrap { min-width: 0; width: min(1240px, calc(100% - 104px)); margin-inline: auto; }
.section-space { padding-block: 104px; }
.eyebrow { color: var(--aqua); font-size: 0.75rem; font-weight: 700; line-height: 1.5; letter-spacing: .16em; }
h2 { font-size: clamp(2rem, 3.7vw, 3.0625rem); font-weight: 600; letter-spacing: -.035em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 30; background: var(--aqua); color: var(--deep); padding: 12px 18px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(4,15,38,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex: 0 0 auto; background: transparent; padding: 0; }
.brand img { width: 160px; height: auto; }
nav { display: flex; align-items: center; gap: 36px; }
nav a { text-decoration: none; font-size: .875rem; font-weight: 600; color: #dbe5ee; padding-block: 12px; }
.mobile-navigation { display: none; }
nav a:hover { color: var(--aqua); }
.hero { background: var(--deep); }
.hero-grid { position: relative; min-height: 644px; display: flex; align-items: center; isolation: isolate; }
.hero-content { position: relative; z-index: 2; width: 52%; padding: 72px 0 78px; }
h1 { margin-top: 24px; font-size: clamp(2.875rem, 5.5vw, 4.75rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.05; }
h1 em { font-style: normal; color: var(--aqua); }
.hero-description { color: #d3dfeb; max-width: 420px; font-size: 1.125rem; line-height: 1.7; margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 32px; text-decoration: none; font-size: 0.875rem; font-weight: 700; }
.hero-link { margin-top: 34px; background: var(--aqua); color: var(--deep); padding: 15px 24px; border: 1px solid var(--aqua); transition: background .2s; }
.hero-link:hover { background: #9de8f0; }
.text-link span { font-size: 1.375rem; line-height: 1; }
.hero-location { margin-top: 25px; color: var(--muted); font-size: 0.75rem; letter-spacing: .02em; }
.hero-visual { position: absolute; z-index: 0; inset: 0 -52px 0 28%; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--deep) 0%, rgba(4,15,38,.92) 8%, rgba(4,15,38,.52) 34%, rgba(4,15,38,.06) 68%), linear-gradient(0deg, rgba(4,15,38,.6), transparent 35%); }
.visual-caption { position: absolute; z-index: 1; right: 35px; bottom: 27px; color: #e2edf5; font-size: 0.75rem; letter-spacing: .04em; text-align: right; }
.visual-caption span { display: block; color: #c1d1de; font-size: 0.75rem; margin-top: 2px; }
.hero-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.75rem; }
.hero-bottom strong { color: var(--text); font-weight: 600; }
.hero-bottom p:last-child { color: var(--text); letter-spacing: .1em; text-transform: uppercase; font-size: 0.75rem; }
.hero-bottom span { color: var(--lime); margin-inline: 17px; }
.about { background: var(--surface); border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.about h2, .section-heading h2 { margin-top: 20px; }
.about-copy { min-width: 0; color: var(--muted); }
.about-copy p + p { margin-top: 19px; }
.about-copy .large-copy { font-size: 1.438rem; color: var(--text); font-weight: 500; line-height: 1.4; }
.reference-link { display: inline-block; margin-top: 22px; color: var(--aqua); font-size: 0.75rem; }
.reference-link span[aria-hidden] { margin-left: 6px; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-top: 55px; padding-top: 32px; gap: 24px; }
.facts > div { display: flex; flex-direction: column; gap: 7px; padding-left: 25px; border-left: 2px solid var(--teal); }
.fact-value { font-family: var(--heading); font-size: 1.812rem; font-weight: 500; letter-spacing: -.02em; line-height: 1.2; }
.fact-label { color: var(--muted); font-size: 0.75rem; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: end; margin-bottom: 48px; }
.section-heading > p { min-width: 0; color: var(--muted); max-width: 490px; }
.surgical-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.surgical-services .service { background: var(--surface); padding: 33px 28px 36px; border-top: 2px solid var(--teal); }
.surgical-services .service + .service { border-left: 1px solid var(--line); }
.surgical-services .service:last-child { border-top-color: var(--lime); }
.service-top { display: flex; align-items: center; gap: 16px; margin-bottom: 33px; }
.service-number { font-size: 0.75rem; color: var(--aqua); }
.service-category { overflow-wrap: anywhere; font-size: 0.75rem; letter-spacing: .11em; line-height: 1.5; color: var(--muted); }
.surgical-services h3 { font-size: 1.562rem; font-weight: 500; letter-spacing: -.02em; }
.service-full-name { font-size: .875rem; line-height: 1.5; color: var(--aqua); font-weight: 500; }
.surgical-services .service-full-name { margin-top: 14px; min-height: 40px; }
.service p:last-child { color: var(--muted); margin-top: 15px; font-size: 1rem; line-height: 1.7; }
.modalities { background: var(--navy); border-block: 1px solid var(--line); }
.modalities-layout { display: grid; grid-template-columns: .85fr 1.5fr; gap: 34px; align-items: start; }
.pathways-visual { background: #020c23; border: 1px solid #204569; overflow: hidden; }
.pathways-visual img { width: 100%; height: 392px; object-fit: cover; object-position: 50% center; }
.pathways-visual figcaption { padding: 27px 28px 28px; }
.pathways-visual strong { display: block; margin-top: 15px; font-size: 1.5rem; font-family: var(--heading); line-height: 1.3; font-weight: 500; }
.image-note { display: block; margin-top: 18px; color: var(--muted); font-size: 0.75rem; }
.modalities .service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.modalities .service { padding: 21px 0 25px; border-top: 1px solid #365171; }
.modalities .service-top { margin-bottom: 17px; gap: 13px; }
.modalities .service h3 { font-size: 1.625rem; font-weight: 600; letter-spacing: -.02em; }
.modalities .service-full-name { margin-top: 9px; }
.modalities .service p:last-child { margin-top: 9px; }
.modality-note { display: grid; grid-template-columns: .85fr 1.5fr; gap: 34px; margin-top: 38px; padding-top: 30px; border-top: 1px solid #365171; }
.modality-note h3 { font-size: 1.438rem; font-weight: 500; }
.modality-note p { color: var(--muted); font-size: 1rem; }
.modality-note a { color: var(--aqua); }
.approach { background: var(--deep); }
.methodology-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; }
.teamwork-visual { border: 1px solid var(--line); background: var(--surface); }
.teamwork-visual img { width: 100%; aspect-ratio: 1.38; object-fit: cover; object-position: 48% center; }
.teamwork-visual figcaption { padding: 17px 22px; font-size: 0.75rem; color: #d8e4ee; }
.teamwork-visual figcaption span { display: block; color: var(--muted); font-size: 0.75rem; margin-top: 3px; }
.approach-grid { display: grid; }
.approach-grid article > div { min-width: 0; }
.approach-grid article { display: flex; gap: 22px; border-top: 1px solid var(--line); padding: 24px 0; }
.approach-index { color: var(--aqua); font-size: 0.75rem; padding-top: 3px; }
.approach-grid h3 { font-size: 1.438rem; font-weight: 500; letter-spacing: -.015em; }
.approach-grid p { color: var(--muted); font-size: 1rem; margin-top: 12px; }
.coverage { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 76px; padding: 35px 40px; border: 1px solid var(--line); border-left: 3px solid var(--lime); background: var(--surface); }
.coverage-title { font-family: var(--heading); font-size: 1.812rem; letter-spacing: -.02em; line-height: 1.25; margin-top: 10px; }
.coverage > p { color: var(--muted); font-size: 0.875rem; }
.contact { background: var(--navy); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.contact h2 { margin-top: 20px; }
.contact-copy { min-width: 0; color: var(--muted); }
.contact-email { display: inline-block; max-width: 100%; margin-top: 18px; padding-block: 10px; color: var(--aqua); font-size: clamp(1.125rem, 2.4vw, 1.75rem); font-weight: 600; overflow-wrap: anywhere; }
.contact-email:hover, .footer-info a:hover { color: var(--text); }
.site-footer { background: #030b1b; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.footer-brand img { width: 144px; }
.footer-info { min-width: 0; color: var(--muted); font-size: 0.8125rem; text-align: right; }
.footer-info a { display: inline-block; max-width: 100%; margin-top: 6px; padding-block: 10px; color: var(--aqua); font-size: 1rem; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 20px; color: #aabed0; font-size: 0.75rem; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--aqua); }
.footer-bottom span { margin-left: 12px; }
@media (min-width: 1500px) { .hero-visual { right: -65px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero-visual { right: -32px; left: 24%; }
  .hero-content { width: 58%; }
  nav { gap: 24px; }
  .about-grid, .section-heading { gap: 45px; }
  .surgical-services .service { padding-inline: 21px; }
  .service-category { overflow-wrap: anywhere; font-size: 0.75rem; }
  .service-top { gap: 10px; }
  .modalities-layout { grid-template-columns: .8fr 1.3fr; gap: 26px; }
  .pathways-visual figcaption { padding-inline: 20px; }
  .pathways-visual strong { font-size: 1.312rem; }
  .methodology-layout { gap: 30px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 120px; }
  .wrap { width: calc(100% - 40px); }
  .section-space { padding-block: 66px; }
  .header-inner { position: relative; flex-direction: row; gap: 20px; min-height: 104px; padding-block: 10px; }
  .desktop-navigation { display: none; }
  .mobile-navigation { display: block; }
  .mobile-navigation summary { display: flex; align-items: center; justify-content: center; min-height: 48px; min-width: 78px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 3px; cursor: pointer; color: var(--text); font-size: .9375rem; font-weight: 600; list-style: none; }
  .mobile-navigation summary::-webkit-details-marker { display: none; }
  .mobile-navigation[open] summary { background: var(--surface-raised); border-color: var(--aqua); }
  .mobile-navigation nav { position: absolute; inset: calc(100% - 1px) 0 auto; display: grid; width: 100%; gap: 0; padding: 8px 14px; border: 1px solid var(--line); background: var(--deep); box-shadow: 0 18px 26px rgba(0,0,0,.3); }
  .mobile-navigation nav a { display: flex; align-items: center; min-height: 48px; padding: 12px 8px; font-size: 1rem; }
  .mobile-navigation nav a + a { border-top: 1px solid var(--line); }
  .brand { padding: 0; }
  .brand img { width: 130px; }
  nav { justify-content: space-between; width: 100%; gap: 12px; }
  nav a { font-size: 0.75rem; padding-block: 7px; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-content { width: 100%; padding: 49px 0 38px; }
  .hero-content .eyebrow { font-size: 0.75rem; }
  h1 { margin-top: 21px; font-size: clamp(2.35rem, 8.7vw, 3.8125rem); }
  .hero-description { max-width: 520px; font-size: 1rem; margin-top: 23px; }
  .hero-link { margin-top: 27px; padding: 12px 20px; }
  .hero-location { margin-top: 19px; }
  .hero-visual { position: relative; inset: auto; width: calc(100% + 40px); height: auto; aspect-ratio: 1.72; }
  .hero-image { object-position: center; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(4,15,38,.85), transparent 45%); }
  .visual-caption { bottom: 15px; right: 20px; font-size: 0.75rem; }
  .hero-bottom { flex-direction: column; gap: 8px; padding-block: 21px; font-size: 0.75rem; }
  .hero-bottom p:last-child { font-size: 0.75rem; }
  .hero-bottom span { margin-inline: 10px; }
  .about-grid, .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .about-copy .large-copy { font-size: 1.375rem; }
  .about-copy { font-size: 1rem; }
  .facts { margin-top: 36px; gap: 17px; }
  .facts > div { padding-left: 12px; }
  .fact-value { font-size: 1.312rem; }
  .fact-label { font-size: .875rem; line-height: 1.5; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p { font-size: 1rem; }
  .surgical-services { grid-template-columns: 1fr; }
  .surgical-services .service { padding: 28px; }
  .surgical-services .service + .service { border-left: 0; }
  .surgical-services .service-top { margin-bottom: 23px; }
  .surgical-services .service-full-name { min-height: 0; }
  .service-category { overflow-wrap: anywhere; font-size: 0.75rem; }
  .modalities-layout { grid-template-columns: 1fr; gap: 28px; }
  .pathways-visual { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .pathways-visual img { height: 250px; object-position: center; }
  .pathways-visual figcaption { padding: 20px 17px; }
  .pathways-visual .eyebrow { font-size: 0.75rem; }
  .pathways-visual strong { font-size: 1.25rem; }
  .modalities .service-grid { gap: 0 24px; }
  .modalities .service-category { overflow-wrap: anywhere; font-size: 0.75rem; }
  .modalities .service h3 { font-size: 1.5rem; }
  .modalities .service-full-name { font-size: .875rem; }
  .modalities .service p:last-child { font-size: 1rem; }
  .modality-note { grid-template-columns: 1fr; gap: 15px; margin-top: 20px; }
  .methodology-layout { grid-template-columns: 1fr; gap: 32px; }
  .teamwork-visual img { aspect-ratio: 1.55; }
  .approach-grid article { padding-block: 24px; }
  .coverage { margin-top: 44px; padding: 28px; flex-direction: column; align-items: start; gap: 20px; }
  .coverage-title { font-size: 1.625rem; }
  .coverage > p br { display: none; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .footer-top { padding-block: 30px; gap: 20px; }
  .footer-brand img { width: 115px; }
  .footer-info { font-size: 0.75rem; }
  .footer-bottom { font-size: 0.75rem; gap: 15px; }
}
@media (max-width: 600px) {
  .modalities .service-grid { grid-template-columns: minmax(0, 1fr); }
  .pathways-visual { display: block; }
  .pathways-visual img { height: auto; aspect-ratio: 1.65; object-fit: cover; }
  .pathways-visual figcaption { padding: 24px; }
  .facts { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 380px) {
  nav { gap: 8px; }
  nav a { font-size: 0.75rem; }
  .facts { grid-template-columns: 1fr; gap: 22px; }
  .pathways-visual { grid-template-columns: 1fr; }
  .pathways-visual img { height: 215px; }
  .modalities .service-grid { grid-template-columns: 1fr; }
  .footer-top { align-items: start; flex-direction: column; }
  .footer-info { text-align: left; font-size: 0.75rem; }
}
@media (max-width: 760px) and (orientation: landscape) and (max-height: 500px) {
  .site-header { position: relative; }
}
@media (prefers-reduced-motion: reduce) {
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: auto; }
  * { transition: none !important; }
}
@media print {
  :root { --text: #0b2341; --muted: #384d60; --aqua: #006579; --line: #b8c5d1; }
  body, .site-header, .hero, .about, .services, .modalities, .approach, .contact, .site-footer, .coverage, .surgical-services .service { background: white; color: #0b2341; }
  .site-header { position: static; }
  nav, .mobile-navigation, .hero-link, .hero-location, .skip-link, .footer-bottom a { display: none; }
  .wrap { width: 100%; }
  .section-space { padding-block: 30px; }
  .hero-grid { min-height: 0; }
  .hero-content { padding-block: 30px; width: 100%; }
  .hero-description, .hero-bottom strong, .hero-bottom p:last-child { color: #384d60; }
  .hero-visual { display: none; }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.75rem; }
  article, figure { break-inside: avoid; }
  .pathways-visual, .teamwork-visual { background: white; }
  .pathways-visual strong, .teamwork-visual figcaption { color: #0b2341; }
}
