:root{--ink:#14243a;--muted:#66758a;--line:#dfe7ef;--blue:#1769e0;--navy:#0e2038;--bg:#f6f8fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header{height:73px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,6vw,96px);background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:8px;color:var(--navy);font-size:15px;font-weight:850;letter-spacing:.09em;text-decoration:none}.brand span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--blue);color:#fff;letter-spacing:0}.brand b{color:var(--blue)}.broker-link{border:1px solid #bed0e8;border-radius:8px;padding:9px 11px;color:#225eae;font-size:12px;font-weight:800;text-decoration:none}.broker-link:hover{background:#edf5ff}.hero{padding:72px clamp(22px,10vw,160px) 76px;background:radial-gradient(circle at 72% 5%,#dcecff,transparent 29%),linear-gradient(118deg,#edf5ff,#f8fbff 62%,#eef3fb)}.hero p,.listing-head p{margin:0 0 11px;color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.15em}.hero h1{max-width:800px;margin:0;color:#10233d;font-size:clamp(33px,5.2vw,67px);line-height:1.01;letter-spacing:-.055em}.hero h1 em{color:#2874e6;font-style:normal}.hero>span{display:block;max-width:500px;margin-top:20px;color:#566a82;line-height:1.6}.listing{max-width:1200px;margin:0 auto;padding:44px clamp(22px,5vw,66px) 72px}.listing-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.listing-head h2{margin:0;font-size:26px;letter-spacing:-.035em}.listing-head>span{color:#718198;font-size:12px;font-weight:700}.property-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.property-card{display:flex;flex-direction:column;min-height:360px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 9px 26px #17395c0d}.property-card img{display:block;width:100%;height:190px;object-fit:cover;background:#dce6f1}.property-card-body{display:flex;flex:1;flex-direction:column;padding:17px}.property-card .status{display:inline-flex;align-self:flex-start;margin-bottom:10px;padding:4px 7px;border-radius:5px;background:#eef5ff;color:#2665b6;font-size:9px;font-weight:850;letter-spacing:.06em}.property-card .status.production{background:#fff3df;color:#a96900}.property-card h3{margin:0;color:#17283d;font-size:19px;letter-spacing:-.025em}.property-card .location{margin:7px 0;color:var(--muted);font-size:12px}.property-card .facts{margin:0;color:#3f5875;font-size:12px;line-height:1.55}.property-card .tour-link{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:auto;padding:10px;border-radius:8px;background:var(--blue);color:#fff;font-size:12px;font-weight:850;text-decoration:none}.property-card .tour-link:hover{background:#125ac4}.empty{grid-column:1/-1;padding:36px;border:1px dashed #bfcddd;border-radius:12px;color:#718198;text-align:center;line-height:1.5}footer{padding:24px;text-align:center;color:#8190a1;font-size:11px}@media(max-width:600px){.site-header{height:63px}.hero{padding-top:50px;padding-bottom:54px}.listing{padding-top:34px}.broker-link{font-size:11px}.property-list{grid-template-columns:1fr}}
