@import url('typography.css');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}
body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: var(--text-line);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}
img, video { max-width: 100%; display: block; height: auto; }
iframe { max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
  min-width: 0;
}
.container--wide {
  max-width: var(--container-wide);
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  padding: 12px 20px; background: var(--ink); color: var(--white);
}
.skip-link:focus { left: 0; }

.label {
  display: inline-block;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.85rem;
}

.lead {
  font-size: var(--text-body);
  line-height: var(--text-line);
  color: var(--ink-soft);
  max-width: 36rem;
}
.procedure-scroll .section-head .lead,
.locations .lead,
.locations-grid .lead,
.surgeon-feature .lead {
  font-size: var(--text-body);
  line-height: var(--text-line);
}
@media (max-width: 768px) {
  .procedure-scroll .section-head .lead,
  .locations .lead,
  .surgeon-feature .lead {
    font-size: var(--text-body);
    line-height: var(--text-line);
  }
}

.section { padding: var(--section) 0; }
.section--dark { background: var(--ink); color: rgba(255,255,255,.78); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--white); }
.section--stone { background: var(--stone); }
.section--ivory {
  background: var(--ivory);
  color: var(--ink);
  border-top: 1px solid rgba(10, 22, 40, 0.04);
}
.section--ivory .lead,
.section--ivory .prose,
.section--ivory .prose p,
.section--ivory .prose li {
  color: var(--ink-soft);
}
.section--ivory .label {
  color: var(--bronze);
}
.section--ivory .btn--outline {
  border-color: var(--ink);
  color: var(--ink);
}
.section--ivory .btn--outline:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

/* Philosophy — cream + navy; quote/body row, photo full-width below */
.philosophy.section {
  padding-top: clamp(40px, 6vw, 70px);
  padding-bottom: clamp(40px, 6vw, 70px);
}
.philosophy .pullquote {
  margin: 0.35rem 0 0;
  padding: 0;
}
.philosophy .pullquote p {
  color: var(--ink);
}
.philosophy .pullquote cite {
  color: var(--bronze);
}
.philosophy .prose {
  color: var(--ink-soft);
}
.philosophy .prose p {
  color: var(--ink-soft);
}
.philosophy__cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.philosophy__media {
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.philosophy__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 21 / 9;
  max-height: min(42vh, 420px);
  object-fit: cover;
  object-position: center 40%;
}
@media (max-width: 768px) {
  .philosophy__media img {
    aspect-ratio: 16 / 9;
    max-height: none;
  }
}
.ba-instagram-usp-section {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.ba-instagram-usp {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin: 0;
  padding: 0;
  max-width: none;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.ba-instagram-usp .label {
  color: var(--bronze-light, var(--bronze));
}
.ba-instagram-usp h2 {
  font-family: var(--font-display);
  font-size: var(--heading-section);
  font-weight: 400;
  margin: 0.4rem 0 0.85rem;
  color: var(--white);
  max-width: 18ch;
  text-wrap: balance;
}
.ba-instagram-usp p {
  margin: 0;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: var(--text-line);
  font-size: var(--text-body);
}
.ba-instagram-usp__action {
  display: flex;
  justify-content: flex-end;
}
.ba-instagram-usp .tj-ig-link--ba {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.ba-instagram-usp .tj-ig-link--ba:hover,
.ba-instagram-usp .tj-ig-link--ba:focus-visible {
  background: var(--bronze);
  border-color: var(--bronze);
  color: var(--white);
}
.ba-instagram-usp .tj-ig-link--ba .tj-ig-icon {
  width: 1.35rem;
  height: 1.35rem;
}
@media (max-width: 768px) {
  .ba-instagram-usp {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .ba-instagram-usp h2 {
    max-width: none;
  }
  .ba-instagram-usp__action {
    justify-content: flex-start;
  }
}
.leaflet-downloads {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

/* Rhinoplasty information / patient leaflets */
.leaflets-page {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}
.leaflets-page__intro {
  max-width: 40rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}
.leaflets-page__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0.35rem 0 0.85rem;
}
.leaflets-page__intro p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}
.leaflets-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.5vw, 1.75rem);
}
.leaflet-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  background: var(--white);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.leaflet-card:hover {
  border-color: rgba(10, 22, 40, 0.16);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(10, 22, 40, 0.08);
}
.leaflet-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  color: var(--bronze);
  background: rgba(10, 22, 40, 0.04);
  border-radius: var(--radius-full);
}
.leaflet-card__meta {
  margin: 0 0 0.45rem;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--bronze);
}
.leaflet-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.leaflet-card p {
  margin: 0 0 1.35rem;
  color: var(--ink-soft);
  font-size: var(--text-body-sm);
  line-height: 1.65;
  flex: 1 1 auto;
}
.leaflet-card__btn {
  align-self: flex-start;
}
.leaflets-help {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  background: var(--ivory);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: var(--radius-md);
}
.leaflets-help h3 {
  margin: 0.3rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 400;
  color: var(--ink);
}
.leaflets-help p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}
.leaflets-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .leaflets-grid,
  .leaflets-help {
    grid-template-columns: 1fr;
  }
  .leaflets-help__actions {
    justify-content: flex-start;
  }
}

