:root{--paper:#f8f5ef;--linen:#eee8dd;--olive:#7a8061;--moss:#344536;--heading-accent:#526047;--wood:#b69e82;--warm:#6f6b64;--ink:#253027;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:Arial,'Helvetica Neue',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65;overflow-x:clip}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}
.skip{position:absolute;left:-999px}
.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.7rem}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--olive);font-weight:700}
.display,h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.13;margin:0}
.display{font-size:clamp(2.7rem,6vw,5.8rem);letter-spacing:-.035em}
h1{font-size:clamp(2.5rem,5vw,5rem)}
h2{font-size:clamp(2rem,4vw,3.8rem)}
h3{font-size:clamp(1.35rem,2vw,1.8rem)}
p{margin:0 0 1.2rem}
.header{background:rgba(248,245,239,.96);border-bottom:1px solid rgba(52,69,54,.14);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.identity{text-align:center;padding:22px 0 14px}
.identity strong{font:400 1.45rem var(--serif);letter-spacing:.02em}
.identity span{display:block;font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:var(--warm);margin-top:4px}
.nav{display:flex;justify-content:center;gap:clamp(18px,3vw,38px);border-top:1px solid rgba(52,69,54,.1);padding:11px;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}
.nav a:hover,.nav a:focus{color:var(--olive)}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}
.hero-copy{padding:clamp(70px,10vw,140px) clamp(30px,7vw,100px);display:flex;flex-direction:column;justify-content:center}
.hero-copy p{max-width:580px;color:var(--warm);margin-top:28px}
.actions{display:flex;gap:18px;align-items:center;margin-top:18px}
.button{display:inline-flex;align-items:center;justify-content:center;background:var(--moss);color:#fff;border:1px solid var(--moss);padding:14px 23px;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}
.button.ghost{background:transparent;color:var(--moss)}
.photo{background:linear-gradient(145deg,#d9d0c2,#a4a68d);min-height:520px;position:relative;overflow:hidden}
.photo:after{content:'Fotografia original';position:absolute;left:24px;bottom:20px;color:rgba(255,255,255,.85);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}
.section{padding:clamp(80px,10vw,140px) 0}
.intro{display:grid;grid-template-columns:.7fr 1.3fr;gap:10vw;align-items:start}
.intro p{font:400 clamp(1.4rem,2.3vw,2.2rem)/1.45 var(--serif);max-width:800px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}
.muted{background:var(--linen)}
.services{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid rgba(52,69,54,.2)}
.service{padding:34px 28px 34px 0;border-bottom:1px solid rgba(52,69,54,.2)}
.service+.service{padding-left:28px;border-left:1px solid rgba(52,69,54,.2)}
.service span{font:italic 1rem var(--serif);color:var(--olive)}
.service h3{margin:18px 0 12px}
.articles-head{display:flex;justify-content:space-between;align-items:end;gap:30px}
.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:54px}
.article{border-top:1px solid var(--moss);padding-top:22px}
.article-meta{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--warm);margin-bottom:28px}
.article h3{min-height:4.2em}
.article a{display:inline-block;margin-top:28px;font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid}
.quote{background:var(--moss);color:var(--paper);text-align:center;padding:clamp(80px,10vw,135px) 20px}
.quote blockquote{font:400 clamp(2rem,4vw,4rem)/1.25 var(--serif);max-width:900px;margin:auto}
.instagram{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center}
.instagrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.insta-tile{aspect-ratio:1;background:linear-gradient(145deg,#ddd3c5,#8f947a)}
.footer{background:#263329;color:#e8e4db;padding:70px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px}
.footer a{display:block;margin:.4rem 0;color:#d6d3ca}
.footer small{display:block;border-top:1px solid rgba(255,255,255,.15);margin-top:55px;padding-top:25px;color:#aeb5ad}
.page-hero{padding:clamp(80px,10vw,150px) 0 70px}
.prose{max-width:760px}
.prose h2{margin:3rem 0 1.2rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw}
.form{display:grid;gap:16px}
.form label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}
.form input,.form textarea{width:100%;border:0;border-bottom:1px solid #899086;background:transparent;padding:10px 0;outline:none}
.form textarea{min-height:120px}
.mobile-menu{display:none}
@media(max-width:760px){body{font-size:16px}
.container{width:min(100% - 28px,1180px)}
.nav{overflow:auto;justify-content:flex-start;padding-left:14px}
.hero{grid-template-columns:1fr;min-height:auto}
.hero-copy{padding:80px 20px}
.hero .photo{order:-1;min-height:390px}
.intro,.split,.instagram,.contact-grid{grid-template-columns:1fr;gap:45px}
.services,.articles{grid-template-columns:1fr}
.service+.service{padding-left:0;border-left:0}
.articles-head{align-items:start;flex-direction:column}
.article h3{min-height:auto}
.footer-grid{grid-template-columns:1fr;gap:30px}
.instagrid{grid-template-columns:repeat(2,1fr)}
.insta-tile:last-child{display:none}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{animation:none!important;transition:none!important}
}

.site-header{height:112px;padding:0 max(5.5vw,24px);display:grid;grid-template-columns:430px 1fr auto;align-items:center;gap:30px;background:rgba(248,247,243,.97);border-bottom:1px solid #e2ddd2;position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}
.logo-crop{display:block;width:390px;height:86px;overflow:hidden;position:relative}
.logo-crop img{position:absolute;width:520px;max-width:none;left:-55px;top:-130px}
.site-nav{display:flex;justify-content:center;gap:30px;font-size:.9rem}
.site-nav a:hover{color:var(--olive)}
.header-cta{white-space:nowrap;border-radius:10px}
.new-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:690px;background:var(--paper)}
.new-hero-copy{padding:clamp(75px,8vw,125px) clamp(35px,7vw,110px);display:flex;flex-direction:column;justify-content:center}
.new-hero h1{font-size:clamp(2.7rem,5vw,5.1rem);letter-spacing:-.035em}
.new-hero p{max-width:620px;color:var(--warm);margin-top:24px}
.hero-figure{margin:0;overflow:hidden;min-height:650px}
.hero-figure img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.text-link{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--moss)}
.center-title{text-align:center;max-width:970px;margin:0 auto 55px}
.center-title h2{margin-top:24px}
.center-title>p{max-width:850px;margin:24px auto 0;color:var(--warm)}
.recognition{background:#fff}
.recognition-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dfd7c9;border-radius:24px;overflow:hidden}
.recognition-grid article{padding:42px 32px;min-height:280px}
.recognition-grid article+article{border-left:1px solid #dfd7c9}
.recognition-grid span,.path-grid span{font:italic 1rem var(--serif);color:var(--olive)}
.recognition-grid h3{font-family:var(--sans);font-weight:700;font-size:1.1rem;margin:22px 0 10px}
.about-section{background:#f1ece3}
.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:0}
.about-photo{margin:0;min-height:720px;overflow:hidden;border-radius:26px 0 0 26px}
.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.about-copy{padding:70px clamp(35px,6vw,90px);background:#f7f2e9;border-radius:0 26px 26px 0}
.about-copy h2{margin:25px 0 34px}
.paths{background:#fff}
.path-grid,.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.path-grid article,.process-grid article{border:1px solid #dfd7c9;border-radius:24px;padding:38px 35px;min-height:260px}
.path-grid h3,.process-grid h3{font:700 1.15rem var(--sans);margin:25px 0 10px}
.therapy-process{background:#fbfaf7}
.section .center-title h2,.about-copy h2,.evidence h2,.online-grid h2,.presential-intro h2,.articles-head h2,.faq-grid h2{color:var(--heading-accent)}
.path-grid h3,.process-grid h3,.recognition-grid h3,.booking-steps h3{color:var(--moss)}
.process-grid article{background:#fff;min-height:190px}
.process-grid h3{margin:0 0 12px}
.process-grid h3 span{display:inline-flex;width:34px;height:34px;border-radius:50%;background:#eef0e9;align-items:center;justify-content:center;color:var(--olive);margin-right:8px}
.evidence{background:#f0eae0}
.evidence-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:center}
.evidence h2{margin:25px 0 28px}
.flow-diagram{background:#fff;border-radius:32px;padding:55px;box-shadow:0 25px 60px rgba(62,52,41,.12)}
.flow-diagram div{border:1px solid #ddd2c4;border-radius:999px;text-align:center;padding:24px;font:400 clamp(1.7rem,3vw,2.7rem) var(--serif)}
.flow-diagram i{display:block;width:1px;height:44px;background:#899078;margin:auto}
.online{background:#fff}
.online-grid{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center}
.online-grid figure{margin:0;border-radius:30px;overflow:hidden;height:630px}
.online-grid figure img{width:100%;height:100%;object-fit:cover}
.online-grid h2{margin:25px 0 28px}
.office-gallery{display:grid;grid-template-columns:1.1fr 1fr .9fr;gap:18px;margin-top:80px;height:460px}
.office-gallery img{width:100%;height:100%;object-fit:cover;border-radius:22px}
.instagram-section{background:var(--linen)}
.instagram-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}
.real-feed{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.real-feed a{aspect-ratio:3/4;display:block;overflow:hidden;background:#ddd3c5}
.real-feed img{width:100%;height:100%;object-fit:cover}
.real-feed .crop-edge img{width:calc(100% + 5px);max-width:none}
.real-feed a:hover img{transform:scale(1.02)}

@media(max-width:1050px){.site-header{grid-template-columns:330px 1fr}
.logo-crop{width:320px}
.logo-crop img{width:450px;left:-55px;top:-111px}
.site-nav{display:none}
.header-cta{justify-self:end}
.recognition-grid{grid-template-columns:1fr 1fr}
.recognition-grid article:nth-child(3){border-left:0;border-top:1px solid #dfd7c9}
.recognition-grid article:nth-child(4){border-top:1px solid #dfd7c9}
}

@media(max-width:760px){.site-header{height:90px;padding:0 14px;grid-template-columns:1fr auto;gap:8px}
.logo-crop{width:245px;height:75px}
.logo-crop img{width:355px;left:-50px;top:-87px}
.header-cta{font-size:.64rem;padding:10px 12px}
.new-hero{grid-template-columns:1fr;min-height:auto}
.new-hero-copy{padding:70px 20px}
.hero-figure{min-height:500px}
.recognition-grid,.path-grid,.process-grid,.about-grid,.evidence-grid,.online-grid{grid-template-columns:1fr}
.recognition-grid article+article{border-left:0;border-top:1px solid #dfd7c9}
.about-photo{min-height:520px;border-radius:22px 22px 0 0}
.about-copy{border-radius:0 0 22px 22px;padding:45px 25px}
.path-grid article,.process-grid article{min-height:auto}
.flow-diagram{padding:25px}
.online-grid figure{height:500px}
.office-gallery{grid-template-columns:1fr 1fr;height:420px}
.office-gallery img:last-child{display:none}
.instagram-heading{align-items:start;flex-direction:column}
.real-feed{grid-template-columns:1fr 1fr;gap:8px}
.center-title{text-align:left}
.center-title br{display:none}
}

.brand-signature{display:flex;align-items:center;gap:15px;min-width:390px}
.brand-monogram{width:67px;height:62px;position:relative;display:block;color:#394235;border-right:1px solid #a9aa99;padding-right:12px}
.brand-monogram b,.brand-monogram i{position:absolute;font:400 3.65rem/1 var(--serif);font-style:normal}
.brand-monogram b{left:0;top:0}
.brand-monogram i{font-size:2.7rem;left:27px;top:20px}
.brand-monogram em{position:absolute;left:39px;top:3px;color:#84906d;font:400 2rem var(--serif);transform:rotate(-48deg)}
.brand-words{display:block}
.brand-words strong{display:block;font:400 1.35rem/1.15 var(--serif);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.brand-words small{display:block;margin-top:7px;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--warm)}
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,var(--moss),var(--olive) 45%,transparent 80%);opacity:.55}
.section{position:relative}
.section:not(.about-section):not(.evidence):not(.instagram-section):before{content:"";position:absolute;top:0;left:50%;width:70px;height:1px;background:var(--olive);transform:translateX(-50%);opacity:.42}
.path-grid article,.process-grid article,.recognition-grid article{transition:transform .25s ease,box-shadow .25s ease}
.path-grid article:hover,.process-grid article:hover,.recognition-grid article:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(62,52,41,.07)}

@media(max-width:1180px){.site-header{height:140px;grid-template-columns:1fr auto;grid-template-rows:88px 50px;padding:0 24px;gap:0 20px}
.brand-signature{grid-column:1;grid-row:1}
.header-cta{grid-column:2;grid-row:1}
.site-nav{display:flex;grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;border-top:1px solid #e5e0d8;padding:0 2px;height:50px;align-items:center;scrollbar-width:none}
.site-nav::-webkit-scrollbar{display:none}
}

@media(max-width:760px){.site-header{height:148px;padding:0 14px;grid-template-rows:96px 52px}
.brand-signature{min-width:0;gap:9px}
.brand-monogram{width:49px;height:50px;padding-right:7px}
.brand-monogram b{font-size:2.85rem}
.brand-monogram i{font-size:2.05rem;left:21px;top:17px}
.brand-monogram em{font-size:1.5rem;left:29px}
.brand-words strong{font-size:.85rem;letter-spacing:.045em;white-space:normal}
.brand-words small{font-size:.48rem;letter-spacing:.1em}
.header-cta{font-size:.56rem;padding:9px 8px}
.site-nav{gap:22px;font-size:.76rem}
.new-hero-copy{padding-top:64px}
}

.brand-monogram .branch{position:absolute;display:block;width:32px;height:2px;background:#6f7c59;left:31px;top:29px;transform:rotate(-58deg);transform-origin:left center;border-radius:2px}
.brand-monogram .branch u{position:absolute;width:11px;height:6px;background:#87956b;border-radius:100% 0 100% 0;text-decoration:none}
.brand-monogram .branch u:nth-child(1){left:5px;top:-7px;transform:rotate(30deg)}
.brand-monogram .branch u:nth-child(2){left:13px;top:2px;transform:rotate(205deg)}
.brand-monogram .branch u:nth-child(3){left:22px;top:-7px;transform:rotate(28deg)}
.presential-intro{text-align:center;max-width:920px;margin-top:110px}
.presential-intro h2{margin:24px 0 18px}
.presential-intro p{max-width:780px;margin:0 auto;color:var(--warm)}
@media(max-width:760px){.brand-monogram .branch{width:25px;left:25px;top:25px}
.brand-monogram .branch u{width:9px;height:5px}
.presential-intro{text-align:left;margin-top:80px}
}

.identity{padding:12px 0 9px}
.brand-logo{display:block;width:min(520px,84vw);height:68px;object-fit:cover;object-position:center;margin:0 auto 3px}
.photo:after{display:none}
.photo img{width:100%;height:100%;object-fit:cover}
.hero-photo img{position:absolute;inset:0;object-position:center 35%}
.office-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;height:620px}
.office-pair img{width:100%;height:100%;object-fit:cover}
.instagrid a{display:block;aspect-ratio:4/5;overflow:hidden;background:#ddd3c5}
.instagrid img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.instagrid a:hover img{transform:scale(1.025)}
@media(max-width:760px){.brand-logo{height:52px}
.office-pair{height:480px}
.instagrid a:last-child{display:none}
}

.presential-intro address{font-style:normal;margin:28px auto 14px;line-height:1.7}
.map-link{display:inline-block;margin-top:4px}
.footer-grid p{line-height:1.7}
.gentle-cta{width:min(1180px,calc(100% - 40px));margin:55px auto;display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--moss);color:var(--paper);padding:42px 50px;border-radius:24px}
.gentle-cta h2{font-size:clamp(1.8rem,3vw,2.8rem);margin-top:8px}
.gentle-cta .eyebrow{color:#cbd1bb}
.gentle-cta .button{background:var(--paper);color:var(--moss);border-color:var(--paper);white-space:nowrap}
@media(max-width:760px){.gentle-cta{width:calc(100% - 28px);padding:34px 24px;align-items:flex-start;flex-direction:column}
}

.brand-image{display:block;width:430px;height:92px}
.brand-image img{width:100%;height:100%;object-fit:contain}
.faq-section{background:#f7f3eb}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:9vw;align-items:start}
.faq-grid h2{margin:24px 0}
.faq-list{border-top:1px solid #cec7b9}
.faq-list details{border-bottom:1px solid #cec7b9;padding:22px 0}
.faq-list summary{cursor:pointer;list-style:none;font:400 1.35rem var(--serif);padding-right:40px;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:5px;top:-2px;color:var(--olive);font:400 1.7rem var(--sans)}
.faq-list details[open] summary:after{content:"−"}
.faq-list details p{margin:16px 45px 0 0;color:var(--warm)}
@media(max-width:1180px){.brand-image{grid-column:1;grid-row:1;width:390px;height:84px}
}
@media(max-width:760px){.brand-image{width:min(255px,66vw);height:80px}
.faq-grid{grid-template-columns:1fr;gap:40px}
.faq-list summary{font-size:1.2rem}
}

@media(max-width:760px){
  .site-header{height:auto;min-height:166px;padding:0 14px;grid-template-columns:1fr;grid-template-rows:88px auto;gap:0}
  .brand-lockup{grid-column:1;grid-row:1;width:100%;max-width:360px;height:82px}
  .brand-mark{width:64px;height:64px;flex-basis:64px}
  .brand-copy strong{font-size:.88rem;letter-spacing:.045em;white-space:nowrap}
  .brand-copy small{font-size:.52rem;letter-spacing:.1em}
  .header-cta{display:none}
  .site-nav{grid-column:1;grid-row:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;height:auto;min-height:78px;padding:7px 0;border-top:1px solid #e5e0d8;overflow:visible;text-align:center;font-size:.65rem;letter-spacing:.02em;line-height:1.2}
  .site-nav a{display:flex;align-items:center;justify-content:center;min-width:0;padding:7px 2px}
  .new-hero-copy{padding:54px 20px 64px;min-width:0}
  .new-hero h1{font-size:clamp(2.45rem,12vw,3.55rem);line-height:1.06;overflow-wrap:break-word}
  .new-hero p{font-size:1rem;line-height:1.65}
  .actions{align-items:stretch;flex-direction:column}
  .actions .button{width:100%;min-height:48px}
  .hero-figure{min-height:440px}
  .section{padding:72px 0}
}

@media(max-width:390px){
  .brand-copy strong{font-size:.78rem;white-space:normal}
  .brand-copy small{font-size:.47rem}
  .site-nav{font-size:.59rem}
  .new-hero h1{font-size:2.35rem}
}

section[id],footer[id]{scroll-margin-top:68px}

@media(max-width:760px){
  .site-header{transition:min-height .22s ease,box-shadow .22s ease}
  .brand-lockup{transition:opacity .16s ease,transform .2s ease}
  .brand-mark{width:68px;height:68px;flex-basis:68px}
  .brand-copy strong{font-size:.94rem}
  .brand-copy small{font-size:.54rem}
  .site-header.is-compact{min-height:54px;height:54px;grid-template-rows:54px;box-shadow:0 8px 24px rgba(37,48,39,.11)}
  .site-header.is-compact .brand-lockup{display:none}
  .site-header.is-compact .site-nav{grid-row:1;min-height:54px;height:54px;border-top:0;padding:3px 0;grid-template-columns:repeat(5,minmax(0,1fr));font-size:.61rem;background:rgba(248,247,243,.98)}
  .site-header.is-compact .site-nav a:nth-child(4),
  .site-header.is-compact .site-nav a:nth-child(5),
  .site-header.is-compact .site-nav a:nth-child(7){display:none}
  .recognition-grid{border:0;border-radius:0;background:transparent}
  .recognition-grid article,.recognition-grid article+article{min-height:auto;padding:32px 4px;border:0;border-bottom:1px solid #d9d2c6;box-shadow:none}
  .recognition-grid article:last-child{border-bottom:0}
  .path-grid,.process-grid{gap:0}
  .path-grid article,.process-grid article{border:0;border-radius:0;padding:25px 4px;border-top:1px solid #d9d2c6;background:transparent;box-shadow:none}
  .path-grid article:first-child,.process-grid article:first-child{border-top:0}
  .path-grid h3{margin-top:15px}
  .booking-steps{border:0;border-radius:0}
  .booking-steps article,.booking-steps article+article{padding:30px 4px;border:0;border-top:1px solid #d9d2c6}
  .booking-steps article:first-child{border-top:0}
  .path-grid article:hover,.process-grid article:hover,.recognition-grid article:hover{transform:none;box-shadow:none}
}

@media(max-width:390px){
  .brand-copy strong{font-size:.84rem}
  .brand-copy small{font-size:.49rem}
}

.recognition .center-title:before,.paths .center-title:before,.therapy-process .center-title:before,.booking-section .center-title:before{display:block;margin:0 auto 15px;color:var(--olive);font:400 1.5rem/1 var(--serif)}
.recognition .center-title:before{content:"";width:42px;height:1px;background:linear-gradient(90deg,var(--olive),transparent)}
.paths .center-title:before{content:"✦"}
.therapy-process .center-title:before{content:"◌"}
.booking-section .center-title:before{content:"";width:42px;height:1px;background:linear-gradient(90deg,var(--olive),transparent)}

@media(max-width:760px){
  .recognition .center-title:before,.paths .center-title:before,.therapy-process .center-title:before,.booking-section .center-title:before{margin:0 0 16px;font-size:1.35rem}
  .recognition-grid span,.path-grid span,.booking-steps span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(122,128,97,.45);border-radius:50%;font-size:.82rem}
  .path-grid article{position:relative;padding-left:20px}
  .path-grid article:before{content:"";position:absolute;left:0;top:25px;bottom:25px;width:2px;background:linear-gradient(var(--olive),transparent);opacity:.55}
  .recognition-grid article{position:relative;padding-left:20px}
  .recognition-grid article:before{content:"";position:absolute;left:0;top:32px;bottom:32px;width:2px;background:linear-gradient(var(--olive),transparent);opacity:.55}
  .therapy-process .process-grid article:nth-child(odd){background:rgba(238,232,221,.38);padding-left:16px;padding-right:16px}
  .gentle-cta{scroll-margin-top:68px;position:relative;overflow:hidden}
  .gentle-cta:after{content:"❦";position:absolute;right:18px;top:16px;color:rgba(255,255,255,.16);font:400 4.2rem/1 var(--serif);transform:rotate(-18deg)}
  .booking-steps article{position:relative;padding:32px 4px 32px 20px}
  .booking-steps article:before{content:"";position:absolute;left:0;top:32px;bottom:32px;width:2px;background:linear-gradient(var(--olive),transparent);opacity:.55}
  .booking-steps h3{margin-top:16px;font-size:1.18rem}
  .booking-steps p{color:var(--warm);margin-bottom:0}
  .booking-action{text-align:left;margin-top:30px}
  .booking-action .button{width:100%;min-height:50px}
}

.evidence{overflow:hidden}
.evidence .container{position:relative;z-index:1}
.brand-motif{position:absolute;right:-40px;top:24px;width:330px;height:255px;overflow:hidden;opacity:.075;pointer-events:none}
.brand-motif img{width:250px;height:360px;max-width:none;object-fit:contain;object-position:center top}
.footer-brand img{width:108px;height:156px;object-fit:contain;opacity:.95;margin-bottom:18px}
.footer-brand h3{font-size:1.65rem;letter-spacing:.04em;color:#f3eee5}
.footer-brand small{display:block;margin:7px 0 20px;padding:0;border:0;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:#c9c9bc}
.footer-brand p{max-width:360px}

@media(max-width:760px){
  .brand-motif{right:-78px;top:28px;width:230px;height:178px}
.brand-motif img{width:170px;height:245px}
.footer-brand img{width:92px;height:133px}
}

/* Refinamento da identidade botânica */
.site-header{transition:min-height .2s ease,box-shadow .2s ease}
@media(max-width:1350px) and (min-width:761px){.site-header{height:140px;grid-template-columns:1fr auto;grid-template-rows:88px 50px;padding:0 24px;gap:0 20px}.brand-lockup{grid-column:1;grid-row:1}.header-cta{grid-column:2;grid-row:1}.site-nav{display:flex;grid-column:1/-1;grid-row:2;justify-content:center;overflow-x:auto;border-top:1px solid #e5e0d8;padding:0 2px;height:50px;align-items:center;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}}
.header-cta{background:#a76f68;border-color:#a76f68;box-shadow:0 12px 28px rgba(110,65,60,.16)}
.header-cta:hover,.header-cta:focus{background:#8f5d58;border-color:#8f5d58}
.about-copy{position:relative;overflow:hidden;isolation:isolate}
.about-copy:after{content:"";position:absolute;right:-78px;bottom:-105px;width:260px;height:380px;background:url('images/logo-botanica-colorida.png') center/contain no-repeat;opacity:.035;z-index:-1;pointer-events:none}
.faq-section{overflow:hidden}
.faq-section:after{content:"";position:absolute;left:-110px;bottom:-160px;width:330px;height:480px;background:url('images/logo-botanica-colorida.png') center/contain no-repeat;opacity:.035;pointer-events:none}
.gentle-cta{position:relative;overflow:hidden;isolation:isolate}
.gentle-cta:before{content:"";position:absolute;right:5%;top:-92px;width:190px;height:278px;background:url('images/logo-botanica-colorida.png') center/contain no-repeat;opacity:.08;filter:saturate(.65) brightness(1.45);z-index:-1;pointer-events:none}
@media(max-width:760px){.about-copy:after{right:-95px;bottom:-125px;width:220px}.faq-section:after{left:-125px;width:260px;opacity:.028}.gentle-cta:before{right:-42px;top:-70px;width:160px;opacity:.065}}

/* Acabamentos mais suaves e legíveis */
.button{border-radius:14px;box-shadow:0 10px 24px rgba(50,65,52,.10);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.button:hover,.button:focus{transform:translateY(-2px);box-shadow:0 15px 32px rgba(50,65,52,.15)}
.button.ghost{background:rgba(255,255,255,.55)}
.eyebrow:after{content:"";display:inline-block;width:16px;height:2px;margin-left:9px;vertical-align:middle;background:#c98279;border-radius:99px;opacity:.85}
.about-copy:after{opacity:.065}
.faq-section:after{opacity:.06}
.gentle-cta:before{opacity:.12}
.footer a[href^="https://wa.me"]{white-space:nowrap}
@media(max-width:760px){.button{border-radius:13px}.about-copy:after{opacity:.055}.faq-section:after{opacity:.05}.gentle-cta:before{opacity:.10}.footer-grid{gap:42px}.footer a[href^="https://wa.me"]{font-size:.98rem;letter-spacing:-.015em}}

/* Elementos botânicos verdes e sem traços rosados */
.eyebrow:after{display:none}
.about-copy:after{background-image:url('images/ramo-botanico-verde.png');right:-35px;bottom:-65px;width:225px;height:365px;opacity:.095}
.faq-section:after{background-image:url('images/ramo-botanico-verde.png');left:-32px;bottom:-88px;width:226px;height:365px;opacity:.10}
.gentle-cta:before{background-image:url('images/ramo-botanico-verde.png');right:2%;top:-65px;width:180px;height:290px;opacity:.16;filter:brightness(1.65)}
.recognition-grid{position:relative;isolation:isolate;background:linear-gradient(135deg,#fff 0%,#fbfaf6 100%);border-top:3px solid rgba(104,119,83,.55)}
.recognition-grid article{position:relative;overflow:hidden;z-index:1}
.recognition-grid article:nth-child(1):after,.recognition-grid article:nth-child(4):after{content:"";position:absolute;width:115px;height:185px;background:url('images/ramo-botanico-verde.png') center/contain no-repeat;opacity:.055;pointer-events:none;z-index:-1}
.recognition-grid article:nth-child(1):after{left:-35px;bottom:-38px}
.recognition-grid article:nth-child(4):after{right:-35px;top:-36px;transform:scaleX(-1)}
.recognition-grid span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(104,119,83,.38);border-radius:50%;background:#f3f4ed}
.footer{color:#f0eee8}
.footer-brand p{color:#e7e5df;font-size:1rem;line-height:1.75}
@media(max-width:760px){.about-copy:after{right:-55px;opacity:.085}.faq-section:after{left:-65px;opacity:.08}.gentle-cta:before{right:-45px;opacity:.13}.recognition-grid{border-top:2px solid rgba(104,119,83,.5)}.recognition-grid article:nth-child(4):after{display:none}}

/* Ilustração botânica complementar: ramos, folhas e pequenas flores */
.about-copy:after{background-image:url('images/ramo-floral-delicado.png');right:-42px;bottom:-88px;width:205px;height:335px;opacity:.09;transform:rotate(-5deg)}
.faq-section:after{background-image:url('images/ramo-floral-delicado.png');left:-58px;bottom:-105px;width:210px;height:345px;opacity:.09;transform:scaleX(-1) rotate(-7deg)}
.gentle-cta:before{background-image:url('images/ramo-floral-delicado.png');right:3%;top:-70px;width:145px;height:235px;opacity:.12;filter:saturate(.75) brightness(1.45);transform:rotate(8deg)}
.recognition-grid article:nth-child(1):after,.recognition-grid article:nth-child(4):after{background-image:url('images/ramo-floral-delicado.png');width:95px;height:155px;opacity:.06}
@media(max-width:760px){.about-copy:after{right:-64px;width:175px;height:285px;opacity:.075}.faq-section:after{left:-82px;width:185px;height:300px;opacity:.07}.gentle-cta:before{right:-38px;width:125px;height:205px;opacity:.10}.recognition-grid article:nth-child(1):after{width:82px;height:134px;opacity:.055}}

/* Ritmo mais compacto, ação antecipada e acabamento editorial */
.section{padding:clamp(64px,7vw,96px) 0}
.center-title{margin-bottom:44px}
.mobile-early-whatsapp{display:none}
.about-copy:after{background-image:url('images/logo-botanica-colorida.png');right:-68px;bottom:-98px;width:230px;height:350px;opacity:.055;transform:none}
.gentle-cta:before{background-image:url('images/ramo-botanico.png');right:2%;top:-54px;width:150px;height:235px;opacity:.13;filter:saturate(.7) brightness(1.5);transform:rotate(8deg)}
.path-grid{gap:16px}
.path-grid article{min-height:225px;background:linear-gradient(145deg,#fff,#fbfaf6);border-top:3px solid rgba(104,119,83,.42);box-shadow:0 10px 30px rgba(52,73,54,.035)}
.path-grid span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(104,119,83,.34);background:#f4f5ef}
.real-feed{gap:18px;padding:18px;border:1px solid #dcd4c7;border-radius:26px;background:rgba(255,255,255,.48)}
.real-feed a{aspect-ratio:4/5;border-radius:16px;box-shadow:0 12px 28px rgba(50,65,52,.10);position:relative}
.real-feed a:after{content:"Ver no Instagram";position:absolute;left:14px;right:14px;bottom:12px;padding:8px 10px;border-radius:10px;background:rgba(36,49,40,.78);color:#fff;text-align:center;font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:.22s ease}
.real-feed a:hover:after,.real-feed a:focus:after{opacity:1;transform:none}
.real-feed img{object-position:center top;transition:transform .3s ease}
@media(max-width:760px){.section{padding:58px 0}.center-title{margin-bottom:32px}.mobile-early-whatsapp{display:flex;width:100%;margin:22px 0 2px;min-height:52px}.new-hero-copy>p:nth-of-type(2){margin-top:18px}.new-hero-copy .actions .button:first-child{display:none}.path-grid article{min-height:auto;border-top-width:2px}.real-feed{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px;border-radius:20px}.real-feed a{border-radius:13px}.real-feed a:after{display:none}.about-copy:after{right:-78px;width:195px;height:300px;opacity:.05}.gentle-cta:before{right:-42px;width:125px;height:195px;opacity:.11}}

/* No celular, o recorte do ramo parecia um coração isolado no contato. */
@media(max-width:760px){.gentle-cta:before{display:none}}
