:root {
  color-scheme: light;
  --ivory-50: #fbf8f2;
  --ivory-100: #f3ede3;
  --ivory-200: #e7ddd0;
  --cacao-950: #241712;
  --cacao-900: #302019;
  --cacao-800: #4a3127;
  --cacao-700: #67483a;
  --stone-600: #70665f;
  --stone-500: #8d8178;
  --gold-500: #a77a43;
  --gold-600: #8c6334;
  --error-600: #a43d35;
  --white-warm: #fffdf9;
  --border-soft: rgba(48, 32, 25, .14);
  --font-display: "Poppins", Arial, sans-serif;
  --font-body: "Poppins", Arial, sans-serif;
  --shadow-sm: 0 1px 2px rgba(47, 30, 22, .06), 0 4px 12px rgba(47, 30, 22, .04);
  --shadow-lg: 0 10px 24px rgba(47, 30, 22, .1), 0 30px 60px rgba(47, 30, 22, .08);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ivory-50); color: var(--cacao-950); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; outline: 1px solid rgba(0, 0, 0, .1); outline-offset: -1px; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 18px; background: var(--cacao-950); color: var(--ivory-50); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }

.section-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.announcement { min-height: 31px; display: grid; place-items: center; padding: 6px 20px; background: var(--cacao-950); color: var(--ivory-100); font-size: .72rem; letter-spacing: .04em; text-align: center; }
.announcement p { margin: 0; }
.announcement-mobile { display: none; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(251, 248, 242, .92); border-bottom: 1px solid transparent; transition: border-color 150ms ease-out, box-shadow 150ms ease-out; }
.site-header.is-scrolled { border-color: var(--border-soft); box-shadow: var(--shadow-sm); }
.nav-shell { width: min(1320px, calc(100% - 40px)); min-height: 76px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cacao-950); text-decoration: none; }
.brand img { width: 32px; height: 32px; outline: 0; }
.brand span { font-family: var(--font-display); font-size: 1.42rem; font-weight: 600; letter-spacing: -.03em; white-space: nowrap; }
.brand i { color: var(--gold-600); font-weight: 500; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.primary-nav a { position: relative; padding: 26px 0; color: var(--cacao-700); font-size: .78rem; font-weight: 500; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--cacao-950); transition: transform 150ms ease-out; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; background: var(--cacao-950); color: var(--ivory-50); border: 1px solid var(--cacao-950); border-radius: 3px; font-size: .76rem; font-weight: 600; text-decoration: none; transition: background-color 150ms ease-out, color 150ms ease-out; }
.nav-cta:hover { background: transparent; color: var(--cacao-950); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--cacao-950); cursor: pointer; }

.hero { width: min(1320px, calc(100% - 40px)); min-height: calc(100dvh - 107px); max-height: 920px; margin: auto; display: grid; grid-template-columns: .78fr 1.22fr; background: var(--ivory-100); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: clamp(56px, 7vw, 112px) clamp(28px, 5vw, 74px); }
.kicker, .section-note, .process-heading > p, .advantages-title > p, .doctor-panel .panel-copy > p, .results-copy > p, .testimonial-panel > p, .location-panel > div > p, .faq-heading > p, .booking-intro > p { margin-bottom: 24px; color: var(--gold-600); font-size: .76rem; font-weight: 500; }
.kicker, .section-note, .process-heading > p, .booking-intro > p { font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin-bottom: 26px; font-family: var(--font-display); font-size: clamp(3.6rem, 6.4vw, 7rem); font-weight: 500; letter-spacing: -.052em; line-height: .82; }
.hero h1 em { color: var(--gold-600); font-weight: 500; }
.hero-summary { max-width: 460px; margin-bottom: 28px; color: var(--cacao-700); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; font-size: .84rem; font-weight: 600; line-height: 1; text-decoration: none; cursor: pointer; transition: transform 150ms ease-out, background-color 150ms ease-out, border-color 150ms ease-out, color 150ms ease-out, box-shadow 150ms ease-out; }
.button-primary { background: var(--cacao-950); color: var(--ivory-50); box-shadow: 0 1px 2px rgba(36, 23, 18, .14), 0 8px 20px rgba(36, 23, 18, .12); }
.button-primary:hover { background: var(--gold-600); box-shadow: 0 2px 3px rgba(36, 23, 18, .12), 0 12px 28px rgba(36, 23, 18, .16); }
.button-secondary { border-color: var(--cacao-950); background: transparent; color: var(--cacao-950); }
.button-secondary:hover { background: var(--cacao-950); color: var(--ivory-50); }
.button-light { background: var(--ivory-50); color: var(--cacao-950); box-shadow: 0 1px 2px rgba(20, 10, 6, .13), 0 12px 24px rgba(20, 10, 6, .15); }
.button-light:hover { background: var(--gold-500); color: var(--white-warm); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; font-size: .82rem; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { color: var(--gold-600); }
.hero-note { margin: 15px 0 0; color: var(--stone-600); font-size: .72rem; }
.hero-visual { position: relative; min-height: 580px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243, 237, 227, .38), transparent 25%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 31%; }
.hero-place { position: absolute; z-index: 2; right: -1.5%; bottom: -2%; margin: 0; color: rgba(255, 253, 249, .92); font-family: var(--font-display); font-size: clamp(6.6rem, 12vw, 12.4rem); font-weight: 500; letter-spacing: -.075em; line-height: .7; pointer-events: none; }
.hero-caption { position: absolute; z-index: 3; top: 28px; right: 28px; padding: 13px 16px; background: rgba(251, 248, 242, .9); box-shadow: var(--shadow-sm); }
.hero-caption span, .hero-caption strong { display: block; }
.hero-caption span { color: var(--stone-600); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-caption strong { margin-top: 3px; font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }

.trust-ribbon { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2.5vw, 38px); padding: 10px 20px; overflow: hidden; background: var(--cacao-800); color: var(--ivory-100); font-family: var(--font-display); font-size: .94rem; white-space: nowrap; }
.trust-ribbon i { color: var(--gold-500); font-size: .55rem; font-style: normal; }

