:root {
  --ivory: #f7fbff;
  --surface: #ffffff;
  --ink: #102033;
  --muted: #617086;
  --line: rgba(14, 104, 165, 0.15);
  --deep: #082f57;
  --teal: #0e68a5;
  --aqua: #e5f4ff;
  --gold: #b9975b;
  --rose: #4f9bca;
  --soft: #eef7ff;
  --champagne: #f1d6a2;
  --shadow: 0 24px 70px rgba(8, 47, 87, 0.14);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(14, 104, 165, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(185, 151, 91, 0.05) 1px, transparent 1px),
    var(--ivory);
  background-size: 42px 42px;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 16px clamp(18px, 4vw, 58px);
  color: #fff;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  border-bottom: 1px solid var(--line);
  background: rgba(247, 251, 255, 0.94);
  box-shadow: 0 12px 34px rgba(8, 47, 87, 0.08);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  border-radius: 8px;
  padding: 6px 8px;
}

.brand-logo {
  width: clamp(132px, 12vw, 172px);
  height: auto;
  object-fit: contain;
}

.brand-logo-light {
  display: none;
}

.site-header:not(.is-scrolled):not(.nav-active) .brand-logo-dark,
.site-footer .brand-logo-dark {
  display: none;
}

.site-header:not(.is-scrolled):not(.nav-active) .brand-logo-light,
.site-footer .brand-logo-light {
  display: block;
}

.site-header:not(.is-scrolled):not(.nav-active) .brand-logo-light {
  width: clamp(92px, 7vw, 112px);
}

.site-footer .brand-logo-light {
  width: 150px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.02rem;
  letter-spacing: 0;
}

.brand small {
  color: currentColor;
  font-size: 0.78rem;
  opacity: 0.74;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.header-cta,
.primary-action,
.secondary-action,
.booking-strip a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 800;
}

.site-nav a {
  color: currentColor;
  opacity: 0.88;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.site-header.nav-active .site-nav a:hover,
.site-header.nav-active .site-nav a:focus-visible {
  background: rgba(14, 104, 165, 0.08);
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .header-cta,
.site-header.nav-active .header-cta {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: transparent;
  color: currentColor;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 10px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, var(--ivory), transparent);
  pointer-events: none;
  opacity: 0.26;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 47, 87, 0.96) 0%, rgba(14, 80, 130, 0.74) 43%, rgba(14, 80, 130, 0.12) 100%),
    linear-gradient(0deg, rgba(8, 47, 87, 0.68) 0%, rgba(8, 47, 87, 0) 42%);
}

.hero-frame {
  position: absolute;
  inset: 108px clamp(18px, 4vw, 58px) 34px;
  border: 1px solid rgba(234, 216, 182, 0.38);
  border-radius: 8px;
  pointer-events: none;
  z-index: 1;
}

.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  border: 1px solid var(--gold);
  opacity: 0.84;
}

.hero-frame::before {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}

.hero-frame::after {
  right: -1px;
  bottom: -1px;
  border-top: 0;
  border-left: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  padding: 132px clamp(20px, 5vw, 72px) clamp(32px, 8vw, 86px);
  color: #fff;
}

.prestige-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.prestige-line span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.prestige-line span:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 11ch;
  font-size: 7.2rem;
  line-height: 0.92;
  font-weight: 800;
}

h2 {
  max-width: 820px;
  font-size: 4.35rem;
  line-height: 0.98;
  font-weight: 800;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.22;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-action,
.booking-strip a {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #102033;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
}

.primary-action:hover,
.primary-action:focus-visible,
.booking-strip a:hover,
.booking-strip a:focus-visible {
  border-color: #caa86a;
  background: #caa86a;
}

.secondary-action:hover,
.secondary-action:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(780px, 100%);
  margin: 52px 0 0;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  overflow: hidden;
}

