@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Vazirmatn,Arial,sans-serif;background:#f8f6f1;color:#25231f}.container{width:min(1120px,92%);margin:auto}.header{position:sticky;top:0;z-index:10;background:rgba(248,246,241,.92);backdrop-filter:blur(12px);border-bottom:1px solid #e8e2d8}.nav{height:74px;display:flex;align-items:center;gap:32px}.logo{font-size:28px;font-weight:800;text-decoration:none;color:#25231f}.nav nav{display:flex;gap:22px;flex:1}.nav nav a{color:#57534d;text-decoration:none;font-size:14px}.cart{border:1px solid #d9d0c3;background:white;border-radius:12px;padding:10px 14px;font-family:inherit;cursor:pointer}.hero{padding:86px 0 75px;background:linear-gradient(135deg,#f8f6f1 0%,#eee8dc 100%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{font-size:13px;color:#8b6b45;font-weight:700;letter-spacing:.5px}.hero h1{font-size:52px;line-height:1.35;margin:16px 0}.hero h1 strong{font-weight:800}.hero p{color:#6b665f;max-width:540px;line-height:2}.btn{display:inline-block;margin-top:20px;padding:13px 24px;border-radius:13px;background:#2d2a26;color:#fff;text-decoration:none;font-weight:600}.hero-card{height:390px;border-radius:30px;background:#d8c5aa;display:flex;align-items:flex-end;justify-content:center;padding:35px;overflow:hidden;position:relative;box-shadow:0 25px 60px #00000012}.hero-card span{position:relative;font-size:22px;font-weight:800}.fabric-shape{position:absolute;width:280px;height:420px;background:#b69b78;border-radius:45% 55% 38% 62%;transform:rotate(18deg);top:-70px;left:50%;box-shadow:30px 20px 0 #cbb494}.section{padding:85px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2,.about h2,.contact h2{font-size:32px;margin:8px 0}.section-head p{color:#777;max-width:350px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:#fff;border:1px solid #eee7dd;border-radius:20px;padding:14px;box-shadow:0 12px 35px #00000008}.product-img{height:250px;border-radius:15px;background:linear-gradient(145deg,#e8dfd1,#c8b59c);display:grid;place-items:center;color:#fff;font-weight:700}.product h3{margin:17px 8px 6px}.product p{margin:0 8px;color:#777;font-size:13px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin:20px 8px 5px;gap:10px}.product-bottom strong{font-size:13px}.product-bottom button{background:#2d2a26;color:#fff;border:0;border-radius:10px;padding:9px 13px;font-family:inherit;cursor:pointer}.about{padding:85px 0;background:#2d2a26;color:#fff}.about p{color:#d4cec5;max-width:650px;line-height:2}.contact-box{display:flex;justify-content:space-between;align-items:center;background:#eee6da;border-radius:24px;padding:35px}.contact .btn{margin:0}footer{padding:28px 0;color:#777;font-size:12px;border-top:1px solid #e8e2d8}@media(max-width:800px){.nav nav{display:none}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:38px}.hero-card{height:300px}.products{grid-template-columns:1fr}.section-head,.contact-box{display:block}.contact .btn{margin-top:15px}}
