*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{color:#3d2b28;background:#faf6f4;font-family:DM Sans,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}:root{--rose:#c4786a;--rose-dark:#92463a;--rose-light:#e8c4bb;--cream:#faf6f4;--cream-dark:#f0e6e1;--blush:#f5d9ce;--nude:#8b6b65;--text:#3d2b28;--white:#fff;--gold:#c9a882;--wpp:#25d366;--nav-h:80px}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.serif{font-family:Cormorant Garamond,serif}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem;font-size:.7rem;font-weight:500;display:block}.sep{background:linear-gradient(90deg, var(--rose), var(--gold));width:50px;height:1.5px;margin:1.1rem 0 1.8rem;display:block}.sep-c{margin-left:auto;margin-right:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroReveal{0%{opacity:0}to{opacity:1}}@keyframes pulse-ring{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}.a1{animation:.8s .15s both fadeUp}.a2{animation:.8s .3s both fadeUp}.a3{animation:.8s .45s both fadeUp}.a4{animation:.8s .6s both fadeUp}.reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-img{opacity:0;transition:opacity 1s}.reveal-img.visible{opacity:1}.d1{transition-delay:80ms}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.d5{transition-delay:.4s}.d6{transition-delay:.48s}.d7{transition-delay:.56s}.d8{transition-delay:.64s}#topbar{z-index:900;height:var(--nav-h);backdrop-filter:blur(12px);background:#faf6f4f7;align-items:center;transition:box-shadow .3s;display:flex;position:fixed;inset:0 0 auto}#topbar.scrolled{box-shadow:0 1px 20px #3d2b2814}.nav-inner{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);display:flex}.brand-wordmark{color:var(--text);white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;line-height:1}.brand-wordmark em{color:var(--rose);font-style:italic;font-weight:500}.brand-wordmark small{letter-spacing:.14em;text-transform:uppercase;color:var(--nude);margin-top:.15rem;font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:400;display:block}.nav-links{flex:1;justify-content:center;align-items:center;gap:.25rem;list-style:none;display:flex}.nav-links a{color:var(--nude);letter-spacing:.03em;white-space:nowrap;border-radius:50px;padding:.45rem .9rem;font-size:.82rem;font-weight:400;transition:color .2s,background .2s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text);background:#3d2b280f}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.nav-toggle span{background:var(--text);border-radius:2px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.nav-drawer{inset:var(--nav-h) 0 0;backdrop-filter:blur(16px);z-index:850;background:#faf6f4f7;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 0;display:none;position:fixed;overflow-y:auto}.nav-drawer.open{display:flex}.nav-drawer a{color:var(--text);border-radius:50px;padding:.7rem 2rem;font-size:1.1rem;font-weight:400;transition:background .2s}.nav-drawer a:hover{background:var(--cream-dark)}.nav-drawer .btn-rose{margin-top:.5rem}@media (width<=1080px){.nav-links,.nav-inner>.btn-rose{display:none}.nav-toggle{display:flex}}.btn-rose{background:var(--rose);color:var(--white);letter-spacing:.04em;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-size:.875rem;font-weight:500;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.btn-rose:hover{background:var(--rose-dark);transform:translateY(-2px);box-shadow:0 8px 28px #c4786a40}.btn-outline-rose{border:1.5px solid var(--rose);color:var(--rose);letter-spacing:.04em;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-size:.875rem;font-weight:500;transition:background .25s,transform .25s;display:inline-flex}.btn-outline-rose:hover{background:var(--rose-light);transform:translateY(-2px)}.btn-wpp{background:var(--wpp);color:var(--white);letter-spacing:.03em;border-radius:60px;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:1rem;font-weight:500;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 32px #25d36659}.btn-wpp:hover{background:#1da851;transform:translateY(-3px)scale(1.02);box-shadow:0 14px 44px #25d36673}.btn-wpp.pulse{animation:3s ease-out infinite pulse-ring}.btn-wpp.pulse:hover{animation:none}.btn-wpp.sm{padding:1rem 2rem;font-size:.9rem}#hero{background:var(--rose);background-image:radial-gradient(60% 80% at 85% 30%,#92463a59 0%,#0000 70%),radial-gradient(50% 60% at 10% 80%,#c9a88233 0%,#0000 60%);align-items:center;min-height:100svh;margin-top:0;display:flex;position:relative;overflow:hidden}.hero-inner{justify-content:space-between;align-items:center;gap:clamp(2rem,4vw,4rem);width:100%;max-width:1320px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);display:flex}.hero-decor-dot{pointer-events:none;z-index:2;border-radius:50%;position:absolute}.hero-decor-dot.d1{background:var(--rose-light);opacity:.55;width:30px;height:30px;top:-18px;right:56px}.hero-decor-dot.d2{background:var(--gold);opacity:.7;width:10px;height:10px;top:34px;right:38px}.hero-text-col{z-index:2;flex-shrink:0;max-width:560px;padding:clamp(6rem,8vw,8rem) 0 clamp(4rem,6vw,6rem);position:relative}.hero-photo-stack{aspect-ratio:.77;z-index:1;flex-shrink:0;width:clamp(280px,30vw,460px);position:relative}.hero-photo-block{background:var(--text);border-radius:22px;position:absolute;inset:0;transform:rotate(3deg)}.hero-photo-card{border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 30px 70px #3d2b2847}.hero-photo-card img{object-fit:cover;object-position:center 18%;filter:sepia(.08)saturate(1.05);width:100%;height:100%;animation:1.4s .1s both heroReveal;display:block}.hero-img-info{z-index:3;backdrop-filter:blur(10px);background:#faf6f4f5;border:1px solid #c4786a2e;border-radius:14px;align-items:center;gap:.9rem;max-width:260px;padding:1rem 1.1rem;display:flex;position:absolute;bottom:3.75rem;left:clamp(-3.5rem,-4vw,-2rem);transform:rotate(-2deg);box-shadow:0 16px 40px #3d2b282e}.img-info-dot{background:var(--rose);border-radius:50%;flex-shrink:0;width:7px;height:7px}.img-info-text{color:var(--nude);font-size:.78rem;font-weight:400;line-height:1.4}.img-info-text strong{color:var(--text);font-size:.82rem;font-weight:500;display:block}.hero-badge{backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff52;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.8rem;padding:.4rem 1rem;display:inline-flex}.hero-badge-dot{background:var(--rose-light);border-radius:50%;width:7px;height:7px}.hero-badge span{color:#ffffffe6;letter-spacing:.06em;font-size:.72rem;font-weight:400}.hero-h1{letter-spacing:-.01em;color:var(--white);margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,4vw,4.2rem);font-weight:500;line-height:1.12}.hero-h1 em{color:var(--rose-light);font-style:italic}.hero-sub{color:#ffffffd9;max-width:440px;margin-bottom:2.5rem;font-size:clamp(.9rem,1.1vw,1rem);font-weight:300;line-height:1.8}.hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-ctas .btn-outline-rose{color:var(--white);border-color:#fff9}.hero-ctas .btn-outline-rose:hover{background:#ffffff24}.hero-trust{border-top:1px solid #ffffff3d;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.8rem;padding-top:2rem;display:flex}.trust-item{flex-direction:column;gap:.15rem;display:flex}.trust-num{color:var(--rose-light);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;line-height:1}.trust-label{color:#ffffffb8;letter-spacing:.06em;font-size:.68rem}.trust-div{background:#ffffff3d;width:1px;height:32px}@media (width<=900px){#hero{min-height:auto;padding-top:calc(var(--nav-h) + 1.5rem)}.hero-inner{flex-direction:column;gap:0;padding:0 1.5rem}.hero-decor-dot{display:none}.hero-text-col{order:2;max-width:100%;padding:0 0 3rem}.hero-photo-stack{aspect-ratio:4/3;order:1;width:min(340px,78vw);margin:0 auto 3rem}.hero-photo-block{transform:rotate(2deg)}.hero-photo-card{transform:rotate(-1deg)}.hero-img-info{max-width:none;bottom:-1.5rem;left:1rem;right:1rem;transform:none}.hero-h1,.hero-badge,.hero-sub,.hero-trust{text-align:center}.hero-badge{margin-left:auto;margin-right:auto}.hero-sub{max-width:100%;margin-left:auto;margin-right:auto}.hero-ctas,.hero-trust{justify-content:center}}#page-hero{padding:calc(var(--nav-h) + clamp(3rem,6vw,5rem)) 0 clamp(3rem,5vw,4rem);background:var(--rose);text-align:center;background-image:radial-gradient(60% 80% at 85% 30%,#92463a59 0%,#0000 70%),radial-gradient(50% 60% at 10% 80%,#c9a88233 0%,#0000 60%);position:relative}#page-hero .breadcrumb,#page-hero .breadcrumb a{color:#ffffffa6}#page-hero .breadcrumb span[aria-current]{color:var(--white)}#page-hero .eyebrow{color:#ffffffbf;display:block}#page-hero h1{color:var(--white);letter-spacing:-.01em;max-width:780px;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:500;line-height:1.15}#page-hero p{color:#ffffffd9;max-width:620px;margin:1rem auto 0;font-size:.95rem;font-weight:300;line-height:1.75}.photo-strip{aspect-ratio:21/6;width:100%;max-width:1200px;margin:clamp(3.5rem,5vw,5rem) auto;padding:0 clamp(1.5rem,4vw,3rem);position:relative}.photo-strip.tall{aspect-ratio:21/9.5;margin-bottom:clamp(2.5rem,4vw,3.5rem)}.photo-strip img{object-fit:cover;object-position:center 30%;border-radius:16px;width:100%;height:100%;display:block;box-shadow:0 24px 60px #3d2b2833}.section{padding:clamp(5rem,8vw,8rem) 0}.section.bg-white{background:var(--white)}.section.bg-cream{background:var(--cream)}.section-head{text-align:center;max-width:620px;margin:0 auto clamp(3rem,5vw,4rem)}.section-head h2{color:var(--text);letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-size:clamp(1.9rem,2.8vw,2.8rem);font-weight:500;line-height:1.2}.section-head.left{text-align:left;margin:0 0 clamp(3rem,5vw,4rem)}.info-list{border-top:1px solid var(--cream-dark);grid-template-columns:1fr 1fr;gap:0 1.5rem;margin-bottom:2rem;display:grid}.info-row{border-bottom:1px solid var(--cream-dark);align-items:center;gap:.9rem;padding:.9rem .1rem;transition:padding-left .2s;display:flex}.info-row:hover{padding-left:.4rem}.info-num{color:var(--rose);flex-shrink:0;min-width:24px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;line-height:1}.info-row span{color:var(--text);font-size:.875rem;font-weight:400}.pull-quote{background:var(--rose);border-radius:10px;margin-bottom:2rem;padding:1.5rem 1.75rem}.prose .pull-quote p{color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(1rem,1.3vw,1.15rem);font-style:italic;line-height:1.65}.prose{max-width:720px}.prose p{color:var(--nude);margin-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.85}.prose h3{color:var(--text);margin:2rem 0 .75rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600}.prose ul{margin:0 0 1.25rem 1.2rem}.prose li{color:var(--nude);margin-bottom:.4rem;font-size:.95rem;font-weight:300;line-height:1.8}.prose h2{color:var(--text);margin:2.75rem 0 1rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:500;line-height:1.2}.prose>h2:first-child{margin-top:0}.prose ol{margin:0 0 1.25rem 1.2rem}.prose ol li::marker{color:var(--rose);font-weight:500}.prose a{color:var(--rose-dark);text-underline-offset:3px;text-decoration:underline;text-decoration-color:var(--rose-light);transition:text-decoration-color .2s}.prose a:hover{text-decoration-color:var(--rose-dark)}.prose a.btn-rose,.prose a.btn-wpp,.prose a.btn-outline-rose{text-decoration:none}.prose .revisao-conteudo{border-top:1px solid var(--cream-dark);margin-top:2.5rem;padding-top:1.25rem;font-size:.8rem;line-height:1.7}.rose-band{background:var(--rose);background-image:radial-gradient(60% 80% at 80%,#92463a66 0%,#0000 70%),radial-gradient(50% 60% at 10% 20%,#c9a88233 0%,#0000 60%);padding:clamp(6rem,9vw,9rem) 0 clamp(7rem,10vw,10rem);position:relative}.rose-band .section-head h2,.rose-band .section-head .eyebrow{color:var(--white)}.rose-band .section-head .eyebrow{color:#ffffffb3}.rose-band .sep{background:linear-gradient(90deg,#ffffff80,#ffffff26)}.rose-band:after{content:"";background:var(--white);clip-path:ellipse(58% 100% at 50% 100%);pointer-events:none;height:64px;position:absolute;bottom:-1px;left:0;right:0}.rose-band.on-cream:after{background:var(--cream)}.card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.card-grid.cols-4{grid-template-columns:repeat(4,1fr)}.feature-card{text-align:left;background:0 0;border:none;border-radius:0;padding:0 1.75rem;transition:none}.feature-card:hover{background:0 0;transform:none}.card-grid.cols-4 .feature-card:not(:first-child){border-left:1px solid #ffffff38}.feature-card-icon{width:auto;height:auto;color:var(--rose-light);background:0 0;border-radius:0;margin:0 0 1.5rem;display:block}.feature-card h3{color:var(--white);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:500}.feature-card p{color:#ffffffed;font-size:.875rem;font-weight:300;line-height:1.7}.depo-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.depo-card{background:var(--white);border:1px solid var(--cream-dark);border-top:3px solid var(--rose);border-radius:3px;flex-direction:column;gap:1.1rem;padding:2.25rem 2rem 2rem;transition:border-color .25s,background .25s;display:flex}.depo-card:hover{border-color:var(--rose-light);border-top-color:var(--rose-dark);background:var(--cream)}.depo-quote-mark{color:var(--rose-light);font-family:Cormorant Garamond,serif;font-size:3.25rem;font-style:italic;line-height:.6}.depo-text{color:var(--text);flex:1;font-family:Cormorant Garamond,serif;font-size:clamp(1rem,1.2vw,1.1rem);font-style:italic;line-height:1.7}.depo-foot{border-top:1px solid var(--cream-dark);justify-content:space-between;align-items:center;gap:.9rem;padding-top:1.1rem;display:flex}.depo-name{color:var(--text);font-size:.85rem;font-weight:500}.depo-detail{color:var(--nude);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem}.depo-stars{color:var(--gold);flex-shrink:0;gap:2px;display:flex}.depo-cta-card{background:var(--white);border:1px dashed var(--rose-light);text-align:center;justify-content:center;align-items:center;gap:1rem}.depo-cta-card:hover{border-style:solid}.depo-cta-icon{color:var(--rose)}.depo-cta-text{color:var(--text);font-family:Cormorant Garamond,serif;font-size:clamp(1rem,1.2vw,1.1rem);font-style:italic;line-height:1.6}.depo-cta-btn{margin-top:.25rem}.faq-list{border-top:1px solid var(--cream-dark);max-width:760px;margin:0 auto}.faq-item{border:none;border-bottom:1px solid var(--cream-dark);background:0 0;border-left:3px solid #0000;transition:border-left-color .25s,background .25s;overflow:hidden}.faq-item.open{border-left-color:var(--rose);background:var(--cream)}.faq-q{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.35rem 1.5rem;font-family:inherit;display:flex}.faq-q span{color:var(--text);flex:1;font-size:.9rem;font-weight:400;line-height:1.5}.faq-icon{width:14px;height:14px;color:var(--rose);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,color .25s;display:flex}.faq-item.open .faq-icon{color:var(--rose-dark);transform:rotate(45deg)}.faq-a{max-height:0;padding:0 1.5rem;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item.open .faq-a{max-height:400px;padding-bottom:1.5rem}.faq-a p{color:var(--nude);font-size:.875rem;font-weight:300;line-height:1.75}.unit-detail-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:clamp(2rem,5vw,3rem);display:grid}@media (width<=800px){.unit-detail-grid{grid-template-columns:1fr}}.unit-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.unit-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:820px;margin:0 auto}.unit-card{background:var(--white);border:1px solid var(--cream-dark);border-top:3px solid var(--rose);border-radius:3px;flex-direction:column;gap:1rem;padding:2.25rem 1.75rem 2rem;transition:border-color .25s,background .25s;display:flex}.unit-card:hover{border-color:var(--rose-light);border-top-color:var(--rose-dark);background:var(--cream)}.unit-card .eyebrow{margin-bottom:0}.unit-card h3,.unit-card-title{color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;line-height:1.2}.unit-card address{color:var(--nude);font-size:.85rem;font-style:normal;line-height:1.7}.unit-card .btn-outline-rose,.unit-card .btn-wpp{align-self:flex-start;margin-top:auto}.service-icon{background:var(--rose-light);width:46px;height:46px;color:var(--rose-dark);border-radius:8px;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.unit-card .service-icon+h3{margin-top:0}.unit-card-actions{flex-wrap:wrap;gap:.75rem;margin-top:auto;display:flex}.unit-card .unit-card-actions>a{align-self:auto;margin-top:0}.unit-card-map{border:0;border-radius:10px;width:100%;height:130px;display:block}#cta{background:var(--text);padding:clamp(5rem,9vw,10rem) 0;position:relative;overflow:hidden}.cta-photo{object-fit:cover;object-position:center 22%;opacity:.6;pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}#cta:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#3d2b28d1,#3d2b28b8);position:absolute;inset:0}.cta-inner{z-index:2;text-align:center;max-width:960px;margin:0 auto;position:relative}.cta-inner .eyebrow{color:#fff9}.cta-inner h2{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:600;line-height:1.15}.cta-inner .sep{background:linear-gradient(90deg,#ffffff80,#ffffff1f)}.cta-inner>p{color:#ffffffe0;margin-bottom:2.8rem;font-size:1rem;font-weight:300;line-height:1.75}.cta-note{color:#ffffff61;letter-spacing:.06em;margin-top:.9rem;font-size:.75rem;display:block}.cta-pills{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:3rem;padding-top:2.5rem;display:flex}.cta-pill{color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.78rem;font-weight:300;display:inline-flex}.cta-two-col{text-align:left;grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);margin-top:2.5rem;display:grid}.cta-form-desc{color:#ffffffbf;margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.7}.cta-unit-picker{text-align:left;flex-direction:column;gap:.85rem;display:flex}.cta-unit-picker a{background:#ffffff14;border:1.5px solid #ffffff29;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.2rem;transition:border-color .2s,background .2s,transform .2s;display:flex}.cta-unit-picker a:hover{border-color:var(--rose-light);background:#ffffff24;transform:translate(4px)}.cta-unit-picker strong{color:var(--white);font-size:.9rem;font-weight:500}.cta-unit-picker span.city{color:#ffffff8c;margin-top:.15rem;font-size:.75rem;display:block}.cta-contact-col{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.cta-contact-or{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:400}.cta-contact-col .cta-pills{justify-content:flex-start;margin-top:1rem}@media (width<=768px){.cta-two-col{grid-template-columns:1fr}.cta-contact-col{align-items:center}.cta-contact-col .cta-pills{justify-content:center}}footer{background:var(--text);color:#faf6f4b3;padding:4rem 0 2rem}.footer-inner{grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand .brand-wordmark{color:var(--white)}.footer-brand .brand-wordmark small{color:#faf6f480}.footer-brand p{color:#faf6f480;margin-top:1rem;font-size:.85rem;font-weight:300;line-height:1.7}.footer-cro{flex-direction:column;gap:.35rem;margin-top:1.25rem;display:flex}.footer-cro span{color:#c4786acc;letter-spacing:.04em;font-size:.72rem}.footer-col h4{letter-spacing:.14em;text-transform:uppercase;color:#faf6f466;margin-bottom:1.25rem;font-size:.7rem;font-weight:500}.footer-col ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-col ul a{color:#faf6f4a6;font-size:.875rem;font-weight:300;transition:color .25s}.footer-col ul a:hover{color:var(--rose-light)}.footer-socials{gap:.75rem;margin-bottom:1.25rem;display:flex}.social-btn{color:#faf6f499;border:1px solid #faf6f41f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .25s,color .25s,background .25s;display:flex}.social-btn:hover{border-color:var(--rose);color:var(--rose-light);background:#c4786a1a}.footer-bottom{border-top:1px solid #faf6f414;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:#faf6f44d;font-size:.78rem;font-weight:300}.footer-bottom a{color:#faf6f44d;transition:color .25s}.footer-bottom a:hover{color:var(--rose-light)}@media (width<=700px){.footer-inner{grid-template-columns:1fr;gap:2rem}}.wpp-float{z-index:800;background:var(--wpp);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .25s,box-shadow .25s;animation:3s ease-out infinite pulse-ring;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #25d36666}.wpp-float:hover{animation:none;transform:scale(1.08);box-shadow:0 8px 30px #25d36680}.breadcrumb{color:var(--nude);margin-bottom:1.25rem;font-size:.75rem}.breadcrumb a{color:var(--nude);transition:color .2s}.breadcrumb a:hover{color:var(--rose)}.breadcrumb span[aria-current]{color:var(--rose-dark)}@media (width<=900px){.photo-strip{aspect-ratio:16/7}.photo-strip.tall{aspect-ratio:3/2}.info-list{grid-template-columns:1fr}.card-grid{grid-template-columns:1fr 1fr}.depo-grid,.unit-grid,.unit-grid.cols-2{grid-template-columns:1fr}.card-grid.cols-4 .feature-card:not(:first-child){border-left:none;padding-left:1.75rem}.card-grid.cols-4 .feature-card:nth-child(n+3){border-top:1px solid #ffffff38;margin-top:.5rem;padding-top:2rem}}@media (width<=600px){.card-grid,.card-grid.cols-2,.card-grid.cols-4{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.card-grid.cols-4 .feature-card:nth-child(n+2){border-top:1px solid #ffffff38;margin-top:.5rem;padding-top:2rem}.card-grid.cols-4 .feature-card:nth-child(3){border-top:1px solid #ffffff38}.btn-wpp{justify-content:center;width:100%}.cta-pills{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