.hero-concierge {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(32px, 7vw, 86px);
  z-index: 3;
  width: min(360px, calc(100% - 40px));
  border: 1px solid rgba(234, 216, 182, 0.42);
  border-radius: 8px;
  padding: 22px;
  background: rgba(248, 244, 236, 0.12);
  color: #fff;
  box-shadow: 0 24px 80px rgba(8, 47, 87, 0.28);
  backdrop-filter: blur(18px);
}

.hero-concierge h2 {
  font-family: inherit;
  font-size: 1.35rem;
  line-height: 1.18;
}

.hero-concierge p:not(.eyebrow) {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.hero-concierge div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 16px;
}

.hero-concierge span {
  color: var(--champagne);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stats div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-stats dt {
  font-weight: 900;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.booking-strip {
  position: relative;
  z-index: 4;
  width: min(1220px, calc(100% - 40px));
  margin: -34px auto 0;
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 1.2fr auto;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.service-ribbon {
  width: min(100%, 1500px);
  margin: 34px auto 0;
  overflow: hidden;
  border-block: 1px solid rgba(8, 47, 87, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

.service-ribbon div {
  display: flex;
  width: max-content;
  animation: ribbon-scroll 34s linear infinite;
}

.service-ribbon span {
  flex: 0 0 auto;
  padding: 18px 24px;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.service-ribbon span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 24px;
  border-radius: 50%;
  background: var(--gold);
  vertical-align: middle;
}

@keyframes ribbon-scroll {
  to {
    transform: translateX(-50%);
  }
}

.booking-strip div,
.booking-strip a {
  min-width: 0;
  background: var(--surface);
  padding: 20px;
}

.booking-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.booking-strip strong {
  display: block;
  line-height: 1.25;
}

.booking-strip a {
  border-radius: 0;
}

.section-grid,
.trust-stats,
.why-choose,
.leadership,
.departments,
.insurance-band,
.doctors,
.testimonials,
.homepage-faq,
.emergency-cta,
.contact-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 42px 0 26px;
}

.trust-stats article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(8, 47, 87, 0.07);
}

.trust-stats span,
.why-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-stats strong {
  display: block;
  margin: 10px 0 6px;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  line-height: 1;
}

.trust-stats p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 6vw, 84px);
  padding: clamp(78px, 10vw, 132px) 0;
  align-items: start;
}

.signature-care {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: clamp(76px, 10vw, 130px);
}

.signature-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.signature-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.signature-gallery {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  gap: 16px;
  min-height: 510px;
}

.signature-gallery article {
  position: relative;
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
  box-shadow: 0 18px 54px rgba(14, 80, 130, 0.12);
}

.signature-gallery article:first-child {
  min-height: 510px;
}

.signature-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.signature-gallery article:hover img {
  transform: scale(1.045);
}

.signature-gallery article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 47, 87, 0.82), transparent 54%);
}

.signature-gallery article div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
  color: #fff;
}

.signature-gallery span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 900;
}

.intro-text p,
.section-heading p,
.contact-copy p,
.feature-list p,
.department-card p,
.doctor-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.72;
}

.intro-text p {
  margin-top: 0;
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, var(--deep) 46% 55%, transparent 56%),
    var(--aqua);
}

.leadership,
.departments,
.doctors,
.testimonials {
  padding-bottom: clamp(76px, 10vw, 130px);
}

.why-choose {
  padding-bottom: clamp(76px, 10vw, 130px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.why-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(216, 233, 248, 0.56), rgba(255, 255, 255, 0) 44%),
    var(--surface);
  box-shadow: 0 14px 42px rgba(8, 47, 87, 0.07);
}

.why-grid h3 {
  margin-top: 14px;
  font-size: 1.2rem;
}

.why-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading p {
  margin: 0;
}

.department-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.leader-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 54px rgba(8, 47, 87, 0.09);
}

.leader-card img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  object-position: top center;
  background: var(--soft);
}