.intro { padding-block: clamp(92px, 11vw, 150px); text-align: center; }
.intro h2 { max-width: 850px; margin: 0 auto 24px; font-family: var(--font-display); font-size: clamp(2.8rem, 5.6vw, 5.5rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.intro h2 em { color: var(--gold-600); font-weight: 500; }
.intro > p:not(.section-note) { max-width: 680px; margin: 0 auto 30px; color: var(--stone-600); font-size: 1.04rem; }

.services { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.55fr); align-items: center; gap: clamp(48px, 6vw, 88px); padding: 18px 0 clamp(104px, 12vw, 160px) max(20px, calc((100vw - 1240px) / 2)); overflow: hidden; }
.services-copy { max-width: 390px; }
.services-copy .section-note { margin-bottom: 26px; }
.services-copy h2 { margin: 0 0 30px; font-family: var(--font-display); font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.services-copy h2 em { color: var(--gold-600); font-weight: 500; }
.services-copy > p:not(.section-note) { margin: 0; color: var(--stone-600); font-size: .96rem; line-height: 1.75; }
.service-controls { display: flex; gap: 10px; margin-top: 34px; }
.service-controls button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid var(--border-soft); border-radius: 50%; background: transparent; color: var(--cacao-950); cursor: pointer; transition: transform 150ms var(--ease-out), background-color 150ms var(--ease-out), color 150ms var(--ease-out), box-shadow 150ms var(--ease-out); }
.service-carousel-viewport { min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-carousel-viewport::-webkit-scrollbar { display: none; }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.6fr .65fr; gap: 70px; align-items: end; }
.section-heading h2, .advantages-title h2, .faq-heading h2, .booking-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.split-heading p { margin: 0 0 8px; color: var(--stone-600); }
.service-gallery { display: flex; gap: 18px; width: max-content; padding-right: max(20px, calc((100vw - 1240px) / 2)); }
.service-card { position: relative; flex: 0 0 clamp(330px, 34vw, 430px); aspect-ratio: 4 / 5; overflow: hidden; scroll-snap-align: start; background: var(--cacao-800); color: var(--white-warm); text-decoration: none; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease-out); }
.image-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30, 18, 13, .04) 25%, rgba(30, 18, 13, .84) 100%); transition: background 200ms var(--ease-out); }
.service-content { position: absolute; right: 0; bottom: 0; left: 0; padding: clamp(28px, 4vw, 46px); transform: translateY(66px); transition: transform 200ms var(--ease-out); }
.service-content strong { display: block; max-width: 330px; font-family: var(--font-display); font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.25; }
.service-more { width: max-content; min-height: 42px; display: inline-flex; align-items: center; margin-top: 24px; padding: 10px 22px; transform: translateY(12px); opacity: 0; background: var(--white-warm); color: var(--cacao-950); border-radius: 2px; font-size: .75rem; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; transition: opacity 150ms var(--ease-out), transform 150ms var(--ease-out); }
.service-card:focus-visible .service-content { transform: translateY(0); }
.service-card:focus-visible .service-more { transform: translateY(0); opacity: 1; }

