:root {
  --graphite-950: #10100f;
  --graphite-900: #141413;
  --graphite-850: #191918;
  --graphite-800: #20201e;
  --graphite-700: #2b2b28;
  --paper: #f1eee7;
  --paper-muted: #c8c1b5;
  --sand: #d4c4ad;
  --copper: #b77b54;
  --copper-light: #d9a77e;
  --line: rgba(241, 238, 231, 0.15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --container: min(1180px, calc(100% - 96px));
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--graphite-950); color: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--copper); color: var(--graphite-950); }

.container { width: var(--container); margin: 0 auto; }
.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; top: 12px; left: 12px; z-index: 50; padding: 10px 16px; background: var(--paper); color: var(--graphite-950); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 5px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; padding: 28px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 148px; }
.brand-mark { color: var(--copper-light); font-size: 27px; line-height: 1; transform: translateY(-2px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .18em; }
.brand-copy strong { font-size: 13px; font-weight: 700; }
.brand-copy small { margin-top: 5px; color: var(--paper-muted); font-size: 7px; letter-spacing: .42em; }
.main-nav { display: flex; align-items: center; gap: 33px; color: var(--paper-muted); font-size: 11px; letter-spacing: .06em; }
.main-nav a { transition: color .25s ease; }
.main-nav a:hover { color: var(--paper); }
.main-nav .nav-cta { display: inline-flex; gap: 10px; align-items: center; margin-left: 8px; padding: 12px 17px; border: 1px solid rgba(212, 196, 173, .46); color: var(--paper); }
.main-nav .nav-cta span { color: var(--copper-light); font-size: 16px; transition: transform .25s ease; }
.main-nav .nav-cta:hover { border-color: var(--copper-light); }
.main-nav .nav-cta:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--paper); transition: transform .25s ease; }

.section { position: relative; padding: 140px 0; }
.section-sm { position: relative; padding: 110px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--copper-light); font-size: 10px; font-weight: 700; letter-spacing: .21em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span:first-child { display: inline-block; width: 27px; height: 1px; background: var(--copper); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; }
h1, h2 { font-family: var(--serif); line-height: .96; letter-spacing: -.035em; }
h1 em, h2 em, h3 em, p em { color: var(--sand); font-style: italic; font-weight: 400; }

