:root {
  --ink: #18332f;
  --ink-deep: #102723;
  --muted: #586864;
  --teal: #0f756f;
  --teal-dark: #095c58;
  --lime: #79bd3d;
  --urgent: #a93f37;
  --mineral: #f2f4ef;
  --sand: #e5e4dc;
  --white: #fff;
  --shell: min(1180px, calc(100% - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
address { font-style: normal; }

:focus-visible { outline: 3px solid #f5ad45; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--ink-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.shell { width: var(--shell); margin-inline: auto; }

.concept-label { min-height: 29px; padding: 6px 16px; color: #dce9e5; background: var(--ink-deep); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 184px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; padding: 14px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 8px; left: 0; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 12px 20px; color: #fff; background: var(--teal); }
.nav-cta:hover { background: var(--teal-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid #cdd8d3; background: #fff; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.urgent-bar { color: #fff; background: var(--ink); }
.urgent-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.urgent-inner p { margin: 0; font-size: 13px; }
.urgent-inner a { padding: 10px 0; font-size: 13px; font-weight: 800; text-decoration: none; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: #ec7066; box-shadow: 0 0 0 4px rgba(236,112,102,.14); }

.hero { position: relative; min-height: 650px; overflow: hidden; background: var(--mineral); }
.hero-media { position: absolute; inset: 0 0 0 48%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(10, 43, 39, .14); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-layout { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 54%) 1fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 64px 8% 64px 0; }
.eyebrow { margin: 0 0 20px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(48px, 5.25vw, 72px); }
h1 em { color: var(--teal); font-weight: 400; }
.hero-intro { max-width: 600px; margin: 28px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 20px; border: 1px solid transparent; font-size: 14px; font-weight: 800; text-decoration: none; }
.button.primary { color: #fff; background: var(--teal); }
.button.primary:hover { background: var(--teal-dark); }
.button.secondary { border-color: #aebdb7; background: rgba(255,255,255,.74); }
.button.secondary:hover { background: #fff; }
.hero-address { margin-top: 25px; color: var(--muted); font-size: 13px; font-weight: 700; }

.orientation { padding: 120px 0; }
.orientation-grid { display: grid; grid-template-columns: 1fr 1.55fr; gap: 9%; align-items: start; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.route-list { border-top: 1px solid var(--sand); }
.route { display: grid; grid-template-columns: 44px minmax(0, 1fr) 30px; gap: 20px; align-items: center; padding: 24px 4px; border-bottom: 1px solid var(--sand); text-decoration: none; transition: color .2s ease, padding .2s ease; }
.route:hover { padding-left: 10px; color: var(--teal); }
.route-number { color: #8b9692; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.route strong, .route small { display: block; }
.route strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.route small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.route-arrow { justify-self: end; font-size: 22px; }
.route.emergency strong, .route.emergency .route-arrow { color: var(--urgent); }

.specialties { padding: 120px 0 100px; background: var(--mineral); }
.specialties-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 12%; align-items: end; margin-bottom: 65px; }
.specialties-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.specialty-editorial { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6%; }
.feature-specialty figure { height: 390px; margin: 0 0 24px; overflow: hidden; }
.feature-specialty img { width: 100%; height: 100%; object-fit: cover; }
.feature-specialty > div { display: grid; grid-template-columns: 46px 1fr; column-gap: 15px; }
.feature-specialty .index { grid-row: span 2; color: var(--teal); font-size: 12px; font-weight: 800; }
.feature-specialty h3 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.feature-specialty p { margin: 5px 0 0; color: var(--muted); }
.specialty-list article { display: grid; grid-template-columns: 42px minmax(120px, .7fr) 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid #ced3cc; align-items: start; }
.specialty-list article:last-child { border-bottom: 1px solid #ced3cc; }
.specialty-list span { color: #7f8c87; font-size: 11px; font-weight: 800; }
.specialty-list h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.specialty-list p { margin: 1px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.specialty-note { margin: 60px 0 0; padding-top: 20px; border-top: 1px solid #ced3cc; color: var(--muted); font-size: 14px; }
.specialty-note a { color: var(--teal-dark); font-weight: 800; }

.clinic-story { padding: 130px 0; }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10%; align-items: center; }
.story-image { position: relative; margin: 0; }
.story-image::before { content: ""; position: absolute; z-index: -1; top: -25px; left: -25px; width: 42%; height: 55%; background: var(--lime); }
.story-image img { width: 100%; aspect-ratio: 7 / 5; object-fit: cover; }
.story-image figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.story-copy h2 { max-width: 560px; }
.story-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--teal); color: var(--teal-dark); font-size: 14px; font-weight: 800; text-decoration: none; }

.contact { padding: 115px 0; color: #fff; background: var(--ink-deep); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 10%; }
.eyebrow.light { color: #81bcb6; }
.contact h2 { color: #fff; }
.contact-details { display: grid; gap: 28px; }
.contact-details > div { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-details span, .contact-details small { display: block; color: #9bb1ab; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details address, .contact-details a { display: inline-block; margin-top: 8px; color: #fff; font-family: var(--serif); font-size: 24px; line-height: 1.35; text-decoration: none; }
.contact-details .email { font-family: var(--sans); font-size: 15px; overflow-wrap: anywhere; }
.contact-details small { margin-top: 8px; letter-spacing: .06em; }
.contact-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; }
.button.white { color: var(--ink-deep); background: #fff; }
.button.outline-light { color: #fff; border-color: rgba(255,255,255,.4); }

footer { padding: 35px 0; border-top: 1px solid #e7eae5; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner img { width: 150px; height: auto; }
.footer-inner p { color: var(--muted); font-size: 12px; }
.footer-inner a { color: var(--teal-dark); font-size: 12px; font-weight: 800; }

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 720px); }
  .header-inner { min-height: 74px; }
  .brand img { width: 165px; }
  .js .menu-toggle { display: block; }
  .js .main-nav { position: absolute; top: 103px; right: 0; left: 0; display: none; padding: 20px var(--shell-side, 18px) 28px; background: #fff; box-shadow: 0 18px 30px rgba(16,39,35,.13); }
  .js .main-nav.is-open { display: grid; }
  html:not(.js) .header-inner { flex-wrap: wrap; padding-bottom: 18px; }
  html:not(.js) .main-nav { width: 100%; display: grid; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; }
  .nav-cta { justify-content: center; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-layout { min-height: 570px; }
  .hero-media { inset: 0 0 0 42%; opacity: .3; }
  .hero-media::after { background: rgba(242,244,239,.6); }
  .hero-layout { grid-template-columns: minmax(0, 90%) 1fr; }
  .hero-copy { padding-right: 0; }
  .orientation-grid, .story-grid { grid-template-columns: 1fr; }
  .orientation-grid { gap: 55px; }
  .specialties-intro { grid-template-columns: 1fr; gap: 28px; }
  .specialty-editorial { grid-template-columns: 1fr; gap: 45px; }
  .story-grid { gap: 65px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .concept-label { min-height: 25px; padding: 5px 10px; font-size: 8.5px; line-height: 1.45; letter-spacing: .045em; }
  .header-inner { min-height: 62px; }
  .brand img { width: 142px; }
  .menu-toggle { width: 42px; height: 42px; }
  .js .main-nav { top: 87px; }
  .urgent-inner { min-height: 46px; gap: 8px; }
  .urgent-inner p, .urgent-inner a { font-size: 11px; }
  .urgent-inner p strong { display: block; max-width: 105px; line-height: 1.2; }
  .pulse { float: left; margin-top: 8px; }
  .hero, .hero-layout { min-height: 510px; }
  .hero-media { inset: auto 0 0 0; height: 40%; opacity: .2; }
  .hero-media::after { background: rgba(242,244,239,.45); }
  .hero-layout { display: block; }
  .hero-copy { padding: 38px 0 28px; }
  .eyebrow { margin-bottom: 12px; font-size: 10px; }
  h1 { font-size: clamp(38px, 12.3vw, 49px); line-height: 1.01; }
  h2 { font-size: 42px; }
  .hero-intro { margin: 17px 0 18px; font-size: 14px; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding: 11px 12px; gap: 8px; font-size: 11.5px; line-height: 1.25; text-align: center; }
  .hero-address { margin-top: 16px; font-size: 11px; }
  .orientation, .specialties, .clinic-story, .contact { padding: 78px 0; }
  .orientation-grid { gap: 38px; }
  .route { grid-template-columns: 26px minmax(0, 1fr) 20px; gap: 10px; padding: 19px 2px; }
  .route strong { font-size: 21px; }
  .route small { font-size: 11px; line-height: 1.5; }
  .specialties-intro { margin-bottom: 40px; }
  .specialties-intro > p { font-size: 14px; }
  .feature-specialty figure { height: 250px; }
  .feature-specialty h3 { font-size: 29px; }
  .specialty-list article { grid-template-columns: 28px 1fr; gap: 7px 10px; }
  .specialty-list p { grid-column: 2; }
  .specialty-note { margin-top: 38px; }
  .story-grid { gap: 48px; }
  .story-image::before { top: -14px; left: -14px; }
  .story-copy > p:not(.eyebrow) { font-size: 15px; }
  .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-actions { grid-column: auto; display: grid; }
  .contact-details address, .contact-details a { font-size: 21px; }
  .contact-details .email { font-size: 13px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner p { margin: 0; }
}

@media (max-width: 340px) {
  :root { --shell: calc(100% - 24px); }
  .brand img { width: 130px; }
  .urgent-inner p, .urgent-inner a { font-size: 10px; }
  h1 { font-size: 37px; }
  .hero-intro { font-size: 13px; }
  .button { font-size: 10.5px; }
}

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