.delete-account-section{margin-top:1.5rem;padding:1rem;border:1px solid rgba(220,38,38,.35);border-radius:10px;background:#7f1d1d1f}.delete-account-section h3{margin:0 0 .5rem;color:#fecaca}.delete-account-section p{margin:0 0 .75rem;color:#ffffffe6}.delete-account-warning{color:#fee2e2}.delete-account-input{width:100%;max-width:320px;padding:.6rem .7rem;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:#0003;color:#fff;margin-bottom:.75rem}.delete-account-actions{display:flex;gap:.5rem;flex-wrap:wrap}.delete-account-btn{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;padding:.5rem .9rem;border-radius:8px;cursor:pointer}.delete-account-btn-danger{border-color:#ef4444e6;background:#b91c1c}.delete-account-error{color:#fecaca!important}.delete-account-success{color:#86efac!important}header.site-header{position:fixed!important;top:0;left:0;width:100%;z-index:1000;background:transparent!important;height:100px!important;transition:all .3s ease}header.site-header.scrolled{background:#00000059!important;height:70px!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;position:relative;min-height:72px;height:100%;padding:16px 24px;transition:min-height .3s ease,padding .3s ease}.site-header.scrolled .header-inner{min-height:52px;padding:8px 24px}.header-left{flex:1;display:flex;align-items:center;justify-content:flex-start;min-width:0}.header-left .brand{flex-shrink:0;display:block}.header-left .brand img{height:58px!important;max-height:none;width:auto;object-fit:contain;display:block;transition:height .3s ease}.site-header.scrolled .header-left .brand img{height:58px!important}.header-center{position:absolute;left:50%;transform:translate(-50%);top:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.header-center .nav-links{display:flex;align-items:center;justify-content:center;gap:25px;white-space:nowrap;pointer-events:auto;flex-shrink:0}.header-center .nav-links a{color:var(--text-main);text-decoration:none;font-size:17px;font-weight:300;opacity:.95;white-space:nowrap;transition:opacity .2s ease;position:relative}.header-center .nav-links a:hover{opacity:1}.header-center .nav-links a:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:1px;background:currentColor;transition:width .2s ease,left .2s ease,transform .2s ease;transform:translate(-50%)}.header-center .nav-links a:hover:after,.header-center .nav-links a.active:after{width:100%;left:0;transform:translate(0)}.site-header.scrolled .header-center .nav-links{gap:21px}.site-header.scrolled .header-center .nav-links a{font-size:15px}.header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.nav-cta{background:#fff;color:#000;border:none;padding:12px 28px;font-size:15px;font-weight:400;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .2s ease,border-radius .3s ease;font-family:inherit}.nav-cta:hover{background:#fffffff2}.site-header.scrolled .nav-cta{border-radius:6px}.user-area{display:flex;align-items:center;gap:10px;color:var(--text-main);font-size:14px}.user-area #userGreeting{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.user-menu{position:relative;display:flex;align-items:center;justify-content:flex-end}.user-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#0000004d;color:var(--text-main);cursor:pointer;padding:0;font-size:14px;font-weight:500;transition:background .2s ease,border-color .2s ease,transform .1s ease}.user-icon-btn:hover,.user-icon-btn:focus-visible{background:#ffffff26;border-color:#ffffffb3;outline:none}.user-icon-initial{text-transform:uppercase}.user-menu-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#0e0f14fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 4px 20px #00000080;padding:8px 10px;min-width:140px;z-index:1200}.user-menu-item{width:100%;text-align:left;background:transparent;border:none;color:var(--text-main);padding:8px 10px;border-radius:6px;cursor:pointer;font-size:14px;margin-bottom:4px;transition:background .2s ease}.user-menu-item:hover{background:#ffffff14}.profile-modal .profile-box{padding:0 24px 24px}.profile-box h2{font-size:20px;margin-bottom:16px}.profile-field{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}.profile-field:last-of-type{border-bottom:none}.profile-label{opacity:.7;font-size:14px}.profile-value{font-size:14px;font-weight:500}.sign-out-btn{background:transparent;color:var(--text-main);border:1px solid rgba(255,255,255,.2);padding:6px 12px;border-radius:6px;cursor:pointer;font-size:inherit;font-family:inherit;white-space:nowrap;transition:background .2s ease,border-color .2s ease}.sign-out-btn:hover{background:#ffffff14;border-color:#ffffff59}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-toggle{display:inline-flex;align-items:center;white-space:nowrap}.nav-dropdown-arrow{font-size:.6em;opacity:.9;margin-left:4px}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-8px);background:#0e0f14fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px;padding:8px 0;margin-top:8px;border-radius:8px;box-shadow:0 4px 20px #0000004d;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-item{display:block;padding:12px 20px;color:var(--text-main);text-decoration:none;font-size:14px;white-space:nowrap;transition:background .2s ease;border-left:3px solid transparent}.nav-dropdown-item:after{display:none}.nav-dropdown-item:hover{background:#ffffff1a;border-left-color:var(--accent, #fff)}.hamburger-btn{display:none;align-items:center;justify-content:center;width:var(--touch-min, 44px);min-width:var(--touch-min, 44px);height:var(--touch-min, 44px);padding:0;border:none;background:transparent;color:var(--text-main);cursor:pointer;border-radius:6px;transition:background .2s ease}.hamburger-btn:hover,.hamburger-btn:focus{background:#ffffff1a;outline:none}.hamburger-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:24px;height:18px}.hamburger-icon span{display:block;width:24px;height:2px;background:currentColor;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.hamburger-btn[aria-expanded=true] .hamburger-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0}.hamburger-btn[aria-expanded=true] .hamburger-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:1099;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav-mobile-overlay.is-open{opacity:1;visibility:visible}.nav-mobile{position:fixed;top:0;right:0;width:min(320px,100vw - 48px);height:100%;background:#0e0f14fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1101;padding:80px 24px 24px;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;gap:4px}.nav-mobile.is-open{transform:translate(0)}.nav-mobile a{display:flex;align-items:center;padding:14px 16px;min-height:44px;color:var(--text-main);text-decoration:none;font-size:16px;border-radius:8px;transition:background .2s ease}.nav-mobile a:hover,.nav-mobile a.active{background:#ffffff1a}.nav-mobile .nav-cta{margin-top:16px;justify-content:center;min-height:44px}.user-area-mobile{flex-direction:column;align-items:stretch;margin-top:12px}.user-menu-mobile{margin-top:12px}.user-menu-mobile .user-menu-dropdown{position:static;margin-top:8px;box-shadow:none;padding:0}.user-menu-mobile .sign-out-btn{width:100%;padding:12px 16px;border-radius:8px;border-color:#fff6}@media(min-width:1440px){.nav-mobile-overlay,.nav-mobile{display:none!important}.header-inner{padding:20px 48px;min-height:88px}.site-header.scrolled .header-inner{min-height:52px;padding:10px 48px}.header-left .brand img,.site-header.scrolled .header-left .brand img{height:74px!important}.hamburger-btn{display:none}}@media(max-width:1439px){.header-center,.header-right{display:none}.hamburger-btn{display:flex;flex-shrink:0}.header-left{flex:0 1 auto}}@media(min-width:1440px)and (max-width:1680px){.header-center .nav-links{gap:17px}.header-center .nav-links a{font-size:15px}}div[data-testid=tf-live-message],div[data-testid=tf-live-message] *,[class*=tf-v1][class*=tooltip],[class*=tf-v1][class*=tooltip] *,[class*=tf-v1][class*=message],[class*=tf-v1][class*=message] *,[class*=tf-v1][class*=button-text],[class*=tf-v1][class*=popover] span,[class*=tf-v1][class*=popover] p,[class*=Popover] span,[class*=Popover] p,[class*=LiveMessage] *,[class*=live-message] *{color:#000!important}.hero.hero-lettings{position:relative;height:100vh;min-height:100vh;background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/Parliament%20Square%20-%20Aerial%20Night.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-lettings .hero-content{position:relative;z-index:2;text-align:center;padding:16px;margin:0 auto;max-width:900px;width:100%}@media(min-width:768px){.hero-lettings .hero-content{padding:0 5%}}.hero.hero-video{position:relative;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero .hero-scroll-indicator{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:3}@media(min-width:768px){.hero .hero-scroll-indicator{bottom:40px}}.hero-scroll-indicator-circle{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}@media(min-width:768px){.hero-scroll-indicator-circle{width:56px;height:56px;min-width:56px;min-height:56px}}.hero-scroll-indicator-circle:hover{transform:translateY(2px);box-shadow:0 8px 20px #00000059;background:#00000080;border-color:#fff}.hero-scroll-indicator-arrow{font-size:1.5rem;line-height:1;animation:scroll-indicator-bounce 1.6s infinite}@keyframes scroll-indicator-bounce{0%,to{transform:translateY(0);opacity:.9}50%{transform:translateY(6px);opacity:1}}.property-carousel-section{width:100%;max-width:100vw;margin-left:0;position:relative;overflow:hidden}.property-carousel-container{position:relative;width:100%;max-width:100%;height:500px;overflow:hidden}@media(min-width:640px){.property-carousel-container{height:620px}}@media(min-width:768px){.property-carousel-container{height:750px}}@media(min-width:1024px){.property-carousel-section{width:100vw;margin-left:calc(-50vw + 50%)}.property-carousel-container{height:85vh}}@media(min-width:1200px){.property-carousel-container{height:90vh}}.property-carousel-wrapper{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.property-carousel-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.property-carousel-slide img{width:100%;height:100%;max-width:100%;object-fit:cover;display:block}.carousel-caption{position:absolute;left:0;bottom:0;transform:translateY(20px);padding:20px 16px;max-width:100%;opacity:0;transition:opacity .6s ease,transform .6s ease;pointer-events:none;z-index:5}@media(min-width:768px){.carousel-caption{padding:40px 30px;max-width:500px}}.carousel-caption.visible{opacity:1;transform:translateY(0)}.carousel-title{color:#fff;font-size:1.5rem;font-weight:400;line-height:1.2;margin:0 0 8px;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:-.02em}.carousel-description{color:#fffffff2;font-size:.95rem;font-weight:300;line-height:1.5;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.4)}@media(min-width:640px){.carousel-title{font-size:2.25rem}.carousel-description{font-size:1.05rem}}@media(min-width:768px){.carousel-caption{padding:50px 40px;max-width:600px}.carousel-title{font-size:3rem;margin-bottom:12px}.carousel-description{font-size:1.25rem}}@media(min-width:1200px){.carousel-title{font-size:4rem;margin-bottom:16px}.carousel-description{font-size:1.4rem}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:var(--bg-dark);font-weight:400}@media(min-width:768px){.carousel-btn{width:50px;height:50px;min-width:50px;min-height:50px;font-size:32px}}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-btn-prev{left:8px}.carousel-btn-next{right:8px}@media(min-width:768px){.carousel-btn-prev{left:20px}.carousel-btn-next{right:20px}}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#ffffff80;border-color:#fff}.carousel-dot.active{background:#fff;border-color:#fff;width:32px;border-radius:6px}.property-of-the-week-nav{font-size:1.25rem;padding:10px 14px}@media(min-width:768px){.property-of-the-week-nav{font-size:24px}}.property-of-the-week-title{text-align:center;color:var(--text-dark);font-size:1.5rem;margin:10px 0 0;font-weight:400}@media(min-width:768px){.property-of-the-week-title{font-size:2.5rem;text-align:left}}.listings-section{min-height:100vh;background:var(--bg-light);padding:24px 0;overflow-x:hidden}@media(min-width:768px){.listings-section{padding:40px 0}}.available-properties-label{text-align:center;font-weight:100;font-size:1.25rem;color:var(--text-dark);letter-spacing:.5px;margin-bottom:24px;opacity:.8}@media(min-width:768px){.available-properties-label{font-size:25px;margin-bottom:40px}}.listings-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:100%;width:100%}@media(min-width:640px){.listings-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:1024px){.listings-grid{grid-template-columns:repeat(3,1fr);gap:25px}}.layout{max-width:1200px;margin:20px auto;padding:20px;background:#fffffff2;box-shadow:0 4px 20px #0000001a}.sidebar{width:100%;background:var(--card);padding:16px;box-shadow:0 1px 4px #1018280d;margin-bottom:20px}.sidebar h3{margin:0 0 8px}.filters{display:flex;flex-direction:column;gap:16px;align-items:stretch}@media(min-width:768px){.filters{flex-direction:row;gap:20px;align-items:flex-end}}.filters label{display:flex;flex-direction:column;font-size:14px;color:var(--muted);margin:0}.filters input{width:100%;min-height:44px;padding:10px 12px;margin-top:6px;border:1px solid #e6e9ef}@media(min-width:768px){.filters input{width:150px}}.filters button{padding:12px 16px;min-height:44px;background:var(--accent);color:#fff;border:none;cursor:pointer}.main{flex:1;display:flex;flex-direction:column;min-width:0}.property-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease;cursor:pointer;width:100%;max-width:100%;display:flex;flex-direction:column}.property-card:hover{transform:translateY(-6px)}.card-image{width:100%;max-width:100%;aspect-ratio:4 / 3;position:relative;flex-shrink:0;overflow:hidden;background:#f0f0f0;margin:0;padding:0;box-sizing:border-box;display:block}.reposit-badge{position:absolute;top:12px;right:12px;background:#0e0f14e6;color:#fff;padding:10px 14px;min-height:36px;display:inline-flex;align-items:center;border-radius:20px;font-size:11px;font-weight:400;text-decoration:none;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;border:1px solid rgba(255,255,255,.2);cursor:pointer;white-space:nowrap}@media(min-width:640px){.reposit-badge{font-size:12px;padding:8px 16px;min-height:auto}}.reposit-badge:hover{background:#0e0f14;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.image-slider{position:absolute;inset:0;overflow:hidden;margin:0;padding:0;box-sizing:border-box}.images{display:flex;width:100%;height:100%;transition:transform .4s ease;margin:0;padding:0;gap:0;line-height:0;align-items:stretch}.images img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;margin:0;padding:0;background:#eee}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:8px 12px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;border-radius:8px}.prev{left:8px}.next{right:8px}@media(min-width:768px){.prev{left:10px}.next{right:10px}}.card-details{padding:16px;background:#fff;color:var(--text-dark);flex:1;display:flex;flex-direction:column;min-height:0}.card-details h2{font-weight:200;margin:0 0 10px;font-size:1.2rem}.card-details p{margin:0 0 10px;font-size:.9rem;flex-shrink:1}.card-details p:last-of-type:not(.card-rent){flex:1;min-height:0}.card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;max-height:4.5em}.card-rent{font-size:1.5rem;font-weight:400;margin-bottom:12px}.card-icons{display:flex;gap:10px;margin:10px 0}.card-icons span{font-size:.8rem;color:var(--text-dark)}.card-amenities{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.card-amenity-tag{display:inline-block;padding:4px 10px;font-size:.7rem;font-weight:400;color:var(--text-dark);background:#0e0f140d;border:1px solid rgba(14,15,20,.1);border-radius:20px;white-space:nowrap;letter-spacing:.2px}.card-details button{padding:10px 15px;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:14px 22px;background-color:#244257;color:#fff;font-weight:400;text-decoration:none;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.card-details .btn-primary{margin-top:auto;flex-shrink:0}.btn-primary:hover{background-color:#000;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 12px #00000026}.site-footer{text-align:center;padding:18px 10px;color:var(--muted);font-size:13px;background:#ffffffe6}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#000000e6}.modal-content{background-color:#fff;margin:2% auto;padding:0;width:96%;max-width:800px;border-radius:8px;position:relative;max-height:96vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}@media(min-width:640px){.modal-content{width:90%;margin:5% auto;max-height:90vh}}.modal-content::-webkit-scrollbar{display:none}.modal-close{color:#aaa;float:right;font-size:28px;font-weight:400;margin:10px;cursor:pointer}.modal-close:hover{color:#000}.modal-header{padding:20px;border-bottom:1px solid #eee}.modal-header h2{margin:0 0 10px;font-size:1.5rem;color:var(--text-dark);font-weight:300}.modal-header p{margin:5px 0;color:var(--text-dark);font-size:.9rem}.modal-slider{position:relative;aspect-ratio:4 / 3;overflow:hidden}.modal-images{display:flex;width:500%;height:100%;transition:transform .5s ease}.modal-amenities{margin:16px 0}.modal-amenities-title{margin:0 0 10px;font-size:.95rem;font-weight:400;color:var(--text-dark)}.modal-amenities-list{display:flex;flex-wrap:wrap;gap:8px}.modal-amenity-tag{display:inline-block;padding:6px 14px;font-size:.8rem;font-weight:400;color:var(--text-dark);background:#0e0f140d;border:1px solid rgba(14,15,20,.12);border-radius:20px;white-space:nowrap}.modal-description{margin:10px 0;font-size:.9rem;color:var(--text-dark)}.modal-images img{flex:0 0 20%;height:100%;object-fit:cover}.modal-prev,.modal-next{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;padding:0;cursor:pointer;font-size:20px;border-radius:50%;width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.modal-prev,.modal-next{width:50px;height:50px;min-width:50px;min-height:50px;font-size:24px}}.modal-prev{left:20px}.modal-next{right:20px}.modal-details{padding:20px}.modal-icons{display:flex;gap:15px;margin:15px 0}.modal-icons span{font-size:.9rem;color:var(--text-dark)}@media(max-width:520px){.modal-content{width:98%;margin:1% auto;max-height:95vh}.modal-prev,.modal-next{width:40px;height:40px;min-width:40px;min-height:40px;font-size:18px}}.google-reviews-section{width:100%;max-width:100vw;background:var(--bg-light);padding:32px 0;overflow:hidden;position:relative}@media(min-width:768px){.google-reviews-section{padding:40px 0}}.google-reviews-container{width:100%;overflow:hidden;position:relative}.google-reviews-track{display:flex;gap:20px;animation:scroll-reviews 60s linear infinite;width:fit-content}.google-reviews-track:hover{animation-play-state:paused}@keyframes scroll-reviews{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{flex:0 0 350px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:24px;color:var(--text-main);box-shadow:0 4px 20px #0003;transition:transform .3s ease,background .3s ease}.review-card:hover{transform:translateY(-4px);background:#ffffff26}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.review-author{font-weight:400;font-size:1rem;color:var(--text-main)}.review-rating{display:flex;gap:2px}.review-rating .star{color:#ffc107;font-size:1.1rem}.review-text{margin:0 0 12px;line-height:1.6;font-size:.95rem;color:var(--text-muted)}.review-date{font-size:.85rem;color:var(--text-muted);opacity:.8}@media(max-width:768px){.review-card{flex:0 0 300px;padding:20px}.google-reviews-track{gap:15px}}@media(max-width:520px){.review-card{flex:0 0 280px;padding:18px}.review-text{font-size:.9rem}.google-reviews-section{padding:30px 0}}.property-filter-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;align-items:stretch;width:100%;max-width:100%}@media(min-width:1024px){.property-filter-layout{grid-template-columns:360px 1fr;gap:2rem;margin-top:2rem}}.property-filter-sidebar{position:relative;width:100%;padding:1.25rem;background:#fffffff2;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;overflow-y:auto}@media(min-width:1024px){.property-filter-sidebar{position:sticky;top:120px;height:100%;min-height:100%;align-self:stretch;max-width:360px;padding:1.5rem}}.property-cards-container{display:flex;flex-direction:column;min-height:100%}.filter-title{margin-bottom:1.5rem;font-size:1.1rem;font-weight:400;color:var(--text-dark);padding-bottom:1rem;border-bottom:2px solid rgba(14,15,20,.1)}.filter-group{display:flex;flex-direction:column;gap:1.5rem;flex:1;padding-bottom:2rem}.filter-field{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:400;color:var(--text-dark)}.filter-select,.filter-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(14,15,20,.15);background:#fff;color:var(--text-dark);font-size:.9rem;cursor:pointer;transition:all .2s ease}.filter-select:focus,.filter-input:focus{outline:none;border-color:var(--accent, #c41e3a);box-shadow:0 0 0 3px #c41e3a1a}.filter-input{cursor:text}.filter-select:disabled,.filter-input:disabled{background:#0e0f140d!important;color:#0e0f1466!important;cursor:not-allowed!important;border-color:#0e0f141a!important}.rent-range-group{display:flex;flex-direction:column;gap:.75rem}.rent-range-label{display:block;margin-bottom:.25rem;font-size:.8rem;color:var(--text-dark);opacity:.7}.filter-amenities-group{display:flex;flex-direction:column;gap:8px}.filter-checkbox-container{display:flex;align-items:center;gap:.6rem;padding:.75rem;border-radius:8px;background:#0e0f1408;border:1px solid rgba(14,15,20,.1);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.filter-checkbox-container:hover{background:#0e0f140f}.filter-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#244257;margin:0;flex-shrink:0}.filter-checkbox:disabled{cursor:not-allowed;opacity:.4}.filter-checkbox-label{font-size:.9rem;font-weight:400;color:var(--text-dark)}.clear-filters-btn{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(14,15,20,.2);background:#fff;color:var(--text-dark);font-size:.9rem;font-weight:400;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.clear-filters-btn:hover{background:#0e0f140d}.filter-results-count{padding-top:1rem;border-top:1px solid rgba(14,15,20,.1);font-size:.875rem;color:var(--text-dark);opacity:.7;font-weight:400}.no-results-container{padding:3rem;text-align:center;background:#fffffff2;border-radius:12px}.no-results-text{color:var(--text-dark);margin-bottom:1rem;font-weight:400;font-size:1.1rem}.loading-text,.error-text,.empty-text{margin-top:1rem}.loading-text,.empty-text{color:var(--text-main)}.error-text{color:var(--accent, #c41e3a)}.admin-portal-container{background:#fffffff2;border-radius:16px;padding:2.5rem;color:var(--text-dark);box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-portal-title{margin-bottom:.5rem;font-size:1.75rem;font-weight:400;color:var(--text-dark)}.admin-portal-subtitle{opacity:.7;margin-bottom:2rem;font-size:.95rem;color:var(--text-dark)}.admin-debug-info{font-size:.85rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:#0e0f140d;border-radius:8px;color:var(--text-dark)}.admin-form-container{margin-bottom:2.5rem;padding:2rem;border-radius:12px;background:#0e0f1408;border:1px solid rgba(14,15,20,.08);box-shadow:0 2px 8px #0000000a}.admin-form-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.admin-form-header-indicator{width:4px;height:24px;background:var(--accent, #c41e3a);border-radius:2px}.admin-form-title{margin:0;font-size:1.25rem;font-weight:400;color:var(--text-dark)}.admin-form{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:start}.admin-form-label{display:flex;flex-direction:column;font-size:.875rem;font-weight:400;color:var(--text-dark)}.admin-form-label-text{margin-bottom:.5rem;font-size:.875rem;font-weight:400;color:var(--text-dark)}.admin-form-label-fullwidth{grid-column:1 / -1}.admin-required-asterisk{color:var(--accent, #c41e3a)}.admin-optional-text{font-size:.8rem;opacity:.6}.admin-form-select,.admin-form-input,.admin-form-textarea{padding:.75rem;border-radius:8px;border:1px solid rgba(14,15,20,.15);background:#fff;color:var(--text-dark);font-size:.9rem;transition:all .2s ease;cursor:pointer}.admin-form-input,.admin-form-textarea{cursor:text}.admin-form-select:focus,.admin-form-input:focus,.admin-form-textarea:focus{outline:none;border-color:var(--accent, #c41e3a);box-shadow:0 0 0 3px #c41e3a1a}.admin-form-select:disabled,.admin-form-select.disabled{background:#0e0f140d!important;color:#0e0f1466!important;cursor:not-allowed!important}.admin-form-textarea{resize:vertical;font-family:inherit}.admin-checkbox-container{display:flex;align-items:center;gap:.75rem;font-size:.9rem;padding:.75rem;border-radius:8px;background:#0e0f1408;border:1px solid rgba(14,15,20,.08);cursor:pointer;transition:all .2s ease}.admin-checkbox-container:hover{background:#0e0f140d}.admin-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--accent, #c41e3a)}.admin-checkbox-label{color:var(--text-dark);font-weight:400}.admin-form-actions{grid-column:1 / -1;display:flex;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(14,15,20,.08)}.admin-btn-primary{padding:.75rem 1.75rem;border-radius:8px;border:none;cursor:pointer;background:#2563eb;color:#fff;font-weight:400;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 8px #2563eb40}.admin-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.admin-btn-primary:disabled{background:#2563eb99;cursor:not-allowed;box-shadow:none}.admin-btn-secondary{padding:.75rem 1.5rem;border-radius:8px;border:1px solid rgba(14,15,20,.2);cursor:pointer;background:#fff;color:var(--text-dark);font-weight:400;font-size:.9rem;transition:all .2s ease}.admin-btn-secondary:hover{background:#0e0f140d;border-color:#0e0f144d}.admin-table-container{overflow-x:auto;border-radius:12px;border:1px solid rgba(14,15,20,.08);background:#fff;box-shadow:0 2px 8px #0000000a}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table thead tr{background:#0e0f1408;border-bottom:2px solid rgba(14,15,20,.1)}.admin-table th{text-align:left;padding:1rem;font-weight:400;color:var(--text-dark);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.admin-table th:last-child{text-align:center}.admin-table tbody tr{border-bottom:1px solid rgba(14,15,20,.08);transition:background .15s ease}.admin-table tbody tr:hover{background:#0e0f1405}.admin-table tbody tr:last-child{border-bottom:none}.admin-table td{padding:1rem;color:var(--text-dark)}.admin-table td:last-child{text-align:center}.admin-table-cell-bold{font-weight:400}.admin-table-cell-muted{opacity:.8}.admin-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:400}.admin-status-badge-listed{background:#22c55e1a;color:#22c55e}.admin-status-badge-unlisted{background:#0e0f141a;color:var(--text-dark)}.admin-action-buttons{display:flex;justify-content:center;gap:.5rem}.admin-btn-edit{padding:.5rem 1rem;border-radius:6px;border:1px solid rgba(14,15,20,.2);cursor:pointer;background:#fff;color:var(--text-dark);font-size:.85rem;font-weight:400;transition:all .2s ease}.admin-btn-edit:hover{background:#0e0f140d;border-color:#0e0f144d}.admin-btn-toggle{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;background:#0e0f1499;color:#fff;font-size:.85rem;font-weight:400;transition:all .2s ease}.admin-btn-toggle:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.admin-btn-toggle:disabled{opacity:.6;cursor:not-allowed}.admin-loading-container{padding:2rem;text-align:center;color:var(--text-dark);opacity:.7}.admin-error-container{padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:8px;background:#c41e3a1a;border:1px solid rgba(196,30,58,.2);color:var(--accent, #c41e3a)}.admin-empty-container{padding:3rem;text-align:center;color:var(--text-dark);opacity:.7;background:#0e0f1408;border-radius:12px;border:1px dashed rgba(14,15,20,.15)}.site-footer-legacie{width:100%;background:#254357;color:var(--text-main)}.footer-trustpilot-strip{background:#fff;color:#111827;border-bottom:1px solid rgba(15,23,42,.06)}.footer-trustpilot-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.footer-trustpilot-left{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.footer-trustpilot-label{font-size:.95rem;font-weight:400;color:#111827}.footer-trustpilot-score{font-size:.95rem;font-weight:500;color:#16a34a}.footer-trustpilot-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#111827;font-size:.9rem;padding:8px 14px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#f9fafb;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.footer-trustpilot-link:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a0f}.footer-trustpilot-logo{height:20px;width:auto;display:block}.footer-trustpilot-cta{white-space:nowrap}@media(max-width:640px){.footer-trustpilot-inner{flex-direction:column;align-items:flex-start}}.footer-investors{background:#ffffff0d;padding:40px 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-investors-title{font-size:1.5rem;font-weight:300;margin:0 0 24px;color:#ecd9d9;line-height:1.3}.footer-investors-content{text-align:center;max-width:600px;margin:0 auto}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-min, 44px);padding:14px 28px;background:var(--accent, #fff);color:var(--bg-dark);text-decoration:none;border-radius:8px;font-weight:400;font-size:1rem;transition:all .3s ease}@media(min-width:640px){.footer-investors-title{font-size:2rem}.footer-cta-btn{padding:14px 32px}}@media(min-width:768px){.footer-investors{padding:60px 0}.footer-investors-title{font-size:3rem;margin-bottom:30px}}.footer-cta-btn:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.footer-main{padding:40px 0 32px}@media(min-width:768px){.footer-main{padding:60px 0 40px}}.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(5,1fr)}}.footer-column h4{font-size:1rem;font-weight:400;margin:0 0 20px;color:#ecd9d9;text-transform:uppercase;letter-spacing:.5px}.footer-brand{font-size:1.2rem;font-weight:400;margin:0 0 15px;color:var(--text-main)}.footer-address{margin:0}.footer-address p{margin:0 0 8px;color:#fffc;font-size:.9rem;line-height:1.6}.footer-address a{color:#fffc;text-decoration:none;transition:color .2s ease}.footer-address a:hover{color:var(--text-main)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .2s ease;display:inline-block;min-height:var(--touch-min, 44px);line-height:var(--touch-min, 44px);padding:4px 0}@media(min-width:768px){.footer-links a{min-height:auto;line-height:inherit}}.footer-links a:hover{color:var(--text-main)}.footer-logo-column{display:flex;align-items:flex-start;justify-content:flex-start}.footer-logo-image{max-width:120px;height:auto;opacity:.9}.footer-foundation{text-align:center;padding:30px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:30px}.footer-foundation a{color:var(--text-main);text-decoration:none;font-size:1rem;font-weight:400;transition:opacity .2s ease}.footer-foundation a:hover{opacity:.8}.footer-bottom{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;padding-top:30px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1)}.footer-logo{display:flex;align-items:center}.footer-logo img{height:40px;width:auto;opacity:.9}.footer-copyright{margin:0}.footer-copyright p{margin:0;color:#fff9;font-size:.8rem;line-height:1}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 15px;margin:0}.footer-legal a{color:#fff9;text-decoration:none;font-size:.8rem;line-height:1;transition:color .2s ease}.footer-legal-button{background:none;border:none;color:#fff9;text-decoration:none;font-size:.8rem;line-height:1;transition:color .2s ease;padding:0;cursor:pointer}.footer-legal a:hover,.footer-legal-button:hover{color:#ffffffe6}@media(max-width:767px){.footer-main{padding:40px 0 30px}.footer-logo-column{justify-content:center}.footer-logo-image{max-width:100px}.footer-bottom{flex-direction:column;align-items:center;gap:16px;padding-top:24px}.footer-legal{flex-direction:column;gap:8px;align-items:center}.footer-legal a{font-size:.8rem;padding:6px 0}}@media(max-width:520px){.footer-investors-title{font-size:1.3rem}.footer-cta-btn{padding:12px 24px;font-size:.9rem}}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:1200;background:#132431;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:16px;box-shadow:0 10px 24px #0000004d}.cookie-banner p{margin:0 0 12px;font-size:.92rem;line-height:1.5}.cookie-banner-actions,.cookie-modal-actions{display:flex;flex-wrap:wrap;gap:8px}.cookie-btn{border:1px solid transparent;border-radius:8px;padding:9px 12px;font-size:.88rem;cursor:pointer}.cookie-btn-primary{background:#fff;color:#132431}.cookie-btn-secondary{background:transparent;color:#fff;border-color:#ffffff59}.cookie-modal-backdrop{position:fixed;inset:0;background:#00000073;z-index:1300;display:flex;align-items:center;justify-content:center;padding:16px}.cookie-modal{width:min(600px,100%);background:#fff;color:#1f2937;border-radius:12px;padding:20px}.cookie-modal h2{margin:0 0 10px}.cookie-modal-copy{margin:0 0 16px;font-size:.92rem}.cookie-toggle{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #e5e7eb}.cookie-toggle small{display:block;margin-top:4px;color:#4b5563}.cookie-toggle input[type=checkbox]{width:18px;height:18px;margin-top:2px}@font-face{font-family:Telegraf;font-style:normal;font-weight:200;src:url(/assets/PPTelegraf-Ultralight-DGULbCs1.otf) format("opentype")}@font-face{font-family:Telegraf;font-style:normal;font-weight:400;src:url(/assets/PPTelegraf-Regular-BliflAIx.otf) format("opentype")}@font-face{font-family:Telegraf;font-style:normal;font-weight:800;src:url(/assets/PPTelegraf-Ultrabold-CNte8KMN.otf) format("opentype")}@font-face{font-family:Telegraf;font-style:italic;font-weight:200;src:url(/assets/PPTelegraf-UltralightOblique-TNFblXOP.otf) format("opentype")}@font-face{font-family:Telegraf;font-style:italic;font-weight:400;src:url(/assets/PPTelegraf-RegularOblique-FiSpEo_c.otf) format("opentype")}@font-face{font-family:Telegraf;font-style:italic;font-weight:800;src:url(/assets/PPTelegraf-UltraboldOblique-CVFRaMQx.otf) format("opentype")}:root{--bg-dark: #0e0f14;--bg-dark-2: rgba(14,15,20,.85);--bg-light: #f1e4e0;--text-main: #ffffff;--text-dark: #111111;--text-muted: rgba(255,255,255,.7);--accent: #ffffff;--max-width: 1200px;--radius: 4px;--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--touch-min: 44px}*{box-sizing:border-box;font-family:Telegraf,sans-serif}html{min-height:100%;overflow-x:hidden}body{min-height:100%;margin:0;padding-top:0;font-family:Telegraf,sans-serif;font-weight:200;background-color:var(--bg-dark);background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/Parliament%20Square%20-%20Aerial%20Night.webp);background-attachment:fixed;background-size:cover;background-position:center;color:var(--text-main);overflow-x:hidden}.hero{position:relative;height:100vh;min-height:100vh;background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/Parliament%20Square%20-%20Aerial%20Night.webp);background-size:cover;background-position:center;display:flex;align-items:flex-end}.hero.hero-video{overflow:hidden}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;max-width:100%}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}.hero-content{position:relative;z-index:2;padding:16px 16px 24px;width:100%;max-width:100%}@media(min-width:768px){.hero-content{padding:0 5% 5% 120px}}@media(min-width:1024px){.hero-content{padding-left:200px}}.hero-content h1{color:#fff;font-size:1.75rem;font-weight:200;margin:0;line-height:1.2}.hero-content h2{color:#fff;font-size:1.25rem;font-weight:200;margin:0;line-height:1.2}@media(min-width:640px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}}@media(min-width:768px){.hero-content h1{font-size:3rem}.hero-content h2{font-size:1.75rem}}@media(min-width:1024px){.hero-content h1{font-size:4rem}.hero-content h2{font-size:2rem}}.container{max-width:1800px;margin:0 auto;padding:0 16px;width:100%}@media(min-width:640px){.container{padding:0 24px}}@media(min-width:768px){.container{padding:0 32px}}@media(min-width:1024px){.container{padding:0 40px}}.section-label{text-align:center;font-size:12px;color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:32px}@media(min-width:768px){.section-label{font-size:14px;margin-bottom:65px}}img{max-width:100%;height:auto;vertical-align:middle}.hero-about{position:relative;height:100vh;min-height:100vh;background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/ManagementAndLettings.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-about .hero-content{position:relative;z-index:1;text-align:center;padding:16px;max-width:900px;width:100%}@media(min-width:768px){.hero-about .hero-content{padding:0 5%}}.hero-overlay{position:absolute;inset:0;background:#0009}.hero-about .hero-content h1{margin:0 0 10px;font-weight:inherit}.hero-about .hero-content p{margin:0;opacity:.9}.hero-about .legacie-hero-headline{color:var(--text-main);font-size:2rem;font-weight:200;margin:0 0 1rem;line-height:1.2}.hero-about .legacie-hero-subheading{color:var(--text-main);font-size:1rem;font-weight:200;margin:0 0 1.5rem;opacity:.95;line-height:1.5}@media(min-width:640px){.hero-about .legacie-hero-headline{font-size:3rem;margin-bottom:1.25rem}.hero-about .legacie-hero-subheading{font-size:1.25rem;margin-bottom:2rem}}@media(min-width:768px){.hero-about .legacie-hero-headline{font-size:4rem;margin-bottom:1.5rem}.hero-about .legacie-hero-subheading{font-size:1.5rem;margin-bottom:2.5rem}}.about-section{min-height:100vh;background:var(--bg-light);padding:40px 0;overflow-x:hidden}@media(min-width:768px){.about-section{padding:60px 0}}.section-label{font-size:2.25rem;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:48px;font-weight:300;text-align:center}.about-intro-text{margin-bottom:60px;max-width:900px}.about-intro-text p{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:24px;opacity:.9}.about-intro-text p:last-child{margin-bottom:0}.about-cards-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:40px;grid-auto-rows:minmax(200px,auto);align-items:stretch}@media(min-width:640px){.about-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:968px){.about-cards-grid{grid-template-columns:repeat(3,1fr)}.grid-col-span-2{grid-column:span 2}.grid-row-span-2,.grid-row-span-3{grid-row:span 2}}@media(min-width:1200px){.about-cards-grid{grid-template-columns:repeat(4,1fr)}}.grid-col-span-2{grid-column:span 2}.grid-row-span-2{grid-row:span 2;min-height:auto}.grid-row-span-3{grid-row:span 3;min-height:auto}.grid-row-span-2.about-card--image-only,.grid-col-span-2.about-card--image-only{min-height:100%;height:100%;align-self:stretch}.about-card{position:relative;border-radius:12px;padding:32px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;overflow:hidden;width:100%;height:100%}.about-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.card-plus-icon{position:absolute;top:20px;right:20px;font-size:1.5rem;font-weight:300;opacity:.6;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.about-card:hover .card-plus-icon{opacity:1;transform:rotate(90deg)}.about-card--numeric{background:var(--bg-dark);color:var(--text-main);min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.grid-row-span-2.about-card--numeric{min-height:400px}.card-plus-icon{color:var(--text-main)}.about-card--numeric .card-plus-icon{color:#fff9}.about-card--numeric:hover .card-plus-icon{color:#fff}.about-card--pink{background:#ecd9d9;color:var(--text-dark, #0e0f14)}.about-card--pink .card-number,.about-card--pink .card-label{color:var(--text-dark, #0e0f14)}.about-card--pink .card-plus-icon{color:#0e0f1499}.about-card--pink:hover .card-plus-icon{color:#0e0f14}.about-card--blue{background:#254357;color:var(--text-main)}.about-card--blue .card-number,.about-card--blue .card-label{color:var(--text-main)}.about-card--blue .card-plus-icon{color:#fff9}.about-card--blue:hover .card-plus-icon{color:#fff}.grid-row-span-2.about-card--blue{background:#254357}.card-number{font-size:3.5rem;font-weight:400;margin:0 0 12px;color:var(--text-main)}.card-label{font-size:.95rem;text-transform:uppercase;letter-spacing:1px;margin:0;opacity:.9}.trustpilot-logo{max-width:140px;height:auto;margin-top:12px;opacity:.95;filter:brightness(0) invert(1)}.trustpilot-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.about-card--numeric.about-card--blue,.about-card--numeric.about-card--blue.about-card--reposit{min-height:200px}.about-card--reposit{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.reposit-logo-wrapper{display:flex;justify-content:center;align-items:center;gap:16px;flex:1;min-height:90px;margin-bottom:4px;flex-wrap:wrap}.reposit-logo{height:auto;object-fit:contain;opacity:.95}.reposit-logo--reposit{max-width:80px;filter:brightness(0) invert(1)}.reposit-logo--legacie{max-width:100px}.reposit-x{font-size:1.75rem;font-weight:300;color:#ffffffe6;line-height:1}.about-card--reposit .card-label{margin-top:0}.about-card--text{background:#fff;color:var(--text-dark);min-height:280px;display:flex;flex-direction:column}.about-card--text .card-plus-icon{color:var(--text-dark);opacity:.4}.about-card--text:hover .card-plus-icon{opacity:.7}.about-card--tall{min-height:400px}.grid-col-span-2.about-card--text{min-height:280px}.grid-row-span-3.about-card--text,.grid-row-span-2.about-card--text{min-height:auto}.card-title{font-size:1.8rem;font-weight:400;margin:0 0 16px;color:var(--text-dark);line-height:1.3}.about-card--numeric .card-title{color:var(--text-main)}.card-content{font-size:1rem;line-height:1.6;margin:0 0 16px;color:var(--text-dark);opacity:.85}.about-card--numeric .card-content{color:var(--text-main)}.card-content:last-child{margin-bottom:0}.card-scrollable{flex:1;overflow-y:auto;max-height:300px;padding-right:8px;margin-top:8px}.card-scrollable::-webkit-scrollbar{width:6px}.card-scrollable::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.card-scrollable::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.card-scrollable::-webkit-scrollbar-thumb:hover{background:#0000004d}.grid-row-span-2 .card-list{margin-top:8px;padding:0}.card-list{list-style:none;padding:0;margin:8px 0 0}.card-list li{padding:10px 0 10px 24px;position:relative;color:var(--text-dark);line-height:1.6;border-bottom:1px solid rgba(0,0,0,.05)}.grid-row-span-2 .card-list{margin-top:8px;flex:1;display:flex;flex-direction:column}.card-list li:last-child{border-bottom:none}.card-list li:before{content:"→";position:absolute;left:0;color:var(--accent, #000);opacity:.6}.about-card--image{background:#fff;padding:0;min-height:350px;display:flex;flex-direction:column;overflow:hidden}.about-card--image .card-plus-icon{position:absolute;top:20px;right:20px;z-index:2;color:#fff;opacity:.8;text-shadow:0 2px 4px rgba(0,0,0,.3)}.about-card--image:hover .card-plus-icon{opacity:1}.about-card--image-only{background:#fff;padding:0;min-height:300px;display:block;overflow:hidden;position:relative;width:100%;height:100%;align-self:stretch}.about-card--square{grid-row:span 1;grid-column:span 1;aspect-ratio:1 / 1;height:auto;min-height:0}.about-card--image-only.about-card--square{width:100%;height:100%}.about-card--square .card-image-wrapper{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0}.about-card--square .card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;margin:0;padding:0}.about-card--image-only .card-plus-icon{position:absolute;top:20px;right:20px;z-index:2;color:#fff;opacity:.8;text-shadow:0 2px 4px rgba(0,0,0,.3)}.about-card--image-only:hover .card-plus-icon{opacity:1}.about-section .card-image-wrapper{position:relative;width:100%;overflow:hidden}.about-card--image .card-image-wrapper{height:200px;flex-shrink:0}.about-card--image-only .card-image-wrapper{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;display:block}.grid-row-span-2.about-card--image-only .card-image-wrapper,.grid-col-span-2.about-card--image-only .card-image-wrapper,.about-card--image-only.about-card--tall .card-image-wrapper{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0}.about-card--tall .card-image-wrapper{height:280px}.about-section .card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;display:block;margin:0;padding:0}.about-card--square .card-image{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.about-card--image:hover .card-image,.about-card--image-only:hover .card-image{transform:scale(1.05)}.about-card--image-placeholder{display:flex;align-items:center;justify-content:center;background:#e5eaef}.about-card--image-placeholder-text{color:var(--text-dark);font-size:.95rem;opacity:.75;text-transform:uppercase;letter-spacing:1px;text-align:center;padding:0 16px}.about-section .card-image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0e0f144d,#0e0f141a);pointer-events:none}.about-section .card-image-content{padding:24px;flex:1;display:flex;flex-direction:column}.about-section .card-image-content .card-title{margin-bottom:12px}.about-section .card-image-content .card-content{margin-bottom:0}.legacie-living-section{background:var(--bg-dark);padding:60px 0;width:100%;overflow:hidden}.legacie-label{color:var(--text-main)!important}.legacie-living-wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;margin-bottom:30px;width:100%}.legacie-living-content{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:800px;text-align:center}.legacie-living-content img{flex-shrink:0;filter:brightness(0) invert(1);max-width:100%;height:auto;max-height:200px;width:auto}.legacie-living-content p{color:#fff;line-height:1.6;font-size:1rem;margin:0;width:100%}.social-feeds-container{display:flex;justify-content:center;align-items:center;gap:30px;width:100%;max-width:1200px;margin:0 auto}.instagram-feed-container,.tiktok-feed-container{width:100%;max-width:600px;text-align:center;overflow:hidden;margin:0 auto}.social-feed-title{color:#fff;font-size:1.5rem;margin-bottom:20px;font-weight:400}.instagram-embed-wrapper,.tiktok-embed-wrapper{display:flex;justify-content:center;align-items:center;margin:20px 0;width:100%;min-width:0}.instagram-embed-wrapper .instagram-media,.tiktok-embed-wrapper .tiktok-embed{margin:0 auto!important;max-width:100%!important;width:100%!important;min-width:280px!important}.social-buttons{display:flex;gap:20px;justify-content:center;margin-top:30px}.social-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;color:var(--bg-dark);text-decoration:none;border-radius:8px;font-weight:400;transition:transform .3s ease,box-shadow .3s ease}.social-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.social-btn.instagram{border:2px solid #E4405F}.social-btn.tiktok{border:2px solid #2ac7e2}@media(max-width:967px){.grid-col-span-2{grid-column:span 1}.grid-row-span-2,.grid-row-span-3{grid-row:span 1}}@media(max-width:768px){.about-card{padding:24px}.about-card--tall{min-height:350px}.grid-row-span-2.about-card--numeric{min-height:200px}.grid-row-span-2.about-card--image-only .card-image-wrapper{min-height:300px}.card-number{font-size:2.5rem}.card-title{font-size:1.5rem}}@media(max-width:480px){.about-section{padding:40px 0}.about-intro-text{margin-bottom:40px}.about-intro-text p{font-size:1rem;margin-bottom:20px}.about-card{padding:20px;min-height:auto}.about-card--numeric{min-height:180px}.about-card--text{min-height:240px}.about-card--tall{min-height:320px}.about-card--image .card-image-wrapper{height:180px}.about-card--image-only{min-height:250px}.about-card--image-only .card-image-wrapper{position:absolute;inset:0;width:100%;height:100%;min-height:100%}.about-card--tall .card-image-wrapper{height:220px}.about-card--image-only.about-card--tall{min-height:320px}.about-card--image-only.about-card--tall .card-image-wrapper{position:absolute;inset:0;width:100%;height:100%;min-height:100%}}.block-management-heading{font-size:2.25rem;font-weight:300;letter-spacing:-.02em;color:var(--text-dark, #1a1a1a);margin:0 0 48px;text-align:center;display:flex;align-items:center;gap:24px}.block-management-heading:before,.block-management-heading:after{content:"";flex:1;height:1px;background:#00000026}.hero-block-management{background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/BlockManagement.jpg);position:relative;height:100vh;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-block-management .hero-content{position:relative;z-index:2;text-align:center;padding:16px;max-width:900px;width:100%}@media(min-width:768px){.hero-block-management .hero-content{padding:0 5%}}.hero-block-management .hero-content p{font-size:1.2rem;margin:0;opacity:.9}.block-management-section{padding:0 0 60px;background:var(--bg-light, #f8f8f8);overflow-x:hidden}@media(min-width:768px){.block-management-section{padding:0 0 100px}}.block-management-intro{max-width:800px;margin-bottom:48px}.block-management-content{max-width:800px}.block-management-content h2{font-size:1.75rem;font-weight:400;color:var(--text-dark);margin:0 0 1.5rem;line-height:1.3}.block-management-content p{font-size:1.1rem;line-height:1.75;color:var(--text-dark);margin:0 0 1.25rem;opacity:.9}.block-management-content p:last-child{margin-bottom:0}.block-management-cards-grid{display:grid;grid-template-columns:1fr;gap:20px;grid-auto-rows:auto;align-items:stretch}@media(min-width:640px){.block-management-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:1024px){.block-management-cards-grid{grid-template-columns:repeat(6,1fr)}.block-management-cards-grid .bm-half{grid-column:span 3}.block-management-cards-grid .about-card:not(.bm-half){grid-column:span 2}}.block-management-cards-grid .about-card{min-height:auto;height:auto}.block-management-cards-grid .about-card--text,.block-management-cards-grid .about-card--numeric{min-height:auto;padding:28px 30px}.block-management-cards-grid .bm-short{padding:20px 24px}.block-management-cards-grid .bm-short .card-title{font-size:1.25rem;margin-bottom:6px}.block-management-cards-grid .bm-short .card-content{font-size:.9rem;line-height:1.55}@media(max-width:639px){.block-management-cards-grid .about-card--text,.block-management-cards-grid .about-card--numeric{padding:22px 20px}.block-management-cards-grid .bm-short{padding:18px 20px}}.hero-meet-the-team{position:relative;height:100vh;min-height:100vh;background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/MeetTheTeam.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-meet-the-team .hero-content{position:relative;z-index:2;text-align:center;padding:16px;max-width:900px;width:100%}@media(min-width:768px){.hero-meet-the-team .hero-content{padding:0 5%}}.about-section{min-height:100vh;background:var(--bg-light);padding:32px 0;overflow-x:hidden}@media(min-width:768px){.about-section{padding:40px 0}}.section-label{font-size:1.125rem}@media(min-width:768px){.section-label{font-size:1.5rem}}.teams-container{display:flex;flex-direction:column;gap:10px}.team-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,.1);position:relative}.team-section:last-child{border-bottom:none;padding-bottom:0}.team-title{color:var(--text-dark);font-size:2rem;font-weight:400;margin:0;padding:0;border:none;position:absolute;top:0;left:0;z-index:1}.director-with-quote{display:flex;flex-direction:column;gap:24px;margin-top:32px;align-items:flex-start}@media(min-width:968px){.director-with-quote{flex-direction:row;gap:30px;margin-top:50px}}.director-card-wrapper{flex:0 0 auto;width:100%;max-width:400px;position:relative;z-index:1}.director-with-quote .staff-card{width:100%}.director-quote{flex:1;padding:25px 30px;background:#00000008;border-left:4px solid var(--text-dark);border-radius:4px;display:flex;align-items:center;min-height:330px;position:relative;z-index:2}.quote-text{color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin:0}.staff-grid{display:grid;grid-template-columns:1fr;gap:20px;width:100%;margin-top:32px}@media(min-width:640px){.staff-grid{grid-template-columns:repeat(2,1fr);gap:20px 15px;margin-top:40px}}@media(min-width:1024px){.staff-grid{grid-template-columns:repeat(3,1fr);margin-top:50px}}.staff-card{background:transparent;border-radius:0;box-shadow:none;overflow:visible;transition:transform .3s ease,opacity .3s ease;cursor:default;display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%}.staff-card--animate{opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.staff-card--animate.staff-card--visible{opacity:1;transform:translateY(0)}.staff-card:hover{transform:translateY(-4px);opacity:.95}.teams-container .staff-card .card-image{width:100%;max-width:100%;height:280px;min-height:280px;position:relative;overflow:hidden;margin-bottom:16px;border-radius:12px;background:transparent;flex-shrink:0;padding:0}@media(min-width:640px){.teams-container .staff-card .card-image{height:300px;min-height:300px}}@media(min-width:768px){.teams-container .staff-card .card-image{height:330px;min-height:330px;margin-bottom:20px}}.card-image img{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease;display:block;border-radius:12px}.staff-card:hover .card-image img{transform:scale(1.03)}.staff-card--john .card-image img{object-position:center 20%}.card-info{position:static;background:transparent;color:#000;padding:0;text-align:left;width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.card-info h3{margin:0 0 8px;font-size:1.5rem;font-weight:400;color:#000;line-height:1.3}.card-info p{margin:0;font-size:.95rem;font-weight:300;color:#000;line-height:1.4}.staff-card-expand-icon{margin-left:6px;font-size:1.1em;font-weight:300;opacity:.85}.staff-card--expandable{cursor:pointer}.staff-card--expandable:focus-visible{outline:2px solid var(--text-dark);outline-offset:2px}.card-image--clickable,.card-info--clickable{cursor:pointer}@media(max-width:639px){.team-title{font-size:1.25rem}.card-info h3{font-size:1.2rem}.card-info p{font-size:.85rem}.director-quote{min-height:auto;padding:16px 20px}.quote-text{font-size:.95rem;line-height:1.6}}@media(min-width:640px)and (max-width:967px){.team-title{font-size:1.5rem}.card-info h3{font-size:1.3rem}.card-info p{font-size:.85rem}.director-quote{min-height:auto;padding:20px 25px}.quote-text{font-size:1rem;line-height:1.7}}.hero-amenities{position:relative;height:100vh;min-height:100vh;background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/Amenities.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-amenities .hero-content{position:relative;z-index:2;text-align:center;padding:16px;max-width:900px;width:100%}@media(min-width:768px){.hero-amenities .hero-content{padding:0 5%}}.hero-amenities .hero-content p{font-size:1.125rem;margin:0 0 1.5rem;opacity:.95}@media(min-width:768px){.hero-amenities .hero-content p{font-size:1.5rem;margin-bottom:2.5rem}}.amenities-section{padding:48px 0;background:#fff;color:#111;position:relative;overflow-x:hidden}@media(min-width:768px){.amenities-section{padding:80px 0}}@media(min-width:1024px){.amenities-section{padding:100px 0}}.amenities-header{text-align:center;max-width:800px;margin:0 auto 48px;padding:0 8px}@media(min-width:768px){.amenities-header{margin-bottom:80px}}.amenities-header .section-label{color:#111}.amenities-title{font-size:1.75rem;font-weight:400;margin:16px 0 20px;color:#111;line-height:1.2}@media(min-width:640px){.amenities-title{font-size:2.25rem}}@media(min-width:768px){.amenities-title{font-size:2.5rem;margin:20px 0 24px}}@media(min-width:1024px){.amenities-title{font-size:3rem}}.amenities-subtitle{font-size:1rem;line-height:1.7;color:#333;opacity:.9;margin:0}@media(min-width:768px){.amenities-subtitle{font-size:1.1rem}}.amenities-grid{display:flex;flex-direction:column;gap:120px}.amenity-row{display:grid;grid-template-columns:1fr;gap:24px;align-items:center;min-height:auto}.amenity-row--reverse{direction:ltr}@media(min-width:768px){.amenity-row{grid-template-columns:1fr 1fr;gap:60px;min-height:400px;height:400px}.amenity-row--reverse{direction:rtl}.amenity-row--reverse>*{direction:ltr}}.amenity-video-wrapper{position:relative;width:100%;max-width:100%;min-height:220px;height:220px;border-radius:12px;overflow:hidden;background:var(--bg-dark, #0e0f14);box-shadow:0 8px 32px #0000001f;order:1}@media(min-width:768px){.amenity-video-wrapper{height:400px;min-height:400px;order:unset}}.amenity-video,.amenity-image{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;display:block}.amenity-carousel{position:absolute;top:0;left:0;width:100%;height:100%}.amenity-carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .6s ease}.amenity-carousel-image.active{opacity:1}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#00000059;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,background .2s ease}.amenity-video-wrapper:hover .carousel-arrow{opacity:1}.carousel-arrow:hover{background:#0009}.carousel-arrow--left{left:12px}.carousel-arrow--right{right:12px}.carousel-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.carousel-dot.active{background:#fff;transform:scale(1.25)}.amenity-video-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0e0f141a,#0e0f144d);pointer-events:none}.amenity-content{display:flex;flex-direction:column;justify-content:center;padding:0 16px 24px;text-align:center;order:2}@media(min-width:768px){.amenity-content{padding:40px;text-align:left;order:unset}}.amenity-title{font-size:1.5rem;font-weight:400;margin:0 0 16px;color:#111;line-height:1.3}@media(min-width:768px){.amenity-title{font-size:2rem;margin-bottom:20px}}.amenity-description{font-size:1.05rem;line-height:1.7;color:#333;opacity:.9;margin:0}.amenity-description+.amenity-description{margin-top:12px}.amenity-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:var(--touch-min, 44px);height:auto;margin-top:16px;padding:14px 24px;border-radius:8px;border:none;background-color:#244257;color:#fff;font-size:16px;font-weight:300;letter-spacing:0;text-transform:none;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}@media(min-width:768px){.amenity-link{font-size:18px;padding:0 24px;height:58px;min-height:58px}}.amenity-link:hover{background-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.amenity-link:active{transform:translateY(0);box-shadow:0 4px 12px #00000026}@media(max-width:480px){.amenity-video-wrapper{min-height:200px;height:200px}.amenity-description{font-size:.95rem}}body{margin:0;padding:0;background:#f5f7fa;font-family:Telegraf,sans-serif;font-weight:200;--bg-light: #ffffff;--text-dark: #0e0f14}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0e0f14e6,#0e0f14d9)}.auth-box{background:var(--bg-light);border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:450px;padding:28px 20px;animation:slideUp .5s ease}@media(min-width:640px){.auth-box{padding:50px 40px}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-toggle{display:flex;gap:0;margin-bottom:40px;background:#1111111a;border-radius:8px;padding:4px}.toggle-btn{flex:1;padding:12px 16px;min-height:44px;border:none;background:transparent;color:var(--text-dark);font-size:14px;font-weight:400;cursor:pointer;border-radius:6px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}@media(min-width:640px){.toggle-btn{padding:12px 20px;font-size:16px}}.toggle-btn.active{background:#fff;color:var(--text-dark);box-shadow:0 2px 8px #0000001a}.toggle-btn:not(.active){color:#1119}.auth-form{display:none;opacity:0;transform:translateY(10px);transition:all .3s ease}.auth-form.active{display:block;opacity:1;transform:translateY(0)}.auth-form h2{color:var(--text-dark);font-size:28px;font-weight:400;margin:0 0 30px;text-align:center}.form-group{margin-bottom:20px;display:flex;flex-direction:column}.form-group label{color:var(--text-dark);font-size:14px;font-weight:400;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.form-group input{padding:12px 16px;border:2px solid rgba(17,17,17,.15);border-radius:6px;font-size:16px;font-family:inherit;color:var(--text-dark);background:#fff;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#0e0f14;box-shadow:0 0 0 3px #0e0f141a}.form-group input::placeholder{color:#11111180}.form-group select{padding:12px 16px;border:2px solid rgba(17,17,17,.15);border-radius:6px;font-size:16px;font-family:inherit;color:var(--text-dark);background:#fff;cursor:pointer;transition:all .3s ease}.form-group select:focus{outline:none;border-color:#0e0f14}.password-hint{color:#1119;font-size:12px;margin-top:6px;font-style:italic}.form-options{display:flex;justify-content:space-between;align-items:center;margin:20px 0 30px;flex-wrap:wrap;gap:10px}.remember-me,.agree-terms,.marketing-opt-in{display:flex;align-items:flex-start;gap:8px;color:var(--text-dark);font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.remember-me input,.agree-terms input,.marketing-opt-in input{cursor:pointer;width:18px;height:18px;flex-shrink:0;margin-top:1px}.signup-consents{flex-direction:column;align-items:flex-start}.signup-consents .agree-terms,.signup-consents .marketing-opt-in{font-size:12px;line-height:1.4}.agree-terms a{color:#0e0f14;text-decoration:none;font-weight:400;border-bottom:1px solid #0e0f14}.agree-terms a:hover{text-decoration:underline}.forgot-password{color:#0e0f14;text-decoration:none;font-size:14px;font-weight:400;transition:color .3s ease}.forgot-password:hover{color:#0e0f14b3;text-decoration:underline}.btn-auth{width:100%;min-height:48px;padding:14px 20px;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;background:#0e0f14;color:#fff}.btn-auth:hover{background:#0e0f14d9;transform:translateY(-2px);box-shadow:0 8px 20px #0e0f144d}.btn-auth:active{transform:translateY(0)}.form-footer{text-align:center;color:var(--text-dark);font-size:14px;margin-top:20px;margin-bottom:0}.form-switch{background:none;border:none;color:#0e0f14;font-weight:400;cursor:pointer;text-decoration:underline;font-size:14px;padding:0;font-family:inherit;transition:color .3s ease}.form-switch:hover{color:#0e0f14b3}@media(max-width:600px){.auth-box{padding:35px 25px}.auth-form h2{font-size:24px}.toggle-btn{padding:10px 15px;font-size:14px}.form-options{flex-direction:column;align-items:flex-start}}#authStatus{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-dark);margin:20px auto}#statusMessage{font-weight:400;margin-bottom:8px}#signOutBtn{background:transparent;color:var(--text-dark);border:2px solid rgba(14,15,20,.12);padding:10px 14px;border-radius:6px;cursor:pointer}#signOutBtn:hover{background:#0e0f140f}.auth-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.auth-modal{max-width:480px;width:100%;padding:0 16px}.auth-modal .auth-box{max-width:100%}.auth-modal-header{display:flex;justify-content:flex-end;margin-bottom:8px}.auth-modal-close{background:transparent;border:none;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:4px 8px}.auth-message{margin-bottom:16px}.auth-error{background:#dc35451a;color:#c1121f;border-radius:6px;padding:10px 12px;font-size:14px;margin-bottom:6px}.auth-info{background:#0d6efd14;color:#0d6efd;border-radius:6px;padding:10px 12px;font-size:14px}.signup-coming-soon{border:1px solid rgba(14,15,20,.15);background:#0e0f140a;border-radius:10px;padding:16px;margin-bottom:16px;text-align:center;color:#000}.signup-coming-soon-badge{display:inline-block;border-radius:999px;border:1px solid rgba(14,15,20,.3);padding:4px 10px;font-size:12px;text-transform:uppercase;letter-spacing:.8px;font-weight:500;margin-bottom:8px;color:#000}.signup-coming-soon p{margin:0;font-size:14px;color:#000}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.legacie-hero{position:relative;height:100vh;min-height:100vh;background-image:url(https://dstmcbxmnzqhidmqpnjf.supabase.co/storage/v1/object/public/website%20images/Hero/LegacieLiving.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.legacie-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}.legacie-hero-content{position:relative;z-index:2;text-align:center;padding:16px;max-width:900px;width:100%}@media(min-width:768px){.legacie-hero-content{padding:0 5%}}.legacie-hero-image{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out;max-width:240px;width:100%;height:auto;margin-bottom:2rem}.legacie-hero-image.hero-image-visible{opacity:1;transform:translateY(0)}.legacie-hero-headline{color:var(--text-main);font-size:2rem;font-weight:200;margin:0 0 1rem;line-height:1.2;animation:fadeInUp .8s ease-out}@media(min-width:640px){.legacie-hero-headline{font-size:3rem;margin-bottom:1.25rem}}@media(min-width:768px){.legacie-hero-headline{font-size:4rem;margin-bottom:1.5rem}}@media(min-width:1024px){.legacie-hero-headline{font-size:5rem}}.lifestyle-intro-description-secondary{color:var(--text-dark);font-weight:500;font-size:1.1rem;line-height:1.8;margin:0;opacity:.9}.legacie-hero-subheading{color:var(--text-main);font-size:1rem;font-weight:200;margin:0 0 1.5rem;opacity:.95;line-height:1.5;animation:fadeInUp .8s ease-out .2s both}@media(min-width:640px){.legacie-hero-subheading{font-size:1.25rem;margin-bottom:2rem}}@media(min-width:768px){.legacie-hero-subheading{font-size:1.5rem;margin-bottom:2.5rem}}.legacie-hero-cta{animation:fadeInUp .8s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lifestyle-intro-section{background:var(--bg-light);padding:48px 0;width:100%;overflow-x:hidden}@media(min-width:768px){.lifestyle-intro-section{padding:80px 0}}@media(min-width:1024px){.lifestyle-intro-section{padding:100px 0}}.lifestyle-intro-content{text-align:center;max-width:800px;margin:0 auto 60px}.lifestyle-intro-title{color:var(--text-dark);font-size:1.75rem;font-weight:200;margin:0 0 1rem;line-height:1.2}@media(min-width:640px){.lifestyle-intro-title{font-size:2.25rem;margin-bottom:1.25rem}}@media(min-width:768px){.lifestyle-intro-title{font-size:2.5rem;margin-bottom:1.5rem}}@media(min-width:1024px){.lifestyle-intro-title{font-size:3rem}}.lifestyle-intro-description{color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin:0;opacity:.9}.lifestyle-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1200px;margin:0 auto;width:100%}@media(min-width:640px){.lifestyle-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:1024px){.lifestyle-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}}.lifestyle-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0000001a}.lifestyle-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.lifestyle-card-icon{font-size:3rem;margin-bottom:1rem}.lifestyle-card-title{color:var(--text-dark);font-size:1.5rem;font-weight:400;margin:0 0 1rem}.lifestyle-card-description{color:var(--text-dark);font-size:1rem;line-height:1.6;margin:0;opacity:.8}.horizontal-scroll-section{position:relative;width:100%;max-width:100vw;min-height:70vh;height:70vh;background:var(--bg-dark);overflow:hidden;isolation:isolate;contain:layout style paint}@media(min-width:768px){.horizontal-scroll-section{height:100vh;max-height:100vh}}.horizontal-scroll-pin-container{position:relative;width:100%;height:100%;min-height:inherit;overflow:hidden;isolation:isolate;contain:layout style paint}.horizontal-scroll-track{display:flex;flex-direction:row;height:100%;will-change:transform;transition:transform .12s linear}.horizontal-scroll-panel{width:100%;height:100%;min-height:70vh;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;contain:layout style paint;background-size:cover;background-position:center;cursor:pointer}.horizontal-scroll-panel:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:-4px}@media(min-width:768px){.horizontal-scroll-panel{min-height:100vh;height:100vh}}.horizontal-scroll-section.is-touch{height:auto;min-height:60vh;width:100vw;margin-left:50%;transform:translate(-50%)}.is-touch .horizontal-scroll-pin-container{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.is-touch .horizontal-scroll-pin-container::-webkit-scrollbar{display:none}.is-touch .horizontal-scroll-track{height:100%;gap:0;padding:0;transform:none!important}.is-touch .horizontal-scroll-panel{width:100vw;min-height:60vh;scroll-snap-align:center}@media(min-width:768px){.horizontal-scroll-section.is-touch,.is-touch .horizontal-scroll-panel{min-height:70vh}}.panel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;z-index:5;transition:opacity .3s ease}.panel-caption{position:relative;z-index:10;text-align:center;padding:0 5%;max-width:800px;opacity:0;transform:translateY(30px);transition:opacity .35s ease-out,transform .35s ease-out}.panel-caption h3{font-size:1.75rem;font-weight:200;margin:0;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.panel-caption p{margin-top:1rem;font-size:1rem;line-height:1.6;opacity:.9}.horizontal-scroll-nav{position:absolute;left:0;right:0;bottom:24px;display:flex;align-items:center;justify-content:center;gap:16px;z-index:20;pointer-events:none}.horizontal-scroll-arrow{pointer-events:auto;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease,opacity .2s ease}.horizontal-scroll-arrow:disabled{opacity:.35;cursor:default}.horizontal-scroll-arrow:not(:disabled):hover{background:#fff3;transform:translateY(-1px)}.horizontal-scroll-dots{display:flex;align-items:center;gap:8px;pointer-events:auto}.horizontal-scroll-dot{width:8px;height:8px;border-radius:999px;border:none;background:#ffffff73;cursor:pointer;padding:0;transition:width .2s ease,background .2s ease,opacity .2s ease}.horizontal-scroll-dot.is-active{width:18px;background:#fff}@media(min-width:640px){.panel-caption h3{font-size:2.5rem}}@media(min-width:768px){.panel-caption h3{font-size:3rem}}@media(min-width:1024px){.panel-caption h3{font-size:3.5rem}}.quote-section{background:var(--bg-light);padding:48px 0;width:100%;overflow-x:hidden}@media(min-width:768px){.quote-section{padding:80px 0}}@media(min-width:1024px){.quote-section{padding:100px 0}}.quote-content{max-width:1000px;margin:0 auto;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.quote-content.quote-visible{opacity:1;transform:translateY(0)}.quote-author{display:flex;align-items:center;gap:20px;margin-bottom:30px}.quote-author-image{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0}.quote-author-image img{width:100%;height:100%;object-fit:cover}.quote-author-info h3{color:var(--text-dark);font-size:1.5rem;font-weight:400;margin:0 0 5px}.quote-author-info p{color:var(--text-dark);font-size:1rem;margin:0;opacity:.7}.quote-text{color:var(--text-dark);font-size:1.2rem;line-height:1.8;margin:0;font-style:normal;font-weight:200;padding-left:40px;border-left:none;position:relative}.quote-text:before{content:'"';font-size:4rem;line-height:1;color:var(--text-dark);opacity:.3;position:absolute;left:0;top:-10px;font-family:Telegraf,sans-serif}.events-section{background:var(--bg-dark);padding:48px 0;width:100%;overflow-x:hidden}@media(min-width:768px){.events-section{padding:80px 0}}@media(min-width:1024px){.events-section{padding:100px 0}}.events-header{text-align:center;max-width:700px;margin:0 auto 48px;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.events-header.events-visible{opacity:1;transform:translateY(0)}.events-header .section-label{color:var(--text-muted)}.events-title{color:var(--text-main);font-size:1.75rem;font-weight:200;margin:0 0 1rem;line-height:1.2}@media(min-width:640px){.events-title{font-size:2.25rem}}@media(min-width:768px){.events-title{font-size:2.5rem}}@media(min-width:1024px){.events-title{font-size:3rem}}.events-subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.8;margin:0}.events-group-title{color:var(--text-main);font-size:1.25rem;font-weight:400;margin:0 0 24px;text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem}.events-showcase,.events-upcoming{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.events-upcoming{transition-delay:.4s}.events-showcase.events-visible,.events-upcoming.events-visible{opacity:1;transform:translateY(0)}.events-showcase{margin-bottom:56px}.showcase-layout{display:flex;flex-direction:column;gap:32px;background:#ffffff0a;border-radius:16px;border:1px solid rgba(255,255,255,.06);overflow:hidden}@media(min-width:768px){.showcase-layout{flex-direction:row;gap:0}}.showcase-gallery{flex:1.2;display:flex;flex-direction:column;min-width:0}.showcase-main-image{position:relative;width:100%;height:280px;overflow:hidden}@media(min-width:768px){.showcase-main-image{height:360px}}@media(min-width:1024px){.showcase-main-image{height:400px}}.showcase-main-image img,.showcase-main-image video,.showcase-main-image iframe{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease;background:#000;border:none}.event-badge-recap{position:absolute;top:16px;left:16px;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:1.5px;padding:5px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.showcase-thumbnails{display:flex;gap:4px;padding:4px;background:#0000004d}.showcase-thumb{flex:1;height:70px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color .2s ease,opacity .2s ease;opacity:.5}@media(min-width:768px){.showcase-thumb{height:80px}}.showcase-thumb.active{border-color:#fff;opacity:1}.showcase-thumb:hover{opacity:.85}.showcase-thumb{position:relative}.showcase-thumb img{width:100%;height:100%;object-fit:cover}.thumb-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;pointer-events:none}.showcase-details{flex:1;padding:28px 24px;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.showcase-details{padding:40px 36px}}.showcase-event-title{color:var(--text-main);font-size:1.5rem;font-weight:400;margin:10px 0 16px;line-height:1.3}@media(min-width:768px){.showcase-event-title{font-size:1.75rem}}@media(min-width:1024px){.showcase-event-title{font-size:2rem}}.showcase-event-summary{color:var(--text-muted);font-size:1rem;line-height:1.8;margin:0}.event-date{color:var(--text-muted);font-size:.85rem;letter-spacing:.5px}.event-card-title{color:var(--text-main);font-size:1.25rem;font-weight:400;margin:8px 0 12px;line-height:1.3}.event-card-description{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin:0}.events-upcoming-list{display:flex;flex-direction:column;gap:16px}.event-card-upcoming{display:flex;gap:20px;padding:24px;background:#ffffff0a;border-radius:12px;border:1px solid rgba(255,255,255,.06);transition:background .3s ease,border-color .3s ease;align-items:flex-start}.event-card-upcoming:hover{background:#ffffff12;border-color:#ffffff1f}.event-card-upcoming-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:64px;padding:12px 8px;background:#ffffff0f;border-radius:8px;flex-shrink:0}.event-date-day{color:var(--text-main);font-size:1.5rem;font-weight:400;line-height:1}.event-date-month{color:var(--text-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:1px;margin-top:4px;text-align:center}.event-card-upcoming-body{flex:1;min-width:0}.event-card-upcoming-body .event-card-title{margin-top:0;font-size:1.1rem}.event-card-location{color:var(--text-muted);font-size:.8rem;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;opacity:.7}.event-card-upcoming-body .event-card-description{font-size:.9rem}@media(max-width:767px){.event-card-upcoming{gap:16px;padding:20px 16px}.event-card-upcoming-date{min-width:56px;padding:10px 6px}.event-date-day{font-size:1.25rem}.event-card-upcoming-body .event-card-title{font-size:1rem}}.final-cta-section{background:var(--bg-light);padding:48px 0;width:100%;overflow-x:hidden}@media(min-width:768px){.final-cta-section{padding:80px 0}}@media(min-width:1024px){.final-cta-section{padding:120px 0}}.final-cta-content{text-align:center;max-width:700px;margin:0 auto}.final-cta-title{color:var(--text-dark);font-size:1.75rem;font-weight:200;margin:0 0 1rem;line-height:1.2}@media(min-width:640px){.final-cta-title{font-size:2.5rem;margin-bottom:1.25rem}}@media(min-width:768px){.final-cta-title{font-size:3rem;margin-bottom:1.5rem}}@media(min-width:1024px){.final-cta-title{font-size:3.5rem}}.final-cta-description{color:var(--text-dark);font-size:1.2rem;line-height:1.8;margin:0 0 2.5rem;opacity:.9}.final-cta-button{display:inline-block}@media(max-width:767px){.quote-author{flex-direction:column;text-align:center;gap:15px}.quote-text{font-size:1rem;padding-left:20px}.quote-text:before{left:0;top:-15px;font-size:3rem}.lifestyle-card{padding:24px 20px}.final-cta-description{font-size:1rem}}.hero-document-portal{position:relative;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-document-portal .hero-content{position:relative;z-index:2;text-align:center;padding:16px;max-width:900px;width:100%}@media(min-width:768px){.hero-document-portal .hero-content{padding:0 5%}}.document-portal-cover{position:fixed;inset:0;background:#0e0f14bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;overflow-y:auto}@media(min-width:768px){.document-portal-cover{padding:2rem}}.document-portal-cover-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:720px;margin:auto}.document-portal-coming-soon{padding-top:2rem;padding-bottom:4rem}.coming-soon-badge{display:inline-block;font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#fff;background:#ffffff26;border:2px solid rgba(255,255,255,.4);border-radius:8px;padding:1rem 2rem;margin-bottom:2.5rem;box-shadow:0 4px 24px #0003}.document-portal-explanation{max-width:720px;color:#fffffff2;text-align:left}.document-portal-explanation h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#fff}.document-portal-explanation h4{font-size:1.15rem;font-weight:500;margin:1.5rem 0 .5rem;color:#fff}.document-portal-explanation p{margin:0 0 1rem;line-height:1.65;color:#ffffffe6}.document-portal-note{margin-top:1.5rem!important;padding:1rem 1.25rem;background:#ffffff1a;border-radius:8px;border-left:4px solid rgba(255,255,255,.4);font-size:.95rem;color:#ffffffe6}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:100%}.document-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.document-card:hover{transform:translateY(-6px);box-shadow:0 8px 32px #00000026}.document-preview{position:relative;width:100%;height:200px;background:linear-gradient(135deg,#0e0f140d,#0e0f141a);display:flex;align-items:center;justify-content:center;overflow:hidden}.document-icon{font-size:4rem;opacity:.8;transition:transform .3s ease,opacity .3s ease}.document-card:hover .document-icon{transform:scale(1.1);opacity:1}.document-preview-overlay{position:absolute;inset:0;background:#0e0f14d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.document-card:hover .document-preview-overlay{opacity:1}.document-preview-text{color:#fff;font-size:1.1rem;font-weight:400;text-transform:uppercase;letter-spacing:1px}.document-details{padding:1.5rem;background:#fff;color:var(--text-dark);flex:1;display:flex;flex-direction:column}.document-category{font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.5px;color:#0e0f1499;margin-bottom:.5rem}.document-name{margin:0 0 .75rem;font-size:1.1rem;font-weight:400;color:var(--text-dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.document-description{margin:0 0 1rem;font-size:.9rem;color:#0e0f14b3;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.document-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(14,15,20,.1);font-size:.85rem;color:#0e0f1499}.document-size,.document-date{font-weight:400}@media(max-width:900px){.documents-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media(max-width:520px){.documents-grid{grid-template-columns:1fr;gap:1.5rem}.document-preview{height:180px}.document-icon{font-size:3rem}}