.page-body .page-body__content {
  max-width: var(--content-measure);
}
/* Procedure/condition main column: full grid width, left edge = homepage .container */
.content-layout__main.prose {
  max-width: none;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.48s var(--ease), transform 0.48s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Nested stagger — quiet cascade inside an already-revealing block */
.reveal .journey-step,
.reveal .procedure-highlights > li,
.reveal.section-index .section-index__item,
.reveal .hub-card {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.38s var(--ease), transform 0.38s var(--ease);
}
.reveal.is-visible .journey-step,
.reveal.is-visible .procedure-highlights > li,
.reveal.is-visible.section-index .section-index__item,
.reveal.is-visible .hub-card {
  opacity: 1;
  transform: none;
}
.reveal.is-visible .journey-step:nth-child(1),
.reveal.is-visible .procedure-highlights > li:nth-child(1),
.reveal.is-visible.section-index .section-index__item:nth-child(1),
.reveal.is-visible .hub-card:nth-child(1) { transition-delay: 0.02s; }
.reveal.is-visible .journey-step:nth-child(2),
.reveal.is-visible .procedure-highlights > li:nth-child(2),
.reveal.is-visible.section-index .section-index__item:nth-child(2),
.reveal.is-visible .hub-card:nth-child(2) { transition-delay: 0.05s; }
.reveal.is-visible .journey-step:nth-child(3),
.reveal.is-visible .procedure-highlights > li:nth-child(3),
.reveal.is-visible.section-index .section-index__item:nth-child(3),
.reveal.is-visible .hub-card:nth-child(3) { transition-delay: 0.08s; }
.reveal.is-visible .journey-step:nth-child(4),
.reveal.is-visible .procedure-highlights > li:nth-child(4),
.reveal.is-visible.section-index .section-index__item:nth-child(4),
.reveal.is-visible .hub-card:nth-child(4) { transition-delay: 0.11s; }
.reveal.is-visible .journey-step:nth-child(5),
.reveal.is-visible .procedure-highlights > li:nth-child(5),
.reveal.is-visible.section-index .section-index__item:nth-child(5),
.reveal.is-visible .hub-card:nth-child(5) { transition-delay: 0.14s; }
.reveal.is-visible .journey-step:nth-child(n+6),
.reveal.is-visible .procedure-highlights > li:nth-child(n+6),
.reveal.is-visible.section-index .section-index__item:nth-child(n+6),
.reveal.is-visible .hub-card:nth-child(n+6) { transition-delay: 0.16s; }

.content-video {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease);
}
.content-video.is-visible {
  opacity: 1;
  transform: none;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: var(--text-label-tracking); text-transform: uppercase;
  border: 1px solid transparent; border-radius: var(--radius-btn);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.btn:hover { box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.btn--primary { background: var(--ink); color: var(--white); }
.btn--primary:hover { background: var(--bronze); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--white); }
.btn--light { background: var(--white); color: var(--ink); }
.btn--light:hover { background: var(--bronze); color: var(--white); }
.btn--outline-light { color: var(--white); border-color: rgba(255,255,255,.55); }
.btn--outline-light:hover { background: var(--bronze); color: var(--white); border-color: var(--bronze); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 88px); align-items: center; }
.grid-2--start { align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 32px); }

