/* Extracted from demo-real-estate-landing.html for v54_25 CSP hardening. */
:root{--black:#0c1014;--gold:#c9a45c;--cream:#f6efe3;--stone:#e9dfcf;--muted:#8c8274;--white:#fffdf8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);overflow-x:hidden}a{text-decoration:none;color:inherit}.wrap{width:min(1200px,92vw);margin:auto}
.nav{position:absolute;top:0;width:100%;z-index:20;color:white}.navin{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:'DM Serif Display',serif;font-size:31px}.links{display:flex;gap:30px;font-size:14px;font-weight:800;color:rgba(255,255,255,.75)}.visit{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:13px 20px;font-weight:900}
.hero{min-height:100vh;background:linear-gradient(90deg,rgba(12,16,20,.82),rgba(12,16,20,.18)),url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600&q=85&fit=crop') center/cover;color:white;display:flex;align-items:end}.hero-inner{padding:160px 0 50px;width:100%}.label{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:12px;font-weight:900;margin-bottom:16px}h1{font-family:'DM Serif Display',serif;font-size:clamp(58px,8vw,116px);line-height:.9;max-width:820px;font-weight:400}.hero-bottom{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-top:48px}.details{display:flex;background:rgba(255,255,255,.12);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:24px;overflow:hidden}.detail{padding:22px 30px;border-right:1px solid rgba(255,255,255,.15)}.detail:last-child{border:0}.detail span{display:block;color:rgba(255,255,255,.6);font-size:12px;font-weight:800;text-transform:uppercase}.detail b{font-size:24px}.price-card{background:white;color:var(--black);border-radius:28px;padding:28px;min-width:320px}.price-card small{color:var(--muted);font-weight:800}.price-card strong{display:block;font-size:38px;margin:8px 0 18px}.btn{display:inline-flex;padding:15px 22px;border-radius:999px;font-weight:900}.gold{background:var(--gold);color:white}.dark{background:var(--black);color:white}.outline{border:1px solid var(--stone);color:var(--black)}
.section{padding:90px 0}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px}.k{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.title{font-family:'DM Serif Display';font-size:clamp(40px,5vw,76px);font-weight:400;line-height:.95;margin-top:12px}.sub{color:var(--muted);line-height:1.85;margin-top:18px}.gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.g{border-radius:34px;background-size:cover;background-position:center;min-height:360px}.g1{background-image:url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=900&q=85&fit=crop')}.stack{display:grid;gap:18px}.g2{background-image:url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?w=600&q=85&fit=crop');min-height:171px}.g3{background-image:url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?w=600&q=85&fit=crop');min-height:171px}
.features{background:var(--cream)}.amenities{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px}.amenity{background:var(--white);border:1px solid var(--stone);border-radius:24px;padding:24px}.amenity b{font-size:30px;color:var(--gold);display:block;margin-bottom:12px}.amenity p{color:var(--muted);line-height:1.6}
.neighborhood{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.map{height:430px;border-radius:38px;background:linear-gradient(135deg,#d9cab3,#fffdf8);position:relative;border:1px solid var(--stone)}.map:before{content:"Marina District";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--black);color:white;border-radius:999px;padding:14px 20px;font-weight:900}.nearby{display:grid;gap:13px}.near{display:flex;justify-content:space-between;border-bottom:1px solid var(--stone);padding:18px 0;color:var(--muted)}.near b{color:var(--black)}
.agent{background:var(--black);color:white;border-radius:42px;padding:44px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}.agentpic{width:112px;height:112px;border-radius:50%;background:url('https://images.unsplash.com/photo-1560250097-0b93528c311a?w=250&q=80&fit=crop') center/cover}.agent p{color:#bdb6ab;line-height:1.7;margin-top:8px}.agent .btn{background:var(--gold);color:white}
footer{padding:38px 0;color:var(--muted)}.foot{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.links{display:none}.hero-bottom,.split,.gallery,.neighborhood,.agent{grid-template-columns:1fr}.details{display:grid}.detail{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.amenities{grid-template-columns:1fr 1fr}.price-card{min-width:auto}.hero{align-items:center}.hero-inner{padding-top:120px}}
