:root{--rose:#B5697A;--rose-deep:#894f5c;--rose-soft:#E7CDD2;--brown:#6B4A3A;--brown-dark:#4A3226;--cream:#F5EDE4;--cream-alt:#EEE0D2;--ink:#3A2E29;--white:#FFFDFB;--error:#B3261E;--header-h:76px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}@font-face{font-family:"Jost";font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/jost-latin.woff2)format("woff2")}@font-face{font-family:"Alex Brush";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/alexbrush-latin.woff2)format("woff2")}body{font-family:"Jost",Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit}.script{font-family:"Alex Brush",cursive}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose-deep);margin-bottom:14px;display:block}.btn,.eyebrow,h1,h2,h3{font-weight:600}h1,h2,h3{color:var(--brown-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:40px;font-size:.92rem;max-width:280px;width:auto;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;border:0;cursor:pointer}.btn-primary{background:var(--rose-deep);color:var(--white);box-shadow:0 8px 20px rgba(137,79,92,.35)}.btn-primary:hover{background:var(--brown);transform:translateY(-2px);box-shadow:0 10px 24px rgba(107,74,58,.35)}.btn-outline{background:0 0;color:var(--brown-dark);border:1.5px solid var(--brown-dark)}.btn-outline:hover{background:var(--brown-dark);color:var(--white)}.btn-small{padding:10px 20px;font-size:.82rem;max-width:220px}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2.5px solid var(--rose-deep);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:16px;top:-60px;z-index:2000;background:var(--brown-dark);color:var(--cream);padding:12px 20px;border-radius:8px;font-size:.9rem;font-weight:600;transition:top .25s ease}.skip-link:focus{top:16px}header.site-header{position:fixed;top:0;left:0;width:100%;height:var(--header-h);background:rgba(245,237,228,.92);backdrop-filter:blur(10px);z-index:1300;border-bottom:1px solid rgba(107,74,58,.1);transition:box-shadow .3s ease}header.site-header.scrolled{box-shadow:0 4px 24px rgba(74,50,38,.08)}.header-inner{height:100%;justify-content:space-between}.header-inner,.logo{display:flex;align-items:center}.logo img{height:48px;width:auto}.header-cta,nav.desktop-nav{display:none}.hamburger,nav.desktop-nav ul{display:flex;align-items:center}nav.desktop-nav ul{gap:34px}nav.desktop-nav a{font-size:.9rem;font-weight:500;color:var(--brown-dark);position:relative;padding:6px 0}nav.desktop-nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--rose);transition:width .3s ease}nav.desktop-nav a:hover::after{width:100%}.hamburger{width:44px;height:44px;border:0;background:0 0;cursor:pointer;justify-content:center;position:relative;z-index:1400}.hamburger span{display:block;position:absolute;height:2px;width:24px;background:var(--brown-dark);border-radius:2px;transition:all .3s ease}.hamburger span:nth-child(1){transform:translateY(-7px)}.hamburger span:nth-child(3){transform:translateY(7px)}.hamburger.open span:nth-child(1){transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:-100%;width:78%;max-width:340px;height:100vh;background:var(--brown-dark);z-index:1100;padding:calc(var(--header-h) + 30px) 32px 40px;transition:right .4s cubic-bezier(.77,0,.18,1);display:flex;flex-direction:column;gap:26px}.mobile-nav.open{right:0}.mobile-nav a{color:var(--cream);font-size:1.15rem;font-weight:500}.mobile-nav .btn{margin-top:10px;align-self:flex-start}.mobile-overlay{position:fixed;inset:0;background:rgba(58,46,41,.55);z-index:1050;opacity:0;visibility:hidden;transition:opacity .35s ease}.mobile-overlay.open{opacity:1;visibility:visible}.hero,section{position:relative}.hero{padding-top:var(--header-h);background:var(--cream);overflow:hidden}.hero-photo-wrap{position:relative;height:52vh;min-height:340px;overflow:hidden;background:#d8c6ba;width:100vw;margin-left:calc(50% - 50vw)}.hero-photo-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.hero-photo-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(245,237,228,0) 55%,#f5ede4 100%)}.hero-content{padding:20px 24px 60px;position:relative;text-align:left}.hero-content h1{font-size:2.1rem;line-height:1.22;margin-bottom:18px}.hero-content h1 .script{color:var(--rose);font-size:1.35em;line-height:1;display:inline-block}.hero-content p.lead{font-size:1rem;color:var(--brown);max-width:520px;margin-bottom:28px}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.hero-badge{font-size:.76rem;font-weight:600;color:var(--brown-dark);background:var(--white);border:1px solid var(--rose-soft);padding:7px 14px;border-radius:30px}.hero-ctas{display:flex;flex-wrap:wrap;gap:14px}section{padding:90px 0}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.in-view{opacity:1;transform:translateY(0)}#sobre{background:var(--white)}.sobre-grid{display:flex;flex-direction:column;gap:32px}.sobre-img-wrap{position:relative;max-width:260px;margin:0 auto}.sobre-img-wrap img{width:100%;height:auto;border-radius:6px 60px 6px 60px;aspect-ratio:4/5;object-fit:cover;background:#d8c6ba}.sobre-quote,.sobre-text .signature{font-family:"Alex Brush",cursive;color:var(--rose)}.sobre-quote{font-size:1.5rem;border-left:3px solid var(--rose);padding-left:18px;margin:26px 0;max-width:420px}.sobre-text h2{margin-bottom:8px}.sobre-text .signature{font-size:1.7rem;display:block;margin-bottom:20px}.sobre-text p{margin-bottom:16px;color:var(--ink);max-width:540px}#acolhimento{background:var(--cream-alt)}.acolhimento-head{max-width:640px;margin:0 auto 50px;text-align:center}.abordagens-head h2,.acolhimento-head h2,.duvidas-head h2,.sobre-text h2{font-size:1.9rem}.strip{display:flex;gap:20px;overflow-x:auto;padding:10px 4px 26px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.strip::-webkit-scrollbar{height:6px}.strip::-webkit-scrollbar-thumb{background:var(--rose-soft);border-radius:10px}.strip-card{scroll-snap-align:start;flex:0 0 260px;background:var(--white);border-radius:18px;padding:30px 24px;border-top:4px solid var(--rose)}.strip-card .num{font-family:"Alex Brush",cursive;font-size:2.2rem;color:var(--rose)}.strip-card h3{font-size:1.08rem;margin:10px 0}.galeria-sub,.strip-card p{font-size:.9rem;color:var(--brown)}#galeria{background:var(--white)}.galeria-sub{max-width:520px;margin:14px auto 0;font-size:.95rem}.gallery-card{scroll-snap-align:start;flex:0 0 260px;border-radius:16px;overflow:hidden;background:var(--cream);box-shadow:0 6px 18px rgba(74,50,38,.1);margin:0}.gallery-card img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}#formacao{background:var(--cream-alt)}#abordagens{background:var(--white)}.abordagens-head{text-align:center;max-width:600px;margin:0 auto 50px}.icon-grid{display:grid;grid-template-columns:1fr;gap:22px}.icon-card{display:flex;gap:20px;align-items:flex-start;background:var(--cream);border-radius:16px;padding:28px 24px}.icon-badge{width:58px;height:58px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid var(--rose-soft)}.icon-badge svg{width:28px;height:28px;stroke:var(--rose);fill:none;stroke-width:1.4}.icon-card h3{font-size:1.1rem;margin-bottom:6px}.faq-a p,.icon-card p{font-size:.92rem;color:var(--brown)}.abordagens-footer{text-align:center;margin-top:40px;font-family:"Alex Brush",cursive;color:var(--rose-deep);font-size:1.4rem}#duvidas{background:var(--cream-alt)}.duvidas-head{text-align:center;max-width:600px;margin:0 auto 46px}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(107,74,58,.18)}.faq-q{width:100%;text-align:left;background:0 0;border:0;cursor:pointer;padding:22px 4px;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;color:var(--brown-dark);gap:16px}.faq-q .plus{width:22px;height:22px;position:relative;flex-shrink:0}.faq-q .plus::after,.faq-q .plus::before{content:"";position:absolute;background:var(--rose);transition:transform .3s ease}.faq-q .plus::before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.faq-q .plus::after{left:50%;top:0;height:100%;width:2px;transform:translateX(-50%)}.faq-item.open .plus::after{transform:translateX(-50%) rotate(90deg);opacity:0}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-a p{padding:0 4px 22px;font-size:.94rem;max-width:600px}#contato{background:var(--brown-dark);color:var(--cream);text-align:center}#contato .eyebrow-on-dark,#contato .script,.contato-info a:hover,footer .foot-links a:hover{color:var(--rose-soft)}#contato h2{color:var(--cream);font-size:2rem;margin-bottom:10px}#contato .script{font-size:1.6rem;display:block;margin-bottom:26px}.contato-divider,.contato-info{display:flex;align-items:center;gap:16px}.contato-info{flex-direction:column;margin-bottom:34px}.contato-info a,.foot-social a{font-size:.95rem;color:var(--cream);opacity:.9}.contato-info a:hover{opacity:1}.contato-divider{max-width:420px;margin:38px auto;color:var(--rose-soft);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.contato-divider::after,.contato-divider::before{content:"";flex:1;height:1px;background:rgba(245,237,228,.2)}.map-wrap{max-width:640px;margin:0 auto;border-radius:16px;overflow:hidden;aspect-ratio:4/3;border:1px solid rgba(245,237,228,.2)}.map-wrap iframe{width:100%;height:100%;border:0;display:block}.back-to-top{position:fixed;right:18px;bottom:18px;width:44px;height:44px;border-radius:50%;background:rgba(74,50,38,.55);border:1px solid rgba(245,237,228,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:900;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,visibility .3s,background .2s ease}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover,footer{background:var(--brown-dark)}.back-to-top svg{width:20px;height:20px;stroke:var(--cream);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (min-width:900px){.back-to-top{right:28px;bottom:28px}}footer{border-top:1px solid rgba(245,237,228,.15);padding:34px 0;text-align:center}footer .footer-logo{width:180px;height:auto;margin:0 auto 6px}footer p{font-size:.8rem}.foot-social,footer .foot-links{display:flex;justify-content:center}footer .foot-links{flex-wrap:wrap;gap:14px;margin:10px 0;font-size:.78rem}footer .foot-links a,footer p{color:rgba(245,237,228,.6)}.foot-social{gap:16px;margin:14px 0}.foot-social a{opacity:.75;font-size:.85rem}@media (min-width:900px){:root{--header-h:88px}.container{padding:0 48px}nav.desktop-nav{display:flex}.header-cta{display:inline-flex}.hamburger{display:none}.hero{padding-top:0;min-height:92vh;display:flex;align-items:center}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;width:100%;padding-top:var(--header-h)}.hero-content{padding:0;max-width:560px;grid-column:1;grid-row:1}.hero-content h1{font-size:2.9rem}.hero-photo-wrap{height:640px;min-height:0;border-radius:0 0 0 140px;width:auto;margin-left:0;grid-column:2;grid-row:1}}@media (min-width:900px) and (max-width:1099px){.hero-content h1{font-size:2.4rem}}@media (min-width:900px){.sobre-grid{flex-direction:row;align-items:center;gap:70px}.sobre-img-wrap{flex:0 0 30%;max-width:320px}.sobre-text{flex:1}.icon-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contato-info{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px 50px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}