/* Catalogue-first layout inspired by modern fresh-food delivery stores */
body{background:#f7f7f7;color:#202020;font-family:"DM Sans",sans-serif}
.ticker{height:31px;line-height:31px;font-size:10px}
.header{height:74px;background:#fff;max-width:none;padding:0 max(24px,calc((100vw - 1240px)/2));grid-template-columns:145px minmax(300px,1fr) 170px;box-shadow:0 1px 0 #ececec}
.brand{height:65px}.brand img{width:125px;max-height:55px}
.search{max-width:720px;justify-self:center;width:100%;height:42px;border:1px solid #ddd;border-radius:7px;background:#fafafa}
.header-actions{gap:8px}.cart-button{border-radius:6px;padding:12px 14px}
.nav{position:sticky;height:44px;background:#fff;color:#222;border-bottom:1px solid #e7e7e7;padding:0 max(24px,calc((100vw - 1240px)/2));box-shadow:0 2px 7px rgba(0,0,0,.04)}
.nav-links{gap:27px}.nav a{font-size:11px;text-transform:none;letter-spacing:0}.nav .deal{color:#111;background:#ffd400;border-radius:4px;padding:7px 10px}.call{color:#666}
main{max-width:1240px;margin:auto}
.zf-hero{min-height:390px;margin:22px 0 0;border-radius:13px;overflow:hidden;grid-template-columns:48% 52%;background:#151515}
.hero-copy{padding:52px 45px}.hero h1{font-size:58px;letter-spacing:-1px;margin:16px 0}.hero-copy>p{font-size:14px;line-height:1.55}.hero-actions{margin:24px 0}.hero-proof{padding-top:18px;gap:28px}.hero-proof b{font-size:15px}.hero-image{height:390px}.quality-seal{width:82px;height:82px}.quality-seal b{font-size:20px}.hero-card{bottom:18px;left:18px;padding:13px 17px}
.trust-strip{margin:0 0 20px;background:#fff;border:1px solid #e7e7e7;border-top:0;border-radius:0 0 9px 9px}.trust-strip article{padding:15px 24px;text-transform:none;font-size:11px}.trust-strip b{font-size:18px}
.section{padding:32px 0}.section-head{margin-bottom:18px;align-items:center}.section h2{font:700 25px/1.2 "DM Sans",sans-serif;margin:0;text-transform:none;letter-spacing:-.5px}.section-sub{font-size:12px;color:#777;margin:5px 0 0}.section-head>a{text-decoration:none;color:#111;background:#ffd400;padding:8px 13px;border-radius:5px;text-transform:none}
.categories{background:transparent}.category-grid{grid-template-columns:repeat(6,1fr);gap:14px}.category-card{height:auto;overflow:visible;background:transparent;text-align:center}.category-card:after{display:none}.category-card img{height:auto;aspect-ratio:1;border-radius:12px;background:#fff;box-shadow:0 1px 7px rgba(0,0,0,.08);object-fit:cover}.category-card span{position:static;color:#222;margin-top:9px;display:block}.category-card b{font:700 13px "DM Sans",sans-serif}.category-card small{color:#888;font-size:10px;font-weight:500}
.products-section{background:transparent}.filters button{border-radius:18px;padding:8px 15px;background:#fff}.product-grid{grid-template-columns:repeat(4,1fr);gap:14px}.product-card{border-radius:10px;border:1px solid #e5e5e5;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.product-card:hover{transform:translateY(-2px)}.product-image{height:205px}.product-info{padding:14px}.product-info h3{font-size:14px}.add{border:1px solid #111;border-radius:5px;height:34px}.badge{top:9px;left:9px;border-radius:4px}
.deal-banner{margin:35px 0 50px;min-height:300px;border-radius:12px;padding:43px 55px}.deal-banner h2{font-size:45px;margin:16px 0}.deal-shape{width:190px;height:190px;border-width:10px}.deal-shape span{font-size:58px}
.promise{padding:45px;background:#fff;border-radius:12px;margin-bottom:50px;gap:60px}.promise-photo img{min-height:390px;border-radius:10px}.promise-copy{padding:15px 0}.promise h2{font-size:43px}.promise li{padding:13px 0}
footer{margin-top:0}.footer-main,.footer-bottom{max-width:1240px;margin:auto}
.service-modal{border-radius:8px;overflow:hidden}
@media(max-width:1280px){main{margin:0 24px}.deal-banner{margin-left:0;margin-right:0}.section{padding-left:0;padding-right:0}}
@media(max-width:1000px){.header{padding:0 20px}.zf-hero{grid-template-columns:1fr}.hero-image{height:360px}.category-grid{grid-template-columns:repeat(3,1fr)}.nav{padding:0 20px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){main{margin:0 12px}.header{height:67px;padding:0 12px;grid-template-columns:95px 1fr auto}.brand img{width:90px}.nav{padding:0 12px}.zf-hero{margin-top:12px}.hero-copy{padding:38px 22px}.hero h1{font-size:43px}.hero-image{height:300px}.hero-proof{gap:13px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip article{padding:13px}.section{padding:25px 0}.section h2{font-size:21px}.category-grid{grid-template-columns:repeat(3,1fr);gap:10px}.category-card span{left:auto;bottom:auto}.product-grid{gap:9px}.product-image{height:155px}.deal-banner{padding:32px 22px}.deal-banner h2{font-size:35px}.promise{padding:20px;grid-template-columns:1fr}.promise h2{font-size:38px}}