/* Page body — full container width, not a centred narrow strip */
.page-body { padding-top: var(--section); }
.page-hero + .page-body {
  padding-top: clamp(36px, 5vw, 64px);
}
.page-body__content { max-width: var(--content-measure); }
.page-body--full .page-body__content { max-width: none; }

/* Biography layout (About) */
.bio-layout {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.bio-card {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  background: var(--white);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.bio-card__img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  contain: paint;
  margin-bottom: 20px;
  background: var(--stone);
  border-radius: var(--radius-md);
  min-height: 280px;
}
.bio-card__img img {
  /*
   * Flush to all edges (no cream gap). Slightly over-wide + left:0 crops the
   * empty studio on the right of portrait.jpeg so he reads nearer centre.
   */
  position: absolute;
  top: 0;
  left: 0;
  width: 122%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: left 18%;
  transform: none;
}
.about-page .prose ul {
  list-style: disc;
  margin: 1rem 0 1.25rem 1.35rem;
  padding-left: 0.5rem;
}
.about-page .prose li {
  margin-bottom: 0.28rem;
  padding-left: 0.2rem;
  line-height: 1.4;
}
.about-page .prose li::marker {
  font-size: 0.65em;
  color: var(--bronze);
}
.about-page .prose h2,
.about-page .prose h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  color: var(--ink);
  margin-top: 2rem;
}
.about-page .bio-card__img {
  min-height: 320px;
}
.bio-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--stone);
  font-size: 0.88rem;
}
.bio-card dt {
  font-weight: 700;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: var(--text-label-tracking);
  font-size: var(--text-label);
  flex-shrink: 0;
}
.bio-card dd { text-align: right; color: var(--ink); }

/* Condition / article + sidebar (keeps .container margin: auto centering) */
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
  min-width: 0;
}
.content-layout__main,
.content-layout__aside {
  min-width: 0;
  max-width: 100%;
}
.content-layout__aside { position: sticky; top: calc(var(--header-h) + 24px); }

.prose {
  max-width: none;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.prose--measure { max-width: var(--content-measure); }
.page-body,
.page-body__content,
.entry-content {
  min-width: 0;
}
/* Body copy should never use homepage-scale display headings */
.prose h1,
.entry-content h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.prose h2,
.entry-content h2 {
  font-family: var(--font-display);
  font-size: var(--heading-prose-h2);
  font-weight: 400;
  color: var(--ink);
  margin: 2.5rem 0 0.9rem;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.prose h3,
.entry-content h3 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 400;
  margin: 1.75rem 0 0.65rem;
  line-height: 1.3;
}
.prose--article > p:first-of-type,
.entry-content.prose--article > p:first-of-type {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink);
}
.prose blockquote,
.entry-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 0 1.25rem 1.35rem;
  border-left: 2px solid var(--bronze);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.45;
  color: var(--ink);
}
.prose blockquote p,
.entry-content blockquote p {
  margin: 0;
}
.prose p,
.entry-content p { margin-bottom: 1.1rem; }
.prose ul,
.entry-content ul { list-style: disc; margin: 1rem 0 1.25rem 1.35rem; }
.prose ol,
.entry-content ol { list-style: decimal; margin: 1rem 0 1.25rem 1.35rem; }
.prose li,
.entry-content li { margin-bottom: 0.55rem; }
.prose > :first-child,
.entry-content > :first-child { margin-top: 0; }
.prose a:not(.btn),
.entry-content a:not(.btn) {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--bronze);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.prose a:not(.btn):hover,
.entry-content a:not(.btn):hover {
  color: var(--bronze);
  text-decoration-color: var(--bronze);
}

