*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-serif: "Lora", Georgia, serif;--text-color: #000000;--text-muted: #6b7280;--border-color: #e5e7eb;--heading-align: center;--content-justify: center;--header-height: 72px;--heading-size: 1.5rem}@media(min-width:768px){:root{--heading-size: 2rem}}html{scroll-behavior:smooth}body[data-show-tour=false] [data-schedule-tour-trigger],body[data-show-tour=false] #tour-modal{display:none!important}: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:calc(1.25rem * var(--text-scale, 1));font-weight:600;color:var(--text-color)}.header-nav{display:flex;align-items:center;gap:2rem}.nav-link{font-size:calc(.875rem * var(--text-scale, 1));font-weight:500;text-decoration:none;color:var(--text-color);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}}@media(min-width:768px){.header-inner[data-layout=inline] .desktop-nav{flex:1;margin-left:2rem}.header-inner[data-layout=inline] .schedule-tour-btn{margin-left:auto}.header-inner[data-layout=balanced],.header-inner[data-layout=centered]{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-inner[data-layout=balanced] .header-left{grid-column:1;grid-row:1;justify-self:start}.header-inner[data-layout=balanced] .desktop-nav{grid-column:2;grid-row:1;justify-self:center}.header-inner[data-layout=centered] .desktop-nav{grid-column:1;grid-row:1;justify-self:start}.header-inner[data-layout=centered] .header-left{grid-column:2;grid-row:1;justify-self:center}.header-inner[data-layout=balanced] .schedule-tour-btn,.header-inner[data-layout=centered] .schedule-tour-btn{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%)}}.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(--text-color);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:calc(1.25rem * var(--text-scale, 1));font-weight:500;text-decoration:none;color:var(--text-color);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);border-bottom:1px solid color-mix(in srgb,var(--text-color, currentColor) 15%,transparent)}.site-header[data-theme=colored]{background:var(--listing-bg);border-bottom:1px solid color-mix(in srgb,var(--text-color, currentColor) 15%,transparent)}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 1.25rem}}.section{padding:1.5rem 0;scroll-margin-top:var(--header-height)}@media(min-width:768px){.section{padding:2rem 0}}.section-heading{margin-bottom:1.5rem}.section-title{font-size:calc(var(--heading-size) * var(--text-scale, 1));font-weight:600;margin-bottom:0;text-align:var(--heading-align);color:var(--text-color);line-height:1.2}.section-description{max-width:min(42rem,100%);margin:.75rem auto 0;text-align:var(--heading-align);color:var(--text-color);font-size:calc(1.0625rem * var(--text-scale, 1));line-height:1.7}@media(min-width:768px){.section-heading{margin-bottom:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:calc(.85rem * var(--text-scale, 1));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}.btn-block{width:100%;padding-top:.75rem;padding-bottom:.75rem;line-height:calc(1.5rem * var(--text-scale, 1));border:1px solid transparent}.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:calc(.9rem * var(--text-scale, 1))}.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-family:inherit;font-size:calc(.875rem * var(--text-scale, 1));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:calc(.875rem * var(--text-scale, 1));font-weight:500;margin-bottom:.5rem;color:var(--text-color)}.form-input{width:100%;box-sizing:border-box;padding:.75rem 1rem;font-size:calc(1rem * var(--text-scale, 1));line-height:calc(1.5rem * var(--text-scale, 1));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}body[data-animation=fade] main>section:not(#hero),body[data-animation=fade] footer{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94);will-change:opacity}body[data-animation=fade] main>section:not(#hero).animate-visible,body[data-animation=fade] footer.animate-visible{opacity:1}body[data-animation=slide-up] main>section:not(#hero),body[data-animation=slide-up] footer{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}body[data-animation=slide-up] main>section:not(#hero).animate-visible,body[data-animation=slide-up] footer.animate-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){body[data-animation=fade] main>section:not(#hero),body[data-animation=slide-up] main>section:not(#hero),body[data-animation=fade] footer,body[data-animation=slide-up] footer{opacity:1;transform:none;filter:none;transition:none!important}}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-content{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:4rem .75rem}@media(min-width:768px){.lightbox-content{padding:4.5rem 5rem}}.lightbox-content img{max-width:100%;max-height:100%;border-radius:var(--radius, .5rem);transition:opacity .15s ease}.lightbox-content img.fit-width{width:100%;height:auto}.lightbox-content img.fit-height{height:100%;width:auto}.lightbox-overlay .lightbox-close{top:1rem;right:1rem;transform:none}.lightbox-nav.prev{left:1rem}.lightbox-nav.next{right:1rem}.lightbox-bottom{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding-bottom:1rem;pointer-events:none}.lightbox-counter{color:#fff9;font-size:calc(.8125rem * var(--text-scale, 1));font-variant-numeric:tabular-nums}.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:min(var(--radius, .5rem),6px);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}.tour-modal-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.tour-modal-overlay.active{opacity:1;visibility:visible}.tour-modal-backdrop{position:absolute;inset:0;background:#0009}.tour-modal{position:relative;width:min(460px,90vw);max-height:90vh;overflow-y:auto;background:var(--listing-bg, #ffffff);border-radius:var(--radius, .5rem);padding:1.5rem;z-index:1}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-close{flex-shrink:0;background:none;border:none;padding:0;font-size:calc(1.5rem * var(--text-scale, 1));color:var(--text-muted);cursor:pointer;line-height:1}.modal-close:hover{color:var(--text-color)}.tour-modal-title{font-size:calc(1.25rem * var(--text-scale, 1));font-weight:600;line-height:1.2;color:var(--text-color);margin:0}.tour-submit-btn{margin-top:.25rem}.tour-success,.tour-error{display:none;text-align:center;font-weight:500;margin-top:1rem;padding:.75rem;border-radius:var(--radius, .5rem)}.tour-success{color:#10b981;background:#d1fae5}.tour-error{color:#ef4444;background:#fee2e2}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--listing-bg, #ffffff);border:none;border-radius:var(--radius, .5rem);color:var(--text-color, #000);cursor:pointer;opacity:.9;transition:opacity .2s}.nav-arrow:hover{opacity:1}@media(min-width:768px){.nav-arrow{width:48px;height:48px}}[data-style=pill] .btn,[data-style=pill] .form-input,[data-style=pill] .tour-form .form-input{border-radius:9999px}[data-style=pill] textarea.form-input,[data-style=pill] .tour-form textarea.form-input{border-radius:1rem}[data-style=pill] .tab{border-radius:9999px}[data-style=pill] .video-play-btn,[data-style=pill] .nav-arrow{border-radius:50%}[data-style=pill] .seg-tabs,[data-style=pill] .seg-tab{border-radius:9999px}.header-brand-name[data-astro-cid-3ef6ksr2]{color:var(--header-brand);font-size:calc(1.125rem * var(--text-scale, 1));font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(38vw,22rem);display:inline-block}.header-brand-name[data-astro-cid-3ef6ksr2]:hover{opacity:.9}.schedule-tour-btn[data-astro-cid-3ef6ksr2]{font-size:calc(.85rem * var(--text-scale, 1));padding:.6rem 1.25rem;white-space:nowrap}.schedule-tour-btn-mobile[data-astro-cid-3ef6ksr2]{margin-top:1rem;font-size:calc(1rem * var(--text-scale, 1));padding:.75rem 2rem;white-space:nowrap}.slideshow[data-astro-cid-qknfqigy]{width:100%}.hero-title-overlay[data-astro-cid-qknfqigy]{position:absolute;bottom:0;left:0;right:0;padding:4rem 1rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);z-index:5;display:none;text-align:var(--heading-align, center);pointer-events:none}[data-astro-cid-qknfqigy][data-show-title=true] .hero-title-overlay[data-astro-cid-qknfqigy],[data-astro-cid-qknfqigy][data-show-price=true] .hero-title-overlay[data-astro-cid-qknfqigy],[data-astro-cid-qknfqigy][data-show-facts=true] .hero-title-overlay[data-astro-cid-qknfqigy]{display:block}.hero-title-text[data-astro-cid-qknfqigy]{color:#fff;font-size:calc(clamp(1.5rem,4vw,2.5rem) * var(--text-scale, 1));font-weight:700;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3);display:none}[data-astro-cid-qknfqigy][data-show-title=true] .hero-title-text[data-astro-cid-qknfqigy]{display:block}.hero-price-text[data-astro-cid-qknfqigy]{color:#fff;font-size:calc(clamp(1.1rem,2.5vw,1.5rem) * var(--text-scale, 1));font-weight:600;margin:.25rem 0 0;text-shadow:0 2px 8px rgba(0,0,0,.3);display:none}[data-astro-cid-qknfqigy][data-show-price=true] .hero-price-text[data-astro-cid-qknfqigy]{display:block}.hero-facts[data-astro-cid-qknfqigy]{display:none;flex-wrap:wrap;justify-content:var(--content-justify, center);gap:1rem 1.5rem;margin-top:.75rem}[data-astro-cid-qknfqigy][data-show-facts=true] .hero-facts[data-astro-cid-qknfqigy]{display:flex}.hero-fact[data-astro-cid-qknfqigy]{color:#ffffffe6;font-size:calc(.9rem * var(--text-scale, 1));text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-fact-value[data-astro-cid-qknfqigy]{font-weight:700;color:#fff}.hero-fact-label[data-astro-cid-qknfqigy]{opacity:.8}.hero-mode-container[data-astro-cid-qknfqigy]{display:none}[data-astro-cid-qknfqigy][data-hero-mode=slideshow]>.hero-mode-container[data-astro-cid-qknfqigy][data-mode=slideshow],[data-astro-cid-qknfqigy][data-hero-mode=image]>.hero-mode-container[data-astro-cid-qknfqigy][data-mode=image],[data-astro-cid-qknfqigy][data-hero-mode=video]>.hero-mode-container[data-astro-cid-qknfqigy][data-mode=video]{display:block}.hero-video-poster[data-astro-cid-qknfqigy]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:opacity .6s ease}.hero-video-container[data-astro-cid-qknfqigy] .hero-video-iframe[data-astro-cid-qknfqigy],.hero-video-container[data-astro-cid-qknfqigy] .hero-video-native[data-astro-cid-qknfqigy]{z-index:2}.hero-video-container[data-astro-cid-qknfqigy].video-loaded .hero-video-poster[data-astro-cid-qknfqigy]{opacity:0;pointer-events:none}[data-astro-cid-qknfqigy][data-hero-layout=framed]{padding:.75rem 1rem}@media(min-width:768px){[data-astro-cid-qknfqigy][data-hero-layout=framed]{padding:.75rem 1.25rem}}[data-astro-cid-qknfqigy][data-header-style=transparent][data-hero-layout=framed]{padding-top:calc(var(--header-height) + .75rem)}[data-astro-cid-qknfqigy][data-hero-layout=framed] .slideshow-container[data-astro-cid-qknfqigy],[data-astro-cid-qknfqigy][data-hero-layout=framed] .hero-video-container[data-astro-cid-qknfqigy]{max-width:calc(1200px - 2.5rem);margin:0 auto;border-radius:var(--radius, .5rem)}.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}}[data-astro-cid-qknfqigy][data-hero-layout=fullscreen] .slideshow-container[data-astro-cid-qknfqigy],[data-astro-cid-qknfqigy][data-hero-layout=fullscreen] .hero-video-container[data-astro-cid-qknfqigy]{height:100vh;height:100dvh;min-height:unset}.slide[data-astro-cid-qknfqigy]{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}.slide[data-astro-cid-qknfqigy].active{opacity:1}[data-astro-cid-qknfqigy][data-transition=zoom] .slide[data-astro-cid-qknfqigy]{transition:opacity .6s ease,transform .6s ease;transform:scale(1.08)}[data-astro-cid-qknfqigy][data-transition=zoom] .slide[data-astro-cid-qknfqigy].active{opacity:1;transform:scale(1)}[data-astro-cid-qknfqigy][data-transition=slide] .slide[data-astro-cid-qknfqigy]{opacity:1;transform:translate(100%);transition:transform .7s cubic-bezier(.4,0,.2,1);will-change:transform}[data-astro-cid-qknfqigy][data-transition=slide] .slide[data-astro-cid-qknfqigy].active{transform:translate(0)}[data-astro-cid-qknfqigy][data-transition=slide] .slide[data-astro-cid-qknfqigy].prev{transform:translate(-100%)}[data-astro-cid-qknfqigy][data-transition=slide] .slide[data-astro-cid-qknfqigy].next{transform:translate(100%)}[data-astro-cid-qknfqigy][data-transition=slide] .slide[data-astro-cid-qknfqigy].no-transition{transition:none}.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:#e5e7eb}.no-image-icon[data-astro-cid-qknfqigy]{color:#9ca3af}[data-astro-cid-qknfqigy][data-show-controls=false] .slide-nav[data-astro-cid-qknfqigy],[data-astro-cid-qknfqigy][data-show-controls=false] .slide-dots[data-astro-cid-qknfqigy],[data-astro-cid-qknfqigy][data-show-play-button=false] .video-play-btn[data-astro-cid-qknfqigy]{display:none!important}.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].prev{left:1.25rem}.slide-nav[data-astro-cid-qknfqigy].next{right:1.25rem}}.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:9999px;background:var(--listing-bg, rgba(255, 255, 255, .4));opacity:.5;border:none;cursor:pointer;transition:all .3s ease}.dot[data-astro-cid-qknfqigy].active{width:24px;opacity:1}.dot[data-astro-cid-qknfqigy]:hover:not(.active){opacity:.7}.video-play-btn[data-astro-cid-qknfqigy]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:var(--listing-bg, #ffffff);border:none;border-radius:var(--radius, .5rem);color:var(--text-color, #000);cursor:pointer;transition:opacity .2s;z-index:10;opacity:.9}.video-play-btn[data-astro-cid-qknfqigy] svg[data-astro-cid-qknfqigy]{margin-left:4px}.video-play-btn[data-astro-cid-qknfqigy]:hover{opacity:1}.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:calc(2rem * var(--text-scale, 1));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:1.5rem 0;background:var(--listing-bg, #ffffff);text-align:var(--heading-align, center)}@media(min-width:768px){.property-details-section[data-astro-cid-hw7fx2xu]{padding:2rem 0}}.property-details-section[data-astro-cid-hw7fx2xu][data-show-title=false] .property-title[data-astro-cid-hw7fx2xu],.property-details-section[data-astro-cid-hw7fx2xu][data-show-price=false] .property-price[data-astro-cid-hw7fx2xu],.property-details-section[data-astro-cid-hw7fx2xu][data-show-facts=false] .property-specs[data-astro-cid-hw7fx2xu],.property-details-section[data-astro-cid-hw7fx2xu][data-show-facts=false] .property-specs-flat[data-astro-cid-hw7fx2xu]{display:none}.property-status[data-astro-cid-hw7fx2xu]{display:inline-block;padding:.3125rem .875rem;margin-bottom:.75rem;font-size:calc(.8125rem * var(--text-scale, 1));font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--primary-text, #ffffff);background:var(--primary-color, #000000);border-radius:9999px}.property-title[data-astro-cid-hw7fx2xu]{font-size:calc(clamp(1.75rem,5vw,2.5rem) * var(--text-scale, 1));font-weight:700;margin-bottom:.5rem;line-height:1.2;color:var(--text-color)}.property-price[data-astro-cid-hw7fx2xu]{font-size:calc(clamp(1.5rem,3vw,1.75rem) * var(--text-scale, 1));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}.property-specs[data-astro-cid-hw7fx2xu]:last-child{margin-bottom:0}.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:calc(1.5rem * var(--text-scale, 1));font-weight:700;color:var(--text-color);line-height:1.2}.spec-label[data-astro-cid-hw7fx2xu]{font-size:calc(.85rem * var(--text-scale, 1));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}.property-specs-flat[data-astro-cid-hw7fx2xu]:last-child{margin-bottom:0}.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:calc(1rem * var(--text-scale, 1));font-weight:500;color:var(--text-color)}.spec-row-value[data-astro-cid-hw7fx2xu]{font-size:calc(1rem * var(--text-scale, 1));font-weight:700;color:var(--text-color)}.description-content[data-astro-cid-hw7fx2xu]{margin-bottom:2rem}.description-content[data-astro-cid-hw7fx2xu]:last-child{margin-bottom:0}.description-text[data-astro-cid-hw7fx2xu]{font-size:calc(1.1rem * var(--text-scale, 1));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-section[data-astro-cid-ihllb3az][data-gallery-columns="2"] .gallery-grid[data-astro-cid-ihllb3az]{grid-template-columns:repeat(2,1fr)}.gallery-section[data-astro-cid-ihllb3az][data-gallery-columns="4"] .gallery-grid[data-astro-cid-ihllb3az]{grid-template-columns:repeat(4,1fr)}}.gallery-item[data-astro-cid-ihllb3az],.carousel-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],.carousel-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],.carousel-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:calc(1.5rem * var(--text-scale, 1));font-weight:600}.gallery-masonry[data-astro-cid-ihllb3az]{columns:2;column-gap:.75rem}@media(min-width:768px){.gallery-masonry[data-astro-cid-ihllb3az]{columns:3;column-gap:1rem}}.masonry-item[data-astro-cid-ihllb3az]{position:relative;break-inside:avoid;margin-bottom:.75rem;border-radius:var(--radius, .5rem);overflow:hidden;cursor:pointer}@media(min-width:768px){.masonry-item[data-astro-cid-ihllb3az]{margin-bottom:1rem}}.masonry-item[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{width:100%;display:block;transition:transform .3s ease}.masonry-item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.05)}.gallery-carousel[data-astro-cid-ihllb3az]{position:relative}.carousel-track[data-astro-cid-ihllb3az]{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-track[data-astro-cid-ihllb3az]::-webkit-scrollbar{display:none}.carousel-item[data-astro-cid-ihllb3az]{flex:0 0 auto;scroll-snap-align:start;width:100%}@media(min-width:768px){.carousel-track[data-astro-cid-ihllb3az]{gap:1rem}.carousel-item[data-astro-cid-ihllb3az]{width:calc((100% - 2rem) / 3)}}.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-family:inherit;font-size:calc(.85rem * var(--text-scale, 1));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}.embed-container[data-astro-cid-paoz6lpb] video[data-astro-cid-paoz6lpb]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.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)}.files-grid[data-astro-cid-56kqa4km]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.file-card[data-astro-cid-56kqa4km]{border-radius:var(--radius, .5rem);overflow:hidden;background:#00000005;border:1px solid rgba(0,0,0,.06);transition:box-shadow .2s}.file-card[data-astro-cid-56kqa4km]:hover{box-shadow:0 2px 12px #00000014}.file-preview[data-astro-cid-56kqa4km]{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.file-preview-image[data-astro-cid-56kqa4km] img[data-astro-cid-56kqa4km]{width:100%;height:100%;object-fit:cover;transition:transform .2s}.file-preview-image[data-astro-cid-56kqa4km] img[data-astro-cid-56kqa4km]:hover{transform:scale(1.03)}.file-preview-generic[data-astro-cid-56kqa4km]{background:#00000008}.file-icon[data-astro-cid-56kqa4km]{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#00000059}.file-ext[data-astro-cid-56kqa4km]{font-size:calc(.75rem * var(--text-scale, 1));font-weight:600;letter-spacing:.05em}.file-info[data-astro-cid-56kqa4km]{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.file-title[data-astro-cid-56kqa4km]{font-size:calc(.875rem * var(--text-scale, 1));font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.file-download-btn[data-astro-cid-56kqa4km]{display:inline-flex;align-items:center;gap:.375rem;font-size:calc(.8125rem * var(--text-scale, 1));padding:.375rem .75rem;white-space:nowrap;flex-shrink:0}.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%}.card-label[data-astro-cid-ivfwzvwo]{font-size:calc(.8rem * var(--text-scale, 1));font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);text-align:center;margin:0 0 1.25rem}.agents-section[data-astro-cid-ivfwzvwo]{margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.agents-card[data-astro-cid-ivfwzvwo]{border:1px solid var(--border-color);border-radius:var(--radius);padding:1.25rem}.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:.25rem}.agent-avatar[data-astro-cid-ivfwzvwo]{width:100px;height:100px;border-radius:var(--radius);border:1px solid var(--border-color);object-fit:cover}.agent-avatar-placeholder[data-astro-cid-ivfwzvwo]{width:100px;height:100px;border-radius:var(--radius);border:1px solid var(--border-color);background:var(--border-color);display:flex;align-items:center;justify-content:center}[data-style=pill] .agent-avatar[data-astro-cid-ivfwzvwo],[data-style=pill] .agent-avatar-placeholder[data-astro-cid-ivfwzvwo]{border-radius:50%}.icon-primary[data-astro-cid-ivfwzvwo]{color:var(--primary-color)}.agent-name[data-astro-cid-ivfwzvwo]{font-size:calc(1.1rem * var(--text-scale, 1));font-weight:700;color:var(--text-color);margin:.25rem 0 0}.agent-title[data-astro-cid-ivfwzvwo]{font-size:calc(.875rem * var(--text-scale, 1));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:.35rem;margin-top:.25rem}.contact-link[data-astro-cid-ivfwzvwo]{display:flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none;font-size:calc(.9rem * var(--text-scale, 1));transition:color .2s}.contact-link[data-astro-cid-ivfwzvwo]:hover{color:var(--primary-color);opacity:1}.form-section[data-astro-cid-ivfwzvwo]{max-width:500px;margin:0 auto}.contact-section[data-astro-cid-ivfwzvwo][data-show-form=false] .form-section[data-astro-cid-ivfwzvwo]{display:none}@media(min-width:900px){.contact-section[data-astro-cid-ivfwzvwo][data-contact-layout=side][data-show-form=true] .container[data-astro-cid-ivfwzvwo]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.25rem;align-items:stretch;max-width:1000px}.contact-section[data-astro-cid-ivfwzvwo][data-contact-layout=side][data-show-form=true] .container[data-astro-cid-ivfwzvwo]>.section-heading{grid-column:1 / -1}.contact-section[data-astro-cid-ivfwzvwo][data-contact-layout=side][data-show-form=true] .agents-section[data-astro-cid-ivfwzvwo]{margin:0;max-width:none}.contact-section[data-astro-cid-ivfwzvwo][data-contact-layout=side][data-show-form=true] .agents-card[data-astro-cid-ivfwzvwo]{height:100%;display:flex;align-items:center;justify-content:center}.contact-section[data-astro-cid-ivfwzvwo][data-contact-layout=side][data-show-form=true] .form-section[data-astro-cid-ivfwzvwo]{max-width:none;margin:0}}.form-card[data-astro-cid-ivfwzvwo]{background:var(--listing-bg);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border-color)}.form-card[data-astro-cid-ivfwzvwo] .card-label[data-astro-cid-ivfwzvwo]{text-transform:none;letter-spacing:normal;font-size:calc(1.1rem * var(--text-scale, 1));font-weight:600;color:var(--text-color);margin-bottom:1rem}.form-group[data-astro-cid-ivfwzvwo]{margin-bottom:1rem}.form-label[data-astro-cid-ivfwzvwo]{display:block;font-size:calc(.875rem * var(--text-scale, 1));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:calc(1rem * var(--text-scale, 1));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}[data-style=pill] .form-input[data-astro-cid-ivfwzvwo]{border-radius:9999px}[data-style=pill] textarea[data-astro-cid-ivfwzvwo].form-input{border-radius:1rem}.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}}.amenities-section[data-astro-cid-rzfcvtk6]{background:var(--listing-bg, #ffffff)}.amenities-tags[data-astro-cid-rzfcvtk6]{display:flex;flex-wrap:wrap;gap:.625rem}.amenity-tag[data-astro-cid-rzfcvtk6]{display:inline-block;padding:.5rem 1rem;font-size:calc(.9375rem * var(--text-scale, 1));font-weight:500;color:var(--text-color);background:#8080801f;border-radius:var(--radius, .5rem)}[data-style=pill] .amenity-tag[data-astro-cid-rzfcvtk6]{border-radius:9999px}.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:calc(.75rem * var(--text-scale, 1));font-weight:700;letter-spacing:.15em;color:var(--primary-color);margin-bottom:.25rem}.open-houses-section .oh-day{font-size:calc(3.5rem * var(--text-scale, 1));font-weight:700;line-height:1.1;color:var(--text-color)}.open-houses-section .oh-month{font-size:calc(1.1rem * var(--text-scale, 1));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:calc(.95rem * var(--text-scale, 1));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;position:relative}.map-embed[data-astro-cid-kbkfje74]{width:100%;aspect-ratio:16 / 9}.map-embed[data-astro-cid-kbkfje74] .maplibregl-ctrl-group{border-radius:var(--radius, .5rem);overflow:hidden}.map-attribution[data-astro-cid-kbkfje74]{position:absolute;bottom:4px;right:4px;font-size:calc(10px * var(--text-scale, 1));color:#00000059;padding:2px 6px;border-radius:calc(var(--radius, .5rem) / 2);background:#fff9;backdrop-filter:blur(4px)}.map-attribution[data-astro-cid-kbkfje74] a[data-astro-cid-kbkfje74]{color:inherit;text-decoration:none}.map-attribution[data-astro-cid-kbkfje74] a[data-astro-cid-kbkfje74]:hover{text-decoration:underline}.related-card[data-astro-cid-r34uv2yo]{display:flex;flex-direction:column;border:1px solid var(--border-color, #e5e7eb);border-radius:var(--radius, .5rem);overflow:hidden;text-decoration:none;color:var(--text-color);background:var(--listing-bg, #ffffff)}.related-image[data-astro-cid-r34uv2yo]{position:relative;aspect-ratio:3 / 2;background:#8080801f}.related-image[data-astro-cid-r34uv2yo] img[data-astro-cid-r34uv2yo]{width:100%;height:100%;object-fit:cover;display:block}.related-image-placeholder[data-astro-cid-r34uv2yo]{width:100%;height:100%}.related-status[data-astro-cid-r34uv2yo]{position:absolute;top:.625rem;left:.625rem;padding:.25rem .625rem;font-size:calc(.75rem * var(--text-scale, 1));font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-text, #ffffff);background:var(--primary-color, #000000);border-radius:9999px}.related-body[data-astro-cid-r34uv2yo]{padding:1rem 1.125rem 1.125rem;text-align:left}.related-title[data-astro-cid-r34uv2yo]{font-size:calc(1.0625rem * var(--text-scale, 1));font-weight:600;margin:0 0 .375rem;line-height:1.3}.related-facts[data-astro-cid-r34uv2yo]{font-size:calc(.875rem * var(--text-scale, 1));color:var(--text-muted);margin:0 0 .5rem}.related-price[data-astro-cid-r34uv2yo]{font-size:calc(1.125rem * var(--text-scale, 1));font-weight:700;color:var(--primary-color);margin:0}.related-listings-section[data-astro-cid-gvlhmnvf]{background:var(--listing-bg, #ffffff)}.related-grid[data-astro-cid-gvlhmnvf]{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.related-grid[data-astro-cid-gvlhmnvf]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.related-grid[data-astro-cid-gvlhmnvf]{grid-template-columns:repeat(3,1fr)}}.related-carousel[data-astro-cid-gvlhmnvf]{position:relative}.related-track[data-astro-cid-gvlhmnvf]{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.related-track[data-astro-cid-gvlhmnvf]::-webkit-scrollbar{display:none}.related-track[data-astro-cid-gvlhmnvf] .related-card{flex:0 0 auto;scroll-snap-align:start;width:100%}@media(min-width:640px){.related-track[data-astro-cid-gvlhmnvf] .related-card{width:calc((100% - 1.25rem)/2)}}@media(min-width:1024px){.related-track[data-astro-cid-gvlhmnvf] .related-card{width:calc((100% - 2.5rem) / 3)}}.related-arrow-left[data-astro-cid-gvlhmnvf]{left:1rem}.related-arrow-right[data-astro-cid-gvlhmnvf]{right:1rem}.site-footer[data-astro-cid-sz7xmlte]{padding:1rem 0;margin-top:auto;background:var(--listing-bg);color:var(--text-muted);border-top:1px solid color-mix(in srgb,var(--text-color, currentColor) 15%,transparent)}.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]{min-height:calc(var(--header-height) - 2rem);flex-direction:row;justify-content:space-between;text-align:left}}.footer-left[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.875rem}.footer-left[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;height:32px;width:auto;max-width:120px;object-fit:contain}.footer-org-name[data-astro-cid-sz7xmlte]{font-weight:500;opacity:.8}.footer-center[data-astro-cid-sz7xmlte]{font-size:calc(.875rem * var(--text-scale, 1));display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem}@media(max-width:767px){.footer-center[data-astro-cid-sz7xmlte]{flex-direction:column;flex-wrap:nowrap;gap:1rem}.footer-left[data-astro-cid-sz7xmlte]>a[data-astro-cid-sz7xmlte]{display:flex;align-items:center}}.copyright[data-astro-cid-sz7xmlte]{margin:0;color:var(--text-color)}.powered-by-photeria[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.35em;color:var(--photeria-mark, #002a82)}.photeria-wordmark[data-astro-cid-sz7xmlte]{height:1em;width:auto;display:block;color:var(--photeria-mark, #002a82)}.footer-right[data-astro-cid-sz7xmlte]{font-size:calc(.875rem * var(--text-scale, 1))}.disclaimer-link[data-astro-cid-sz7xmlte]{background:none;border:none;padding:0;text-decoration:underline;cursor:pointer;font-size:calc(.875rem * var(--text-scale, 1));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:1.5rem;position:relative;color:#1f2937}.disclaimer-modal[data-astro-cid-sz7xmlte] .modal-close{color:#6b7280}.disclaimer-modal[data-astro-cid-sz7xmlte] .modal-close:hover{color:#1f2937}.disclaimer-title[data-astro-cid-sz7xmlte]{font-size:calc(1.25rem * var(--text-scale, 1));font-weight:600;line-height:1.2;margin:0}.disclaimer-content[data-astro-cid-sz7xmlte]{font-size:calc(.9rem * var(--text-scale, 1));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}
