@font-face {
  font-family:Manrope;
  src:url('../fonts/manrope-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 800;
  font-display:swap
}
:root {
  --blue:#012e76;
  --deep:#001d4f;
  --sky:#eaf2fa;
  --pale:#f3f6fa;
  --paper:#fff;
  --ink:#172333;
  --muted:#536175;
  --line:#dce3ec;
  --soft:#f8fafc;
  --accent:#49749d;
  --radius:20px;
  --small-radius:10px;
  --shadow:0 14px 45px rgb(0 29 79 / .08);
  --container:1256px;
  --ease:cubic-bezier(.2,.7,.3,1)
}
*,*::before,*::after {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:150px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Manrope,Arial,sans-serif;
  font-size:15px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased
}
button,input,select,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  max-width:100%;
  height:auto
}
svg {
  display:block
}
button {
  color:inherit
}
h1,h2,h3,h4,p {
  margin:0
}
h1,h2,h3,h4 {
  color:var(--deep);
  font-weight:600;
  line-height:1.17;
  letter-spacing:-.045em
}
h1 {
  font-size:clamp(44px,5.1vw,72px)
}
h2 {
  font-size:clamp(34px,3.4vw,49px)
}
h3 {
  font-size:24px;
  letter-spacing:-.025em
}
h4 {
  font-size:20px
}
h1 em,h2 em {
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  letter-spacing:-.045em
}
p {
  color:var(--muted)
}
p+p {
  margin-top:16px
}
[hidden] {
  display:none!important
}
::selection {
  background:#cce0f7;
  color:var(--deep)
}
:focus-visible {
  outline:3px solid #1b72cd;
  outline-offset:5px;
  border-radius:3px
}
button:focus-visible {
  outline-offset:4px
}
.container {
  width:min(var(--container),calc(100% - 100px));
  margin-inline:auto
}
.section {
  padding-block:98px
}
.icon {
  width:23px;
  height:23px;
  flex-shrink:0
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-height:54px;
  padding:15px 24px;
  border:1px solid transparent;
  border-radius:var(--small-radius);
  font-weight:650;
  font-size:13px;
  line-height:1.5;
  transition:background .22s,color .22s,transform .22s,box-shadow .22s;
  white-space:nowrap
}
.button .icon {
  width:19px;
  height:19px
}
.button--primary {
  background:var(--blue);
  color:#fff
}
.button--primary:hover {
  background:var(--deep);
  box-shadow:0 7px 18px rgb(0 29 79 / .16);
  transform:translateY(-2px)
}
.button--white {
  background:#fff;
  color:var(--blue)
}
.button--white:hover {
  background:var(--sky);
  transform:translateY(-2px)
}
.button--outline {
  border-color:var(--line);
  color:var(--blue)
}
.button--outline:hover {
  background:var(--pale)
}
.button-row {
  display:flex;
  align-items:center;
  gap:27px;
  flex-wrap:wrap
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:13px;
  color:var(--blue);
  font-size:13px;
  line-height:1.6;
  font-weight:650;
  min-height:44px
}
.text-link .icon {
  width:18px;
  height:18px;
  transition:transform .2s
}
.text-link:hover .icon {
  transform:translateX(4px)
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--blue);
  font-weight:650;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  line-height:1.8;
  margin-bottom:25px
}
.eyebrow>span:not(.art-index) {
  width:20px;
  height:1px;
  background:currentColor;
  display:block
}
.caption {
  font-size:11px;
  line-height:1.7
}
.large-copy {
  font-size:25px;
  color:var(--deep);
  font-weight:550;
  line-height:1.5
}
.pill-row {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:26px 0 30px
}
.pill-row span {
  font-size:11px;
  border:1px solid #c9d6e7;
  border-radius:99px;
  padding:7px 13px;
  color:var(--blue);
  background:rgb(255 255 255 / .35)
}
.sr-only,.skip-link:not(:focus) {
  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:focus {
  position:fixed;
  top:10px;
  left:10px;
  z-index:1000;
  padding:15px;
  background:white;
  color:var(--blue);
  box-shadow:var(--shadow)
}
.topbar {
  height:35px;
  background:var(--deep);
  color:#e2eaf5;
  font-size:10px;
  letter-spacing:.04em
}
.topbar .container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:100%
}
.topbar span {
  display:flex;
  align-items:center;
  gap:6px
}
.topbar .icon {
  width:12px;
  height:12px
}
.site-header {
  position:sticky;
  top:0;
  z-index:40;
  background:rgb(255 255 255 / .96);
  border-bottom:1px solid rgb(220 227 236 / .65);
  backdrop-filter:blur(16px)
}
.header-inner {
  height:91px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  flex-shrink:0
}
.brand img {
  width:61px;
  height:36px;
  object-fit:contain;
  mix-blend-mode:multiply
}
.brand>span {
  font-family:Georgia,serif;
  color:#1b2433;
  font-size:16px;
  line-height:1.35;
  letter-spacing:.06em
}
.brand small {
  display:block;
  text-align:center;
  font-family:Manrope,Arial,sans-serif;
  font-weight:600;
  font-size:9px;
  letter-spacing:.20em;
  margin-top:4px
}
.brand img.custom-logo {
  width:190px;
  height:74px;
  object-fit:contain
}
.site-nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:11px;
  font-weight:600
}
.site-nav>a {
  min-height:44px;
  display:flex;
  align-items:center;
  position:relative
}
.site-nav>a[aria-current=page] {
  color:var(--blue)
}
.site-nav>a[aria-current=page]::after {
  content:'';
  position:absolute;
  bottom:3px;
  left:0;
  right:0;
  height:2px;
  background:var(--blue)
}
.site-nav>a:hover {
  color:var(--blue)
}
.nav-booking {
  margin-left:8px
}
.nav-booking .button {
  font-size:11px;
  min-height:45px;
  padding:12px 17px;
  gap:17px
}
.menu-toggle {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:40px;
  align-items:center;
  min-height:690px;
  padding-top:46px;
  padding-bottom:48px
}
.hero-copy {
  padding-bottom:20px
}
.hero .eyebrow {
  font-size:9px;
  letter-spacing:.13em;
  margin-bottom:24px
}
.hero h1 {
  max-width:640px;
  letter-spacing:-.053em;
  font-size:clamp(46px,5.35vw,76px);
  line-height:1.07
}
.hero h1 em {
  display:block;
  color:var(--blue);
  line-height:1.13;
  margin-top:5px
}
.hero-description {
  font-size:15px;
  line-height:1.85;
  max-width:450px;
  margin:26px 0 32px
}
.hero .button-row {
  gap:22px
}
.hero .text-link {
  font-size:12px
}
.hero-note {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:37px
}
.note-symbol {
  width:43px;
  height:43px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid #d8e4ef;
  color:var(--blue)
}
.note-symbol .icon {
  width:22px;
  height:22px
}
.hero-note p {
  font-size:11px;
  line-height:1.7
}
.hero-note strong {
  color:var(--ink);
  font-weight:600
}
.hero-visual {
  position:relative;
  isolation:isolate;
  height:592px;
  margin-left:20px;
  margin-right:10px
}
.hero-photo {
  position:absolute;
  inset:0 15px 15px 17px;
  overflow:hidden;
  border-radius:240px 240px 18px 18px;
  background:#dbe6ef
}
.hero-photo img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:50% 6%
}
.portrait-halo {
  position:absolute;
  inset:30px -15px 0 42px;
  border:1px solid #c7d7e9;
  border-radius:270px 270px 24px 24px;
  z-index:-1;
  background:linear-gradient(165deg,#f2f6fb 10%,#e5eef8 95%)
}
.photo-label {
  position:absolute;
  right:-31px;
  top:65%;
  transform:rotate(-90deg);
  transform-origin:100% 50%;
  font-size:8px;
  letter-spacing:.22em;
  color:var(--muted)
}
.doctor-float {
  position:absolute;
  left:-24px;
  right:33px;
  bottom:43px;
  background:rgb(255 255 255 / .94);
  border:1px solid white;
  border-radius:13px;
  box-shadow:var(--shadow);
  padding:18px 19px;
  display:flex;
  gap:13px;
  align-items:center;
  backdrop-filter:blur(12px)
}
.doctor-float strong {
  display:block;
  color:var(--deep);
  font-size:15px;
  line-height:1.5
}
.doctor-float small {
  font-size:10px;
  color:var(--muted)
}
.doctor-float>.icon {
  margin-left:auto;
  width:18px;
  height:18px
}
.float-icon {
  width:41px;
  height:41px;
  border-radius:50%;
  background:var(--blue);
  color:white;
  display:grid;
  place-items:center
}
.float-icon .icon {
  width:21px
}
.principles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-block:1px solid var(--line);
  padding-block:30px;
  gap:38px
}
.principles>div {
  display:flex;
  gap:15px;
  align-items:center
}
.principles>div+div {
  border-left:1px solid var(--line);
  padding-left:30px
}
.principles>div>span {
  color:#536f94;
  font-size:11px;
  letter-spacing:.08em
}
.principles p {
  font-size:11px;
  line-height:1.8
}
.principles strong {
  display:block;
  color:var(--deep);
  font-size:13px;
  font-weight:600
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:43px
}
.section-heading .eyebrow {
  margin-bottom:18px
}
.section-heading>.text-link {
  margin-bottom:4px
}
.heading-description {
  max-width:340px;
  font-size:14px;
  line-height:1.9
}
.specialty-featured {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.specialty-large {
  position:relative;
  border-radius:var(--radius);
  padding:30px 36px 28px;
  overflow:hidden;
  min-height:335px;
  transition:transform .3s var(--ease),box-shadow .3s;
  isolation:isolate
}
.specialty-large:hover {
  transform:translateY(-4px);
  box-shadow:var(--shadow)
}
.specialty-large--0 {
  background:var(--deep);
  color:white
}
.specialty-large--1 {
  background:var(--sky);
  color:var(--blue)
}
.specialty-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:58px
}
.specialty-number {
  font-size:9px;
  letter-spacing:.16em;
  opacity:.85
}
.specialty-top .icon {
  width:19px;
  height:19px
}
.specialty-large h3 {
  font-size:28px;
  letter-spacing:-.04em;
  position:relative;
  z-index:2
}
.specialty-large--0 h3,.specialty-large--0 .text-link {
  color:white
}
.specialty-large p {
  max-width:290px;
  margin-top:13px;
  font-size:12px;
  line-height:1.85;
  position:relative;
  z-index:2
}
.specialty-large--0 p {
  color:#c6d5eb
}
.specialty-large .text-link {
  margin-top:16px;
  font-size:11px;
  position:relative;
  z-index:2
}
.specialty-art {
  position:absolute;
  right:18px;
  top:36px;
  opacity:.15;
  z-index:-1;
  transform:rotate(-18deg)
}
.specialty-art .icon {
  width:225px;
  height:225px;
  stroke-width:.5
}
.specialty-large--1 .specialty-art {
  top:66px;
  right:12px;
  opacity:.16;
  transform:rotate(12deg)
}
.specialty-compact {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0 28px;
  margin-top:20px
}
.specialty-compact a {
  display:flex;
  align-items:center;
  gap:10px;
  padding:25px 0;
  border-bottom:1px solid var(--line);
  font-size:12px;
  font-weight:600;
  color:var(--deep);
  transition:color .2s,background .2s;
  min-height:80px
}
.specialty-compact a>.icon:first-child {
  color:var(--accent);
  width:23px;
  height:23px
}
.specialty-compact a>.icon:last-child {
  margin-left:auto;
  width:15px;
  height:15px;
  color:var(--muted)
}
.specialty-compact a:hover {
  color:var(--blue);
  background:var(--soft)
}
.doctor-section {
  background:var(--pale)
}
.doctor-split {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.clinical-photo {
  position:relative;
  overflow:hidden;
  border-radius:18px;
  aspect-ratio:1.05
}
.clinical-photo img {
  width:100%;
  height:100%;
  object-fit:cover
}
.image-caption {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:30px 24px 20px;
  background:linear-gradient(transparent,rgb(0 15 41 / .78));
  color:white;
  font-size:9px;
  letter-spacing:.13em
}
.doctor-intro h2 {
  font-size:42px
}
.doctor-intro .large-copy {
  margin:26px 0 9px;
  font-size:21px
}
.doctor-intro>p:not(.eyebrow):not(.large-copy) {
  font-size:13px;
  line-height:1.95
}
.approach {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px
}
.approach-list article {
  display:flex;
  gap:25px;
  padding-bottom:26px;
  margin-bottom:26px;
  border-bottom:1px solid var(--line)
}
.approach-list article:last-child {
  margin-bottom:0
}
.approach-list article>span {
  font-size:11px;
  color:#536f94;
  padding-top:4px
}
.approach-list h3 {
  font-size:20px;
  margin-bottom:9px
}
.approach-list p {
  font-size:13px;
  max-width:380px
}
.knowledge-section {
  background:var(--soft)
}
.article-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px
}
.article-card {
  border:1px solid var(--line);
  border-radius:15px;
  overflow:hidden;
  background:white;
  transition:transform .25s,box-shadow .25s
}
.article-card:hover {
  transform:translateY(-5px);
  box-shadow:var(--shadow)
}
.article-card>a {
  display:block;
  height:100%
}
.article-art {
  height:192px;
  background:#e6edf7;
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden
}
.article-art>.icon {
  height:65px;
  width:65px;
  stroke-width:.85;
  z-index:1;
  transform:rotate(-8deg)
}
.art-orbit {
  position:absolute;
  width:225px;
  height:225px;
  border:1px solid #b8cce4;
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%)
}
.art-orbit::before,.art-orbit::after {
  content:'';
  position:absolute;
  border:1px solid #c4d6e9;
  border-radius:50%;
  inset:20px
}
.art-orbit::after {
  inset:-22px
}
.art-1 {
  background:#e8eee9;
  color:#284939
}
.art-1 .art-orbit,.art-1 .art-orbit::before,.art-1 .art-orbit::after {
  border-color:#c2d1c5
}
.art-1>.icon {
  transform:rotate(7deg)
}
.art-2 {
  background:#f1eee8;
  color:#775d42
}
.art-2 .art-orbit,.art-2 .art-orbit::before,.art-2 .art-orbit::after {
  border-color:#dfd4c3
}
.art-index {
  position:absolute;
  bottom:14px;
  right:19px;
  font-size:9px;
  letter-spacing:.1em
}
.article-body {
  padding:25px
}
.article-body .eyebrow {
  font-size:8px;
  letter-spacing:.12em;
  margin-bottom:14px
}
.article-body h3 {
  font-size:22px;
  line-height:1.25
}
.article-body>p:not(.eyebrow) {
  font-size:12px;
  line-height:1.85;
  margin-top:15px
}
.article-body .text-link {
  margin-top:17px;
  font-size:11px
}
.faq-section {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px
}
.faq-section>div>p:not(.eyebrow) {
  font-size:13px;
  max-width:250px;
  margin-top:22px
}
.faq-list details {
  border-bottom:1px solid var(--line)
}
.faq-list details:first-child {
  border-top:1px solid var(--line)
}
summary {
  cursor:pointer;
  list-style:none
}
summary::-webkit-details-marker {
  display:none
}
.faq-list summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:25px 0;
  color:var(--deep);
  font-size:14px;
  font-weight:600;
  line-height:1.6
}
.faq-list summary .icon {
  width:17px;
  height:17px;
  transition:transform .2s
}
.faq-list details[open] summary .icon {
  transform:rotate(45deg)
}
.faq-list details p {
  font-size:13px;
  line-height:1.9;
  padding:0 20px 24px 0
}
.location-section {
  padding-top:0
}
.location-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden
}
.location-illustration {
  background:#eaf1f8;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:350px
}
.location-illustration svg {
  width:80%;
  fill:none;
  stroke-width:2
}
.location-illustration .mountain {
  stroke:#7c9bbc
}
.location-illustration .water {
  stroke:#93adc9
}
.location-illustration>span {
  position:absolute;
  bottom:25px;
  font-size:9px;
  letter-spacing:.2em;
  color:#405f80
}
.location-copy {
  padding:45px 50px;
  align-self:center
}
.location-copy h3 {
  font-size:27px;
  margin-bottom:18px
}
.location-copy .eyebrow {
  margin-bottom:20px
}
.location-copy p {
  font-size:13px;
  line-height:1.9
}
.location-copy .text-link {
  margin-top:14px;
  margin-right:16px;
  display:flex;
  max-width:max-content
}
.cta-wrap {
  padding-top:0
}
.cta-panel {
  background:var(--blue);
  color:white;
  border-radius:var(--radius);
  padding:57px 65px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  gap:40px
}
.cta-panel .eyebrow {
  color:#c7d9f3;
  margin-bottom:19px
}
.cta-panel h2 {
  color:white;
  font-size:43px
}
.cta-panel p:not(.eyebrow) {
  color:#d2dff0;
  font-size:12px;
  margin-top:19px
}
.cta-panel>div:nth-child(2) {
  flex-shrink:0;
  text-align:center
}
.cta-panel>div:nth-child(2) p {
  font-size:9px
}
.cta-lines {
  position:absolute;
  right:-20px;
  bottom:-90px;
  width:630px;
  height:350px;
  z-index:-1;
  fill:none;
  stroke:#4775b3;
  opacity:.5;
  stroke-width:1
}
.site-footer {
  border-top:1px solid var(--line);
  background:#fff
}
.footer-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr 1fr;
  gap:55px;
  padding-top:52px;
  padding-bottom:48px
}
.footer-brand img {
  width:195px;
  height:103px;
  object-fit:contain;
  object-position:left;
  margin-top:-19px;
  margin-bottom:10px
}
.footer-brand p {
  font-size:11px;
  line-height:1.7
}
.footer-title {
  font-size:11px;
  font-weight:700;
  color:var(--deep);
  margin-bottom:20px
}
.footer-grid a {
  display:block;
  font-size:11px;
  min-height:33px;
  line-height:1.7;
  color:var(--muted);
  padding:6px 0;
  overflow-wrap:anywhere
}
.footer-grid a:hover {
  text-decoration:underline;
  color:var(--blue)
}
.footer-note>p:not(.footer-title) {
  font-size:10px;
  line-height:1.9
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-block:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:9px;
  color:var(--muted)
}
.footer-bottom>a {
  min-height:24px;
  display:flex;
  align-items:center
}
.mobile-booking {
  display:none
}
.breadcrumbs {
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  font-size:10px;
  color:var(--muted);
  padding-top:24px;
  line-height:1.7
}
.breadcrumbs a {
  display:flex;
  align-items:center;
  min-height:28px
}
.breadcrumbs a:hover {
  text-decoration:underline
}
.breadcrumbs span[aria-current] {
  color:var(--blue)
}
.page-intro {
  padding-top:66px;
  padding-bottom:15px
}
.page-intro h1 {
  font-size:58px;
  max-width:850px
}
.page-intro>p:not(.eyebrow) {
  margin-top:25px;
  font-size:15px;
  max-width:540px
}
.filter-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.filter-toolbar>p {
  font-size:12px
}
.search-input {
  display:flex;
  gap:12px;
  align-items:center;
  background:var(--soft);
  border:1px solid var(--line);
  padding:4px 18px;
  border-radius:10px;
  width:min(430px,100%)
}
.search-input .icon {
  width:19px;
  height:19px;
  color:var(--muted)
}
.search-input input {
  min-width:0;
  background:transparent;
  border:0;
  width:100%;
  min-height:44px;
  font-size:13px;
  color:var(--ink)
}
.search-input:focus-within {
  outline:2px solid var(--blue);
  outline-offset:3px
}
.search-input input:focus-visible {
  outline:0
}
.filter-chips {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:25px 0 32px
}
.filter-chips button {
  border:1px solid var(--line);
  background:white;
  border-radius:99px;
  padding:10px 17px;
  min-height:44px;
  font-size:11px;
  font-weight:600
}
.filter-chips button[aria-pressed=true] {
  background:var(--blue);
  border-color:var(--blue);
  color:white
}
.filter-chips button:hover {
  border-color:var(--blue)
}
.specialties-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:23px
}
.specialty-card {
  border:1px solid var(--line);
  border-radius:15px;
  padding:30px;
  transition:background .2s,transform .2s
}
.specialty-card:hover {
  background:var(--pale);
  transform:translateY(-3px)
}
.card-icon {
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  background:var(--sky);
  color:var(--blue);
  border-radius:12px;
  margin-bottom:28px
}
.card-icon .icon {
  height:27px;
  width:27px
}
.specialty-card h2 {
  font-size:24px
}
.specialty-card p {
  font-size:12px;
  margin-top:14px;
  min-height:65px
}
.specialty-card .text-link {
  margin-top:19px;
  font-size:11px
}
.specialty-detail {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  align-items:center;
  padding-top:70px
}
.specialty-detail .prose {
  margin:25px 0 30px;
  max-width:520px
}
.specialty-detail-art {
  background:var(--sky);
  border-radius:180px 180px 22px 22px;
  min-height:360px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden
}
.specialty-detail-art .icon {
  width:170px;
  height:170px;
  stroke-width:.6;
  color:var(--blue)
}
.specialty-detail-art::before {
  content:'';
  width:380px;
  height:380px;
  border:1px solid #c0d3e8;
  position:absolute;
  border-radius:50%;
  left:20%;
  top:8%
}
.section-footnote {
  font-size:12px;
  margin-top:25px
}
.inline-doctor {
  display:flex;
  align-items:center;
  gap:20px;
  background:var(--pale);
  padding:25px 30px;
  border-radius:12px;
  margin-top:40px;
  width:min(580px,100%);
  color:var(--blue)
}
.inline-doctor strong,.inline-doctor small {
  display:block
}
.inline-doctor strong {
  font-size:17px
}
.inline-doctor small {
  font-size:11px;
  color:var(--muted)
}
.inline-doctor>.icon:last-child {
  margin-left:auto
}
.professionals-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px
}
.professional-card {
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden
}
.professional-photo {
  height:400px;
  background:var(--sky)
}
.professional-photo img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:50% 6%
}
.professional-card a>div:last-child {
  padding:30px
}
.professional-card .eyebrow {
  margin-bottom:12px
}
.professional-card h2 {
  font-size:31px
}
.professional-card p:not(.eyebrow) {
  font-size:13px;
  margin-top:16px
}
.professional-card .text-link {
  margin-top:16px
}
.professional-placeholder {
  height:100%;
  display:grid;
  place-items:center;
  color:var(--accent)
}
.professional-placeholder .icon {
  height:80px;
  width:80px;
  stroke-width:.8
}
.profile-hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:60px;
  padding-block:30px 55px;
  align-items:center
}
.profile-hero h1 {
  font-size:80px;
  line-height:1.08;
  max-width:530px
}
.h1-location {
  display:block;
  font-family:Manrope,Arial,sans-serif;
  font-size:18px;
  font-weight:500;
  letter-spacing:-.015em;
  line-height:1.5;
  margin-top:22px;
  color:var(--muted)
}
.profile-hero .eyebrow {
  font-size:8px;
  letter-spacing:.09em
}
.profile-hero .hero-description {
  font-size:21px;
  line-height:1.65;
  font-weight:400;
  color:var(--blue);
  margin-top:27px
}
.profile-portrait {
  height:605px;
  position:relative;
  overflow:hidden;
  border-radius:220px 220px 18px 18px;
  background:var(--pale)
}
.profile-portrait img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:50% 6%
}
.portrait-badge {
  position:absolute;
  bottom:24px;
  left:22px;
  right:22px;
  text-align:center;
  padding:17px;
  background:rgb(255 255 255 / .92);
  color:var(--blue);
  font-size:9px;
  letter-spacing:.15em;
  border-radius:7px;
  backdrop-filter:blur(8px)
}
.profile-specialisms {
  display:flex;
  gap:28px;
  margin-top:35px;
  padding-top:25px;
  border-top:1px solid var(--line)
}
.profile-specialisms span {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  color:var(--muted)
}
.profile-specialisms .icon {
  color:var(--accent)
}
.profile-nav {
  position:sticky;
  top:91px;
  z-index:30;
  background:var(--deep);
  color:#d9e5f6
}
.profile-nav .container {
  display:flex;
  align-items:center;
  gap:40px;
  overflow:auto;
  scrollbar-width:thin
}
.profile-nav a {
  font-size:10px;
  min-height:56px;
  display:flex;
  align-items:center;
  white-space:nowrap
}
.profile-nav a:hover {
  color:white;
  text-decoration:underline;
  text-underline-offset:6px
}
.profile-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}
.profile-intro .prose {
  font-size:14px;
  line-height:1.95
}
.areas-section {
  background:var(--pale)
}
.area-tabs {
  display:flex;
  gap:38px;
  border-bottom:1px solid #c5d5e8;
  margin-top:5px;
  margin-bottom:38px
}
.area-tabs button {
  background:none;
  border:0;
  border-bottom:3px solid transparent;
  margin-bottom:-1px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
  padding:19px 5px;
  white-space:nowrap
}
.area-tabs button[aria-selected=true] {
  border-bottom-color:var(--blue);
  color:var(--blue)
}
.area-panel {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:75px;
  align-items:center;
  min-height:330px
}
.anatomy-art {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:28px;
  padding:15px
}
.anatomy-art>.icon {
  width:205px;
  height:205px;
  stroke-width:.6;
  color:#315c92
}
.anatomy-art>span {
  font-size:9px;
  color:var(--accent);
  letter-spacing:.18em
}
.area-details details {
  border-bottom:1px solid #cddbea
}
.area-details summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 0;
  font-size:15px;
  font-weight:600;
  color:var(--deep)
}
.area-details summary .icon {
  width:16px;
  height:16px
}
.area-details details[open] summary .icon {
  transform:rotate(45deg)
}
.area-details p {
  font-size:13px;
  padding-bottom:20px;
  max-width:485px
}
.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px
}
.steps-grid article {
  border-top:1px solid var(--line);
  padding-top:28px
}
.steps-grid article>span {
  display:block;
  color:var(--accent);
  font-size:12px;
  margin-bottom:26px
}
.steps-grid h3 {
  font-size:23px;
  margin-bottom:14px
}
.steps-grid p {
  font-size:13px
}
.trajectory-section {
  background:var(--soft)
}
.timeline {
  margin-top:34px;
  padding-left:22px
}
.timeline article {
  position:relative;
  border-left:1px solid #bfd1e7;
  padding:0 0 33px 27px
}
.timeline article:last-child {
  padding-bottom:5px
}
.timeline article>span {
  width:9px;
  height:9px;
  background:var(--blue);
  border-radius:50%;
  position:absolute;
  left:-5px;
  top:5px;
  box-shadow:0 0 0 5px #edf2f8
}
.timeline h3 {
  font-size:18px;
  margin-bottom:11px
}
.timeline p {
  font-size:12px
}
.research-section {
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:50px;
  align-items:center
}
.research-intro>p:not(.eyebrow) {
  max-width:540px;
  margin-top:23px;
  font-size:14px
}
.research-links {
  display:flex;
  gap:25px;
  flex-wrap:wrap
}
.research-graphic {
  position:relative;
  height:355px;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate
}
.research-circle {
  position:absolute;
  width:275px;
  height:275px;
  border:1px solid #c0d3e9;
  border-radius:50%;
  transform:rotate(-20deg)
}
.circle-b {
  width:185px;
  height:325px;
  transform:rotate(43deg)
}
.circle-c {
  width:185px;
  height:325px;
  transform:rotate(-43deg)
}
.research-graphic>div {
  background:#fff;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:20px;
  color:var(--blue)
}
.research-graphic>div .icon {
  width:48px;
  height:75px;
  stroke-width:.8
}
.research-graphic>div>span {
  font-size:11px;
  letter-spacing:.14em;
  line-height:1.9
}
.publication-list {
  grid-column:1/-1
}
.publication-list>h3 {
  margin:20px 0 25px
}
.publication-list article {
  padding:24px 0;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:25px
}
.publication-list article>span {
  color:var(--accent);
  font-size:12px
}
.publication-list h2 {
  font-size:23px
}
.publication-list p {
  font-size:12px;
  margin-top:10px
}
.publication-list article>.icon {
  margin-left:auto
}
.generic-profile {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:75px;
  align-items:center
}
.generic-profile .prose {
  margin:25px 0 30px
}
.generic-profile>img {
  max-height:550px;
  border-radius:20px;
  object-fit:cover
}
.article-page {
  max-width:820px;
  padding-top:66px;
  padding-bottom:85px
}
.article-page header {
  padding-bottom:30px;
  border-bottom:1px solid var(--line);
  margin-bottom:35px
}
.article-page h1 {
  font-size:52px
}
.article-excerpt {
  font-size:18px;
  line-height:1.8;
  margin-top:25px
}
.article-meta {
  display:flex;
  flex-wrap:wrap;
  gap:9px 25px;
  font-size:10px;
  color:var(--muted);
  margin-top:24px
}
.reviewer {
  font-size:11px;
  margin-top:14px
}
.prose {
  font-size:15px;
  line-height:1.9;
  color:var(--muted)
}
.prose h2 {
  font-size:29px;
  margin:38px 0 16px
}
.prose h3 {
  font-size:23px;
  margin:30px 0 15px
}
.prose p {
  margin-bottom:19px
}
.prose a,.article-references a {
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:4px;
  overflow-wrap:anywhere
}
.prose ul,.prose ol {
  padding-left:22px
}
.prose li+li {
  margin-top:8px
}
.prose figure {
  margin:25px 0
}
.prose img {
  border-radius:12px
}
.prose table {
  border-collapse:collapse;
  width:100%;
  font-size:13px
}
.prose td,.prose th {
  border:1px solid var(--line);
  padding:10px;
  text-align:left
}
.prose blockquote {
  border-left:3px solid var(--blue);
  margin:25px 0;
  padding:8px 25px;
  background:var(--pale)
}
.article-references {
  border-top:1px solid var(--line);
  margin-top:40px;
  padding-top:25px;
  font-size:13px
}
.article-references h2 {
  font-size:24px
}
.educational-note {
  background:var(--pale);
  border-left:2px solid #a4bcd9;
  padding:20px 24px;
  font-size:12px;
  color:var(--muted);
  margin-top:35px
}
.contact-options {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  margin-top:40px
}
.contact-options article {
  border:1px solid var(--line);
  border-radius:15px;
  padding:30px
}
.contact-options article>.icon {
  color:var(--accent);
  margin-bottom:23px
}
.contact-options h2 {
  font-size:25px;
  margin-bottom:15px
}
.contact-options p {
  font-size:13px;
  margin-bottom:25px
}
.reserve-page {
  text-align:center;
  max-width:860px;
  padding-top:62px
}
.reserve-page>.eyebrow {
  justify-content:center
}
.reserve-page h1 {
  font-size:64px
}
.reserve-page>p:not(.eyebrow) {
  max-width:490px;
  margin:25px auto 30px
}
.reserve-page>.caption {
  max-width:600px!important;
  font-size:11px!important
}
.reserve-icon {
  width:66px;
  height:66px;
  background:var(--sky);
  border-radius:18px;
  margin:0 auto 25px;
  color:var(--blue);
  display:grid;
  place-items:center
}
.reserve-icon .icon {
  width:32px;
  height:32px
}
.reserve-direct {
  display:flex;
  justify-content:center;
  margin:15px auto
}
.reserve-steps {
  display:flex;
  justify-content:space-between;
  gap:35px;
  margin-top:58px;
  border-block:1px solid var(--line);
  padding:30px 20px
}
.reserve-steps>div {
  display:flex;
  align-items:center;
  gap:14px;
  text-align:left
}
.reserve-steps span {
  color:var(--accent);
  font-size:11px
}
.reserve-steps p {
  font-size:12px
}
.reserve-steps strong {
  color:var(--deep);
  font-weight:600
}
.reserve-page .button-row {
  justify-content:center
}
.search-result {
  padding:25px 0;
  border-bottom:1px solid var(--line)
}
.search-result h2 {
  font-size:28px;
  margin-bottom:15px
}
.booking-dialog {
  border:1px solid var(--line);
  border-radius:20px;
  width:min(970px,calc(100% - 50px));
  max-height:calc(100dvh - 50px);
  padding:27px;
  background:white;
  color:var(--ink);
  box-shadow:0 35px 120px rgb(0 20 60 / .35);
  overscroll-behavior:contain
}
.booking-dialog::backdrop {
  background:rgb(0 18 48 / .65);
  backdrop-filter:blur(6px)
}
.booking-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.booking-heading .eyebrow {
  margin:0 0 6px;
  font-size:9px
}
.booking-heading h2 {
  font-size:28px
}
.dialog-close {
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  height:42px;
  width:42px;
  flex-shrink:0;
  background:white
}
.dialog-close:hover {
  background:var(--pale)
}
.booking-intro {
  font-size:12px;
  margin-top:12px;
  margin-bottom:15px
}
.booking-frame {
  position:relative;
  background:var(--soft);
  border-radius:10px;
  overflow:hidden;
  border:1px solid var(--line)
}
.booking-frame iframe {
  display:block;
  width:100%;
  height:min(57dvh,600px);
  min-height:260px;
  border:0;
  background:white
}
.booking-status {
  font-size:11px;
  padding:10px 14px;
  color:var(--muted)
}
.booking-fallback {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:10px
}
.booking-fallback a {
  display:flex;
  align-items:center;
  gap:6px;
  min-height:36px;
  font-size:10px;
  color:var(--blue)
}
.booking-fallback .icon {
  height:14px;
  width:14px
}
.modal-open {
  overflow:hidden
}
.is-revealed {
  animation:reveal .65s var(--ease) both
}
@keyframes reveal {
  from {
    transform:translateY(14px)
  }
  to {
    transform:translateY(0)
  }
}
@media(min-width:1500px) {
  .hero {
    min-height:765px
  }
  .hero-visual {
    height:645px
  }
  .hero h1 {
    font-size:82px
  }
  .hero-description {
    font-size:16px
  }
  .section {
    padding-block:110px
  }
  .cta-wrap,.location-section {
    padding-top:0
  }
}
@media(max-width:1150px) {
  .container {
    width:calc(100% - 64px)
  }
  .site-nav {
    gap:20px;
    font-size:10px
  }
  .brand>span {
    font-size:14px
  }
  .brand img {
    width:53px
  }
  .brand {
    gap:8px
  }
  .nav-booking {
    margin-left:0
  }
  .nav-booking .button {
    padding:12px 13px;
    gap:10px
  }
  .hero {
    gap:25px;
    min-height:610px
  }
  .hero h1 {
    font-size:60px
  }
  .hero-visual {
    height:520px;
    margin-left:10px
  }
  .hero .button-row {
    gap:12px
  }
  .hero .button {
    padding:15px 18px;
    font-size:12px
  }
  .hero .text-link {
    font-size:11px
  }
  .hero-description {
    font-size:13px
  }
  .section {
    padding-block:80px
  }
  .section-heading {
    gap:25px
  }
  .doctor-split,.approach,.faq-section,.profile-intro {
    gap:55px
  }
  .doctor-intro h2 {
    font-size:35px
  }
  .specialty-large {
    padding:27px
  }
  .specialty-compact {
    grid-template-columns:repeat(4,1fr);
    gap:0 20px
  }
  .specialty-compact a {
    font-size:10px;
    gap:7px
  }
  .specialty-compact a>.icon:first-child {
    width:18px;
    height:18px
  }
  .specialty-large h3 {
    font-size:26px
  }
  .specialty-art {
    right:-30px;
    opacity:.12
  }
  .specialty-large p {
    max-width:245px
  }
  .footer-grid {
    gap:25px
  }
  .profile-hero {
    gap:40px
  }
  .profile-hero h1 {
    font-size:67px
  }
  .profile-portrait {
    height:530px
  }
  .profile-hero .button-row {
    gap:10px
  }
  .profile-hero .text-link {
    font-size:11px
  }
  .profile-nav .container {
    gap:30px
  }
  .area-panel {
    gap:40px
  }
  .cta-wrap,.location-section {
    padding-top:0
  }
  .location-copy {
    padding:35px
  }
  .article-body {
    padding:23px
  }
  .article-body h3 {
    font-size:20px
  }
  .specialty-card {
    padding:25px
  }
  .specialty-card h2 {
    font-size:23px
  }
}
@media(max-width:950px) {
  .header-inner {
    height:78px
  }
  .site-nav {
    gap:14px
  }
  .site-nav>a {
    font-size:9px
  }
  .brand>span {
    font-size:12px
  }
  .brand small {
    font-size:8px
  }
  .brand img {
    width:47px
  }
  .nav-booking .button {
    font-size:10px;
    padding:10px 12px;
    min-height:42px
  }
  .nav-booking .icon {
    display:none
  }
  .hero h1 {
    font-size:53px
  }
  .hero-visual {
    height:475px;
    margin:0
  }
  .hero-photo {
    inset:0 5px 15px 5px
  }
  .portrait-halo {
    right:-10px;
    left:20px
  }
  .photo-label {
    right:-22px
  }
  .doctor-float {
    left:-12px;
    right:18px;
    padding:13px;
    bottom:37px
  }
  .doctor-float strong {
    font-size:13px
  }
  .hero-note {
    margin-top:26px
  }
  .hero .button-row {
    gap:10px
  }
  .hero .text-link {
    min-height:34px
  }
  .hero {
    min-height:560px;
    padding-block:33px
  }
  .principles {
    gap:20px
  }
  .principles>div+div {
    padding-left:20px
  }
  .principles strong {
    font-size:11px
  }
  .principles p {
    font-size:10px
  }
  .principles>div {
    gap:11px
  }
  .section {
    padding-block:66px
  }
  .specialty-compact {
    grid-template-columns:repeat(2,1fr)
  }
  .specialty-compact a {
    font-size:12px
  }
  .doctor-split,.approach,.faq-section,.profile-intro {
    gap:35px
  }
  .doctor-intro h2 {
    font-size:32px
  }
  .doctor-intro .pill-row {
    gap:5px
  }
  .doctor-intro .pill-row span {
    font-size:9px;
    padding:5px 10px
  }
  .article-grid {
    gap:16px
  }
  .article-body {
    padding:18px
  }
  .article-body h3 {
    font-size:19px
  }
  .article-art {
    height:155px
  }
  .article-body>p:not(.eyebrow) {
    font-size:11px
  }
  .cta-panel {
    padding:40px
  }
  .cta-panel h2 {
    font-size:35px
  }
  .location-copy {
    padding:28px
  }
  .location-copy h3 {
    font-size:23px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr 1fr;
    gap:35px
  }
  .footer-note {
    grid-column:1/-1;
    display:flex;
    gap:28px;
    align-items:start
  }
  .footer-note>p {
    margin:0;
    max-width:270px
  }
  .footer-note .footer-title {
    flex-shrink:0
  }
  .profile-hero h1 {
    font-size:60px
  }
  .h1-location {
    font-size:16px
  }
  .profile-portrait {
    height:490px
  }
  .profile-nav {
    top:78px
  }
  .profile-hero .hero-description {
    font-size:18px
  }
  .profile-specialisms {
    gap:12px
  }
  .profile-specialisms span {
    font-size:9px
  }
  .specialties-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .specialty-detail {
    gap:30px
  }
  .specialty-detail-art {
    min-height:300px
  }
  .page-intro h1 {
    font-size:51px
  }
  .steps-grid {
    gap:25px
  }
  .steps-grid h3 {
    font-size:21px
  }
  .research-section {
    gap:20px
  }
  .research-circle {
    width:215px;
    height:215px
  }
  .circle-b,.circle-c {
    width:155px;
    height:255px
  }
  .research-graphic {
    height:290px
  }
  .cta-wrap,.location-section {
    padding-top:0
  }
  .professional-photo {
    height:340px
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:130px
  }
  .container {
    width:calc(100% - 40px)
  }
  .topbar {
    height:29px;
    font-size:8px
  }
  .topbar .container>span:last-child {
    display:none
  }
  .header-inner {
    height:72px
  }
  .brand>span {
    font-size:14px
  }
  .brand small {
    font-size:8px
  }
  .brand img {
    width:52px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    gap:6px;
    justify-content:center;
    align-items:center;
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:50%;
    background:white
  }
  .menu-toggle span {
    width:18px;
    height:1px;
    background:var(--deep);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .site-nav {
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    background:white;
    padding:20px 24px 28px;
    box-shadow:0 25px 30px rgb(0 25 65 / .10);
    border-bottom:1px solid var(--line);
    max-height:calc(100dvh - 110px);
    overflow:auto
  }
  .site-nav.is-open {
    display:flex;
    align-items:stretch;
    flex-direction:column;
    gap:0
  }
  .site-nav>a {
    font-size:14px;
    min-height:52px;
    border-bottom:1px solid var(--line)
  }
  .site-nav>a[aria-current=page]::after {
    display:none
  }
  .nav-booking {
    margin-top:20px
  }
  .nav-booking .button {
    font-size:13px;
    min-height:50px;
    width:100%;
    justify-content:space-between;
    padding:15px 20px
  }
  .nav-booking .icon {
    display:block
  }
  .hero {
    grid-template-columns:1fr;
    gap:30px;
    padding-top:39px;
    padding-bottom:31px;
    min-height:0
  }
  .hero-copy {
    padding:0
  }
  .hero .eyebrow {
    font-size:8px;
    margin-bottom:18px
  }
  .hero h1 {
    font-size:clamp(43px,8.5vw,63px);
    max-width:580px;
    line-height:1.1
  }
  .hero-description {
    font-size:13px;
    margin:21px 0 25px;
    max-width:410px
  }
  .hero .button-row {
    gap:20px
  }
  .hero .button {
    font-size:12px;
    padding:14px 19px;
    min-height:51px
  }
  .hero .text-link {
    font-size:11px;
    gap:7px
  }
  .hero-note {
    display:none
  }
  .hero-visual {
    height:450px;
    margin:0 8px 0 10px;
    max-width:480px;
    width:calc(100% - 18px);
    justify-self:center
  }
  .hero-photo {
    inset:0 5px 15px 5px;
    border-radius:200px 200px 15px 15px
  }
  .hero-photo img {
    object-position:50% 6%
  }
  .portrait-halo {
    inset:20px -10px 0 25px
  }
  .photo-label {
    font-size:7px;
    right:-19px
  }
  .doctor-float {
    left:-10px;
    right:15px;
    bottom:35px;
    padding:15px
  }
  .doctor-float strong {
    font-size:14px
  }
  .doctor-float small {
    font-size:10px
  }
  .principles {
    grid-template-columns:1fr;
    gap:0;
    padding-block:10px
  }
  .principles>div {
    padding:15px 0;
    gap:18px
  }
  .principles>div+div {
    padding:15px 0;
    border-left:0;
    border-top:1px solid var(--line)
  }
  .principles p {
    font-size:11px
  }
  .principles strong {
    display:inline;
    font-size:11px;
    margin-right:7px
  }
  .principles>div>span {
    font-size:10px
  }
  .section {
    padding-block:58px
  }
  h2 {
    font-size:36px
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:18px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .section-heading>.text-link {
    margin-top:17px
  }
  .specialty-featured {
    gap:15px
  }
  .specialty-large {
    padding:24px;
    min-height:315px
  }
  .specialty-top {
    margin-bottom:56px
  }
  .specialty-number {
    font-size:8px
  }
  .specialty-large h3 {
    font-size:26px;
    max-width:160px
  }
  .specialty-large p {
    font-size:11px;
    max-width:235px
  }
  .specialty-art {
    right:-50px;
    top:45px
  }
  .specialty-art .icon {
    width:190px;
    height:190px
  }
  .specialty-large--1 .specialty-art {
    right:-40px
  }
  .specialty-compact {
    gap:0 24px;
    margin-top:10px
  }
  .specialty-compact a {
    font-size:12px;
    min-height:72px;
    padding:20px 0
  }
  .doctor-split,.approach,.faq-section,.profile-intro {
    grid-template-columns:1fr;
    gap:34px
  }
  .clinical-photo {
    aspect-ratio:1.2;
    max-height:470px
  }
  .doctor-intro h2 {
    font-size:36px
  }
  .doctor-intro .large-copy {
    font-size:21px;
    margin-top:23px
  }
  .doctor-intro>p:not(.eyebrow):not(.large-copy) {
    font-size:13px
  }
  .doctor-intro .pill-row span {
    font-size:10px;
    padding:7px 12px
  }
  .approach-list article {
    padding-bottom:22px;
    margin-bottom:22px
  }
  .approach-list h3 {
    font-size:20px
  }
  .article-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .article-card>a {
    display:grid;
    grid-template-columns:.65fr 1fr;
    min-height:226px
  }
  .article-art {
    height:100%;
    min-height:220px
  }
  .article-body {
    padding:24px 20px
  }
  .article-body h3 {
    font-size:21px
  }
  .article-body .eyebrow {
    font-size:8px;
    letter-spacing:.1em
  }
  .article-body>p:not(.eyebrow) {
    font-size:11px;
    line-height:1.8
  }
  .article-art>.icon {
    width:52px;
    height:52px
  }
  .art-orbit {
    width:185px;
    height:185px
  }
  .article-body .text-link {
    font-size:10px;
    margin-top:10px
  }
  .faq-section {
    gap:25px
  }
  .faq-section h2 br {
    display:none
  }
  .faq-section>div>p:not(.eyebrow) {
    max-width:100%;
    margin-top:17px
  }
  .faq-list summary {
    font-size:13px;
    padding:21px 0
  }
  .faq-list details p {
    font-size:12px
  }
  .location-card {
    grid-template-columns:1fr
  }
  .location-illustration {
    min-height:245px
  }
  .location-illustration svg {
    max-width:360px
  }
  .location-copy {
    padding:32px
  }
  .location-copy h3 {
    font-size:28px
  }
  .cta-panel {
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
    padding:36px 30px;
    border-radius:16px
  }
  .cta-panel h2 {
    font-size:36px
  }
  .cta-panel>div:nth-child(2) {
    text-align:left
  }
  .cta-panel>div:nth-child(2) p {
    margin-top:12px
  }
  .cta-lines {
    bottom:-50px;
    right:-110px;
    max-width:none
  }
  .cta-wrap,.location-section {
    padding-top:0
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:32px 24px;
    padding-top:38px;
    padding-bottom:30px
  }
  .footer-brand {
    grid-column:1/-1;
    display:flex;
    gap:22px;
    align-items:center
  }
  .footer-brand img {
    width:170px;
    height:92px;
    margin:0
  }
  .footer-brand p {
    font-size:10px
  }
  .footer-grid a {
    font-size:11px;
    min-height:37px
  }
  .footer-title {
    margin-bottom:15px
  }
  .footer-note {
    display:block;
    grid-column:1/-1
  }
  .footer-note>p {
    max-width:100%;
    margin:0 0 12px;
    font-size:10px
  }
  .footer-bottom {
    flex-wrap:wrap;
    justify-content:flex-start;
    font-size:8px;
    padding-block:19px;
    gap:10px 20px
  }
  .footer-bottom>span:last-child {
    margin-left:auto
  }
  .mobile-booking {
    display:block;
    position:fixed;
    z-index:45;
    bottom:0;
    left:0;
    right:0;
    padding:9px 20px calc(9px + env(safe-area-inset-bottom));
    background:rgb(255 255 255 / .96);
    border-top:1px solid var(--line);
    backdrop-filter:blur(15px)
  }
  .mobile-booking .button {
    width:100%;
    min-height:47px;
    justify-content:space-between;
    padding:12px 22px;
    font-size:12px
  }
  .site-footer {
    padding-bottom:calc(76px + env(safe-area-inset-bottom))
  }
  .breadcrumbs {
    font-size:9px;
    padding-top:16px;
    gap:7px
  }
  .page-intro {
    padding-top:40px;
    padding-bottom:0
  }
  .page-intro h1 {
    font-size:43px
  }
  .page-intro>p:not(.eyebrow) {
    font-size:13px;
    margin-top:20px
  }
  .filter-toolbar {
    align-items:flex-start;
    flex-direction:column;
    gap:12px
  }
  .search-input {
    width:100%
  }
  .filter-chips {
    gap:7px;
    margin:19px 0 25px
  }
  .filter-chips button {
    font-size:10px;
    padding:8px 12px;
    min-height:42px
  }
  .specialties-grid {
    gap:14px
  }
  .specialty-card {
    padding:23px 20px
  }
  .specialty-card h2 {
    font-size:24px
  }
  .specialty-card p {
    font-size:11px;
    min-height:85px
  }
  .card-icon {
    width:46px;
    height:46px;
    margin-bottom:23px
  }
  .specialty-card .text-link {
    font-size:10px;
    gap:6px
  }
  .specialty-detail {
    grid-template-columns:1fr;
    gap:30px;
    padding-top:42px
  }
  .specialty-detail h1 {
    font-size:47px
  }
  .specialty-detail .prose {
    font-size:14px
  }
  .specialty-detail-art {
    min-height:230px;
    border-radius:130px 130px 15px 15px
  }
  .specialty-detail-art .icon {
    width:130px;
    height:130px
  }
  .specialty-detail-art::before {
    left:calc(50% - 160px);
    width:330px;
    height:330px;
    top:-40px
  }
  .steps-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .steps-grid article {
    padding-top:22px
  }
  .steps-grid article>span {
    margin-bottom:15px
  }
  .steps-grid h3 {
    font-size:23px
  }
  .steps-grid p {
    font-size:13px
  }
  .inline-doctor {
    padding:23px 20px;
    gap:13px
  }
  .inline-doctor strong {
    font-size:15px
  }
  .inline-doctor small {
    font-size:10px
  }
  .professionals-grid {
    grid-template-columns:1fr
  }
  .professional-photo {
    height:425px
  }
  .professional-card a>div:last-child {
    padding:25px
  }
  .professional-card h2 {
    font-size:30px
  }
  .profile-hero {
    grid-template-columns:1fr;
    gap:32px;
    padding-top:33px;
    padding-bottom:35px
  }
  .profile-hero h1 {
    font-size:64px;
    max-width:420px
  }
  .profile-hero .eyebrow {
    font-size:7px;
    letter-spacing:.075em
  }
  .h1-location {
    font-size:16px;
    margin-top:16px
  }
  .profile-hero .hero-description {
    font-size:19px;
    margin-top:20px;
    margin-bottom:24px
  }
  .profile-hero .button-row {
    gap:16px
  }
  .profile-hero .button {
    font-size:12px;
    padding:15px 21px
  }
  .profile-specialisms {
    margin-top:24px;
    padding-top:20px;
    gap:25px
  }
  .profile-specialisms span {
    font-size:10px
  }
  .profile-portrait {
    height:500px;
    max-width:440px;
    width:100%;
    justify-self:center
  }
  .profile-portrait img {
    object-position:50% 6%
  }
  .profile-nav {
    top:72px
  }
  .profile-nav .container {
    gap:24px;
    width:100%;
    padding-inline:20px
  }
  .profile-nav a {
    font-size:9px;
    min-height:48px
  }
  .profile-intro {
    gap:24px
  }
  .profile-intro .prose {
    font-size:13px
  }
  .heading-description {
    margin-top:20px;
    max-width:100%;
    font-size:13px
  }
  .area-tabs {
    gap:20px;
    overflow-x:auto;
    margin-bottom:20px
  }
  .area-tabs button {
    font-size:11px;
    padding:17px 0
  }
  .area-panel {
    grid-template-columns:1fr;
    gap:10px
  }
  .anatomy-art {
    padding:20px;
    gap:15px
  }
  .anatomy-art>.icon {
    width:135px;
    height:135px
  }
  .anatomy-art>span {
    font-size:8px
  }
  .area-details summary {
    font-size:14px
  }
  .area-details p {
    font-size:12px
  }
  .research-section {
    grid-template-columns:1fr;
    gap:15px
  }
  .research-intro>p:not(.eyebrow) {
    font-size:13px
  }
  .research-graphic {
    height:270px
  }
  .research-circle {
    width:230px;
    height:230px
  }
  .circle-b,.circle-c {
    width:155px;
    height:255px
  }
  .article-page {
    padding-top:40px;
    padding-bottom:50px
  }
  .article-page h1 {
    font-size:42px
  }
  .article-excerpt {
    font-size:16px;
    margin-top:21px
  }
  .article-meta {
    font-size:9px;
    gap:8px 17px
  }
  .prose {
    font-size:14px
  }
  .prose h2 {
    font-size:26px
  }
  .article-references h2 {
    font-size:24px
  }
  .educational-note {
    font-size:11px;
    padding:20px
  }
  .contact-options {
    grid-template-columns:1fr;
    margin-top:25px
  }
  .reserve-page {
    padding-top:40px
  }
  .reserve-page h1 {
    font-size:47px
  }
  .reserve-page>p:not(.eyebrow) {
    font-size:13px
  }
  .reserve-direct {
    font-size:10px
  }
  .reserve-steps {
    gap:15px;
    padding:23px 0;
    margin-top:35px
  }
  .reserve-steps>div {
    gap:8px;
    align-items:flex-start
  }
  .reserve-steps p {
    font-size:10px
  }
  .reserve-steps span {
    font-size:9px;
    padding-top:2px
  }
  .booking-dialog {
    width:calc(100% - 25px);
    padding:18px;
    max-height:calc(100dvh - 30px)
  }
  .booking-heading h2 {
    font-size:23px
  }
  .booking-heading .eyebrow {
    font-size:8px
  }
  .booking-fallback {
    flex-direction:column;
    align-items:flex-start;
    gap:0
  }
  .booking-fallback a {
    font-size:10px
  }
  .generic-profile {
    grid-template-columns:1fr;
    gap:30px
  }
  .publication-list article {
    gap:14px;
    align-items:flex-start
  }
  .publication-list h2,.publication-list h4 {
    font-size:20px
  }
  .publication-list article>.icon {
    width:17px;
    height:17px
  }
}
@media(max-width:480px) {
  .hero h1 {
    font-size:45px;
    max-width:370px
  }
  .hero-visual {
    height:414px
  }
  .hero .button-row {
    gap:13px
  }
  .hero .button {
    padding:13px 16px;
    font-size:11px;
    gap:12px
  }
  .hero .text-link {
    font-size:10px;
    gap:5px
  }
  .hero .text-link .icon {
    width:15px;
    height:15px
  }
  .hero .eyebrow {
    font-size:7.5px
  }
  .principles p {
    font-size:10px
  }
  .principles strong {
    font-size:10px
  }
  .specialty-featured {
    grid-template-columns:1fr
  }
  .specialty-large {
    min-height:278px;
    padding:27px
  }
  .specialty-large h3 {
    max-width:none;
    font-size:29px
  }
  .specialty-large p {
    max-width:245px;
    font-size:12px
  }
  .specialty-top {
    margin-bottom:40px
  }
  .specialty-art {
    right:4px;
    top:51px;
    opacity:.12
  }
  .specialty-art .icon {
    width:180px;
    height:180px
  }
  .specialty-large--1 .specialty-art {
    right:8px;
    top:40px
  }
  .specialty-compact {
    gap:0 16px
  }
  .specialty-compact a {
    font-size:10px;
    gap:7px
  }
  .specialty-compact a>.icon:first-child {
    width:18px;
    height:18px
  }
  .specialty-compact a>.icon:last-child {
    width:12px;
    height:12px
  }
  .article-card>a {
    grid-template-columns:1fr
  }
  .article-art {
    height:180px;
    min-height:180px
  }
  .article-body {
    padding:24px
  }
  .article-body h3 {
    font-size:24px
  }
  .article-body>p:not(.eyebrow) {
    font-size:12px
  }
  .article-body .text-link {
    font-size:11px
  }
  .article-body .eyebrow {
    font-size:8px
  }
  .specialties-grid {
    grid-template-columns:1fr
  }
  .specialty-card p {
    min-height:0;
    font-size:12px
  }
  .specialty-card .text-link {
    font-size:11px
  }
  .specialty-card {
    padding:25px
  }
  .specialty-card h2 {
    font-size:27px
  }
  .professional-photo {
    height:375px
  }
  .profile-hero h1 {
    font-size:62px
  }
  .profile-portrait {
    height:446px
  }
  .profile-hero .text-link {
    font-size:10px
  }
  .profile-hero .button-row {
    gap:14px
  }
  .profile-hero .button {
    padding:14px 17px
  }
  .profile-hero .eyebrow {
    font-size:6.8px
  }
  .h1-location {
    font-size:14px
  }
  .area-tabs {
    gap:19px
  }
  .area-tabs button {
    font-size:10px
  }
  .footer-bottom>span:last-child {
    width:100%;
    margin-left:0
  }
  .footer-brand {
    gap:17px
  }
  .footer-brand img {
    width:158px
  }
  .reserve-steps {
    flex-direction:column;
    padding:20px;
    gap:20px;
    text-align:left
  }
  .reserve-steps>div {
    gap:16px
  }
  .reserve-steps p {
    font-size:12px
  }
  .reserve-steps p br {
    display:none
  }
  .reserve-steps strong {
    margin-left:6px
  }
  .reserve-steps span {
    font-size:10px
  }
  .page-intro h1 {
    font-size:41px
  }
  .article-page h1 {
    font-size:37px
  }
  .cta-panel {
    padding:32px 26px
  }
  .cta-panel h2 {
    font-size:35px
  }
  .topbar {
    font-size:7.5px
  }
}
@media(max-width:360px) {
  .container {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:39px
  }
  .hero .button-row {
    gap:7px
  }
  .hero .text-link {
    font-size:9px
  }
  .hero-visual {
    height:365px
  }
  .doctor-float strong {
    font-size:12px
  }
  .profile-hero h1 {
    font-size:55px
  }
  .profile-hero .eyebrow {
    font-size:6px
  }
  .specialty-compact {
    grid-template-columns:1fr
  }
  .specialty-compact a {
    font-size:12px
  }
  .profile-specialisms {
    gap:13px
  }
  .profile-specialisms span {
    font-size:9px
  }
  .area-tabs {
    gap:14px
  }
  .area-tabs button {
    font-size:9px
  }
  .brand>span {
    font-size:12px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .button:hover,.specialty-large:hover,.article-card:hover,.specialty-card:hover {
    transform:none
  }
}
@media print {
  .topbar,.site-header,.site-footer,.mobile-booking,.profile-nav,.booking-dialog,.cta-wrap,.button-row,.button,.filter-toolbar,.filter-chips {
    display:none!important
  }
  .container {
    width:100%;
    max-width:100%
  }
  .section {
    padding-block:25px
  }
  .hero,.profile-hero {
    min-height:0
  }
  .hero-visual,.profile-portrait {
    height:360px
  }
  .area-panel[hidden] {
    display:grid!important
  }
  .area-panel {
    break-inside:avoid
  }
  .prose a::after {
    content:' (' attr(href) ')';
    font-size:10px
  }
}
/* Minimum reading sizes for patient-facing copy. */
.hero-description,.prose {
  font-size:15px
}
.specialty-large p,.specialty-card p,.article-body>p:not(.eyebrow),.doctor-intro>p:not(.eyebrow):not(.large-copy),.approach-list p,.faq-list details p,.location-copy p,.area-details p,.steps-grid p,.timeline p,.research-intro>p:not(.eyebrow) {
  font-size:14px
}
.site-nav>a {
  font-size:12px
}
.footer-grid a,.footer-note>p:not(.footer-title),.footer-brand p {
  font-size:12px
}
@media(max-width:1150px) {
  .site-nav>a {
    font-size:10px
  }
}
@media(max-width:760px) {
  .site-nav>a {
    font-size:14px
  }
  .hero .eyebrow,.profile-hero .eyebrow {
    font-size:9px;
    letter-spacing:.08em
  }
  .hero-description {
    font-size:14px
  }
  .profile-hero .hero-description {
    font-size:19px
  }
  .specialty-compact a {
    font-size:12px
  }
  .specialty-card p {
    min-height:0
  }
  .article-body .eyebrow {
    font-size:9px
  }
  .profile-nav a {
    font-size:10px
  }
  .footer-note>p:not(.footer-title) {
    font-size:11px
  }
}
.brand small {
  letter-spacing:.45em
}