.hero { min-height: 780px; padding-top: 172px; padding-bottom: 80px; background: radial-gradient(circle at 62% 28%, rgba(142, 96, 65, .14), transparent 28%), var(--graphite-950); overflow: hidden; }
.hero::before { position: absolute; top: 19%; left: -7%; width: 460px; height: 460px; border: 1px solid rgba(212, 196, 173, .08); border-radius: 50%; content: ""; }
.hero::after { position: absolute; top: 35%; left: 5%; width: 180px; height: 180px; border: 1px solid rgba(183, 123, 84, .08); border-radius: 50%; content: ""; }
.hero-grain { position: absolute; inset: 0; opacity: .05; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .88fr); align-items: center; gap: 8%; }
.hero-copy { max-width: 585px; }
.hero-copy h1 { max-width: 620px; margin-bottom: 28px; font-size: clamp(4.7rem, 7.2vw, 7rem); }
.hero-lead { max-width: 485px; margin-bottom: 37px; color: var(--paper-muted); font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 54px; padding: 15px 22px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .3s ease, background .3s ease, border-color .3s ease, color .3s ease; }
.button span { font-size: 18px; line-height: 1; transition: transform .3s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translate(3px, -3px); }
.button-primary { background: var(--copper); color: var(--graphite-950); box-shadow: 0 12px 28px rgba(183, 123, 84, .19); }
.button-primary:hover { background: var(--copper-light); }
.button-light { background: var(--paper); color: var(--graphite-950); }
.button-light:hover { background: var(--sand); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(212, 196, 173, .38); color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: color .25s ease, border-color .25s ease; }
.text-link span { color: var(--copper-light); font-size: 17px; transition: transform .25s ease; }
.text-link:hover { border-color: var(--copper-light); color: var(--copper-light); }
.text-link:hover span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; color: #8f8b83; font-size: 10px; letter-spacing: .02em; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #7aa17d; box-shadow: 0 0 0 4px rgba(122, 161, 125, .13); }
.hero-visual { position: relative; justify-self: end; width: min(100%, 480px); }
.hero-image-wrap { position: relative; width: 88%; margin-left: auto; overflow: hidden; background: var(--graphite-800); aspect-ratio: .8; }
.hero-image-wrap::before { position: absolute; inset: 14px; z-index: 1; border: 1px solid rgba(241, 238, 231, .43); content: ""; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.75) contrast(.98); transform: scale(1.01); transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .hero-image-wrap img { transform: scale(1.045); }
.image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,16,15,.03) 55%, rgba(16,16,15,.62)); pointer-events: none; }
.hero-float-card { position: absolute; z-index: 2; display: flex; align-items: center; background: rgba(30, 30, 27, .79); border: 1px solid rgba(212, 196, 173, .31); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.float-card-top { top: 17%; left: 0; gap: 13px; padding: 14px 20px 14px 14px; }
.float-icon { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-light); font-size: 15px; }
.float-card-top strong, .float-card-top small { display: block; line-height: 1.1; }
.float-card-top strong { font-size: 11px; font-weight: 600; }
.float-card-top small { margin-top: 5px; color: var(--paper-muted); font-size: 9px; letter-spacing: .06em; }
.float-card-bottom { right: 0; bottom: 10%; gap: 10px; padding: 13px 16px; }
.float-card-bottom strong { color: var(--copper-light); font-family: var(--serif); font-size: 43px; font-weight: 500; line-height: .8; }
.float-card-bottom span { color: var(--paper-muted); font-size: 9px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.visual-caption { position: absolute; right: 5px; bottom: -30px; color: #79756e; font-family: var(--serif); font-size: 14px; font-style: italic; }
.scroll-hint { position: absolute; bottom: 30px; left: max(48px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 13px; color: #77746c; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-hint span { display: inline-block; width: 32px; height: 1px; background: var(--copper); }

.proof-strip { padding: 30px 0; background: var(--graphite-850); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: auto 1px auto 1px auto 1fr; align-items: center; gap: 30px; }
.proof-item { display: flex; align-items: center; gap: 13px; white-space: nowrap; }
.proof-item strong { font-family: var(--serif); font-size: 37px; font-weight: 500; line-height: 1; }
.proof-item strong i { color: var(--copper-light); font-family: var(--sans); font-size: 14px; font-style: normal; }
.proof-item span { color: var(--paper-muted); font-size: 9px; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.proof-divider { height: 43px; background: var(--line); }
.proof-aside { justify-self: end; margin: 0; color: var(--paper-muted); font-family: var(--serif); font-size: 20px; line-height: 1.1; text-align: right; }

.intro { background: var(--paper); color: var(--graphite-950); }
.intro-grid { display: grid; grid-template-columns: 1fr 1.65fr; gap: 9%; }
.section-kicker { display: flex; align-items: center; gap: 13px; color: #7b766e; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker > span:first-child { color: var(--copper); font-family: var(--serif); font-size: 17px; letter-spacing: 0; }
.section-kicker .line { width: 37px; height: 1px; background: var(--copper); }
.intro-content { max-width: 760px; }
.intro-content .eyebrow { color: var(--copper); }
.intro-content h2 { max-width: 810px; margin-bottom: 27px; font-size: clamp(3.4rem, 5.4vw, 5.4rem); }
.intro-content h2 em { color: #9c7257; }
.intro-content > p:not(.eyebrow) { max-width: 620px; margin-bottom: 28px; color: #6e6a63; font-size: 15px; line-height: 1.85; }
.intro-content .text-link { border-color: rgba(84, 78, 70, .4); color: var(--graphite-950); }

.treatments { background: var(--graphite-950); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; font-size: clamp(3.5rem, 5vw, 5rem); }
.section-heading-note { max-width: 268px; margin: 0 0 4px; color: var(--paper-muted); font-size: 12px; line-height: 1.7; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.treatment-card { background: var(--graphite-850); border: 1px solid rgba(241, 238, 231, .08); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.treatment-card:hover { border-color: rgba(212, 196, 173, .38); box-shadow: 0 22px 50px rgba(0, 0, 0, .17); transform: translateY(-7px); }
.card-image { position: relative; overflow: hidden; aspect-ratio: 1.08 / 1; background: var(--graphite-700); }
.card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.treatment-card:hover .card-image img { filter: saturate(.95); transform: scale(1.05); }
.card-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,16,15,.05), rgba(16,16,15,.5)); content: ""; }
.card-number, .card-arrow { position: absolute; z-index: 1; top: 17px; }
.card-number { left: 17px; color: var(--paper); font-family: var(--serif); font-size: 20px; }
.card-arrow { right: 17px; display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid rgba(241, 238, 231, .65); color: var(--paper); font-size: 18px; transition: background .3s ease, color .3s ease; }
.treatment-card:hover .card-arrow { background: var(--paper); color: var(--graphite-950); }
.card-body { padding: 27px 26px 31px; }
.card-tag { margin-bottom: 13px; color: var(--copper-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.card-body h3 { min-height: 80px; margin-bottom: 12px; font-family: var(--serif); font-size: 34px; line-height: .94; }
.card-body h3 em { color: var(--sand); }
.card-body > p:not(.card-tag) { min-height: 77px; margin-bottom: 21px; color: #9c9992; font-size: 12px; line-height: 1.75; }
.card-link { display: inline-flex; align-items: center; gap: 11px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--paper); font-size: 10px; font-weight: 700; letter-spacing: .07em; transition: color .25s ease; }
.card-link span { color: var(--copper-light); font-size: 16px; transition: transform .25s ease; }
.card-link:hover { color: var(--copper-light); }
.card-link:hover span { transform: translateX(5px); }

.method { background: #191916; }
.method-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 13%; }
.method-statement h2 { margin-bottom: 30px; font-size: clamp(3.6rem, 5vw, 5rem); }
.statement-rule { width: 58px; height: 1px; margin-bottom: 25px; background: var(--copper); }
.method-statement > p:last-child { max-width: 340px; margin: 0; color: var(--paper-muted); font-size: 14px; line-height: 1.8; }
.method-steps { border-top: 1px solid var(--line); }
.method-step { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 28px 0 27px; border-bottom: 1px solid var(--line); }
.method-step > span { color: var(--copper-light); font-family: var(--serif); font-size: 20px; }
.method-step h3 { margin: 0 0 6px; color: var(--paper); font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .01em; }
.method-step p { max-width: 390px; margin: 0; color: #9d9991; font-size: 12px; line-height: 1.7; }

.specialist { background: var(--paper); color: var(--graphite-950); }
.specialist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.specialist-image { position: relative; max-width: 470px; }
.specialist-image::before { position: absolute; top: 20px; left: -20px; width: 100%; height: 100%; border: 1px solid rgba(183, 123, 84, .48); content: ""; }
.specialist-image img { position: relative; width: 100%; aspect-ratio: .83; object-fit: cover; filter: saturate(.78); }
.image-label { position: absolute; right: -21px; bottom: 24px; z-index: 1; padding: 14px 17px; background: var(--graphite-950); color: var(--paper); font-family: var(--serif); font-size: 21px; line-height: .95; }
.image-label small { color: var(--copper-light); font-family: var(--sans); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.specialist-copy .eyebrow { color: var(--copper); }
.specialist-copy h2 { margin-bottom: 29px; font-size: clamp(3.35rem, 4.7vw, 4.9rem); }
.specialist-copy h2 em { color: #9c7257; }
.specialist-copy blockquote { max-width: 520px; margin: 0 0 28px; color: #6d6961; font-family: var(--serif); font-size: 24px; line-height: 1.13; }
.signature { margin-bottom: 30px; color: var(--graphite-950); font-family: var(--serif); font-size: 22px; font-style: italic; }
.signature span { color: var(--copper); font-family: var(--sans); font-size: 12px; font-style: normal; }
.signature small { color: #868178; font-family: var(--sans); font-size: 9px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.credential-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.credential-row span { padding: 8px 11px; border: 1px solid rgba(65, 61, 56, .2); color: #6e6860; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.specialist-copy .text-link { border-color: rgba(84, 78, 70, .4); color: var(--graphite-950); }

.testimonial { background: var(--graphite-850); }
.testimonial-inner { max-width: 840px; text-align: center; }
.quote-mark { height: 46px; color: var(--copper); font-family: var(--serif); font-size: 90px; line-height: .7; }
.testimonial blockquote { margin: 23px 0 28px; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); line-height: .98; }
.testimonial-meta { display: flex; justify-content: center; align-items: center; gap: 13px; color: #89867f; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.testimonial-line { width: 34px; height: 1px; background: var(--copper); }
.stars { color: var(--copper-light); font-size: 11px; letter-spacing: .18em; }

.final-cta { min-height: 520px; display: grid; place-items: center; overflow: hidden; background: var(--copper); color: var(--graphite-950); text-align: center; }
.final-cta::before { position: absolute; inset: 0; opacity: .18; background: linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.26) 42.1% 42.3%, transparent 42.4% 100%); content: ""; }
.cta-inner { position: relative; z-index: 1; max-width: 840px; }
.cta-inner .eyebrow { justify-content: center; color: var(--graphite-950); }
.cta-inner .eyebrow > span:first-child { background: var(--graphite-950); }
.cta-inner h2 { max-width: 870px; margin: 0 auto 24px; font-size: clamp(3.7rem, 6.3vw, 6.3rem); }
.cta-inner h2 em { color: var(--paper); }
.cta-inner > p:not(.eyebrow) { max-width: 390px; margin: 0 auto 30px; font-size: 14px; line-height: 1.6; }
.cta-inner small { display: block; margin-top: 15px; color: rgba(16, 16, 15, .64); font-size: 9px; letter-spacing: .05em; }
.cta-orbit { position: absolute; border: 1px solid rgba(16, 16, 15, .22); border-radius: 50%; }
.cta-orbit-one { top: -190px; right: -100px; width: 620px; height: 620px; }
.cta-orbit-two { bottom: -320px; left: -140px; width: 570px; height: 570px; }

.site-footer { padding: 50px 0 22px; background: var(--graphite-950); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 20px; padding-bottom: 54px; }
.footer-top > p { justify-self: center; margin: 0; color: var(--paper-muted); font-family: var(--serif); font-size: 25px; line-height: .98; }
.footer-top > p em { color: var(--copper-light); }
.footer-links { justify-self: end; display: flex; flex-direction: column; gap: 7px; color: #8f8b83; font-size: 10px; text-align: right; }
.footer-links a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid var(--line); color: #716e68; font-size: 9px; }
.footer-bottom a { color: var(--copper-light); }
.mobile-whatsapp { display: none; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 19; display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 1px solid rgba(16, 16, 15, .2); border-radius: 50%; background: var(--copper); color: var(--graphite-950); box-shadow: 0 12px 30px rgba(0, 0, 0, .28); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.floating-whatsapp svg { width: 23px; height: 23px; fill: currentColor; }
.floating-whatsapp::after { position: absolute; right: 62px; top: 50%; padding: 8px 10px; border: 1px solid rgba(212, 196, 173, .25); background: var(--graphite-850); color: var(--paper); content: "Falar no WhatsApp"; font-size: 9px; font-weight: 700; letter-spacing: .08em; opacity: 0; pointer-events: none; text-transform: uppercase; transform: translateY(-50%) translateX(5px); transition: opacity .25s ease, transform .25s ease; white-space: nowrap; }
.floating-whatsapp:hover { background: var(--copper-light); box-shadow: 0 16px 34px rgba(0, 0, 0, .36); transform: translateY(-3px); }
.floating-whatsapp:hover::after, .floating-whatsapp:focus-visible::after { opacity: 1; transform: translateY(-50%) translateX(0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (max-width: 1000px) {
  :root { --container: min(100% - 56px, 760px); }
  .hero { min-height: auto; padding-top: 140px; padding-bottom: 125px; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 35px; }
  .hero-copy h1 { font-size: clamp(4rem, 7.7vw, 5.7rem); }
  .proof-grid { gap: 19px; }
  .proof-item strong { font-size: 31px; }
  .proof-item { gap: 9px; }
  .proof-aside { font-size: 17px; }
  .intro-grid, .method-grid, .specialist-grid { gap: 50px; }
  .specialist-copy h2 { font-size: 3.8rem; }
  .card-body h3 { font-size: 30px; }
}

@media (max-width: 740px) {
  :root { --container: calc(100% - 40px); }
  body { padding-bottom: 64px; }
  .site-header { padding: 19px 0; }
  .menu-toggle { display: block; position: relative; z-index: 11; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 23px; padding: 90px 30px 30px; background: rgba(16, 16, 15, .98); font-family: var(--serif); font-size: 35px; transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav .nav-cta { margin: 16px 0 0; padding: 13px 16px; font-family: var(--sans); font-size: 10px; }
  .menu-toggle.is-open > span:not(.sr-only):first-of-type { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open > span:not(.sr-only):last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .section { padding: 90px 0; }
  .section-sm { padding: 80px 0; }
  .hero { padding-top: 125px; padding-bottom: 100px; }
  .hero-grid { display: block; }
  .hero-copy { margin-bottom: 58px; }
  .hero-copy h1 { font-size: clamp(4rem, 18vw, 5.6rem); }
  .hero-lead { font-size: 14px; }
  .hero-visual { width: 88%; margin-right: 0; }
  .hero-image-wrap { width: 90%; }
  .float-card-top { top: 10%; left: -25px; }
  .float-card-bottom { right: -25px; bottom: 8%; }
  .scroll-hint { display: none; }
  .proof-strip { padding: 23px 0; }
  .proof-grid { grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
  .proof-divider { display: none; }
  .proof-item { display: block; }
  .proof-item strong { display: block; margin-bottom: 5px; font-size: 31px; }
  .proof-item span { font-size: 8px; }
  .proof-aside { display: none; }
  .intro-grid, .method-grid, .specialist-grid { display: block; }
  .section-kicker { margin-bottom: 52px; }
  .intro-content h2 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2 { font-size: clamp(3.6rem, 15vw, 5rem); }
  .section-heading-note { margin-top: 24px; }
  .treatment-grid { grid-template-columns: 1fr; gap: 20px; }
  .card-image { aspect-ratio: 1.38 / 1; }
  .card-body h3 { min-height: auto; font-size: 34px; }
  .card-body > p:not(.card-tag) { min-height: auto; }
  .method-statement { margin-bottom: 55px; }
  .method-statement h2 { font-size: clamp(3.8rem, 16vw, 5.3rem); }
  .specialist-image { width: 87%; margin: 0 auto 60px 20px; }
  .specialist-copy h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .specialist-copy blockquote { font-size: 23px; }
  .testimonial blockquote { font-size: 3rem; }
  .testimonial-meta { flex-wrap: wrap; line-height: 1.5; }
  .final-cta { min-height: 550px; padding: 90px 0; }
  .cta-inner h2 { font-size: clamp(3.8rem, 16vw, 5.3rem); }
  .footer-top { display: block; padding-bottom: 37px; }
  .footer-top > p { margin: 35px 0; }
  .footer-links { align-items: flex-start; text-align: left; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; font-size: 8px; }
  .footer-bottom a { grid-column: 2; text-align: right; }
  .mobile-whatsapp { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 20; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 18px; background: var(--copper); color: var(--graphite-950); box-shadow: 0 10px 26px rgba(0, 0, 0, .36); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-whatsapp span { font-size: 20px; }
  .mobile-whatsapp b { font-size: 16px; }
  .floating-whatsapp { 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; }
  .reveal { opacity: 1; transform: none; }
}
