@font-face {
  font-family: "Montserrat Local";
  src: url("assets/fonts/montserrat-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Local";
  src: url("assets/fonts/cormorant-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Local";
  src: url("assets/fonts/cormorant-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Higuen Local";
  src: url("assets/fonts/higuen-serif.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #7f6d39;
  --brown: #675940;
  --beige: #beb09b;
  --cream: #e6e1d6;
  --paper: #f7f3ec;
  --ink: #3f352b;
  --white: #fcfaf6;
  --deep: #2f2922;
  --muted: #766e64;
  --line: rgba(127, 109, 57, 0.3);
  --shadow: 0 22px 70px rgba(63, 53, 43, 0.09);
  --font-display: "Aura Bella", "Cormorant Local", "Bodoni Moda", Georgia, serif;
  --font-essence: "Higuen Local", "Cormorant Local", Georgia, serif;
  --font-body: "Montserrat Local", Montserrat, Arial, sans-serif;
  --header-height: 78px;
  --container: 1320px;
  --section-space: clamp(5rem, 8vw, 8rem);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(0.94rem, 0.9rem + 0.12vw, 1.05rem);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
section[id], footer[id] { scroll-margin-top: calc(var(--header-height) + 16px); }

.container {
  width: min(calc(100% - clamp(2.5rem, 6vw, 7.5rem)), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
  background: var(--deep);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid #b79943;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(247, 243, 236, 0.38);
  backdrop-filter: blur(5px);
  transition: background 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(127, 109, 57, 0.15);
  background: rgba(252, 250, 246, 0.94);
  box-shadow: 0 10px 35px rgba(63, 53, 43, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner { height: 100%; display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.25rem); }
.brand { flex: 0 0 clamp(190px, 17vw, 265px); }
.brand img { width: 100%; height: auto; }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 1.5vw, 1.65rem);
  margin-left: auto;
  white-space: nowrap;
}

.desktop-nav a {
  position: relative;
  padding-block: 0.5rem;
  color: #4d443b;
  font-size: clamp(0.65rem, 0.55rem + 0.15vw, 0.76rem);
  font-weight: 550;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.7rem 1.05rem;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #8e7736, #715e2d);
  color: white;
  box-shadow: 0 10px 28px rgba(127, 109, 57, 0.18);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(127, 109, 57, 0.27); }
.header-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(252,250,246,.8); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 4px auto; background: var(--ink); }

.menu-backdrop { position: fixed; inset: 0; z-index: 198; background: rgba(47, 41, 34, 0.45); backdrop-filter: blur(3px); }
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 199;
  display: flex;
  width: min(88vw, 410px);
  height: 100dvh;
  padding: 1.25rem;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  background: var(--white);
  box-shadow: -25px 0 70px rgba(47, 41, 34, 0.2);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform 350ms ease, visibility 350ms ease;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.mobile-menu-head img {
  display: block;
  width: min(210px, calc(100% - 64px));
  height: auto;
  max-height: 64px;
  flex: 0 1 210px;
  object-fit: contain;
  object-position: left center;
  aspect-ratio: 1100 / 292;
}
.menu-close { width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-family: Arial, sans-serif; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 0.9rem 0.15rem; border-bottom: 1px solid rgba(127,109,57,.15); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.mobile-menu > p { margin-top: auto; color: var(--muted); font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-height);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 45%, rgba(255,255,255,.86), transparent 38%),
    linear-gradient(115deg, #faf7f0 0%, #f0e9dd 48%, #d1b795 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: repeating-linear-gradient(120deg, transparent 0 80px, rgba(127,109,57,.08) 81px 82px);
  pointer-events: none;
}

.hero-glow { position: absolute; width: 44vw; aspect-ratio: 1; border-radius: 50%; top: 8%; right: 13%; background: rgba(255,247,230,.28); filter: blur(65px); }
.hero-monogram { position: absolute; width: clamp(360px, 38vw, 640px); left: 16%; top: 18%; opacity: 0.055; filter: sepia(1); pointer-events: none; }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  grid-template-rows: 1fr auto;
  min-height: calc(100svh - var(--header-height));
  gap: 0 clamp(1.5rem, 3vw, 4.5rem);
}

.hero-copy { align-self: center; max-width: 760px; padding: clamp(1.5rem, 4vh, 3.5rem) 0 1.4rem; }
.eyebrow { margin: 0 0 0.9rem; color: var(--gold); font-size: clamp(0.65rem, .62rem + .1vw, .75rem); font-weight: 650; letter-spacing: 0.36em; text-transform: uppercase; }
.eyebrow.sparkle::before { content: "✦"; margin-right: 0.85rem; font-size: 0.9em; }
.eyebrow.light { color: #d7c899; }
.protocol-kicker { margin: 0 0 -0.5rem; color: var(--gold); font-size: clamp(0.8rem, .68rem + .35vw, 1.05rem); font-weight: 520; letter-spacing: 0.5em; text-transform: uppercase; }
.hero h1, .section h2, .site-footer h2 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; }
.hero h1 { margin: 0; color: #3f3229; font-family: var(--font-essence); font-size: clamp(4rem, 7vw, 7.5rem); line-height: 0.88; letter-spacing: 0.025em; text-transform: none; }
.ornament { display: flex; align-items: center; gap: 0.65rem; width: min(100%, 650px); margin: 1rem 0 1.2rem; color: var(--gold); }
.ornament span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.ornament b { font-size: 1.15rem; font-weight: 400; }
.ornament.align-left { max-width: 440px; }
.ornament.align-left span { background: linear-gradient(90deg, var(--gold), transparent); }
.hero-lead { margin: 0 0 0.9rem; font-family: var(--font-display); font-size: clamp(1.65rem, 2.25vw, 2.25rem); line-height: 1.1; }
.hero-lead em { color: var(--gold); }
.hero-text { max-width: 650px; margin: 0; color: #61584f; font-size: clamp(0.9rem, 0.82rem + .25vw, 1.05rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.65rem; }

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0.85rem clamp(1.15rem, 2vw, 1.75rem);
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  cursor: pointer;
  font-size: clamp(0.68rem, .64rem + .12vw, .78rem);
  font-weight: 650;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: transform 250ms ease, background 250ms ease, box-shadow 250ms ease, color 250ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-icon { fill: currentColor !important; stroke: none !important; }
.button-primary { background: linear-gradient(135deg, #927a36, #735e2c); color: white; box-shadow: 0 13px 35px rgba(127,109,57,.18); }
.button-primary:hover { box-shadow: 0 17px 38px rgba(127,109,57,.28); }
.button-secondary { border-color: var(--gold); background: rgba(252,250,246,.42); color: var(--brown); }
.button-secondary:hover { background: var(--gold); color: white; }
.button-light { border-color: rgba(255,255,255,.25); background: var(--white); color: var(--deep); box-shadow: 0 16px 38px rgba(0,0,0,.15); }

.hero-media { grid-column: 2; grid-row: 1 / 3; align-self: stretch; }
.hero-image-wrap { position: relative; height: 100%; min-height: 590px; overflow: hidden; border-radius: 0 0 0 44%; box-shadow: -35px 35px 90px rgba(75,54,33,.12); }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: 51% 45%; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,243,236,.26), transparent 28%), linear-gradient(0deg, rgba(47,41,34,.38), transparent 30%); }
.hero-signature { position: absolute; right: clamp(1.1rem, 3vw, 2rem); bottom: clamp(1rem, 2.8vw, 1.9rem); color: white; text-align: right; text-shadow: 0 2px 15px rgba(0,0,0,.4); }
.hero-signature span { display: block; font-family: var(--font-display); font-size: 1.6rem; font-style: italic; }
.hero-signature small { font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }

.credentials { grid-column: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 1rem 0 clamp(2.2rem, 5vh, 3.6rem); }
.credentials > div { display: flex; min-width: 0; align-items: center; gap: 0.65rem; padding: 0 .75rem; border-left: 1px solid var(--line); }
.credentials > div:first-child { padding-left: 0; border-left: 0; }
.credentials svg { flex: 0 0 29px; width: 29px; height: 29px; fill: none; stroke: var(--gold); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.credentials span { color: #5e564e; font-size: clamp(.62rem, .56rem + .12vw, .72rem); line-height: 1.45; }
.scroll-cue { position: absolute; bottom: 0.8rem; left: 25%; z-index: 2; display: flex; align-items: center; gap: 0.7rem; color: var(--brown); font-size: .62rem; letter-spacing: .27em; text-transform: uppercase; }
.scroll-cue svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.4; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 50% { transform: translateY(5px); } }

.section { position: relative; padding: var(--section-space) 0; }
.section-intro { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro.centered p:last-child { margin-inline: auto; }
.section h2 { margin: 0; color: var(--ink); font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: .98; letter-spacing: .025em; }
.section h2 em { color: var(--gold); font-weight: 400; }
#essence-title em { font-family: var(--font-essence); font-style: normal; text-transform: none; }
.section-intro > p:not(.eyebrow), .section-intro > em { max-width: 650px; }
.section-intro > em { display: block; margin-top: .9rem; color: var(--gold); font-family: var(--font-display); font-size: clamp(1.4rem, 2vw, 1.9rem); }
.large-copy { font-family: var(--font-display); font-size: clamp(1.35rem, 1.9vw, 1.8rem); line-height: 1.25; }

.results-section { background: var(--white); }
.results-section::after { content: ""; position: absolute; top: 2rem; right: 4vw; width: min(26vw, 390px); aspect-ratio: 1; opacity: .035; background: url("assets/images/monogram.png") center/contain no-repeat; pointer-events: none; }
.result-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin: 0 0 2rem; }
.filter-button { min-height: 42px; padding: .65rem 1.2rem; border: 1px solid var(--line); border-radius: .5rem; background: transparent; color: var(--brown); cursor: pointer; font-size: .69rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: 250ms ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--gold); background: var(--gold); color: white; box-shadow: 0 8px 22px rgba(127,109,57,.18); }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.result-card { min-width: 0; }
.result-card[hidden] { display: none; }
.portfolio-figure { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(127,109,57,.22); border-radius: 1.05rem; background: #e8e1d6; box-shadow: 0 16px 48px rgba(63,53,43,.08); }
.portfolio-figure img { width: 100%; height: 100%; object-fit: contain; transition: transform 450ms ease; }
.portfolio-card:hover .portfolio-figure img { transform: scale(1.018); }
.portfolio-badge { position: absolute; z-index: 2; top: .75rem; left: .75rem; padding: .32rem .62rem; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(252,250,246,.86); color: var(--brown); backdrop-filter: blur(8px); font-size: .55rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.compare { --position: 50%; position: relative; aspect-ratio: 1.28 / 1; overflow: hidden; border: 1px solid rgba(127,109,57,.22); border-radius: 1.05rem; background: var(--cream); box-shadow: 0 16px 48px rgba(63,53,43,.08); }
.compare-before, .compare-after, .compare-after img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-after { clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.compare-label { position: absolute; z-index: 3; top: .75rem; padding: .32rem .62rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(252,250,246,.82); color: var(--brown); backdrop-filter: blur(8px); font-size: .58rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.before-label { left: .75rem; }
.after-label { right: .75rem; }
.compare-line { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 2px; background: rgba(255,255,255,.9); transform: translateX(-50%); box-shadow: 0 0 8px rgba(0,0,0,.2); pointer-events: none; }
.compare-line b { position: absolute; top: 50%; left: 50%; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--brown); box-shadow: 0 6px 18px rgba(0,0,0,.15); font-size: 1rem; font-weight: 400; transform: translate(-50%, -50%); }
.compare-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: .001; }
.expand-result { position: absolute; z-index: 7; right: .7rem; bottom: .7rem; display: grid; width: 37px; height: 37px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(47,41,34,.67); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.result-meta { display: flex; align-items: center; gap: .8rem; padding: .9rem .3rem 0; }
.result-meta span { color: var(--gold); font-size: .63rem; letter-spacing: .16em; }
.result-meta h3 { margin: 0; font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; text-transform: uppercase; }
.results-empty { margin: 2rem auto 0; padding: 1.1rem; border: 1px solid var(--line); border-radius: .75rem; color: var(--muted); font-family: var(--font-display); font-size: 1.1rem; font-style: italic; text-align: center; }
.centered-action { display: flex; justify-content: center; margin-top: 2.3rem; }
.medical-note { max-width: 780px; margin: 1.25rem auto 0; color: var(--muted); font-family: var(--font-display); font-size: .96rem; font-style: italic; text-align: center; }

.essence-section { overflow: hidden; background: linear-gradient(145deg, #f0e9de, #fbf8f2 55%, #e2d3bf); }
.essence-grid { display: grid; grid-template-columns: 1fr minmax(320px, .82fr) minmax(300px, .7fr); align-items: center; gap: clamp(1.2rem, 3vw, 3rem); }
.essence-copy .button { margin-top: 1.15rem; }
.essence-details { display: grid; gap: .8rem; margin: 1.4rem 0; }
.essence-details > div { padding-left: 1.15rem; border-left: 1px solid var(--line); }
.essence-details dt { margin: 0 0 .2rem; color: var(--brown); font-size: .74rem; font-weight: 700; letter-spacing: .035em; }
.essence-details dd { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.essence-photo { position: relative; margin: 0; }
.essence-photo::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; border: 1px solid rgba(127,109,57,.35); border-radius: 45% 45% 1rem 1rem; }
.essence-photo img { position: relative; width: 100%; max-height: 640px; object-fit: cover; object-position: center 35%; border-radius: 45% 45% 1rem 1rem; box-shadow: var(--shadow); }
.essence-photo figcaption { position: absolute; right: -1rem; bottom: 1.5rem; max-width: 220px; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.5); border-radius: .6rem; background: rgba(252,250,246,.83); color: var(--brown); backdrop-filter: blur(12px); font-family: var(--font-display); font-size: 1.05rem; font-style: italic; line-height: 1.25; }
.benefits-card { display: grid; gap: .25rem; padding: clamp(1rem, 2vw, 1.5rem); border: 1px solid rgba(127,109,57,.25); border-radius: 1rem; background: rgba(252,250,246,.76); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.benefits-card > div { display: flex; align-items: flex-start; gap: .9rem; padding: 1rem .2rem; border-bottom: 1px solid rgba(127,109,57,.16); }
.benefits-card > div:last-child { border-bottom: 0; }
.benefits-card svg { flex: 0 0 30px; width: 30px; height: 30px; fill: none; stroke: var(--gold); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.benefits-card span { display: grid; gap: .1rem; }
.benefits-card strong { color: var(--brown); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.benefits-card small { color: var(--muted); font-size: .7rem; line-height: 1.45; }

.differences-section { padding-block: clamp(4rem, 7vw, 6rem); background: var(--white); }
.differences-section .section-intro { margin-bottom: 2.6rem; }
.single-line-title { white-space: nowrap; }
.differences-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.differences-grid article { padding: .6rem clamp(.75rem, 1.4vw, 1.25rem); border-left: 1px solid var(--line); text-align: center; }
.differences-grid article:first-child { border-left: 0; }
.differences-grid svg { width: 42px; height: 42px; margin: 0 auto 1rem; fill: none; stroke: var(--gold); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.differences-grid h3 { min-height: 3.1em; margin: 0 0 .55rem; color: var(--brown); font-size: clamp(.67rem, .62rem + .08vw, .75rem); line-height: 1.55; letter-spacing: .075em; text-transform: uppercase; }
.differences-grid p { margin: 0; color: var(--muted); font-family: var(--font-display); font-size: 1rem; line-height: 1.25; }

.procedures-section { background: #efe8dc; }
.procedures-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.25rem); }
.procedure-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(127,109,57,.18); border-radius: 1rem; background: var(--white); box-shadow: 0 10px 38px rgba(63,53,43,.05); transition: transform 350ms ease, box-shadow 350ms ease; }
.procedure-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(63,53,43,.11); }
.procedure-image { position: relative; aspect-ratio: .92 / 1; overflow: hidden; }
.procedure-image::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(47,41,34,.32)); }
.procedure-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms ease; }
.procedure-card:hover img { transform: scale(1.035); }
.procedure-image > span { position: absolute; z-index: 2; top: .75rem; right: .75rem; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(63,53,43,.35); color: white; backdrop-filter: blur(8px); font-size: .56rem; }
.procedure-card > div:last-child { display: flex; min-height: 170px; padding: 1.1rem; flex-direction: column; }
.procedure-card h3 { margin: 0 0 .45rem; font-family: var(--font-display); font-size: clamp(1.2rem, 1.5vw, 1.55rem); font-weight: 400; line-height: 1.02; text-transform: uppercase; }
.procedure-card p { margin: 0; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.procedure-card a { display: inline-flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--gold); font-size: .64rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(320px, .82fr) 1.18fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.about-photo { position: relative; max-width: 560px; margin: 0; }
.about-photo::before { content: ""; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem; border: 1px solid var(--line); border-radius: 48% 48% 1.2rem 1.2rem; }
.about-photo img { position: relative; width: 100%; max-height: 730px; object-fit: cover; object-position: center top; border-radius: 48% 48% 1.2rem 1.2rem; filter: saturate(.86) sepia(.08); box-shadow: var(--shadow); }
.about-seal { position: absolute; right: -2rem; bottom: 2.5rem; display: grid; width: 130px; height: 130px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(103,89,64,.9); color: var(--white); backdrop-filter: blur(10px); font-family: var(--font-display); font-size: 2.4rem; line-height: 1; text-align: center; }
.about-seal small { margin-top: .35rem; font-family: var(--font-body); font-size: .5rem; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.about-copy { max-width: 760px; }
.about-copy > p:not(.eyebrow) { color: #5c554e; }
.about-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.4rem; margin: 1.7rem 0; }
.about-facts > div { display: flex; gap: .75rem; padding: .85rem; border: 1px solid rgba(127,109,57,.18); border-radius: .7rem; background: #faf7f1; }
.about-facts svg { flex: 0 0 29px; width: 29px; height: 29px; fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.about-facts span { display: grid; gap: .12rem; }
.about-facts strong { color: var(--brown); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.about-facts small { color: var(--muted); font-size: .68rem; line-height: 1.45; }

.mentorship-section { overflow: hidden; background: linear-gradient(120deg, #2f2922 0%, #4e4437 58%, #6a5b48 100%); color: var(--white); }
.mentorship-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: repeating-linear-gradient(135deg, transparent 0 70px, rgba(255,255,255,.07) 71px 72px); }
.mentorship-monogram { position: absolute; right: -5%; top: 3%; width: min(48vw, 690px); opacity: .05; filter: grayscale(1) brightness(3); }
.mentorship-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr minmax(340px, .85fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.mentorship-copy h2 { color: var(--white); font-size: clamp(2.8rem, 5vw, 5rem); }
.mentorship-copy h2 em { color: #dfce9b; }
.mentorship-subtitle { margin: 1.1rem 0 .8rem; color: #e5d6aa; font-family: var(--font-display); font-size: clamp(1.45rem, 2.2vw, 2rem); font-style: italic; }
.mentorship-copy > p:not(.eyebrow, .mentorship-subtitle, .legal-note) { max-width: 720px; color: rgba(252,250,246,.75); }
.mentorship-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem 1.5rem; margin: 1.6rem 0; padding: 0; list-style: none; }
.mentorship-list li { position: relative; padding: .45rem 0 .45rem 1.15rem; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(252,250,246,.9); font-size: .75rem; line-height: 1.45; }
.mentorship-list li::before { content: "✦"; position: absolute; left: 0; color: #d7c899; font-size: .55rem; }
.legal-note { max-width: 730px; color: rgba(252,250,246,.55); font-size: .65rem; line-height: 1.5; }
.mentorship-copy .button { margin-top: .8rem; }
.mentorship-photo { position: relative; margin: 0; }
.mentorship-photo::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; border: 1px solid rgba(222,205,155,.4); border-radius: 48% 48% 1rem 1rem; }
.mentorship-photo img { position: relative; width: 100%; max-height: 780px; object-fit: cover; object-position: center 12%; border-radius: 48% 48% 1rem 1rem; filter: contrast(1.02); box-shadow: 0 30px 75px rgba(0,0,0,.25); }
.mentorship-photo figcaption { position: absolute; right: -1rem; bottom: 2.2rem; display: flex; align-items: center; gap: .8rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: .6rem; background: rgba(47,41,34,.82); backdrop-filter: blur(12px); }
.mentorship-photo figcaption span { color: #d7c899; font-family: var(--font-display); font-size: 2rem; }
.mentorship-photo figcaption small { color: rgba(255,255,255,.75); font-size: .58rem; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.mentorship-gallery { --slides-per-view: 3; --gallery-gap: .85rem; --slide-basis: calc((100% - 1.7rem) / 3); position: relative; z-index: 1; margin-top: clamp(3rem, 6vw, 5rem); }
.mentorship-gallery-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.mentorship-gallery-head p { margin: 0; color: #e7dab4; font-size: .67rem; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.mentorship-gallery-head p span { margin-right: .35rem; color: #d7c899; }
.mentorship-gallery-head > div { display: flex; gap: .55rem; }
.mentorship-gallery-head button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--white); cursor: pointer; transition: background 250ms ease, color 250ms ease; }
.mentorship-gallery-head button:hover { background: #d7c899; color: var(--deep); }
.mentorship-gallery-viewport { overflow: hidden; border-radius: 1rem; }
.mentorship-gallery-track { display: flex; gap: var(--gallery-gap); will-change: transform; transition: transform 620ms cubic-bezier(.22,.61,.36,1); }
.mentorship-gallery-slide { flex: 0 0 var(--slide-basis); margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.16); border-radius: .85rem; background: rgba(20,17,14,.28); }
.mentorship-gallery-slide img { width: 100%; height: 100%; object-fit: contain; }
.mentorship-gallery-dots { display: flex; justify-content: center; gap: .45rem; margin-top: 1rem; }
.mentorship-gallery-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.28); cursor: pointer; transition: width 250ms ease, background 250ms ease; }
.mentorship-gallery-dots button[aria-current="true"] { width: 24px; background: #d7c899; }

.testimonials-section { background: #f0e9dd; }
.testimonial-carousel { max-width: 920px; margin: 0 auto; }
.testimonial-track { min-height: 390px; }
.testimonial-slide { position: relative; display: grid; min-height: 380px; padding: clamp(2rem, 5vw, 4.5rem); align-content: center; border: 1px solid rgba(127,109,57,.24); border-radius: 1.2rem; background: rgba(252,250,246,.78); text-align: center; box-shadow: var(--shadow); }
.testimonial-slide[hidden] { display: none; }
.testimonial-slide::before { content: "“"; position: absolute; top: .3rem; left: 50%; color: rgba(127,109,57,.14); font-family: var(--font-display); font-size: 8rem; line-height: 1; transform: translateX(-50%); }
.review-rating { position: relative; color: var(--gold); font-size: .86rem; letter-spacing: .22em; }
.testimonial-slide blockquote { position: relative; max-width: 780px; margin: 1.1rem auto 1.25rem; font-family: var(--font-display); font-size: clamp(1.45rem, 2.65vw, 2.35rem); font-style: italic; line-height: 1.2; }
.testimonial-slide-long blockquote { font-size: clamp(1.2rem, 2.1vw, 1.75rem); line-height: 1.28; }
.testimonial-slide p { margin: 0; color: var(--muted); font-size: .72rem; }
.review-author { display: grid; gap: .2rem; }
.review-author strong { color: var(--brown); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.review-author span { font-size: .62rem; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin-top: 1.3rem; }
.carousel-prev, .carousel-next { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; transition: 250ms ease; }
.carousel-prev:hover, .carousel-next:hover { background: var(--gold); color: white; }
.carousel-dots { display: flex; gap: .5rem; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: var(--beige); cursor: pointer; transition: width 250ms ease; }
.carousel-dots button[aria-selected="true"] { width: 24px; border-radius: 999px; background: var(--gold); }

.medplex-section { background: var(--white); }
.medplex-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.medplex-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.config-address { margin: 1.4rem 0; color: var(--brown); font-size: .8rem; line-height: 1.65; }
.medplex-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 230px 290px; gap: .8rem; }
.medplex-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: .85rem; }
.medplex-gallery .gallery-wide { grid-column: 1 / 4; }
.medplex-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.medplex-gallery figure:hover img { transform: scale(1.035); }
.medplex-gallery figcaption { position: absolute; left: .7rem; bottom: .7rem; padding: .3rem .6rem; border-radius: 999px; background: rgba(47,41,34,.62); color: white; backdrop-filter: blur(8px); font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; }

.faq-section { background: #ece4d7; }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; align-items: start; gap: clamp(2rem, 6vw, 6rem); }
.faq-heading { position: sticky; top: calc(var(--header-height) + 2rem); }
.faq-heading p:last-child { max-width: 390px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem .2rem; cursor: pointer; font-size: .82rem; font-weight: 580; letter-spacing: .035em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--gold); font-family: Arial, sans-serif; font-size: 1.25rem; font-weight: 300; transition: transform 250ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -.2rem 0 1.2rem; padding-right: 3rem; color: var(--muted); font-size: .78rem; }

.final-cta { overflow: hidden; padding-block: clamp(4.5rem, 7vw, 6.5rem); background: linear-gradient(125deg, #6a5941, #3d352d); color: white; }
.cta-monogram { position: absolute; right: 2%; top: -45%; width: min(50vw, 720px); opacity: .07; filter: grayscale(1) brightness(4); }
.final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.final-cta h2 { color: white; font-size: clamp(2.7rem, 5.4vw, 5.8rem); }
.final-cta-grid > div:first-child > p:last-child { max-width: 700px; color: rgba(255,255,255,.72); }
.appointment-card { padding: clamp(1.6rem, 3vw, 2.5rem); border: 1px solid rgba(255,255,255,.24); border-radius: 1rem; background: rgba(255,255,255,.08); box-shadow: 0 25px 60px rgba(0,0,0,.18); backdrop-filter: blur(16px); text-align: center; }
.appointment-card > span { color: #dfce9b; font-size: .65rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.appointment-card h3 { margin: .7rem 0 1.3rem; font-family: var(--font-display); font-size: clamp(1.55rem, 2.4vw, 2.15rem); font-weight: 400; line-height: 1.15; }
.appointment-card .button { width: 100%; }
.appointment-card p { margin: 1rem 0 0; color: rgba(255,255,255,.55); font-size: .64rem; }

.site-footer { padding: 4rem 0 1.2rem; background: #27221e; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 4rem); }
.footer-brand img { display: block; width: min(320px, 100%); height: auto; object-fit: contain; object-position: left center; aspect-ratio: 1100 / 289; }
.footer-brand p { max-width: 390px; }
.footer-brand strong { color: #d7c899; font-size: .7rem; letter-spacing: .14em; }
.site-footer h2 { margin: 0 0 1rem; color: white; font-family: var(--font-body); font-size: .68rem; font-weight: 650; letter-spacing: .17em; }
.footer-grid > div:not(:first-child) { display: flex; align-items: flex-start; flex-direction: column; }
.footer-grid a, .footer-grid p, .footer-grid address { margin: 0 0 .5rem; font-size: .7rem; line-height: 1.65; }
.footer-grid a:hover { color: #dfce9b; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-top: 3rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.11); font-size: .57rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { text-align: right; }
.footer-bottom div { display: flex; gap: 1rem; }
.footer-bottom button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: inherit; }
.footer-bottom button:hover { color: white; }

.floating-whatsapp { position: fixed; z-index: 90; right: max(.65rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); display: inline-flex; width: 52px; height: 52px; min-height: 52px; padding: 0; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #75612e; color: white; box-shadow: 0 14px 35px rgba(52,42,20,.25); font-size: .65rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; transition: transform 250ms ease, box-shadow 250ms ease; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(52,42,20,.35); }
.floating-whatsapp svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.floating-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

dialog { border: 0; }
dialog::backdrop { background: rgba(31,27,23,.74); backdrop-filter: blur(7px); }
.lightbox, .legal-dialog { width: min(calc(100% - 2rem), 1040px); max-height: calc(100dvh - 2rem); padding: clamp(1rem, 3vw, 2rem); overflow: auto; border-radius: 1.1rem; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.lightbox h2, .legal-dialog h2 { margin: 0 3rem 1rem 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; text-transform: uppercase; }
.dialog-close { position: absolute; z-index: 10; top: .8rem; right: .8rem; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; font-family: Arial, sans-serif; font-size: 1.5rem; }
.lightbox-compare { aspect-ratio: 16 / 9; }
.portfolio-lightbox-image { display: block; width: 100%; max-height: 72dvh; object-fit: contain; border: 1px solid var(--line); border-radius: .85rem; background: #e8e1d6; }
.lightbox > p, .legal-dialog p { color: var(--muted); font-size: .78rem; }
.legal-dialog { max-width: 680px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1190px) {
  :root { --header-height: 72px; }
  .desktop-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .brand { flex-basis: 240px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr); }
  .credentials { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 0; }
  .credentials > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .differences-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.8rem 0; }
  .differences-grid article:nth-child(4) { border-left: 0; }
  .procedures-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .essence-grid { grid-template-columns: 1fr minmax(310px, .86fr); }
  .benefits-card { grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .benefits-card > div { border-right: 1px solid rgba(127,109,57,.16); border-bottom: 0; }
  .benefits-card > div:last-child { border-right: 0; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; grid-template-rows: auto; width: 100%; gap: 0; }
  .hero-copy { width: min(calc(100% - 2.75rem), 680px); margin: 0 auto; padding: 3.2rem 0 2.2rem; text-align: center; }
  .hero-copy .ornament { margin-inline: auto; }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-media { grid-column: 1; grid-row: auto; height: min(78vw, 680px); }
  .hero-image-wrap { min-height: 0; border-radius: 25% 25% 0 0; }
  .hero-image-wrap > img { object-position: center 41%; }
  .credentials { grid-column: 1; width: min(calc(100% - 2.75rem), 680px); margin: 0 auto; padding: 1.5rem 0 3rem; background: var(--paper); }
  .hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: var(--paper); }
  .hero-media, .credentials { position: relative; z-index: 1; }
  .scroll-cue { display: none; }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .essence-grid { grid-template-columns: 1fr 1fr; }
  .benefits-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-card > div:nth-child(2) { border-right: 0; }
  .benefits-card > div:nth-child(-n+2) { border-bottom: 1px solid rgba(127,109,57,.16); }
  .about-grid, .medplex-grid { grid-template-columns: 1fr; }
  .about-photo { width: min(80%, 540px); margin-inline: auto; }
  .mentorship-grid { grid-template-columns: 1fr; }
  .mentorship-photo { width: min(80%, 520px); margin-inline: auto; }
  .mentorship-gallery { --slides-per-view: 2; --slide-basis: calc((100% - .85rem) / 2); }
  .medplex-copy { max-width: 650px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .final-cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  :root { --header-height: 66px; --section-space: clamp(4rem, 15vw, 5.2rem); }
  .container { width: min(calc(100% - 2.5rem), var(--container)); }
  .brand { flex-basis: 205px; }
  .header-cta { display: none; }
  .menu-toggle { width: 43px; height: 43px; }
  .hero-copy { width: min(calc(100% - 2.5rem), 620px); padding-top: 2.5rem; }
  .hero h1 { font-size: clamp(3.6rem, 20vw, 5.6rem); }
  .protocol-kicker { margin-bottom: -.1rem; }
  .hero-lead { font-size: clamp(1.45rem, 7vw, 2rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-media { height: min(110vw, 620px); }
  .credentials { width: min(calc(100% - 2.5rem), 620px); grid-template-columns: 1fr 1fr; }
  .credentials > div { align-items: flex-start; padding: .45rem .65rem; }
  .credentials > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .credentials svg { flex-basis: 25px; width: 25px; height: 25px; }
  .section-intro { margin-bottom: 2rem; }
  .section h2 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .result-filters { flex-wrap: nowrap; justify-content: flex-start; margin-right: -1.25rem; padding-right: 1.25rem; overflow-x: auto; scrollbar-width: none; }
  .result-filters::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .results-grid { grid-template-columns: 1fr; }
  .compare { aspect-ratio: 1.1 / 1; }
  .essence-grid { grid-template-columns: 1fr; }
  .essence-copy { order: 1; }
  .essence-photo { order: 2; width: min(90%, 480px); margin-inline: auto; }
  .benefits-card { order: 3; grid-column: 1; grid-template-columns: 1fr; }
  .benefits-card > div { border-right: 0; border-bottom: 1px solid rgba(127,109,57,.16); }
  .benefits-card > div:nth-child(-n+2) { border-bottom: 1px solid rgba(127,109,57,.16); }
  .differences-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .differences-grid article:nth-child(odd) { border-left: 0; }
  .differences-grid article:nth-child(4) { border-left: 1px solid var(--line); }
  .differences-grid h3 { min-height: auto; }
  .procedures-grid { grid-template-columns: 1fr; }
  .procedure-card { display: grid; grid-template-columns: 42% 58%; min-height: 210px; }
  .procedure-image { height: 100%; aspect-ratio: auto; }
  .procedure-card > div:last-child { min-height: 0; padding: 1rem; }
  .procedure-card h3 { font-size: 1.3rem; }
  .about-photo, .mentorship-photo { width: calc(100% - 1rem); }
  .single-line-title {
    max-width: 100%;
    font-size: clamp(1.75rem, 7.7vw, 2.7rem) !important;
    letter-spacing: .005em;
    white-space: nowrap;
  }
  #procedures-title {
    max-width: 100%;
    font-size: clamp(2.1rem, 9.5vw, 3.2rem);
    letter-spacing: 0;
    white-space: nowrap;
  }
  .about-seal { right: -.6rem; width: 105px; height: 105px; font-size: 2rem; }
  .about-facts { grid-template-columns: 1fr; }
  .mentorship-list { grid-template-columns: 1fr; }
  .mentorship-photo figcaption { right: -.5rem; }
  .mentorship-gallery { --slides-per-view: 1; --slide-basis: 100%; }
  .mentorship-gallery-head p { max-width: 210px; line-height: 1.5; }
  .testimonial-track { min-height: 430px; }
  .testimonial-slide { min-height: 420px; }
  .medplex-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 190px 230px 230px; }
  .medplex-gallery .gallery-wide { grid-column: 1 / 3; }
  .medplex-gallery figure:last-child { grid-column: 1 / 3; }
  .faq-list summary { font-size: .77rem; }
  .faq-list details p { padding-right: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; text-align: left; }
  .footer-bottom p:last-child { text-align: left; }
  .footer-bottom div { flex-wrap: wrap; }
  .floating-whatsapp { right: .75rem; bottom: max(.75rem, env(safe-area-inset-bottom)); width: 50px; height: 50px; padding: 0; justify-content: center; }
  .floating-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .lightbox { padding: .9rem; }
  .lightbox h2 { font-size: 2rem; }
  .lightbox-compare { aspect-ratio: .85 / 1; }
}

@media (max-width: 390px) {
  .container, .hero-copy, .credentials { width: calc(100% - 2rem); }
  .brand { flex-basis: 180px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials > div { padding-left: 0; border-left: 0; }
  .differences-grid { grid-template-columns: 1fr; }
  .differences-grid article, .differences-grid article:nth-child(4) { border-left: 0; border-bottom: 1px solid var(--line); padding-block: 1.4rem; }
  .procedure-card { grid-template-columns: 38% 62%; }
  .procedure-card p { font-size: .68rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .mobile-menu, .menu-backdrop, .floating-whatsapp, .scroll-cue, .carousel-controls { display: none !important; }
  .hero { padding-top: 0; }
  .section { break-inside: avoid; }
}
