:root {
  --background: #faf8f3;
  --foreground: #474039;
  --card: #fefdfb;
  --secondary: #f1ece3;
  --muted: #f1ece3;
  --muted-foreground: #897d70;
  --primary: #766757;
  --primary-foreground: #fbf9f4;
  --border: #e5ddd1;
  --input: #ddd3c5;
  --gold: #c5a476;
  --champagne: #eee0c6;
  --taupe: #a79784;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --container: 1280px;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body, button, input, select { font-size: 16px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); border-radius: 3px; background: var(--foreground); color: var(--background); padding: 12px 16px; font-size: 12px; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, select, summary):focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
h1, h2, h3, p, figure, dl, dd, dt, ul { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 300; letter-spacing: .005em; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.surface-warm { background: radial-gradient(80% 60% at 15% 0%, rgba(238,224,198,.7), transparent 70%), var(--background); }
.section { padding: 128px 0; scroll-margin-top: 88px; }
.section-tinted { background: rgba(241,236,227,.5); }
.eyebrow { color: var(--muted-foreground); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow-link { transition: color .3s ease; }
.eyebrow-link:hover { color: var(--primary); }
.gold-rule { width: 56px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.lead { max-width: 720px; color: var(--muted-foreground); font-size: 15px; line-height: 1.85; }
.prose { display: grid; gap: 20px; color: var(--muted-foreground); font-size: 15px; line-height: 1.85; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 16px 28px; border: 1px solid var(--primary); border-radius: 3px; background: var(--primary); color: var(--primary-foreground); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; transition: all .3s ease; }
.button:hover { background: #635648; box-shadow: 0 12px 30px -12px var(--taupe); }
.button-outline { border-color: rgba(118,103,87,.3); background: transparent; color: var(--primary); box-shadow: none; }
.button-outline:hover { border-color: var(--gold); background: transparent; color: var(--foreground); box-shadow: none; }
.button-small { min-height: auto; padding: 12px 24px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; background: transparent; transition: all .5s ease; }
.site-header.scrolled { border-bottom: 1px solid rgba(229,221,209,.7); background: rgba(250,248,243,.92); backdrop-filter: blur(12px); }
.header-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; padding-top: 16px; padding-bottom: 16px; }
.brand { display: flex; min-width: 0; align-items: center; gap: 12px; }
.brand-logo { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.brand-copy { min-width: 0; }
.brand-name { display: block; overflow: hidden; color: var(--foreground); font-family: var(--font-display); font-size: 17px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.brand-crm { display: block; margin-top: 4px; color: var(--muted-foreground); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.desktop-nav { display: none; align-items: center; gap: 28px; }
.desktop-nav > a:not(.button), .mobile-nav > a:not(.button) { color: var(--muted-foreground); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; transition: color .3s ease; }
.desktop-nav > a:not(.button):hover, .mobile-nav > a:not(.button):hover { color: var(--foreground); }
.menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--border); border-radius: 3px; background: transparent; color: var(--primary); }
.menu-toggle span { width: 16px; height: 1px; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
.menu-toggle.open span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--border); background: var(--background); padding: 0 20px 24px; }
.mobile-nav.open { display: flex; }
.mobile-nav > a:not(.button) { border-bottom: 1px solid rgba(229,221,209,.6); padding: 16px 0; }
.mobile-nav .button { margin-top: 20px; }

.hero { position: relative; overflow: hidden; padding-top: 136px; }
.hero-grid { display: grid; align-items: center; gap: 48px; padding-bottom: 128px; }
.hero-copy h1 { max-width: 680px; margin-top: 28px; color: var(--foreground); font-size: clamp(40px, 5vw, 64px); line-height: 1.08; }
.hero-copy .gold-rule { margin-top: 32px; }
.hero-name { margin-top: 32px; font-family: var(--font-display); font-size: 30px; }
.hero-credential { margin-top: 8px; font-size: 11px; letter-spacing: .22em; }
.hero-copy .lead { margin-top: 24px; }
.hero-visual { position: relative; }
.hero-visual img { position: relative; width: 100%; aspect-ratio: 4 / 5; border-radius: 3px; object-fit: cover; object-position: top; box-shadow: 0 40px 80px -50px var(--taupe); }
.hero-glow { position: absolute; top: -40px; right: -24px; width: 256px; height: 256px; border-radius: 50%; background: rgba(238,224,198,.7); filter: blur(48px); }
.hero-ring { display: none; position: absolute; bottom: -32px; left: -32px; width: 160px; height: 160px; border: 1px solid rgba(197,164,118,.4); border-radius: 45% 55% 60% 40% / 50% 45% 55% 50%; }
.reveal { animation: reveal-up .9s cubic-bezier(.22,1,.36,1) both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.pillars { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--card); }
.pillars-grid { display: grid; gap: 1px; }
.pillar { padding: 40px 4px; }
.pillar h3 { margin-top: 20px; font-family: var(--font-sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.pillar p { margin-top: 12px; color: var(--muted-foreground); font-size: 14px; line-height: 1.7; }

.about-grid, .peeling-grid, .contact-grid, .location-grid, .faq-grid { display: grid; gap: 48px; }
.about-image-wrap img, .portrait-image { width: 100%; aspect-ratio: 4 / 5; border-radius: 3px; object-fit: cover; }
.image-caption { margin-top: 16px; border-left: 1px solid rgba(197,164,118,.5); padding-left: 16px; color: var(--muted-foreground); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.about-copy h2, .narrow-copy h2, .faq-grid h2, .contact-grid h2, .location-grid h2 { max-width: 700px; margin-top: 24px; font-size: clamp(36px, 4vw, 54px); line-height: 1.1; }
.about-copy .prose { margin-top: 32px; }
.facts { display: grid; gap: 24px; margin-top: 40px; border-top: 1px solid var(--border); padding-top: 32px; }
.facts dt { color: var(--muted-foreground); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.facts dd { margin-top: 8px; color: var(--foreground); font-size: 14px; }
.about-copy > .button { margin-top: 40px; }
.narrow-copy { max-width: 760px; }
.narrow-copy .lead { margin-top: 24px; }
.steps-grid { display: grid; gap: 28px; margin: 64px 0 56px; }
.step, .technology-list > div { border-top: 1px solid rgba(197,164,118,.4); padding-top: 28px; }
.step span, .treatment > span, .journey-grid span { color: var(--gold); font-family: var(--font-display); font-size: 34px; }
.step h3, .journey-grid h3 { margin-top: 16px; font-family: var(--font-sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.step p, .journey-grid p { margin-top: 12px; color: var(--muted-foreground); font-size: 14px; line-height: 1.7; }

.treatments-grid { display: grid; gap: 32px; margin: 64px 0 56px; }
.treatment { display: flex; min-height: 240px; flex-direction: column; border: 1px solid var(--border); border-radius: 3px; background: var(--card); padding: 28px; transition: all .5s ease; }
.treatment:hover { border-color: rgba(197,164,118,.6); transform: translateY(-4px); }
.treatment > span { color: rgba(197,164,118,.8); font-size: 28px; }
.treatment h3 { margin-top: 20px; font-size: 23px; line-height: 1.2; }
.treatment p { margin-top: 16px; color: var(--muted-foreground); font-size: 14px; line-height: 1.7; }

.skin-highlight { position: relative; min-height: 560px; overflow: hidden; }
.skin-highlight > img, .skin-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.skin-highlight > img { object-fit: cover; object-position: 70% 30%; }
.skin-overlay { background: rgba(250,248,243,.8); }
.highlight-content { position: relative; display: flex; align-items: center; min-height: 560px; padding-top: 96px; padding-bottom: 96px; }
.highlight-content h2 { max-width: 640px; margin-top: 28px; font-size: clamp(36px, 4vw, 54px); line-height: 1.1; }
.highlight-content .lead { margin-top: 28px; }
.highlight-content .button { margin-top: 40px; }

.peeling-grid { align-items: center; }
.check-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 36px 0 44px; padding: 0; list-style: none; color: var(--foreground); font-size: 14px; line-height: 1.7; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li::before { width: 16px; height: 1px; flex: 0 0 16px; margin-top: 10px; background: var(--gold); content: ""; }
.peeling-grid .portrait-image { order: -1; }
.technology-grid { display: grid; gap: 32px; margin-top: 64px; }
.technology-grid > img { width: 100%; aspect-ratio: 4 / 3; border-radius: 3px; object-fit: cover; object-position: top; }
.technology-list { display: grid; gap: 1px; }
.technology-list > div { padding: 24px 0; color: var(--foreground); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.journey-grid { display: grid; gap: 40px; margin-top: 64px; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 56px; }
.gallery-grid figure { position: relative; overflow: hidden; border-radius: 3px; }
.gallery-grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; background: rgba(250,248,243,.85); padding: 12px 16px; color: var(--foreground); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.faq-grid { align-items: start; }
.faq-grid .button, .contact-grid .button, .location-grid .button { margin-top: 36px; }
.faq-list { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); padding: 24px 0; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 20px; line-height: 1.2; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--font-sans); font-size: 22px; transition: transform .3s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin-top: 16px; color: var(--muted-foreground); font-size: 14px; line-height: 1.7; }

.contact-grid h2 { font-size: clamp(36px, 4vw, 48px); }
.contact-grid .lead { margin-top: 24px; }
.lead-form, .form-success { border: 1px solid var(--border); border-radius: 3px; background: var(--card); padding: 28px; }
.form-grid { display: grid; gap: 20px; }
.form-grid label { color: var(--muted-foreground); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.form-grid label span { letter-spacing: normal; text-transform: none; }
.form-grid input, .form-grid select { display: block; width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid var(--input); border-radius: 0; background: transparent; padding: 12px 0; color: var(--foreground); font-size: 14px; letter-spacing: normal; text-transform: none; }
.form-grid input:focus, .form-grid select:focus { border-bottom-color: var(--gold); }
.form-submit { width: 100%; margin-top: 36px; }
.form-note { margin-top: 16px; color: var(--muted-foreground); font-size: 12px; line-height: 1.6; }
.form-status { min-height: 1.6em; margin-top: 12px; color: var(--primary); font-size: 12px; line-height: 1.6; }
.form-success { text-align: center; }
.form-success .gold-rule { margin-inline: auto; }
.success-title { margin-top: 24px; font-family: var(--font-display); font-size: 28px; line-height: 1.2; }
.form-success > p:not(.success-title) { margin-top: 12px; color: var(--muted-foreground); font-size: 14px; line-height: 1.7; }
.form-success .footer-link { display: inline-block; margin-top: 24px; }

.location-grid address, .site-footer address { display: grid; gap: 4px; margin-top: 32px; color: var(--muted-foreground); font-size: 14px; font-style: normal; line-height: 1.7; }
.location-grid address strong, .site-footer address strong { color: var(--foreground); font-family: var(--font-display); font-size: 21px; font-weight: 300; }
.map-wrap { min-height: 320px; overflow: hidden; border: 1px solid var(--border); border-radius: 3px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }
.final-cta { background: var(--card); text-align: center; }
.final-content { max-width: 820px; }
.final-content .gold-rule { margin-inline: auto; }
.final-content h2 { margin-top: 32px; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; }
.final-content .lead { margin: 28px auto 0; }
.final-content .button { margin-top: 44px; }

.site-footer { border-top: 1px solid var(--border); background: rgba(241,236,227,.6); }
.site-footer .container { padding-top: 64px; padding-bottom: 32px; }
.footer-grid { display: grid; gap: 48px; }
.footer-logo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.footer-name { margin-top: 24px; font-family: var(--font-display); font-size: 22px; }
.site-footer address { margin-top: 20px; }
.site-footer address strong { font-family: var(--font-sans); font-size: 14px; }
.footer-link { display: inline-block; margin-top: 20px; color: var(--primary); font-size: 14px; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 8px; }
.footer-links { display: grid; gap: 12px; margin-top: 20px; padding: 0; list-style: none; color: var(--muted-foreground); font-size: 14px; }
.footer-links a:hover { color: var(--foreground); }
.footer-bottom { margin-top: 56px; border-top: 1px solid var(--border); padding-top: 28px; color: var(--muted-foreground); font-size: 12px; line-height: 1.7; }
.footer-bottom p + p { margin-top: 12px; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 50; display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; border: 1px solid rgba(197,164,118,.4); border-radius: 50%; background: rgba(254,253,251,.95); box-shadow: 0 10px 30px -12px var(--taupe); backdrop-filter: blur(8px); transition: transform .3s ease; }
.floating-whatsapp:hover { transform: scale(1.05); }
.floating-whatsapp svg { width: 24px; height: 24px; fill: var(--primary); }
.legal-body { min-height: 100vh; background: var(--background); }
.legal-page { width: min(100% - 40px, 760px); margin: 0 auto; padding: 56px 0 96px; }
.legal-back { display: inline-block; margin-bottom: 72px; color: var(--primary); font-size: 12px; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 6px; }
.legal-page h1 { max-width: 680px; margin-top: 24px; color: var(--foreground); font-size: clamp(42px, 7vw, 68px); line-height: 1.05; }
.legal-updated { margin-top: 20px; color: var(--muted-foreground); font-size: 13px; }
.legal-content { display: grid; gap: 20px; margin-top: 56px; color: var(--muted-foreground); font-size: 15px; line-height: 1.85; }
.legal-content h2 { margin-top: 24px; color: var(--foreground); font-size: 28px; line-height: 1.2; }
.legal-content a { color: var(--primary); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.legal-note { border-left: 1px solid var(--gold); padding-left: 16px; font-size: 13px; }
[hidden] { display: none !important; }

@media (min-width: 640px) {
  .container { width: min(100% - 80px, var(--container)); }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar { padding-inline: 32px; }
  .facts { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 1px; }
  .treatments-grid { grid-template-columns: repeat(2, 1fr); }
  .check-list { grid-template-columns: repeat(2, 1fr); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid .full { grid-column: 1 / -1; }
}

@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
  .menu-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .hero-ring { display: block; }
  .pillars-grid { grid-template-columns: repeat(4, 1fr); }
  .about-grid { grid-template-columns: .9fr 1.1fr; gap: 80px; }
  .peeling-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
  .peeling-grid .portrait-image { order: initial; }
  .technology-grid { grid-template-columns: 2fr 1fr; }
  .journey-grid { grid-template-columns: repeat(4, 1fr); }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 80px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
  .location-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1280px) {
  .treatments-grid { grid-template-columns: repeat(4, 1fr); }
}

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