:root {
  --bg: #f5f8fb;
  --surface: #fff;
  --ink: #092540;
  --muted: #536679;
  --accent: #075eb5;
  --accent-strong: #034b94;
  --line: #cfdae5;
  --navy: #073260;
  --container: 1360px;
  --radius: 8px;
  color-scheme: light dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.shell {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 50;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 72px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.nav-shell {
  width: min(calc(100% - 64px), var(--container));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand img {
  width: 270px;
  max-height: 38px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 650;
}
.site-header nav a {
  text-decoration: none;
}
.nav-cta {
  background: var(--accent);
  color: #fff;
  padding: 11px 18px;
  border-radius: var(--radius);
}
.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 9px 13px;
  font: inherit;
  border-radius: var(--radius);
}
.hero {
  height: 84vh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(38px, 5vh, 52px) 0 0;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3rem, 6.1vw, 6.25rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
  font-weight: 760;
}
.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
}
.actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  text-decoration: none;
}
.primary {
  background: var(--accent);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--radius);
}
.primary:hover,
.nav-cta:hover {
  background: var(--accent-strong);
}
.text-link {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.team-photo {
  margin-top: auto;
  height: clamp(270px, 34vh, 340px);
  padding-top: 22px;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: var(--radius) var(--radius) 0 0;
}
.treatment-section {
  padding: clamp(90px, 12vw, 170px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) 1.3fr;
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}
.section-intro {
  position: sticky;
  top: 105px;
}
.section-intro h2,
.practical h2,
.contact h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  margin: 0;
}
.treatment-list {
  border-top: 1px solid var(--line);
}
.treatment-list article {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.treatment-list h3,
.treatment-list p {
  margin: 0;
}
.treatment-list h3 {
  font-size: 1.1rem;
}
.treatment-list p {
  color: var(--muted);
}
.practical {
  background: var(--navy);
  color: #fff;
  padding: clamp(82px, 10vw, 140px) 0;
}
.practical .eyebrow {
  color: #8fc8ff;
}
.practical-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: end;
}
.practical-grid > div > p:not(.eyebrow) {
  max-width: 540px;
  color: #d3e0ec;
}
.map-link {
  display: inline-flex;
  margin-top: 28px;
  border-bottom: 1px solid #79bdfa;
  text-decoration: none;
  font-weight: 750;
  padding-bottom: 5px;
}
.hours {
  border-top: 1px solid #53718e;
}
.hours div {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 15px 0;
  border-bottom: 1px solid #53718e;
}
.hours span {
  color: #c7d6e4;
}
.contact {
  padding: clamp(90px, 11vw, 150px) 0;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.contact-links {
  border-top: 1px solid var(--line);
}
.contact-links a,
.contact-links p {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  margin: 0;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.contact-links span {
  color: var(--muted);
  font-size: 0.9rem;
}
.contact-links strong {
  overflow-wrap: anywhere;
}
footer {
  background: #041f39;
  color: #dbe7f0;
  padding: 32px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.footer-grid p {
  margin: 0;
}
.disclaimer {
  color: #adbfce;
  font-size: 0.82rem;
}
.button:focus-visible,
a:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid #ffcb4a;
  outline-offset: 4px;
}
@media (max-width: 800px) {
  .shell,
  .nav-shell {
    width: min(calc(100% - 36px), var(--container));
  }
  .brand img {
    width: 205px;
  }
  .menu-button {
    display: block;
  }
  html:not(.js) .site-header {
    height: auto;
  }
  html:not(.js) .nav-shell {
    height: auto;
    flex-wrap: wrap;
    padding-block: 10px;
  }
  html:not(.js) .menu-button {
    display: none;
  }
  html:not(.js) .site-header nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px 10px;
    padding-bottom: 6px;
  }
  .js .site-header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 18px;
    right: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .js .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    padding: 10px;
  }
  .hero {
    height: 84svh;
    min-height: 0;
    padding-top: 50px;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 13.2vw, 4rem);
    letter-spacing: -0.055em;
  }
  .hero h1 br {
    display: none;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .team-photo {
    height: 220px;
    padding-top: 30px;
  }
  .team-photo img {
    min-height: 190px;
    object-fit: cover;
    object-position: center;
  }
  .treatment-section,
  .practical-grid,
  .contact {
    grid-template-columns: 1fr;
  }
  .section-intro {
    position: static;
  }
  .treatment-section {
    gap: 48px;
  }
  .treatment-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .practical-grid {
    gap: 54px;
  }
  .contact {
    gap: 48px;
  }
  .contact-links a,
  .contact-links p {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #071827;
    --surface: #0c2235;
    --ink: #f2f7fb;
    --muted: #adc0d1;
    --accent: #58aaf3;
    --accent-strong: #2689e1;
    --line: #2b4356;
    --navy: #031522;
  }
  .nav-cta,
  .primary {
    color: #031522;
  }
  .brand img {
    filter: brightness(0) invert(1);
  }
  footer {
    background: #020d16;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
