:root {
  --pine-950: #0c282a;
  --pine-900: #123436;
  --pine-800: #173c3d;
  --pine-700: #245254;
  --mineral-500: #6f9fac;
  --mineral-300: #abd0d7;
  --ivory: #f6f2ea;
  --paper: #fffdf8;
  --sage: #dce8e1;
  --sage-100: #edf4f0;
  --clay: #b96f52;
  --clay-dark: #8f4e38;
  --charcoal: #202b2d;
  --muted: #5d6a6b;
  --line: rgba(23, 60, 61, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 80px rgba(9, 38, 40, 0.12);
  --radius-sm: 12px;
  --radius: 24px;
  --radius-lg: 38px;
  --container: 1180px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: var(--clay);
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--pine-950);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.3rem);
}

h2 {
  font-size: clamp(2.3rem, 4.5vw, 4.2rem);
}

h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

::selection {
  color: var(--paper);
  background: var(--clay-dark);
}

:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  color: var(--paper);
  background: var(--pine-950);
  border-radius: 8px;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.section--paper {
  background: var(--paper);
}

.section--sage {
  background: var(--sage);
}

.section--dark {
  color: rgba(255, 255, 255, 0.78);
  background: var(--pine-950);
}

.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: var(--paper);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-head h2,
.section-head p {
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
  color: var(--clay-dark);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section--dark .eyebrow,
.home-hero .eyebrow {
  color: #e6a98e;
}

.lede {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.section--dark .lede {
  color: rgba(255, 255, 255, 0.72);
}

.microcopy {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.mt-15 { margin-top: 1.5rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.max-copy { max-width: 520px; }
.justify-center { justify-content: center; }

.announcement {
  position: relative;
  z-index: 61;
  padding: 0.65rem 0;
  color: var(--paper);
  background: var(--pine-950);
  font-size: 0.8rem;
}

.announcement .container {
  display: flex;
  justify-content: center;
  gap: 0.5rem 1.4rem;
  flex-wrap: wrap;
  text-align: center;
}

.announcement a {
  color: #f4b99f;
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  background: rgba(246, 242, 234, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--paper);
  background: var(--pine-800);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: -0.05em;
}

.brand-copy {
  display: grid;
  color: var(--pine-950);
  line-height: 1.15;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
}

.brand-copy small {
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 1.05vw, 1rem);
}

.main-nav a {
  position: relative;
  color: var(--pine-950);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:not(.btn) {
  display: inline-flex;
  padding: 0.35rem 0.08rem;
  isolation: isolate;
  transform-origin: center bottom;
  transition: color 220ms ease, letter-spacing 220ms ease, transform 220ms ease;
}

.main-nav a:not(.btn)::before {
  position: absolute;
  z-index: -1;
  inset: -0.18rem -0.55rem;
  background: rgba(185, 111, 82, 0.1);
  border-radius: 999px;
  content: "";
  opacity: 0;
  transform: scale(0.78) translateY(4px);
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.main-nav a:not(.btn)::after {
  position: absolute;
  right: 0;
  bottom: -0.12rem;
  left: 0;
  height: 2px;
  background: var(--clay);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.main-nav a:not(.btn):hover,
.main-nav a:not(.btn):focus-visible {
  color: var(--clay-dark);
  letter-spacing: 0.018em;
  transform: translateY(-3px);
}

.main-nav a:not(.btn):hover::before,
.main-nav a:not(.btn):focus-visible::before,
.main-nav a:not(.btn)[aria-current="page"]::before {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.main-nav a:not(.btn):hover::after,
.main-nav a:not(.btn):focus-visible::after,
.main-nav a:not(.btn)[aria-current="page"]::after {
  transform: scaleX(1);
}

@media (hover: hover) {
  .main-nav a:not(.btn):hover {
    animation: nav-title-lift 420ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
  }
}

@keyframes nav-title-lift {
  0% { transform: translateY(0) scale(1); }
  48% { transform: translateY(-5px) scale(1.025); }
  74% { transform: translateY(-2px) scale(0.995); }
  100% { transform: translateY(-3px) scale(1); }
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--pine-950);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span {
  opacity: 0;
}

.nav-open .nav-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn::after {
  content: "→";
  transition: transform 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover::after {
  transform: translateX(4px);
}

.btn--primary {
  color: var(--paper);
  background: var(--clay-dark);
}

.btn--primary:hover {
  color: var(--paper);
  background: #743c2b;
}

.btn--dark {
  color: var(--paper);
  background: var(--pine-950);
}

.btn--dark:hover {
  color: var(--paper);
  background: var(--pine-700);
}

.btn--light {
  color: var(--pine-950);
  background: var(--paper);
}

.btn--outline {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.text-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--pine-800);
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link::after {
  content: "↗";
}

.home-hero {
  position: relative;
  min-height: min(800px, calc(100vh - 118px));
  display: grid;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background: var(--pine-950);
  isolation: isolate;
}

.home-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 18% 76%, rgba(111, 159, 172, 0.2), transparent 32%),
    var(--pine-950);
  content: "";
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 31, 33, 1) 0%, rgba(7, 31, 33, 0.98) 40%, rgba(7, 31, 33, 0.52) 61%, rgba(7, 31, 33, 0.04) 84%);
  content: "";
}

.hero-portrait {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.hero-inner {
  display: grid;
  align-content: center;
  padding-block: 6rem 5rem;
}

.hero-copy {
  width: min(680px, 64%);
}

.home-hero h1 {
  max-width: 720px;
  margin-bottom: 1.4rem;
  color: var(--paper);
}

.home-hero .hero-lede {
  max-width: 590px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.hero-assurance {
  display: flex;
  gap: 0.8rem 1.5rem;
  flex-wrap: wrap;
  margin-top: 2.3rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-assurance span::before {
  margin-right: 0.55rem;
  color: #e6a98e;
  content: "—";
}

.trust-strip {
  color: var(--paper);
  background: var(--pine-800);
  border-top: 1px solid var(--white-line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 138px;
  padding: 2rem;
  border-left: 1px solid var(--white-line);
}

.trust-item:last-child {
  border-right: 1px solid var(--white-line);
}

.trust-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.78rem;
}

.patient-voices {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 10% 0%, rgba(111, 159, 172, 0.26), transparent 28%),
    radial-gradient(circle at 92% 92%, rgba(185, 111, 82, 0.2), transparent 26%),
    var(--pine-950);
}

.patient-voices h2,
.patient-voices h3 {
  color: var(--paper);
}

.patient-voices .eyebrow {
  color: #e6a98e;
}

.patient-voices .lede,
.patient-voices .review-disclaimer {
  color: rgba(255, 255, 255, 0.68);
}

.reviews-rating-summary {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.1rem;
}

.reviews-rating-summary span,
.patient-review-stars {
  color: #e5ab45;
  letter-spacing: 0.12em;
}

.reviews-rating-summary strong {
  color: var(--paper);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.patient-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.reviews-carousel-toolbar {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  margin: -0.25rem 0 1rem;
}

.reviews-carousel-status {
  min-width: 6.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.reviews-carousel-buttons {
  display: flex;
  gap: 0.55rem;
}

.reviews-carousel-button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease, opacity 220ms ease;
}

.reviews-carousel-button:hover,
.reviews-carousel-button:focus-visible {
  color: var(--pine-950);
  background: var(--paper);
  border-color: var(--paper);
  transform: scale(1.08);
}

.reviews-carousel-button:disabled {
  opacity: 0.32;
  cursor: default;
  transform: none;
}

.patient-reviews-grid--carousel {
  grid-template-columns: none;
  grid-auto-columns: calc((100% - 2.4rem) / 3);
  grid-auto-flow: column;
  padding: 0.4rem 0.2rem 1.35rem;
  margin-inline: -0.2rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.34) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.patient-reviews-grid--carousel::-webkit-scrollbar {
  height: 8px;
}

.patient-reviews-grid--carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.patient-reviews-grid--carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.34);
  border-radius: 999px;
}

.patient-reviews-grid--carousel .patient-review-card {
  min-height: 430px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.patient-review-card--carousel blockquote p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.patient-review-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(1.6rem, 3vw, 2.25rem);
  overflow: hidden;
  color: var(--charcoal);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(9, 38, 40, 0.12);
  transition: transform 300ms cubic-bezier(0.2, 0.72, 0.2, 1), box-shadow 300ms ease, border-color 300ms ease;
}

.patient-review-card::before {
  position: absolute;
  top: -0.45rem;
  right: 1.2rem;
  color: rgba(185, 111, 82, 0.13);
  font-family: var(--serif);
  font-size: 8rem;
  line-height: 1;
  content: "“";
}

.patient-review-card:hover,
.patient-review-card:focus-within {
  border-color: rgba(185, 111, 82, 0.48);
  box-shadow: 0 30px 76px rgba(9, 38, 40, 0.2);
  transform: translateY(-7px) scale(1.018);
}

.patient-review-top {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.patient-review-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--paper);
  background: var(--pine-700);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.94rem;
}

.patient-review-avatar--1 { background: var(--clay-dark); }
.patient-review-avatar--2 { background: #587d88; }
.patient-review-avatar--3 { background: #6f7f4e; }
.patient-review-avatar--4 { background: #654b78; }

.patient-review-top h3 {
  margin: 0 0 0.15rem;
  color: var(--pine-950);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.patient-review-top div > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.patient-review-stars {
  position: relative;
  z-index: 1;
  margin: 1.2rem 0;
  font-size: 1rem;
  line-height: 1;
}

.patient-review-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.52;
}

.patient-review-card blockquote p:last-child {
  margin-bottom: 0;
}

.patient-review-card footer {
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.reviews-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.review-disclaimer {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.patient-reviews-hero::after {
  background: radial-gradient(circle, rgba(111, 159, 172, 0.28), transparent 64%);
}

.reviews-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.reviews-page-intro h2,
.reviews-page-intro p {
  margin-bottom: 0;
}

.patient-reviews-grid--all {
  align-items: start;
}

.patient-reviews-grid--all .patient-review-card {
  min-height: 0;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.split--top {
  align-items: start;
}

.clinical-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.clinical-story-copy {
  max-width: 590px;
}

.clinical-gallery {
  position: relative;
  min-height: 610px;
}

.media-frame {
  margin: 0;
  overflow: hidden;
  background: var(--pine-900);
  border: 1px solid var(--white-line);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame--main {
  position: absolute;
  inset: 0 16% 5% 0;
}

.media-frame--main img {
  object-position: 50% 45%;
}

.media-frame--detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31%;
  height: 58%;
  border: 8px solid var(--pine-950);
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
}

.doctor-profile {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.doctor-profile-photo {
  position: sticky;
  top: 120px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sage-100);
  border-radius: var(--radius-lg);
}

.doctor-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.doctor-profile-photo--landscape {
  aspect-ratio: 4 / 5;
}

.doctor-profile-photo--landscape img {
  object-position: center 42%;
}

.experience-stats {
  background:
    radial-gradient(circle at 100% 0%, rgba(171, 208, 215, 0.42), transparent 34%),
    var(--sage-100);
}

.experience-stats-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.experience-stats-head h2,
.experience-stats-head p {
  margin-bottom: 0;
}

.experience-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.experience-stat {
  position: relative;
  display: grid;
  min-height: 190px;
  place-content: center;
  padding: 2rem;
  overflow: hidden;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(9, 38, 40, 0.08);
  transform-origin: center;
  transition: transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1), box-shadow 320ms ease, border-color 320ms ease;
}

.experience-stat::before {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(171, 208, 215, 0.38), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left 700ms ease;
}

.experience-stat::after {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(111, 159, 172, 0.5);
  border-radius: calc(var(--radius) - 7px);
  content: "";
  opacity: 0.18;
  pointer-events: none;
  transform: scale(0.985);
  animation: stat-card-halo 3.6s ease-in-out infinite;
}

.experience-stat:nth-child(2)::after {
  animation-delay: 0.6s;
}

.experience-stat:nth-child(3)::after {
  animation-delay: 1.2s;
}

.experience-stat:hover,
.experience-stat:focus-visible {
  border-color: rgba(185, 111, 82, 0.52);
  box-shadow: 0 30px 72px rgba(9, 38, 40, 0.18);
  transform: translateY(-9px) scale(1.025);
}

.experience-stat:hover::before,
.experience-stat:focus-visible::before {
  left: 125%;
}

.experience-stat strong {
  position: relative;
  z-index: 1;
  color: var(--pine-700);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.experience-stat > span {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1rem;
}

.experience-stat.is-counting strong {
  animation: stat-number-pulse 850ms ease both;
}

@keyframes stat-number-pulse {
  0% { color: var(--clay-dark); transform: scale(0.82); }
  58% { color: var(--pine-700); transform: scale(1.08); }
  100% { color: var(--pine-700); transform: scale(1); }
}

@keyframes stat-card-halo {
  0%, 100% { border-color: rgba(111, 159, 172, 0.28); opacity: 0.18; transform: scale(0.985); }
  50% { border-color: rgba(185, 111, 82, 0.62); opacity: 0.78; transform: scale(1); }
}

.interest-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--sage);
  border-radius: var(--radius);
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.2rem;
}

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

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

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

.card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover {
  border-color: rgba(185, 111, 82, 0.45);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.card h3 {
  margin-bottom: 0.85rem;
}

.card p:last-child {
  margin-bottom: 0;
}

.card-number {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--clay-dark);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.card--dark {
  color: rgba(255, 255, 255, 0.72);
  background: var(--pine-900);
  border-color: var(--white-line);
}

.card--dark h3 {
  color: var(--paper);
}

.issue-card {
  z-index: 1;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform-origin: center;
  transition: transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1), box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.issue-card-top {
  display: flex;
  min-height: 76px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.issue-card-top .card-number {
  margin: 0.3rem 0 0;
}

.issue-card-media {
  width: 96px;
  height: 72px;
  flex: 0 0 96px;
  margin: 0;
  overflow: hidden;
  background: var(--sage-100);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.issue-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 320ms ease;
}

.issue-card-copy {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.issue-card:hover,
.issue-card:focus-within {
  z-index: 3;
  background: #fff;
  border-color: rgba(185, 111, 82, 0.55);
  box-shadow: 0 30px 80px rgba(9, 38, 40, 0.18);
  transform: translateY(-9px) scale(1.035);
}

.issue-card .text-link {
  margin-top: auto;
  padding-top: 2rem;
}

.issue-card .text-link::after {
  display: inline-block;
  transition: transform 280ms ease;
}

.issue-card:hover .text-link::after,
.issue-card:focus-within .text-link::after {
  transform: translate(4px, -4px);
}

.issue-card:hover .issue-card-media img,
.issue-card:focus-within .issue-card-media img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.12);
}

.treatment-hub {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(171, 208, 215, 0.42), transparent 30%),
    linear-gradient(180deg, var(--sage-100), var(--ivory));
}

.treatment-hub-head {
  max-width: 900px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.treatment-hub-head .eyebrow {
  justify-content: center;
}

.treatment-hub-head .lede {
  margin-inline: auto;
}

.treatment-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.9fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.7rem);
  align-items: center;
}

.treatment-options {
  display: grid;
  gap: 1rem;
}

.treatment-options--additional {
  position: relative;
  grid-column: 2;
  width: 100%;
  margin-top: 0.65rem;
}

.treatment-options--additional::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: calc(0.65rem + 1px);
  background: rgba(23, 60, 61, 0.22);
  content: "";
}

.treatment-options--left .treatment-option:nth-child(odd) {
  margin-right: clamp(0.3rem, 1vw, 1rem);
}

.treatment-options--left .treatment-option:nth-child(2) {
  margin-left: clamp(0.3rem, 1vw, 1rem);
}

.treatment-options--right .treatment-option:nth-child(odd) {
  margin-left: clamp(0.3rem, 1vw, 1rem);
}

.treatment-options--right .treatment-option:nth-child(2) {
  margin-right: clamp(0.3rem, 1vw, 1rem);
}

.treatment-option {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 150px;
  grid-template-columns: 50px minmax(0, 1fr) 22px;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  color: var(--charcoal);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(23, 60, 61, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(9, 38, 40, 0.07);
  text-decoration: none;
  transform-origin: center;
  transition: transform 320ms cubic-bezier(0.2, 0.72, 0.2, 1), box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.treatment-option:hover,
.treatment-option:focus-visible {
  z-index: 5;
  color: var(--charcoal);
  background: #fff;
  border-color: rgba(185, 111, 82, 0.62);
  box-shadow: 0 28px 70px rgba(9, 38, 40, 0.18);
  text-decoration: none;
  transform: scale(1.055);
}

.treatment-option-number {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--paper);
  background: var(--pine-800);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.treatment-option-copy {
  display: grid;
  gap: 0.25rem;
}

.treatment-option-copy small {
  color: var(--clay-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.treatment-option-copy strong {
  color: var(--pine-950);
  font-family: var(--serif);
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  font-weight: 500;
  line-height: 1.12;
}

.treatment-option-copy > span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.treatment-option-arrow {
  color: var(--clay-dark);
  font-size: 1.25rem;
  transition: transform 280ms ease;
}

.treatment-option:hover .treatment-option-arrow,
.treatment-option:focus-visible .treatment-option-arrow {
  transform: translate(4px, -4px);
}

.treatment-collage {
  position: relative;
  z-index: 2;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  background: var(--sage);
  border: 8px solid rgba(255, 253, 248, 0.88);
  border-radius: 48% 48% var(--radius-lg) var(--radius-lg);
  box-shadow: 0 34px 90px rgba(9, 38, 40, 0.2);
}

.treatment-collage::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: inherit;
  content: "";
}

.treatment-collage-base {
  width: 100%;
  height: calc(100% - 54px);
  min-height: 500px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.treatment-collage .treatment-collage-top {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  object-fit: cover;
  object-position: center 38%;
  clip-path: ellipse(76% 65% at 50% 30%);
  filter: drop-shadow(0 3px 0 rgba(255, 253, 248, 0.92));
}

.treatment-collage figcaption {
  position: relative;
  z-index: 5;
  padding: 0.9rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.78);
  background: var(--pine-950);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.surgery-panel-head {
  max-width: 900px;
  margin: 0 auto clamp(2.8rem, 6vw, 5rem);
  text-align: center;
}

.surgery-panel-head .eyebrow {
  justify-content: center;
}

.surgery-panel-head .lede {
  margin-inline: auto;
}

.surgery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.surgery-card {
  position: relative;
  overflow: hidden;
  background: var(--pine-900);
  border: 1px solid rgba(23, 60, 61, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(9, 38, 40, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.surgery-card:hover,
.surgery-card:focus-within {
  border-color: var(--mineral-500);
  box-shadow: 0 30px 80px rgba(9, 38, 40, 0.2);
  transform: translateY(-8px);
}

.surgery-card-link {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.surgery-card-link:hover {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.surgery-card-link:focus-visible {
  outline-offset: -5px;
}

.surgery-card-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--sage-100);
}

.surgery-card-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 40, 42, 0.22));
  content: "";
  pointer-events: none;
}

.surgery-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 400ms ease;
  will-change: transform;
}

.surgery-card-media--anatomy img {
  object-position: center 46%;
}

.surgery-card-media:hover img,
.surgery-card:focus-within .surgery-card-media img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.11);
}

.surgery-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.6rem, 3vw, 2.25rem);
}

.surgery-card-kicker {
  margin-bottom: 0.8rem;
  color: var(--mineral-300);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.surgery-card h3 {
  margin-bottom: 1rem;
  color: var(--paper);
}

.surgery-card p {
  margin-bottom: 1.4rem;
}

.surgery-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.surgery-tags span {
  padding: 0.38rem 0.72rem;
  color: var(--mineral-300);
  border: 1px solid rgba(171, 208, 215, 0.28);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 750;
}

.surgery-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding: 0.85rem 1rem;
  color: var(--pine-950);
  background: var(--mineral-300);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  transition: background 220ms ease, transform 220ms ease;
}

.surgery-card:hover .surgery-card-action,
.surgery-card:focus-within .surgery-card-action {
  background: var(--paper);
  transform: translateY(-2px);
}

.surgery-card-action span {
  font-size: 1.1rem;
}

.surgery-panel-note {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.service-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 80px minmax(220px, 0.75fr) minmax(280px, 1fr) 60px;
  gap: 2rem;
  align-items: center;
  padding-block: 2.2rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.service-row:hover {
  color: inherit;
}

.service-row .index {
  color: var(--clay-dark);
  font-family: var(--serif);
}

.service-row h3,
.service-row p {
  margin-bottom: 0;
}

.service-row p {
  color: var(--muted);
}

.service-row .arrow {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-row:hover .arrow {
  color: var(--paper);
  background: var(--pine-800);
  transform: rotate(-35deg);
}

.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--white-line);
}

.process-step {
  min-height: 310px;
  padding: 2.4rem;
  border-right: 1px solid var(--white-line);
  counter-increment: step;
}

.process-step:first-child {
  border-left: 1px solid var(--white-line);
}

.process-step::before {
  display: block;
  margin-bottom: 5rem;
  color: #e6a98e;
  content: "0" counter(step);
  font-family: var(--serif);
}

.process--light {
  border-top-color: var(--line);
}

.process--light .process-step,
.process--light .process-step:first-child {
  border-color: var(--line);
}

.process--light .process-step::before {
  color: var(--clay-dark);
}

.process--light .process-step p {
  color: var(--muted);
}

.casmb-panel {
  position: relative;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  background: var(--sage);
  border-radius: var(--radius-lg);
}

.casmb-panel::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  background: rgba(111, 159, 172, 0.22);
  border-radius: 50%;
  content: "";
}

.casmb-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.8rem;
  color: var(--pine-950);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(23, 60, 61, 0.18);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.casmb-badge::before {
  width: 7px;
  height: 7px;
  background: #34705f;
  border-radius: 50%;
  content: "";
}

.location-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  scroll-margin-top: 140px;
}

.location-card-media {
  margin: calc(clamp(1.5rem, 3vw, 2.4rem) * -1) calc(clamp(1.5rem, 3vw, 2.4rem) * -1) 1.8rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--sage-100);
  border-bottom: 1px solid var(--line);
}

.location-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card-media img[src*="portret"] {
  object-position: center 18%;
}

.location-card .location-type {
  margin-bottom: 2rem;
  color: var(--clay-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.location-card .casmb-badge {
  align-self: flex-start;
  margin-bottom: 1.15rem;
}

.location-card .location-meta {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.location-meta address {
  margin-bottom: 1rem;
  color: var(--muted);
  font-style: normal;
}

.location-card-map-preview {
  height: 190px;
  margin-bottom: 0.85rem;
  overflow: hidden;
  background: var(--sage-100);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.location-card-map-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-card-map-link {
  display: inline-flex;
  margin-bottom: 1.25rem;
}

.location-card-online-preview {
  margin: 1.4rem 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--sage-100);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.location-card-online-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.location-card-partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 42%);
  gap: 1rem;
  align-items: center;
  margin: 1rem 0 1.8rem;
  padding: 1rem;
  color: var(--ink);
  text-decoration: none;
  background: #f7f8ff;
  border: 1px solid #d8dcf1;
  border-radius: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.location-card-partner:hover,
.location-card-partner:focus-visible {
  transform: translateY(-3px);
  border-color: #8d98d1;
  box-shadow: 0 14px 30px rgba(20, 36, 49, 0.1);
}

.location-card-partner-copy {
  display: grid;
  gap: 0.38rem;
}

.location-card-partner strong {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.location-card-partner small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.location-card-partner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 440px) {
  .location-card-partner {
    grid-template-columns: 1fr;
  }

  .location-card-partner img {
    width: min(220px, 100%);
  }
}

.location-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.page-hero {
  position: relative;
  padding-block: clamp(5rem, 10vw, 9rem);
  overflow: hidden;
  background: var(--sage-100);
  border-bottom: 1px solid var(--line);
}

.page-hero::after {
  position: absolute;
  right: -8vw;
  top: -14vw;
  width: 42vw;
  height: 42vw;
  background: radial-gradient(circle, rgba(111, 159, 172, 0.3), rgba(111, 159, 172, 0) 68%);
  content: "";
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.2rem, 7vw, 6rem);
}

.page-hero .lede {
  margin-bottom: 0;
}

.breadcrumbs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs span:not(:last-child)::after,
.breadcrumbs a::after {
  margin-left: 0.5rem;
  color: var(--mineral-500);
  content: "/";
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.prose {
  font-size: 1.06rem;
}

.prose > * {
  max-width: 760px;
}

.prose h2 {
  margin: 3.5rem 0 1.3rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.prose h3 {
  margin: 2.6rem 0 1rem;
}

.prose p,
.prose li {
  color: #364547;
}

.prose li + li {
  margin-top: 0.55rem;
}

.prose blockquote {
  margin: 2.5rem 0;
  padding: 1.6rem 2rem;
  color: var(--pine-950);
  background: var(--sage-100);
  border-left: 4px solid var(--clay);
}

.detail-media,
.article-hero-image {
  margin: 0 0 3rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--sage-100);
  border-radius: var(--radius-lg);
}

.detail-media img,
.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-media--portrait img {
  object-position: center 25%;
}

.detail-media--contain {
  background: #b90b34;
}

.detail-media--contain img {
  object-fit: contain;
}

.sidebar-card {
  position: sticky;
  top: 120px;
  padding: 2rem;
  color: rgba(255, 255, 255, 0.76);
  background: var(--pine-900);
  border-radius: var(--radius);
}

.sidebar-card h3 {
  color: var(--paper);
}

.sidebar-card .btn {
  width: 100%;
  margin-top: 1rem;
}

.sidebar-card--media {
  padding: 0;
  overflow: hidden;
}

.sidebar-card--media > img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-card-body {
  padding: 2rem;
}

.sidebar-card-body .location-followup {
  margin-top: 1.25rem;
}

.location-map {
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.private-insurance-panel {
  padding: clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  background: linear-gradient(135deg, rgba(216, 232, 226, 0.82), rgba(235, 243, 240, 0.68));
  border: 1px solid rgba(10, 61, 64, 0.13);
  border-radius: clamp(24px, 4vw, 44px);
}

.private-insurance-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
}

.private-insurance-head h2,
.private-insurance-head p {
  margin-bottom: 0;
}

.private-insurance-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.private-insurance-benefits article {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(10, 61, 64, 0.13);
  border-radius: 20px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.private-insurance-benefits article:hover {
  border-color: rgba(185, 111, 82, 0.48);
  box-shadow: 0 18px 38px rgba(9, 38, 40, 0.1);
  transform: translateY(-5px);
}

.private-insurance-benefits span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--clay-dark);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.private-insurance-benefits h3 {
  margin-bottom: 0.55rem;
  color: var(--pine-950);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
}

.private-insurance-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.private-insurance-subtitle {
  margin: clamp(2.5rem, 5vw, 4rem) 0 0.35rem;
  color: var(--pine-950);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.private-insurance-source {
  max-width: 780px;
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.private-insurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.private-insurance-partner {
  display: grid;
  min-height: 118px;
  gap: 0.65rem;
  place-items: center;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid rgba(10, 61, 64, 0.14);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(9, 38, 40, 0.06);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.private-insurance-partner:hover {
  border-color: rgba(185, 111, 82, 0.42);
  box-shadow: 0 20px 42px rgba(9, 38, 40, 0.12);
  transform: translateY(-4px);
}

.private-insurance-partner img {
  display: block;
  width: min(100%, 150px);
  height: 58px;
  object-fit: contain;
  transition: transform 260ms ease;
}

.private-insurance-partner:hover img {
  transform: scale(1.06);
}

.private-insurance-partner strong {
  color: var(--pine-950);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}

.private-insurance-note {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(10, 61, 64, 0.15);
}

.private-insurance-note p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.private-insurance-note .btn {
  flex: 0 0 auto;
}

.location-map-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.location-map-head h2,
.location-map-head .eyebrow {
  margin-bottom: 0;
}

.location-map-head .eyebrow {
  margin-bottom: 0.8rem;
}

.location-map-head .text-link {
  flex: 0 0 auto;
  margin-bottom: 0.45rem;
}

.location-map-frame {
  height: clamp(320px, 42vw, 480px);
  overflow: hidden;
  background: var(--sage-100);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.location-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.7rem;
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--clay-dark);
  content: "✓";
  font-weight: 800;
}

.timeline {
  display: grid;
  gap: 1rem;
  margin-block: 2rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline-item .dot {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--paper);
  background: var(--pine-800);
  border-radius: 50%;
  font-family: var(--serif);
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion-item {
  border-bottom: 1px solid var(--line);
}

.accordion-button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 0;
  color: var(--pine-950);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: left;
}

.accordion-button::after {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  font-family: var(--sans);
}

.accordion-button[aria-expanded="true"]::after {
  content: "−";
}

.accordion-panel {
  padding: 0 3.5rem 1.5rem 0;
  color: var(--muted);
}

.accordion-panel[hidden] {
  display: none;
}

.article-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
}

.article-card-media {
  margin: calc(clamp(1.5rem, 3vw, 2.4rem) * -1) calc(clamp(1.5rem, 3vw, 2.4rem) * -1) 1.8rem;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--sage-100);
  border-bottom: 1px solid var(--line);
}

.article-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card-media img[src*="portret"] {
  object-position: center 18%;
}

.article-card .tag-row {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.tag {
  display: inline-flex;
  padding: 0.28rem 0.65rem;
  color: var(--pine-700);
  background: var(--sage-100);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.article-card .text-link {
  margin-top: auto;
  padding-top: 1.5rem;
}

.empty-state {
  padding: clamp(2rem, 6vw, 5rem);
  text-align: center;
  background: var(--paper);
  border: 1px dashed rgba(23, 60, 61, 0.3);
  border-radius: var(--radius);
}

.notice {
  padding: 1.2rem 1.4rem;
  color: var(--pine-950);
  background: var(--sage-100);
  border: 1px solid rgba(23, 60, 61, 0.18);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
}

.notice--warm {
  background: #f5e8e0;
  border-color: rgba(143, 78, 56, 0.2);
}

.cta-band {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  background: var(--pine-800);
  border-radius: var(--radius-lg);
}

.cta-band h2 {
  max-width: 800px;
  color: var(--paper);
}

.cta-band p {
  max-width: 650px;
}

.cta-band::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.025), 0 0 0 120px rgba(255, 255, 255, 0.018);
}

.site-footer {
  padding: 5rem 0 2rem;
  color: rgba(255, 255, 255, 0.62);
  background: #071f21;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
}

.site-footer .brand-copy strong,
.site-footer h3,
.site-footer a {
  color: var(--paper);
}

.site-footer .brand-copy small {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer h3 {
  margin-bottom: 1.2rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.6rem;
}

.footer-links a {
  width: fit-content;
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--white-line);
  font-size: 0.72rem;
}

.mobile-actions {
  display: none;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js-ready .treatment-option.reveal.is-visible:hover,
.js-ready .treatment-option.reveal.is-visible:focus-visible {
  transform: translateY(-5px) scale(1.045);
}

@media (max-width: 1020px) {
  .header-inner {
    min-height: 76px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 109px 0 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 2rem 20px 5rem;
    overflow-y: auto;
    background: var(--ivory);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .nav-open .main-nav {
    transform: translateX(0);
  }

  .main-nav a {
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 500;
  }

  .main-nav .btn {
    margin-top: 1.5rem;
    color: var(--paper);
    background: var(--clay-dark);
    font-family: var(--sans);
    font-size: 0.9rem;
    font-weight: 800;
  }

  .section-head,
  .detail-intro,
  .reviews-page-intro,
  .experience-stats-head {
    grid-template-columns: 1fr;
  }

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

  .patient-reviews-grid--carousel {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 1.2rem) / 2);
  }

  .private-insurance-head {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

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

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

  .patient-reviews-grid--featured .patient-review-card:last-child {
    grid-column: 1 / -1;
  }

  .clinical-story {
    grid-template-columns: 1fr;
  }

  .clinical-story-copy {
    max-width: 760px;
  }

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

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

  .treatment-collage {
    width: min(100%, 460px);
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .treatment-options--left .treatment-option:nth-child(n),
  .treatment-options--right .treatment-option:nth-child(n) {
    margin-inline: 0;
  }

  .treatment-options--additional {
    grid-column: 1 / -1;
    width: min(100%, calc((100% - clamp(1rem, 2vw, 1.7rem)) / 2));
    justify-self: center;
  }

  .surgery-card:last-child {
    grid-column: 1 / -1;
  }

  .surgery-card:last-child .surgery-card-link {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }

  .surgery-card:last-child .surgery-card-media {
    height: 100%;
    aspect-ratio: auto;
  }

  .doctor-profile {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 3rem;
  }

  .section-head {
    gap: 1.2rem;
  }

  .sidebar-card {
    position: static;
  }

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

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(3) {
    border-top: 1px solid var(--white-line);
  }

  .trust-item:nth-child(4) {
    border-top: 1px solid var(--white-line);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 68px;
    font-size: 16px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .container,
  .narrow {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .announcement {
    font-size: 0.73rem;
  }

  .main-nav {
    inset: 109px 0 68px;
    padding-inline: 16px;
  }

  .home-hero {
    min-height: 720px;
  }

  .home-hero::before {
    opacity: 1;
  }

  .home-hero::after {
    background: linear-gradient(180deg, rgba(7, 31, 33, 0.16) 0%, rgba(7, 31, 33, 0.74) 44%, rgba(7, 31, 33, 0.98) 72%, rgba(7, 31, 33, 1) 100%);
  }

  .hero-portrait {
    width: 100%;
  }

  .hero-portrait img {
    object-position: center 16%;
  }

  .hero-inner {
    align-content: end;
    padding-block: 10rem 3.5rem;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-assurance {
    display: none;
  }

  .trust-grid,
  .split,
  .doctor-profile,
  .grid-2,
  .grid-3,
  .grid-4,
  .process,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .patient-reviews-grid {
    grid-template-columns: 1fr;
  }

  .patient-reviews-grid--carousel {
    grid-template-columns: none;
    grid-auto-columns: min(88%, 380px);
  }

  .private-insurance-benefits,
  .private-insurance-grid {
    grid-template-columns: 1fr;
  }

  .private-insurance-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .private-insurance-note .btn {
    width: 100%;
  }

  .experience-stats-grid {
    grid-template-columns: 1fr;
  }

  .experience-stat {
    min-height: 160px;
  }

  .patient-reviews-grid--featured .patient-review-card:last-child {
    grid-column: auto;
  }

  .patient-review-card {
    min-height: 0;
  }

  .patient-reviews-grid--carousel .patient-review-card {
    min-height: 410px;
  }

  .reviews-carousel-toolbar {
    justify-content: space-between;
    margin-top: 0;
  }

  .reviews-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-map-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-map-frame {
    height: 340px;
  }

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

  .treatment-hub-grid {
    grid-template-columns: 1fr;
  }

  .treatment-options--additional {
    grid-column: auto;
    width: 100%;
  }

  .treatment-collage {
    grid-column: auto;
  }

  .treatment-options--additional::before {
    display: none;
  }

  .treatment-collage-base {
    height: auto;
    min-height: 0;
  }

  .treatment-option {
    min-height: 132px;
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    padding: 1.1rem;
  }

  .treatment-option-number {
    width: 46px;
    height: 46px;
  }

  .surgery-card:last-child {
    grid-column: auto;
  }

  .surgery-card:last-child .surgery-card-link {
    display: flex;
    min-height: 620px;
  }

  .surgery-card:last-child .surgery-card-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .doctor-profile-photo {
    position: static;
    max-height: 690px;
  }

  .clinical-gallery {
    min-height: 480px;
  }

  .trust-item,
  .trust-item:last-child {
    min-height: auto;
    padding: 1.4rem 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--white-line);
  }

  .service-row {
    grid-template-columns: 36px 1fr 45px;
    gap: 1rem;
  }

  .service-row p {
    display: none;
  }

  .process-step,
  .process-step:first-child {
    min-height: auto;
    padding: 2rem 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--white-line);
  }

  .process-step::before {
    margin-bottom: 2rem;
  }

  .footer-grid {
    gap: 2.5rem;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-actions {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 68px;
    background: var(--paper);
    border-top: 1px solid var(--line);
  }

  .mobile-actions a {
    display: grid;
    place-items: center;
    color: var(--pine-950);
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-actions a:last-child {
    color: var(--paper);
    background: var(--clay-dark);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .announcement,
  .site-header,
  .mobile-actions,
  .site-footer,
  .btn {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section,
  .page-hero {
    padding-block: 2rem;
  }
}
