@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-serif: "Cormorant Garamond", Georgia, serif;--text-color: #000000;--text-muted: #6b7280;--border-color: #e5e7eb;--heading-align: center;--content-justify: center;--content-margin: 0 auto;--header-height: 72px;--heading-size: 1.5rem}@media(min-width:768px){:root{--heading-size: 2rem}}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}body{font-family:var(--font-body, "Inter", system-ui, sans-serif);background-color:var(--listing-bg, #ffffff);color:var(--text-color);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}main{flex:1}body[data-header-theme=colored] main{padding-top:var(--header-height)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1002;transition:background .3s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.header-left{display:flex;align-items:center}.header-logo img{height:40px;width:auto;max-width:150px;object-fit:contain}.header-title{font-size:1.25rem;font-weight:600;color:var(--header-text)}.header-nav{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.875rem;font-weight:500;text-decoration:none;color:var(--header-text);transition:opacity .2s}.nav-link:hover{opacity:.7}.desktop-nav{display:none}@media(min-width:768px){.desktop-nav{display:flex}.hamburger,.mobile-menu{display:none!important}}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;z-index:1003;-webkit-tap-highlight-color:transparent}.hamburger span{display:block;width:22px;height:2px;background:var(--header-text);transition:transform .3s ease,opacity .3s ease;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:1001;background:var(--listing-bg, #ffffff);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.mobile-menu[hidden]{display:none}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:.5rem}.mobile-nav-link{padding:1rem 2rem;font-size:1.25rem;font-weight:500;text-decoration:none;color:var(--header-text);text-align:center;transition:opacity .2s}.mobile-nav-link:hover{opacity:.7}.site-header[data-theme=transparent]{background:transparent}.site-header[data-theme=transparent]:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,var(--listing-bg, #000000) 0%,transparent 100%);opacity:.35;pointer-events:none;z-index:-1;transition:opacity .3s ease}.site-header[data-theme=transparent].scrolled:before{opacity:0}.site-header[data-theme=transparent].scrolled{background:var(--listing-bg, #ffffff)}.site-header[data-theme=colored]{background:var(--listing-bg)}img{max-width:100%;height:auto;display:block}a{color:var(--primary-color);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:3rem 0;scroll-margin-top:var(--header-height)}@media(min-width:768px){.section{padding:4rem 0}}.section-title{font-size:var(--heading-size);font-weight:600;margin-bottom:1.5rem;text-align:var(--heading-align);color:var(--text-color)}@media(min-width:768px){.section-title{margin-bottom:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;font-family:inherit;border:none;border-radius:var(--radius, .5rem);cursor:pointer;transition:all .2s}.btn-primary{background-color:var(--primary-color);color:var(--primary-text, white)}.btn-primary:hover{opacity:.9}.btn-outline{background-color:transparent;border:1px solid var(--border-color);color:var(--text-color)}.btn-outline:hover{background-color:#0000000d}.card{background:#fff;border-radius:var(--radius, .5rem);box-shadow:0 1px 3px #0000001a;overflow:hidden}.specs-row{display:flex;flex-wrap:wrap;justify-content:var(--content-justify);gap:1rem 2rem}.spec-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem}.spec-item svg{width:1.25rem;height:1.25rem;color:var(--primary-color)}.thumb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.thumb-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.thumb-item{aspect-ratio:4/3;border-radius:var(--radius, .5rem);overflow:hidden;cursor:pointer;position:relative}.thumb-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.thumb-item:hover img{transform:scale(1.05)}.tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:var(--listing-bg);border:1px solid var(--border-color);border-radius:var(--radius, .5rem);cursor:pointer;transition:all .2s}.tab.active{background:var(--primary-color);color:var(--primary-text, white);border-color:var(--primary-color)}.tab:hover:not(.active){background:#0000000d}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius, .5rem)}.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-color)}.form-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--border-color);border-radius:var(--radius, .5rem);background:#fff;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary-color)}textarea.form-input{resize:vertical;min-height:120px}.text-center{text-align:center}.text-left{text-align:left}.text-muted{color:var(--text-muted)}.font-serif{font-family:var(--font-serif)}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-content{max-width:90vw;max-height:calc(100vh - 120px)}.lightbox-content img{width:90vw;height:calc(100vh - 120px);object-fit:contain;transition:opacity .15s ease}.lightbox-close{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;transition:background .2s}.lightbox-close:hover{background:#fff3}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;transition:background .2s}.lightbox-nav:hover{background:#fff3}.lightbox-nav.prev{left:1rem}.lightbox-nav.next{right:1rem}.lightbox-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0;pointer-events:none}.lightbox-counter{color:#fff;font-size:.875rem}.lightbox-filmstrip{display:flex;gap:.375rem;overflow-x:auto;max-width:90vw;padding:.25rem 1rem;scrollbar-width:none;-ms-overflow-style:none;pointer-events:auto}.lightbox-filmstrip::-webkit-scrollbar{display:none}.filmstrip-item{flex:0 0 auto;width:48px;height:36px;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.5;transition:opacity .2s,border-color .2s;background:none;padding:0}.filmstrip-item:hover{opacity:.8}.filmstrip-item.active{opacity:1;border-color:#fff}.filmstrip-item img{width:100%;height:100%;object-fit:cover}.slideshow[data-astro-cid-qknfqigy]{width:100%}.hero-video-container[data-astro-cid-qknfqigy]{position:relative;width:100%;height:60vh;min-height:400px;overflow:hidden;background:#000}@media(min-width:768px){.hero-video-container[data-astro-cid-qknfqigy]{height:75vh;min-height:500px}}.hero-video-iframe[data-astro-cid-qknfqigy]{position:absolute;inset:0;width:100%;height:100%;border:none;object-fit:cover;transform:scale(1.2)}.hero-video-native[data-astro-cid-qknfqigy]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.slideshow-container[data-astro-cid-qknfqigy]{position:relative;width:100%;height:60vh;min-height:400px;overflow:hidden}@media(min-width:768px){.slideshow-container[data-astro-cid-qknfqigy]{height:75vh;min-height:500px}}.slide[data-astro-cid-qknfqigy]{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}.slide[data-astro-cid-qknfqigy].active{opacity:1}.slide[data-astro-cid-qknfqigy] img[data-astro-cid-qknfqigy]{width:100%;height:100%;object-fit:cover}.slide[data-astro-cid-qknfqigy].no-image{display:flex;align-items:center;justify-content:center;background:#1f2937}.no-image-icon[data-astro-cid-qknfqigy]{color:#ffffff4d}.slide-nav[data-astro-cid-qknfqigy]{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff26;backdrop-filter:blur(4px);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s;z-index:10}.slide-nav[data-astro-cid-qknfqigy]:hover{background:#ffffff40}.slide-nav[data-astro-cid-qknfqigy].prev{left:1rem}.slide-nav[data-astro-cid-qknfqigy].next{right:1rem}@media(min-width:768px){.slide-nav[data-astro-cid-qknfqigy]{width:56px;height:56px}.slide-nav[data-astro-cid-qknfqigy].prev{left:2rem}.slide-nav[data-astro-cid-qknfqigy].next{right:2rem}}.slide-dots[data-astro-cid-qknfqigy]{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot[data-astro-cid-qknfqigy]{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .2s}.dot[data-astro-cid-qknfqigy].active,.dot[data-astro-cid-qknfqigy]:hover{background:#fff}.video-play-btn[data-astro-cid-qknfqigy]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ffffff26;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s;z-index:10}.video-play-btn[data-astro-cid-qknfqigy] svg[data-astro-cid-qknfqigy]{margin-left:4px}.video-play-btn[data-astro-cid-qknfqigy]:hover{background:#ffffff40}.video-overlay[data-astro-cid-qknfqigy]{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1100}.video-overlay[data-astro-cid-qknfqigy].active{opacity:1;visibility:visible}.video-overlay-backdrop[data-astro-cid-qknfqigy]{position:absolute;inset:0;background:#000000d9;backdrop-filter:blur(2px)}.video-overlay-inner[data-astro-cid-qknfqigy]{position:relative;width:min(1200px,90vw);background:#000;border-radius:var(--radius, .5rem);box-shadow:0 10px 40px #00000059;padding:1.5rem;z-index:1}.video-overlay-close[data-astro-cid-qknfqigy]{position:absolute;top:.5rem;right:.75rem;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1}.video-frame[data-astro-cid-qknfqigy]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius, .5rem)}.video-frame[data-astro-cid-qknfqigy] iframe[data-astro-cid-qknfqigy]{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:inherit}.property-details-section[data-astro-cid-hw7fx2xu]{padding:2rem 0;background:var(--listing-bg, #ffffff);text-align:var(--heading-align, center)}.property-title[data-astro-cid-hw7fx2xu]{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;margin-bottom:.5rem;line-height:1.2;color:var(--text-color)}.property-price[data-astro-cid-hw7fx2xu]{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.property-specs[data-astro-cid-hw7fx2xu]{display:flex;flex-wrap:wrap;justify-content:var(--content-justify, center);gap:1.5rem 2.5rem;margin-bottom:2rem}.spec-card[data-astro-cid-hw7fx2xu]{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:70px}.spec-icon[data-astro-cid-hw7fx2xu]{margin-bottom:.25rem;color:var(--primary-color)}.spec-value[data-astro-cid-hw7fx2xu]{font-size:1.5rem;font-weight:700;color:var(--text-color);line-height:1.2}.spec-label[data-astro-cid-hw7fx2xu]{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.property-specs-flat[data-astro-cid-hw7fx2xu]{max-width:600px;margin:0 auto 2rem;background:#80808026;border-radius:var(--radius, .5rem);padding:1rem 1.5rem}.spec-row[data-astro-cid-hw7fx2xu]{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px dotted rgba(128,128,128,.3)}.spec-row[data-astro-cid-hw7fx2xu]:last-child{border-bottom:none}.spec-row-label[data-astro-cid-hw7fx2xu]{font-size:1rem;font-weight:500;color:var(--text-color)}.spec-row-value[data-astro-cid-hw7fx2xu]{font-size:1rem;font-weight:700;color:var(--text-color)}.description-content[data-astro-cid-hw7fx2xu]{margin-bottom:2rem}.description-text[data-astro-cid-hw7fx2xu]{font-size:1.1rem;line-height:1.5;color:var(--text-color);white-space:pre-wrap;text-align:left}.read-more-link[data-astro-cid-hw7fx2xu]{display:inline;padding:0;font-size:inherit;font-weight:500;font-family:inherit;border:none;background:none;color:var(--primary-color);cursor:pointer}.read-more-link[data-astro-cid-hw7fx2xu]:hover{text-decoration:underline;cursor:pointer}.read-more-link[data-astro-cid-hw7fx2xu].below{display:block;margin-top:1rem}.gallery-grid[data-astro-cid-ihllb3az]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:768px){.gallery-grid[data-astro-cid-ihllb3az]{grid-template-columns:repeat(3,1fr);gap:1rem}}.gallery-item[data-astro-cid-ihllb3az]{position:relative;aspect-ratio:4/3;border-radius:var(--radius, .5rem);overflow:hidden;cursor:pointer}.gallery-item[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.05)}.more-overlay[data-astro-cid-ihllb3az]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0009;color:#fff;font-size:1.5rem;font-weight:600}.carousel-wrapper[data-astro-cid-ihllb3az]{width:100%}.gallery-carousel[data-astro-cid-ihllb3az]{position:relative;width:100%}.carousel-track[data-astro-cid-ihllb3az]{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 1rem;touch-action:pan-x}.carousel-track[data-astro-cid-ihllb3az]::-webkit-scrollbar{display:none}.carousel-item[data-astro-cid-ihllb3az]{flex:0 0 auto;width:75vw;max-width:400px;aspect-ratio:4/3;border-radius:var(--radius, .5rem);overflow:hidden;cursor:pointer;scroll-snap-align:start;box-shadow:0 2px 8px #0000001a}@media(min-width:640px){.carousel-item[data-astro-cid-ihllb3az]{width:50vw;max-width:450px}}@media(min-width:1024px){.carousel-item[data-astro-cid-ihllb3az]{width:33vw;max-width:500px}}.carousel-item[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;-webkit-user-drag:none;user-select:none}.carousel-item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.03)}.carousel-arrow[data-astro-cid-ihllb3az]{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#333}.carousel-arrow[data-astro-cid-ihllb3az]:hover{background:#fff;box-shadow:0 4px 12px #00000040}.carousel-arrow[data-astro-cid-ihllb3az]:active{transform:translateY(-50%) scale(.9)}.carousel-arrow-left[data-astro-cid-ihllb3az]{left:.5rem}.carousel-arrow-right[data-astro-cid-ihllb3az]{right:.5rem}@media(min-width:768px){.carousel-arrow[data-astro-cid-ihllb3az]{width:44px;height:44px}.carousel-arrow-left[data-astro-cid-ihllb3az]{left:1rem}.carousel-arrow-right[data-astro-cid-ihllb3az]{right:1rem}}.seg-tabs-wrapper[data-astro-cid-eeqp7a32]{display:flex;justify-content:var(--content-justify, center);margin-bottom:1.5rem}.seg-tabs[data-astro-cid-eeqp7a32]{display:inline-flex;flex-wrap:wrap;background:color-mix(in srgb,var(--border-color, #e5e7eb) 50%,transparent);border-radius:var(--radius, .5rem);padding:.25rem;gap:.25rem}.seg-tabs-wrapper[data-astro-cid-eeqp7a32].full-width{justify-content:stretch}.seg-tabs-wrapper[data-astro-cid-eeqp7a32].full-width .seg-tabs[data-astro-cid-eeqp7a32]{display:flex;width:100%}.seg-tabs-wrapper[data-astro-cid-eeqp7a32].full-width .seg-tab[data-astro-cid-eeqp7a32]{flex:1;text-align:center}.seg-tab[data-astro-cid-eeqp7a32]{padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;letter-spacing:.01em;background:transparent;color:var(--text-muted, #6b7280);border:none;border-radius:calc(var(--radius, .5rem) - 2px);cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative}.seg-tab[data-astro-cid-eeqp7a32]:hover:not(.active){color:var(--text-color);background:color-mix(in srgb,var(--border-color, #e5e7eb) 40%,transparent)}.seg-tab[data-astro-cid-eeqp7a32].active{background:var(--primary-color);color:var(--primary-text, #fff);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000000f}.video-panel[data-astro-cid-paoz6lpb]{display:none}.video-panel[data-astro-cid-paoz6lpb].active{display:block}.floorplan-panel[data-astro-cid-6xbvu4ru]{display:none}.floorplan-panel[data-astro-cid-6xbvu4ru].active{display:block}.pdf-container[data-astro-cid-6xbvu4ru]{display:flex;justify-content:center;padding:3rem;background:#00000005;border-radius:var(--radius, .5rem)}.floorplan-image[data-astro-cid-6xbvu4ru]{text-align:center;border-radius:var(--radius, .5rem);line-height:0}.floorplan-image[data-astro-cid-6xbvu4ru] img[data-astro-cid-6xbvu4ru]{max-width:100%;height:auto;border-radius:var(--radius, .5rem);box-shadow:0 2px 8px #0000001a}.floorplan-image[data-astro-cid-6xbvu4ru] img[data-astro-cid-6xbvu4ru]:hover{transform:scale(1.01)}.tour-panel[data-astro-cid-fz5gfldp]{display:none}.tour-panel[data-astro-cid-fz5gfldp].active{display:block}.tour-embed[data-astro-cid-fz5gfldp]{padding-bottom:60%}.contact-section[data-astro-cid-ivfwzvwo]{padding:3rem 0}.section-subtitle[data-astro-cid-ivfwzvwo]{font-size:var(--heading-size);font-weight:600;text-align:var(--heading-align);margin-bottom:1.5rem;color:var(--text-color)}.agents-section[data-astro-cid-ivfwzvwo]{margin-bottom:2.5rem}.agents-row[data-astro-cid-ivfwzvwo]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.agents-row[data-astro-cid-ivfwzvwo].one-agent .agent-card[data-astro-cid-ivfwzvwo]{max-width:320px}.agents-row[data-astro-cid-ivfwzvwo].two-agents .agent-card[data-astro-cid-ivfwzvwo]{flex:1;max-width:300px;min-width:250px}.agent-card[data-astro-cid-ivfwzvwo]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.agent-avatar[data-astro-cid-ivfwzvwo]{width:100px;height:100px;border-radius:var(--radius);object-fit:cover}.agent-avatar-placeholder[data-astro-cid-ivfwzvwo]{width:100px;height:100px;border-radius:var(--radius);background:var(--border-color);display:flex;align-items:center;justify-content:center}.icon-primary[data-astro-cid-ivfwzvwo]{color:var(--primary-color)}.agent-name[data-astro-cid-ivfwzvwo]{font-size:1.1rem;font-weight:700;color:var(--text-color);margin:.25rem 0 0}.agent-title[data-astro-cid-ivfwzvwo]{font-size:.875rem;color:var(--text-muted);margin:0}.brokerage-link[data-astro-cid-ivfwzvwo]{display:block}.brokerage-logo[data-astro-cid-ivfwzvwo]{height:36px;width:auto;max-width:100px;object-fit:contain;margin-top:.25rem}.agent-contact[data-astro-cid-ivfwzvwo]{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem}.contact-link[data-astro-cid-ivfwzvwo]{display:flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none;font-size:.9rem;transition:opacity .2s}.contact-link[data-astro-cid-ivfwzvwo]:hover{opacity:.7}.form-section[data-astro-cid-ivfwzvwo]{max-width:500px;margin:0 auto}.form-card[data-astro-cid-ivfwzvwo]{background:var(--listing-bg);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border-color)}.form-group[data-astro-cid-ivfwzvwo]{margin-bottom:1rem}.form-label[data-astro-cid-ivfwzvwo]{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem;color:var(--text-color)}.required[data-astro-cid-ivfwzvwo]{color:#ef4444}.form-input[data-astro-cid-ivfwzvwo]{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--listing-bg);color:var(--text-color);transition:border-color .2s}.form-input[data-astro-cid-ivfwzvwo]:focus{outline:none;border-color:var(--primary-color)}textarea[data-astro-cid-ivfwzvwo].form-input{resize:vertical;min-height:100px}.submit-btn[data-astro-cid-ivfwzvwo]{width:100%;padding-top:.75rem;padding-bottom:.75rem;margin-top:.5rem}.form-success[data-astro-cid-ivfwzvwo],.form-error[data-astro-cid-ivfwzvwo]{display:none;text-align:center;font-weight:500;margin-top:1rem;padding:.75rem;border-radius:var(--radius)}.form-success[data-astro-cid-ivfwzvwo]{color:#10b981;background:#d1fae5}.form-error[data-astro-cid-ivfwzvwo]{color:#ef4444;background:#fee2e2}@media(max-width:600px){.agents-row[data-astro-cid-ivfwzvwo].two-agents{flex-direction:column;align-items:center}.agents-row[data-astro-cid-ivfwzvwo].two-agents .agent-card[data-astro-cid-ivfwzvwo]{max-width:320px}}.open-houses-section .oh-carousel{display:flex;align-items:center;justify-content:center;gap:1.5rem;position:relative}.open-houses-section .oh-slides{position:relative;width:260px;min-height:220px}.open-houses-section .oh-slide{display:none;animation:ohFadeIn .3s ease}.open-houses-section .oh-slide.active{display:block}@keyframes ohFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.open-houses-section .oh-card{text-align:center;padding:2rem 2.5rem;border:1px solid var(--border-color, rgba(0, 0, 0, .1));border-radius:var(--radius, .5rem);background:var(--listing-bg, #ffffff)}.open-houses-section .oh-weekday{font-size:.75rem;font-weight:700;letter-spacing:.15em;color:var(--primary-color);margin-bottom:.25rem}.open-houses-section .oh-day{font-size:3.5rem;font-weight:700;line-height:1.1;color:var(--text-color)}.open-houses-section .oh-month{font-size:1.1rem;font-weight:500;color:var(--text-color);margin-bottom:1rem}.open-houses-section .oh-divider{width:2.5rem;height:2px;background:var(--primary-color);margin:0 auto 1rem;border-radius:1px}.open-houses-section .oh-time{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;color:var(--text-color)}.open-houses-section .oh-time-icon{flex-shrink:0;color:var(--text-color)}.open-houses-section .oh-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-color, rgba(0, 0, 0, .1));background:var(--listing-bg, #ffffff);color:var(--text-color);cursor:pointer;transition:all .2s;flex-shrink:0}.open-houses-section .oh-arrow:hover{border-color:var(--primary-color);color:var(--primary-color)}.open-houses-section .oh-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.open-houses-section .oh-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border-color, rgba(0, 0, 0, .15));cursor:pointer;padding:0;transition:all .2s}.open-houses-section .oh-dot.active{background:var(--primary-color);transform:scale(1.25)}.open-houses-section .oh-dot:hover:not(.active){background:var(--text-muted)}.map-container[data-astro-cid-kbkfje74]{border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 2px 8px #00000014}.map-embed[data-astro-cid-kbkfje74]{position:relative;padding-bottom:56.25%;height:0}.map-embed[data-astro-cid-kbkfje74] iframe[data-astro-cid-kbkfje74]{position:absolute;top:0;left:0;width:100%;height:100%;border:none;filter:grayscale(30%);transition:filter .3s}.map-embed[data-astro-cid-kbkfje74]:hover iframe[data-astro-cid-kbkfje74]{filter:grayscale(0%)}.site-footer[data-astro-cid-sz7xmlte]{padding:2rem 0;margin-top:auto;background:var(--listing-bg);color:var(--text-muted)}.footer-content[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;text-align:left}}.footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:32px;width:auto;max-width:120px;object-fit:contain;opacity:.8}.footer-org-name[data-astro-cid-sz7xmlte]{font-weight:500;opacity:.8}.footer-center[data-astro-cid-sz7xmlte]{font-size:.875rem}.copyright[data-astro-cid-sz7xmlte]{margin-bottom:.25rem}.mls-info[data-astro-cid-sz7xmlte]{font-size:.75rem;opacity:.6}.footer-right[data-astro-cid-sz7xmlte]{font-size:.875rem}.disclaimer-link[data-astro-cid-sz7xmlte]{background:none;border:none;text-decoration:underline;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--primary-color)}.disclaimer-link[data-astro-cid-sz7xmlte]:hover{opacity:.8}.disclaimer-overlay[data-astro-cid-sz7xmlte]{display:none;position:fixed;inset:0;background:#0009;z-index:9999;justify-content:center;align-items:center;padding:1rem}.disclaimer-overlay[data-astro-cid-sz7xmlte].active{display:flex}.disclaimer-modal[data-astro-cid-sz7xmlte]{background:#fff;border-radius:var(--radius, .5rem);max-width:600px;width:100%;max-height:80vh;overflow-y:auto;padding:2rem;position:relative;color:#1f2937}.disclaimer-close[data-astro-cid-sz7xmlte]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;line-height:1}.disclaimer-close[data-astro-cid-sz7xmlte]:hover{color:#1f2937}.disclaimer-title[data-astro-cid-sz7xmlte]{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.disclaimer-content[data-astro-cid-sz7xmlte]{font-size:.9rem;line-height:1.7}.disclaimer-content[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin-bottom:1rem}.disclaimer-content[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]:last-child{margin-bottom:0}