.ambient-video { position: relative; min-height: clamp(560px, 76dvh, 780px); display: grid; place-items: center; overflow: hidden; isolation: isolate; background: var(--cacao-950); color: var(--ivory-50); }
.ambient-video-media, .ambient-video-media video, .ambient-video-shade { position: absolute; inset: 0; }
.ambient-video-media { z-index: -3; }
.ambient-video-media video { width: 100%; height: 100%; opacity: 0; object-fit: cover; object-position: center 46%; transition: opacity 400ms var(--ease-out); }
.ambient-video-media video.is-active { opacity: 1; }
.ambient-video-shade { z-index: -2; background: linear-gradient(180deg, rgba(26, 16, 12, .46), rgba(26, 16, 12, .68)); }
.ambient-video-content { width: min(900px, calc(100% - 40px)); padding-block: 96px; text-align: center; }
.ambient-video-content > p { margin-bottom: 17px; color: #ead0af; font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.ambient-video-content h2 { margin: 0 auto 34px; font-family: var(--font-display); font-size: clamp(3rem, 6.2vw, 6.3rem); font-weight: 500; letter-spacing: -.05em; line-height: .9; text-shadow: 0 2px 20px rgba(20, 10, 7, .28); }
.ambient-video-content h2 em { color: #ead0af; font-weight: 500; }
.ambient-video-content .button { min-width: 190px; }
.ambient-video-meta { position: absolute; right: 80px; bottom: 30px; left: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255, 253, 249, .7); font-size: .65rem; }
.ambient-video-progress { display: flex; gap: 7px; }
.ambient-video-progress i { width: 28px; height: 2px; background: rgba(255, 253, 249, .32); }
.ambient-video-progress i.is-active { background: #ead0af; }
.ambient-video-toggle { display: none; }
.has-js .ambient-video-toggle { position: absolute; right: 24px; bottom: 18px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 253, 249, .5); border-radius: 50%; background: rgba(22, 12, 9, .48); color: var(--ivory-50); cursor: pointer; backdrop-filter: blur(8px); transition: background-color 150ms var(--ease-out), border-color 150ms var(--ease-out); }
.ambient-video-toggle:hover { background: rgba(140, 99, 52, .9); border-color: transparent; }
.ambient-video-toggle span { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.ambient-video.is-playing .ambient-video-toggle span { position: relative; width: 10px; height: 12px; margin-left: 0; border: 0; }
.ambient-video.is-playing .ambient-video-toggle span::before, .ambient-video.is-playing .ambient-video-toggle span::after { content: ""; position: absolute; top: 0; bottom: 0; width: 3px; background: currentColor; }
.ambient-video.is-playing .ambient-video-toggle span::before { left: 0; }
.ambient-video.is-playing .ambient-video-toggle span::after { right: 0; }

.process { background: var(--cacao-800); color: var(--ivory-50); }
.process-shell { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: center; padding-block: clamp(94px, 10vw, 142px); }
.process-heading > p { color: #d3ad7e; }
.process-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.045em; line-height: .92; }
.process-heading em { color: #d3ad7e; font-weight: 500; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid rgba(255, 253, 249, .34); border-radius: 50%; text-align: center; }
.process-list li + li { margin-left: -12px; }
.process-list span { color: #d3ad7e; font-size: .66rem; letter-spacing: .14em; }
.process-list h3 { margin: 5px 0 8px; font-family: var(--font-display); font-size: clamp(1.45rem, 2vw, 2.15rem); font-weight: 500; }
.process-list p { max-width: 140px; margin: 0 auto; color: rgba(255, 253, 249, .68); font-size: clamp(.65rem, .8vw, .76rem); line-height: 1.45; }

.treatments { padding-block: clamp(106px, 12vw, 164px); }
.treatments-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.treatment-mosaic { display: grid; grid-template-columns: 1.55fr .85fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.treatment-feature { position: relative; min-height: 690px; grid-row: 1 / 3; overflow: hidden; background: var(--cacao-950); color: var(--ivory-50); }
.treatment-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(28, 16, 12, .82) 100%); }
.treatment-feature > img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease-out); }
.treatment-copy { position: absolute; z-index: 2; right: clamp(26px, 4vw, 56px); bottom: clamp(26px, 4vw, 56px); left: clamp(26px, 4vw, 56px); }
.treatment-copy > span, .treatment-side div > span { color: #e0c19a; font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.treatment-copy h3 { margin: 8px 0; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.045em; line-height: .9; }
.treatment-copy p { max-width: 490px; color: rgba(255, 253, 249, .78); }
.treatment-side { display: grid; grid-template-columns: 1fr 1fr; min-height: 330px; overflow: hidden; background: var(--cacao-800); color: var(--ivory-50); }
.treatment-side > img { width: 100%; height: 100%; object-fit: cover; }
.treatment-side > div { align-self: center; padding: clamp(22px, 3vw, 38px); }
.treatment-side h3 { margin: 8px 0 12px; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.treatment-side p { margin: 0; color: rgba(255, 253, 249, .7); font-size: .82rem; }
.treatment-side-light { background: var(--ivory-200); color: var(--cacao-950); }
.treatment-side-light p { color: var(--cacao-700); }
.treatment-side-light div > span { color: var(--gold-600); }

.advantages { padding-bottom: clamp(106px, 12vw, 158px); }
.advantages-title { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; align-items: end; padding-bottom: 48px; border-bottom: 1px solid var(--border-soft); }
.advantages-title > p { margin: 0 0 10px; }
.advantage-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.advantage-list article { position: relative; padding: 48px 50px 0 0; }
.advantage-list article + article { padding-left: 50px; border-left: 1px solid var(--border-soft); }
.advantage-list article > span { display: block; height: 38px; color: var(--gold-600); font-family: var(--font-display); font-size: 2.3rem; }
.advantage-list h3 { margin: 16px 0 10px; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; letter-spacing: -.025em; }
.advantage-list p { margin: 0; color: var(--stone-600); font-size: .88rem; }

.editorial-grid { display: grid; grid-template-columns: 1.13fr .87fr; grid-template-areas: "doctor results" "testimonial location"; gap: 16px; padding-bottom: clamp(106px, 12vw, 164px); }
.doctor-panel { grid-area: doctor; min-height: 620px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--cacao-800); color: var(--ivory-50); }
.doctor-panel .panel-copy { position: relative; z-index: 2; align-self: center; padding: clamp(32px, 4vw, 56px); }
.doctor-panel .panel-copy > p { color: #d3ad7e; }
.doctor-panel h2, .results-panel h2, .location-panel h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .84; }
.doctor-panel .panel-copy > span { display: block; margin-bottom: 26px; color: rgba(255, 253, 249, .72); font-size: .84rem; }
.doctor-credentials { margin: 0 0 26px; border-top: 1px solid rgba(255, 253, 249, .16); }
.doctor-credentials > div { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid rgba(255, 253, 249, .16); }
.doctor-credentials dt { color: rgba(255, 253, 249, .58); font-size: .62rem; font-weight: 500; }
.doctor-credentials dd { margin: 0; color: var(--ivory-50); font-size: .7rem; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.doctor-panel > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.results-panel { grid-area: results; position: relative; min-height: 620px; display: flex; flex-direction: column; overflow: hidden; background: var(--ivory-200); }
.results-copy { padding: clamp(30px, 4vw, 52px); }
.results-copy > p { margin-bottom: 16px; }
.results-copy h2 { font-size: clamp(2.8rem, 4.2vw, 4.4rem); line-height: .9; }
.results-copy > span { display: block; max-width: 430px; color: var(--stone-600); font-size: .78rem; }
.before-after { flex: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 4px; min-height: 280px; }
.before-after figure { position: relative; height: 100%; margin: 0; overflow: hidden; }
.before-after img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 40%; }
.before-after figure:first-child img { transform: scale(1.16); transform-origin: 56% 43%; }
.before-after figcaption { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: rgba(251, 248, 242, .9); color: var(--cacao-950); font-size: .65rem; font-weight: 600; }
.testimonial-panel { grid-area: testimonial; min-height: 320px; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 76px); background: var(--gold-600); color: var(--white-warm); }
.testimonial-panel > p { margin-bottom: 22px; color: rgba(255, 253, 249, .74); }
.testimonial-panel blockquote { max-width: 750px; margin: 0 0 20px; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.8rem); line-height: .98; }
.testimonial-panel cite { color: rgba(255, 253, 249, .72); font-size: .76rem; font-style: normal; }
.light-link { align-self: flex-start; margin-top: 18px; }
.light-link:hover { color: var(--white-warm); }
.location-panel { grid-area: location; min-height: 440px; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; background: var(--white-warm); border: 1px solid var(--border-soft); }
.location-panel > div { align-self: center; padding: clamp(28px, 4vw, 52px); }
.location-panel > div > p { margin-bottom: 16px; }
.location-panel h2 { font-size: clamp(2.8rem, 4vw, 4.3rem); }
.location-panel address { margin-bottom: 24px; color: var(--stone-600); font-size: .82rem; font-style: normal; }
.location-panel iframe { width: 100%; height: 100%; min-height: 440px; border: 0; filter: sepia(.25) saturate(.75) contrast(.96); }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); padding-bottom: clamp(110px, 13vw, 170px); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p { margin-bottom: 18px; }
.faq-heading > span { display: block; max-width: 430px; margin-top: 24px; color: var(--stone-600); }
.faq-list { border-top: 1px solid var(--border-soft); }
.faq-list details { border-bottom: 1px solid var(--border-soft); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 4px; font-family: var(--font-display); font-size: clamp(1.4rem, 2.2vw, 1.85rem); font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border: 1px solid var(--border-soft); border-radius: 50%; color: var(--gold-600); font-family: var(--font-body); font-size: 1.1rem; transition: transform 200ms ease-out, background-color 150ms ease-out; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--ivory-200); }
.faq-list details p { max-width: 640px; margin: 0; padding: 0 54px 28px 4px; color: var(--stone-600); }

