:root{--bg: #ffffff;--bg-subtle: #fafafa;--text: #1a1a1a;--text-muted: #666666;--text-light: #999999;--accent: #1a1a1a;--accent-hover: #333333;--border: #e5e5e5;--border-light: #f0f0f0;--card: #ffffff;--shadow: rgba(0, 0, 0, .04);--shadow-hover: rgba(0, 0, 0, .08)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0a0a0a;--bg-subtle: #121212;--text: #e5e5e5;--text-muted: #a3a3a3;--text-light: #737373;--accent: #ffffff;--accent-hover: #e5e5e5;--border: #262626;--border-light: #1a1a1a;--card: #141414;--shadow: rgba(0, 0, 0, .3);--shadow-hover: rgba(0, 0, 0, .5)}}:root[data-theme=dark]{--bg: #0a0a0a;--bg-subtle: #121212;--text: #e5e5e5;--text-muted: #a3a3a3;--text-light: #737373;--accent: #ffffff;--accent-hover: #e5e5e5;--border: #262626;--border-light: #1a1a1a;--card: #141414;--shadow: rgba(0, 0, 0, .3);--shadow-hover: rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{margin:0;font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;font-weight:400}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-subtle)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--border) var(--bg-subtle)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family:"Libertinus Serif",Georgia,serif;font-weight:400}.site-header{position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:40;padding:1.5rem 0}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .site-header{background:#0a0a0af5}}:root[data-theme=dark] .site-header{background:#0a0a0af5}.header-inner{display:flex;justify-content:space-between;align-items:center}.branding{display:flex;gap:.875rem;align-items:center;text-decoration:none}.header-logo-img{height:44px;width:auto;border-radius:2px;object-fit:contain}.logo{width:44px;height:44px;border-radius:2px;background:var(--accent);color:var(--bg);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;letter-spacing:-.02em}.brand-text h1{margin:0;font-size:1.0625rem;font-weight:600;letter-spacing:-.015em;color:var(--text)}.tagline{margin:0;color:var(--text-muted);font-size:.8125rem;font-weight:400;letter-spacing:0}.nav{display:flex;align-items:center;gap:.5rem}.nav a{color:var(--text-muted);text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .2s ease;padding:.5rem .75rem}.nav a:hover{color:var(--text)}.theme-toggle{background:transparent;border:1px solid transparent;color:var(--text-muted);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;padding:0;opacity:.4}.theme-toggle:hover{background:var(--bg-subtle);border-color:var(--border);transform:scale(1.05);opacity:1;color:var(--text)}.theme-toggle svg{width:16px;height:16px}.theme-toggle-mobile{display:none;background:transparent;border:1px solid transparent;color:var(--text-muted);width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;padding:0;opacity:.4}.theme-toggle-mobile:hover{background:var(--bg-subtle);border-color:var(--border);transform:scale(1.05);opacity:1;color:var(--text)}.theme-toggle-mobile svg{width:16px;height:16px}.nav a.cta{background:var(--accent);color:var(--bg);border:0;padding:.6875rem 1.5rem;border-radius:2px;font-weight:500;transition:background .2s ease;margin-left:1rem}.nav a.cta:hover{background:var(--accent-hover)}.nav-toggle{display:none;border:0;background:transparent;padding:.5rem;cursor:pointer}.nav-toggle svg{width:24px;height:24px;color:var(--text)}.hero{padding:7rem 0 6rem;opacity:0;transform:translateY(8px);animation:fade-in .6s ease .1s forwards}@keyframes fade-in{to{opacity:1;transform:none}}.hero-inner{display:flex;gap:4rem;align-items:center}.hero-copy{flex:1}.hero-title{font-size:3.5rem;margin:0 0 1rem;line-height:1.1;letter-spacing:-.03em;font-weight:600;color:var(--text)}.hero-sub{margin:0 0 2rem;color:var(--text-muted);font-size:1.125rem;line-height:1.6;font-weight:400;max-width:540px}.hero-actions{display:flex;gap:1rem}.hero-media{width:540px;max-width:48%}.carousel{border-radius:4px;overflow:hidden;background:var(--bg-subtle);box-shadow:0 1px 3px var(--shadow)}.slides{position:relative;height:360px}.slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(1.05);transition:opacity .8s ease,transform .8s ease;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1;transform:scale(1)}.slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000004d,#0000001a,#0006);opacity:0;transition:opacity .8s ease;z-index:1;pointer-events:none}.slide.active:before{opacity:1}.slide-image{width:100%;height:100%;object-fit:cover}.hero-image-1,.hero-image-2,.hero-image-3{background:var(--bg-subtle);width:100%;height:100%}.carousel-controls{display:flex;justify-content:center;gap:.5rem;padding:1rem;background:var(--bg)}.carousel-controls button{border:1px solid var(--border);background:var(--bg);padding:.5rem .75rem;border-radius:2px;cursor:pointer;font-size:.875rem;color:var(--text-muted);transition:all .2s ease}.carousel-controls button:hover{border-color:var(--accent);color:var(--accent)}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:2px;text-decoration:none;border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;transition:all .2s ease;font-size:.9375rem;font-weight:500;letter-spacing:-.01em}.btn:hover{background:var(--accent);color:var(--bg);border-color:var(--accent);box-shadow:0 2px 8px var(--shadow)}.btn.ghost{background:transparent;border-color:var(--border)}.btn.ghost:hover{background:var(--bg-subtle);color:var(--text)}.btn.primary{background:var(--accent);color:var(--bg);border:0}.btn.primary:hover{background:var(--accent-hover);box-shadow:0 2px 12px var(--shadow-hover)}section{padding:7rem 0;scroll-margin-top:80px}section:last-of-type{padding-bottom:5rem}section h2{font-size:2.25rem;margin:0 0 .75rem;padding-top:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}section h3{font-size:2.25rem;margin:0 0 .75rem;padding-top:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.section-sub{color:var(--text-muted);margin:0 0 3.5rem;font-size:1.0625rem;font-weight:400;line-height:1.7}.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0 .5rem}.amenity{background:var(--card);border:1px solid var(--border-light);border-radius:4px;padding:2.25rem 1.75rem;transition:all .2s ease}.amenity:hover{border-color:var(--border);box-shadow:0 2px 12px var(--shadow)}.amenity-icon{margin-bottom:1rem}.amenity-icon svg{width:28px;height:28px;color:var(--text)}.amenity h3{font-size:1.125rem;margin:0 0 .375rem;font-weight:600;letter-spacing:-.01em}.amenity p{margin:0;color:var(--text-muted);font-size:.9375rem;line-height:1.5}.gallery-grid{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border) transparent;padding-bottom:1rem}.gallery-grid::-webkit-scrollbar{height:8px}.gallery-grid::-webkit-scrollbar-track{background:transparent}.gallery-grid::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.card{min-width:280px;flex-shrink:0;scroll-snap-align:start;border-radius:4px;overflow:hidden;background:var(--card);border:1px solid var(--border-light);transition:all .2s ease}.card:hover{border-color:var(--border);box-shadow:0 4px 16px var(--shadow);transform:translateY(-2px)}.card-image{height:200px;width:100%;display:block;object-fit:cover;background:var(--bg-subtle)}.gallery-image-1,.gallery-image-2,.gallery-image-3,.gallery-image-4{background:var(--bg-subtle);height:200px;width:100%}.card-content{padding:1.25rem}.card-content h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;letter-spacing:-.01em}.card-content p{margin:0;color:var(--text-muted);font-size:.875rem}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 .5rem}.plan{background:var(--card);padding:2.5rem 2rem;border-radius:4px;border:1px solid var(--border-light);display:flex;flex-direction:column;gap:1.25rem;transition:all .2s ease}.plan:hover{border-color:var(--border);box-shadow:0 4px 16px var(--shadow)}.plan-type{font-weight:600;font-size:1.25rem;letter-spacing:-.01em;color:var(--text)}.plan-options{display:flex;flex-wrap:wrap;gap:.5rem;margin:-.5rem 0 0}.option-badge{display:inline-block;padding:.375rem .75rem;background:var(--accent);color:var(--bg);font-size:.8125rem;font-weight:500;border-radius:2px;letter-spacing:-.01em;cursor:pointer;transition:all .2s ease}.option-badge:hover{background:var(--accent-hover);transform:translateY(-1px)}.plan-price{color:var(--text);font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.plan-features{margin:0;padding-left:1.25rem;color:var(--text-muted);font-size:.9375rem;line-height:1.8}.contact-inner{display:grid;grid-template-columns:1fr 400px;gap:4rem}.contact-form{background:var(--card);padding:1.5rem;border-radius:4px;border:1px solid var(--border-light);display:flex;flex-direction:column;gap:.875rem}.form-group{width:100%}.contact-form input,.contact-form textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:2px;font-family:inherit;font-size:.9375rem;color:var(--text);transition:all .2s ease;background:var(--bg)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-light)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0000000a;background:var(--card)}.contact-form textarea{resize:vertical;line-height:1.6}.contact-form button[type=submit]{width:100%}.form-status{font-size:.875rem;color:var(--text-muted);padding:.75rem;border-radius:2px;background:var(--bg-subtle);text-align:center}.form-status:empty{display:none;padding:0;margin:0}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-card{background:var(--card);border:1px solid var(--border-light);border-radius:4px;padding:2rem}.contact-card h4{margin:0 0 1rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.contact-card p{margin:0 0 .75rem;color:var(--text-muted);font-size:.9375rem;line-height:1.6}.contact-card svg{width:16px;height:16px;vertical-align:middle;margin-right:.5rem;color:var(--text)}.office-hours{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.office-hours h5{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;color:var(--text);font-family:"Libertinus Serif",serif}.hours-note{margin:0;color:var(--text-muted);font-size:.875rem;font-weight:400}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-item svg{width:20px;height:20px;color:var(--text);margin-top:.125rem}.info-item div{flex:1}.info-item strong{display:block;font-weight:600;font-size:.875rem;margin-bottom:.25rem;color:var(--text)}.info-item span,.info-item a{color:var(--text-muted);font-size:.9375rem;text-decoration:none;transition:color .2s ease}.info-item a:hover{color:var(--text)}.map-placeholder{position:relative}.map-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.875rem;color:var(--text)}.map-box{min-height:320px;border-radius:4px;border:1px solid var(--border-light);overflow:hidden;background:var(--bg-subtle);box-shadow:0 1px 3px var(--shadow)}footer{border-top:1px solid var(--border-light);padding:4rem 0 2rem;background:var(--bg-subtle);margin-top:3rem}.footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo-img{height:60px;width:auto;margin-bottom:.5rem}.footer-brand p{margin:0;color:var(--text);font-size:.95rem}.footer-tagline{color:var(--text-muted)!important;font-size:.875rem!important;margin-top:.5rem!important}.footer-links h4,.footer-social h4{margin:0 0 1rem;color:var(--text);font-size:1rem;font-weight:600}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--accent)}.social-icons{display:flex;gap:.75rem}.social-icons a{color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:2px;background:var(--bg);border:1px solid var(--border-light);transition:all .2s ease}.social-icons a:hover{border-color:var(--accent);background:var(--accent)}.social-icons a svg{width:18px;height:18px;color:var(--text-muted);transition:color .2s ease}.social-icons a:hover svg{color:var(--bg)}.footer-bottom{border-top:1px solid var(--border-light);padding-top:2rem;text-align:center}.footer-bottom p{margin:0;color:var(--text-muted);font-size:.875rem}a{color:var(--text);text-decoration:underline;text-decoration-color:var(--border);transition:text-decoration-color .2s ease}a:hover{text-decoration-color:var(--text)}@media (max-width: 1000px){.hero-inner{flex-direction:column;gap:3rem}.hero-media{width:100%;max-width:none}.amenities-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.plans-grid{grid-template-columns:1fr}.amenities-grid,.plans-grid,.testimonials-grid{padding:0 .5rem}.contact-inner{grid-template-columns:1fr}}@media (max-width: 768px){.container{padding:0 1.25rem}.site-header{padding:1rem 0}.header-logo{font-size:1.25rem}.brand-text h1{font-size:.9rem}.tagline{font-size:.7rem}section{padding:3rem 0}.amenities-grid,.plans-grid,.testimonials-grid{padding:0 .25rem}.hero{padding:3rem 0 2.5rem}.hero-title{font-size:2.25rem;line-height:1.15}section h2{font-size:1.75rem;margin-bottom:.75rem}.section-sub{font-size:1rem;line-height:1.6}.nav,.nav .theme-toggle{display:none}.nav-toggle{display:inline-flex;min-width:44px;min-height:44px}.theme-toggle-mobile{display:flex;margin-right:.5rem;min-width:44px;min-height:44px}.nav.open{display:flex;flex-direction:column;position:absolute;top:100%;right:1rem;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.5rem;margin-top:.5rem;box-shadow:0 8px 32px var(--shadow-hover);z-index:50;min-width:200px}.nav.open a{padding:.875rem 1rem;width:100%;border-radius:4px;font-size:1rem}.nav.open a:hover{background:var(--bg-subtle)}.nav.open a.cta{margin-left:0;margin-top:.5rem;text-align:center}}@media (max-width: 520px){.container{padding:0 1rem}.amenities-grid,.plans-grid,.testimonials-grid{padding:0 .5rem}.hero-title{font-size:1.875rem;line-height:1.2}.hero-sub{font-size:.9375rem;line-height:1.6}.hero-inner{flex-direction:column-reverse;gap:1.5rem}.hero-media{width:100%;max-width:100%;margin:0 -1rem}.carousel{border-radius:0;box-shadow:none}.slides{height:260px}.carousel-controls{display:none}section{padding:2.5rem 0}section h2{font-size:1.5rem;margin-bottom:.5rem}.section-sub{font-size:.9375rem}.amenities-grid{grid-template-columns:1fr;gap:1rem}.amenity{padding:1.25rem}.amenity h3{font-size:1rem}.amenity p{font-size:.875rem}.plans-grid{grid-template-columns:1fr;gap:1rem}.plan{padding:1.25rem}.plan-type{font-size:1.125rem}.plan-price{font-size:1.375rem}.plan-features{font-size:.875rem}.hero-actions{flex-direction:column;gap:.75rem}.btn{width:100%;text-align:center;padding:.875rem 1.25rem;font-size:.9375rem}.footer-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links{align-items:center;gap:.625rem}.footer-links h4,.footer-social h4{font-size:.9375rem}.footer-links a{font-size:.875rem}.social-icons{justify-content:center}footer{margin-top:3rem;padding:2.5rem 0 1.5rem}.contact-inner{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.25rem}.gallery-grid{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 420px){.logo{width:40px;height:40px;font-size:.9375rem}.brand-text h1{font-size:1rem}.container{padding:0 1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #00000080}.modal-close{position:fixed;top:1.5rem;right:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10000}.modal-close:hover{background:#fff3;transform:scale(1.1)}.modal-close svg{width:24px;height:24px}.modal-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10000}.modal-nav:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.modal-nav svg{width:24px;height:24px}.modal-prev{left:1.5rem}.modal-next{right:1.5rem}.suite-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease;overflow-y:auto}.suite-modal{background:var(--bg);border-radius:8px;max-width:1200px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease;position:relative;display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.suite-modal-close{position:absolute;top:1rem;right:1rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.suite-modal-close:hover{background:#000000b3;transform:scale(1.1)}.suite-modal-close svg{width:20px;height:20px}.suite-modal-content{display:grid;grid-template-columns:1fr 1fr;height:100%;overflow:hidden}.suite-modal-gallery{display:flex;flex-direction:column;background:var(--bg-subtle);padding:2rem;gap:1rem;overflow:visible}.suite-modal-image-container{position:relative;flex:0 0 auto;min-height:0;display:flex;align-items:center;justify-content:center;background:var(--bg-subtle);border-radius:4px;overflow:hidden;height:450px}.suite-modal-image{max-width:calc(100% - 2rem);max-height:calc(100% - 2rem);width:auto;height:auto;object-fit:contain}.suite-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2}.suite-modal-nav:hover{background:#0009;border-color:#fff6;transform:translateY(-50%) scale(1.1)}.suite-modal-nav svg{width:22px;height:22px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.suite-modal-prev{left:1rem}.suite-modal-next{right:1rem}.suite-modal-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;flex-shrink:0;min-height:70px}.suite-modal-thumbnails::-webkit-scrollbar{height:6px}.suite-modal-thumbnails::-webkit-scrollbar-track{background:transparent}.suite-modal-thumbnails::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.suite-modal-thumbnails::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.suite-modal-thumbnail{flex-shrink:0;width:80px;height:60px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:none;padding:0}.suite-modal-thumbnail:hover{border-color:var(--accent)}.suite-modal-thumbnail.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.suite-modal-thumbnail img{width:100%;height:100%;object-fit:cover}.suite-modal-details{padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.suite-modal-details::-webkit-scrollbar{width:8px}.suite-modal-details::-webkit-scrollbar-track{background:transparent}.suite-modal-details::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.suite-modal-details::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.suite-modal-header h2{font-family:"Libertinus Serif",serif;font-size:2rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.apartment-selector{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.apartment-option{padding:.5rem 1rem;background:var(--bg-subtle);border:2px solid var(--border);border-radius:6px;font-size:.9375rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.apartment-option:hover{border-color:var(--accent);color:var(--text);background:var(--bg)}.apartment-option.active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.suite-apartment-name{font-size:1.125rem;font-weight:600;color:var(--accent);margin:.25rem 0 .75rem;padding:.5rem 1rem;background:var(--bg-subtle);border-left:3px solid var(--accent);border-radius:4px;display:inline-block}.suite-modal-size{color:var(--text-muted);font-size:.875rem;margin:0;text-transform:uppercase;letter-spacing:.05em}.suite-modal-price{font-size:1.5rem;font-weight:600;color:var(--accent);margin:.5rem 0 0}.suite-modal-description h3,.suite-modal-features h3,.suite-modal-amenities h3{font-family:"Libertinus Serif",serif;font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.suite-modal-description p{color:var(--text-muted);line-height:1.6;margin:0}.suite-modal-features ul,.suite-modal-amenities ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.suite-modal-features li,.suite-modal-amenities li{color:var(--text-muted);padding-left:1.5rem;position:relative}.suite-modal-features li:before,.suite-modal-amenities li:before{content:"•";position:absolute;left:.5rem;color:var(--accent);font-weight:700}.suite-modal-amenities ul{grid-template-columns:1fr 1fr}.suite-modal-actions{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border)}.suite-modal-actions .btn{width:100%;text-align:center}@media (max-width: 1024px){.suite-modal{max-width:95vw}}@media (max-width: 900px){.suite-modal-content{grid-template-columns:1fr;overflow-y:auto}.suite-modal-gallery{padding:1.5rem;gap:.75rem;flex-shrink:0}.suite-modal-image-container{min-height:400px;height:400px}.suite-modal-details{padding:1.5rem;overflow-y:visible}.suite-modal-amenities ul{grid-template-columns:1fr}}@media (max-width: 768px){.suite-modal{max-height:95vh}.suite-modal-gallery{padding:1.25rem;flex-shrink:0}.suite-modal-image-container{min-height:320px;height:320px}.suite-modal-image{max-width:calc(100% - 1.5rem);max-height:calc(100% - 1.5rem)}.suite-modal-nav{width:40px;height:40px}.suite-modal-nav svg{width:20px;height:20px}.suite-modal-prev{left:.75rem}.suite-modal-next{right:.75rem}.suite-modal-thumbnail{width:70px;height:52px}.suite-modal-details{padding:1.25rem;gap:1.25rem}.suite-modal-header h2{font-size:1.75rem}}@media (max-width: 520px){.suite-modal-overlay{padding:0;align-items:flex-start}.suite-modal{max-height:100vh;border-radius:0;max-width:100vw}.suite-modal-content{overflow-y:auto;-webkit-overflow-scrolling:touch}.suite-modal-close{position:fixed;top:.5rem;right:.5rem;width:40px;height:40px;background:#000c;z-index:100}.suite-modal-close svg{width:22px;height:22px}.suite-modal-gallery{padding:3rem 1rem 1rem;flex-shrink:0}.suite-modal-image-container{min-height:280px;height:280px}.suite-modal-image{max-width:calc(100% - 1rem);max-height:calc(100% - 1rem)}.suite-modal-details{padding:1rem;gap:1rem}.suite-modal-header h2{font-size:1.5rem}.suite-modal-price{font-size:1.25rem}.suite-modal-description p,.suite-modal-features li,.suite-modal-amenities li{font-size:.9375rem}.suite-modal-nav{width:36px;height:36px;background:#0009}.suite-modal-nav svg{width:18px;height:18px}.suite-modal-prev{left:.5rem}.suite-modal-next{right:.5rem}.suite-modal-thumbnail{width:65px;height:48px}.suite-modal-thumbnails{padding:.25rem 0;gap:.375rem;min-height:60px}.suite-modal-actions{padding-top:1rem;position:sticky;bottom:0;background:var(--bg);margin:0 -1rem -1rem;padding:1rem;border-top:1px solid var(--border)}}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-subtle);display:flex;align-items:center;justify-content:center;z-index:99999;animation:fadeOut .5s ease 1.5s forwards}.page-transition-wrapper{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{to{opacity:0;pointer-events:none}}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:slideUp .6s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-logo-img{height:80px;width:auto;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.loading-title{font-family:"Libertinus Serif",serif;font-size:1.5rem;font-weight:400;letter-spacing:-.01em;color:var(--text);margin:0}.loading-spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.faq-section{padding:7rem 0}.faq-header{text-align:center;margin-bottom:4rem}.faq-header h2{font-family:"Libertinus Serif",serif;font-size:2.5rem;font-weight:400;margin:0 0 1rem;color:var(--text)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border-light)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:500;color:var(--text);transition:color .2s ease}.faq-question:hover{color:var(--accent)}.faq-icon{width:20px;height:20px;color:var(--text-muted);transition:transform .3s ease;flex-shrink:0}.faq-icon.open{transform:rotate(180deg)}.faq-answer{padding:0 0 1.5rem;animation:fadeIn .3s ease}.faq-answer p{margin:0;color:var(--text-muted);line-height:1.6}.rules-section{padding:7rem 0}.rules-header{text-align:center;margin-bottom:4rem}.rules-header h2{font-family:"Libertinus Serif",serif;font-size:2.5rem;font-weight:400;margin:0 0 1rem;color:var(--text)}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.rule-card{background:var(--card);border:1px solid var(--border-light);border-radius:4px;padding:2rem}.rule-card h3{font-family:"Libertinus Serif",serif;font-size:1.5rem;font-weight:400;margin:0 0 1.5rem;color:var(--text)}.rule-list{margin-bottom:1.5rem}.rule-list:last-child{margin-bottom:0}.rule-list-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin:0 0 .75rem}.rule-list-title.do{color:#22c55e}.rule-list-title.dont{color:#ef4444}.rule-list ul{list-style:none;padding:0;margin:0}.rule-list li{display:flex;gap:.75rem;align-items:flex-start;padding:.5rem 0;color:var(--text-muted);font-size:.9375rem;line-height:1.5}.rule-icon{width:18px;height:18px;flex-shrink:0;margin-top:.125rem}.rule-icon.do{color:#22c55e}.rule-icon.dont{color:#ef4444}.rules-footer{max-width:700px;margin:0 auto;padding:2rem;background:var(--bg-subtle);border-radius:4px;text-align:center}.rules-footer p{margin:0;color:var(--text-muted);line-height:1.6}.booking-section{padding:7rem 0}.booking-header{text-align:center;margin-bottom:3rem}.booking-header h2{font-family:"Libertinus Serif",serif;font-size:2.5rem;font-weight:400;margin:0 0 1rem;color:var(--text)}.booking-process{max-width:900px;margin:0 auto 4rem;padding:2rem;background:var(--card);border:1px solid var(--border-light);border-radius:4px}.booking-process h3{font-family:"Libertinus Serif",serif;font-size:1.5rem;font-weight:400;margin:0 0 2rem;text-align:center;color:var(--text)}.process-steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{width:40px;height:40px;border-radius:50%;background:var(--accent);color:var(--bg);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;flex-shrink:0}.step-content h4{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:var(--text)}.step-content p{margin:0;color:var(--text-muted);font-size:.9375rem}.booking-form{max-width:800px;margin:0 auto}.booking-form h3{font-family:"Libertinus Serif",serif;font-size:1.5rem;font-weight:400;margin:0 0 1.5rem;padding-top:2rem;color:var(--text)}.booking-form h3:first-of-type{padding-top:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9375rem;font-weight:500;color:var(--text);display:flex;align-items:center;gap:.5rem}.form-group label svg{width:16px;height:16px;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.file-name{font-size:.875rem;color:var(--text-muted);margin-top:.5rem}.form-footer{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-light)}.form-note{font-size:.875rem;color:var(--text-muted);margin:0}.booking-success{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.success-icon{width:80px;height:80px;border-radius:50%;background:#22c55e;color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.booking-success h2{font-family:"Libertinus Serif",serif;font-size:2rem;font-weight:400;margin:0 0 1rem;color:var(--text)}.booking-success p{color:var(--text-muted);line-height:1.6;margin:0 0 1rem}.booking-success button{margin-top:1rem}@media (max-width: 768px){.process-steps{gap:1.25rem}.step-number{width:36px;height:36px;font-size:1.125rem}.step-content h4{font-size:1rem}.step-content p{font-size:.9375rem;line-height:1.6}.booking-process{padding:1.5rem 1.25rem}.booking-form{padding:0 1rem}.booking-form h3{font-size:1.375rem;padding-top:1.5rem;margin-bottom:1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9375rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:.875rem 1rem;min-height:44px}.form-group textarea{min-height:120px}.btn{padding:.875rem 1.5rem;font-size:1rem;min-height:48px}.booking-header h2{font-size:1.875rem}.booking-success{padding:3rem 1.25rem}.success-icon{width:64px;height:64px;font-size:2.5rem}.rules-grid{grid-template-columns:1fr}.faq-item{padding:1.25rem}.faq-question{font-size:1rem;padding-right:2rem}.faq-answer{font-size:.9375rem;line-height:1.65}}.testimonials-section{padding:4rem 0}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header h2{font-size:2.5rem;font-weight:400;margin-bottom:.75rem;letter-spacing:-.02em}.testimonials-header .section-sub{font-size:1.125rem;color:var(--text-muted)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;padding:0 .5rem}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 8px 24px var(--shadow-hover);transform:translateY(-2px)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem;color:var(--accent);font-size:1rem}.testimonial-text{font-size:1rem;line-height:1.7;color:var(--text);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center;flex-shrink:0}.testimonial-info h4{font-size:1rem;font-weight:500;margin-bottom:.25rem;color:var(--text)}.testimonial-role,.testimonial-duration{font-size:.875rem;color:var(--text-muted);margin:0}.testimonials-cta{text-align:center;padding:3rem 2rem;background:var(--bg-subtle);border-radius:8px;margin-top:2rem}.testimonials-cta h3{font-size:2rem;font-weight:400;margin-bottom:.75rem;letter-spacing:-.01em}.testimonials-cta p{font-size:1.125rem;color:var(--text-muted);margin-bottom:1.5rem}@media (max-width: 768px){.testimonials-section{padding:3rem 0}.testimonials-header{margin-bottom:2rem}.testimonials-header h2{font-size:1.875rem;margin-bottom:.5rem}.testimonials-header .section-sub{font-size:1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.25rem}.testimonial-card{padding:1.25rem}.testimonial-rating{font-size:.875rem;margin-bottom:.75rem}.testimonial-text{font-size:.9375rem;line-height:1.65;margin-bottom:1.25rem}.testimonial-avatar{width:48px;height:48px}.testimonial-info h4{font-size:.9375rem}.testimonial-role,.testimonial-duration{font-size:.8125rem}.testimonials-cta{padding:2rem 1.25rem;margin-top:1.5rem}.testimonials-cta h3{font-size:1.5rem;margin-bottom:.5rem}.testimonials-cta p{font-size:1rem;margin-bottom:1.25rem}}@media (max-width: 768px){button,a.btn,.btn,.nav-toggle,.theme-toggle-mobile{-webkit-tap-highlight-color:transparent}p{line-height:1.65}.amenity,.plan,.testimonial-card{transition:transform .2s ease}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav.open a:active,.btn:active{transform:scale(.98)}}.content-page{min-height:100vh;padding:8rem 0 4rem;background:var(--bg)}.content-page .container{max-width:900px;margin:0 auto;padding:0 2rem}.content-page h1{font-family:"Libertinus Serif",Georgia,serif;font-size:3rem;font-weight:600;color:var(--text);margin-bottom:.5rem;line-height:1.2;letter-spacing:-.02em}.content-page .intro{font-size:.95rem;color:var(--text-light);margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.content-page section{margin-bottom:3rem}.content-page section:last-child{margin-bottom:0}.content-page h2{font-family:"Libertinus Serif",Georgia,serif;font-size:1.75rem;font-weight:600;color:var(--text);margin-bottom:1rem;margin-top:2.5rem;line-height:1.3;letter-spacing:-.01em}.content-page section:first-of-type h2{margin-top:0}.content-page h3{font-family:Instrument Sans,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.75rem;margin-top:1.5rem;line-height:1.4}.content-page p{font-size:1.0625rem;line-height:1.75;color:var(--text-muted);margin-bottom:1.25rem}.content-page ul{margin:1.25rem 0;padding-left:0;list-style:none}.content-page ul li{font-size:1.0625rem;line-height:1.75;color:var(--text-muted);margin-bottom:.75rem;padding-left:1.75rem;position:relative}.content-page ul li:before{content:"•";position:absolute;left:.5rem;color:var(--accent);font-weight:700;font-size:1.2rem}.content-page ul li strong,.content-page strong{color:var(--text);font-weight:600}.content-page a{color:var(--accent);text-decoration:none;border-bottom:1px solid var(--border);transition:all .2s ease}.content-page a:hover{border-bottom-color:var(--accent)}@media (max-width: 1024px){.content-page{padding:7rem 0 3rem}.content-page .container{max-width:750px;padding:0 2rem}.content-page h1{font-size:2.5rem}.content-page h2{font-size:1.5rem}.content-page h3{font-size:1.125rem}}@media (max-width: 768px){.content-page{padding:6rem 0 2.5rem}.content-page .container{padding:0 1.5rem}.content-page h1{font-size:2rem;line-height:1.3}.content-page .intro{font-size:.9rem;margin-bottom:2.5rem;padding-bottom:1.5rem}.content-page section{margin-bottom:2.5rem}.content-page h2{font-size:1.375rem;margin-top:2rem;margin-bottom:.875rem}.content-page h3{font-size:1.0625rem;margin-top:1.25rem;margin-bottom:.625rem}.content-page p{font-size:1rem;line-height:1.7;margin-bottom:1rem}.content-page ul{margin:1rem 0}.content-page ul li{font-size:1rem;line-height:1.7;margin-bottom:.625rem;padding-left:1.5rem}.content-page ul li:before{left:.25rem;font-size:1.1rem}}@media (max-width: 480px){.content-page{padding:5.5rem 0 2rem}.content-page .container{padding:0 1.25rem}.content-page h1{font-size:1.75rem}.content-page h2{font-size:1.25rem}.content-page h3{font-size:1rem}.content-page p,.content-page ul li{font-size:.9375rem}}.not-found-page{min-height:calc(100vh - 280px);display:flex;align-items:center;justify-content:center;padding:6rem 1rem 4rem;background:var(--bg-subtle)}.not-found-container{max-width:600px;text-align:center;padding:3rem 2rem;background:var(--bg);border-radius:16px;box-shadow:0 10px 40px #00000014}.not-found-icon{font-size:4rem;color:var(--accent);margin-bottom:1.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.not-found-title{font-size:6rem;font-weight:800;color:var(--primary);margin:0;line-height:1;font-family:"Libertinus Serif",serif}.not-found-subtitle{font-size:2rem;font-weight:600;color:var(--text);margin:1rem 0;font-family:"Libertinus Serif",serif}.not-found-description{font-size:1.125rem;color:var(--text-light);margin:1.5rem 0 2.5rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:2px;text-decoration:none;transition:all .2s ease;letter-spacing:-.01em}.not-found-actions .btn-primary{background:var(--accent);color:var(--bg);border:0}.not-found-actions .btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 2px 12px var(--shadow-hover)}.not-found-actions .btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.not-found-actions .btn-secondary:hover{background:var(--accent);color:var(--bg);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 2px 8px var(--shadow)}.not-found-suggestions{padding-top:2rem;border-top:1px solid var(--border)}.not-found-suggestions h3{font-size:1.125rem;color:var(--text);margin-bottom:1rem;font-family:"Libertinus Serif",serif}.suggestion-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.suggestion-links a{padding:.5rem 1.25rem;background:var(--bg-subtle);color:var(--text);text-decoration:none;border-radius:6px;font-size:.9375rem;transition:all .3s ease;border:1px solid var(--border)}.suggestion-links a:hover{background:var(--accent);color:var(--bg);border-color:var(--accent);transform:translateY(-1px)}@media (max-width: 768px){.not-found-page{padding:5rem 1rem 3rem;min-height:calc(100vh - 250px)}.not-found-container{padding:2rem 1.5rem}.not-found-icon{font-size:3rem}.not-found-title{font-size:4.5rem}.not-found-subtitle{font-size:1.5rem}.not-found-description{font-size:1rem}.not-found-actions{flex-direction:column;align-items:stretch}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{width:100%;justify-content:center}}@media (max-width: 480px){.not-found-title{font-size:3.5rem}.not-found-subtitle{font-size:1.25rem}.not-found-description{font-size:.9375rem}}
