@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Playfair+Display:wght@700;800&display=swap");*{box-sizing:border-box}body{margin:0;background:#fff8ed;color:#201813;font-family:"DM Sans",sans-serif}header{height:80px;padding:0 7%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:3}.brand{display:flex;align-items:center;gap:10px}.brand span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e85d04;color:#fff;border:4px solid #ffb703;font-weight:800}.brand b{font-size:23px;display:block}.brand small{font-size:9px;letter-spacing:2px;font-weight:bold}nav{display:flex;gap:22px}nav a{text-decoration:none;color:#201813;font-weight:bold;font-size:14px}.hero{min-height:570px;padding:90px 10%;display:flex;align-items:center;background:linear-gradient(90deg,#fff8eddd,#fff8ed44),url("https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&w=1800&q=85") center/cover}.hero div{max-width:650px}label{color:#e85d04;font-size:11px;font-weight:bold;letter-spacing:2px}h1,h2,h3{font-family:"Playfair Display",serif}h1{font-size:76px;line-height:.95;margin:20px 0}h1 em{color:#e85d04}.hero p{font-size:18px;line-height:1.7}.btn,.wa,button{display:inline-block;background:#e85d04;color:#fff;border:0;padding:14px 20px;border-radius:30px;font-weight:bold;cursor:pointer;text-decoration:none;margin:5px}.wa{background:#201813}section{padding:75px 8%}h2{font-size:48px;margin:10px 0 35px}.grid,.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card,.services>div,.cart{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 30px #00000010}.card button{width:100%;display:flex;justify-content:space-between;background:#fff1e7;color:#d64f00;margin:8px 0}.services p{line-height:1.9;color:#6e625b}.cart{max-width:650px;margin:45px auto 0}.cart input,.cart textarea{width:100%;padding:13px;margin:7px 0;border:1px solid #e8d9ca;border-radius:10px;font:inherit}.cart textarea{height:80px}.order{padding:10px;background:#fff1e7;margin:6px 0;border-radius:8px}.location{text-align:center;background:#f3e7d9}.location a{color:#e85d04;font-weight:bold}footer{padding:40px 8%;background:#201813;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap}@media(max-width:850px){.grid,.services{grid-template-columns:repeat(2,1fr)}h1{font-size:55px}}@media(max-width:600px){nav{display:none}.grid,.services{grid-template-columns:1fr}h1{font-size:48px}section{padding:60px 5%}h2{font-size:38px}.hero{padding:60px 7%}footer{display:block}}