:root{--navy: #0d1b2a;--navy-light: #12263a;--gold: #c9a253;--gold-light: #e8c47a;--text: #e2e8f0;--muted: #8fa3b8;--border: #1e3348;--card-bg: #112233;--section-bg-alt: #0f1e2e}.page.svelte-cwls5q{background-color:var(--navy);color:var(--text);min-height:100vh}.nav.svelte-cwls5q{position:fixed;top:0;left:0;right:0;z-index:100;background:#0d1b2af2;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-inner.svelte-cwls5q{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo.svelte-cwls5q{font-size:.9rem;font-weight:800;letter-spacing:.18em;color:var(--gold);text-decoration:none;flex-shrink:0}.nav-logo.svelte-cwls5q:hover{color:var(--gold-light)}.nav-links.svelte-cwls5q{display:flex;gap:2rem}.nav-link.svelte-cwls5q{color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;transition:color .2s}.nav-link.svelte-cwls5q:hover,.nav-link.active.svelte-cwls5q{color:var(--gold)}.page-hero.svelte-cwls5q{position:relative;padding:9rem 2rem 6rem;background:linear-gradient(135deg,#0a1520,#0d1b2a,#0f2235);overflow:hidden;text-align:center}.page-hero.svelte-cwls5q:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(201,162,83,.08) 0%,transparent 70%)}.page-hero-overlay.svelte-cwls5q{display:none}.page-hero-content.svelte-cwls5q{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero-badge.svelte-cwls5q{display:inline-block;background:var(--gold);color:var(--navy);font-size:.72rem;font-weight:800;letter-spacing:.2em;padding:.35rem 1.2rem;border-radius:2px;margin-bottom:1.5rem}.page-hero-title.svelte-cwls5q{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.page-hero-sub.svelte-cwls5q{font-size:1.1rem;color:var(--muted);margin:0;line-height:1.7}.stats-section.svelte-cwls5q{background:var(--section-bg-alt);padding:3rem 2rem}.stats-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card.svelte-cwls5q{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:2rem 1rem;text-align:center;transition:border-color .2s}.stat-card.svelte-cwls5q:hover{border-color:var(--gold)}.stat-val.svelte-cwls5q{display:block;font-size:2rem;font-weight:800;color:var(--gold);margin-bottom:.5rem}.stat-label.svelte-cwls5q{font-size:.85rem;color:var(--muted);letter-spacing:.04em}.section.svelte-cwls5q{padding:5rem 2rem}.section-inner.svelte-cwls5q{max-width:1200px;margin:0 auto}.section-label.svelte-cwls5q{font-size:.72rem;font-weight:700;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin-bottom:.75rem}.section-title.svelte-cwls5q{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.section-sub.svelte-cwls5q{color:var(--muted);font-size:1.05rem;line-height:1.7;max-width:680px;margin:0 0 3rem}.about-section.svelte-cwls5q{background:var(--navy)}.about-inner.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--muted);font-size:1rem;line-height:1.8;margin:0 0 1.2rem}.about-cta-wrap.svelte-cwls5q{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.about-cta.svelte-cwls5q{display:inline-block;background:var(--gold);color:var(--navy);font-weight:700;font-size:.9rem;letter-spacing:.08em;padding:.75rem 2rem;border-radius:4px;text-decoration:none;transition:background .2s}.about-cta.svelte-cwls5q:hover{background:var(--gold-light)}.about-cta-secondary.svelte-cwls5q{display:inline-block;background:transparent;color:var(--gold);font-weight:700;font-size:.9rem;letter-spacing:.08em;padding:.75rem 2rem;border-radius:4px;border:1px solid var(--gold);text-decoration:none;transition:background .2s,color .2s}.about-cta-secondary.svelte-cwls5q:hover{background:var(--gold);color:var(--navy)}.about-feature-img.svelte-cwls5q{border-radius:10px;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 60px #0006}.about-feature-img.svelte-cwls5q img:where(.svelte-cwls5q){width:100%;display:block;object-fit:cover}.team-section.svelte-cwls5q{background:var(--section-bg-alt)}.team-grid.svelte-cwls5q{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-card.svelte-cwls5q{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s,transform .2s}.team-card.svelte-cwls5q:hover{border-color:var(--gold);transform:translateY(-3px)}.team-photo-wrap.svelte-cwls5q{aspect-ratio:3/4;overflow:hidden;background:var(--navy-light)}.team-photo.svelte-cwls5q{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;filter:grayscale(15%);transition:filter .3s}.team-card.svelte-cwls5q:hover .team-photo:where(.svelte-cwls5q){filter:grayscale(0%)}.team-info.svelte-cwls5q{padding:1.5rem}.team-name.svelte-cwls5q{font-size:1.15rem;font-weight:700;color:#fff;margin:0 0 .2rem}.team-title.svelte-cwls5q{font-size:.78rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem}.team-contacts.svelte-cwls5q{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.team-contact-link.svelte-cwls5q{display:flex;align-items:center;gap:.5rem;color:var(--muted);text-decoration:none;font-size:.88rem;transition:color .2s}.team-contact-link.svelte-cwls5q:hover{color:var(--gold)}.team-lic.svelte-cwls5q{font-size:.73rem;color:#4a5568;margin:0}.office-section.svelte-cwls5q{background:var(--navy)}.office-inner.svelte-cwls5q{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.office-details.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--muted);font-size:.95rem;line-height:1.8;margin:0 0 .3rem}.office-details.svelte-cwls5q a:where(.svelte-cwls5q){color:var(--gold);text-decoration:none}.office-details.svelte-cwls5q a:where(.svelte-cwls5q):hover{text-decoration:underline}.property-card.svelte-cwls5q{position:relative;display:block;border-radius:10px;overflow:hidden;border:1px solid var(--border);text-decoration:none;transition:border-color .2s,transform .2s;box-shadow:0 20px 60px #0006}.property-card.svelte-cwls5q:hover{border-color:var(--gold);transform:translateY(-3px)}.property-card.svelte-cwls5q img:where(.svelte-cwls5q){width:100%;display:block;object-fit:cover;aspect-ratio:4/3}.property-card-overlay.svelte-cwls5q{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(13,27,42,.95) 0%,transparent 100%);color:#fff}.property-card-label.svelte-cwls5q{font-size:.68rem;font-weight:700;letter-spacing:.2em;color:var(--gold);display:block;margin-bottom:.3rem}.property-card-overlay.svelte-cwls5q h3:where(.svelte-cwls5q){font-size:1.4rem;font-weight:700;margin:0 0 .3rem;color:#fff}.property-card-overlay.svelte-cwls5q p:where(.svelte-cwls5q){font-size:.85rem;color:var(--muted);margin:0}@media(max-width:900px){.stats-grid.svelte-cwls5q{grid-template-columns:repeat(2,1fr)}.about-inner.svelte-cwls5q,.office-inner.svelte-cwls5q,.team-grid.svelte-cwls5q{grid-template-columns:1fr}}@media(max-width:600px){.nav-links.svelte-cwls5q{gap:1rem}.stats-grid.svelte-cwls5q{grid-template-columns:1fr 1fr}}
