:root{--cream:#fbf3ee;--cream-deep:#f3e4db;--blush:#c98a9c;--blush-light:#e8c3cd;--rose-deep:#8f4f66;--gold:#c9a16a;--ink:#3b2a2e;--ink-soft:#6e565c;--white:#fffdfb;--shadow:0 20px 60px -20px #5a283a40;--serif:"Cormorant Garamond", "Times New Roman", serif;--sans:"Jost", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--sans);margin:0;font-weight:300;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{width:min(1140px,92%);margin-inline:auto}.eyebrow{font-family:var(--sans);letter-spacing:.28em;text-transform:uppercase;color:var(--rose-deep);align-items:center;gap:.6em;font-size:.72rem;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:28px;height:1px;display:inline-block}h1,h2,h3{font-family:var(--serif);color:var(--rose-deep);margin:0;font-weight:600;line-height:1.1}p{color:var(--ink-soft);line-height:1.7}.petal-field{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.petal{opacity:.5;will-change:transform;position:absolute}.site-header{z-index:100;padding:1.4rem 0;transition:background .4s,padding .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbf3eee6;padding:.8rem 0;box-shadow:0 10px 30px -18px #5a283a59}.site-header .container{justify-content:space-between;align-items:center;display:flex}.brand{font-family:var(--serif);color:var(--rose-deep);letter-spacing:.02em;align-items:baseline;gap:.4rem;font-size:1.5rem;font-weight:600;display:flex}.brand span{font-family:var(--sans);letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-size:.6rem;font-weight:500}.nav-links{letter-spacing:.03em;gap:2.2rem;font-size:.9rem;display:flex}.nav-links a{padding-bottom:4px;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0%;height:1px;transition:width .35s;position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.header-actions{align-items:center;gap:1.4rem;display:flex}.btn{letter-spacing:.04em;border:1px solid #0000;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.7rem;font-size:.85rem;transition:transform .3s,box-shadow .3s,background .3s,color .3s;display:inline-flex}.btn-primary{background:var(--rose-deep);color:var(--white);box-shadow:0 14px 30px -12px #8f4f6699}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px -10px #8f4f66b3}.btn-ghost{border-color:var(--blush);color:var(--rose-deep)}.btn-ghost:hover{background:var(--blush-light)}.menu-toggle{background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.menu-toggle span{background:var(--rose-deep);width:24px;height:1.5px}.hero{background:radial-gradient(circle at 80% 20%, var(--cream-deep), var(--cream) 55%);align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.hero .container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-copy h1{margin:1rem 0 1.4rem;font-size:clamp(2.6rem,5vw,4.2rem)}.hero-copy h1 em{color:var(--gold);font-style:italic}.hero-copy p{max-width:480px;margin-bottom:2.2rem;font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.6rem;display:flex}.hero-rating{background:var(--white);box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:.9rem;width:fit-content;padding:.8rem 1.3rem;display:inline-flex}.stars{color:var(--gold);letter-spacing:2px;font-size:1rem}.hero-rating .score{font-family:var(--serif);color:var(--rose-deep);font-size:1.3rem;font-weight:600}.hero-rating .label{color:var(--ink-soft);letter-spacing:.03em;font-size:.72rem}.hero-visual{aspect-ratio:4/5;background:linear-gradient(160deg, var(--blush) 0%, var(--rose-deep) 100%);box-shadow:var(--shadow);border-radius:40% 60% 55% 45%/55% 45%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-visual svg{opacity:.92;width:62%}.hero-visual:after{content:"";background:radial-gradient(circle at 30% 20%,#ffffff59,#0000 55%);position:absolute;inset:0}.scroll-cue{letter-spacing:.3em;text-transform:uppercase;color:var(--rose-deep);z-index:2;flex-direction:column;align-items:center;gap:.6rem;font-size:.65rem;display:flex;position:absolute;bottom:2.4rem;left:50%;transform:translate(-50%)}.scroll-cue .line{background:linear-gradient(var(--gold), transparent);width:1px;height:40px}section{padding:8rem 0;position:relative}.section-head{max-width:640px;margin-bottom:3.5rem}.section-head h2{margin-top:.9rem;font-size:clamp(2rem,3.4vw,2.8rem)}.section-head p{margin-top:1.1rem;font-size:1.02rem}.center{text-align:center;margin-inline:auto}.about{background:var(--white)}.about .container{grid-template-columns:.85fr 1.15fr;align-items:center;gap:4rem;display:grid}.about-visual{position:relative}.about-frame{aspect-ratio:1/1.05;background:linear-gradient(150deg, var(--cream-deep), var(--blush-light));box-shadow:var(--shadow);border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative}.about-frame svg{width:55%}.about-badge{background:var(--rose-deep);color:var(--white);font-family:var(--serif);text-align:center;box-shadow:var(--shadow);border-radius:14px;padding:1.3rem 1.6rem;position:absolute;bottom:-1.6rem;right:-1.6rem}.about-badge strong{font-size:1.8rem;display:block}.about-badge span{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;opacity:.85;font-size:.62rem}.about-list{gap:1rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.about-list li{color:var(--ink-soft);align-items:flex-start;gap:.8rem;font-size:.95rem;display:flex}.about-list li:before{content:"";background:var(--gold);border-radius:50%;min-width:6px;height:6px;margin-top:.55rem}.services{background:var(--cream)}.service-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;display:grid}.service-card{background:var(--white);border:1px solid #c98a9c26;border-radius:18px;padding:2.4rem 2rem;transition:transform .4s,box-shadow .4s;box-shadow:0 20px 45px -30px #5a283a59}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-8px)}.service-icon{width:46px;height:46px;color:var(--rose-deep);margin-bottom:1.3rem}.service-card h3{margin-bottom:.6rem;font-size:1.35rem}.service-card p{margin:0;font-size:.92rem}.diferenciais{background:linear-gradient(180deg, var(--white), var(--cream-deep))}.dif-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.dif-card{text-align:center;padding:1rem}.dif-number{font-family:var(--serif);color:var(--blush);margin-bottom:.6rem;font-size:2.6rem}.dif-card h3{margin-bottom:.5rem;font-size:1.1rem}.dif-card p{font-size:.88rem}.reviews{background:var(--rose-deep);color:var(--white);text-align:center}.reviews .eyebrow{color:var(--blush-light)}.reviews .eyebrow:before{background:var(--white)}.reviews h2{color:var(--white)}.review-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:20px;max-width:560px;margin:3rem auto 0;padding:2.6rem}.review-card .stars{color:var(--gold);letter-spacing:4px;font-size:1.6rem}.review-card .big-score{font-family:var(--serif);margin:.4rem 0;font-size:3.4rem}.review-card p{color:#ffffffd1;margin:0;font-size:.9rem}.contact{background:var(--cream)}.contact .container{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}.contact-info{flex-direction:column;justify-content:center;display:flex}.contact-item{align-items:flex-start;gap:1rem;margin-bottom:1.8rem;display:flex}.contact-item .icon{width:22px;height:22px;color:var(--rose-deep);flex-shrink:0;margin-top:.2rem}.contact-item h3{font-size:1rem;font-family:var(--sans);color:var(--ink);margin-bottom:.25rem;font-weight:500}.contact-item p{margin:0;font-size:.92rem}.contact-item a{color:var(--rose-deep);border-bottom:1px solid var(--blush)}.whatsapp-cta{color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:.7rem;width:fit-content;margin-top:1rem;padding:1rem 1.8rem;transition:transform .3s;display:inline-flex;box-shadow:0 16px 30px -12px #25d3668c}.whatsapp-cta:hover{transform:translateY(-2px)scale(1.02)}.map-frame{box-shadow:var(--shadow);border:1px solid #c98a9c33;border-radius:20px;min-height:380px;overflow:hidden}.map-frame iframe{filter:saturate(.85)sepia(.06);border:0;width:100%;height:100%;min-height:380px}footer{background:var(--ink);color:#ffffffb3;padding:3rem 0 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-brand{font-family:var(--serif);color:var(--white);font-size:1.2rem}footer small,.footer-credit{opacity:.65;font-size:.75rem}.footer-credit a{color:var(--blush-light);border-bottom:1px solid #e8c3cd66}.floating-whatsapp{z-index:90;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;animation:2.6s ease-in-out infinite pulse;display:flex;position:fixed;bottom:1.8rem;right:1.8rem;box-shadow:0 14px 30px -8px #0006}.floating-whatsapp svg{fill:#fff;width:28px;height:28px}@keyframes pulse{0%,to{box-shadow:0 14px 30px -8px #0006,0 0 #25d36680}50%{box-shadow:0 14px 30px -8px #0006,0 0 0 12px #25d36600}}.reveal{opacity:0;transform:translateY(36px)}@media (width<=980px){.nav-links{display:none}.menu-toggle{display:flex}.hero .container,.about .container,.contact .container{grid-template-columns:1fr}.hero-visual{order:-1;max-width:320px;margin-inline:auto}.service-grid,.dif-grid{grid-template-columns:repeat(2,1fr)}.about-badge{right:.5rem}}@media (width<=640px){section{padding:5.5rem 0}.service-grid,.dif-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.footer-inner{text-align:center;flex-direction:column}.floating-whatsapp{width:50px;height:50px;bottom:1.2rem;right:1.2rem}.floating-whatsapp svg{width:24px;height:24px}.hero-copy p{max-width:100%;padding-right:3.2rem}}
