:root{--background:#fff;--foreground:#20232b;--muted:#6b7280;--border:#e9e9e9;--surface:#fff;--brand-green:#64ae49;--brand-orange:#e46c16;--brand-red:#b61c2c;--brand-green-pastel:#dff6d6;--brand-orange-pastel:#ffdfc8;--brand-red-pastel:#ffcbd0;--hero-shadow:0 28px 80px #11111114}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--background);color:var(--foreground);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}html,body,#__next,main{width:100%;max-width:100%;min-height:100%}::-webkit-scrollbar{width:0;height:0}html,body{-ms-overflow-style:none;scrollbar-width:none}
.section{padding:110px 0}.section-heading{text-align:center;margin-bottom:2.5rem}.find-space__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2.75rem;display:flex}.custom-burger{background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:28px;transition:all .25s;display:flex}.custom-burger.light{color:#fff}.custom-burger.dark{color:var(--foreground)}.custom-burger:hover{transform:scale(1.1)}.find-space__copy{text-align:left;max-width:48ch}.find-space__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--brand-green);margin:0 0 1rem;font-size:.72rem;font-weight:700}.find-space__eyebrow-orange{color:var(--brand-orange)}.find-space__copy h2{color:var(--foreground);text-wrap:balance;margin:0 0 .9rem;font-size:clamp(2rem,2.6vw,3rem);font-weight:600;line-height:1.05}.find-space__description{color:#20232b9e;text-wrap:pretty;margin:0}.find-space__link{text-underline-offset:.22em;font-size:.95rem;font-weight:600;-webkit-text-decoration:underline #20232b2e;text-decoration:underline #20232b2e;transition:text-decoration-color .2s,color .2s}.find-space__link:hover{color:var(--brand-green);text-decoration-color:#64ae4999}.location-card__media{aspect-ratio:4/3;border:1px solid var(--border);background:#f4f4f1;position:relative;overflow:hidden}.location-card__image{object-fit:cover;transition:transform .7s}.location-card{border:1px solid var(--border);height:100%;box-shadow:var(--hero-shadow);background:#fff;border-radius:1.25rem;flex-direction:column;display:flex;overflow:hidden}.location-card__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.location-card__description{color:var(--foreground);opacity:.7;margin-bottom:1rem}.location-card__features{margin:0;padding:0;list-style:none}.location-card__features li{color:var(--foreground);align-items:center;gap:10px;margin-bottom:.8rem;display:flex}.location-card__icon{color:var(--brand-green);flex-shrink:0;font-size:1rem}.location-card:hover .location-card__image{transform:scale(1.03)}.location-card__title{color:var(--foreground);font-size:1.25rem;font-weight:500;line-height:1.15}.location-card__area{text-transform:uppercase;letter-spacing:.14em;color:#20232b6b;margin:0;font-size:.72rem}.section-heading h2{color:var(--foreground);margin:0;font-size:clamp(1.9rem,2vw,2.4rem);font-weight:600}.section-divider{background:linear-gradient(90deg, var(--brand-green-pastel), var(--brand-orange-pastel));border-radius:999px;width:72px;height:4px;margin:1rem auto 0}.amenities-section__header{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:2.75rem;display:flex}.amenities-section__header .find-space__copy,.find-space__copy{max-width:54ch}.amenity-card__mark{background:linear-gradient(135deg, var(--brand-green-pastel), var(--brand-red-pastel));opacity:.85;border-radius:999px;width:2.2rem;height:2.2rem;margin-bottom:1rem;display:block}.site-header{z-index:1001;background:0 0;width:100%;max-width:100%;transition:background-color .25s,box-shadow .25s,border-color .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;position:fixed;inset:0 0 auto;overflow-x:hidden}.site-header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #1111110f;box-shadow:0 14px 40px #11111114}.site-header--top{background:0 0}.site-header__bar{justify-content:space-between;align-items:center;gap:2rem;min-height:84px;display:flex}.site-header__actions{align-items:center;gap:1rem;min-width:0;display:flex}.site-nav{flex:1;justify-content:flex-end;display:flex}.site-nav__list{align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar,.navbar-brand{padding:0}.navbar-toggler{border:none;padding:.5rem}.navbar-toggler:focus{box-shadow:none}@media (min-width:992px){.navbar-collapse{flex-basis:auto;display:flex!important}.navbar-nav{flex-direction:row}}.site-nav__link{color:var(--background);align-items:center;gap:.35rem;padding:.5rem 0;font-size:.95rem;font-weight:500;display:inline-flex}.site-nav__link:after{content:"";background:var(--brand-green);width:0;height:2px;transition:width .2s;display:block}.site-nav__link:hover{color:var(--brand-green)}.site-nav__link--active{font-weight:600;color:var(--brand-green)!important}.site-nav__submenu{border:1px solid var(--border);opacity:0;visibility:hidden;background:#fff;border-radius:14px;min-width:12rem;margin:0;padding:.6rem;list-style:none;transition:all .2s;position:absolute;top:calc(100% + .6rem);left:0;transform:translateY(8px);box-shadow:0 16px 40px #0000001a}.site-nav__link--top{color:#fff}.site-nav__link--scrolled{color:var(--foreground)}.site-nav__submenu a{color:#2d3140;white-space:nowrap;border-radius:10px;padding:.45rem .65rem;display:block}.site-nav__submenu a:hover{color:var(--brand-green);background:#f6f8f5}.tour-button{white-space:nowrap;background:#000;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;padding:8px 16px 8px 12px;font-size:14px;font-weight:400;display:inline-flex;color:#fff!important}.tour-button:hover{background:var(--brand-green);box-shadow:0 12px 24px #11111129}.hero{background:0 0;padding:140px 0 100px;position:relative;overflow:hidden}.hero__overlay{z-index:0;pointer-events:none;background:radial-gradient(circle at 0 0,#64ae4914,#0000 35%);position:absolute;inset:0}.hero__bg{z-index:0;pointer-events:none;background:linear-gradient(#00000080,#000000b3),url(/hero.webp) 50%/cover no-repeat;position:absolute;inset:-84px 0 0;transform:scaleX(-1)}.hero__art{z-index:-1;opacity:.45;pointer-events:none;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.hero__content{z-index:1;position:relative}.hero-kicker{text-transform:uppercase;letter-spacing:2px;color:var(--brand-green-pastel);margin:0;font-size:.82rem;font-weight:700}.hero-title{color:var(--background);margin:.8rem 0 1rem;font-size:clamp(3.5rem,3.5vw,4.6rem);font-weight:700;line-height:1.02}.hero-title__accent{color:var(--brand-green);display:inline-block;position:relative}.hero-title__underline{background:var(--brand-orange);opacity:.85;border-radius:999px;height:5px;position:absolute;bottom:.05em;left:0;right:0}.hero-copy{max-width:34rem;color:var(--background);opacity:.8;margin:0;font-size:1.05rem}.explore-button{background:var(--brand-green);border-radius:999px;justify-content:center;align-items:center;padding:8px 24px;font-weight:600;display:inline-flex;box-shadow:0 14px 30px #e2f1e033;color:#fff!important}.explore-button:hover{background:var(--brand-green);box-shadow:0 18px 36px #56b3473d}.explore-icon{color:#fff;margin-right:5px;font-size:1.5rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2.25rem;display:grid}.hero-stat dt{color:var(--background);font-size:1.5rem}.hero-stat dd{color:var(--brand-green-pastel);margin:0;font-size:1.25rem;font-weight:500}.contact-card,.space-card,.space-type-card{border:1px solid var(--border);box-shadow:var(--hero-shadow);background:#fff;border-radius:18px}.contact-card{background:linear-gradient(#fffffffa,#f9f9f7fa);border-radius:24px;padding:1.75rem;box-shadow:0 22px 60px #11111114}.contact-card__heading{margin-bottom:1.35rem}.contact-title{color:var(--foreground);align-items:center;margin:0;font-size:1.5rem;font-weight:600;line-height:1.15;display:flex}.form-grid{gap:.95rem;display:grid}.form-grid__two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.form-field{gap:.45rem;display:grid}.form-field label{letter-spacing:.12em;text-transform:uppercase;color:#20232b7a;font-size:.72rem;font-weight:700}.field{color:#222;background:#fff;border:1px solid #11111114;border-radius:14px;outline:none;width:100%;height:48px;padding:0 1rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.field:focus{border-color:1px solid #111;background:#fff;box-shadow:0 0 0 4px #9b9b9b1f}.submit-button{color:#fff;letter-spacing:.01em;background:#111;border:0;border-radius:14px;width:100%;height:48px;font-weight:600;transition:background-color .2s,transform .2s}.submit-button:hover{background:#222;transform:translateY(-1px)}.contact-note{text-align:center;color:#20232b7a;margin:.9rem 0 0;font-size:.78rem}.content-section{padding:50px 0}.space-card{height:100%;color:inherit;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.space-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #1111111a}.space-card__image{overflow:hidden}.space-card__image img{object-fit:cover;width:100%;height:260px;transition:transform .35s}.space-card:hover .space-card__image img{transform:scale(1.03)}.space-card__body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.space-card__title{color:var(--foreground);margin:0;font-size:1.35rem;font-weight:600}.space-card__description{color:#666;margin:0}.feature-list{margin:0;padding:0;list-style:none}.feature-list li{color:#555;margin-bottom:.55rem;padding-left:1.35rem;position:relative}.feature-list li:before{content:"";background:var(--brand-green);border-radius:50%;width:.48rem;height:.48rem;position:absolute;top:.62em;left:0}.feature-section__image{box-shadow:var(--hero-shadow);border-radius:20px;overflow:hidden}.feature-grid{gap:1.1rem;display:grid}.feature-item h4{color:var(--foreground);margin:0 0 .45rem;font-size:1.1rem;font-weight:600}.feature-item p{color:#666;margin:0}.space-type-card{height:100%;overflow:hidden}.space-type-card__text{padding:1.4rem 1.4rem 0}.space-type-card h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.space-type-card p{color:#666;margin:0}.space-type-card__image{margin-top:1rem}.space-type-card__image img{object-fit:cover;width:100%;height:230px}.social-links{align-items:center;gap:.7rem;display:flex}.social-links a{border:1px solid var(--border);color:#444;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:transform .2s,color .2s,border-color .2s;display:inline-flex}.social-links a:hover{color:var(--brand-green);border-color:#56b34766;transform:translateY(-1px)}.amenity-card{border:1px solid var(--border);background:#fff;border-radius:16px;height:100%;padding:1.5rem;transition:border-color .2s}.amenity-card:hover{border-color:var(--brand-orange-pastel)}.amenity-card__icon{color:var(--brand-orange);margin-bottom:.5rem;font-size:2rem}.amenity-card h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.amenity-card p{color:#20232ba6;margin:0;font-size:.9rem;line-height:1.6}.site-footer{border-top:1px solid var(--border);background:#fff;padding:3rem 0 2rem}.footer-grid>*{min-width:0}.footer-grid h5{margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-contact{flex-direction:column;gap:.9rem;display:flex}.footer-contact-row{color:#20232bb8;align-items:flex-start;gap:12px;min-width:0;font-size:.95rem;line-height:1.6;display:flex}.footer-icon{color:var(--brand-green);flex-shrink:0;margin-top:3px;font-size:18px}.footer-contact a{color:inherit}.footer-contact a:hover{color:var(--brand-green)}.footer-brand-block{max-width:280px}.footer-description{margin:.75rem 0 0;font-size:.95rem;line-height:1.7}.footer-nav{margin:0;padding:0;list-style:none}.footer-nav li:not(:last-child){margin-bottom:.65rem}.footer-nav a{color:#20232bb8;align-items:center;gap:10px;font-size:.95rem;font-weight:500;transition:all .25s;display:inline-flex}.footer-nav__icon{color:var(--brand-green);font-size:14px;transition:transform .25s}.footer-nav a:hover{color:var(--brand-green);transform:translate(4px)}.footer-nav a:hover .footer-nav__icon{transform:translate(3px)}.location-card__media{min-width:0}.footer-contact a,.footer-nav a,.location-card__description{overflow-wrap:anywhere}@media (max-width:1199.98px){.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__content .row{align-items:flex-start!important}}@media (max-width:991.98px){.hero{background:#0b1510;padding:120px 0 80px;position:relative;overflow:hidden}.hero__bg{z-index:0;pointer-events:none;background:linear-gradient(90deg,#000000bf 0%,#00000073 45%,#000000a6 100%),url(/hero.webp) 70%/cover no-repeat;position:absolute;inset:0}.site-footer{padding:2rem 0 1.5rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{padding-top:6rem;padding-bottom:3rem}.hero__art{top:50%;left:50%;transform:translate(-50%,-50%)scale(.78)}.footer-brand-block{max-width:none}.sidebar-overlay{z-index:1002;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.sidebar-overlay.show{opacity:1;visibility:visible}.mobile-call-icon{background:var(--brand-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;text-decoration:none;display:flex}.mobile-sidebar{z-index:1003;background:#fff;width:280px;height:100%;transition:left .3s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:4px 0 24px #00000026}.mobile-sidebar.show{left:0}.sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.sidebar-close{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1}.sidebar-nav{margin:0;padding:0;list-style:none}.sidebar-nav-item{border-bottom:1px solid var(--border)}.sidebar-nav-link{color:var(--foreground);padding:1rem 1.25rem;font-size:1rem;font-weight:500;transition:color .2s;display:block}.sidebar-nav-link:hover{color:var(--brand-green)}.sidebar-nav-link.active{color:var(--brand-green);font-weight:600}}@media (min-width:992px){.sidebar-overlay,.mobile-sidebar{display:none!important}}@media (min-width:768px){.content-section{padding:20px 0}.find-space__header{flex-direction:row;align-items:end}.find-space__link{white-space:nowrap;padding-bottom:.35rem}}@media (max-width:767.98px){.section,.content-section{padding:20px 0}.hero{padding:5rem 0 3rem}.hero__content .row{flex-direction:column}.hero-kicker{margin-top:3rem}.hero-title{margin-top:2rem}.hero-copy{margin-bottom:1.5rem;font-size:.95rem}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:none;margin-top:1.5rem}.hero-stat dt{font-size:1.25rem}.hero-stat dd{font-size:1.1rem}.find-space__copy h2{font-size:1.85rem}.amenities-section__header{grid-template-columns:1fr;align-items:flex-start}.location-card__content,.contact-card,.space-card__body{padding-left:1.1rem;padding-right:1.1rem}.form-grid__two{grid-template-columns:1fr}.tour-button{width:100%}.site-footer{padding:2rem 0 1.5rem}.footer-grid{--bs-gutter-y:1.75rem!important}.footer-brand-block{text-align:center;border-bottom:1px solid var(--border);flex-direction:column;align-items:center;padding-bottom:1.5rem;display:flex}.footer-brand-block .footer-description{max-width:36ch}.footer-grid>.col-6{border-top:none}.footer-grid>.col-12:not(:first-child){border-top:1px solid var(--border);padding-top:1.25rem}.footer-grid h5{letter-spacing:.04em;text-transform:uppercase;color:#888;margin-bottom:.75rem;font-size:.9rem}.footer-contact-row{font-size:.88rem}.footer-nav a{font-size:.9rem}.footer-copy{text-align:center;margin-top:1rem!important;font-size:.82rem!important}}@media (max-width:575.98px){.tour-button{font-size:13px}.location-card__media{aspect-ratio:16/10}}.footer-cta{background:var(--brand-green-pastel);border-top:1px solid var(--border);padding:4rem 0}.footer-cta__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.footer-cta__inner{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}}.footer-cta__title{color:var(--foreground);margin:0 0 .5rem;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:600}.footer-cta__desc{color:#20232bb3;margin:0;font-size:1.05rem}.footer-cta__btn{white-space:nowrap;padding:12px 30px;font-size:1rem}.site-footer--premium{color:#f4f4f1;background-color:#111;border-top:none;padding:5rem 0 0}.site-footer--premium h5{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.1rem}.site-footer--premium .footer-description{color:#ffffffb3}.footer-socials{gap:1rem;margin-top:1.5rem;display:flex}.footer-socials a{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-socials a:hover{background-color:var(--brand-green);transform:translateY(-3px)}.site-footer--premium .footer-nav a{color:#ffffffb3}.site-footer--premium .footer-nav a:hover{color:var(--brand-green)}.site-footer--premium .footer-contact-row{color:#ffffffb3}.site-footer--premium .footer-contact-row a{color:#ffffffb3;transition:color .3s}.site-footer--premium .footer-contact-row a:hover{color:var(--brand-green)}.whatsapp-link{font-weight:600;color:#fff!important}.whatsapp-link:hover{color:var(--brand-green)!important}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:4rem;padding:1.5rem 0}.footer-bottom__inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.footer-bottom__inner{flex-direction:row;justify-content:space-between}}.site-footer--premium .footer-copy{color:#ffffff80;margin:0;font-size:.9rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffff80;font-size:.9rem;transition:color .3s}.footer-legal a:hover{color:#fff}.footer-bottom-light{border-top:1px solid var(--border);margin-top:3rem;padding:1.5rem 0}.whatsapp-link-light{font-weight:600;color:var(--foreground)!important}.whatsapp-link-light:hover{color:var(--brand-green)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:.8s forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.spaces-page{background:linear-gradient(#64ae490d,#0000 28%),linear-gradient(#fff 0%,#fcfcfa 100%);padding-top:84px}.spaces-hero{padding:40px 0 28px}.spaces-hero__grid{align-items:center;gap:2rem;display:grid}@media (min-width:992px){.spaces-hero__grid{grid-template-columns:1.05fr .95fr;gap:3rem}}.spaces-hero__copy{max-width:38rem}.spaces-hero__title{letter-spacing:0;color:var(--foreground);text-wrap:balance;margin:.75rem 0 1rem;font-size:clamp(2.5rem,4vw,4.4rem);font-weight:600;line-height:1.02}.spaces-hero__description{color:#20232bb8;text-wrap:pretty;max-width:34rem;margin:0;font-size:1.03rem}.spaces-hero__actions{flex-wrap:wrap;gap:.85rem;margin-top:1.6rem;display:flex}.spaces-hero__button{border:1px solid var(--border);color:var(--foreground);background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.88rem 1.2rem;font-weight:600;display:inline-flex;box-shadow:0 10px 24px #1111110a}.spaces-hero__button:hover{color:var(--brand-green);border-color:#64ae494d}.spaces-hero__button--primary{background:var(--brand-green);color:#fff;border-color:#0000}.spaces-hero__button--primary:hover{color:#fff;background:#57993f}.spaces-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin:1.7rem 0 0;display:grid}.spaces-hero__stat{border:1px solid var(--border);background:#ffffffe0;border-radius:16px;padding:1rem 1rem .95rem}.spaces-hero__stat dt{text-transform:uppercase;letter-spacing:.14em;color:#20232b85;margin:0 0 .3rem;font-size:.78rem}.spaces-hero__stat dd{color:var(--foreground);margin:0;font-size:1.15rem;font-weight:600}.spaces-hero__visual{min-height:520px;position:relative}.spaces-hero__frame{box-shadow:var(--hero-shadow);background:#f4f4f1;border:1px solid #e9e9e9e6;border-radius:20px;position:absolute;overflow:hidden}.spaces-hero__frame--large{inset:0 18% 16% 0}.spaces-hero__frame--small{inset:58% 0 0 52%}.spaces-hero__image{object-fit:cover}.spaces-highlights{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}@media (min-width:768px){.spaces-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.spaces-highlights{grid-template-columns:repeat(4,minmax(0,1fr))}}.spaces-highlights__item{border:1px solid var(--border);background:#fff;border-radius:18px;padding:1.2rem;box-shadow:0 14px 30px #1111110a}.spaces-highlights__icon{background:linear-gradient(135deg, var(--brand-green-pastel), var(--brand-green));width:2.5rem;height:2.5rem;color:var(--foreground);border-radius:999px;justify-content:center;align-items:center;margin-bottom:.9rem;font-size:1rem;display:inline-flex}.spaces-highlights__item h2{margin:0 0 .35rem;font-size:1rem;font-weight:600;line-height:1.2}.spaces-highlights__item p{color:#20232ba8;margin:0;font-size:.94rem}.spaces-section{padding:46px 0 22px}.spaces-section--soft{padding-bottom:84px}.spaces-section__header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.75rem;display:flex}.spaces-section__badge{color:var(--brand-green);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;background:#64ae491f;border-radius:999px;margin:0;padding:.68rem 1rem;font-size:.82rem;font-weight:700}.spaces-section__badge--orange{color:var(--brand-orange);background:#e46c161f}.spaces-gallery{grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;display:grid}.carousel-btn{z-index:2;cursor:pointer;background:#ffffffe6;border:none;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 20px #0000001f}.carousel-btn--left{left:10px}.carousel-btn--right{right:10px}.carousel-dots{gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.dot{background:#ffffff80;border-radius:999px;width:6px;height:6px}.dot.active{background:#fff}@media (min-width:640px){.spaces-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.spaces-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}.spaces-card{appearance:none;text-align:left;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:18px;width:100%;padding:0;overflow:hidden;box-shadow:0 12px 30px #1111110d}.spaces-card__media{aspect-ratio:4/3;background:#f3f3ef;position:relative;overflow:hidden}.spaces-card__image{object-fit:cover;transition:transform .65s}.spaces-card:hover .spaces-card__image{transform:scale(1.05)}.spaces-card__content{padding:1rem 1rem 1.1rem}.spaces-card__content h3{color:var(--foreground);margin:0 0 .35rem;font-size:1rem;font-weight:600;line-height:1.25}.spaces-card__content p{color:#20232ba8;margin:0;font-size:.92rem}.spaces-lightbox{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111111d1;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.spaces-lightbox__panel{width:min(1120px,100%);max-height:min(92vh,960px);position:relative}.spaces-lightbox__media{aspect-ratio:16/10;background:#0f0f0f;border-radius:22px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.spaces-lightbox__image{object-fit:contain;background:#0f0f0f}.spaces-lightbox__caption{color:#fff;justify-content:space-between;align-items:center;gap:1rem;margin-top:.9rem;display:flex}.spaces-lightbox__caption p{margin:0;font-size:1rem;font-weight:600}.spaces-lightbox__caption span{color:#ffffffb8;font-size:.93rem}.spaces-lightbox__close{z-index:1;color:#111;background:#fff;border:none;border-radius:999px;width:2.75rem;height:2.75rem;line-height:1;position:absolute;top:-.9rem;right:-.9rem;box-shadow:0 16px 30px #00000038}.spaces-lightbox__close:hover{background:var(--brand-green);color:#fff}.virtual-office{align-items:center;gap:2rem;display:grid}.virtual-office__media-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.virtual-office__img{aspect-ratio:4/3;border-radius:16px;width:100%;position:relative;overflow:hidden}.virtual-office__image{object-fit:cover}@media (max-width:768px){.virtual-office{grid-template-columns:1fr}}@media (max-width:991px){.spaces-hero__visual{min-height:440px}.spaces-section__header{flex-direction:column;align-items:flex-start}}@media (max-width:767px){.spaces-page{padding-top:74px}.spaces-hero__stats{grid-template-columns:1fr}.spaces-hero__visual{min-height:360px}.spaces-hero__frame--large{inset:0 10% 18% 0}.spaces-hero__frame--small{inset:62% 0 0 42%}.spaces-gallery--compact{grid-template-columns:1fr}.spaces-lightbox__panel{max-height:88vh}.spaces-lightbox__media{aspect-ratio:4/5}.spaces-lightbox__caption{flex-direction:column;align-items:flex-start}}.spaces-lightbox__panel .carousel-dots{z-index:20;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}
