:root{--rose:#c4848a;--rose-light:#e8bfc3;--rose-dark:#9e6268;--gold:#d4a574;--gold-light:#e8c9a8;--cream:#fdf8f5;--cream-dark:#f5ece5;--text:#3d2b2b;--text-light:#7a6060;--text-muted:#a08888;--white:#fff;--font-display:"Italiana", serif;--font-body:"Work Sans", sans-serif;--ease-smooth:cubic-bezier(.45, 0, .55, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}#root{width:100%;max-width:100vw;overflow-x:hidden}main,section{max-width:100vw;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{background:var(--rose-light);color:var(--text)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--rose-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--rose)}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scale-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fdf8f5d9;border-bottom:1px solid #c4848a1f;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .4s cubic-bezier(.45,0,.55,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{padding:.7rem 2rem;box-shadow:0 4px 30px #c4848a1a}.navbar__logo{width:auto;height:40px;transition:transform .3s}.navbar__logo:hover{transform:scale(1.05)}.navbar__links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar__links a{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.navbar__links a:after{content:"";background:linear-gradient(90deg, var(--rose), var(--gold));width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.navbar__links a:hover{color:var(--rose)}.navbar__links a:hover:after{width:100%}.navbar__cta{background:linear-gradient(135deg, var(--rose), var(--rose-dark));letter-spacing:.05em;text-transform:uppercase;border-radius:30px;align-items:center;gap:8px;padding:.6rem 1.4rem;font-size:.82rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #c4848a4d;color:var(--white)!important;display:inline-flex!important}.navbar__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c4848a66}.navbar__cta:after{display:none!important}.navbar__cta svg{flex-shrink:0}.navbar__hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s}.navbar__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__links{background:var(--cream);z-index:1000;flex-direction:column;justify-content:center;gap:2.5rem;width:75%;max-width:320px;height:100vh;padding:2rem;display:none;position:fixed;top:0;right:0;overflow:hidden;box-shadow:-10px 0 40px #0000001a}.navbar__links.open{display:flex}.navbar__links a{font-size:1rem}}.hero{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:80px;display:grid;position:relative;overflow:hidden}.hero__content{z-index:2;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,6rem) clamp(2rem,5vw,6rem) clamp(2rem,5vw,6rem) clamp(2rem,8vw,8rem);display:flex;position:relative}.hero__badge{color:var(--rose-dark);letter-spacing:.1em;text-transform:uppercase;background:#c4848a1a;border:1px solid #c4848a33;border-radius:30px;align-items:center;gap:8px;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero__title{color:var(--text);letter-spacing:.02em;margin-bottom:1.5rem;font-size:clamp(2.8rem,5.5vw,5rem)}.hero__title span{background:linear-gradient(135deg, var(--rose), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero__subtitle{color:var(--text-light);max-width:440px;margin-bottom:2.5rem;font-size:clamp(1rem,1.3vw,1.2rem);font-weight:300;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{letter-spacing:.04em;text-transform:uppercase;border-radius:50px;align-items:center;gap:10px;padding:1rem 2rem;font-size:.9rem;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero__btn svg{flex-shrink:0}.hero__btn--primary{background:linear-gradient(135deg, var(--rose), var(--rose-dark));color:var(--white);box-shadow:0 8px 30px #c4848a59}.hero__btn--primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #c4848a73}.hero__btn--secondary{color:var(--text);border:2px solid var(--rose-light);background:0 0}.hero__btn--secondary:hover{background:var(--rose-light);color:var(--text);transform:translateY(-2px)}.hero__image-wrapper{clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%);position:relative;overflow:hidden}.hero__image-wrapper:before{content:"";z-index:1;background:linear-gradient(135deg,#c4848a26,#0000 60%);position:absolute;inset:0}.hero__image{object-fit:cover;object-position:center;width:100%;height:100%;min-height:100vh}.hero__float-badge{z-index:3;background:var(--white);border-radius:16px;align-items:center;gap:12px;padding:1.2rem 1.8rem;display:flex;position:absolute;bottom:8%;left:-2rem;box-shadow:0 10px 40px #00000014}.hero__float-badge .stars{color:#f4b942;gap:2px;font-size:1.1rem;display:flex}.hero__float-badge .rating-text{color:var(--text);font-size:.85rem;font-weight:600}.hero__float-badge .review-count{color:var(--text-light);font-size:.75rem}.hero__decor{z-index:0;background:radial-gradient(circle,#c4848a14 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:20%;left:-5%}@keyframes hero-gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes hero-float-badge{0%,to{transform:translateY(0)translate(-40px)}50%{transform:translateY(-6px)translate(-40px)}}.hero__decor{animation:8s ease-in-out infinite scale-pulse}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.hero__content{text-align:center;align-items:center;padding:6rem 1.5rem 3rem}.hero__subtitle{text-align:center}.hero__actions{justify-content:center}.hero__image-wrapper{clip-path:none;height:60vh}.hero__float-badge{bottom:1rem;left:50%;transform:translate(-50%)}}.sobre{max-width:100vw;padding:clamp(4rem,8vw,8rem) clamp(1.5rem,5vw,6rem);position:relative;overflow:hidden}.sobre:before{content:"";background:radial-gradient(circle,#d4a5740f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.sobre__container{grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(2rem,4vw,5rem);max-width:1100px;margin:0 auto;display:grid;overflow:hidden}.sobre__image-container{position:relative}.sobre__image{aspect-ratio:3/4;object-fit:cover;border-radius:24px;width:100%;box-shadow:0 20px 60px #c4848a26}.sobre__image-container:after{content:"";border:2px solid var(--rose-light);z-index:-1;border-radius:24px;width:60%;height:60%;position:absolute;bottom:-12px;right:-12px}.sobre__label{text-transform:uppercase;letter-spacing:.2em;color:var(--rose);align-items:center;gap:8px;margin-bottom:1rem;font-size:.78rem;font-weight:600;display:flex}.sobre__label:before{content:"";background:linear-gradient(90deg, var(--rose), var(--gold));width:30px;height:2px}.sobre__title{color:var(--text);overflow-wrap:break-word;word-wrap:break-word;margin-bottom:1.5rem;font-size:clamp(1.6rem,3.5vw,3rem);line-height:1.15}.sobre__text{color:var(--text-light);overflow-wrap:break-word;word-wrap:break-word;margin-bottom:1.5rem;font-size:1rem;line-height:1.9}.sobre__highlight{gap:2rem;margin-top:2rem;display:flex}.sobre__stat{text-align:center}.sobre__stat-number{font-family:var(--font-display);background:linear-gradient(135deg, var(--rose), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,3vw,2.8rem)}.sobre__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}@media (width<=768px){.sobre{padding:3rem 1rem;overflow-x:hidden}.sobre__container{text-align:center;grid-template-columns:1fr;max-width:100%;padding:0;overflow:hidden}.sobre__label,.sobre__highlight{justify-content:center}.sobre__image-container:after{display:none}.sobre__image{aspect-ratio:4/3}.sobre__title{font-size:1.8rem}.sobre__text{font-size:.95rem}}.servicos{background:var(--white);padding:clamp(4rem,8vw,8rem) clamp(1.5rem,5vw,6rem);position:relative}.servicos:before{content:"";background:linear-gradient(90deg, transparent, var(--rose-light), transparent);height:1px;position:absolute;top:0;left:0;right:0}.servicos__header{text-align:center;max-width:600px;margin:0 auto 4rem}.servicos__label{text-transform:uppercase;letter-spacing:.2em;color:var(--rose);margin-bottom:1rem;font-size:.78rem;font-weight:600}.servicos__title{color:var(--text);font-size:clamp(2rem,3.5vw,3rem)}.servicos__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.servicos__card{background:var(--cream);cursor:default;border:1px solid #0000;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.servicos__card:before{content:"";background:linear-gradient(90deg, var(--rose), var(--gold));transform-origin:0;width:100%;height:4px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.servicos__card:hover{border-color:#c4848a26;transform:translateY(-8px);box-shadow:0 20px 50px #c4848a1f}.servicos__card:hover:before{transform:scaleX(1)}.servicos__icon{width:56px;height:56px;color:var(--rose);background:linear-gradient(135deg,#c4848a1f,#d4a57414);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s;display:flex}.servicos__card:hover .servicos__icon{transform:scale(1.1)rotate(-5deg)}.servicos__card-title{font-family:var(--font-display);color:var(--text);margin-bottom:.8rem;font-size:1.4rem}.servicos__card-desc{color:var(--text-light);font-size:.9rem;line-height:1.7}.servicos__cta{text-align:center;margin-top:3rem}.servicos__cta a{background:linear-gradient(135deg, var(--rose), var(--rose-dark));color:var(--white);letter-spacing:.04em;text-transform:uppercase;border-radius:50px;align-items:center;gap:10px;padding:1rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .35s;display:inline-flex;box-shadow:0 8px 30px #c4848a4d}.servicos__cta a:hover{transform:translateY(-3px);box-shadow:0 12px 40px #c4848a73}.servicos__cta a svg{flex-shrink:0}@media (width<=900px){.servicos__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.servicos__grid{grid-template-columns:1fr}}.galeria{padding:clamp(4rem,8vw,8rem) clamp(1.5rem,5vw,6rem);position:relative;overflow:hidden}.galeria__header{text-align:center;max-width:600px;margin:0 auto 3rem}.galeria__label{text-transform:uppercase;letter-spacing:.2em;color:var(--rose);margin-bottom:1rem;font-size:.78rem;font-weight:600}.galeria__title{color:var(--text);font-size:clamp(2rem,3.5vw,3rem)}.galeria__grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:0 auto;display:grid}.galeria__item{cursor:pointer;border-radius:16px;position:relative;overflow:hidden}.galeria__item:first-child{grid-area:1/1/3/2}.galeria__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.galeria__item:hover img{transform:scale(1.08)}.galeria__item:after{content:"";opacity:0;background:linear-gradient(#0000 50%,#3d2b2b80);transition:opacity .4s;position:absolute;inset:0}.galeria__item:hover:after{opacity:1}.galeria__item-label{color:var(--white);letter-spacing:.05em;z-index:2;opacity:0;font-size:.85rem;font-weight:600;transition:all .4s;position:absolute;bottom:1rem;left:1rem;transform:translateY(10px)}.galeria__item:hover .galeria__item-label{opacity:1;transform:translateY(0)}@media (width<=768px){.galeria__grid{grid-template-columns:1fr 1fr}.galeria__item:first-child{grid-area:auto/1/auto/-1}.galeria__item img{height:250px}}.depoimentos{background:var(--white);padding:clamp(4rem,8vw,8rem) clamp(1.5rem,5vw,6rem);position:relative}.depoimentos:before{content:"";background:linear-gradient(90deg, transparent, var(--rose-light), transparent);height:1px;position:absolute;top:0;left:0;right:0}.depoimentos__header{text-align:center;max-width:600px;margin:0 auto 3rem}.depoimentos__label{text-transform:uppercase;letter-spacing:.2em;color:var(--rose);margin-bottom:1rem;font-size:.78rem;font-weight:600}.depoimentos__title{color:var(--text);font-size:clamp(2rem,3.5vw,3rem)}.depoimentos__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.depoimento__card{background:var(--cream);border-radius:20px;padding:2rem;transition:transform .3s;position:relative}.depoimento__card:hover{transform:translateY(-5px)}.depoimento__card:before{content:"“";font-family:var(--font-display);color:var(--rose-light);opacity:.5;font-size:4rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.depoimento__stars{color:#f4b942;gap:2px;margin-bottom:1rem;display:flex}.depoimento__text{color:var(--text-light);margin-bottom:1.5rem;font-size:.92rem;font-style:italic;line-height:1.7}.depoimento__author{color:var(--text);font-size:.9rem;font-weight:600}.depoimento__source{color:var(--text-muted);font-size:.75rem}@media (width<=768px){.depoimentos__grid{grid-template-columns:1fr;max-width:500px}}.contato{background:linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);padding:clamp(4rem,8vw,8rem) clamp(1.5rem,5vw,6rem);position:relative}.contato__container{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.contato__label{text-transform:uppercase;letter-spacing:.2em;color:var(--rose);align-items:center;gap:8px;margin-bottom:1rem;font-size:.78rem;font-weight:600;display:flex}.contato__label:before{content:"";background:linear-gradient(90deg, var(--rose), var(--gold));width:30px;height:2px}.contato__title{color:var(--text);margin-bottom:2rem;font-size:clamp(2rem,3.5vw,2.8rem)}.contato__info{flex-direction:column;gap:1.5rem;display:flex}.contato__item{background:var(--white);border-radius:16px;align-items:flex-start;gap:1rem;padding:1.2rem;transition:transform .3s,box-shadow .3s;display:flex}.contato__item:hover{transform:translate(8px);box-shadow:0 8px 30px #c4848a1a}.contato__item-icon{width:48px;height:48px;color:var(--rose);background:linear-gradient(135deg,#c4848a1a,#d4a57414);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contato__item-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.3rem;font-size:.78rem;font-weight:600}.contato__item-value{color:var(--text);font-size:.95rem;line-height:1.5}.contato__item-value a{color:var(--rose-dark);transition:color .3s}.contato__item-value a:hover{color:var(--rose)}.contato__map{border-radius:20px;height:100%;min-height:350px;overflow:hidden;box-shadow:0 10px 40px #0000000f}.contato__map iframe{border:none;width:100%;height:100%;min-height:350px}.contato__cta{margin-top:1.5rem}.contato__cta a{background:linear-gradient(135deg, var(--rose), var(--rose-dark));color:var(--white);letter-spacing:.04em;text-transform:uppercase;border-radius:50px;align-items:center;gap:10px;padding:1rem 2rem;font-size:.9rem;font-weight:600;transition:all .35s;display:inline-flex;box-shadow:0 8px 30px #c4848a4d}.contato__cta a:hover{transform:translateY(-3px);box-shadow:0 12px 40px #c4848a73}.contato__cta a svg{flex-shrink:0}@media (width<=768px){.contato__container{grid-template-columns:1fr}.contato__map{min-height:280px}}.footer{background:var(--text);color:#ffffffb3;padding:clamp(3rem,5vw,5rem) clamp(1.5rem,5vw,6rem) 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, var(--rose), var(--gold), var(--rose));height:3px;position:absolute;top:0;left:0;right:0}.footer__container{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.footer__brand img{filter:brightness(2);height:36px;margin-bottom:1rem}.footer__brand p{max-width:300px;font-size:.9rem;line-height:1.7}.footer__heading{font-family:var(--font-display);color:var(--white);margin-bottom:1.2rem;font-size:1.2rem}.footer__links{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer__links a{align-items:center;gap:8px;font-size:.88rem;transition:color .3s;display:inline-flex}.footer__links a:hover{color:var(--rose-light)}.footer__links a svg{flex-shrink:0}.footer__bottom{color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1000px;margin:3rem auto 0;padding-top:1.5rem;font-size:.78rem;display:flex}.footer__social{gap:1rem;display:flex}.footer__social a{color:#fff9;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer__social a:hover{background:var(--rose);color:var(--white);transform:translateY(-3px)}@media (width<=768px){.footer__container{text-align:center;grid-template-columns:1fr}.footer__brand p{max-width:none}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}.footer__social{justify-content:center}}