.leader-image-frame {
  aspect-ratio: 4 / 4.4;
  overflow: hidden;
  background: var(--soft);
}

.leader-image-frame img {
  height: 100%;
  aspect-ratio: auto;
}

.leader-image-frame img.coo-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.18);
  transform-origin: center 34%;
}

.leader-image-frame img.ceo-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.16);
  transform-origin: center 18%;
}

.leader-card.is-featured {
  background: var(--surface);
  color: var(--ink);
}

.leader-content {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.leader-role {
  width: max-content;
  max-width: 100%;
  margin: 0;
  border: 1px solid rgba(185, 151, 91, 0.5);
  border-radius: 8px;
  padding: 7px 10px;
  background: rgba(185, 151, 91, 0.1);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.leader-card h3 {
  font-size: 1.65rem;
}

.leader-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.leader-card dl div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.leader-card.is-featured dl div {
  border-color: var(--line);
}

.leader-card dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.leader-card.is-featured dt {
  color: var(--muted);
}

.leader-card dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.5;
  font-weight: 760;
}

.leader-card.is-featured dd {
  color: var(--ink);
}

.filter-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  padding: 0 14px;
  font-weight: 850;
}

.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.department-card,
.doctor-card,
blockquote {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 42px rgba(8, 47, 87, 0.07);
}

.department-card {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.department-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--soft);
  color: var(--deep);
}

.department-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.department-card p,
.doctor-card p {
  margin: 0;
}

.department-link {
  align-self: end;
  color: var(--teal);
  font-weight: 900;
}

.insurance-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(76px, 10vw, 118px);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 48px);
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.insurance-band h2 {
  font-size: 3rem;
}

.insurance-band p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.68;
}

.insurance-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.insurance-logos span {
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--champagne);
  font-weight: 900;
  letter-spacing: 0;
}

.experience-band {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto 118px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 233, 248, 0.76), rgba(255, 255, 255, 0) 46%),
    var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.experience-copy h2 {
  max-width: 900px;
  color: var(--ink);
  font-size: 3.35rem;
  line-height: 1;
}

.experience-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.feature-list article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(8, 47, 87, 0.07);
}

.feature-list article img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.feature-body {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
}

.feature-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-list h3 {
  margin: 2px 0 7px;
}

.feature-list p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.doctor-card {
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 0;
}

.doctor-photo {
  width: 100%;
  aspect-ratio: 4 / 3.55;
  object-fit: cover;
  object-position: top center;
  background: var(--soft);
}

.doctor-card div,
.doctor-card > p,
.doctor-card-details,
.doctor-link {
  margin-inline: 22px;
}

.doctor-card div {
  margin-top: 2px;
}

.doctor-card h3 {
  margin-bottom: 7px;
}

.doctor-meta {
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
}

.doctor-card-details {
  display: grid;
  gap: 8px;
  margin-block: 0;
}

.doctor-card-details div {
  display: grid;
  gap: 2px;
  margin: 0;
}

.doctor-card-details dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.doctor-card-details dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.42;
  font-weight: 760;
}

.doctor-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--deep);
  font-weight: 900;
}

.doctor-link:hover,
.doctor-link:focus-visible {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin: -4px 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: var(--surface);
}

.review-summary span {
  color: var(--deep);
  font-weight: 900;
}

.review-summary strong {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.review-summary p {
  margin: 0;
  color: var(--muted);
}

blockquote {
  margin: 0;
  padding: 26px;
}

blockquote p {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.5;
}

blockquote cite {
  color: var(--teal);
  font-style: normal;
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(40px, 7vw, 80px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(216, 233, 248, 0.76), transparent 48%),
    var(--surface);
  box-shadow: var(--shadow);
}

.contact-details {
  display: grid;
  gap: 12px;
  margin: 24px 0 20px;
}

.contact-details div {
  border-left: 3px solid var(--gold);
  padding: 2px 0 2px 14px;
}

.contact-details span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-details strong {
  display: block;
  line-height: 1.35;
}

.location-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--deep);
  color: #fff;
}

