

:root { --ink:#13231f; --paper:#f3f0e9; --sage:#a9b9a2; --teal:#0d6c73; --aqua:#cce8e2; --line:rgba(19,35,31,.16); --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button,summary { font:inherit; }
.section-pad { padding:clamp(84px,10vw,150px) 7vw; }
.section-kicker { margin:0 0 34px; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.23em; }
.section-kicker::before { content:""; display:inline-block; width:28px; height:1px; margin:0 12px 3px 0; background:currentColor; }
.section-kicker.light { color:rgba(255,255,255,.68); }
h2 { margin:0; font-family:Georgia,'Times New Roman',serif; font-size:clamp(46px,6vw,84px); font-weight:400; line-height:.99; letter-spacing:-.052em; }
h2 em { color:#738579; font-weight:400; }
.lead { font-family:Georgia,'Times New Roman',serif; font-size:clamp(23px,2.1vw,32px); line-height:1.34; letter-spacing:-.025em; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:49px; padding:0 24px; border:0; border-radius:999px; font-size:12px; font-weight:700; letter-spacing:.01em; transition:transform .25s,background .25s,color .25s; }
.button:hover { transform:translateY(-2px); }
.button-dark { background:var(--ink); color:#fff; }
.button-sage { background:var(--sage); color:var(--ink); }
.button-light { background:#fff; color:var(--ink); }
.button-outline { border:1px solid var(--ink); }
.arrow-link { display:flex; align-items:center; justify-content:space-between; width:min(100%,380px); margin-top:40px; padding:18px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-size:12px; font-weight:700; }
.arrow-link span { font-size:18px; }

.nav-shell { position:fixed; z-index:30; inset:0 0 auto; height:82px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; background:rgba(248,246,240,.89); backdrop-filter:blur(18px); border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:12px; font-size:13px; font-weight:700; letter-spacing:.18em; }
.brand small { display:block; margin-top:4px; font-size:6.5px; font-weight:500; letter-spacing:.15em; }
.brand-mark { display:grid; place-items:center; width:32px; height:32px; border:1px solid currentColor; border-radius:50%; font-family:Georgia,serif; font-size:17px; }
.nav-links { display:flex; gap:30px; font-size:12px; }
.nav-links a { position:relative; }
.nav-links a::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:1px; background:currentColor; transition:right .25s; }
.nav-links a:hover::after { right:0; }

.hero { position:relative; min-height:100svh; padding-top:82px; display:flex; align-items:center; overflow:hidden; background:#ddd4c7; }
.hero-image { position:absolute; inset:82px 0 0; width:100%; height:calc(100% - 82px); object-fit:cover; object-position:center; animation:reveal 1.35s cubic-bezier(.2,.7,.2,1) both; }
.hero-overlay { position:absolute; inset:82px 0 0; background:linear-gradient(90deg,rgba(244,239,230,.98) 0%,rgba(244,239,230,.88) 31%,rgba(244,239,230,.04) 68%); }
.hero-content { position:relative; z-index:2; width:min(800px,55vw); margin-left:7vw; padding:78px 0 40px; animation:rise .9s .15s ease-out both; }
.eyebrow { margin:0 0 25px; text-transform:uppercase; letter-spacing:.21em; font-size:10px; font-weight:700; }
h1 { margin:0; max-width:820px; font-family:Georgia,'Times New Roman',serif; font-size:clamp(56px,6.5vw,102px); font-weight:400; line-height:.91; letter-spacing:-.06em; }
.hero-copy { max-width:520px; margin:30px 0 0; font-size:16px; line-height:1.65; color:#40504c; }
.hero-actions { display:flex; align-items:center; gap:28px; margin-top:34px; }
.text-link { padding-bottom:7px; border-bottom:1px solid currentColor; font-size:12px; font-weight:700; }
.trust-row { display:flex; gap:26px; margin-top:45px; font-size:9px; text-transform:uppercase; letter-spacing:.12em; }
.trust-row span { display:flex; align-items:center; gap:8px; }
.trust-row span::before { content:'•'; color:#73836c; font-size:18px; }

.intro { background:#f7f5f0; }
.intro-grid { display:grid; grid-template-columns:1.15fr .7fr; gap:10vw; align-items:start; }
.intro-grid>div p:not(.lead) { color:#5a6763; font-size:15px; line-height:1.8; }

.treatments { background:var(--ink); color:#fff; }
.section-head { display:grid; grid-template-columns:1.35fr .55fr; align-items:end; gap:10vw; margin-bottom:75px; }
.section-head>p,.section-head>div:last-child>p { margin:0; color:rgba(255,255,255,.62); font-size:14px; line-height:1.8; }
.treatment-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.17); border-left:1px solid rgba(255,255,255,.17); }
.treatment-card { min-height:360px; padding:27px; display:flex; flex-direction:column; border-right:1px solid rgba(255,255,255,.17); border-bottom:1px solid rgba(255,255,255,.17); transition:background .35s,color .35s; }
.treatment-card:hover { background:var(--aqua); color:var(--ink); }
.treatment-card>span { font-size:9px; letter-spacing:.18em; opacity:.6; }
.line-icon { margin:35px 0 42px; font-family:Georgia,serif; font-size:40px; font-weight:100; opacity:.72; }
.treatment-card h3 { margin:0 0 15px; font-family:Georgia,serif; font-size:27px; font-weight:400; }
.treatment-card p { margin:0; color:rgba(255,255,255,.65); font-size:12px; line-height:1.7; }
.treatment-card:hover p { color:#44524e; }
.treatment-card a { margin-top:auto; padding-top:24px; font-size:10px; font-weight:700; opacity:.75; }

.about { display:grid; grid-template-columns:1fr 1fr; gap:10vw; align-items:center; background:#ece9e1; }
.about-photo-wrap { position:relative; max-width:590px; }
.about-photo-wrap img { width:100%; height:min(720px,75vw); object-fit:cover; object-position:center top; border-radius:260px 260px 18px 18px; }
.photo-note { position:absolute; z-index:2; left:-36px; bottom:70px; padding:22px 25px; background:var(--teal); color:#fff; font-family:Georgia,serif; font-size:18px; line-height:1.35; }
.about-copy { max-width:590px; }
.about-copy .lead { margin:38px 0 22px; }
.about-copy>p:not(.lead,.section-kicker) { color:#5b6763; font-size:14px; line-height:1.8; }
.about-copy blockquote { margin:35px 0 0; padding:24px 0 0; border-top:1px solid var(--line); font-family:Georgia,serif; font-size:20px; font-style:italic; line-height:1.5; }

.method { display:grid; grid-template-columns:.8fr 1.2fr; gap:10vw; background:#0b686e; color:#fff; }
.method h2 em { color:#aad7d0; }
.steps article { display:grid; grid-template-columns:55px 1fr; column-gap:25px; padding:31px 0; border-top:1px solid rgba(255,255,255,.2); }
.steps article:last-child { border-bottom:1px solid rgba(255,255,255,.2); }
.steps span { grid-row:1/3; padding-top:7px; font-size:9px; letter-spacing:.2em; opacity:.55; }
.steps h3 { margin:0 0 10px; font-family:Georgia,serif; font-size:27px; font-weight:400; }
.steps p { margin:0; max-width:590px; color:rgba(255,255,255,.68); font-size:13px; line-height:1.75; }

.reviews { display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:10vw; background:#d9e9e4; }
.rating-card { min-height:520px; padding:65px 50px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:#fff; border-radius:48% 48% 16px 16px; text-align:center; box-shadow:0 35px 80px rgba(19,35,31,.08); }
.google-word { font-size:17px; letter-spacing:.02em; color:#4c5e59; }
.rating-number { margin:20px 0 0; font-family:Georgia,serif; font-size:100px; letter-spacing:-.07em; line-height:1; }
.stars { color:#f7b500; font-size:22px; letter-spacing:4px; }
.rating-card p { margin:18px 0 28px; color:#66736f; font-size:12px; }
.reviews-copy>p:not(.section-kicker) { max-width:590px; margin:30px 0; color:#53635e; font-size:14px; line-height:1.8; }
.review-proof { display:flex; align-items:center; gap:20px; margin-top:35px; padding-top:25px; border-top:1px solid rgba(19,35,31,.18); }
.review-proof span { font-family:Georgia,serif; font-size:48px; }
.review-proof p { margin:0!important; font-size:11px!important; text-transform:uppercase; letter-spacing:.12em; line-height:1.5!important; }

.instagram { background:#f7f5f0; }
.instagram-head>div:last-child { align-self:end; }
.instagram-head>div:last-child p { margin-bottom:22px; color:#66736f; }
.feed-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feed-grid figure { position:relative; margin:0; height:560px; overflow:hidden; background:#dce8e5; }
.feed-grid figure::after { content:"Abrir no Instagram  ↗"; position:absolute; inset:auto 18px 18px; padding:13px 16px; background:rgba(255,255,255,.91); font-size:10px; font-weight:700; opacity:0; transform:translateY(8px); transition:.3s; }
.feed-grid figure:hover::after { opacity:1; transform:none; }
.feed-grid img { width:100%; height:100%; object-fit:cover; object-position:top; transition:transform .8s ease; }
.feed-grid figure:hover img { transform:scale(1.035); }

.faq { display:grid; grid-template-columns:.75fr 1.25fr; gap:10vw; background:#eeeae2; }
.faq-list { border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); }
summary { display:flex; justify-content:space-between; gap:20px; padding:25px 0; cursor:pointer; list-style:none; font-family:Georgia,serif; font-size:20px; }
summary::-webkit-details-marker { display:none; }
summary span { font-family:Arial,sans-serif; font-weight:300; transition:transform .2s; }
details[open] summary span { transform:rotate(45deg); }
details p { max-width:700px; margin:0; padding:0 45px 28px 0; color:#5a6863; font-size:13px; line-height:1.8; }

.contact { display:grid; grid-template-columns:1fr 1fr; background:var(--ink); color:#fff; }
.contact-info { padding-right:10vw; }
.contact h2 em { color:var(--sage); }
.address { display:grid; grid-template-columns:45px 1fr; gap:18px; margin-top:42px; padding-top:25px; border-top:1px solid rgba(255,255,255,.2); }
.address>span { font-size:9px; letter-spacing:.2em; opacity:.5; }
.address strong { font-family:Georgia,serif; font-size:21px; font-weight:400; }
.address p { color:rgba(255,255,255,.65); font-size:13px; line-height:1.75; }
.contact .button { margin-top:40px; }
.contact iframe { width:100%; min-height:760px; border:0; filter:saturate(.6) contrast(.95); }

footer { padding:45px 7vw; display:grid; grid-template-columns:1fr 1fr auto; gap:40px; align-items:center; background:#0b1714; color:#fff; }
footer p { max-width:480px; color:rgba(255,255,255,.45); font-size:10px; line-height:1.6; }
footer>div { display:flex; gap:22px; font-size:11px; }
.whatsapp-float { position:fixed; z-index:35; right:22px; bottom:22px; height:55px; padding:0 21px; display:flex; align-items:center; gap:10px; border-radius:999px; background:#25d366; color:#092e1e; box-shadow:0 12px 35px rgba(0,0,0,.2); font-size:12px; transition:transform .25s; }
.whatsapp-float:hover { transform:translateY(-3px); }

@keyframes reveal { from{opacity:0;transform:scale(1.045)} to{opacity:1;transform:scale(1)} }
@keyframes rise { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:none} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} *{animation:none!important;transition:none!important} }

@media (max-width:1050px) {
  .nav-links { display:none; }
  .treatment-grid { grid-template-columns:repeat(2,1fr); }
  .section-head { grid-template-columns:1fr .7fr; gap:6vw; }
  .intro-grid,.about,.reviews,.method,.faq { gap:6vw; }
}
@media (max-width:760px) {
  .section-pad { padding:78px 22px; }
  .nav-shell { height:70px; padding:0 18px; }
  .brand { font-size:10px; letter-spacing:.13em; }
  .brand-mark { width:29px;height:29px; }
  .nav-cta { min-height:40px;padding:0 15px;font-size:10px; }
  .hero { min-height:920px; padding-top:70px; align-items:flex-end; }
  .hero-image { inset:70px 0 auto; height:49%; object-position:64% center; }
  .hero-overlay { inset:70px 0 0; background:linear-gradient(180deg,rgba(244,239,230,0) 23%,rgba(244,239,230,.93) 47%,rgba(244,239,230,1) 59%); }
  .hero-content { width:auto; margin:0; padding:0 22px 50px; }
  h1 { font-size:clamp(49px,14.5vw,70px); }
  .hero-copy { font-size:15px; }
  .hero-actions { flex-direction:column; align-items:flex-start; gap:18px; }
  .trust-row { flex-wrap:wrap; gap:7px 17px; margin-top:30px; }
  .intro-grid,.section-head,.about,.method,.reviews,.faq,.contact { grid-template-columns:1fr; }
  .intro-grid,.about,.method,.reviews,.faq { gap:55px; }
  .section-head { margin-bottom:48px; }
  .treatment-grid { grid-template-columns:1fr; }
  .treatment-card { min-height:315px; }
  .about-photo-wrap { padding-left:20px; }
  .about-photo-wrap img { height:610px; }
  .photo-note { left:0; bottom:40px; }
  .method-title { position:static; }
  .rating-card { min-height:440px; padding:50px 30px; }
  .rating-number { font-size:85px; }
  .feed-grid { gap:8px; }
  .feed-grid figure { height:310px; }
  .feed-grid figure:nth-child(3) { display:none; }
  .feed-grid { grid-template-columns:1fr 1fr; }
  .contact iframe { min-height:450px; }
  footer { grid-template-columns:1fr; padding:45px 22px 100px; }
  .footer-brand { max-width:280px; }
  .whatsapp-float b { display:none; }
  .whatsapp-float { width:55px; padding:0; justify-content:center; }
}
@media (max-width:430px) { .nav-cta{display:none}.feed-grid figure{height:260px}.about-photo-wrap img{height:520px} }

/* Atualizações de identidade e conteúdo */
.hero-image-fernanda { object-position: center 27%; }
.credentials { margin-top: 32px; border-top: 1px solid var(--line); }
.credentials > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credentials span { padding-top: 4px; font-size: 9px; letter-spacing: .18em; color: #74817d; }
.credentials p { margin: 0; color: #5b6763; font-size: 12px; line-height: 1.55; }
.credentials strong { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 16px; font-weight: 400; }
.feed-grid figure { height: auto; aspect-ratio: 1 / 1; border-radius: 18px; }
.feed-grid img { object-position: center; }
@media (max-width: 760px) {
  .hero-image-fernanda { object-position: center 18%; }
  .feed-grid figure { height: auto !important; }
}