*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;padding-bottom:105px}a{text-decoration:none;color:inherit}
.topbar{text-align:center;padding:9px 16px;background:#f6efe5;font-size:13px}
.header{max-width:1280px;margin:auto;display:flex;align-items:center;gap:22px;padding:14px 20px;position:sticky;top:0;background:rgba(255,253,248,.96);backdrop-filter:blur(14px);z-index:30;border-bottom:1px solid #eee6dc}
.brand{width:92px;height:74px;display:flex;align-items:center;justify-content:center;overflow:hidden}.brand img{max-width:100%;max-height:100%;object-fit:contain}.brand-fallback{font-family:Georgia;font-size:38px}.brand-fallback small{display:block;font:10px Arial;letter-spacing:3px}
nav{display:flex;gap:20px;font-size:14px}.switchers{margin-left:auto;display:flex;gap:10px;align-items:center}.segmented{display:flex;border:1px solid #d9bd80;border-radius:999px;overflow:hidden;background:#fff}.segmented a{padding:9px 13px;font-size:12px;min-width:42px;text-align:center}.segmented a.active{background:#111;color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.wa small{display:block;color:#73695d}.cart-button{border:0;background:#f4eee5;border-radius:12px;padding:12px 14px;cursor:pointer}
main{max-width:1240px;margin:auto;padding:0 20px}.hero{min-height:500px;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr;background:#efe5d8;margin-top:12px}.hero-copy{padding:58px;align-self:center}.hero-copy h1{font-family:Georgia,serif;font-size:56px;line-height:1.03;margin:18px 0}.hero-copy p{font-size:16px;line-height:1.6;max-width:520px;margin-bottom:28px}.badge{font-size:12px;font-weight:700}.primary{display:inline-block;background:#111;color:#fff;padding:16px 24px;border-radius:10px;font-weight:700}.hero-media{background-size:cover;background-position:center;min-height:500px}.hero-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#eadcc7,#f8f4ee);color:#8a7d6d}
.section{padding:34px 0}.section h2{font-size:28px;margin:0}.section-head{margin-bottom:18px}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card,.product-card{background:#fff;border:1px solid #eee4d7;border-radius:18px;overflow:hidden}.category-image{height:170px;background:#f2ebdf center/cover no-repeat;display:grid;place-items:center}.emoji{font-size:42px}.category-name{padding:15px;display:flex;justify-content:space-between;gap:8px}.pill{font-size:10px;background:#95bf35;color:white;padding:4px 8px;border-radius:999px}
.product-image{height:220px;background:#f3eee6 center/cover no-repeat}.product-body{padding:14px}.product-body h3{font-size:15px;min-height:38px;margin:0 0 8px}.muted{font-size:12px;color:#8a8074}.price{font-size:20px;font-weight:800;margin:13px 0}.buy-row{display:flex;gap:8px}.qty{display:flex;border:1px solid #ded4c7;border-radius:8px;align-items:center}.qty button{border:0;background:transparent;padding:8px 10px}.qty span{min-width:20px;text-align:center}.add,#checkoutButton{border:0;background:var(--accent);color:#fff;border-radius:9px;padding:10px 12px;font-weight:700;cursor:pointer}
.delivery-card{display:grid;grid-template-columns:1fr 1.3fr;gap:34px;align-items:center;padding:28px 34px;background:#f4eee5;border-radius:20px}.progress{height:13px;background:#e5ddd2;border-radius:999px;overflow:hidden}.progress span{display:block;width:0;height:100%;background:var(--accent);transition:.25s}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 0}.benefit{display:flex;gap:12px}.benefit-icon{font-size:28px}.benefit strong{display:block}.benefit small{display:block;color:#73695e;margin-top:5px;line-height:1.4}
.sticky-cart{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);width:min(1180px,calc(100% - 28px));background:#fff;border:1px solid #eee4d7;border-radius:18px;box-shadow:0 16px 42px #0002;display:grid;grid-template-columns:1fr 1fr 1.3fr;align-items:center;gap:20px;padding:15px 20px;z-index:50}.sticky-cart small{display:block;color:#81766b;margin-top:4px}.sticky-total strong{font-size:25px}#checkoutButton{padding:16px 20px;font-size:17px}.empty{padding:28px;background:white;border:1px dashed #d6c8b6;border-radius:15px}
@media(max-width:1050px){nav{display:none}.header{flex-wrap:wrap}.switchers{order:3;width:100%;justify-content:center}.header-actions{margin-left:auto}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.header{padding:10px 12px}.brand{width:68px;height:52px}.switchers{gap:6px}.segmented a{padding:8px 10px;min-width:37px}.wa{display:none}.hero{grid-template-columns:1fr}.hero-media{order:-1;min-height:250px}.hero-copy{padding:32px 22px}.hero-copy h1{font-size:38px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.category-image{height:130px}.product-image{height:170px}.benefits{grid-template-columns:1fr 1fr}.delivery-card{grid-template-columns:1fr}.sticky-cart{grid-template-columns:1fr 1fr}.sticky-cart>div:first-child{display:none}}