.location-copy h3 {
  font-size: 1.42rem;
}

.location-copy p:not(.eyebrow) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.map-actions .primary-action,
.map-actions .secondary-action {
  min-height: 46px;
  padding-inline: 18px;
}

.map-actions .secondary-action {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.map-frame {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.homepage-faq {
  margin-bottom: clamp(76px, 10vw, 118px);
}

.homepage-faq h2 {
  font-size: 3rem;
}

.emergency-cta {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(76px, 10vw, 118px);
  border: 1px solid rgba(185, 151, 91, 0.34);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 46px);
  background:
    linear-gradient(135deg, rgba(185, 151, 91, 0.22), rgba(255, 255, 255, 0) 44%),
    var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.emergency-cta h2 {
  font-size: 3rem;
}

.emergency-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
}

.emergency-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.emergency-actions .secondary-action {
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
}

.doctor-page {
  background:
    linear-gradient(135deg, rgba(8, 47, 87, 0.94), rgba(14, 80, 130, 0.72)),
    url("assets/site-images/hero-clinic.jpg")
      center / cover fixed;
}

.profile-hero {
  width: min(1220px, calc(100% - 40px));
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
  margin: 0 auto;
  padding: 132px 0 70px;
  color: #fff;
}

.profile-photo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 216, 182, 0.38);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.12);
  box-shadow: 0 30px 90px rgba(8, 47, 87, 0.3);
}

.profile-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 4.55;
  object-fit: cover;
  object-position: top center;
}

.profile-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(8, 47, 87, 0.88);
  color: var(--champagne);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.profile-copy {
  min-width: 0;
}

.profile-copy h1 {
  max-width: 11ch;
  font-size: 5.4rem;
}

.profile-role {
  margin: 18px 0 0;
  color: var(--champagne);
  font-size: 1.08rem;
  font-weight: 900;
}

.profile-intro {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.72;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.profile-panel {
  width: min(1220px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  gap: 24px;
  margin: -28px auto 0;
  padding-bottom: 70px;
}

.profile-card,
.profile-main-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.96);
  box-shadow: var(--shadow);
}

.profile-card {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 24px;
}

.profile-card dl,
.profile-main-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.profile-card dl div,
.profile-main-card dl div {
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.profile-card dt,
.profile-main-card dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-card dd,
.profile-main-card dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.55;
  font-weight: 760;
}

.profile-main-card {
  display: grid;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
}

.profile-main-card h2 {
  font-size: 2.7rem;
}

.profile-main-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.expertise-grid span {
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--soft);
  color: var(--ink);
  font-weight: 850;
}

.profile-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 8px;
  padding: 20px;
  background: var(--deep);
  color: #fff;
}

.profile-cta-band p {
  color: rgba(255, 255, 255, 0.74);
}

.profile-cta-band .primary-action {
  min-width: 190px;
}

.department-doctors {
  width: min(1220px, calc(100% - 40px));
  display: grid;
  gap: 18px;
  margin: 0 auto 70px;
}

.department-doctors .section-heading {
  margin-bottom: 0;
}

.department-doctor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.department-doctor-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(220px, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 54px rgba(8, 47, 87, 0.08);
}

.department-doctor-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center top;
  background: var(--soft);
}

.department-doctor-card > div {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
}

.department-doctor-card span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.department-doctor-card h3 {
  font-size: 1.45rem;
}

.department-doctor-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.doctor-detail-list {
  display: grid;
  gap: 10px;
  margin: 4px 0;
}

.doctor-detail-list div {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.doctor-detail-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.doctor-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.5;
}

.department-doctor-card a {
  width: fit-content;
  color: var(--teal);
  font-weight: 900;
}

.content-page {
  min-height: 100svh;
}

