@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,Tahoma,sans-serif;background:#f8f4ea;color:#123b35}a{text-decoration:none;color:inherit}.top{background:#073b35;color:#f4d58a;display:flex;justify-content:space-between;padding:8px 6%;font-size:13px}.nav{position:sticky;top:0;z-index:10;background:#fffaf0cc;backdrop-filter:blur(12px);display:flex;align-items:center;gap:35px;padding:15px 6%;border-bottom:1px solid #e7dcc3}.brand{display:flex;flex-direction:column;min-width:150px}.brand span{font-size:28px;font-weight:800;color:#0a4a40}.brand small{color:#9a7625}.navlinks{display:flex;gap:24px;flex:1;justify-content:center}.navlinks a:hover,.admin-link:hover{color:#a77b22}.admin-link{border:1px solid #d1b66d;padding:8px 14px;border-radius:12px}.hero{margin:24px auto;max-width:1200px;min-height:470px;border-radius:32px;background:linear-gradient(135deg,#dfeee4,#f6ead0);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 20px 50px #1a3b2d18}.hero-copy{padding:65px;display:flex;flex-direction:column;justify-content:center}.ornament{color:#b18a31;letter-spacing:8px}.hero h1{font-size:48px;line-height:1.45;margin:10px 0}.hero h1 b{color:#a27620}.hero p{font-size:18px;color:#56716a}.actions{display:flex;gap:12px;margin-top:20px}.btn,.order-btn{padding:13px 20px;border-radius:14px;font-weight:700}.primary,.order-btn{background:#073b35;color:white}.light{background:white;border:1px solid #cdb36c}.hero-art{margin:35px;background:radial-gradient(circle,#cba64f,#805e20 55%,#123d36 56%,#072e2a);border-radius:40px;display:flex;align-items:center;justify-content:center;color:#f7df9b;font-size:72px;font-weight:800;box-shadow:inset 0 0 80px #0005}.section{max-width:1200px;margin:70px auto;padding:0 20px}.section-title{text-align:center;margin-bottom:28px}.section-title span{display:block;font-size:30px;font-weight:800}.section-title small{color:#9b7b32}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{border:1px solid #e5d7b8;background:#fffdf7;border-radius:20px;padding:22px;display:flex;gap:10px;align-items:center;cursor:pointer;font-family:inherit}.category-card span{font-size:28px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid #eadfc8;border-radius:22px;overflow:hidden;box-shadow:0 8px 25px #21443910}.product-img{height:210px;background:#eee8da;display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;object-fit:cover}.no-img{font-size:38px;color:#9a7625;font-weight:800}.product-body{padding:18px}.product-body small{color:#9b7b32}.product-body h3{margin:7px 0;font-size:19px}.product-body p{min-height:44px;color:#6b7772;font-size:13px}.product-meta{display:flex;justify-content:space-between;align-items:center;margin:15px 0}.product-meta strong{font-size:18px;color:#0b493f}.product-meta span{font-size:12px;color:#777}.order-btn{display:block;text-align:center}.empty{text-align:center;padding:40px;color:#777}.feature{max-width:1200px;margin:70px auto;padding:30px 20px;background:#073b35;color:white;border-radius:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature div{text-align:center}.feature b{display:block;color:#f0d28b;margin-bottom:8px}footer{background:#052f2b;color:#fff;padding:35px 7%;display:flex;justify-content:space-between;gap:20px}footer div{display:flex;flex-direction:column;gap:6px}footer span{color:#c7d5cf}footer a{color:#f0d28b}@media(max-width:800px){.nav{gap:10px}.navlinks{display:none}.hero{grid-template-columns:1fr}.hero-art{min-height:230px}.hero-copy{padding:35px}.hero h1{font-size:35px}.category-grid,.product-grid,.feature{grid-template-columns:repeat(2,1fr)}footer{flex-direction:column}}@media(max-width:480px){.category-grid,.product-grid,.feature{grid-template-columns:1fr}.top{font-size:11px}.actions{flex-direction:column}}