@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@400;500;600&family=Italiana&display=swap");

:root {
  --ink: oklch(0.16 0.023 46);
  --espresso: oklch(0.19 0.038 46);
  --champagne: oklch(0.78 0.09 72);
  --copper: oklch(0.62 0.12 53);
  --ivory: oklch(0.965 0.018 78);
  --sand: oklch(0.91 0.028 70);
  --paper: oklch(0.985 0.01 74);
  --line-dark: oklch(0.78 0.09 72 / 0.25);
  --line-light: oklch(0.24 0.03 48 / 0.16);
  --display: "Italiana", "Times New Roman", serif;
  --sans: "Afacad Flux", Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --side: clamp(1.25rem, 5vw, 5.5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); margin: 0; max-width: 100%; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
button { color: inherit; font: inherit; }
main, section, footer { min-width: 0; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--paper); color: var(--ink); left: 1rem; padding: .75rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--champagne); outline-offset: 4px; }

.site-header { align-items: center; color: var(--ivory); display: grid; gap: 2rem; grid-template-columns: minmax(10rem, 1fr) auto minmax(10rem, 1fr); left: 0; padding: 1.25rem var(--side); position: fixed; right: 0; top: 0; transition: background-color 350ms ease, border-color 350ms ease, padding 350ms var(--ease); z-index: 50; }
.site-header.is-scrolled { backdrop-filter: blur(14px); background: oklch(0.16 0.023 46 / .92); border-bottom: 1px solid var(--line-dark); padding-block: .8rem; }
.brand { align-items: center; position: relative; z-index: 2; display: flex; gap: .7rem; justify-self: start; min-width: 0; }
.brand-mark { color: var(--champagne); font-family: var(--display); font-size: 2.2rem; line-height: .7; transform: skew(-7deg); }
.brand-name { font-size: .95rem; letter-spacing: .16em; line-height: 1; }
.brand-name small { display: block; font-size: .5rem; font-weight: 400; letter-spacing: .23em; margin-top: .42rem; text-transform: uppercase; }
.main-nav { display: flex; font-size: .78rem; gap: clamp(1.4rem, 3vw, 3rem); justify-content: center; }
.main-nav a { padding-block: .7rem; position: relative; }
.main-nav a::after { background: var(--champagne); bottom: .35rem; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 280ms var(--ease); width: 100%; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { align-items: center; border: 1px solid var(--line-dark); border-radius: 999px; display: inline-flex; font-size: .76rem; gap: .7rem; justify-self: end; padding: .7rem 1rem; transition: background-color 250ms ease, color 250ms ease; }
.header-cta:hover { background: var(--champagne); color: var(--ink); }
.menu-toggle { background: transparent; border: 0; display: none; height: 2.75rem; padding: .65rem; place-items: center; position: relative; width: 2.75rem; }
.menu-toggle > span:not(.sr-only) { background: currentColor; height: 1px; position: absolute; transition: transform 260ms var(--ease); width: 1.35rem; }
.menu-toggle > span:nth-child(2) { transform: translateY(-.22rem); }
.menu-toggle > span:nth-child(3) { transform: translateY(.22rem); }

.hero { background: var(--espresso); color: var(--ivory); display: grid; min-height: 100svh; overflow: clip; padding: clamp(7rem, 14vh, 10rem) var(--side) clamp(3rem, 7vh, 5rem); position: relative; }
.hero-media, .hero-shade { inset: 0; position: absolute; }
.hero-media img { height: 100%; object-fit: cover; object-position: 68% center; width: 100%; }
.hero-shade { background: linear-gradient(90deg, oklch(0.16 0.023 46 / .98) 0%, oklch(0.16 0.023 46 / .88) 38%, oklch(0.16 0.023 46 / .18) 72%, transparent 100%); }
.hero-copy { align-self: center; max-width: min(57rem, 64vw); position: relative; z-index: 2; }
.hero-location { align-items: center; color: var(--champagne); display: flex; font-size: .76rem; gap: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-location::before { background: currentColor; content: ""; height: 1px; width: 2.2rem; }
.hero h1 { font-family: var(--display); font-size: clamp(4.7rem, 8.8vw, 10rem); font-weight: 400; letter-spacing: -.065em; line-height: .78; margin: clamp(2rem, 4vh, 3.2rem) 0 2rem; }
.hero h1 span { color: var(--champagne); }
.hero-intro { color: oklch(0.965 0.018 78 / .78); font-size: clamp(1rem, 1.45vw, 1.35rem); line-height: 1.65; max-width: 36rem; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; margin-top: 2.2rem; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: .9rem; gap: 2.2rem; justify-content: space-between; min-height: 3.5rem; padding: .65rem .75rem .65rem 1.35rem; transition: transform 260ms var(--ease), background-color 260ms ease; }
.button > span { border: 1px solid currentColor; border-radius: 50%; display: grid; height: 2.15rem; place-items: center; width: 2.15rem; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--champagne); color: var(--ink); }
.button-primary:hover { background: var(--ivory); }
.button-dark { background: var(--ink); color: var(--ivory); }
.text-link, .arrow-link { border-bottom: 1px solid currentColor; font-size: .88rem; padding-bottom: .3rem; }
.text-link span, .arrow-link span { margin-left: .45rem; }
.hero-note { bottom: clamp(6rem, 8vh, 7rem); color: oklch(0.965 0.018 78 / .7); font-size: .75rem; line-height: 1.5; margin: 0; position: absolute; right: var(--side); text-align: right; z-index: 2; }

.proof-strip { background: var(--champagne); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0 var(--side); }
.proof-strip p { align-items: center; border-right: 1px solid oklch(0.16 0.023 46 / .22); display: flex; gap: clamp(1rem, 2vw, 2rem); margin: 0; min-width: 0; padding: clamp(1.7rem, 3vw, 2.5rem) clamp(1rem, 3vw, 3rem); }
.proof-strip p:first-child { padding-left: 0; }
.proof-strip p:last-child { border: 0; padding-right: 0; }
.proof-strip strong { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.05em; white-space: nowrap; }
.proof-strip span { font-size: clamp(.7rem, 1vw, .86rem); line-height: 1.35; }

.experience { background: var(--ivory); display: grid; gap: clamp(3rem, 9vw, 10rem); grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); padding: clamp(6rem, 11vw, 11rem) var(--side); }
.experience-portrait { min-width: 0; position: relative; }
.experience-portrait img { aspect-ratio: 4 / 5; border-radius: 50% 50% 2rem 2rem / 28% 28% 2rem 2rem; object-fit: cover; width: 100%; }
.experience-portrait > p { background: var(--copper); bottom: 1.2rem; color: var(--ivory); font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.6rem); left: -1rem; line-height: 1.08; margin: 0; padding: 1.2rem 1.5rem; position: absolute; transform: rotate(-2deg); }
.experience-copy { align-self: center; max-width: 48rem; }
.section-index { color: var(--copper); font-size: .78rem; letter-spacing: .09em; margin-bottom: clamp(2rem, 4vw, 4rem); text-transform: uppercase; }
.experience h2, .treatments h2, .method h2, .clinic h2, .closing h2 { font-family: var(--display); font-size: clamp(3.4rem, 6.2vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .91; margin-bottom: 2rem; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.72; max-width: 61ch; }
.experience .arrow-link { display: inline-block; margin-top: 1.6rem; }

.treatments { background: var(--sand); padding: clamp(6rem, 10vw, 10rem) var(--side); }
.treatments-heading { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .45fr); }
.treatments-heading .section-index { grid-column: 1 / -1; margin-bottom: 0; }
.treatments-heading h2 { margin: 0; max-width: 12ch; }
.treatments-heading > p:last-child { align-self: end; line-height: 1.6; margin: 0 0 .6rem; max-width: 28rem; }
.treatment-list { border-top: 1px solid var(--line-light); margin-top: clamp(4rem, 7vw, 7rem); }
.treatment-list article { align-items: start; border-bottom: 1px solid var(--line-light); display: grid; gap: clamp(1rem, 3vw, 3rem); grid-template-columns: 3.5rem minmax(0, 1fr) minmax(16rem, .5fr); padding: clamp(2rem, 3.5vw, 3.5rem) 0; }
.treatment-number { color: var(--copper); font-size: .82rem; padding-top: .7rem; }
.treatment-list h3 { font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.6rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; margin-bottom: .75rem; }
.treatment-list article > div p { line-height: 1.55; margin: 0; max-width: 34rem; }
.treatment-tags { color: oklch(0.16 0.023 46 / .68); line-height: 1.7; margin: .5rem 0 0; }
.treatment-cta { align-items: center; display: flex; justify-content: space-between; margin-top: 3rem; }
.treatment-cta p { margin: 0; }

