@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');
:root{--forest:#173c31;--orange:#ef6509;--olive:#7ca31f;--ink:#18221e;--muted:#66736d;--line:#dce3de;--bg:#f5f7f4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Be Vietnam Pro","Segoe UI",sans-serif}.top{height:84px;padding:8px max(22px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);background:#fff}.top img{display:block;object-fit:contain}.top a:last-child{color:var(--forest);font-weight:700;text-decoration:none}main{max-width:1180px;margin:auto;padding:22px}nav{display:flex;gap:8px;overflow:hidden;white-space:nowrap;color:var(--muted);font-size:13px}nav a{color:var(--forest)}article{margin-top:18px}.property-head{display:grid;grid-template-columns:1fr auto;gap:6px 18px;align-items:end}.property-head p{grid-column:1/-1;margin:0;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.16em}.property-head h1{margin:0;font-size:clamp(26px,4vw,48px);line-height:1.12}.property-head strong{color:var(--forest);font-size:clamp(22px,3vw,38px)}.property-head div{grid-column:1/-1;color:var(--muted)}.gallery{margin-top:22px}.hero{display:block;width:100%;height:min(62vh,690px);object-fit:contain;background:#0b1713;border-radius:14px}.thumbs{display:flex;gap:10px;overflow:auto;padding:10px 0}.thumbs img{flex:0 0 120px;height:86px;object-fit:cover;border-radius:8px}.empty-photo{min-height:360px;display:grid;place-items:center;background:#e8ede9;color:var(--muted);border-radius:14px}.content{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:10px}.content>div,.content aside{padding:24px;background:#fff;border:1px solid var(--line);border-radius:14px}.content h2{margin:0 0 18px;font-size:18px}dl{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:0}dl div{padding:12px;background:var(--bg);border-radius:8px}dt{color:var(--muted);font-size:11px}dd{margin:4px 0 0;font-weight:700}.content aside p{white-space:pre-wrap;line-height:1.7}.call{display:block;margin-top:20px;padding:14px;text-align:center;border-radius:9px;background:var(--forest);color:#fff;text-decoration:none;font-weight:700}footer{padding:36px 22px;text-align:center;color:var(--muted);font-size:12px}@media(max-width:760px){.top{height:66px;padding:5px 14px}.top img{width:52px;height:48px}.top a:last-child{font-size:13px}main{padding:14px}.property-head{display:block}.property-head h1{margin:6px 0}.property-head strong{display:block;margin:8px 0}.hero{height:auto;aspect-ratio:4/3;border-radius:9px}.content{grid-template-columns:1fr}.content>div,.content aside{padding:17px;border-radius:10px}dl{grid-template-columns:1fr 1fr}.empty-photo{min-height:240px}}