.prose .content-video,
.entry-content .content-video {
	margin: 1.75rem 0 2rem;
}

.prose .content-video__frame,
.entry-content .content-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--ink-soft, #1a2332);
	border-radius: 2px;
}

.prose .content-video__frame iframe,
.entry-content .content-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.prose .content-figure,
.entry-content .content-figure {
  margin: 0 0 1.75rem;
  max-width: 28rem;
}
.prose .content-figure img,
.entry-content .content-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.prose .content-figure figcaption,
.entry-content .content-figure figcaption {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: var(--muted, #5a6570);
}
.prose .content-figure-row,
.entry-content .content-figure-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 1.75rem;
  align-items: flex-end;
}
.prose .content-figure-row .content-figure,
.entry-content .content-figure-row .content-figure {
  margin: 0;
  max-width: 12rem;
  flex: 1 1 10rem;
}
.prose .content-figure--wide,
.entry-content .content-figure--wide {
  max-width: 40rem;
}
.prose .content-logo,
.entry-content .content-logo {
  display: block;
  max-width: 14rem;
  height: auto;
  margin: 0.5rem 0 1.25rem;
}

.info-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5rem 0 2rem;
  overflow: hidden;
  border: 1px solid rgba(10, 22, 40, 0.08);
  background: var(--ivory);
}
.info-table th,
.info-table td {
  border-bottom: 1px solid rgba(10, 22, 40, 0.08);
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
  word-break: break-word;
}
.info-table tr:last-child th,
.info-table tr:last-child td { border-bottom: none; }
.info-table th {
  background: var(--stone);
  font-weight: 600;
  width: 42%;
  color: var(--ink);
  font-size: 0.92rem;
}
.info-table td {
  color: var(--ink-soft);
  font-size: 0.95rem;
}
@media (max-width: 640px) {
  .info-table {
    display: block;
  }
  .info-table tbody,
  .info-table tr {
    display: block;
  }
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }
  .info-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }
  .info-table td {
    padding-top: 0;
  }
  .info-table tr + tr {
    border-top: 1px solid rgba(10, 22, 40, 0.08);
  }
}

/* Legal / privacy policy */
.legal-updated {
  font-size: 0.88rem;
  color: var(--ink-muted);
  margin-bottom: 0.75rem !important;
}
.legal-toc {
  margin: 1.75rem 0 2rem;
  padding: 1.15rem 1.25rem;
  background: var(--ivory);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: var(--radius-md);
}
.legal-toc__label {
  margin: 0 0 0.65rem !important;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--bronze);
}
.legal-toc ol {
  margin: 0;
  padding-left: 1.2rem;
  columns: 2;
  column-gap: 2rem;
}
.legal-toc li {
  margin: 0.2rem 0;
  break-inside: avoid;
  font-size: 0.95rem;
}
.legal-callout {
  margin: 1.5rem 0 2rem;
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--bronze);
  background: rgba(10, 22, 40, 0.03);
}
.legal-callout__label {
  margin: 0 0 0.4rem !important;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--bronze);
}
.legal-callout p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 640px) {
  .legal-toc ol {
    columns: 1;
  }
}

.section-heading {
  font-family: var(--font-display);
  font-size: var(--heading-section);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.page-hero {
  padding: calc(var(--header-h) + 56px) 0 clamp(28px, 4vw, 44px);
  background: var(--ink); color: rgba(255,255,255,.82);
}
.page-hero .label { color: var(--bronze); }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: var(--heading-hero-page);
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-top: .35rem;
  line-height: 1.12;
  max-width: min(42rem, 100%);
}
.page-hero .lead {
  color: rgba(255,255,255,.68);
  margin-top: 1rem;
  max-width: 40rem;
}
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.55); margin-bottom: 1.25rem; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { margin: 0 8px; }
.page-hero + .section-index-wrap {
  padding-top: var(--section);
}