.method { background: var(--espresso); color: var(--ivory); display: grid; gap: clamp(4rem, 8vw, 9rem); grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); padding: clamp(6rem, 11vw, 11rem) var(--side); }
.method .section-index { color: var(--champagne); }
.method h2 { margin-bottom: 0; max-width: 9.5ch; }
.method-steps { border-top: 1px solid var(--line-dark); list-style: none; margin: 0; padding: 0; }
.method-steps li { border-bottom: 1px solid var(--line-dark); display: grid; gap: 1.5rem; grid-template-columns: 2.5rem minmax(0, 1fr); padding: 2rem 0; }
.method-steps li > span { color: var(--champagne); font-size: .78rem; }
.method-steps h3 { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.1rem); font-weight: 400; margin-bottom: .6rem; }
.method-steps p { color: oklch(0.965 0.018 78 / .72); line-height: 1.6; margin: 0; max-width: 36rem; }

.clinic { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr); min-height: 44rem; }
.clinic-copy { align-self: center; padding: clamp(6rem, 10vw, 10rem) var(--side); }
.clinic h2 { max-width: 9ch; }
.clinic-copy > p:not(.section-index) { line-height: 1.7; max-width: 34rem; }
.clinic address { border-top: 1px solid var(--line-light); font-style: normal; line-height: 1.8; margin: 2.5rem 0 1.8rem; max-width: 30rem; padding-top: 1.5rem; }
.clinic-art { align-items: center; background: var(--champagne); display: flex; justify-content: center; min-width: 0; overflow: clip; position: relative; }
.clinic-art > span { color: oklch(0.16 0.023 46 / .08); font-family: var(--display); font-size: clamp(24rem, 48vw, 48rem); line-height: .7; position: absolute; transform: skew(-8deg); }
.clinic-art p { font-size: clamp(1rem, 2vw, 1.7rem); letter-spacing: .18em; line-height: 1.4; margin: 0; position: relative; text-align: center; text-transform: uppercase; }

