:root{--ink:#0b1c1f;--ink-soft:#1a3034;--mist:#eef2f4;--mist-deep:#dfe6ea;--stone:#c9d2d6;--sand:#c4b59a;--sand-deep:#a89474;--paper:#f6f8f9;--white:#fff;--line:#0b1c1f1f;--text:#0b1c1f;--muted:#5a6c70;--radius:2px;--header-h:72px;--ease:cubic-bezier(.22, 1, .36, 1);--font-display:"Syne", sans-serif;--font-body:"Manrope", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;font-family:var(--font-body);color:var(--text);background:radial-gradient(1200px 600px at 10% -10%, #c4b59a38, transparent 55%), radial-gradient(900px 500px at 100% 0%, #5b7a801f, transparent 50%), linear-gradient(180deg, var(--mist) 0%, var(--paper) 40%, var(--mist-deep) 100%);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-attachment:fixed;margin:0;font-size:1rem;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}h1,h2,h3,.brand{font-family:var(--font-display);letter-spacing:-.03em;font-weight:700;line-height:1.1}h1{margin:0;font-size:clamp(2.4rem,6vw,4.6rem)}h2{margin:0 0 .75rem;font-size:clamp(1.9rem,3.5vw,3rem)}h3{margin:0 0 .4rem;font-size:1.25rem}p{margin:0}ul{margin:0;padding:0;list-style:none}#root{min-height:100vh}.btn{border-radius:var(--radius);min-height:48px;transition:transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.35rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--sand);color:var(--ink)}.btn-primary:hover{background:var(--sand-deep);color:var(--white)}.btn-ghost{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff73}.btn-ghost:hover{background:#ffffff24}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--sand-deep);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-lead{max-width:36rem;color:var(--muted);font-size:1.05rem}.section-head{max-width:1120px;margin:0 auto 2.5rem;padding:0 1.5rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app{min-height:100vh}.site-header{z-index:50;height:var(--header-h);transition:background .35s,box-shadow .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;inset:0 0 auto}.site-header.is-scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line);background:#f6f8f9e0}.header-inner{align-items:center;gap:1.5rem;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.brand{color:var(--white);align-items:center;gap:.55rem;font-size:1.35rem;font-weight:800;transition:color .3s;display:inline-flex}.site-header.is-scrolled .brand,.site-header.is-scrolled .nav-desktop a,.site-header.is-scrolled .menu-toggle{color:var(--ink)}.brand-mark{background:var(--sand);border-radius:1px;width:12px;height:12px;transform:rotate(45deg)}.nav-desktop{gap:1.75rem;margin-left:auto;display:none}.nav-desktop a{color:#ffffffd1;font-size:.92rem;font-weight:500;transition:color .2s}.nav-desktop a:hover{color:var(--white)}.site-header.is-scrolled .nav-desktop a:hover{color:var(--sand-deep)}.header-cta{background:var(--sand);color:var(--ink);border-radius:var(--radius);margin-left:.5rem;padding:.55rem 1rem;font-size:.88rem;font-weight:600;transition:background .25s,color .25s;display:none}.header-cta:hover{background:var(--sand-deep);color:var(--white)}.menu-toggle{width:44px;height:44px;color:var(--white);place-content:center;gap:6px;margin-left:auto;display:grid}.menu-toggle span{width:22px;height:2px;transition:transform .3s var(--ease), opacity .2s ease;background:currentColor;display:block}.menu-toggle.is-open span:first-child{transform:translateY(4px)rotate(45deg)}.menu-toggle.is-open span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-nav{inset:var(--header-h) 0 0;opacity:0;pointer-events:none;transition:opacity .3s ease, transform .3s var(--ease);background:#0b1c1ff7;padding:2rem 1.5rem;position:fixed;transform:translateY(-8px)}.mobile-nav.is-open{opacity:1;pointer-events:auto;transform:none}.mobile-nav[hidden]{visibility:hidden;display:block}.mobile-nav.is-open[hidden]{visibility:visible}.mobile-nav nav{flex-direction:column;gap:1.25rem;display:flex}.mobile-nav a{color:var(--white);font-family:var(--font-display);font-size:1.6rem;font-weight:700}.mobile-nav .btn{width:fit-content;color:var(--ink);margin-top:1rem}@media (width>=900px){.nav-desktop,.header-cta{display:inline-flex}.menu-toggle,.mobile-nav{display:none}}.hero{min-height:100dvh;color:var(--white);align-items:end;display:grid;position:relative;overflow:clip}.hero-media{background:#0b1c1f;position:absolute;inset:0}.hero-slide{position:absolute;inset:0}.hero-slide-media{object-fit:cover;width:100%;height:100%;animation:hero-zoom 18s var(--ease) infinite alternate;display:block}.hero-slide video.hero-slide-media{animation:none;transform:scale(1.02)}.hero-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0b1c1f8c 0%,#0b1c1f33 35%,#0b1c1fc7 100%),linear-gradient(90deg,#0b1c1f8c 0%,#0000 55%);position:absolute;inset:0}.hero-controls{z-index:2;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.hero-dots{align-items:center;gap:.45rem;display:flex}.hero-dot{cursor:pointer;width:8px;height:8px;transition:width .35s var(--ease), background .25s ease;background:#fff6;border:0;border-radius:999px;padding:0}.hero-dot.is-active{background:var(--sand);width:22px}.hero-dot:hover{background:#ffffffb3}.hero-dot.is-active:hover{background:var(--sand)}.hero-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0b1c1f59;border:1px solid #ffffff59;border-radius:999px;place-items:center;width:36px;height:36px;padding:0;transition:background .25s,border-color .25s;display:grid}.hero-nav:hover{background:#0b1c1f8c;border-color:#ffffff8c}.hero-nav span{border-top:1.5px solid var(--white);border-right:1.5px solid var(--white);width:8px;height:8px}.hero-nav-prev span{transform:translate(1px)rotate(-135deg)}.hero-nav-next span{transform:translate(-1px)rotate(45deg)}@media (width<=640px){.hero-controls{bottom:4.75rem;left:50%;right:auto;transform:translate(-50%)}.hero-nav{width:32px;height:32px}}.hero-content{z-index:1;width:100%;max-width:1200px;padding:calc(var(--header-h) + 3rem) 1.5rem 5.5rem;margin:0 auto;position:relative}.hero-brand{font-family:var(--font-display);letter-spacing:-.04em;color:var(--sand);margin-bottom:1rem;font-size:clamp(2.8rem,8vw,5.5rem);font-weight:800;line-height:.95}.hero-content h1{max-width:14ch;margin-bottom:1rem}.hero-lead{color:#ffffffd1;max-width:34rem;margin-bottom:1.75rem;font-size:clamp(1rem,2vw,1.15rem)}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-scroll{border:1px solid #ffffff73;border-radius:999px;place-items:start center;width:24px;height:38px;padding-top:8px;display:grid;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-scroll span{background:var(--sand);width:4px;height:8px;animation:scroll-dot 1.6s var(--ease) infinite;border-radius:999px}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes scroll-dot{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.featured{padding:5.5rem 0 2rem}.featured-list{gap:3.5rem;max-width:1120px;margin:0 auto;padding:0 1.5rem;display:grid}.featured-item{align-items:center;gap:1.5rem;display:grid}.featured-image{border-radius:var(--radius);aspect-ratio:16/11;background:var(--ink-soft);overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.featured-item:hover .featured-image img{transform:scale(1.04)}.featured-copy .meta{letter-spacing:.12em;text-transform:uppercase;color:var(--sand-deep);margin-bottom:.65rem;font-size:.78rem;font-weight:700}.featured-copy h3{font-size:clamp(1.5rem,2.5vw,2rem)}.featured-copy .location,.property-body .location{color:var(--muted);margin-bottom:.85rem}.featured-copy .desc{color:var(--muted);max-width:36rem;margin-bottom:1.1rem}.featured-meta{flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1rem;font-size:.92rem;font-weight:600;display:flex}.price{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.45rem;font-weight:700}@media (width>=860px){.featured-item{grid-template-columns:1.15fr .85fr;gap:2.5rem}.featured-item:nth-child(2n) .featured-image{order:2}}.homes{padding:4rem 0 5rem}.filter-bar{flex-wrap:wrap;gap:.5rem;max-width:1120px;margin:0 auto 2rem;padding:0 1.5rem;display:flex}.filter-bar button{border:1px solid var(--line);border-radius:var(--radius);background:#ffffff8c;min-height:42px;padding:.45rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.filter-bar button.is-active,.filter-bar button:hover{background:var(--ink);border-color:var(--ink);color:var(--white)}.property-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1120px;margin:0 auto;padding:0 1.5rem;display:grid}.property-card{border:1px solid var(--line);border-radius:var(--radius);transition:transform .35s var(--ease), box-shadow .35s ease;background:#ffffffb8;overflow:hidden}.property-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0b1c1f1a}.property-image{aspect-ratio:4/3;background:var(--ink-soft);position:relative;overflow:hidden}.property-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.property-card:hover .property-image img{transform:scale(1.05)}.status-tag{color:var(--white);letter-spacing:.08em;text-transform:uppercase;background:#0b1c1fd1;padding:.35rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.property-body{padding:1.15rem 1.15rem 1.35rem}.property-body .type{letter-spacing:.1em;text-transform:uppercase;color:var(--sand-deep);margin-bottom:.35rem;font-size:.75rem;font-weight:700}.stats{color:var(--muted);flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:.85rem;font-size:.88rem;font-weight:600;display:flex}@media (width>=640px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=980px){.property-grid{grid-template-columns:repeat(3,1fr)}}.approach{padding:1rem 0 5.5rem}.approach-inner{background:linear-gradient(135deg, #0b1c1ff5, #1a3034f0), var(--ink);max-width:1120px;color:var(--white);border-radius:var(--radius);gap:2.5rem;margin:0 auto;padding:2.5rem 1.5rem;display:grid}.approach .eyebrow{color:var(--sand)}.approach .section-lead{color:#ffffffb8}.approach-list{gap:1.5rem;display:grid}.approach-list li{border-top:1px solid #ffffff24;grid-template-columns:auto 1fr;gap:1rem;padding-top:1.25rem;display:grid}.approach-list .index{font-family:var(--font-display);color:var(--sand);font-size:1.1rem;font-weight:700}.approach-list p{color:#ffffffb3}@media (width>=860px){.approach-inner{grid-template-columns:.9fr 1.1fr;align-items:start;gap:3rem;padding:3.5rem}}.site-footer{background:var(--ink);color:#ffffffc7;padding:4rem 1.5rem 2rem}.footer-top{gap:2.5rem;max-width:1120px;margin:0 auto 3rem;display:grid}.footer-brand .brand{color:var(--sand);margin-bottom:.75rem;font-size:2rem}.footer-brand p:last-child{max-width:28rem}.footer-cols{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;display:grid}.footer-cols h3{color:var(--white);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem;font-size:.85rem}.footer-cols li+li{margin-top:.45rem}.footer-cols a:hover{color:var(--sand)}.footer-bottom{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:1rem;max-width:1120px;margin:0 auto;padding-top:1.5rem;font-size:.88rem;display:flex}.footer-bottom a:hover{color:var(--sand)}@media (width>=860px){.footer-top{grid-template-columns:1.1fr 1.4fr;gap:4rem}}