.booking { background: var(--ivory-200); }
.booking-shell { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(56px, 8vw, 120px); padding-block: clamp(104px, 12vw, 160px); }
.booking-intro { align-self: start; position: sticky; top: 120px; }
.booking-intro > p { margin-bottom: 18px; }
.booking-intro > span { display: block; max-width: 480px; margin-top: 24px; color: var(--stone-600); }
.booking-guide { max-width: 480px; display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.booking-guide li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 16px 0; border-top: 1px solid var(--border-soft); }
.booking-guide li > span { color: var(--gold-600); font-size: .68rem; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.booking-guide strong, .booking-guide small { display: block; }
.booking-guide strong { color: var(--cacao-900); font-size: .82rem; font-weight: 600; }
.booking-guide small { margin-top: 3px; color: var(--stone-600); font-size: .69rem; }
.booking-fact { max-width: 480px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin-top: 26px; padding: 22px 24px; border: 1px solid rgba(48, 32, 25, .13); background: rgba(255, 253, 249, .44); box-shadow: 0 1px 2px rgba(47, 30, 22, .04); }
.booking-fact strong { color: var(--cacao-950); font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.booking-fact span { color: var(--stone-600); font-size: .73rem; }
.booking-form-slot { min-width: 0; }
.booking-form { max-width: 680px; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(48, 32, 25, .08); border-radius: 14px; background: var(--white-warm); box-shadow: 0 2px 4px rgba(47, 30, 22, .05), 0 26px 58px rgba(47, 30, 22, .09); }
.form-heading { margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid var(--border-soft); }
.form-heading > span { display: block; margin-bottom: 10px; color: var(--gold-600); font-size: .69rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.form-heading h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.45rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.form-heading p { max-width: 500px; margin: 12px 0 0; color: var(--stone-600); font-size: .76rem; }
.field { margin-bottom: 24px; }
.field label, .booking-form fieldset legend { display: block; margin-bottom: 9px; color: var(--cacao-900); font-size: .79rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid rgba(48, 32, 25, .22); border-radius: 6px; background: var(--white-warm); color: var(--cacao-950); transition: border-color 150ms ease-out, box-shadow 150ms ease-out, background-color 150ms ease-out; }
.field textarea { resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--cacao-700); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-600); outline: 0; box-shadow: 0 0 0 3px rgba(167, 122, 67, .18); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], fieldset[aria-invalid="true"] { border-color: var(--error-600); }
.field small { display: block; margin-top: 7px; color: var(--stone-600); font-size: .68rem; }
.field .field-hint { margin: 7px 0 0; line-height: 1.45; }
.field-error { display: block; min-height: 1em; margin-top: 6px; color: var(--error-600); font-size: .72rem; }
.booking-form fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.radio-stack { display: grid; gap: 9px; }
.radio-stack label { min-height: 50px; display: flex; align-items: center; gap: 12px; padding: 11px 14px; border: 1px solid var(--border-soft); border-radius: 6px; background: var(--white-warm); cursor: pointer; transition: border-color 150ms ease-out, background-color 150ms ease-out, box-shadow 150ms ease-out; }
.radio-stack label:has(input:checked) { border-color: var(--gold-600); background: rgba(167, 122, 67, .08); box-shadow: 0 0 0 1px rgba(167, 122, 67, .08); }
.booking-form fieldset[aria-invalid="true"] .radio-stack label { border-color: rgba(164, 61, 53, .65); }
.radio-stack input, .privacy-check input { width: 18px; height: 18px; accent-color: var(--gold-600); }
.availability-panel { margin: 4px 0 26px; padding: 22px; border: 1px solid rgba(140, 99, 52, .22); border-radius: 10px; background: rgba(243, 237, 227, .46); }
.availability-heading { display: flex; align-items: start; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.availability-heading > div > span { display: block; margin-bottom: 4px; color: var(--gold-600); font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.availability-heading h4 { margin: 0; color: var(--cacao-900); font-size: 1rem; font-weight: 600; }
.availability-status { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding-top: 3px; color: var(--stone-600); font-size: .66rem; }
.availability-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 3px rgba(167, 122, 67, .13); }
.calendar-control, .time-control { min-width: 0; }
.calendar-toolbar { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 8px; margin-top: 3px; padding: 8px 0 14px; border-bottom: 1px solid var(--border-soft); }
.calendar-toolbar strong { color: var(--cacao-900); font-size: .9rem; font-weight: 600; text-align: center; }
.calendar-toolbar button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--border-soft); border-radius: 50%; background: var(--white-warm); color: var(--cacao-900); cursor: pointer; transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out; }
.calendar-toolbar button:disabled { opacity: .3; cursor: not-allowed; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { padding: 14px 0 5px; color: var(--stone-600); font-size: .62rem; font-weight: 600; text-align: center; }
.calendar-days { row-gap: 3px; }
.calendar-day, .calendar-empty { aspect-ratio: 1; min-width: 0; }
.calendar-day { position: relative; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--cacao-900); font-size: .76rem; font-variant-numeric: tabular-nums; cursor: pointer; transition: background-color 150ms ease-out, color 150ms ease-out, box-shadow 150ms ease-out; }
.calendar-day.is-today::after { content: ""; position: absolute; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-600); }
.calendar-day.is-selected { background: var(--cacao-950); color: var(--white-warm); box-shadow: 0 3px 10px rgba(47, 30, 22, .2); }
.calendar-day.is-selected::after { background: var(--white-warm); }
.calendar-day:disabled { color: rgba(112, 102, 95, .35); cursor: not-allowed; }
.calendar-day:focus-visible { z-index: 1; outline-offset: 1px; }
.calendar-control[aria-invalid="true"] .calendar-days { border-radius: 8px; box-shadow: 0 0 0 1px var(--error-600); }
.time-control { padding-top: 20px; border-top: 1px solid var(--border-soft) !important; }
.time-control > .field-hint { display: block; margin: -3px 0 16px; color: var(--stone-600); font-size: .68rem; }
.time-period + .time-period { margin-top: 17px; }
.time-period > span { display: block; margin-bottom: 8px; color: var(--stone-600); font-size: .65rem; font-weight: 600; }
.time-slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.time-slots label { min-width: 0; cursor: pointer; }
.time-slots input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.time-slots label > span { min-height: 44px; display: grid; place-items: center; padding: 9px 6px; border: 1px solid var(--border-soft); border-radius: 6px; background: var(--white-warm); color: var(--cacao-900); font-size: .72rem; font-variant-numeric: tabular-nums; transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out, box-shadow 150ms ease-out; }
.time-slots label:has(input:checked) > span { border-color: var(--cacao-950); background: var(--cacao-950); color: var(--white-warm); box-shadow: 0 3px 10px rgba(47, 30, 22, .16); transition: none; }
.time-slots label:has(input:focus-visible) > span { outline: 3px solid var(--gold-500); outline-offset: 2px; }
.time-control[aria-invalid="true"] .time-slots label > span { border-color: rgba(164, 61, 53, .52); }
.appointment-selection { margin: 4px 0 0; padding: 13px 15px; border-radius: 6px; background: var(--white-warm); color: var(--cacao-700); font-size: .7rem; text-align: center; }
.appointment-selection.has-selection { color: var(--cacao-950); font-weight: 600; }
.availability-note { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--border-soft); color: var(--stone-600); font-size: .67rem; line-height: 1.5; }
.availability-note svg { flex: 0 0 auto; margin-top: 1px; color: var(--gold-600); }
.optional-fields { margin-bottom: 26px; padding: 0 16px; border: 1px solid var(--border-soft); border-radius: 10px; background: rgba(243, 237, 227, .36); }
.optional-fields summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: .79rem; font-weight: 600; list-style: none; }
.optional-fields summary::-webkit-details-marker { display: none; }
.optional-fields summary span, .optional-fields summary small { display: block; }
.optional-fields summary small { margin-top: 2px; color: var(--stone-600); font-size: .66rem; font-weight: 400; }
.optional-fields summary svg { flex: 0 0 auto; color: var(--gold-600); transition: transform 180ms var(--ease-out); }
.optional-fields[open] { padding-bottom: 5px; background: rgba(243, 237, 227, .22); }
.optional-fields[open] summary svg { transform: rotate(180deg); }
.form-consent { margin-top: 4px; padding: 16px; border-radius: 8px; background: var(--ivory-100); }
.privacy-check { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; }
.privacy-check input { margin-top: 2px; }
.privacy-check label { font-size: .78rem; line-height: 1.5; }
.privacy-check a { text-underline-offset: 3px; }
.form-submit { width: 100%; min-height: 54px; margin-top: 20px; }
.form-note { max-width: 470px; margin: 13px auto 0; color: var(--stone-600); font-size: .67rem; line-height: 1.55; text-align: center; }

