:root{--orange:#f05a1a;--deep:#d71910;--cream:#fff7ed;--ink:#21140f;--muted:#75655d;--white:#fff;--line:#ffd7c2;--shadow:0 22px 60px rgba(215,25,16,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--deep),var(--orange) 230px,var(--cream) 231px,#fff 100%)}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.topbar{max-width:1120px;margin:auto;padding:16px 18px 0;color:#fff;display:flex;justify-content:space-between;gap:16px;font-size:14px;font-weight:800}.topbar:after{content:'18+';border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:2px 10px}.header{max-width:1120px;margin:auto;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;color:#fff}.logo{font-size:30px;font-weight:1000;letter-spacing:-.04em;display:flex;align-items:center;gap:10px}.logo:before{content:'🍾';display:grid;place-items:center;width:44px;height:44px;background:#fff;color:var(--deep);border-radius:50%;box-shadow:var(--shadow)}.logo span{color:#fff}.search{grid-column:1/-1;display:flex;background:#fff;border-radius:18px;padding:7px;box-shadow:0 18px 45px rgba(0,0,0,.2)}.search input{flex:1;border:0;outline:0;padding:15px 16px;border-radius:14px;font-size:19px;color:var(--ink)}.search button,.primary-btn{border:0;border-radius:14px;padding:13px 22px;background:linear-gradient(135deg,#ff934d,var(--orange),var(--deep));color:#fff;font-weight:1000;box-shadow:0 12px 26px rgba(215,25,16,.28);cursor:pointer}.header-actions{display:flex;gap:12px;align-items:center}.header-actions a,.header-actions button{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.34);color:#fff;border-radius:14px;padding:10px 13px;font-weight:900}.hero{max-width:1120px;margin:12px auto 0;height:410px;border-radius:30px;position:relative;overflow:hidden;background:linear-gradient(135deg,#33150a,#f05a1a);box-shadow:var(--shadow)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.08)),var(--hero-image);background-size:cover;background-position:center}.hero:after{content:'BUY 1\A GET 1\A FREE';white-space:pre;position:absolute;right:28px;top:28px;transform:rotate(-8deg);background:#ffe536;color:#111;border-radius:18px;padding:18px 22px;font-size:42px;line-height:.9;font-weight:1000;text-align:center;text-shadow:2px 2px 0 #fff;box-shadow:0 18px 35px rgba(0,0,0,.22)}.hero-overlay{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);max-width:560px;color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:1000;color:var(--orange);margin:0 0 10px}.hero .eyebrow{color:#ffd7c2}.hero h1{font-size:64px;letter-spacing:-.06em;line-height:.94;margin:0 0 18px}.hero p{font-size:20px;line-height:1.5;color:rgba(255,255,255,.86)}.hero-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:var(--deep);font-size:30px;box-shadow:var(--shadow)}.hero-arrow.left{left:18px}.hero-arrow.right{right:18px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#fff;opacity:.45}.hero-dots button.active{opacity:1;background:#ffdbca}.section{max-width:1120px;margin:0 auto;padding:54px 18px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-heading h2,.section-heading h1{font-size:38px;line-height:1;margin:0;letter-spacing:-.05em}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.category-card{position:relative;min-height:238px;overflow:hidden;border-radius:22px;display:flex;align-items:end;justify-content:center;padding:22px;text-align:center;color:#fff;background:linear-gradient(135deg,#ffb36f,#d71910);box-shadow:0 14px 30px rgba(33,20,15,.12);transition:transform .25s,box-shadow .25s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5;transform:scale(1.04);transition:.35s}.category-card:hover img{transform:scale(1.1)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.64))}.category-card h3{position:relative;z-index:1;font-size:36px;margin:0;text-shadow:0 2px 18px rgba(0,0,0,.45)}.category-card .icon{position:absolute;z-index:1;top:24px;left:50%;transform:translateX(-50%);display:grid;place-items:center;width:94px;height:94px;border-radius:50%;background:rgba(255,255,255,.86);font-size:54px;box-shadow:0 18px 30px rgba(0,0,0,.16)}.product-track,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-track{overflow:auto;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);grid-template-columns:none;padding-bottom:10px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 35px rgba(33,20,15,.09);position:relative}.product-card img{width:100%;height:220px;object-fit:cover;background:var(--cream)}.product-card .body{padding:18px}.badge{position:absolute;top:14px;right:14px;background:var(--deep);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:1000}.product-meta{color:var(--orange);font-size:13px;font-weight:900}.product-card h3{font-size:19px;margin:6px 0 8px;line-height:1.15}.price{font-weight:1000;color:var(--deep);font-size:22px;margin:12px 0}.old-price{text-decoration:line-through;color:#aaa;font-size:14px;margin-left:8px}.card-actions{display:flex;gap:9px}.card-actions a,.card-actions button,.secondary-btn{flex:1;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;color:var(--deep);font-weight:900;text-align:center}.card-actions button{background:linear-gradient(135deg,#ff934d,var(--orange),var(--deep));color:#fff;border:0}.about-strip{max-width:1084px;margin:30px auto 70px;border-radius:30px;background:linear-gradient(135deg,var(--deep),var(--orange));color:#fff;padding:44px;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--shadow)}.about-strip .eyebrow{color:#ffdbca}.about-strip h2{font-size:38px;margin:0 0 10px;letter-spacing:-.04em}.footer{background:var(--ink);color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding:54px max(18px,calc((100vw - 1120px)/2 + 18px))}.footer .logo:before{display:none}.footer a,.footer p{display:block;color:rgba(255,255,255,.72);margin:9px 0}.cart-drawer{position:fixed;right:-430px;top:0;width:min(420px,95vw);height:100vh;background:#fff;z-index:50;padding:22px;transition:.3s;box-shadow:var(--shadow);overflow:auto}.cart-drawer.open{right:0}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:40;display:none}.overlay.show{display:block}.cart-head,.cart-total{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.cart-head button{font-size:28px;border:0;background:none}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:12px}.filters,.form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.filters input,.filters select,.checkout-form input{padding:14px;border:1px solid var(--line);border-radius:12px}.filters input{grid-column:span 2}.product-detail,.checkout-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:36px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:24px;box-shadow:0 14px 35px rgba(33,20,15,.09)}.product-info,.order-summary,.checkout-form{background:#fff;border-radius:24px;padding:24px;box-shadow:0 14px 35px rgba(33,20,15,.09)}.specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.spec{background:var(--cream);border-radius:12px;padding:12px}.payment-option{display:block;border:1px solid var(--line);padding:14px;border-radius:12px;margin:10px 0}.delivery-summary{display:grid;grid-template-columns:1fr auto;gap:12px;background:var(--cream);padding:15px;border-radius:14px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 35px rgba(33,20,15,.09)}.blog-card img{width:100%;height:220px;object-fit:cover}.blog-card div{padding:18px}.carousel-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--deep);font-size:24px;margin-left:8px}
@media(max-width:900px){.header{grid-template-columns:1fr auto}.search{grid-column:1/-1}.hero{height:360px;border-radius:0;margin-top:0}.hero:after{font-size:28px}.hero h1{font-size:44px}.product-track,.product-grid{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr 1fr}.product-detail,.checkout-layout{grid-template-columns:1fr}.filters{grid-template-columns:1fr 1fr}.filters input{grid-column:span 2}}
@media(max-width:560px){body{background:linear-gradient(180deg,var(--deep),var(--orange) 250px,var(--cream) 251px,#fff 100%)}.topbar{font-size:13px}.header{gap:12px;padding:14px}.logo{font-size:23px}.logo:before{width:38px;height:38px}.header-actions a:first-child{display:none}.search input{font-size:17px}.search button{padding:12px}.hero{height:270px}.hero-overlay{left:24px;right:24px}.hero h1{font-size:33px}.hero p{display:none}.hero:after{right:12px;top:14px;font-size:22px;padding:11px}.hero-arrow{display:none}.section{padding:38px 1px}.section-heading{padding:0 16px}.section-heading h2{font-size:32px}.category-grid{gap:2px}.category-card{border-radius:0;min-height:172px;padding:14px}.category-card .icon{width:70px;height:70px;font-size:40px;top:24px}.category-card h3{font-size:28px}.product-track,.product-grid{padding:0 16px;grid-template-columns:repeat(2,1fr);gap:12px}.product-card img{height:150px}.product-card .body{padding:13px}.card-actions{display:block}.card-actions a{display:none}.about-strip{margin:18px 14px 44px;padding:28px;display:block}.footer{grid-template-columns:1fr}.filters,.form-grid,.product-gallery{grid-template-columns:1fr}.filters input{grid-column:auto}}
/* Refinement: compact premium category system for desktop and phone */
.category-nav{max-width:1120px;margin:0 auto 8px;padding:0 18px 14px;display:flex;gap:4px;overflow-x:auto;color:#fff;font-weight:1000}.category-nav a{white-space:nowrap;padding:12px 18px;border-radius:999px;background:rgba(128,0,0,.18);border:1px solid rgba(255,255,255,.18)}.category-nav a:hover{background:#fff;color:var(--deep)}
.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.category-card{min-height:150px;border-radius:18px;padding:16px}.category-card .icon{width:54px;height:54px;font-size:30px;top:18px}.category-card h3{font-size:22px}.category-card img{opacity:.42}.product-card img{object-fit:contain;background:linear-gradient(180deg,#fff,var(--cream));padding:12px}.section{padding-top:42px}.section-heading h2,.section-heading h1{font-size:32px}
@media(max-width:900px){.category-nav{padding:0 14px 12px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.category-card{min-height:132px}.category-card .icon{width:48px;height:48px;font-size:27px}.category-card h3{font-size:20px}}
@media(max-width:560px){.category-nav{margin-top:-4px;padding:0 12px 10px;gap:6px}.category-nav a{padding:9px 13px;font-size:13px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0 10px}.category-card{min-height:112px;border-radius:16px;padding:10px}.category-card .icon{width:40px;height:40px;font-size:23px;top:14px}.category-card h3{font-size:17px}.product-card img{height:132px;padding:10px}.section-heading h2{font-size:27px}}
/* Refinement: lighter modern product rails like the attached reference */
body{font-family:Inter,Roboto,"Helvetica Neue",Arial,sans-serif}.hero h1{font-size:48px}.section{padding-top:34px;padding-bottom:32px}.section-heading{align-items:center;margin-bottom:16px}.section-heading h2,.section-heading h1{font-size:28px;font-weight:850;letter-spacing:-.035em;display:flex;align-items:center;gap:10px}.section-heading h2:before,.section-heading h1:before{content:"";display:inline-block;width:6px;height:28px;border-radius:999px;background:var(--deep)}.section-heading h2:after{content:"🔥";font-size:24px;order:-1;margin-left:2px}.section-heading .eyebrow{display:none}.carousel-controls button{width:38px;height:38px;font-size:22px;border-color:#f2d6ca}.product-track{grid-auto-columns:170px;gap:34px}.product-grid{grid-template-columns:repeat(6,minmax(145px,1fr));gap:28px}.product-card{border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible}.product-media{position:relative;height:205px;display:flex;align-items:flex-end;justify-content:center}.product-card img{width:100%;height:190px;object-fit:contain;background:transparent;padding:0}.quick-add{position:absolute;right:2px;top:12px;border:0;border-radius:999px;background:var(--deep);color:#fff;font-weight:900;padding:10px 18px;box-shadow:0 8px 18px rgba(215,25,16,.28);cursor:pointer}.badge{display:none}.product-card .body{padding:8px 0 0}.price{display:inline-block;background:#ffdd3d;color:#111;border-radius:5px;padding:1px 7px;font-size:22px;line-height:1;font-weight:950;margin:0 4px 4px 0}.price span{font-size:11px;margin-right:3px}.old-price{font-size:13px;color:#7d6860;text-decoration:line-through}.discount{margin:2px 0 6px;color:#2e7d32;font-size:13px;font-weight:900}.product-card h3{font-size:15px;font-weight:500;line-height:1.18;margin:4px 0;color:var(--ink)}.product-meta{font-size:13px;font-weight:400;color:#725f57}.stock{font-size:13px;color:#2e7d32;font-weight:850;margin:8px 0 0}.card-actions{display:none}.about-strip h2{font-size:28px}.footer{font-size:14px}
@media(max-width:900px){.hero h1{font-size:38px}.product-track{grid-auto-columns:155px;gap:24px}.product-grid{grid-template-columns:repeat(4,minmax(135px,1fr));gap:22px}.product-media{height:180px}.product-card img{height:165px}.quick-add{padding:9px 15px}.price{font-size:19px}.section-heading h2,.section-heading h1{font-size:25px}}
@media(max-width:560px){.hero h1{font-size:30px}.section{padding-top:28px;padding-bottom:28px}.section-heading h2,.section-heading h1{font-size:23px}.section-heading h2:before,.section-heading h1:before{height:24px}.section-heading h2:after{font-size:21px}.product-track{grid-auto-columns:142px;gap:18px;padding:0 14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:0 14px}.product-media{height:158px}.product-card img{height:145px}.quick-add{right:0;top:8px;padding:8px 13px;font-size:13px}.price{font-size:18px}.product-card h3{font-size:14px}.product-meta,.stock,.discount{font-size:12px}}
/* Final compact pass: smaller Oaks-like header, typography, and product scale */
body{background:linear-gradient(180deg,var(--deep),var(--orange) 150px,var(--cream) 151px,#fff 100%);font-size:14px}.topbar{padding:8px 18px 0;font-size:12px;font-weight:750}.topbar:after{font-size:12px;padding:1px 9px}.header{padding:10px 18px 12px;grid-template-columns:auto minmax(280px,540px) auto;gap:18px}.logo{font-size:24px;letter-spacing:-.035em}.logo:before{width:34px;height:34px;font-size:18px}.search{grid-column:auto;padding:4px;border-radius:999px;box-shadow:0 10px 24px rgba(0,0,0,.12)}.search input{padding:10px 14px;font-size:14px}.search button,.primary-btn{border-radius:999px;padding:10px 18px;font-size:14px}.header-actions a,.header-actions button{padding:8px 11px;border-radius:999px;font-size:13px}.category-nav{padding-bottom:9px;font-size:13px}.category-nav a{padding:8px 13px}.hero{height:300px;margin-top:8px;border-radius:22px}.hero h1{font-size:34px}.hero p{font-size:15px}.hero:after{font-size:25px;padding:12px 15px;border-radius:12px}.section{padding-top:24px;padding-bottom:24px}.section-heading{margin-bottom:10px}.section-heading h2,.section-heading h1{font-size:22px}.section-heading h2:before,.section-heading h1:before{width:5px;height:22px}.section-heading h2:after{font-size:18px}.product-track{grid-auto-columns:142px;gap:26px}.product-grid{grid-template-columns:repeat(7,minmax(125px,1fr));gap:24px}.product-media{height:160px}.product-card img{height:145px}.quick-add{top:6px;padding:7px 12px;font-size:12px}.price{font-size:17px;border-radius:4px;padding:1px 5px}.price span{font-size:9px}.old-price{font-size:11px}.discount,.product-meta,.stock{font-size:11.5px}.product-card h3{font-size:13px}.category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.category-card{min-height:118px;border-radius:14px}.category-card .icon{width:38px;height:38px;font-size:21px;top:14px}.category-card h3{font-size:16px}.about-strip{padding:28px;margin-bottom:42px}.about-strip h2{font-size:22px}.footer{padding-top:36px;padding-bottom:36px;font-size:13px}
@media(max-width:900px){body{background:linear-gradient(180deg,var(--deep),var(--orange) 190px,var(--cream) 191px,#fff 100%)}.header{grid-template-columns:auto auto;gap:10px}.search{grid-column:1/-1}.hero{height:250px;border-radius:0}.hero h1{font-size:28px}.product-track{grid-auto-columns:132px;gap:20px}.product-grid{grid-template-columns:repeat(4,minmax(118px,1fr));gap:18px}.product-media{height:145px}.product-card img{height:132px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:560px){body{background:linear-gradient(180deg,var(--deep),var(--orange) 178px,var(--cream) 179px,#fff 100%);font-size:13px}.topbar{padding:7px 12px 0;font-size:11px}.header{padding:9px 12px}.logo{font-size:19px}.logo:before{width:28px;height:28px;font-size:15px}.header-actions a,.header-actions button{padding:7px 9px;font-size:12px}.search input{padding:9px 10px;font-size:13px}.search button{padding:9px 12px}.category-nav a{padding:7px 10px;font-size:12px}.hero{height:210px}.hero h1{font-size:24px}.hero:after{font-size:17px}.section{padding-top:22px;padding-bottom:22px}.section-heading h2,.section-heading h1{font-size:20px}.product-track{grid-auto-columns:122px;gap:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-media{height:132px}.product-card img{height:120px}.quick-add{padding:6px 10px;font-size:11px}.price{font-size:16px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.category-card{min-height:96px}.category-card .icon{width:32px;height:32px;font-size:18px;top:12px}.category-card h3{font-size:14px}}
/* Requested cleanup: slimmer orange top, + only buttons, theme price chips, no stock line */
body{background:linear-gradient(180deg,var(--deep),var(--orange) 118px,var(--cream) 119px,#fff 100%)}.topbar{max-width:none;background:var(--deep);padding:5px max(14px,calc((100vw - 1120px)/2 + 14px));font-size:11px;line-height:1.15}.topbar:after{display:none}.header{padding-top:8px;padding-bottom:8px}.logo{font-size:21px}.logo:before{width:30px;height:30px}.search input{padding:8px 12px}.search button{padding:8px 15px}.category-nav{padding-bottom:6px}.quick-add{width:34px;height:34px;display:grid;place-items:center;padding:0;font-size:22px;line-height:1}.price{background:linear-gradient(135deg,var(--orange),var(--deep));color:#fff}.price span{color:#fff}.discount{display:inline-block;margin:0 5px 0 0;color:var(--deep);font-size:11.5px;font-weight:900}.stock{display:none}.old-price{font-size:11px}.hero{height:270px}.section{padding-top:20px}.product-media{height:148px}.product-card img{height:132px}
@media(max-width:900px){body{background:linear-gradient(180deg,var(--deep),var(--orange) 150px,var(--cream) 151px,#fff 100%)}.product-media{height:136px}.product-card img{height:124px}}
@media(max-width:560px){body{background:linear-gradient(180deg,var(--deep),var(--orange) 144px,var(--cream) 145px,#fff 100%)}.topbar{font-size:10.5px;padding:5px 12px}.header{padding-top:7px;padding-bottom:7px}.hero{height:190px}.product-media{height:122px}.product-card img{height:110px}.quick-add{width:30px;height:30px;font-size:20px}.discount{font-size:11px}}
