*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfaf6;color:#293128;font:16px system-ui,-apple-system,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}header{height:72px;position:sticky;top:0;z-index:5;background:#fbfaf6;border-bottom:1px solid #e6e6df;padding:0 6%;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800}.brand span{font-size:24px;margin-right:8px}nav{display:flex;gap:24px;font-size:14px}#menu{display:none;background:none;border:0;font-size:24px}.hero{padding:70px 6%;min-height:620px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;background:linear-gradient(135deg,#f2eee4,#eaf0e5)}small{color:#62765c;font-weight:800;letter-spacing:.14em;font-size:11px}.hero h1,h2{font-family:Georgia,serif;font-weight:500}.hero h1{font-size:clamp(3rem,6vw,5.5rem);line-height:.98;margin:18px 0}.hero h1 i{color:#62765c}.hero p{max-width:520px;line-height:1.7;color:#667067}.btn{display:inline-block;background:#536b50;color:#fff;padding:14px 22px;border-radius:999px;font-weight:750;margin-top:20px}.light{background:white;color:#536b50}.photo{border-radius:30px;min-height:430px}.placeholder{display:grid;place-items:center;text-align:center;background:#dfe5da;color:#65715f;font-weight:900;letter-spacing:.1em}.section{padding:90px 6%}.section h2,.contact h2{font-size:clamp(2.3rem,4vw,3.8rem);margin:12px 0 28px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:white;border:1px solid #e4e4dc;border-radius:22px;overflow:hidden}.card .pic{height:240px}.card .body{padding:20px}.card h3{margin:0}.meta{color:#747b73;font-size:14px;margin:8px 0}.price{font-weight:900;color:#536b50;font-size:20px}.tag{display:inline-block;padding:6px 9px;border-radius:999px;background:#edf2e9;color:#536b50;font-size:10px;font-weight:900}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.gallery .pic{height:220px;border-radius:18px}.alt,.about{background:#eef2e9}.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact{text-align:center;background:#536b50;color:#fff;padding:95px 6%}.contact small{color:#dfe8d9}.contact p{max-width:550px;margin:auto;line-height:1.7;color:#e5ebe2}footer{background:#242b24;color:#dce4d9;padding:28px 6%;display:flex;justify-content:space-between;font-size:13px}@media(max-width:800px){nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fbfaf6;padding:20px 6%;flex-direction:column}.open{display:flex}#menu{display:block}.hero,.about{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}}@media(max-width:520px){.grid,.gallery{grid-template-columns:1fr}.hero{padding-top:45px}.hero h1{font-size:3.1rem}footer{display:block}footer span{display:block;margin-top:8px}}