.hub-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hub-card {
  background: var(--white); border: var(--border-soft);
  border-radius: var(--radius-lg); padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.hub-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.hub-card h3 { margin-bottom: .5rem; }

/* Editorial section index (procedure hubs) */
.section-index-wrap { padding-top: var(--section); }
.section-index__head { margin-bottom: var(--section-head-gap); max-width: 36rem; }
.section-index__head h2 {
  font-family: var(--font-display);
  font-size: var(--heading-section);
  font-weight: 400;
  letter-spacing: -0.025em;
}
.section-index__label {
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: clamp(20px, 3vw, 32px);
}
.section-index {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--stone-dark);
}
.section-index__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  padding: clamp(28px, 3.5vw, 40px) 0;
  border-bottom: 1px solid var(--stone-dark);
  color: inherit;
  transition: color .25s var(--ease), padding-left .25s var(--ease);
}
.section-index__item:hover {
  color: var(--ink);
  padding-left: 6px;
}
.section-index__item:hover .section-index__arrow { color: var(--bronze); transform: translateX(4px); }
.section-index__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.section-index__row {
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 2.5vw, 28px);
}
.section-index__num {
  flex: 0 0 2.25rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--bronze);
  font-variant-numeric: tabular-nums;
}
.section-index__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
}
.section-index__desc {
  padding-left: calc(2.25rem + clamp(16px, 2.5vw, 28px));
  font-size: .92rem;
  line-height: 1.55;
  color: var(--ink-muted);
}
.section-index__arrow {
  font-size: 1.25rem;
  color: var(--ink-muted);
  transition: transform .25s var(--ease), color .25s var(--ease);
}

/* Homepage — section head */
.section-head { margin-bottom: var(--section-head-gap); max-width: 36rem; }
.procedure-scroll.section {
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
}
.procedure-scroll .section-head {
  margin-left: 0;
  margin-right: 0;
}
.procedure-scroll .section-head .lead {
  margin-top: 1.35rem;
}

/* Procedure panels (cinematic grid) — align with .container measure */
.procedure-scroll__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
  box-sizing: border-box;
}
.procedure-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  transition: border-color 0.4s var(--ease);
}
.procedure-panel:hover {
  border-color: rgba(201, 169, 110, 0.35);
}
.procedure-scroll__footer {
  max-width: var(--container);
  margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
  padding: 0 var(--pad);
  box-sizing: border-box;
}
.procedure-scroll__results {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 22, 40, 0.22);
  padding-bottom: 2px;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.procedure-scroll__results:hover,
.procedure-scroll__results:focus-visible {
  color: var(--bronze);
  border-bottom-color: var(--bronze);
}
.procedure-panel__images { position: absolute; inset: 0; overflow: hidden; }
.procedure-panel__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  transform: scale(1);
  transition: opacity 0.6s var(--ease), transform 8s var(--ease);
}
.procedure-panel__images img.is-active,
.procedure-panel:hover .procedure-panel__images img {
  opacity: 0.78;
  transform: scale(1.06);
}
.procedure-panel__content {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: clamp(28px, 3vw, 36px);
  background: linear-gradient(
    to top,
    rgba(10, 22, 40, 0.98) 0%,
    rgba(10, 22, 40, 0.82) 42%,
    transparent 100%
  );
}
.procedure-panel__num {
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  color: var(--bronze-light);
}
.procedure-panel h3 {
  color: var(--white);
  margin: 8px 0 10px;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}
.procedure-panel p { font-size: var(--text-body-sm); line-height: 1.55; margin-bottom: 16px; }
.procedure-panel__link {
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--bronze-light);
}

