@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600;700;900&display=swap");*{box-sizing:border-box}body{margin:0;background:#f4f0e8;color:#171511;font-family:Vazirmatn,Arial}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:24px;font-weight:900}.brand em{font:800 9px Arial;letter-spacing:4px;color:#c8a15a}.nav nav{display:flex;gap:28px;font-size:13px}.nav button{padding:10px 16px;border:1px solid #ccc1b1;background:none;border-radius:22px}.hero{height:650px;color:white;display:flex;align-items:center;background:linear-gradient(90deg,#111d,#1115),url("public/hero.svg") center/cover}.hero h1{font-size:clamp(48px,7vw,82px);line-height:1.15;margin:12px 0}.hero h1 span{color:#d5b06e}.hero p,.section>p,.dark p{color:#c8a15a;font:800 10px Arial;letter-spacing:2.5px}.lead{max-width:570px;color:#ddd;line-height:2;margin-bottom:25px}.btn{display:inline-block;background:#c8a15a;color:#171511;border:0;border-radius:6px;padding:13px 25px;font-weight:700;cursor:pointer}.trust{margin-top:-45px;position:relative;background:white;border-radius:8px;box-shadow:0 15px 40px #0002;display:grid;grid-template-columns:repeat(4,1fr)}.trust div{text-align:center;padding:24px;border-left:1px solid #eee}.trust b,.trust small{display:block}.trust small{font-size:10px;color:#999}.section{padding:100px 0}.section h2,h2{font-size:36px;margin:5px 0 30px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid #e1d9cc;border-radius:8px;overflow:hidden}.pic{height:275px;background-size:cover;background-position:center}.body{padding:17px}.body small{color:#999;font-size:10px}.body h3{font-size:15px}.price{font-weight:900;margin:12px 0}.add{width:100%;background:#171511;color:#fff;border:0;padding:11px;border-radius:5px;cursor:pointer}.dark{background:#171511;color:white}.two{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.art{height:430px;border-radius:8px;background:url("public/custom.svg") center/cover}.wood{background-image:url("public/wood.svg")}.text{line-height:2;color:#777}.dark .lead{color:#aaa}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:200px 200px;gap:12px}.gallery i{background-size:cover;background-position:center;border-radius:8px}.gallery i:first-child{grid-row:span 2;background-image:url("public/g1.svg")}.gallery i:nth-child(2){background-image:url("public/g2.svg")}.gallery i:nth-child(3){background-image:url("public/g3.svg")}.gallery i:nth-child(4){grid-column:span 2;background-image:url("public/g4.svg")}.contact{background:#e8e0d3}.contact form{display:grid;gap:12px}.contact input,.contact textarea,.contact select{font:inherit;padding:13px;border:1px solid #d0c5b5;border-radius:6px}.contact textarea{min-height:140px}footer{background:#111;color:#888;text-align:center;padding:35px}.modal{display:none;position:fixed;inset:0;background:#0009;z-index:20}.modal.show{display:block}.drawer{background:#f8f5ef;width:min(470px,100%);height:100%;margin-right:auto;padding:30px;overflow:auto}.drawer>button{float:left;border:0;background:none;font-size:28px}.drawer label{display:block;font-size:11px;margin:10px 0}.drawer select{display:block;width:100%;padding:11px;margin-top:5px}.full{width:100%}.row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #ddd}@media(max-width:800px){.nav nav{display:none}.trust,.products,.two{grid-template-columns:1fr 1fr}.two{gap:25px}.gallery{grid-template-columns:1fr 1fr}.gallery i:first-child{grid-row:auto}.gallery i:nth-child(4){grid-column:auto}}@media(max-width:520px){.trust,.products,.two{grid-template-columns:1fr}.hero{height:570px}.gallery{grid-template-columns:1fr}.gallery i{height:220px}.gallery i:first-child{grid-row:auto}.gallery i:nth-child(4){grid-column:auto}}