
:root {
  --ink: #1d1c19;
  --muted: #6f6b64;
  --paper: #f7f5f0;
  --paper-2: #eeece6;
  --line: #d9d5cc;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Satoshi", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 200; background: var(--ink); color: white; padding: 10px 18px; }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid #8b714a; outline-offset: 3px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; padding: 25px 28px; display: flex; align-items: center; justify-content: flex-end; pointer-events: none; }
.monogram { pointer-events: auto; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font: 500 19px/1 var(--serif); background: rgba(248,246,241,.82); backdrop-filter: blur(12px); }
.monogram.light { color: white; background: transparent; border-color: rgba(255,255,255,.25); }
.menu-button { pointer-events: auto; min-height: 46px; padding: 0 17px 0 20px; border: 1px solid rgba(75,72,66,.18); border-radius: 99px; background: rgba(250,249,246,.86); backdrop-filter: blur(12px); text-transform: uppercase; font-size: 11px; letter-spacing: .13em; display: flex; align-items: center; gap: 14px; cursor: pointer; box-shadow: 0 8px 22px rgba(20,20,16,.06); }
.hamburger { width: 19px; display: grid; gap: 5px; }.hamburger i { display: block; height: 1px; background: currentColor; }
.menu-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(20,19,17,.45); opacity: 0; visibility: hidden; transition: .25s ease; }
.menu-backdrop.is-open { opacity: 1; visibility: visible; }
.menu-panel { position: fixed; z-index: 90; top: 0; right: 0; width: min(560px, 100%); height: 100dvh; overflow: auto; padding: 30px 42px; color: white; background: #1e1d1a; transform: translateX(102%); transition: transform .35s cubic-bezier(.4,0,.2,1); }
.menu-panel.is-open { transform: none; }
.menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }.menu-close { border: 0; background: none; color: #e9e6df; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; cursor: pointer; min-height: 44px; }
.menu-nav { display: grid; border-top: 1px solid rgba(255,255,255,.13); }.menu-nav a { display: grid; grid-template-columns: 36px 1fr auto; align-items: baseline; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); }.menu-nav a span { color: #95918a; font-size: 10px; }.menu-nav a strong { font: 400 clamp(25px,4vw,36px)/1.1 var(--serif); }.menu-nav a small { color: #a9a59d; font-size: 11px; }
.menu-treatments { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 20px; margin: 25px 0; }.menu-treatments p { grid-column: 1/-1; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; color: #a9a59d; }.menu-treatments a { font-size: 13px; color: #dfdcd5; }
.menu-footer { border-top: 1px solid rgba(255,255,255,.13); padding-top: 20px; }.menu-footer p { margin: 0 0 4px; }.menu-footer span { display: block; color: #aaa69e; font-size: 12px; }.menu-footer a { margin-top: 16px; display: inline-flex; gap: 10px; font-weight: 600; font-size: 13px; }

.hero-home { position: relative; min-height: min(900px, 100dvh); overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; z-index: -3; background: url('/images/hero-mobile-bg.webp') center/cover no-repeat; }
.hero-doctor { position: absolute; z-index: -1; right: max(4vw, 20px); bottom: 0; height: 87%; max-width: 49vw; object-fit: contain; object-position: bottom right; }
.hero-content { padding-top: 65px; }
.eyebrow { margin: 0 0 17px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 600; }
.pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: rgba(255,255,255,.58); border-radius: 99px; padding: 7px 13px; }
.pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #c1ad82; }
.treatments-section > .section-head > .eyebrow { font-size: 13.2px; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero-home h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(52px, 6.2vw, 92px); line-height: .99; }
.hero-copy { max-width: 570px; margin: 0 0 28px; color: #66625c; font-size: 15px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 99px; background: var(--ink); color: white; font-size: 12px; font-weight: 600; transition: color .2s, background .2s, border-color .2s; }
.button:hover { background: #3c3933; }.button-secondary { color: var(--ink); background: rgba(255,255,255,.5); border-color: var(--line); }.button-secondary:hover { background: white; border-color: #b9b5ad; }
.credibility { width: min(680px, 58vw); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 52px; border: 1px solid var(--line); border-radius: 18px 18px 0 0; overflow: hidden; background: rgba(248,247,243,.65); }.credibility div { padding: 15px 20px; border-right: 1px solid var(--line); }.credibility div:last-child { border: 0; }.credibility strong,.credibility span { display: block; }.credibility strong { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }.credibility span { color: var(--muted); font-size: 10px; }

.section { padding-block: 120px; }
.section-head { max-width: 850px; margin-bottom: 54px; }.section-head h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 70px); line-height: 1.05; }.section-copy { max-width: 660px; color: var(--muted); }
.category-title { display: flex; align-items: center; gap: 16px; margin: 55px 0 24px; border-bottom: 1px solid var(--line); padding-bottom: 13px; }.category-title span { font-size: 10px; }.category-title h3 { margin: 0; font-size: 25px; }
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.treatment-card { display: block; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.4); overflow: hidden; padding-bottom: 23px; transition: transform .25s, box-shadow .25s; }.treatment-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(35,31,25,.08); }.card-image { aspect-ratio: 1.2; overflow: hidden; margin-bottom: 20px; }.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.treatment-card:hover img { transform: scale(1.025); }.treatment-card > span,.treatment-card > h3,.treatment-card > p,.treatment-card > strong { margin-left: 22px; margin-right: 22px; }.treatment-card > span { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }.treatment-card h3 { margin-top: 6px; margin-bottom: 8px; font-size: 30px; }.treatment-card p { min-height: 48px; color: var(--muted); font-size: 13px; line-height: 1.5; }.treatment-card strong { font-size: 12px; display: flex; gap: 8px; align-items: center; }
.center-cta { max-width: 720px; text-align: center; margin: 65px auto 0; }.center-cta .button { margin-top: 8px; }