.closing { align-items: center; background: var(--ink); color: var(--ivory); display: flex; flex-direction: column; min-height: 82svh; padding: 7rem var(--side); text-align: center; }
.closing > p { color: var(--champagne); letter-spacing: .1em; text-transform: uppercase; }
.closing h2 { font-size: clamp(4.5rem, 10.5vw, 11rem); line-height: .82; margin: auto 0 clamp(2.5rem, 5vw, 4rem); }
.closing .button { min-width: min(100%, 22rem); }
footer { align-items: end; background: var(--ink); border-top: 1px solid var(--line-dark); color: var(--ivory); display: grid; font-size: .78rem; gap: 2rem; grid-template-columns: 1.2fr 1fr 1fr auto; padding: 2.5rem var(--side); }
.footer-brand { font-size: 1rem; letter-spacing: .14em; }
.footer-brand small { display: block; font-size: .52rem; margin-top: .4rem; }
.footer-contact { display: flex; gap: 1.4rem; }
footer p { margin: 0; }
.whatsapp-float { align-items: center; background: var(--champagne); border: 1px solid oklch(0.16 0.023 46 / .14); border-radius: 999px; bottom: 1rem; box-shadow: 0 1rem 2rem oklch(0.08 0.02 45 / .22); color: var(--ink); display: flex; font-size: .78rem; gap: .55rem; padding: .45rem .8rem .45rem .45rem; position: fixed; right: 1rem; z-index: 40; }
.whatsapp-float span { align-items: center; background: var(--ink); border-radius: 50%; color: var(--ivory); display: flex; font-size: .62rem; height: 2rem; justify-content: center; width: 2rem; }
.whatsapp-float b { font-weight: 600; }