.content-page .site-header {
  color: var(--ink);
}

.content-hero {
  width: min(1220px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1.08fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
  margin: 0 auto;
  padding: 132px 0 58px;
}

.content-hero h1 {
  max-width: 12ch;
  color: var(--ink);
  font-size: 5rem;
}

.content-hero p:not(.eyebrow) {
  max-width: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: normal;
}

.content-panel {
  width: min(1220px, calc(100% - 40px));
  display: grid;
  gap: 18px;
  margin: 0 auto 70px;
}

.content-card,
.link-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface);
  box-shadow: 0 14px 42px rgba(8, 47, 87, 0.07);
}

.content-card h2 {
  font-size: 2.35rem;
}

.content-card p,
.content-card li,
.link-card p {
  color: var(--muted);
  line-height: 1.68;
}

.content-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.link-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.link-card {
  display: grid;
  gap: 12px;
  width: 100%;
}

.doctor-link-card {
  align-content: start;
  padding: 0;
  overflow: hidden;
}

.doctor-list-photo {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center top;
  background: var(--soft);
}

.doctor-link-card h3,
.doctor-link-card p,
.doctor-link-card a {
  margin-inline: 24px;
}

.doctor-link-card a {
  margin-bottom: 24px;
}

.link-card h3 {
  font-size: 1.22rem;
  overflow-wrap: anywhere;
}

.link-card p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.link-card a {
  color: var(--teal);
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--soft);
}

.gallery-grid img:first-child {
  height: 420px;
}

.service-detail {
  width: min(1220px, calc(100% - 40px));
  display: grid;
  gap: 18px;
  margin: 0 auto 82px;
}

.service-detail-header {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 1.14fr);
  gap: 28px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background: var(--surface);
  box-shadow: 0 18px 54px rgba(8, 47, 87, 0.08);
}

.service-detail-header h2 {
  font-size: 3rem;
}

.service-detail-header p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.service-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-info-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 42px rgba(8, 47, 87, 0.07);
}

.service-info-card.is-caution {
  background: linear-gradient(135deg, rgba(216, 233, 248, 0.7), rgba(255, 255, 255, 0.96));
}

.service-info-card h3 {
  margin-bottom: 16px;
  font-size: 1.24rem;
}

.service-info-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.58;
}

.faq-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--surface);
  box-shadow: 0 14px 42px rgba(8, 47, 87, 0.07);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.faq-grid details {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.faq-grid summary {
  cursor: pointer;
  padding: 16px;
  color: var(--ink);
  font-weight: 900;
}

.faq-grid p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
  line-height: 1.62;
}

.medical-note {
  border-left: 4px solid var(--deep);
  padding: 14px 16px;
  background: var(--soft);
  color: var(--muted);
  line-height: 1.62;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-direct a {
  color: var(--teal);
  font-weight: 900;
}

.appointment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.appointment-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 850;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  padding: 13px 14px;
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(14, 104, 165, 0.16);
}

.message-field,
.form-submit,
.form-note {
  grid-column: 1 / -1;
}

.form-submit {
  border: 0;
  cursor: pointer;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 850;
}

