:root{--primary-black: #0a0a0a;--primary-white: #ffffff;--accent-gold: #d4af37;--accent-gold-light: #f4e4a6;--neutral-100: #f8f9fa;--neutral-200: #e9ecef;--neutral-300: #dee2e6;--neutral-400: #ced4da;--neutral-500: #6c757d;--neutral-600: #495057;--neutral-700: #343a40;--neutral-800: #212529;--neutral-900: #0d1117;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--shadow-soft: 0 10px 40px rgba(0, 0, 0, .1);--shadow-medium: 0 20px 60px rgba(0, 0, 0, .15);--shadow-strong: 0 30px 80px rgba(0, 0, 0, .2)}.svelte-199kn0h{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--primary-black);background-color:var(--primary-white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--neutral-100)}::-webkit-scrollbar-thumb{background:var(--accent-gold);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b8941f}.page-loader.svelte-199kn0h{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--primary-black);z-index:10000;display:none;align-items:center;justify-content:center}.loader-content.svelte-199kn0h{text-align:center;color:var(--primary-white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loader-text.svelte-199kn0h{font-family:Playfair Display,serif;font-size:3rem;font-weight:600;opacity:0;transform:translateY(30px)}.loader-bar-container.svelte-199kn0h{width:200px;height:2px;background:#ffffff1a;overflow:hidden;border-radius:2px}.loader-bar.svelte-199kn0h{width:100%;height:100%;background:var(--accent-gold);transform:scaleX(0);transform-origin:left}.navbar.svelte-199kn0h{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.scrolled.svelte-199kn0h{background:#524949f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--neutral-200);padding:1rem 0;box-shadow:var(--shadow-soft)}.nav-container.svelte-199kn0h{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo.svelte-199kn0h{text-decoration:none;color:var(--primary-white);font-family:Playfair Display,serif;transition:color .3s ease}.logo-text.svelte-199kn0h{font-size:2rem;font-weight:700;display:block;line-height:1}.logo-subtitle.svelte-199kn0h{font-size:.8rem;font-weight:400;letter-spacing:.2em;opacity:.8;text-transform:uppercase}.nav-links.svelte-199kn0h{display:none;gap:3rem;align-items:center}@media (min-width: 1024px){.nav-links.svelte-199kn0h{display:flex}}.nav-link.svelte-199kn0h{color:var(--primary-white);text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:.02em;position:relative;transition:all .3s ease}.nav-link.svelte-199kn0h:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--accent-gold);transition:width .3s ease}.nav-link.svelte-199kn0h:hover:after{width:100%}.mobile-menu-btn.svelte-199kn0h{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:0;width:24px;height:20px}@media (min-width: 1024px){.mobile-menu-btn.svelte-199kn0h{display:none}}.hamburger-line.svelte-199kn0h{width:100%;height:2px;background:var(--primary-white);transition:all .3s ease;transform-origin:center}.hamburger-line.active.svelte-199kn0h:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.active.svelte-199kn0h:nth-child(2){opacity:0}.hamburger-line.active.svelte-199kn0h:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu.svelte-199kn0h{position:fixed;top:0;right:0;width:100%;height:100vh;background:var(--primary-black);z-index:999;transform:translate(100%);transition:transform .4s cubic-bezier(.77,0,.175,1)}.mobile-menu.active.svelte-199kn0h{transform:translate(0)}.mobile-menu-content.svelte-199kn0h{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem}.mobile-nav-links.svelte-199kn0h{display:flex;flex-direction:column;gap:2rem;text-align:center}.mobile-nav-link.svelte-199kn0h{color:var(--primary-white);text-decoration:none;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;transition:color .3s ease}.mobile-nav-link.svelte-199kn0h:hover{color:var(--accent-gold)}.mobile-menu-footer.svelte-199kn0h{position:absolute;bottom:2rem;text-align:center;color:var(--neutral-400);font-size:.9rem}.main-content.svelte-199kn0h{opacity:0;transition:opacity .5s ease}.main-content.loaded.svelte-199kn0h{opacity:1}.container.svelte-199kn0h{max-width:1400px;margin:0 auto;padding:0 2rem}.hero.svelte-199kn0h{position:relative;height:100vh;min-height:800px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background.svelte-199kn0h{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-image.svelte-199kn0h{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay.svelte-199kn0h{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#000000b3,#0006,#000c);z-index:1}.hero-content.svelte-199kn0h{position:relative;z-index:2;text-align:center;color:var(--primary-white);max-width:1000px;padding:0 2rem}.hero-title.svelte-199kn0h{font-family:Playfair Display,serif;font-size:clamp(4rem,8vw,8rem);font-weight:700;line-height:.9;margin-bottom:2rem;letter-spacing:-.02em;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.hero-title-line.svelte-199kn0h{display:block;overflow:hidden}.hero-subtitle.svelte-199kn0h{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:300;line-height:1.6;max-width:600px;margin:0 auto 3rem;opacity:.95;text-shadow:1px 1px 5px rgba(0,0,0,.5)}.hero-cta.svelte-199kn0h{margin-bottom:4rem}.hero-scroll.svelte-199kn0h{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2}.scroll-indicator.svelte-199kn0h{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--primary-white);font-size:.9rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.scroll-line.svelte-199kn0h{width:1px;height:40px;background:var(--primary-white);opacity:.6;animation:svelte-199kn0h-scrollPulse 2s ease-in-out infinite}@keyframes svelte-199kn0h-scrollPulse{0%,to{opacity:.6;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.floating-element.svelte-199kn0h{position:absolute;width:8px;height:8px;background:var(--accent-gold);border-radius:50%;opacity:.6;z-index:1}.cta-button.svelte-199kn0h{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;text-decoration:none;font-weight:600;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;border-radius:50px;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.cta-button.primary.svelte-199kn0h{background:var(--accent-gold);color:var(--primary-white);box-shadow:0 8px 30px #d4af374d}.cta-button.primary.svelte-199kn0h:hover{transform:translateY(-3px);box-shadow:0 12px 40px #d4af3766}.cta-button.secondary.svelte-199kn0h{background:transparent;color:var(--primary-white);border:2px solid var(--primary-white)}.cta-button.secondary.svelte-199kn0h:hover{background:var(--primary-white);color:var(--primary-black);transform:translateY(-3px)}.cta-button.large.svelte-199kn0h{padding:1.2rem 2.5rem;font-size:1rem}.section-header.svelte-199kn0h{margin-bottom:4rem}.section-header.text-center.svelte-199kn0h{text-align:center}.section-subtitle.svelte-199kn0h{display:block;color:var(--accent-gold);font-size:.9rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.section-title.svelte-199kn0h{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:var(--primary-black);margin-bottom:1.5rem}.section-title-git.svelte-199kn0h{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:var(--primary-white);margin-bottom:1.5rem}.section-description.svelte-199kn0h{font-size:1.1rem;color:var(--neutral-600);max-width:600px;margin:0 auto;line-height:1.7}.title-underline.svelte-199kn0h{width:60px;height:3px;background:var(--accent-gold);margin:1.5rem 0}.about-section.svelte-199kn0h{padding:8rem 0;background:var(--neutral-100)}.about-grid.svelte-199kn0h{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.about-grid.svelte-199kn0h{grid-template-columns:1fr 1fr;gap:6rem}}.about-text.svelte-199kn0h{margin:2rem 0 3rem}.lead-text.svelte-199kn0h{font-size:1.2rem;color:var(--neutral-700);font-weight:500;margin-bottom:1.5rem;line-height:1.6}.about-text.svelte-199kn0h p:where(.svelte-199kn0h){color:var(--neutral-600);margin-bottom:1rem;line-height:1.7}.stats-grid.svelte-199kn0h{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item.svelte-199kn0h{text-align:center}.stat-number.svelte-199kn0h{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--accent-gold);line-height:1;margin-bottom:.5rem}.stat-label.svelte-199kn0h{font-size:.9rem;color:var(--neutral-600);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.about-image.svelte-199kn0h{position:relative}.image-container.svelte-199kn0h{position:relative;height:600px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-medium)}.image-container.svelte-199kn0h img:where(.svelte-199kn0h){width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.image-container.svelte-199kn0h:hover img:where(.svelte-199kn0h){transform:scale(1.05)}.image-overlay.svelte-199kn0h{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(0,0,0,.2),transparent)}.properties-section.svelte-199kn0h{padding:8rem 0;background:var(--primary-white)}.property-showcase.svelte-199kn0h{max-width:1200px;margin:0 auto}.property-carousel.svelte-199kn0h{position:relative;height:700px;margin-bottom:3rem}.property-card.svelte-199kn0h{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:1fr;background:var(--primary-white);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-medium);transition:all .4s ease}@media (min-width: 768px){.property-card.svelte-199kn0h{grid-template-columns:1fr 1fr}}.property-image.svelte-199kn0h{position:relative;overflow:hidden}.property-image.svelte-199kn0h img:where(.svelte-199kn0h){width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.property-card.svelte-199kn0h:hover .property-image:where(.svelte-199kn0h) img:where(.svelte-199kn0h){transform:scale(1.05)}.property-type.svelte-199kn0h{position:absolute;top:1.5rem;left:1.5rem;background:var(--accent-gold);color:var(--primary-white);padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:20px}.property-details.svelte-199kn0h{padding:3rem;display:flex;flex-direction:column;justify-content:space-between}.property-header.svelte-199kn0h{margin-bottom:2rem}.property-name.svelte-199kn0h{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--primary-black);margin-bottom:1rem;line-height:1.2}.property-location.svelte-199kn0h{display:flex;align-items:center;gap:.5rem;color:var(--accent-gold);font-weight:500;font-size:1rem}.property-specs.svelte-199kn0h{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem 0;border-top:1px solid var(--neutral-200);border-bottom:1px solid var(--neutral-200)}.spec-item.svelte-199kn0h{display:flex;align-items:center;gap:.5rem;color:var(--neutral-600);font-size:.9rem}.spec-item.svelte-199kn0h i:where(.svelte-199kn0h){color:var(--accent-gold);font-size:1rem}.property-features.svelte-199kn0h{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.feature-tag.svelte-199kn0h{background:var(--neutral-100);color:var(--neutral-700);padding:.4rem .8rem;font-size:.8rem;font-weight:500;border-radius:20px;border:1px solid var(--neutral-200)}.property-footer.svelte-199kn0h{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.property-price.svelte-199kn0h{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--primary-black)}.view-details-btn.svelte-199kn0h{display:flex;align-items:center;gap:.5rem;background:none;border:2px solid var(--accent-gold);color:var(--accent-gold);padding:.8rem 1.5rem;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;border-radius:30px;cursor:pointer;transition:all .3s ease}.view-details-btn.svelte-199kn0h:hover{background:var(--accent-gold);color:var(--primary-white);transform:translateY(-2px)}.carousel-controls.svelte-199kn0h{display:flex;justify-content:center;gap:1rem}.carousel-dot.svelte-199kn0h{width:12px;height:12px;border:none;border-radius:50%;background:var(--neutral-300);cursor:pointer;transition:all .3s ease}.carousel-dot.active.svelte-199kn0h{background:var(--accent-gold);transform:scale(1.2)}.services-section.svelte-199kn0h{padding:8rem 0;background:var(--neutral-100)}.services-grid.svelte-199kn0h{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.services-grid.svelte-199kn0h{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid.svelte-199kn0h{grid-template-columns:repeat(4,1fr)}}.service-card.svelte-199kn0h{background:var(--primary-white);padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-soft);transition:all .4s ease;border:1px solid var(--neutral-200)}.service-card.svelte-199kn0h:hover{transform:translateY(-10px);box-shadow:var(--shadow-medium)}.service-icon.svelte-199kn0h{width:80px;height:80px;background:linear-gradient(135deg,var(--accent-gold),var(--accent-gold-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem;color:var(--primary-white)}.service-title.svelte-199kn0h{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--primary-black);margin-bottom:1rem}.service-description.svelte-199kn0h{color:var(--neutral-600);line-height:1.6}.partners-section.svelte-199kn0h{padding:6rem 0;background:var(--primary-white);overflow:hidden}.partners-marquee.svelte-199kn0h{width:100%;overflow:hidden;margin-top:3rem}.marquee-track.svelte-199kn0h{display:flex;align-items:center;animation:svelte-199kn0h-marquee 60s linear infinite;white-space:nowrap}.partner-name.svelte-199kn0h{font-family:Playfair Display,serif;font-size:2rem;color:var(--neutral-400);margin:0 3rem;font-weight:500}@keyframes svelte-199kn0h-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-section.svelte-199kn0h{position:relative;padding:8rem 0;color:var(--primary-white);text-align:center;overflow:hidden}.contact-background.svelte-199kn0h{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.contact-background.svelte-199kn0h img:where(.svelte-199kn0h){width:100%;height:100%;object-fit:cover}.contact-overlay.svelte-199kn0h{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.contact-content.svelte-199kn0h{position:relative;z-index:2;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:4rem 3rem;max-width:800px;margin:0 auto}.contact-actions.svelte-199kn0h{display:flex;flex-direction:column;gap:1rem;margin:3rem 0;align-items:center}@media (min-width: 768px){.contact-actions.svelte-199kn0h{flex-direction:row;justify-content:center}}.contact-info.svelte-199kn0h{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media (min-width: 768px){.contact-info.svelte-199kn0h{grid-template-columns:repeat(3,1fr)}}.info-item.svelte-199kn0h{display:flex;align-items:center;justify-content:center;gap:.8rem;color:var(--primary-white);font-size:.9rem}.info-item.svelte-199kn0h i:where(.svelte-199kn0h){color:var(--accent-gold);font-size:1.1rem}.footer.svelte-199kn0h{background:var(--primary-black);color:var(--neutral-400);padding:4rem 0 2rem}.footer-content.svelte-199kn0h{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 1024px){.footer-content.svelte-199kn0h{grid-template-columns:2fr 3fr;gap:4rem}}.footer-brand.svelte-199kn0h{text-align:center}@media (min-width: 1024px){.footer-brand.svelte-199kn0h{text-align:left}}.footer-logo.svelte-199kn0h{font-family:Playfair Display,serif;color:var(--primary-white);margin-bottom:1rem}.footer-logo.svelte-199kn0h .logo-text:where(.svelte-199kn0h){font-size:2rem;font-weight:700;display:block;line-height:1}.footer-logo.svelte-199kn0h .logo-subtitle:where(.svelte-199kn0h){font-size:.8rem;font-weight:400;letter-spacing:.2em;opacity:.8;text-transform:uppercase}.footer-tagline.svelte-199kn0h{margin-bottom:2rem;line-height:1.6}.social-links.svelte-199kn0h{display:flex;gap:1rem;justify-content:center}@media (min-width: 1024px){.social-links.svelte-199kn0h{justify-content:flex-start}}.social-links.svelte-199kn0h a:where(.svelte-199kn0h){display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--neutral-800);color:var(--neutral-400);border-radius:50%;text-decoration:none;transition:all .3s ease}.social-links.svelte-199kn0h a:where(.svelte-199kn0h):hover{background:var(--accent-gold);color:var(--primary-white);transform:translateY(-2px)}.footer-links.svelte-199kn0h{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.link-group.svelte-199kn0h h4:where(.svelte-199kn0h){color:var(--primary-white);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.link-group.svelte-199kn0h a:where(.svelte-199kn0h){display:block;color:var(--neutral-400);text-decoration:none;font-size:.9rem;margin-bottom:.5rem;transition:color .3s ease}.link-group.svelte-199kn0h a:where(.svelte-199kn0h):hover{color:var(--accent-gold)}.footer-bottom.svelte-199kn0h{text-align:center;padding-top:2rem;border-top:1px solid var(--neutral-800);font-size:.85rem;color:var(--neutral-500)}@media (max-width: 768px){.container.svelte-199kn0h{padding:0 1rem}.hero.svelte-199kn0h{min-height:100vh}.hero-content.svelte-199kn0h{padding:0 1rem}.section-header.svelte-199kn0h{margin-bottom:3rem}.about-section.svelte-199kn0h,.properties-section.svelte-199kn0h,.services-section.svelte-199kn0h,.contact-section.svelte-199kn0h{padding:4rem 0}.contact-content.svelte-199kn0h{padding:2rem 1.5rem}.property-details.svelte-199kn0h{padding:2rem}.property-specs.svelte-199kn0h{flex-direction:column;gap:1rem}.property-footer.svelte-199kn0h{flex-direction:column;gap:1.5rem;align-items:stretch}.stats-grid.svelte-199kn0h{grid-template-columns:1fr;gap:1.5rem}}