/* Surgeon feature block */
.surgeon-feature .label {
  margin-bottom: 0.85rem;
}
.surgeon-feature h2 {
  margin-top: 0;
  margin-bottom: 1.75rem;
  padding-bottom: 0;
}
.surgeon-feature__visual {
  height: 100%;
}
.surgeon-feature__frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--stone);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.surgeon-feature__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Desktop: stretch photo to match text + CTA column height */
@media (min-width: 901px) {
  .surgeon-feature .grid-2--start {
    align-items: stretch;
  }
  .surgeon-feature__frame {
    aspect-ratio: auto;
    height: 100%;
    min-height: 0;
  }
}
.surgeon-feature__body {
  margin-top: 0.35rem;
  color: var(--ink-soft);
  font-size: var(--text-body);
  line-height: var(--text-line);
}
.surgeon-feature__body > p:first-child {
  margin-top: 0;
}
.surgeon-feature__body p { margin-bottom: 0.9rem; font-size: inherit; line-height: inherit; }
.surgeon-feature__body p:last-child { margin-bottom: 0; }
.feature-list { margin-top: 1.5rem; list-style: none; padding: 0; }
.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(10, 22, 40, 0.06);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.feature-list li::before { content: '— '; color: var(--bronze); }
.surgeon-feature__cta { margin-top: 1.5rem; }

/* Credentials strip */
.credentials-strip {
  padding: 48px 0;
  background: var(--white);
  border-top: 1px solid var(--stone-dark);
  border-bottom: 1px solid var(--stone-dark);
}
.credentials-strip__label {
  text-align: center;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 28px;
}
.credentials-strip__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.credentials-strip__grid img {
  height: 52px;
  width: auto;
  opacity: 0.88;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.credentials-strip__grid li.is-featured img,
.credentials-strip__grid li:nth-child(3) img {
  height: 120px;
}
.credentials-strip__grid li:hover img { opacity: 1; }
.credentials-strip__text {
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* Sidebar CTA — distinct from hub cards */
.sidebar-cta {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.sidebar-cta .label {
  color: var(--bronze-light);
  font-size: var(--text-label);
  letter-spacing: var(--text-label-tracking);
}
.sidebar-cta p { color: rgba(255,255,255,.75); font-size: var(--text-body-sm); line-height: 1.6; margin-top: .75rem; }
.sidebar-cta .btn { margin-top: 1.25rem; }
.sidebar-cta__action { margin-top: 1rem; }

.related-pages__inner {
  max-width: var(--content-measure);
}
.related-pages__heading {
  font-family: var(--font-display);
  font-size: var(--heading-section);
  font-weight: 400;
  margin: 0.5rem 0 1.5rem;
  letter-spacing: -0.02em;
}
.related-pages__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(10, 22, 40, 0.12);
}
.related-pages__list a {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(10, 22, 40, 0.12);
  text-decoration: none;
  color: inherit;
}
.related-pages__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ink);
}
.related-pages__desc {
  font-size: 0.95rem;
  color: rgba(10, 22, 40, 0.62);
  line-height: 1.5;
}
.related-pages__list a:hover .related-pages__title {
  color: var(--bronze);
}

.journey-steps {
  display: grid;
  gap: 0;
  margin: 1.5rem 0 1rem;
}
.journey-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(10, 22, 40, 0.1);
}
.journey-step:last-child {
  border-bottom: 1px solid rgba(10, 22, 40, 0.1);
}
.journey-step__num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--bronze);
  line-height: 1;
  padding-top: 0.35rem;
  grid-row: 1 / span 20;
}
.journey-step h2,
.journey-step h3 {
  margin-top: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}
.journey-step p:last-child {
  margin-bottom: 0;
}