.form-note a {
  color: var(--deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  margin-top: 70px;
  padding: 52px clamp(20px, 5vw, 72px);
  background: #082f57;
  color: #fff;
}

.site-footer h2 {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 0.92rem;
  text-transform: uppercase;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand {
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
}

.mobile-action-bar {
  position: fixed;
  right: auto;
  bottom: 10px;
  left: 50%;
  width: min(350px, calc(100vw - 20px));
  max-width: min(350px, calc(100vw - 20px));
  transform: translateX(-50%);
  z-index: 30;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(8, 47, 87, 0.92);
  box-shadow: 0 18px 50px rgba(8, 47, 87, 0.28);
  backdrop-filter: blur(16px);
}

.mobile-action-bar a {
  min-width: 0;
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.mobile-action-bar a:last-child {
  background: var(--gold);
  color: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .trust-stats,
  .why-grid,
  .leadership-grid,
  .department-grid,
  .doctor-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insurance-band,
  .emergency-cta {
    grid-template-columns: 1fr;
  }

  .emergency-actions {
    justify-content: flex-start;
  }

  h1 {
    font-size: 5.8rem;
  }

  .profile-copy h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.55rem;
  }

  .hero-concierge {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(520px, calc(100% - 40px));
    margin: -74px 20px 54px auto;
  }
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    justify-self: start;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-active .site-nav,
  .site-header.nav-active .header-cta {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-header.nav-active .site-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .site-header.nav-active .site-nav a,
  .site-header.nav-active .header-cta {
    justify-content: flex-start;
    min-height: 46px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 47, 87, 0.97) 0%, rgba(14, 80, 130, 0.84) 100%),
      linear-gradient(0deg, rgba(8, 47, 87, 0.74) 0%, rgba(8, 47, 87, 0.28) 100%);
  }

  .hero-frame,
  .hero-concierge {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    object-position: 62% center;
  }

  h1 {
    font-size: 4.45rem;
  }

  .profile-copy h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero-stats,
  .trust-stats,
  .section-grid,
  .section-heading,
  .signature-copy,
  .signature-gallery,
  .why-grid,
  .insurance-band,
  .insurance-logos,
  .emergency-cta,
  .experience-band,
  .contact-section,
  .location-panel,
  .profile-hero,
  .profile-panel,
  .content-hero,
  .link-grid,
  .gallery-grid,
  .service-detail-header,
  .service-info-grid,
  .faq-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .experience-image-wrap,
  .experience-image-wrap img {
    min-height: 360px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .experience-copy h2 {
    font-size: 2.7rem;
  }

  .appointment-form {
    grid-template-columns: 1fr;
  }

  .signature-gallery {
    min-height: auto;
  }

  .signature-gallery article,
  .signature-gallery article:first-child {
    min-height: 360px;
  }

  .leadership-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .leader-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    min-height: 68px;
    padding: 12px 16px;
    gap: 14px;
  }

  .brand-logo {
    width: 138px;
  }

  .site-header:not(.is-scrolled):not(.nav-active) .brand-logo-light {
    width: 86px;
  }

  .site-footer .brand-logo-light {
    width: 132px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .site-header.nav-active {
    max-height: 100svh;
    overflow-y: auto;
  }

  .hero-content {
    min-height: 94svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 18px 98px;
  }

  .prestige-line {
    display: none;
  }

  h1 {
    max-width: 12ch;
    font-size: 2.42rem;
    line-height: 1.03;
  }

  .profile-copy h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.04;
  }

  .hero-copy {
    margin-top: 16px;
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-stats,
  .trust-stats,
  .booking-strip,
  .leadership-grid,
  .department-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: none;
  }

  .hero-stats div {
    padding: 14px 15px;
  }

  .booking-strip {
    margin-top: 16px;
    overflow: hidden;
  }

  .booking-strip div,
  .booking-strip a {
    padding: 16px;
  }

  .booking-strip,
  .trust-stats,
  .section-grid,
  .signature-care,
  .why-choose,
  .leadership,
  .departments,
  .insurance-band,
  .doctors,
  .testimonials,
  .homepage-faq,
  .emergency-cta,
  .contact-section,
  .profile-hero,
  .profile-panel,
  .content-hero,
  .content-panel,
  .department-doctors,
  .service-detail {
    width: calc(100% - 32px);
  }

  .section-grid {
    padding: 54px 0;
    gap: 18px;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 22px;
  }

  .section-heading p:not(.eyebrow),
  .intro-text p,
  .signature-copy p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .signature-care {
    padding-bottom: 54px;
  }

  .signature-copy {
    gap: 16px;
    margin-bottom: 18px;
  }

  .signature-gallery,
  .signature-gallery article,
  .signature-gallery article:first-child {
    min-height: auto;
  }

  .signature-gallery article {
    aspect-ratio: 1 / 0.92;
  }

  .signature-gallery article div {
    padding: 18px;
  }

  .leadership,
  .departments,
  .doctors,
  .testimonials,
  .why-choose {
    padding-block: 54px;
  }

  .trust-stats {
    gap: 10px;
    padding: 30px 0 10px;
  }

  .trust-stats article,
  .why-grid article {
    padding: 18px;
  }

  .insurance-band,
  .homepage-faq,
  .emergency-cta {
    margin-bottom: 54px;
    padding: 22px;
  }

  .insurance-band h2,
  .homepage-faq h2,
  .emergency-cta h2 {
    font-size: 2rem;
  }

  .insurance-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .doctor-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .leadership-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .doctor-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .leader-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .leader-card img,
  .leader-image-frame,
  .doctor-photo {
    aspect-ratio: 4 / 3.85;
  }

  .leader-card img {
    object-position: center 18%;
  }

  .leader-image-frame img.coo-photo {
    object-position: center 34%;
    transform: scale(1.18);
    transform-origin: center 34%;
  }

  .leader-content,
  .doctor-card div,
  .doctor-card > p,
  .doctor-card-details,
  .doctor-link,
  .testimonial-grid blockquote {
    margin-inline: 18px;
  }

  .department-card {
    min-height: auto;
    padding: 20px;
  }

  .doctor-card {
    gap: 13px;
  }

  .doctor-photo {
    height: auto;
  }

  .doctor-link {
    min-height: 48px;
    margin-bottom: 18px;
  }

  .contact-section {
    padding: 24px;
  }

  .contact-details {
    margin: 20px 0 18px;
  }

  .location-panel {
    gap: 14px;
    padding: 12px;
  }

  .location-copy {
    padding: 20px;
  }

  .location-copy h3 {
    font-size: 1.22rem;
  }

  .map-actions,
  .map-actions .primary-action,
  .map-actions .secondary-action {
    width: 100%;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 280px;
  }

  .profile-hero {
    padding-top: 104px;
  }

  .profile-main-card h2 {
    font-size: 2.1rem;
  }

  .content-hero {
    width: calc(100vw - 40px);
    gap: 16px;
    padding: 104px 0 34px;
    max-width: calc(100vw - 40px);
  }

  .content-hero p:not(.eyebrow) {
    max-width: 31ch;
    font-size: 1rem;
    line-height: 1.6;
  }

  .content-hero h1 {
    font-size: 2.75rem;
  }

  .content-card,
  .link-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    overflow: visible;
  }

  .doctor-link-card {
    padding: 0;
    overflow: hidden;
  }

  .doctor-list-photo {
    height: 300px;
  }

  .link-card p {
    max-width: 28ch;
  }

  .department-doctor-card {
    grid-template-columns: 1fr;
  }

  .department-doctor-card img {
    height: 320px;
    min-height: 0;
  }

  .content-card h2 {
    font-size: 2rem;
  }

  .gallery-grid img,
  .gallery-grid img:first-child {
    height: 240px;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-header,
  .faq-panel {
    padding: 22px;
  }

  .service-detail-header h2 {
    font-size: 2.1rem;
  }

  .experience-band {
    width: calc(100% - 32px);
    padding: 22px;
  }

  .experience-copy h2 {
    font-size: 2.15rem;
  }

  .feature-list article img {
    height: 172px;
  }

  .feature-body {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 18px;
  }

  .feature-list p {
    grid-column: 1 / -1;
  }

  .site-footer {
    gap: 22px;
    padding: 34px 20px 98px;
  }

  .mobile-action-bar {
    display: grid;
  }

  .mobile-action-bar a {
    min-height: 42px;
    font-size: 0.92rem;
  }
}

