:root{--sage: #9CA084;--sage-dark: #7A8A68;--sage-deep: #4A5445;--sage-light: #B5C4A4;--brown: #B5917B;--brown-dark: #8C6B52;--cream: #F4EAD8;--ivory: #F7F4EE;--blush: #F2EBE3;--white: #F4F2F1;--text: #2D2521;--text-muted: #6B5D54;--text-light: #A09188;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Raleway", system-ui, sans-serif;--ease: cubic-bezier(.22, 1, .36, 1);--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.08}.container{max-width:1280px;margin:0 auto;padding:0 3rem}.section-tag{display:inline-flex;align-items:center;font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--sage);margin-bottom:1.25rem}.section-tag--cream{color:var(--sage-light)}.section-tag--brown{color:var(--brown)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:1rem 2.25rem;transition:all .35s var(--ease);white-space:nowrap}.btn-primary{background:var(--sage);color:var(--cream)}.btn-primary:hover{background:var(--sage-dark);transform:translateY(-2px)}.btn-outline{border:1px solid var(--sage);color:var(--sage)}.btn-outline:hover{background:var(--sage);color:var(--cream)}.btn-cream{border:1px solid rgba(237,232,218,.7);color:var(--cream)}.btn-cream:hover{background:var(--cream);color:var(--sage-deep)}.btn-whatsapp{background:#25d366;color:#fff;border-radius:2px;gap:.75rem}.btn-whatsapp:hover{background:#1eb85b;transform:translateY(-2px);box-shadow:0 12px 32px #25d3664d}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.25rem 3rem;transition:padding .4s var(--ease),background .4s var(--ease),box-shadow .4s}.navbar.scrolled{background:#f4f2f1f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 3rem;box-shadow:0 1px #00000012}.navbar__logo-wrap{display:flex;align-items:center;justify-content:flex-start}.navbar__logo{height:48px;width:auto;display:block}.navbar__nav{display:flex;align-items:center;gap:2rem;justify-content:center}.navbar__right{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.navbar__link{font-family:var(--font-sans);font-size:.65rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);transition:color .3s;position:relative}.navbar__link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--sage);transition:width .3s var(--ease)}.navbar__link:hover,.navbar__link.active{color:var(--sage)}.navbar__link:hover:after,.navbar__link.active:after{width:100%}.navbar__cta{font-size:.65rem;padding:.7rem 1.4rem;border:1px solid var(--sage);color:var(--sage);font-family:var(--font-sans);font-weight:600;letter-spacing:.18em;text-transform:uppercase;transition:all .3s;white-space:nowrap}.navbar__cta:hover{background:var(--sage);color:var(--cream)}.navbar__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;color:var(--text);cursor:pointer;background:none;border:none}.navbar__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:998}.navbar__sidebar{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:80vw;background:var(--white);z-index:999;display:flex;flex-direction:column;padding:2rem;box-shadow:-10px 0 40px #0000001f}.navbar__sidebar-close{align-self:flex-end;background:none;border:none;color:var(--text);cursor:pointer;padding:.25rem;margin-bottom:2rem}.navbar__sidebar-links{display:flex;flex-direction:column;gap:1.5rem}.navbar__sidebar-link{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);transition:color .3s}.navbar__sidebar-link:hover,.navbar__sidebar-link.active{color:var(--sage)}.navbar__sidebar-cta{display:inline-block;align-self:flex-start;font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.85rem 1.5rem;border:1px solid var(--sage);color:var(--sage);transition:all .3s;margin-top:2rem}.navbar__sidebar-cta:hover{background:var(--sage);color:var(--cream)}.hero{min-height:100vh;display:grid;grid-template-columns:56% 44%}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:9rem 4rem 6rem 3rem;background:var(--ivory);position:relative;overflow:hidden}.hero__watermark{position:absolute;right:-12%;top:50%;transform:translateY(-50%);width:72%;opacity:.045;pointer-events:none;filter:grayscale(1)}.hero__tag{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-sans);font-size:.62rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--sage);margin-bottom:1.75rem}.hero__title{font-size:clamp(3.2rem,4.8vw,5.5rem);font-weight:300;color:var(--text);line-height:1.04;letter-spacing:-.025em;margin-bottom:1.75rem}.hero__title em{font-style:italic;color:var(--sage)}.hero__desc{font-family:var(--font-sans);font-size:.95rem;font-weight:300;color:var(--text-muted);line-height:1.9;max-width:40ch;margin-bottom:.75rem}.hero__name{display:flex;align-items:center;gap:.75rem;font-family:var(--font-sans);font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);margin-bottom:2.75rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__photo{position:relative;overflow:hidden}.hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.hero__photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--ivory) 0%,transparent 6%);pointer-events:none}.credentials{background:var(--sage);padding:1.75rem 3rem;overflow:hidden}.credentials__inner{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:0 2.5rem;width:max-content;animation:marquee 55s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.credentials__item{display:flex;align-items:center;gap:.625rem;color:var(--cream);font-family:var(--font-sans);font-size:.67rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;padding:.375rem 0;white-space:nowrap;flex-shrink:0}.credentials__item svg{opacity:.75;flex-shrink:0}.credentials__sep{width:1px;height:22px;background:#ede8da40;flex-shrink:0}.sobre{padding:8rem 0;background:var(--white)}.sobre__grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center}.sobre__photo-wrap{position:relative;align-self:stretch;isolation:isolate}.sobre__photo{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center top;display:block}.sobre__accent{position:absolute;bottom:-1.75rem;right:-1.75rem;width:65%;height:65%;border:1px solid var(--sage);z-index:-1;pointer-events:none}.sobre__title{font-size:clamp(2.75rem,3.5vw,4rem);font-weight:300;color:var(--text);margin-bottom:1.75rem;letter-spacing:-.01em}.sobre__text{font-family:var(--font-sans);font-size:.92rem;font-weight:300;line-height:1.95;color:var(--text-muted);margin-bottom:1.25rem}.sobre__creds{margin-top:2.75rem;padding-top:2.75rem;border-top:1px solid rgba(138,155,122,.2);display:flex;flex-direction:column;gap:1.25rem}.sobre__cred{display:flex;align-items:flex-start;gap:1rem}.sobre__cred-icon{width:38px;height:38px;background:var(--sage);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.sobre__cred-label{font-family:var(--font-sans);font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--sage);display:block;margin-bottom:.2rem}.sobre__cred-value{font-family:var(--font-sans);font-size:.83rem;font-weight:300;color:var(--text-muted);line-height:1.5}.areas{padding:8rem 0;background:var(--sage-deep);position:relative;overflow:hidden}.areas__watermark{position:absolute;right:-4%;top:50%;transform:translateY(-50%);width:38%;opacity:.07;pointer-events:none;filter:grayscale(1) invert(1);-webkit-user-select:none;user-select:none}.areas__header{text-align:center;margin-bottom:5rem}.areas__title{font-size:clamp(2.75rem,3.5vw,4rem);font-weight:300;color:var(--cream);margin-bottom:.75rem;letter-spacing:-.01em}.areas__subtitle{font-family:var(--font-sans);font-size:.7rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:#ede8da73}.areas__body{display:grid;grid-template-columns:1fr 1px 1fr;gap:4rem}.areas__divider-v{background:#ede8da1a}.areas__col-label{font-family:var(--font-sans);font-size:.62rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--sage-light);margin-bottom:2rem}.areas__list{display:flex;flex-direction:column;gap:0}.areas__item{display:flex;align-items:center;gap:.875rem;font-family:var(--font-sans);font-size:.88rem;font-weight:300;color:#ede8dac7;padding:.6rem 0;border-bottom:1px solid rgba(237,232,218,.06);transition:color .25s,padding-left .25s;cursor:default}.areas__item:hover{color:var(--cream);padding-left:.5rem}.areas__dot{width:5px;height:5px;border-radius:50%;background:var(--sage-light);flex-shrink:0}.areas__section-h{font-family:var(--font-serif);font-size:1.5rem;font-weight:300;font-style:italic;color:var(--cream);margin-bottom:1.5rem;line-height:1.3}.areas__bottom{margin-top:5rem;padding-top:3.5rem;border-top:1px solid rgba(237,232,218,.08);display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.areas__bottom-text{font-family:var(--font-serif);font-size:1.5rem;font-weight:300;font-style:italic;color:#ede8daa6}.inovacao{padding:8rem 0;background:var(--ivory)}.inovacao__header{margin-bottom:4rem}.inovacao__title{font-size:clamp(2.75rem,3.5vw,4rem);font-weight:300;color:var(--text);letter-spacing:-.01em;margin-bottom:.75rem}.inovacao__subtitle{font-family:var(--font-sans);font-size:.9rem;font-weight:300;color:var(--text-muted);line-height:1.7;max-width:52ch}.inovacao__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.inovacao__card{background:var(--white);padding:3rem 3rem 3.5rem;position:relative;overflow:hidden;border:1px solid rgba(156,160,132,.12);transition:transform .45s var(--ease),box-shadow .45s var(--ease);display:flex;flex-direction:column}.inovacao__card:hover{transform:translateY(-8px);box-shadow:0 32px 72px #2d252117}.inovacao__card-num{font-family:var(--font-serif);font-size:5rem;font-weight:300;line-height:1;opacity:.12;position:absolute;top:1.5rem;right:2rem;-webkit-user-select:none;user-select:none}.inovacao__card-top{margin-bottom:2rem}.inovacao__card-icon{width:58px;height:58px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center}.inovacao__card-title{font-size:1.75rem;font-weight:300;color:var(--text);margin-bottom:1.25rem;line-height:1.2}.inovacao__card-lead{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;font-weight:300;margin-bottom:1.25rem;line-height:1.55}.inovacao__card-text{font-family:var(--font-sans);font-size:.87rem;font-weight:300;line-height:1.9;color:var(--text-muted);flex:1}.inovacao__card-img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-top:1.5rem}.inovacao__card-line{position:absolute;bottom:0;left:0;width:100%;height:3px;opacity:.5;transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}.inovacao__card:hover .inovacao__card-line{transform:scaleX(1)}.saude-mulher{padding:8rem 0;background:var(--blush)}.saude-mulher__grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center}.saude-mulher__photo-wrap{position:relative;align-self:stretch}.saude-mulher__photo{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center 20%;display:block;position:relative;z-index:1}.saude-mulher__accent{position:absolute;bottom:-1.5rem;left:-1.5rem;width:62%;height:62%;border:1px solid var(--brown);z-index:0;pointer-events:none}.saude-mulher__title{font-size:clamp(2.5rem,3.2vw,3.75rem);font-weight:300;color:var(--text);margin-bottom:1.5rem;line-height:1.1}.saude-mulher__text{font-family:var(--font-sans);font-size:.92rem;font-weight:300;line-height:1.95;color:var(--text-muted);margin-bottom:1.25rem}.saude-mulher__highlight{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:var(--text-muted);border-left:2px solid var(--sage);padding-left:1.25rem;margin:2rem 0;line-height:1.7}.saude-mulher__list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.saude-mulher__list-item{display:flex;align-items:center;gap:.75rem;font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:var(--text-muted)}.saude-mulher__list-dot{width:5px;height:5px;border-radius:50%;background:var(--brown);flex-shrink:0}.saude-homem{padding:8rem 0;background:var(--white)}.saude-homem__grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:center}.saude-homem__photo-wrap{position:relative;order:2;align-self:stretch}.saude-homem__photo{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center 15%;display:block;position:relative;z-index:1}.saude-homem__accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:62%;height:62%;border:1px solid var(--sage);z-index:0;pointer-events:none}.saude-homem__content{order:1}.saude-homem__title{font-size:clamp(2.5rem,3.2vw,3.75rem);font-weight:300;color:var(--text);margin-bottom:1.5rem;line-height:1.1}.saude-homem__text{font-family:var(--font-sans);font-size:.92rem;font-weight:300;line-height:1.95;color:var(--text-muted);margin-bottom:1.25rem}.saude-homem__list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.saude-homem__list-item{display:flex;align-items:center;gap:.75rem;font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:var(--text-muted)}.saude-homem__list-dot{width:5px;height:5px;border-radius:50%;background:var(--sage);flex-shrink:0}.sm{padding:8rem 0;background:var(--blush)}.sm__header{text-align:center;margin-bottom:5rem}.sm__heading{font-size:clamp(2.75rem,3.5vw,4rem);font-weight:300;color:var(--text);letter-spacing:-.01em;margin-bottom:.75rem}.sm__heading-sub{font-family:var(--font-sans);font-size:.9rem;font-weight:300;color:var(--text-muted)}.sm__triptych{display:grid;grid-template-columns:1fr 320px 1fr;gap:4rem;align-items:start}.sm__col-title{font-family:var(--font-serif);font-size:clamp(1.75rem,2.2vw,2.4rem);font-weight:300;color:var(--text);margin-bottom:1.5rem;line-height:1.15}.sm__col-title em{font-style:italic}.sm__photo-wrap{position:relative;align-self:stretch}.sm__photo{width:100%;height:100%;min-height:640px;object-fit:cover;object-position:center 20%;display:block;position:relative;z-index:1}.sm__photo-accent{position:absolute;bottom:-1.25rem;left:-1.25rem;width:50%;height:50%;border:1px solid var(--sage);z-index:0;pointer-events:none}.sm__text{font-family:var(--font-sans);font-size:.88rem;font-weight:300;line-height:1.9;color:var(--text-muted);margin-bottom:1rem}.sm__highlight{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;color:var(--text-muted);border-left:2px solid var(--sage);padding-left:1.25rem;margin:1.5rem 0;line-height:1.65}.sm__list{display:flex;flex-direction:column;gap:.45rem;margin-top:1.25rem}.sm__list-item{display:flex;align-items:center;gap:.65rem;font-family:var(--font-sans);font-size:.82rem;font-weight:300;color:var(--text-muted)}.sm__dot{width:5px;height:5px;border-radius:50%;background:var(--sage);flex-shrink:0}.sm__dot--brown{background:var(--brown)}.sad{padding:7rem 0;background:var(--cream)}.sad__header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.sad__title{font-family:var(--font-serif);font-size:clamp(2.25rem,3vw,3.2rem);font-weight:300;color:var(--text);line-height:1.15;margin:.75rem 0 1.5rem}.sad__title em{font-style:italic;color:var(--sage)}.sad__text{font-family:var(--font-sans);font-size:.88rem;font-weight:300;line-height:1.9;color:var(--text-muted);margin-bottom:.75rem}.sad__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 3rem;max-width:900px;margin:0 auto}.sad__item{display:flex;align-items:flex-start;gap:.65rem;font-family:var(--font-sans);font-size:.84rem;font-weight:300;color:var(--text-muted);line-height:1.55}.sad__dot{width:5px;height:5px;border-radius:50%;background:var(--sage);flex-shrink:0;margin-top:.48rem}.como{padding:0;background:var(--sage-deep)}.como__grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.como__photo-block{position:relative;overflow:hidden;min-height:620px}.como__photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.como__photo-content{position:absolute;bottom:0;left:0;right:0;padding:3.5rem;background:linear-gradient(to top,rgba(74,84,69,.95) 0%,rgba(74,84,69,.6) 60%,transparent 100%)}.como__quotemark{font-family:var(--font-serif);font-size:10rem;font-weight:300;color:#f4ead81a;line-height:.75;margin-bottom:-1.5rem;-webkit-user-select:none;user-select:none}.como__quote{font-size:clamp(1.6rem,2.4vw,2.6rem);font-weight:300;font-style:italic;color:var(--cream);text-align:left;max-width:none;margin:0;line-height:1.35;letter-spacing:-.01em}.como__attribution{font-family:var(--font-sans);font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#f4ead866;margin-top:1.5rem}.como__pillars{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}.como__pillars-title{font-family:var(--font-serif);font-size:clamp(1.4rem,2vw,1.8rem);white-space:nowrap;font-weight:400;color:var(--cream);margin-bottom:0;padding-bottom:1.5rem;border-bottom:1px solid rgba(244,234,216,.15);letter-spacing:-.02em}.como__pillar{display:flex;gap:1.5rem;align-items:flex-start;padding:2rem 0;border-bottom:1px solid rgba(244,234,216,.08)}.como__pillar:first-child{border-top:none}.como__pillar-num{font-family:var(--font-serif);font-size:2.25rem;font-weight:300;color:#f4ead82e;line-height:1;flex-shrink:0;width:2.5rem;padding-top:.25rem}.como__pillar-icon{width:40px;height:40px;background:#f4ead814;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--sage-light);margin-bottom:.875rem;flex-shrink:0}.como__pillar-title{font-size:1.15rem;font-weight:300;color:var(--cream);margin-bottom:.5rem;line-height:1.3}.como__pillar-text{font-family:var(--font-sans);font-size:.83rem;font-weight:300;line-height:1.85;color:#f4ead88c}.consultorio{padding:8rem 0;background:var(--ivory)}.consultorio__header{text-align:center;max-width:680px;margin:0 auto 4rem}.consultorio__title{font-size:clamp(2.75rem,3.5vw,4rem);font-weight:300;color:var(--text);letter-spacing:-.01em}.consultorio__text{font-family:var(--font-sans);font-size:.92rem;font-weight:300;line-height:1.95;color:var(--text-muted);margin-top:1.5rem}.consultorio__gallery{display:flex;gap:2rem;margin-bottom:4rem;align-items:center;justify-content:center}.consultorio__video-wrap{border-radius:16px;overflow:hidden;flex-shrink:0}.consultorio__video{display:block;height:380px;width:auto;border-radius:16px}.consultorio__carousel{display:flex;flex-direction:column;gap:1rem}.consultorio__carousel{flex:0 1 500px}.consultorio__carousel-stage{position:relative;border-radius:16px;overflow:hidden;height:380px}.consultorio__carousel-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.consultorio__arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:#ffffffd9;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000001f;transition:background .2s;z-index:2}.consultorio__arrow:hover{background:#fff}.consultorio__arrow--prev{left:.75rem}.consultorio__arrow--next{right:.75rem}.consultorio__dots{display:flex;justify-content:center;gap:.5rem}.consultorio__dot{width:10px;height:10px;border-radius:50%;border:none;background:#9ca0844d;cursor:pointer;transition:background .3s,transform .3s;padding:0}.consultorio__dot.active{background:var(--sage);transform:scale(1.25)}.consultorio__dot:hover{background:var(--sage)}.consultorio__img{width:100%;height:100%;object-fit:cover;display:block}.consultorio__location{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;margin-top:4rem;align-items:start;padding-top:4rem;border-top:1px solid rgba(156,160,132,.15)}.consultorio__info{display:flex;flex-direction:column;gap:2rem}.consultorio__info-title{font-size:1.5rem;font-weight:300;color:var(--text);margin-bottom:.25rem;letter-spacing:-.01em}.consultorio__info-row{display:flex;gap:1rem;align-items:flex-start}.consultorio__info-icon{color:var(--sage);flex-shrink:0;margin-top:.25rem}.consultorio__clinic-name{font-family:var(--font-sans);font-size:.85rem;font-weight:500;color:var(--text);margin-bottom:.35rem;line-height:1.5}.consultorio__address{font-family:var(--font-sans);font-size:.83rem;font-weight:300;color:var(--text-muted);line-height:1.6}.consultorio__hours{border-collapse:separate;border-spacing:2rem 0;width:auto;margin-left:-2rem}.consultorio__hours td{font-family:var(--font-sans);font-size:.82rem;font-weight:300;padding:.55rem 0;color:var(--text-muted);white-space:nowrap}.consultorio__hours-time.closed{color:var(--text-light);font-style:italic}.consultorio__modalities{display:flex;gap:2rem;margin-top:.5rem}.consultorio__modality{display:flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.82rem;font-weight:400;color:var(--text-muted)}.consultorio__map{height:320px;overflow:hidden;border-radius:24px}.consultorio__map iframe{display:block}.depoimentos{padding:8rem 0;background:var(--white)}.depoimentos__header{margin-bottom:4rem}.depoimentos__title{font-size:clamp(2.5rem,3.2vw,3.75rem);font-weight:300;color:var(--text);letter-spacing:-.01em;margin-bottom:.75rem}.depoimentos__subtitle{font-family:var(--font-sans);font-size:.9rem;font-weight:300;color:var(--text-muted);max-width:50ch}.depoimentos__carousel{position:relative;overflow:visible;margin-bottom:2rem}.depoimentos__track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.depoimento__card{background:var(--ivory);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem;border:1px solid rgba(156,160,132,.1);border-radius:1rem;transition:box-shadow .3s}.depoimento__card:hover{box-shadow:0 12px 40px #2d252112}.depoimento__stars{display:flex;gap:2px;color:#c4973b;justify-content:center}.depoimento__text{font-family:var(--font-serif);font-size:1rem;font-weight:300;font-style:italic;color:var(--text);line-height:1.75;flex:1}.depoimento__footer{display:flex;align-items:center;gap:.875rem;padding-top:1rem;border-top:1px solid rgba(156,160,132,.12)}.depoimento__avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-sans);font-size:.72rem;font-weight:600;letter-spacing:.05em;flex-shrink:0}.depoimento__name{font-family:var(--font-sans);font-size:.82rem;font-weight:500;color:var(--text)}.depoimento__source{font-family:var(--font-sans);font-size:.68rem;font-weight:400;color:var(--sage);letter-spacing:.1em;text-transform:uppercase;margin-top:.15rem}.depoimentos__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--white);border:1px solid rgba(156,160,132,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--sage);cursor:pointer;transition:all .3s;z-index:10;box-shadow:0 4px 16px #00000014}.depoimentos__arrow:hover{background:var(--sage);color:var(--cream);border-color:var(--sage)}.depoimentos__arrow--prev{left:-.5rem}.depoimentos__arrow--next{right:-.5rem}.depoimentos__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2.5rem}.depoimentos__dot{width:8px;height:8px;border-radius:50%;background:#9ca08440;border:none;cursor:pointer;transition:all .3s;padding:0}.depoimentos__dot.active{background:var(--sage);width:24px;border-radius:4px}.cta-section{padding:9rem 0;background:var(--sage-deep);text-align:center;position:relative;overflow:hidden}.cta-section__watermark{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/logos/icon-sem-fundo.png) no-repeat center;background-size:40%;opacity:.06;pointer-events:none;filter:grayscale(1)}.cta-section__title{font-size:clamp(2.75rem,4vw,4.5rem);font-weight:300;color:var(--cream);margin-bottom:1.25rem;position:relative;letter-spacing:-.02em}.cta-section__text{font-family:var(--font-sans);font-size:.92rem;font-weight:300;color:#ede8da99;margin-bottom:3.5rem;position:relative;line-height:1.9;max-width:50ch;margin-left:auto;margin-right:auto}.footer{background:var(--brown);padding:3.5rem 0 2rem}.footer__grid{display:grid;grid-template-columns:auto 1fr 1fr;gap:4rem;align-items:start;padding-bottom:2.5rem;border-bottom:1px solid rgba(244,234,216,.15);margin-bottom:1.75rem}.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.875rem}.footer__logo{height:34px;width:auto;max-width:200px;display:block}.footer__col-title{font-family:var(--font-sans);font-size:.58rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--cream);margin-bottom:1.25rem}.footer__links{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.footer__link{font-family:var(--font-sans);font-size:.82rem;font-weight:300;color:#f4ead899;transition:color .3s;display:inline-block}.footer__link:hover{color:var(--cream)}.footer__info{font-family:var(--font-sans);font-size:.82rem;font-weight:300;color:#f4ead899;line-height:1.9}.footer__email{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.74rem;font-weight:300;color:#f4ead88c;margin-top:.75rem;transition:color .3s;word-break:break-all}.footer__email:hover{color:var(--cream)}.footer__bottom{display:flex;justify-content:space-between;align-items:center}.footer__copy{font-family:var(--font-sans);font-size:.7rem;font-weight:300;color:#f4ead859}.footer__social{display:flex;gap:.75rem}.footer__social--mobile{display:none}.footer__social-link{width:32px;height:32px;border:1px solid rgba(244,234,216,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f4ead880;transition:all .3s}.footer__social-link:hover{border-color:var(--cream);color:var(--cream)}.floating-btns{position:fixed;bottom:1.5rem;right:1rem;z-index:300;display:flex;flex-direction:column;align-items:center;gap:.75rem}.float-wpp{position:relative;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #25d36666;transition:transform .3s var(--ease)}.float-wpp:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:100%;height:100%;border-radius:50%;background:#25d366;animation:wpp-ripple 2.2s ease-out infinite;z-index:-1}.float-wpp:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:100%;height:100%;border-radius:50%;background:#25d366;animation:wpp-ripple 2.2s ease-out .7s infinite;z-index:-1}.float-wpp:hover{transform:scale(1.08)}@keyframes wpp-ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.float-top{width:44px;height:44px;background:var(--brown);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cream);box-shadow:0 4px 16px #00000026;cursor:pointer;transition:background .3s,transform .3s}.float-top:hover{background:var(--brown-dark);transform:scale(1.08)}@media (max-width: 1100px){.navbar{grid-template-columns:1fr auto;padding:1rem 2rem}.navbar.scrolled{padding:.75rem 2rem}.navbar__nav,.navbar__right .navbar__cta{display:none}.navbar__hamburger{display:flex}.hero__content{padding:8rem 2rem 4rem}.credentials{padding:1rem 0}.credentials__item{font-size:.55rem}.sobre__grid{gap:2rem;align-items:stretch}.sobre__grid>div:last-child{display:flex;flex-direction:column;justify-content:center}.sobre__photo{min-height:auto;height:100%}.sobre__title{font-size:2rem}.sobre__text{font-size:.82rem;line-height:1.8}.areas__body{grid-template-columns:1fr}.areas__divider-v{display:none}.inovacao__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.sm__triptych{grid-template-columns:1fr 1fr;gap:2rem}.sm__photo-wrap{order:-1;grid-column:1 / -1;max-width:420px;margin:0 auto}.sm__photo{min-height:auto;height:auto;max-height:none;object-fit:contain}.sm__col-title{font-size:1.5rem;text-align:center}.sm__text{font-size:.82rem}.sm__highlight{font-size:.8rem;padding:1rem 1.25rem}.sm__list-item{font-size:.82rem}.como__grid{grid-template-columns:1fr 1.2fr}.como__photo-block{min-height:auto}.como__pillars{padding:3rem 1.5rem}.como__pillar-title{font-size:1rem}.como__pillar-text{font-size:.8rem}.como__quote,.como__pillars-title{font-size:1.2rem}.consultorio__location{grid-template-columns:1.2fr 1fr}.consultorio__modalities{flex-wrap:wrap}.depoimentos__track{grid-template-columns:1fr;max-width:420px;margin:0 auto}.depoimentos__header{text-align:center}.depoimentos__subtitle{margin:0 auto}.depoimento__card{align-items:center;text-align:center}.depoimento__footer{justify-content:center}.footer__grid{gap:2.5rem}.floating-btns{right:7vw}.float-wpp{width:48px;height:48px}.float-top{width:38px;height:38px}}@media (max-width: 767px){.container{padding:0 1.5rem}.navbar{padding:1rem 1.5rem}.navbar.scrolled{padding:.625rem 1.5rem}.hero{grid-template-columns:55% 45%}.hero__content{padding:5rem 1.25rem 2.5rem}.hero__title{font-size:2rem;margin-bottom:1rem}.hero__tag{font-size:.48rem;margin-bottom:1rem}.hero__desc{font-size:.75rem;line-height:1.7;margin-bottom:.5rem}.hero__name{font-size:.5rem;margin-bottom:1.5rem}.hero__actions{gap:.5rem}.hero__actions .btn{font-size:.6rem;padding:.7rem 1rem}.credentials{padding:1rem 0}.credentials__inner{gap:0 1.5rem}.credentials__item{font-size:.5rem;gap:.35rem}.sobre{padding:4rem 0}.sobre__grid{grid-template-columns:1fr;gap:2rem}.sobre__grid>div:last-child{display:block}.sobre__photo-wrap{max-width:65%;margin:0 auto}.sobre__photo{min-height:auto;height:300px;object-fit:cover;object-position:center 60%}.sobre__title{font-size:1.8rem;text-align:center}.sobre__text{text-align:center}.sobre .section-tag{text-align:center;display:block}.areas,.inovacao,.consultorio{padding:4rem 0}.inovacao__header{text-align:center}.inovacao__subtitle{margin:0 auto}.inovacao__grid{grid-template-columns:1fr;gap:2rem}.inovacao__card{padding:2rem 1.5rem}.inovacao__card-title{font-size:1.25rem}.inovacao__card-lead,.inovacao__card-text{font-size:.8rem}.inovacao__card-img{height:160px}.sad{padding:4rem 0}.sad__grid{grid-template-columns:repeat(2,1fr);gap:.75rem 2rem}.sm{padding:4rem 0}.sm__triptych{grid-template-columns:1fr}.sm__photo-wrap{max-width:320px}.sm__col-title{font-size:1.4rem}.sm__photo{max-height:380px}.como__grid{grid-template-columns:1fr}.como__photo-block{min-height:580px}.como__photo{object-position:center 70%}.como__pillars{padding:2.5rem 1.5rem}.como__pillars-title{font-size:1.2rem}.consultorio__gallery{flex-direction:row;gap:.75rem}.consultorio__video-wrap{border-radius:16px;overflow:hidden;flex:1;height:360px}.consultorio__video{width:100%;height:360px;object-fit:cover;border-radius:16px}.consultorio__carousel{flex:1}.consultorio__carousel-stage{height:360px;border-radius:16px;overflow:hidden}.consultorio__carousel-img{border-radius:16px;height:360px;object-fit:cover}.consultorio__arrow{width:32px;height:32px}.consultorio__location{grid-template-columns:1fr}.consultorio__info-title{text-align:center}.consultorio__modalities{flex-direction:column;gap:.75rem;align-items:center}.consultorio__map{height:300px;border-radius:16px}.depoimentos__track{grid-template-columns:1fr}.depoimento__card{padding:2rem 1.5rem}.depoimentos__header{text-align:center}.depoimentos__subtitle{margin:0 auto}.depoimento__card{align-items:center;text-align:center}.depoimento__footer{justify-content:center}.depoimento__text{font-size:.88rem}.depoimentos__arrow--prev{left:0}.depoimentos__arrow--next{right:0}.footer{padding:3rem 0 1.75rem}.footer__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__brand{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 2rem}.footer__links{grid-template-columns:1fr;gap:.3rem}.footer__info{line-height:1.5;font-size:.75rem}.footer__email{font-size:.68rem}.footer__social--mobile{display:flex;gap:.75rem}.footer__bottom .footer__social{display:none}.floating-btns{right:1rem}.float-wpp{width:44px;height:44px}.float-top{width:34px;height:34px}}@media (max-width: 480px){.container{padding:0 1rem}.hero__content{padding:4.5rem 1rem 2rem}.hero__title{font-size:1.6rem;margin-bottom:.75rem}.hero__tag{font-size:.45rem;margin-bottom:.75rem}.hero__desc{font-size:.7rem}.hero__name{font-size:.45rem;margin-bottom:1.25rem}.hero__actions .btn{font-size:.55rem;padding:.6rem .75rem}.credentials__item{font-size:.48rem}.sobre__photo{max-height:420px}.sobre__title{font-size:1.5rem}.sad{padding:3rem 0}.sad__grid{grid-template-columns:1fr;gap:.6rem}.sm__col-title{font-size:1.2rem}.sm__photo-wrap{max-width:280px}.sm__photo{max-height:320px}.sm__highlight{font-size:.78rem;padding:.875rem 1rem}.como__photo-block{min-height:420px}.como__photo-content{padding:2rem 2rem 1.5rem}.como__photo{object-position:center bottom}.como__pillars{padding:2rem 1rem}.como__quote{font-size:1.1rem}.inovacao__card{padding:1.75rem 1.25rem}.inovacao__card-img{height:140px}.consultorio__gallery{flex-direction:row;gap:.5rem;align-items:flex-start}.consultorio__video-wrap{flex:1;height:220px}.consultorio__video{width:100%;height:220px;object-fit:cover}.consultorio__carousel{flex:1;gap:1.5rem}.consultorio__carousel-stage,.consultorio__carousel-img{height:220px}.consultorio__dots{margin-top:0}.consultorio__dots{gap:.4rem}.consultorio__dot{width:8px;height:8px}.consultorio__map{height:200px}.consultorio__info-title{font-size:1.8rem}.consultorio__header{text-align:center}.consultorio__text{margin:0 auto}.depoimento__card{padding:1.75rem 1.25rem}.depoimentos__arrow{width:28px;height:28px}.footer__links{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}