/* Procedure pages — always-visible jump pills (wrap; never widen the page) */
.procedure-toc {
  margin: 0 0 1.75rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  min-width: 0;
}
.procedure-toc__toggle {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.7rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
  pointer-events: none;
}
.procedure-toc__label {
  margin: 0;
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--text-label-tracking);
  text-transform: uppercase;
  color: var(--bronze);
}
.procedure-toc__chevron {
  display: none !important;
}
.procedure-toc__body {
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 0;
}
.procedure-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: 100%;
  min-width: 0;
}
.procedure-toc li {
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
}
.procedure-toc a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 2.1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink-soft);
  text-decoration: none;
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: var(--radius-full);
  background: var(--ivory);
  white-space: normal;
  overflow-wrap: break-word;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.procedure-toc a:hover,
.procedure-toc a:focus-visible {
  color: var(--ink);
  border-color: rgba(10, 22, 40, 0.28);
  background: var(--white);
}
.prose h2[id],
.entry-content h2[id] {
  scroll-margin-top: calc(var(--header-h) + 24px);
}
.procedure-intro {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--ink);
}
.procedure-glance {
  margin: 0.25rem 0 0.18rem;
}
.procedure-glance .info-table {
  /* Tighten the hero-heading -> table rhythm for a more premium feel. */
  margin: 0.85rem 0 1.05rem;
  border-color: rgba(10, 22, 40, 0.06);
}
.procedure-glance .info-table th,
.procedure-glance .info-table td {
  border-bottom-color: rgba(10, 22, 40, 0.06);
  padding: 16px 18px;
}
.prose .procedure-pullquote,
.entry-content .procedure-pullquote,
.procedure-pullquote {
  margin: 1.75rem clamp(2rem, 8vw, 4.5rem) 1.75rem 0;
  padding: 1.35rem 1.5rem;
  background: var(--ivory);
  border-left: 3px solid var(--bronze);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.9vw, 1.35rem);
  line-height: 1.45;
  color: var(--ink);
}
.prose .procedure-pullquote p,
.entry-content .procedure-pullquote p,
.procedure-pullquote p {
  margin: 0;
}
.procedure-highlights {
  list-style: none;
  margin: 1.25rem 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.procedure-highlights li {
  margin: 0;
  padding: 1rem 1.15rem;
  background: var(--white);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: var(--radius-md);
  display: grid;
  gap: 0.35rem;
}
.procedure-highlights strong {
  font-size: 0.95rem;
  color: var(--ink);
}
.procedure-highlights span {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.prose .content-figure--procedure,
.entry-content .content-figure--procedure {
  margin: 1.75rem 0 2.25rem;
  max-width: none;
}
.prose .content-figure--procedure.content-figure--wide,
.entry-content .content-figure--procedure.content-figure--wide {
  max-width: none;
}
.content-figure__media {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background: var(--stone);
}
.content-figure--procedure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 40%;
}

.cta-band__meta {
  margin-top: 1rem;
  font-size: 0.92rem;
}
.cta-band__meta a {
  color: rgba(255,255,255,.7);
}

.smart-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.smart-img img { width: 100%; height: auto; display: block; }

@media (max-width: 900px) {
  .grid-2, .grid-3, .hub-grid, .bio-layout, .content-layout { grid-template-columns: 1fr; }
  .procedure-scroll__track { grid-template-columns: 1fr; }
  .bio-card, .content-layout__aside { position: static; }
  .section-index__item { gap: 14px; padding: 22px 0; }
  .section-index__desc { padding-left: 0; margin-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .reveal .journey-step,
  .reveal .procedure-highlights > li,
  .reveal.section-index .section-index__item,
  .reveal .hub-card,
  .reveal.is-visible .journey-step,
  .reveal.is-visible .procedure-highlights > li,
  .reveal.is-visible.section-index .section-index__item,
  .reveal.is-visible .hub-card,
  .content-video,
  .content-video.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-cinematic__media img,
  .hero-cinematic__frame img,
  .hero-cinematic__img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
