
:root{--green:#08763f;--green-dark:#045b30;--gold:#f3b400;--black:#070707;--light:#f7f7f7;--line:#e4e4e4;--text:#191919}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}
.topbar{background:#050505;color:#fff;padding:10px 4%;display:flex;align-items:center;gap:30px;font-size:13px}.topbar .delivery{margin-left:auto}.main-header{background:#080808;color:#fff;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:32px;padding:14px 4%}.logo-wrap img{width:220px;height:120px;object-fit:contain;border-radius:60px}.search-wrap{display:flex;max-width:720px;width:100%;margin:auto}.search-wrap input{width:100%;padding:16px 20px;border:0;border-radius:28px 0 0 28px;outline:none}.search-wrap button{width:70px;border:0;background:var(--gold);border-radius:0 28px 28px 0;font-size:22px}.header-actions{display:flex;gap:24px}.header-actions a,.header-actions button{background:none;border:0;color:#fff;display:flex;align-items:center;gap:7px;cursor:pointer}.header-actions b{background:var(--gold);color:#000;border-radius:50%;min-width:24px;height:24px;display:grid;place-items:center}
.nav{background:linear-gradient(90deg,var(--green-dark),#0c8a49);color:#fff}.nav #navLinks{display:flex;justify-content:center;gap:80px}.nav a,.nav button{padding:17px 10px;color:#fff;background:none;border:0;text-transform:uppercase;font-weight:800;letter-spacing:.8px;cursor:pointer}.nav .active{color:var(--gold);border-bottom:3px solid var(--gold)}.mobile-menu{display:none!important}
.store-layout{display:grid;grid-template-columns:270px 1fr;gap:18px;padding:14px 2% 70px}.sidebar{border:1px solid var(--line);border-radius:8px;overflow:hidden;height:max-content}.side-title{background:linear-gradient(90deg,var(--green-dark),#0d9250);color:#fff;font-size:18px;font-weight:800;padding:15px 18px;display:flex;justify-content:space-between;text-transform:uppercase}.sidebar>button{width:100%;text-align:left;padding:14px 18px;background:#fff;border:0;border-bottom:1px solid var(--line);cursor:pointer}.sidebar>button:hover{background:#f0faf4;color:var(--green)}.why{margin-top:18px;border-top:1px solid var(--line);padding-bottom:10px}.why h3{background:var(--green);color:#fff;margin:0;padding:14px 18px;text-transform:uppercase}.why p{padding:0 18px;font-size:13px;line-height:1.5}.why b{color:var(--green)}
.main-content{min-width:0}.hero{min-height:360px;border-radius:10px;overflow:hidden;position:relative;background:linear-gradient(90deg,#000d,#0007),url('assets/frozen-beans.jpeg') center/cover;display:flex;align-items:center;justify-content:space-between;padding:42px 55px;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000b,transparent)}.hero-copy{position:relative;z-index:2;text-align:center;max-width:670px}.hero-copy>p:first-child{color:var(--gold);font-size:28px;font-weight:700;margin:0}.hero h1{font-size:54px;margin:12px 0}.hero h2{text-transform:uppercase;color:#35b867;letter-spacing:3px;font-size:28px}.hero-text{font-size:20px;line-height:1.5}.shop-btn{display:inline-block;background:var(--gold);color:#111;padding:14px 28px;border-radius:6px;font-weight:800;margin-top:10px}.hero-logo{position:relative;z-index:2;width:280px;height:280px;object-fit:contain;border-radius:50%}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fafafa;border:1px solid var(--line);margin:12px 0 24px}.benefits>div{padding:18px;display:flex;justify-content:center;align-items:center;gap:12px;border-right:1px solid var(--line);font-size:24px}.benefits span{display:grid;font-size:13px}.benefits small{margin-top:4px;color:#555}
.products-section{padding-top:5px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-title span,.label{color:var(--green);font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:1.5px}.section-title h2,.about h2,.contact h2{font-size:32px;margin:7px 0}.section-title select{padding:10px 14px;border:1px solid var(--line);border-radius:5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-image{height:210px;background:#f6f6f6;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:14px;display:flex;flex-direction:column;flex:1}.product-category{font-size:11px;color:var(--green);text-transform:uppercase;font-weight:800}.product-body h3{font-size:16px;margin:8px 0}.product-body p{font-size:12px;color:#666;line-height:1.5;flex:1}.prices{display:flex;gap:10px;align-items:center;margin:8px 0 12px}.price{color:var(--green);font-size:18px;font-weight:800}.old-price{text-decoration:line-through;color:#777;font-size:13px}.add{background:var(--green);color:#fff;border:0;border-radius:5px;padding:11px;font-weight:800;cursor:pointer}.add:hover{background:var(--green-dark)}
.about,.contact{padding:80px 7%;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.about{background:#f4f8f5}.about p{line-height:1.8;color:#555}.about img{width:100%;max-width:380px;justify-self:center;border-radius:50%}.about-points{display:flex;gap:20px;flex-wrap:wrap;color:var(--green);margin-top:24px}.contact form{display:grid;gap:14px;padding:24px;border:1px solid var(--line);border-radius:8px}.contact input,.contact textarea{padding:13px;border:1px solid #ccc;border-radius:5px}.contact form button,.directions{background:var(--green);color:#fff;border:0;padding:13px 18px;border-radius:5px;font-weight:800;display:inline-block}
footer{background:#080808;color:#fff;padding:30px 5%;display:flex;align-items:center;gap:20px}footer img{width:90px;height:90px;object-fit:contain;border-radius:50%}footer div{display:grid}footer div span{font-size:13px;color:var(--gold);text-transform:uppercase}footer p{margin-left:auto}
.cart-drawer{position:fixed;top:0;right:-440px;width:min(420px,100%);height:100vh;background:#fff;z-index:50;display:flex;flex-direction:column;transition:.3s;box-shadow:-20px 0 50px #0005}.cart-drawer.open{right:0}.overlay{display:none;position:fixed;inset:0;background:#0008;z-index:40}.overlay.show{display:block}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-head button{border:0;background:none;font-size:22px}.cart-items{flex:1;overflow:auto;padding:15px}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.cart-item h4{margin:0 0 7px}.qty{display:flex;gap:8px;align-items:center}.qty button{border:1px solid #ccc;background:#fff}.remove{border:0;background:none;color:#a00}.cart-footer{padding:20px;border-top:1px solid var(--line)}.cart-footer>div{display:flex;justify-content:space-between;font-size:19px;margin-bottom:15px}.cart-footer>button{width:100%;padding:13px;border:0;background:var(--green);color:#fff;font-weight:800}.cart-footer small{display:block;text-align:center;margin-top:10px;color:#666}
@media(max-width:1050px){.main-header{grid-template-columns:190px 1fr}.logo-wrap img{width:170px}.header-actions{grid-column:1/-1;justify-content:center}.store-layout{grid-template-columns:1fr}.sidebar{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.hero-logo{width:220px;height:220px}}
@media(max-width:760px){.topbar{flex-wrap:wrap;gap:8px 18px}.topbar .delivery{margin-left:0}.main-header{grid-template-columns:1fr;text-align:center}.logo-wrap img{width:190px}.search-wrap{order:3}.header-actions{order:2}.mobile-menu{display:block!important;width:100%;text-align:left;padding-left:5%!important}.nav #navLinks{display:none;flex-direction:column;gap:0;padding:8px 5%}.nav #navLinks.open{display:flex}.hero{padding:35px 22px;justify-content:center}.hero h1{font-size:38px}.hero-logo{display:none}.benefits{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.about,.contact{grid-template-columns:1fr;padding:60px 6%}footer{flex-direction:column;text-align:center}footer p{margin-left:0}}
@media(max-width:500px){.header-actions span{display:none}.product-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.hero h1{font-size:31px}.hero h2{font-size:20px}.hero-copy>p:first-child{font-size:21px}.topbar{font-size:11px}.store-layout{padding-left:3%;padding-right:3%}}
