@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#29251f;background:#f7f3eb;font-family:Inter,sans-serif}header{height:78px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:#fbf8f1;border-bottom:1px solid #e7dfd1;position:sticky;top:0;z-index:10}.logo{font:700 25px 'Cormorant Garamond';letter-spacing:2px}.logo span{font:500 11px Inter;letter-spacing:3px;display:block;color:#9b7650}nav{display:flex;gap:26px}nav a{color:#4a443b;text-decoration:none;font-size:14px}.hero{min-height:600px;padding:100px 8%;display:flex;align-items:center;background:linear-gradient(90deg,#eee6d7,#f5efe4 55%,#e7dccb)}.eyebrow{font-size:11px;letter-spacing:3px;color:#9b7650;font-weight:600}.hero h1{font:600 72px 'Cormorant Garamond';line-height:.95;margin:10px 0 25px}.hero h1 em{color:#8b633c}.hero p:not(.eyebrow),.about p,.contact p{line-height:1.8;color:#686055;max-width:650px}.actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-block;padding:14px 22px;background:#59432e;color:#fff;text-decoration:none;border-radius:4px;font-size:14px}.btn.light{background:transparent;color:#59432e;border:1px solid #9d8c75}.section{padding:90px 7%}.section h2,.about h2,.contact h2{font:600 52px 'Cormorant Garamond';margin:8px 0 30px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{background:#fff;border:1px solid #e8dfd2;border-radius:5px;overflow:hidden}.card img{width:100%;height:230px;object-fit:cover;background:#eee}.card-body{padding:18px}.card h3{font:600 25px 'Cormorant Garamond';margin:0 0 7px}.price{font-weight:600;color:#8b633c}.desc{font-size:13px;color:#777;line-height:1.5}.sold{display:inline-block;margin:7px 0;padding:5px 9px;border-radius:15px;background:#eee0dc;color:#7c4038;font-size:11px}.about{padding:100px 15%;background:#e9dfd0;text-align:center}.about p:not(.eyebrow){margin:auto}.contact{padding:90px 7%;display:grid;grid-template-columns:1fr 1fr;gap:50px}.map iframe{width:100%;height:330px;border:0;border-radius:5px}footer{padding:30px 7%;background:#2d2923;color:#ddd;font-size:12px;display:flex;justify-content:space-between}footer a{color:#cdbb9f;text-decoration:none}@media(max-width:800px){nav{gap:12px}nav a{font-size:12px}.hero{min-height:520px;padding:70px 7%}.hero h1{font-size:55px}.grid{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr}.section{padding:60px 5%}}@media(max-width:500px){nav a:nth-child(2),nav a:nth-child(3){display:none}.grid{grid-template-columns:1fr}.hero h1{font-size:48px}footer{flex-direction:column;gap:12px}}