.about-band { background: #252420; color: #f4f1e9; }.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8vw; }.portrait-frame { position: relative; }.portrait-frame img { width: 100%; max-height: 760px; object-fit: cover; border-radius: 240px 240px 20px 20px; filter: saturate(.86); }.portrait-frame span { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 12px 18px; background: rgba(30,29,26,.72); backdrop-filter: blur(10px); border-radius: 99px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; text-align: center; }
.about-band .section-head h2 { color: white; }.about-band p { color: #c3bfb7; }.about-band .button-secondary { color: white; border-color: #66625c; background: transparent; }
.credential-cards { display: grid; grid-template-columns: repeat(3,1fr); margin: 35px 0; border: 1px solid #55524c; border-radius: 14px; }.credential-cards div { padding: 18px; border-right: 1px solid #55524c; }.credential-cards div:last-child { border: 0; }.credential-cards span,.credential-cards strong { display: block; }.credential-cards span { color: #aaa69f; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }.credential-cards strong { margin-top: 4px; font: 400 20px/1.2 var(--serif); }.credential-cards.large { margin-top: 70px; border-color: var(--line); }.credential-cards.large div { border-color: var(--line); }.credential-cards.large span { color: var(--muted); }.credential-cards.large strong { color: var(--ink); }

.care-section .section-head { max-width: 920px; }.quote-card { margin: 45px 0; padding: 50px; border-radius: 24px; background: #dedad0; }.quote-card span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }.quote-card h3 { max-width: 990px; margin: 18px 0 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.12; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }.steps-grid article { padding: 30px 30px 12px 0; border-right: 1px solid var(--line); }.steps-grid article + article { padding-left: 30px; }.steps-grid article:last-child { border: 0; }.steps-grid span { display: block; color: #a19c92; font-size: 10px; margin-bottom: 35px; }.steps-grid h3 { font-size: 26px; margin-bottom: 10px; }.steps-grid p { color: var(--muted); font-size: 14px; }

.clinic-band,.clinic-location { background: #e6e2d9; }.clinic-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 7vw; }.clinic-grid figure { margin: 0; }.clinic-grid figure img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 190px 190px 16px 16px; }.clinic-grid figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; text-align: center; }.address-box { display: grid; gap: 9px; padding: 26px; margin: 30px 0; border: 1px solid #c9c4b9; border-radius: 16px; background: rgba(255,255,255,.28); }.address-box span,.address-box small { color: var(--muted); }.address-box span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }.address-box strong { font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.45; }.address-box .button { justify-self: start; margin-top: 12px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; }.faq-intro { position: sticky; top: 30px; align-self: start; }.faq-intro .section-head h2 { font-size: clamp(40px,4.5vw,62px); }.faq-list { border-top: 1px solid var(--line); }.faq-list article { border-bottom: 1px solid var(--line); }.faq-list button { width: 100%; border: 0; background: transparent; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; font: 400 20px/1.35 var(--serif); }.faq-list button b { font: 400 24px/1 var(--sans); }.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }.faq-list article > div p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }.faq-list article.open > div { grid-template-rows: 1fr; }.faq-list article.open > div p { padding: 0 34px 24px 0; }

.final-cta { padding: 110px 0; background: #cdc8bd; }.final-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 8vw; }.final-grid h2 { font-size: clamp(45px,5.3vw,75px); line-height: 1.04; }.final-grid > div > p { max-width: 650px; }.contact-card { padding: 38px; border-radius: 160px 160px 20px 20px; background: #24231f; color: white; text-align: center; }.contact-card .monogram { margin: 0 auto 20px; }.contact-card small { text-transform: uppercase; letter-spacing: .14em; color: #aaa69e; }.contact-card h3 { font-size: 30px; }.contact-card p { color: #c5c1b8; font-size: 13px; }.contact-card a { color: white; }

.footer { padding: 85px 0 25px; background: #1c1b18; color: #d9d5cd; }.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr 1fr 1.2fr; gap: 55px; }.footer-grid h3 { color: #fff; font: 600 11px/1 var(--sans); text-transform: uppercase; letter-spacing: .14em; }.footer-grid > div > a { display: block; color: #aaa69e; font-size: 13px; margin: 8px 0; }.footer-grid p { color: #aaa69e; font-size: 13px; }.footer-brand img { width: 240px; margin-bottom: 22px; }.footer-brand p { max-width: 430px; }.social { display: flex; gap: 18px; }.social a { color: white; font-size: 12px; }.footer-bottom { margin-top: 65px; padding-top: 20px; border-top: 1px solid #3c3a35; display: flex; justify-content: space-between; gap: 25px; color: #77736c; font-size: 10px; }.footer-bottom div { display: flex; gap: 20px; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.3); font-size: 10px; font-weight: 700; letter-spacing: .04em; }

.page-hero { min-height: 780px; padding: 150px 0 90px; display: flex; align-items: center; background: radial-gradient(circle at 85% 15%,#fff 0,transparent 35%), linear-gradient(130deg,#f8f7f3,#ebe8e0); }.page-hero-grid { display: grid; grid-template-columns: 1.12fr .72fr; align-items: center; gap: 7vw; }.page-hero h1 { font-size: clamp(50px,6vw,86px); line-height: 1.02; }.page-hero p:not(.eyebrow) { max-width: 660px; color: var(--muted); }.page-hero figure { margin: 0; }.page-hero figure img { width: 100%; max-height: 610px; object-fit: cover; border-radius: 210px 210px 18px 18px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }.feature-grid h2 { font-size: clamp(42px,4.5vw,65px); line-height: 1.06; }.rich-copy p { margin-bottom: 24px; color: var(--muted); font-size: 17px; }
.two-row { row-gap: 36px; }.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.contact-grid > a { padding: 36px; min-height: 260px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.36); transition: background .2s, transform .2s; }.contact-grid > a:hover { background: white; transform: translateY(-3px); }.contact-grid span { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }.contact-grid h3 { margin: 35px 0 12px; font-size: 36px; }.contact-grid p { color: var(--muted); }.contact-grid strong { font-size: 12px; display: flex; gap: 9px; }
.indication-band { background: #dedad0; }.indication-band ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #beb8ad; }.indication-band li { padding: 18px 4px; border-bottom: 1px solid #beb8ad; font-family: var(--serif); font-size: 22px; }.indication-band li::before { content: "—"; margin-right: 15px; color: #817b71; }
.process-list { border-top: 1px solid var(--line); }.process-list article { display: grid; grid-template-columns: 80px 1fr; padding: 27px 0; border-bottom: 1px solid var(--line); }.process-list article > span { color: #9b968c; font-size: 10px; }.process-list h3 { margin: 0 0 5px; font-size: 25px; }.process-list p { margin: 0; color: var(--muted); }
.legal-hero { padding: 180px 0 90px; background: #e6e2d9; }.legal-hero h1 { font-size: clamp(50px,6vw,80px); }.legal-content { max-width: 850px; }.legal-content h2 { margin-top: 45px; font-size: 32px; }.legal-content p { color: var(--muted); }.legal-content a { text-decoration: underline; }

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 760px); }
  .hero-home { min-height: 1000px; align-items: flex-start; padding-top: 130px; }.hero-home h1 { font-size: clamp(55px,9vw,78px); }.hero-doctor { right: -4%; height: 55%; max-width: 70vw; }.hero-copy { max-width: 520px; }.credibility { position: absolute; bottom: 0; left: 20px; width: calc(100% - 40px); }
  .cards-grid { grid-template-columns: repeat(2,1fr); }.about-grid,.clinic-grid,.final-grid,.page-hero-grid { grid-template-columns: 1fr; }.portrait-frame { max-width: 570px; margin: auto; }.clinic-grid figure { max-width: 580px; margin-inline: auto; }.faq-section { grid-template-columns: 1fr; }.faq-intro { position: static; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1/-1; }.page-hero figure { max-width: 560px; }.page-hero { min-height: auto; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }.shell { width: calc(100% - 32px); }.site-header { padding: 17px 15px; }.monogram { width: 45px; height: 45px; }.menu-button { display: none; }.menu-panel { padding: 20px; }.menu-nav a { grid-template-columns: 28px 1fr; }.menu-nav a small { display: none; }.menu-treatments { grid-template-columns: 1fr; }
  .hero-home { min-height: 920px; padding-top: 75px; background: #f8f6f1; }.hero-content { padding-top: 0; }.hero-bg { opacity: .6; }.hero-home h1 { font-size: 52px; line-height: 1.02; }.hero-home h1 br:nth-child(2) { display: none; }.hero-copy { font-size: 13px; max-width: 93%; }.hero-doctor { content: url('/images/hero-final.webp'); height: 55%; right: 50%; bottom: -55px; max-width: 98vw; transform: translateX(50%); }.actions { gap: 8px; }.button { padding-inline: 17px; font-size: 11px; }.credibility { display: none; }
  .section { padding-block: 78px; }.section-head { margin-bottom: 35px; }.section-head h2 { font-size: 42px; }.cards-grid { grid-template-columns: 1fr; }.treatment-card h3 { font-size: 27px; }.category-title { display: none; }.about-grid { gap: 55px; }.portrait-frame img { border-radius: 160px 160px 14px 14px; }.credential-cards { grid-template-columns: 1fr; }.credential-cards div,.credential-cards div:last-child { border-right: 0; border-bottom: 1px solid #55524c; }.credential-cards div:last-child { border-bottom: 0; }.credential-cards.large div { border-color: var(--line); }
  .quote-card { padding: 28px; }.quote-card h3 { font-size: 30px; }.steps-grid { grid-template-columns: 1fr; }.steps-grid article,.steps-grid article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }.steps-grid span { margin-bottom: 12px; }.clinic-grid { gap: 50px; }.clinic-grid figure img { border-radius: 150px 150px 12px 12px; }.faq-list button { font-size: 18px; }.final-grid { gap: 50px; }.final-grid h2 { font-size: 46px; }.contact-card { padding: 35px 22px; border-radius: 130px 130px 16px 16px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand,.footer-grid > div:last-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }.footer-bottom div { flex-wrap: wrap; }
  .page-hero { padding: 125px 0 70px; }.page-hero-grid { gap: 45px; }.page-hero h1 { font-size: 50px; }.page-hero figure img { border-radius: 150px 150px 12px 12px; max-height: 480px; }.feature-grid { grid-template-columns: 1fr; gap: 35px; }.contact-grid { grid-template-columns: 1fr; }.contact-grid > a { min-height: 220px; padding: 28px; }.process-list article { grid-template-columns: 45px 1fr; }.indication-band li { font-size: 19px; }.whatsapp-float { right: 12px; bottom: 12px; }
}

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