.booking-shell { display: block; padding-block: clamp(92px, 10vw, 144px); }
.booking-form-slot { width: 100%; max-width: 1120px; margin-inline: auto; }
.booking-form { width: 100%; max-width: none; padding: 0; overflow: hidden; }
.booking-wizard { position: relative; display: grid; grid-template-columns: minmax(260px, 310px) minmax(0, 1fr); align-items: stretch; }
.booking-wizard::before { content: ""; position: absolute; inset: 0 auto 0 0; width: clamp(260px, 28%, 310px); border-right: 1px solid var(--border-soft); background: var(--ivory-100); }
.booking-summary { position: sticky; z-index: 1; top: 0; align-self: start; height: fit-content; padding: clamp(34px, 4vw, 52px) clamp(26px, 3.5vw, 40px); background: var(--ivory-100); }
.booking-summary-kicker { margin-bottom: 12px; color: var(--gold-600); font-size: .68rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.booking-summary h2 { margin-bottom: 14px; font-size: clamp(1.6rem, 2.8vw, 2.35rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.05; }
.booking-summary > p:not(.booking-summary-kicker, .appointment-selection) { margin-bottom: 30px; color: var(--stone-600); font-size: .75rem; }
.booking-summary-meta { display: grid; gap: 16px; margin: 0; padding: 24px 0; border-block: 1px solid var(--border-soft); list-style: none; }
.booking-summary-meta li { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; color: var(--cacao-700); font-size: .74rem; }
.booking-summary-meta svg { margin-top: 1px; color: var(--gold-600); }
.booking-summary .appointment-selection { margin-top: 24px; padding: 15px 16px; border: 1px solid rgba(140, 99, 52, .2); background: var(--white-warm); color: var(--stone-600); font-size: .72rem; line-height: 1.5; text-align: left; }
.booking-summary .appointment-selection.has-selection { border-color: rgba(140, 99, 52, .38); color: var(--cacao-950); }
.booking-summary-next { width: 100%; margin-top: 14px; padding-inline: 14px; }
.booking-form[data-booking-step-current="2"] .booking-summary-next { display: none; }
.booking-summary .booking-fact { grid-template-columns: 1fr; gap: 5px; margin-top: 18px; padding: 18px; background: rgba(255, 253, 249, .5); }
.booking-summary .booking-fact strong { font-size: 1.45rem; }
.booking-wizard-content { position: relative; z-index: 1; min-width: 0; padding: clamp(34px, 5vw, 58px); background: var(--white-warm); }
.booking-progress { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 38px; border-bottom: 1px solid var(--border-soft); }
.booking-progress span { display: grid; grid-template-columns: 30px 1fr; gap: 9px; align-items: center; margin-bottom: -1px; padding: 0 4px 14px; border-bottom: 2px solid transparent; color: var(--stone-500); }
.booking-progress span + span { padding-left: 18px; }
.booking-progress b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--border-soft); border-radius: 50%; background: var(--white-warm); font-size: .7rem; font-weight: 600; }
.booking-progress small { font-size: .7rem; font-weight: 600; }
.booking-progress span[aria-current="step"] { border-bottom-color: var(--gold-600); color: var(--cacao-950); }
.booking-progress span[aria-current="step"] b { border-color: var(--cacao-950); background: var(--cacao-950); color: var(--white-warm); }
.booking-form[data-booking-step-current="2"] [data-booking-step-indicator="1"] { color: var(--cacao-700); }
.booking-form[data-booking-step-current="2"] [data-booking-step-indicator="1"] b { border-color: var(--gold-600); background: var(--gold-600); color: var(--white-warm); }
.booking-step[hidden] { display: none; }
.booking-step-heading { margin-bottom: 30px; }
.booking-step-heading > p { margin-bottom: 9px; color: var(--gold-600); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.booking-step-heading h3 { margin: 0; font-size: clamp(1.75rem, 3.4vw, 2.6rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.booking-step-heading > span { display: block; max-width: 610px; margin-top: 12px; color: var(--stone-600); font-size: .76rem; }
.booking-step-heading h3:focus { outline: 0; }
.booking-step-back { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; margin: -8px 0 22px -8px; padding: 8px; border: 0; background: transparent; color: var(--cacao-700); font-size: .72rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.booking-step-back svg { color: var(--gold-600); }
.booking-step-actions { display: flex; justify-content: flex-end; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border-soft); }
.availability-panel { margin: 0; padding: 0; border: 0; background: transparent; }
.availability-heading { justify-content: flex-end; margin-bottom: 16px; }
.schedule-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr); gap: 30px; }
.schedule-layout .calendar-control { min-width: 0; }
.schedule-layout .time-control { min-width: 0; padding: 0 0 0 28px; border-top: 0 !important; border-left: 1px solid var(--border-soft) !important; }
.schedule-layout .time-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.booking-details { max-width: 640px; }
.booking-mobile-selection { display: none; }

.booking-dialog { width: min(1180px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 14px; overflow: visible; background: transparent; color: var(--cacao-950); }
.booking-dialog:not([open]) { display: none; }
.booking-dialog::backdrop { background: rgba(36, 23, 18, .74); backdrop-filter: blur(4px); }
.booking-dialog-surface { max-height: calc(100dvh - 32px); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255, 253, 249, .22); border-radius: 14px; background: var(--white-warm); box-shadow: 0 4px 12px rgba(20, 10, 6, .2), 0 34px 80px rgba(20, 10, 6, .34); animation: booking-dialog-enter 240ms var(--ease-out) both; }
.booking-dialog-heading { position: relative; z-index: 1; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px 20px 28px; border-bottom: 1px solid var(--border-soft); background: var(--ivory-50); }
.booking-dialog-heading h2 { margin: 0; font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.2; }
.booking-dialog-heading button { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--border-soft); border-radius: 50%; background: var(--white-warm); color: var(--cacao-950); cursor: pointer; transition: border-color 150ms ease-out, background-color 150ms ease-out; }
.booking-dialog-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.booking-dialog-form-slot { min-width: 0; }
.booking-dialog .booking-form { width: 100%; max-width: none; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
.booking-dialog-actions { display: flex; justify-content: center; padding: 0 24px 30px; background: var(--white-warm); }
.booking-dialog-cancel { min-height: 44px; padding: 9px 12px; border: 0; background: transparent; color: var(--cacao-700); font-size: .76rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

@keyframes booking-dialog-enter {
  from { transform: translateY(14px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.site-footer { background: var(--cacao-950); color: var(--ivory-100); }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 60px; padding-block: 78px; }
.brand-light { color: var(--ivory-50); }
.footer-brand p { max-width: 320px; margin: 20px 0 0; color: rgba(255, 253, 249, .58); font-size: .84rem; }
.footer-main h2 { margin-bottom: 18px; color: #d3ad7e; font-family: var(--font-body); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { display: block; width: fit-content; min-height: 34px; color: rgba(255, 253, 249, .68); font-size: .78rem; text-decoration: none; }
.footer-main > div:not(.footer-brand) a:hover { color: var(--ivory-50); text-decoration: underline; text-underline-offset: 4px; }
.legal { padding-block: 26px 34px; border-top: 1px solid rgba(255, 253, 249, .13); color: rgba(255, 253, 249, .44); font-size: .65rem; }
.legal p { max-width: 970px; }
.legal div { display: flex; justify-content: space-between; gap: 24px; }
.legal a { color: inherit; text-underline-offset: 3px; }
.whatsapp-float { position: fixed; z-index: 18; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); min-height: 52px; display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; background: var(--gold-600); color: var(--white-warm); border-radius: 999px; box-shadow: 0 4px 12px rgba(47, 30, 22, .18), 0 18px 36px rgba(47, 30, 22, .18); font-size: .78rem; font-weight: 600; text-decoration: none; transition: transform 150ms ease-out, background-color 150ms ease-out; }

@media (hover: hover) and (pointer: fine) {
  .button:hover, .whatsapp-float:hover { transform: translateY(-2px); }
  .booking-dialog-heading button:hover { border-color: var(--gold-600); background: var(--ivory-100); }
  .booking-dialog-cancel:hover { color: var(--cacao-950); }
  .calendar-toolbar button:not(:disabled):hover, .calendar-day:not(:disabled):hover { border-color: rgba(140, 99, 52, .28); background: rgba(167, 122, 67, .1); }
  .calendar-day.is-selected:hover { background: var(--cacao-800); color: var(--white-warm); }
  .time-slots label:hover > span { border-color: var(--gold-600); }
  .service-card:hover img, .treatment-feature:hover > img { transform: scale(1.025); }
  .service-card:hover .service-content { transform: translateY(0); }
  .service-card:hover .service-more { transform: translateY(0); opacity: 1; }
  .service-card:hover .image-scrim { background: linear-gradient(180deg, rgba(30, 18, 13, .18) 15%, rgba(30, 18, 13, .9) 100%); }
  .service-controls button:hover { transform: translateY(-2px); background: var(--white-warm); box-shadow: var(--shadow-sm); }
}

@media (hover: none) {
  .service-content { transform: translateY(0); }
  .service-more { transform: translateY(0); opacity: 1; }
}

@media (max-width: 1080px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .7rem; }
  .process-shell { grid-template-columns: 1fr; }
  .process-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
  .process-heading > p { margin-bottom: 8px; }
  .process-list { max-width: 840px; margin-inline: auto; }
  .treatment-mosaic { grid-template-columns: 1.25fr .95fr; }
  .treatment-side { grid-template-columns: 1fr; }
  .treatment-side img { height: 160px; }
  .doctor-panel { grid-template-columns: 1fr; }
  .doctor-panel > img { min-height: 320px; max-height: 360px; object-position: center 26%; }
  .location-panel { grid-template-columns: 1fr; }
  .location-panel iframe { min-height: 260px; }
  .schedule-layout { grid-template-columns: 1fr; }
  .schedule-layout .time-control { padding: 24px 0 0; border-top: 1px solid var(--border-soft) !important; border-left: 0 !important; }
  .schedule-layout .time-slots { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  .nav-shell { min-height: 68px; grid-template-columns: auto auto 1fr; gap: 8px; }
  .menu-toggle { display: inline-flex; justify-self: end; grid-column: 3; }
  .nav-cta { grid-column: 2; grid-row: 1; }
  .primary-nav { position: absolute; top: 100%; right: auto; left: 50%; width: 100dvw; display: grid; justify-self: stretch; gap: 0; padding: 10px 24px 24px; transform: translate(-50%, -10px); visibility: hidden; opacity: 0; background: var(--ivory-50); border-bottom: 1px solid var(--border-soft); box-shadow: var(--shadow-lg); transition: opacity 150ms ease-out, transform 200ms var(--ease-out), visibility 0s linear 200ms; }
  .primary-nav.is-open { transform: translate(-50%, 0); visibility: visible; opacity: 1; transition-delay: 0s; }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; padding: 10px 6px; border-bottom: 1px solid var(--border-soft); font-size: .86rem; }
  .primary-nav a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-block: 82px 64px; }
  .hero h1 { max-width: 760px; font-size: clamp(4rem, 12vw, 6.4rem); }
  .hero-visual { min-height: 68dvh; max-height: 720px; }
  .hero-place { font-size: clamp(7rem, 22vw, 11rem); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .services { grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 40px; }
  .treatment-mosaic { grid-template-columns: 1fr; grid-template-rows: auto; }
  .treatment-feature { min-height: 600px; grid-row: auto; }
  .treatment-side { grid-template-columns: 1fr 1fr; min-height: 280px; }
  .treatment-side img { height: 100%; }
  .editorial-grid { grid-template-columns: 1fr; grid-template-areas: "doctor" "results" "testimonial" "location"; }
  .doctor-panel { grid-template-columns: .8fr 1.2fr; }
  .doctor-panel > img { max-height: none; }
  .advantages-title { grid-template-columns: 1fr; }
  .advantage-list { grid-template-columns: 1fr; }
  .advantage-list article, .advantage-list article + article { padding: 34px 0; border-left: 0; border-bottom: 1px solid var(--border-soft); }
  .faq, .booking-shell { grid-template-columns: 1fr; }
  .faq-heading, .booking-intro { position: static; }
  .booking-form { max-width: 100%; }
  .booking-wizard { grid-template-columns: 1fr; }
  .booking-wizard::before { display: none; }
  .booking-summary { position: static; min-height: 0; border-right: 0; border-bottom: 1px solid var(--border-soft); }
  .booking-summary-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-details { max-width: none; }
  .booking-mobile-selection { display: block; margin: -10px 0 28px; padding: 14px 16px; border: 1px solid rgba(140, 99, 52, .25); border-radius: 6px; background: var(--ivory-100); color: var(--cacao-700); font-size: .72rem; line-height: 1.5; }
  .booking-mobile-selection.has-selection { color: var(--cacao-950); font-weight: 600; }
  .booking-summary-next { display: none; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / 4; }
}

@media (max-width: 620px) {
  .section-shell, .hero, .nav-shell { width: min(calc(100% - 28px), 1240px); }
  .announcement-desktop { display: none; }
  .announcement-mobile { display: inline; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { grid-column: 2; }
  .hero { width: 100%; }
  .hero-copy { padding: 68px 22px 54px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.8rem); line-height: .86; }
  .hero-summary { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-visual { min-height: 66dvh; }
  .hero-visual > img { object-position: 55% 28%; }
  .hero-caption { top: 16px; right: 16px; }
  .hero-place { right: 7px; bottom: -1%; font-size: 28vw; }
  .trust-ribbon { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .trust-ribbon::-webkit-scrollbar { display: none; }
  .intro { padding-block: 88px 104px; }
  .intro h2 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .services { grid-template-columns: 1fr; gap: 46px; padding: 0 0 104px 14px; }
  .services-copy { max-width: 620px; padding-right: 14px; }
  .services-copy h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .service-carousel-viewport { width: 100%; }
  .service-gallery { gap: 12px; padding-right: 14px; }
  .service-card { flex-basis: min(84vw, 350px); }
  .service-content { padding: 26px; }
  .ambient-video { min-height: 70dvh; }
  .ambient-video-media video { object-position: center; }
  .ambient-video-content { width: min(100% - 32px, 620px); padding-block: 82px 108px; }
  .ambient-video-content h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .ambient-video-meta { right: 74px; bottom: 24px; left: 18px; }
  .ambient-video-meta > span { max-width: 145px; }
  .process-shell { gap: 58px; padding-block: 88px; }
  .process-heading { display: block; }
  .process-heading, .process-list { min-width: 0; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .process-list li { aspect-ratio: 1; }
  .process-list li + li { margin-left: 0; }
  .treatments { padding-block: 94px 108px; }
  .treatments-heading { align-items: start; flex-direction: column; }
  .treatment-feature { min-height: 610px; }
  .treatment-feature > img { object-position: 53% center; }
  .treatment-copy h3 { font-size: 3.4rem; }
  .treatment-side { grid-template-columns: 1fr; }
  .treatment-side img { height: 230px; }
  .advantages { padding-bottom: 102px; }
  .editorial-grid { width: 100%; gap: 10px; }
  .doctor-panel { min-height: auto; grid-template-columns: 1fr; }
  .doctor-panel > img { height: 480px; }
  .results-panel { min-height: 720px; }
  .before-after { min-height: 380px; }
  .testimonial-panel { min-height: 380px; }
  .location-panel { border-inline: 0; }
  .faq { gap: 58px; padding-bottom: 108px; }
  .faq-list summary { min-height: 84px; font-size: 1.3rem; }
  .booking-shell { gap: 58px; padding-block: 92px; }
  .booking-fact { grid-template-columns: 1fr; }
  .booking-form { padding: 0; }
  .booking-summary { padding: 28px 20px; }
  .booking-summary > p:not(.booking-summary-kicker, .appointment-selection) { margin-bottom: 22px; }
  .booking-summary-meta { grid-template-columns: 1fr; gap: 11px; padding-block: 18px; }
  .booking-summary .appointment-selection { margin-top: 18px; }
  .booking-wizard-content { padding: 28px 18px 34px; }
  .booking-progress { margin-bottom: 30px; }
  .booking-progress span { grid-template-columns: 26px 1fr; padding-inline: 0; }
  .booking-progress span + span { padding-left: 10px; }
  .booking-progress b { width: 26px; height: 26px; }
  .booking-step-heading h3 { font-size: clamp(1.75rem, 9vw, 2.35rem); }
  .booking-step-actions .button { width: 100%; }
  .booking-dialog { width: 100%; max-height: 100dvh; margin: 0; }
  .booking-dialog-surface { max-height: 100dvh; min-height: 100dvh; border: 0; border-radius: 0; }
  .booking-dialog-heading { padding: 15px 14px 15px 20px; }
  .booking-dialog-heading h2 { font-size: 1.05rem; }
  .booking-dialog .booking-form { padding: 0; }
  .booking-dialog-actions { padding: 0 18px 24px; }
  .availability-panel { padding: 18px 8px; }
  .availability-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .calendar-days { row-gap: 1px; }
  .time-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .schedule-layout .time-slots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .field input, .field select, .field textarea { font-size: 16px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 28px; padding-block: 64px; }
  .footer-brand { grid-column: 1 / 3; }
  .legal div { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .ambient-video-media video { transition: none; }
  .service-carousel-viewport { scroll-behavior: auto; }
  .booking-dialog-surface { animation: none; }
}

@media print {
  .announcement, .site-header, .whatsapp-float, .booking, .site-footer { display: none; }
  body { background: white; color: black; }
  .section-shell, .hero { width: 100%; }
}