.load { animation: rise 900ms var(--ease) both; }
.load-1 { animation-delay: 100ms; }.load-2 { animation-delay: 220ms; }.load-3 { animation-delay: 350ms; }.load-4 { animation-delay: 460ms; }
[data-reveal] { opacity: 0; transform: translateY(2.2rem); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes rise { from { opacity: 0; transform: translateY(1.5rem); } }

@media (max-width: 980px) {
  .site-header { gap: .65rem; grid-template-columns: minmax(0, 1fr) auto; }
  .menu-toggle { display: grid; grid-column: 2; grid-row: 1; justify-self: end; z-index: 2; }
  .header-cta { display: none; }
  .main-nav { align-items: flex-start; background: var(--ink); flex-direction: column; font-family: var(--display); font-size: clamp(2.4rem, 10vw, 4.6rem); gap: .3rem; inset: 0; justify-content: center; opacity: 0; padding: 7rem var(--side); pointer-events: none; position: fixed; z-index: 1; transform: translateY(-1rem); transition: opacity 280ms ease, transform 350ms var(--ease); }
  body.menu-open .site-header { backdrop-filter: none; background: transparent; border-bottom: 0; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; transition: none; }
  .main-nav a::after { bottom: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: rotate(-45deg); }
  .hero { display: block; min-height: 0; padding-top: 60svh; } .hero-media, .hero-shade { bottom: auto; height: 60svh; } .hero-shade { background: linear-gradient(0deg, var(--ink) 0%, transparent 40%), linear-gradient(90deg, oklch(0.16 0.023 46 / .5), transparent 70%); } .hero-copy { max-width: 100%; padding-top: 3rem; } .hero h1 { font-size: clamp(4.5rem, 12vw, 7.5rem); } .hero-note { display: none; }
  .proof-strip p { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .treatment-list article { grid-template-columns: 3rem minmax(0, 1fr); }.treatment-tags { grid-column: 2; }
}
@media (max-width: 720px) {
  .site-header { padding-block: 1rem; }.brand-name { font-size: .82rem; }.brand-mark { font-size: 1.8rem; }
  .hero { min-height: 0; padding-bottom: 4rem; padding-top: 56svh; }
  .hero-media img { object-position: 66% top; }
  .hero-shade { background: linear-gradient(0deg, var(--ink) 0%, transparent 42%), linear-gradient(90deg, oklch(0.16 0.023 46 / .45), transparent 70%); height: 56svh; }
  .hero-copy { max-width: 100%; padding-top: 2.5rem; }.hero h1 { font-size: clamp(3.8rem, 17vw, 6.3rem); line-height: .82; margin-block: 1.6rem; }
  .hero-intro { font-size: 1rem; max-width: 31rem; }.hero-actions { align-items: flex-start; flex-direction: column; margin-top: 1.5rem; }.hero-note { display: none; }
  .button { max-width: 100%; }
  .proof-strip { grid-template-columns: 1fr; padding-block: .6rem; }
  .proof-strip p, .proof-strip p:first-child, .proof-strip p:last-child { align-items: center; border-bottom: 1px solid oklch(0.16 0.023 46 / .22); border-right: 0; flex-direction: row; padding: 1.25rem 0; }
  .proof-strip p:last-child { border-bottom: 0; }.proof-strip strong { min-width: 7rem; }
  .experience, .method { grid-template-columns: 1fr; }.experience-portrait { margin-inline: .5rem; }.experience-portrait > p { bottom: .8rem; font-size: 1.5rem; left: -.5rem; }
  .treatments-heading { grid-template-columns: 1fr; }.treatments-heading > p:last-child { margin: 0; }
  .treatment-list article { grid-template-columns: 2.2rem minmax(0, 1fr); }.treatment-cta { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .method { gap: 3rem; }.clinic { grid-template-columns: 1fr; }.clinic-art { min-height: 24rem; }.closing { min-height: 70svh; }
  .closing h2 { font-size: clamp(4rem, 16vw, 7rem); }
  footer { align-items: start; grid-template-columns: 1fr 1fr; }.footer-contact { align-items: flex-start; flex-direction: column; gap: .7rem; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: clamp(3.45rem, 17vw, 4.8rem); }.hero-location { font-size: .67rem; }.button { gap: 1.1rem; width: 100%; }
  .experience h2, .treatments h2, .method h2, .clinic h2 { font-size: clamp(3rem, 14vw, 4.6rem); }.treatment-list h3 { font-size: 2.3rem; }
  footer { grid-template-columns: 1fr; }.whatsapp-float b { display: none; }.whatsapp-float { padding-right: .45rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
