*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy-dark:#162033;--navy:#1c2a45;--navy-mid:#243858;--navy-light:#2e4a6e;--cream:#e0dbd2;--cream-light:#ede9e2;--cream-muted:#9e978c;--white:#fff;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--navy-dark);color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#162033f2 0%,#162033b3 100%);position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1440px;height:80px;margin:0 auto;padding:0 48px;display:flex}.nav-brand{flex-direction:column;gap:2px;display:flex}.nav-title{font-family:var(--font-serif);color:var(--cream-light);letter-spacing:.02em;font-size:1.75rem;font-weight:400;line-height:1}.nav-sub{font-family:var(--font-sans);letter-spacing:.35em;color:var(--cream-muted);text-transform:uppercase;font-size:.65rem;font-weight:500}.nav-right{align-items:center;gap:2.5rem;display:flex}.nav-links{gap:2rem;display:flex}.nav-links button{font-family:var(--font-sans);letter-spacing:.15em;color:var(--cream);padding:0;font-size:.8rem;font-weight:500;transition:color .3s}.nav-links button:hover{color:var(--cream-light)}.nav-lang{align-items:center;gap:.5rem;display:flex}.nav-lang button{font-family:var(--font-sans);color:var(--cream-muted);padding:0;font-size:.85rem;font-weight:500;transition:color .3s}.nav-lang button.active,.nav-lang button:hover{color:var(--cream-light)}.nav-lang-divider{color:var(--cream-muted);opacity:.4;font-size:.85rem}.nav-burger{flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.nav-burger span{background:var(--cream-light);transform-origin:50%;width:100%;height:1.5px;transition:all .3s;display:block}.nav-burger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav-mobile-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#162033fa;flex-direction:column;align-items:center;max-height:0;padding:0 24px;transition:max-height .35s,padding .35s;display:none;overflow:hidden}.nav-mobile-menu.open{max-height:300px;padding:8px 24px 20px}.nav-mobile-menu button{font-family:var(--font-sans);letter-spacing:.15em;color:var(--cream);text-align:center;border-bottom:1px solid #e0dbd214;width:100%;padding:14px 0;font-size:.9rem;font-weight:500;transition:color .3s}.nav-mobile-menu button:last-child{border-bottom:none}.nav-mobile-menu button:hover{color:var(--cream-light)}@media (width<=768px){.nav-inner{height:64px;padding:0 20px}.nav-title{font-size:1.3rem}.nav-sub{font-size:.55rem}.nav-links{display:none}.nav-right{gap:1rem}.nav-burger,.nav-mobile-menu{display:flex}}@media (width<=380px){.nav-inner{padding:0 16px}.nav-title{font-size:1.15rem}}.hero{align-items:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-overlay{background:linear-gradient(#1620334d 0%,#16203380 40%,#162033d9 75%,#162033f2 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:900px;padding:0 48px 80px;position:relative}.hero-label{font-family:var(--font-sans);letter-spacing:.3em;color:var(--cream-muted);margin-bottom:2.5rem;font-size:.75rem;font-weight:500;display:block}.hero-title{font-family:var(--font-serif);color:var(--cream-light);margin-bottom:2.5rem;font-size:3.2rem;font-weight:400;line-height:1.15}.hero-intro{font-family:var(--font-serif);color:var(--cream);margin-bottom:1.5rem;font-size:1.3rem;font-weight:500;line-height:1.4}.hero-desc{font-family:var(--font-sans);color:#fff;margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.8}.hero-trade{font-family:var(--font-sans);color:#fff;margin-bottom:3rem;font-size:.95rem;font-weight:300}.hero-bottom{align-items:flex-end;gap:3rem;display:flex}.hero-price{flex-direction:column;gap:.5rem;display:flex}.hero-price-label{font-family:var(--font-sans);letter-spacing:.25em;color:var(--cream-muted);font-size:.7rem;font-weight:500}.hero-price-value{font-family:var(--font-serif);color:var(--cream-light);letter-spacing:.02em;font-size:2.5rem;font-weight:400}.hero-cta{font-family:var(--font-sans);letter-spacing:.2em;color:var(--navy-dark);background:var(--cream-light);border:none;padding:1.1rem 2.5rem;font-size:.8rem;font-weight:500;transition:all .3s}.hero-cta:hover{background:var(--white);transform:translateY(-2px)}@media (width<=1024px){.hero-title{font-size:2.5rem}.hero-price-value{font-size:2rem}}@media (width<=768px){.hero{min-height:100svh}.hero-content{padding:0 20px 40px}.hero-title{margin-bottom:1.5rem;font-size:1.8rem}.hero-intro{margin-bottom:1rem;font-size:1rem}.hero-desc{margin-bottom:1rem;font-size:.85rem;line-height:1.7}.hero-trade{margin-bottom:2rem;font-size:.85rem}.hero-bottom{flex-direction:column;align-items:flex-start;gap:1.25rem}.hero-price-value{font-size:1.6rem}.hero-cta{text-align:center;width:100%;padding:1rem 2rem}}@media (width<=380px){.hero-content{padding:0 16px 32px}.hero-title{font-size:1.5rem}.hero-intro{font-size:.9rem}.hero-desc{font-size:.82rem}.hero-price-value{font-size:1.4rem}.hero-cta{padding:.9rem 1.5rem;font-size:.75rem}}.gallery{background:var(--navy-dark);padding:0}.gallery-label{font-family:var(--font-sans);letter-spacing:.25em;color:var(--cream-muted);padding:48px 48px 24px;font-size:.75rem;font-weight:500}.gallery-stack{flex-direction:column;display:flex}.gallery-frame{cursor:pointer;width:100%;overflow:hidden}.gallery-frame img{width:100%;height:auto;transition:transform .6s;display:block}.gallery-frame:hover img{transform:scale(1.02)}.lightbox{z-index:200;background:#0a101af2;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;max-width:90vw;max-height:85vh}.lightbox-close{color:var(--cream);cursor:pointer;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:opacity .3s;position:absolute;top:24px;right:32px}.lightbox-close:hover{opacity:.7}.lightbox-prev,.lightbox-next{color:var(--cream);cursor:pointer;background:0 0;border:none;padding:1rem;font-size:3rem;transition:opacity .3s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{opacity:.7}.lightbox-prev{left:16px}.lightbox-next{right:16px}@media (width<=768px){.gallery-label{padding:32px 20px 16px}.lightbox{padding:16px}.lightbox img{max-width:95vw;max-height:80vh}.lightbox-close{font-size:2rem;top:12px;right:16px}.lightbox-prev,.lightbox-next{padding:.75rem;font-size:2rem}.lightbox-prev{left:4px}.lightbox-next{right:4px}}@media (width<=380px){.gallery-label{padding:24px 16px 12px}}.details{background:var(--navy-dark);padding:100px 0}.details-inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;max-width:1440px;margin:0 auto;padding:0 48px;display:grid}.details-left .section-label{margin-bottom:1.5rem}.details-title{font-family:var(--font-serif);color:var(--cream-light);margin-bottom:2.5rem;font-size:2.8rem;font-weight:400;line-height:1.15}.details-text p{font-family:var(--font-sans);color:var(--cream-muted);margin-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.85}.details-special{border-top:1px solid #e0dbd21f;margin-top:3rem;padding-top:3rem}.details-special-text{font-family:var(--font-serif);color:var(--cream);font-size:1.1rem;font-style:italic;line-height:1.7}.stats-grid{border:1px solid #e0dbd226;grid-template-columns:repeat(3,1fr);display:grid}.stat-cell{text-align:center;border:1px solid #e0dbd226;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.stat-value{font-family:var(--font-serif);color:var(--cream-light);margin-bottom:.5rem;font-size:2rem;font-weight:400;line-height:1}.stat-label{font-family:var(--font-sans);letter-spacing:.2em;color:var(--cream-muted);font-size:.65rem;font-weight:500}.features-section{margin-top:3rem}.features-section .section-label{margin-bottom:1.5rem}.features-columns{grid-template-columns:1fr 1fr;gap:1rem 3rem;display:grid}.features-list{margin:0;padding:0;list-style:none}.features-list li{font-family:var(--font-sans);color:var(--cream);padding:.6rem 0 .6rem 1.25rem;font-size:.9rem;font-weight:400;line-height:1.5;position:relative}.features-list li:before{content:"";background:var(--cream-muted);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=1024px){.details-inner{grid-template-columns:1fr;gap:48px;padding:0 24px}.details{padding:64px 0}.details-title{font-size:2.2rem}}@media (width<=768px){.details{padding:48px 0}.details-inner{gap:40px;padding:0 20px}.details-title{margin-bottom:1.5rem;font-size:1.6rem}.details-text p{font-size:.88rem;line-height:1.75}.details-special{margin-top:2rem;padding-top:2rem}.details-special-text{font-size:.95rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-cell{padding:1.5rem .75rem}.stat-value{font-size:1.6rem}.features-columns{grid-template-columns:1fr;gap:0}.features-list li{font-size:.85rem}}@media (width<=380px){.details-inner{padding:0 16px}.details-title{font-size:1.4rem}.stat-value{font-size:1.35rem}.stat-label{font-size:.6rem}}.location{grid-template-columns:1fr 1fr;min-height:700px;display:grid}.location-image{position:relative;overflow:hidden}.location-image img{object-fit:cover;width:100%;height:100%}.location-content{background:var(--navy-dark);flex-direction:column;justify-content:center;padding:80px 64px;display:flex}.location-content .section-label{margin-bottom:1.5rem}.location-title{font-family:var(--font-serif);color:var(--cream-light);margin-bottom:2rem;font-size:2.5rem;font-weight:400;line-height:1.2}.location-text p{font-family:var(--font-sans);color:var(--cream-muted);margin-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.85}.location-distances{border-bottom:1px solid #e0dbd21f;grid-template-columns:1fr 1fr;gap:1.5rem 3rem;margin-top:2.5rem;padding-bottom:2.5rem;display:grid}.distance-item{flex-direction:column;gap:.5rem;display:flex}.distance-label{font-family:var(--font-sans);letter-spacing:.2em;color:var(--cream-muted);font-size:.65rem;font-weight:500}.distance-value{font-family:var(--font-serif);color:var(--cream-light);font-size:1.25rem}.location-divider{display:none}.location-address{margin-top:2.5rem}.location-address p{font-family:var(--font-sans);color:var(--cream-muted);margin:0;font-size:.9rem;font-weight:300;line-height:1.7}@media (width<=1024px){.location{grid-template-columns:1fr;min-height:auto}.location-image{height:400px}.location-content{padding:48px 24px}.location-title{font-size:2rem}}@media (width<=768px){.location-image{height:280px}.location-content{padding:40px 20px}.location-title{margin-bottom:1.5rem;font-size:1.5rem}.location-text p{font-size:.88rem;line-height:1.75}.location-distances{gap:1rem 2rem;margin-top:2rem;padding-bottom:2rem}.distance-value{font-size:1.1rem}.location-address{margin-top:2rem}.location-address p{font-size:.85rem}}@media (width<=380px){.location-image{height:220px}.location-content{padding:32px 16px}.location-title{font-size:1.3rem}.location-distances{gap:.75rem 1.5rem}.distance-label{font-size:.6rem}.distance-value{font-size:1rem}}.highlight{background:var(--navy);text-align:center;flex-direction:column;align-items:center;padding:80px 64px;display:flex}.highlight-title{font-family:var(--font-serif);color:var(--cream-light);max-width:720px;margin-bottom:2rem;font-size:2rem;font-weight:400;line-height:1.3}.highlight-text{font-family:var(--font-sans);color:var(--cream-muted);max-width:680px;font-size:.95rem;font-weight:300;line-height:1.85}@media (width<=1024px){.highlight{padding:56px 32px}.highlight-title{font-size:1.6rem}}@media (width<=768px){.highlight{padding:48px 20px}.highlight-title{margin-bottom:1.5rem;font-size:1.3rem}.highlight-text{font-size:.88rem;line-height:1.75}}@media (width<=380px){.highlight{padding:40px 16px}.highlight-title{font-size:1.15rem}.highlight-text{font-size:.82rem}}.contact{background:var(--navy);padding:120px 48px}.contact-inner{text-align:center;max-width:800px;margin:0 auto}.contact-inner .section-label{margin-bottom:1.5rem;display:block}.contact-title{font-family:var(--font-serif);color:var(--cream-light);margin-bottom:1.5rem;font-size:2.8rem;font-weight:400;line-height:1.2}.contact-subtitle{font-family:var(--font-sans);color:var(--cream-muted);margin-bottom:3.5rem;font-size:1rem;font-weight:300;line-height:1.7}.contact-buttons{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.contact-btn{font-family:var(--font-sans);letter-spacing:.15em;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.contact-btn--phone{background:var(--navy-dark);color:var(--cream-light);border:1px solid #e0dbd233}.contact-btn--phone:hover{background:var(--navy-mid);border-color:#e0dbd259}.contact-btn--email{background:var(--cream-light);color:var(--navy-dark);border:1px solid var(--cream-light)}.contact-btn--email:hover{background:var(--white)}.contact-divider{background:#e0dbd21f;width:100%;height:1px;margin-bottom:3rem}.contact-owner{flex-direction:column;align-items:center;gap:.75rem;display:flex}.contact-owner .section-label{margin-bottom:0}.contact-owner-name{font-family:var(--font-serif);color:var(--cream-light);font-size:1.5rem;font-weight:400}@media (width<=768px){.contact{padding:56px 20px}.contact-title{margin-bottom:1rem;font-size:1.8rem}.contact-subtitle{margin-bottom:2.5rem;font-size:.9rem}.contact-buttons{flex-direction:column;gap:.75rem;margin-bottom:3rem}.contact-btn{justify-content:center;width:100%;padding:1rem 1.5rem;font-size:.75rem}.contact-owner-name{font-size:1.25rem}}@media (width<=380px){.contact{padding:48px 16px}.contact-title{font-size:1.5rem}.contact-btn{gap:.5rem;padding:.9rem 1rem;font-size:.7rem}}.footer{background:var(--navy-dark);padding:64px 48px 48px}.footer-inner{max-width:1440px;margin:0 auto}.footer-top{justify-content:space-between;align-items:flex-start;margin-bottom:48px;display:flex}.footer-brand{flex-direction:column;gap:4px;display:flex}.footer-title{font-family:var(--font-serif);color:var(--cream-light);font-size:2rem;font-weight:400;line-height:1}.footer-sub{font-family:var(--font-sans);letter-spacing:.35em;color:var(--cream-muted);font-size:.6rem;font-weight:500}.footer-columns{gap:80px;display:flex}.footer-col-label{font-family:var(--font-sans);letter-spacing:.25em;color:var(--cream-muted);margin-bottom:1rem;font-size:.65rem;font-weight:500;display:block}.footer-col p{font-family:var(--font-sans);color:var(--cream);margin:0;font-size:.9rem;font-weight:300;line-height:1.7}.footer-divider{background:#e0dbd21a;width:100%;height:1px;margin-bottom:24px}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-bottom span{font-family:var(--font-sans);color:var(--cream-muted);font-size:.8rem;font-weight:300}.footer-legal{gap:2rem;display:flex}.footer-legal button{font-family:var(--font-sans);color:var(--cream-muted);font-size:.8rem;font-weight:300;transition:color .3s}.footer-legal button:hover{color:var(--cream-light)}@media (width<=768px){.footer{padding:40px 20px 32px}.footer-top{flex-direction:column;gap:2rem;margin-bottom:32px}.footer-columns{flex-direction:column;gap:1.5rem}.footer-col p{font-size:.85rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-bottom span{font-size:.75rem}.footer-legal{gap:1.5rem}.footer-legal button{font-size:.75rem}}@media (width<=380px){.footer{padding:32px 16px 24px}.footer-title{font-size:1.6rem}}.legal-page{background:var(--navy-dark);min-height:100vh}.legal-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#162033eb;border-bottom:1px solid #e0dbd214;position:sticky;top:0}.legal-header-inner{max-width:800px;margin:0 auto;padding:20px 48px}.legal-back{font-family:var(--font-sans);letter-spacing:.02em;color:var(--cream-muted);align-items:center;gap:8px;font-size:.85rem;font-weight:400;transition:color .3s;display:inline-flex}.legal-back:hover{color:var(--cream-light)}.legal-content{max-width:800px;margin:0 auto;padding:80px 48px 120px}.legal-title{font-family:var(--font-serif);color:var(--cream-light);margin-bottom:56px;font-size:2.4rem;font-weight:400;line-height:1.2}.legal-section{margin-bottom:40px}.legal-heading{font-family:var(--font-sans);color:var(--cream-light);letter-spacing:.01em;margin-bottom:16px;font-size:1.05rem;font-weight:500;line-height:1.3}.legal-paragraph{font-family:var(--font-sans);color:var(--cream);opacity:.85;margin-bottom:12px;font-size:.92rem;font-weight:300;line-height:1.75}.legal-paragraph:last-child{margin-bottom:0}@media (width<=768px){.legal-header-inner{padding:16px 20px}.legal-content{padding:48px 20px 80px}.legal-title{margin-bottom:40px;font-size:1.6rem}.legal-heading{font-size:.95rem}.legal-paragraph{font-size:.88rem}.legal-section{margin-bottom:32px}}@media (width<=380px){.legal-header-inner{padding:14px 16px}.legal-content{padding:40px 16px 64px}.legal-title{font-size:1.4rem}.legal-back{font-size:.8rem}}.app{background:var(--navy-dark);min-height:100vh}.section-label{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;color:var(--cream-muted);margin-bottom:1.5rem;font-size:.75rem;font-weight:500}
