:root{
  --yellow:#ffbd16;
  --yellow2:#ffd34a;
  --ink:#0a0a0a;
  --ink2:#171717;
  --muted:#777;
  --line:#e8e8e8;
  --green:#15a64a;
  --radius:12px;
  --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:#111;background:#fff}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.container{width:min(calc(100% - 40px),var(--container));margin:auto}
.toast{position:fixed;top:112px;left:50%;transform:translate(-50%,-15px);padding:11px 16px;border-radius:8px;background:#111;color:#fff;font-size:12px;z-index:5000;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* Header */
.site-header{height:103px;background:#090909;color:#fff;position:relative;z-index:1000;border-bottom:1px solid rgba(255,255,255,.035)}
.header-inner{width:min(calc(100% - 70px),1450px);height:100%;margin:auto;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:25px}
.brand{border:0;background:none;padding:0;text-align:left}.brand img{display:block;width:220px;height:84px;object-fit:contain;object-position:left center;filter:brightness(2)}
.main-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:34px}
.main-nav button{position:relative;height:100%;border:0;background:none;color:#f3f3f3;font-size:12px;font-weight:700;padding:0 1px}
.main-nav button.active{color:var(--yellow)}
.main-nav button.active:after{content:"";position:absolute;bottom:28px;left:0;right:0;height:2px;background:var(--yellow)}
.header-tools{display:flex;align-items:center;gap:15px;white-space:nowrap}
.hours-pill{display:flex;align-items:center;gap:9px}.clock-icon{width:34px;height:34px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:22px;line-height:1}.hours-pill strong,.hours-pill small{display:block}.hours-pill strong{font-size:13px}.hours-pill small{font-size:11px;font-weight:500;margin-top:1px}
.round-icon{width:47px;height:47px;border:1px solid #555;border-radius:50%;background:#121212;color:#fff;display:grid;place-items:center}.round-icon svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.6}
.header-cart{height:47px;min-width:132px;padding:0 14px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--yellow),#ffb400);color:#111;display:flex;align-items:center;gap:11px;font-weight:800}.header-cart svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.8}.header-cart b{font-size:13px}.header-cart span{margin-left:auto;font-size:13px}

/* Hero */
.hero{height:445px;position:relative;overflow:hidden;color:#fff;background:
  radial-gradient(circle at 80% 35%,rgba(205,111,25,.3),transparent 20%),
  radial-gradient(circle at 55% 88%,rgba(132,69,21,.28),transparent 30%),
  linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(10,9,7,.91) 39%,rgba(16,10,5,.7) 62%,rgba(8,7,5,.86) 100%),
  repeating-linear-gradient(0deg,#24170f 0,#24170f 44px,#1a120d 45px,#1a120d 47px)}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 42%,rgba(0,0,0,.42) 100%);pointer-events:none}
.hero-grain{position:absolute;inset:0;opacity:.12;background-image:radial-gradient(circle,#fff 0 1px,transparent 1.2px);background-size:5px 5px;mix-blend-mode:overlay}
.hero-inner{position:relative;z-index:2;width:min(calc(100% - 80px),1315px);height:100%;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}
.hero-copy{padding-top:0}.hero-kicker{display:none}.hero h1{font-family:Oswald,Impact,sans-serif;font-size:66px;line-height:1.04;letter-spacing:.5px;margin:0 0 18px;text-transform:uppercase;text-shadow:0 2px 0 rgba(0,0,0,.3)}
.hero h1>span{color:var(--yellow)}
.hero-benefits{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;margin-bottom:22px}.hero-benefits i{display:block;width:1px;height:23px;background:rgba(255,255,255,.55)}
.cta,.btn.primary{background:linear-gradient(135deg,var(--yellow2),#ffb20d);color:#111}.cta{border:0;border-radius:7px;padding:13px 23px;font-size:12px;font-weight:900;box-shadow:0 7px 18px rgba(255,183,13,.15)}
.hero-visual{height:100%;position:relative}
.wood-glow{position:absolute;right:20px;top:20px;width:500px;height:360px;background:radial-gradient(ellipse,rgba(255,130,32,.22),transparent 66%);filter:blur(10px)}
.ice-bucket{position:absolute;right:82px;bottom:18px;width:330px;height:190px;border-radius:0 0 100px 100px;background:linear-gradient(100deg,#26221d 0%,#4a4137 42%,#201c19 100%);border:2px solid #5f5448;box-shadow:0 18px 25px rgba(0,0,0,.45),inset 0 4px 7px rgba(255,255,255,.14)}
.ice-bucket:before{content:"";position:absolute;left:-12px;right:-12px;top:-17px;height:43px;border-radius:50%;background:linear-gradient(#685a49,#332d27);border:2px solid #756553;box-shadow:inset 0 6px 5px rgba(255,255,255,.1)}
.ice-cubes{position:absolute;left:18px;right:18px;top:-30px;height:72px;z-index:5}.ice-cubes i{position:absolute;width:44px;height:34px;border-radius:8px;background:linear-gradient(135deg,#eaf7ff,#8fb5c8);opacity:.78;transform:rotate(18deg);box-shadow:inset 0 0 8px rgba(255,255,255,.9)}.ice-cubes i:nth-child(1){left:20px;top:15px}.ice-cubes i:nth-child(2){left:95px;top:2px;transform:rotate(-15deg)}.ice-cubes i:nth-child(3){left:158px;top:18px}.ice-cubes i:nth-child(4){right:15px;top:7px;transform:rotate(-10deg)}.ice-cubes i:nth-child(5){right:87px;top:25px;transform:rotate(5deg)}
.can,.bottle,.juice-box{position:absolute;z-index:4;bottom:116px;box-shadow:0 8px 14px rgba(0,0,0,.45)}
.can{width:48px;height:125px;border-radius:7px 7px 10px 10px;display:flex;align-items:center;justify-content:center}.can small,.bottle small,.juice-box small{transform:rotate(-90deg);font-weight:900;letter-spacing:1px;color:#fff;font-size:11px}.can-red{left:167px;background:linear-gradient(90deg,#a90000,#ef2727,#740000);transform:rotate(6deg)}.can-blue{left:222px;background:linear-gradient(90deg,#0b1c67,#2250c9,#071442);transform:rotate(11deg)}
.bottle{width:60px;height:165px;border-radius:17px 17px 12px 12px}.bottle:before{content:"";position:absolute;left:20px;top:-38px;width:20px;height:44px;background:inherit;border-radius:6px 6px 3px 3px}.bottle-water{left:88px;background:linear-gradient(90deg,#063326,#0a7b66,#03241b);transform:rotate(-10deg)}
.juice-box{left:278px;width:56px;height:145px;background:linear-gradient(90deg,#4d3217,#ba7d32,#3d260f);border-radius:10px;transform:rotate(13deg)}
.bucket-brand{position:absolute;z-index:7;left:70px;right:70px;bottom:37px;height:70px;display:grid;place-items:center;opacity:.8}.bucket-brand img{width:190px;filter:brightness(3) grayscale(1)}
.snack-bowl{position:absolute;left:-3px;bottom:30px;width:170px;height:72px;border-radius:12px 12px 90px 90px;background:#12100e;border-top:6px solid #2b2520;box-shadow:0 15px 25px rgba(0,0,0,.4)}.snack-bowl span{position:absolute;width:48px;height:26px;border-radius:55% 45% 60% 40%;background:#dca83a;border:1px solid #f1c25b;transform:rotate(14deg)}.snack-bowl span:nth-child(1){left:17px;top:-22px}.snack-bowl span:nth-child(2){left:51px;top:-34px;transform:rotate(-19deg)}.snack-bowl span:nth-child(3){left:92px;top:-22px;transform:rotate(28deg)}.snack-bowl span:nth-child(4){left:112px;top:-5px}.snack-bowl span:nth-child(5){left:40px;top:-4px;transform:rotate(34deg)}

/* floating search/service bar */
.search-service-wrap{position:relative;z-index:20;margin-top:-54px}.search-service{width:min(calc(100% - 80px),1280px);margin:auto;background:linear-gradient(135deg,#1b1b1b,#111);border-radius:12px;min-height:73px;padding:11px 16px;display:grid;grid-template-columns:1.9fr .62fr .62fr .62fr;align-items:center;gap:0;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.search-wrap{height:47px;border-radius:8px;background:linear-gradient(135deg,#262626,#1d1d1d);display:flex;align-items:center;gap:10px;padding:0 16px}.search-wrap svg{width:19px;fill:none;stroke:#fff;stroke-width:1.6}.search-wrap input{flex:1;border:0;background:transparent;outline:none;color:#fff;font-size:13px}.search-wrap input::placeholder{color:#d8d8d8}
.service-fact{height:42px;color:#fff;border-left:1px solid #4b4b4b;display:flex;align-items:center;justify-content:center;gap:10px}.service-fact>span{font-size:23px}.service-fact small,.service-fact strong{display:block}.service-fact small{font-size:10px;font-weight:700}.service-fact strong{font-size:11px;margin-top:2px}

/* Categories */
.categories-shell{margin-top:14px}.category-circles{min-height:116px;border:1px solid #ededed;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-around;padding:9px 13px;box-shadow:0 8px 20px rgba(0,0,0,.045);overflow-x:auto;gap:14px}.category-chip{flex:0 0 94px;min-width:0;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:7px;color:#111}.cat-circle{width:66px;height:66px;border-radius:50%;border:1px solid #e9e9e9;background:linear-gradient(#fff,#fafafa);display:grid;place-items:center;font-size:31px;transition:.15s}.category-chip small{display:block;width:100%;font-size:11px;font-weight:700;line-height:1.25;white-space:normal;overflow-wrap:anywhere;text-align:center}.category-chip:hover .cat-circle,.category-chip.active .cat-circle{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.07);border-color:#ddd}.category-chip.active small{color:#c78500}

/* Products */
.shop-section{padding:22px 0 70px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:3px 0 16px}.title-with-icon{display:flex;align-items:center;gap:10px}.title-with-icon>span{font-size:22px}.section-head h2{font-family:Oswald,Impact,sans-serif;font-size:20px;margin:0;letter-spacing:.1px}.select-control{border:0;background:#fff;color:#d99100;font-weight:700;font-size:11px;outline:none;padding:6px}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px}.product-card{min-width:0;border:1px solid #e6e6e6;border-radius:9px;background:#fff;padding:13px 15px 13px;display:flex;flex-direction:column;min-height:335px;box-shadow:0 4px 10px rgba(0,0,0,.02);transition:.18s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.07)}
.product-image{height:158px;display:grid;place-items:center;position:relative;overflow:hidden}.product-image img{max-width:90%;max-height:145px;object-fit:contain}.product-emoji{font-size:80px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.09))}.badge{position:absolute;left:0;top:0;background:#111;color:#fff;border-radius:20px;padding:5px 8px;font-size:8px;font-weight:900;letter-spacing:.6px}.product-category{display:none}.product-card h3{font-size:11px;margin:0 0 7px;line-height:1.35;min-height:30px}.product-desc{display:none}.product-price{font-weight:900;font-size:16px;margin-top:1px}.stock-line{font-size:9px;color:var(--green);font-weight:700;margin:6px 0 11px}.stock-line:before{content:"";width:7px;height:7px;background:var(--green);border-radius:50%;display:inline-block;margin-right:6px}.stock-line.out{color:#b83b3b}.stock-line.out:before{background:#b83b3b}.product-actions{margin-top:auto;display:grid;grid-template-columns:1fr 48px;gap:10px}.qty-box{height:38px;background:#f5f5f5;border-radius:6px;display:grid;grid-template-columns:35px 1fr 35px;align-items:center;text-align:center}.qty-box button{height:100%;border:0;background:transparent;font-size:15px;color:#333}.qty-box strong{font-size:11px}.add-btn{border:0;border-radius:6px;background:linear-gradient(135deg,var(--yellow2),#ffae0b);display:grid;place-items:center;color:#111}.add-btn svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.add-btn:disabled{opacity:.45;cursor:not-allowed}.empty-state{text-align:center;padding:70px 20px;color:#777}.empty-state>div{font-size:40px}.empty-state h3{color:#222}.section-kicker{font-size:10px;font-weight:900;letter-spacing:2px;color:#a97700}

/* Footer, drawer, modals, admin */
footer{background:#0d0d0d;color:#fff;padding:38px 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1.5fr .8fr 1fr;gap:30px;align-items:start}.footer-brand-wrap img{width:195px;filter:brightness(2)}.footer-grid p,.footer-grid address{color:#aaa;font-size:13px;margin:7px 0 0;line-height:1.5}.footer-grid address{font-style:normal}.footer-grid strong{font-size:13px}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:1090}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(460px,100%);background:#fff;z-index:1100;transform:translateX(105%);transition:.25s;display:flex;flex-direction:column;box-shadow:-15px 0 40px rgba(0,0,0,.2)}.drawer.open{transform:translateX(0)}.drawer-head,.modal-head{display:flex;align-items:center;justify-content:space-between;padding:25px;border-bottom:1px solid #eee}.drawer-head h2,.modal-head h2{margin:3px 0 0}.close-btn{border:0;background:#f0f0f0;border-radius:50%;width:38px;height:38px;font-size:24px}.cart-items{padding:12px 20px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.cart-thumb{width:60px;height:60px;border-radius:9px;background:#f5f5f5;display:grid;place-items:center;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-thumb .product-emoji,.admin-thumb .product-emoji{font-size:30px}.cart-item h4{margin:0 0 5px;font-size:13px}.cart-item small{color:#777}.qty-row{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-row button{border:1px solid #ddd;background:#fff;border-radius:5px}.remove-link{border:0!important;color:#b33131!important;font-size:10px}.cart-empty{text-align:center;margin:auto;padding:60px 30px;color:#777}.cart-empty>div{font-size:48px}.cart-summary{border-top:1px solid #eee;padding:20px}.cart-summary>div{display:flex;justify-content:space-between;margin:8px 0}.total-row{font-size:19px;border-top:1px solid #eee;padding-top:14px;margin-top:14px!important}.btn{border:0;border-radius:8px;padding:12px 16px;font-weight:800}.full{width:100%}.btn.secondary{background:#eee;color:#222}.btn.whatsapp{background:#1cbf5a;color:#fff;text-decoration:none;text-align:center}.btn.danger{background:#b22c2c;color:#fff}.modal-wrap{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.62);display:grid;place-items:center;padding:20px}.modal{width:min(650px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:13px;box-shadow:0 24px 70px rgba(0,0,0,.32)}.small-modal{width:min(420px,100%)}.modal form{padding:24px}.modal label,.settings-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;margin-bottom:14px}.modal input,.modal select,.modal textarea,.settings-form input{border:1px solid #ddd;border-radius:8px;padding:11px;background:#fff;outline:none}.modal input:focus,.modal select:focus,.modal textarea:focus,.settings-form input:focus{border-color:#d7a000;box-shadow:0 0 0 3px rgba(255,189,20,.13)}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}.checkout-total{display:flex;justify-content:space-between;font-size:18px;margin:10px 0 16px}.order-modal{text-align:center;padding:28px}.success-icon{margin:auto;width:52px;height:52px;border-radius:50%;background:#20b859;color:#fff;display:grid;place-items:center;font-size:26px}.order-modal pre{text-align:left;white-space:pre-wrap;background:#f5f5f5;border-radius:9px;padding:14px;max-height:260px;overflow:auto}.order-actions{display:flex;gap:10px}.order-actions>*{flex:1}.text-btn{margin-top:15px;border:0;background:none;text-decoration:underline}.hint{font-size:11px;color:#777}.check-row{display:flex;gap:20px;margin-bottom:15px}.check-row label{flex-direction:row;align-items:center}
.admin-panel{position:fixed;inset:0;background:#f5f5f5;z-index:1150;overflow:auto}.admin-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.admin-sidebar{background:#0d0d0d;color:#fff;padding:22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.admin-brand{display:flex;align-items:center;gap:10px;border-bottom:1px solid #2c2c2c;padding-bottom:20px}.admin-logo{width:88px;filter:brightness(2)}.admin-brand strong,.admin-brand small{display:block}.admin-brand small{font-size:10px;color:#aaa;margin-top:4px}.admin-sidebar nav{margin-top:22px}.admin-nav{width:100%;border:0;background:none;color:#d6d6d6;text-align:left;padding:12px;border-radius:8px;margin-bottom:5px}.admin-nav.active,.admin-nav:hover{background:#252525;color:var(--yellow)}.admin-exit{margin-top:auto;border:1px solid #444;color:#fff;background:#191919;border-radius:8px;padding:11px}.admin-content{padding:35px}.admin-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-head h1{margin:4px 0}.admin-head p{color:#777;margin:0}.admin-card{background:#fff;border:1px solid #e3e3e3;border-radius:11px;box-shadow:0 6px 24px rgba(0,0,0,.04)}.admin-table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid #eee;font-size:12px}th{background:#fafafa;color:#777;font-size:10px;text-transform:uppercase}.admin-product-cell{display:flex;align-items:center;gap:10px}.admin-thumb{width:48px;height:48px;border-radius:7px;background:#f5f5f5;display:grid;place-items:center;overflow:hidden}.admin-thumb img{width:100%;height:100%;object-fit:contain}.status{display:inline-block;background:#e8f8ed;color:#17833a;border-radius:20px;padding:5px 8px;font-size:10px;font-weight:800}.status.off{background:#f5e9e9;color:#a53939}.table-actions{display:flex;gap:6px}.table-actions button{border:1px solid #ddd;background:#fff;border-radius:6px;padding:6px 8px}.table-actions .delete{color:#a52b2b}.settings-form{padding:22px}.settings-actions{display:flex;gap:10px}.floating-whatsapp{position:fixed;right:30px;bottom:28px;width:58px;height:58px;border-radius:50%;background:#16bc55;color:#fff;display:grid;place-items:center;text-decoration:none;font-size:29px;font-weight:900;z-index:900;box-shadow:0 8px 25px rgba(0,0,0,.24);border:3px solid #fff}
.admin-card>label{display:block;margin:16px 20px 0;font-size:14px;font-weight:700}.admin-card>label input{display:block;width:min(420px,100%);margin-top:8px;padding:10px 12px;font:inherit;border:1px solid #ccc;border-radius:7px}.admin-card>#adminProductCount{margin:10px 20px 14px;color:#666;font-size:14px}.admin-table-wrap button.status{font-size:14px;border:0;cursor:pointer}.admin-table-wrap button.status:disabled{opacity:.55;cursor:wait}.admin-table-wrap button.status:focus-visible{outline:3px solid #111;outline-offset:2px}

@media(max-width:1180px){.main-nav{gap:18px}.main-nav button:nth-child(5){display:none}.header-inner{grid-template-columns:210px 1fr auto}.brand img{width:190px}.products-grid{grid-template-columns:repeat(4,1fr)}.service-fact:nth-child(4){display:none}.search-service{grid-template-columns:1.8fr .7fr .7fr}.hero h1{font-size:58px}}
@media(max-width:900px){.site-header{height:82px}.header-inner{grid-template-columns:180px 1fr;gap:10px}.brand img{width:170px;height:68px}.main-nav,.hours-pill{display:none}.header-tools{justify-content:flex-end}.hero{height:auto;min-height:510px}.hero-inner{grid-template-columns:1fr;padding-top:45px}.hero-copy{z-index:3}.hero h1{font-size:52px}.hero-visual{position:absolute;inset:0;opacity:.35}.ice-bucket{right:4%;bottom:30px}.snack-bowl{left:auto;right:350px}.search-service{grid-template-columns:1fr 1fr}.search-wrap{grid-column:1/-1}.service-fact{border-left:0}.service-fact:nth-child(4){display:flex}.category-circles{justify-content:flex-start}.products-grid{grid-template-columns:repeat(3,1fr)}.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;position:static}.admin-sidebar nav{display:flex;gap:8px}.admin-exit{margin-top:15px}}
@media(max-width:650px){.container{width:min(100% - 24px,1240px)}.header-inner{width:calc(100% - 22px);grid-template-columns:150px 1fr}.brand img{width:145px}.round-icon{display:none}.header-cart{min-width:102px;padding:0 10px}.hero-inner{width:calc(100% - 28px)}.hero h1{font-size:42px}.hero-benefits{font-size:12px;gap:8px;flex-wrap:wrap}.hero-benefits i{display:none}.hero-visual{opacity:.23}.search-service-wrap{margin-top:-35px}.search-service{width:calc(100% - 20px);grid-template-columns:1fr;padding:10px}.service-fact{display:none!important}.categories-shell{width:calc(100% - 20px);margin-top:10px}.category-circles{min-height:112px;padding:10px}.category-chip .cat-circle{width:64px;height:64px;font-size:28px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:10px;min-height:300px}.product-image{height:125px}.product-emoji{font-size:62px}.product-card h3{font-size:11px}.product-actions{grid-template-columns:1fr 40px}.qty-box{grid-template-columns:30px 1fr 30px}.section-head{align-items:flex-start;gap:12px}.section-head h2{font-size:18px}.select-control{max-width:145px;padding:9px;font-size:11px}.footer-grid{grid-template-columns:1fr;gap:20px}.form-grid.two{grid-template-columns:1fr}.admin-content{padding:18px}.admin-head{align-items:flex-start;gap:12px}.floating-whatsapp{width:52px;height:52px;right:16px;bottom:16px}}

/* Carga de imágenes desde el panel admin */
.image-upload-block{margin:14px 0}.image-upload-block>label{display:block;font-weight:700;margin-bottom:8px}.image-drop-zone{display:flex;align-items:center;gap:16px;border:2px dashed #d8d8d8;border-radius:16px;padding:14px;background:#fafafa;cursor:pointer;transition:.2s ease;min-height:126px}.image-drop-zone:hover,.image-drop-zone.dragover,.image-drop-zone:focus{border-color:#f4b400;background:#fffaf0;outline:none}.image-preview{width:98px;height:98px;border-radius:14px;background:#fff;border:1px solid #e9e9e9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 98px}.image-preview img{width:100%;height:100%;object-fit:contain}.image-preview.empty{flex-direction:column;color:#888;gap:4px}.image-preview.empty span{font-size:28px}.image-upload-copy{display:flex;flex-direction:column;gap:5px}.image-upload-copy strong{font-size:15px}.image-upload-copy small{color:#777}.image-upload-actions{display:flex;gap:8px;margin-top:9px}.btn.ghost{background:#fff;border:1px solid #ddd;color:#333}.btn.ghost:hover{background:#f5f5f5}@media(max-width:640px){.image-drop-zone{align-items:flex-start}.image-preview{width:82px;height:82px;flex-basis:82px}.image-upload-actions{flex-wrap:wrap}}

@media(min-width:651px) and (max-width:900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Verificación de edad */
.age-modal{max-width:500px;text-align:center;padding:34px 34px 28px}
.age-badge{width:76px;height:76px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#111;color:#ffc21c;font-size:27px;font-weight:900;border:3px solid #ffc21c;box-shadow:0 10px 30px rgba(0,0,0,.16)}
.age-modal h2{margin:0 0 10px;font-size:30px}
.age-modal>p{margin:0 auto 22px;max-width:410px;color:#666;line-height:1.55}
.age-modal form{text-align:left}
.age-modal input[type="date"]{width:100%;margin-top:8px;padding:14px 15px;border:1px solid #d8d8d8;border-radius:10px;font:inherit;background:#fff}
.age-id-notice{display:flex;flex-direction:column;gap:5px;margin:18px 0;padding:14px 15px;border-radius:10px;background:#fff8df;border:1px solid #f2d36d;color:#2a240f;line-height:1.4}
.age-id-notice strong{font-size:14px}
.age-id-notice span{font-size:13px;color:#5f5738}
.age-error{margin:0 0 14px!important;padding:12px 14px;border-radius:9px;background:#fff0f0;color:#a31414!important;font-size:13px;line-height:1.4}
.age-modal .text-btn{display:block;margin:14px auto 0}
.product-card .alcohol-chip{position:absolute;right:10px;top:10px;background:#111;color:#fff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;z-index:2}
.checkout-age-notice{margin:14px 0;padding:13px 14px;border:1px solid #f0cf5b;background:#fff8df;border-radius:10px;display:flex;flex-direction:column;gap:4px;line-height:1.4}
.checkout-age-notice strong{font-size:14px}.checkout-age-notice span{font-size:12px;color:#5f5738}


/* Administración de imágenes de categorías */
.admin-categories-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px;
}
.category-admin-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.category-admin-preview{
  width:100%;
  aspect-ratio:1.45/1;
  background:#f6f6f6;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  font-size:56px;
}
.category-admin-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.category-admin-info{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.category-admin-info strong{font-size:18px}
.category-admin-info small{color:#777}
.category-image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
.category-default-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
.category-modal-help{margin:0 0 16px;color:#666;line-height:1.45}


/* Hero con producto integrado sobre el fondo de la web */
.hero-product-stage{
  position:relative;
  overflow:visible;
  min-height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  isolation:isolate;
}
.hero-product-glow{
  position:absolute;
  width:86%;
  height:78%;
  right:3%;
  bottom:3%;
  background:radial-gradient(ellipse at 55% 55%, rgba(255,142,28,.23) 0%, rgba(129,62,10,.16) 38%, rgba(0,0,0,0) 72%);
  filter:blur(14px);
  z-index:0;
  pointer-events:none;
}
.hero-product-image{
  position:relative;
  z-index:1;
  width:min(570px,94%);
  max-height:445px;
  height:auto;
  object-fit:contain;
  object-position:center bottom;
  transform:translateY(24px);
  filter:drop-shadow(0 22px 24px rgba(0,0,0,.42));
  user-select:none;
  pointer-events:none;
}
@media (max-width:1180px){
  .hero-product-image{width:min(520px,96%);max-height:420px;transform:translate(10px,22px)}
}
@media (max-width:900px){
  .hero-product-stage{min-height:330px}
  .hero-product-image{width:min(520px,92vw);max-height:390px;transform:translateY(20px)}
  .hero-product-glow{width:92%;right:4%}
}
@media (max-width:650px){
  .hero-product-stage{min-height:280px}
  .hero-product-image{width:min(430px,94vw);max-height:330px;transform:translateY(16px)}
}

/* Integración final del hero: el producto se funde con el fondo, sin caja visible */
.hero{
  background:
    radial-gradient(circle at 76% 34%,rgba(214,111,26,.22),transparent 22%),
    radial-gradient(circle at 56% 88%,rgba(132,69,21,.22),transparent 31%),
    linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(10,9,7,.93) 39%,rgba(12,9,6,.82) 52%,#050505 69%,#020202 100%),
    repeating-linear-gradient(0deg,#24170f 0,#24170f 44px,#1a120d 45px,#1a120d 47px);
}
.hero-product-stage{
  position:relative;
  overflow:visible;
  min-height:100%;
  isolation:isolate;
}
.hero-product-stage::before{
  content:"";
  position:absolute;
  inset:-18px -90px -18px -95px;
  z-index:-2;
  background:linear-gradient(90deg,rgba(3,3,3,0) 0%,rgba(3,3,3,.62) 22%,rgba(3,3,3,.98) 46%,#030303 100%);
  pointer-events:none;
}
.hero-product-glow{
  position:absolute;
  width:82%;
  height:76%;
  right:0;
  bottom:0;
  background:radial-gradient(ellipse at 56% 52%,rgba(255,142,28,.24) 0%,rgba(129,62,10,.12) 40%,rgba(0,0,0,0) 72%);
  filter:blur(18px);
  z-index:-1;
  pointer-events:none;
}
.hero-product-image{
  position:absolute;
  right:18px;
  bottom:-55px;
  z-index:1;
  width:460px;
  max-width:94%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 20px 26px rgba(0,0,0,.46));
  user-select:none;
  pointer-events:none;
}
@media(max-width:1180px){
  .hero-product-image{right:-4px;bottom:-48px;width:435px;max-height:none;transform:none}
}
@media(max-width:900px){
  .hero-product-stage::before{inset:-10px;background:rgba(0,0,0,.76)}
  .hero-product-image{right:50%;transform:translateX(50%);bottom:-70px;width:min(470px,88vw);max-height:none}
}
@media(max-width:650px){
  .hero-product-image{bottom:-45px;width:min(420px,94vw);max-height:none}
}


/* Verificación de edad y detalle de producto restringido */
.product-image-button{width:100%;border:0;padding:0;background:transparent;cursor:pointer;text-align:inherit;color:inherit}
.restricted-card .product-image-button{cursor:pointer}
.restricted-card-note{font-size:.78rem;line-height:1.35;color:#aaa;margin:8px 0 12px;min-height:34px}
.age-modal{max-width:520px}
.age-product-text{color:#d0d0d0;margin:-4px 0 18px}
.age-notice{border:1px solid rgba(255,193,7,.24);background:rgba(255,193,7,.07);padding:14px 16px;border-radius:12px;margin:14px 0;color:#ddd}
.age-notice strong{display:block;color:#f6c343;margin-bottom:4px}.age-notice p{margin:0;line-height:1.45;font-size:.9rem}
.restricted-product-detail{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:24px;align-items:center}.restricted-detail-image{min-height:260px;display:grid;place-items:center;background:#111;border-radius:16px;overflow:hidden}.restricted-detail-image img{width:100%;height:280px;object-fit:contain}.restricted-detail-image .product-emoji{font-size:5rem}
@media(max-width:680px){.restricted-product-detail{grid-template-columns:1fr}.restricted-detail-image{min-height:220px}.restricted-detail-image img{height:230px}}

/* Producción +18: verificación de edad e identidad */
.cart-age-tag,.admin-age-tag{display:inline-block;background:#111;color:#ffc21c;border:1px solid #ffc21c;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:900;vertical-align:middle}.cart-age-notice{margin:0 0 14px!important;padding:11px 12px;border:1px solid #f0cf5b;border-radius:9px;background:#fff8df;color:#332b11;font-size:12px;line-height:1.4}.age-confirm-row{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:9px!important;margin:10px 0 0!important;font-size:12px!important}.age-confirm-row input{margin-top:2px}.admin-age-tag{background:#2b2100}.restricted-card-note{min-height:34px;font-size:11px;color:#6c5b20;margin-top:7px;line-height:1.35}


/* HERO PROFESIONAL VALIDADO */
.hero{
  height:570px!important;
  min-height:570px!important;
  position:relative;
  overflow:hidden;
  color:#fff;
  background-image:url("hero-professional-bg.jpg")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.31) 29%,rgba(0,0,0,.06) 51%,rgba(0,0,0,0) 73%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,0) 74%,rgba(0,0,0,.09));
}
.hero::after{display:none!important}
.hero-inner{
  position:relative!important;
  z-index:2!important;
  width:min(calc(100% - 80px),1315px)!important;
  height:100%!important;
  margin:auto!important;
  display:flex!important;
  align-items:center!important;
}
.hero-copy{
  width:47%!important;
  max-width:650px!important;
  padding:0 0 28px!important;
  position:relative!important;
  z-index:3!important;
}
.hero-kicker{display:none!important}
.hero h1{
  font-family:Oswald,Impact,sans-serif!important;
  font-size:68px!important;
  line-height:.99!important;
  letter-spacing:-.8px!important;
  margin:0 0 22px!important;
  text-transform:uppercase!important;
  text-shadow:0 3px 18px rgba(0,0,0,.45)!important;
}
.hero h1>span{color:var(--yellow)!important}
.hero-benefits{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  font-size:15px!important;
  font-weight:700!important;
  margin-bottom:23px!important;
  text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
}
.hero-benefits i{height:25px!important;background:rgba(255,255,255,.5)!important}
.hero .cta{
  min-width:202px!important;
  height:58px!important;
  border-radius:10px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.34),0 0 24px rgba(255,187,0,.10)!important;
}
.hero-visual,.hero-product-stage,.hero-product-image,.hero-product-glow,.hero-grain,.ice-bucket,.snack-bowl{display:none!important}
.search-service-wrap{margin-top:-40px!important;position:relative!important;z-index:20!important}
.search-service{box-shadow:0 16px 34px rgba(0,0,0,.25)!important}

@media(max-width:1180px){
  .hero{height:540px!important;min-height:540px!important;background-position:56% center!important}
  .hero h1{font-size:60px!important}
  .hero-copy{width:52%!important}
}
@media(max-width:900px){
  .hero{height:535px!important;min-height:535px!important;background-position:64% center!important}
  .hero::before{background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.72) 48%,rgba(0,0,0,.20))!important}
  .hero-inner{width:calc(100% - 42px)!important;display:flex!important;align-items:center!important;padding-top:0!important}
  .hero-copy{width:min(650px,78%)!important;padding-bottom:12px!important}
  .hero h1{font-size:52px!important}
}
@media(max-width:650px){
  .hero{height:500px!important;min-height:500px!important;background-position:70% center!important}
  .hero::before{background:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.80) 61%,rgba(0,0,0,.34))!important}
  .hero-inner{width:calc(100% - 28px)!important}
  .hero-copy{width:100%!important;max-width:500px!important}
  .hero h1{font-size:42px!important;line-height:1.02!important;margin-bottom:17px!important}
  .hero-benefits{font-size:12px!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:18px!important}
  .hero-benefits i{display:none!important}
  .hero .cta{height:52px!important;min-width:175px!important}
  .search-service-wrap{margin-top:-30px!important}
}

/* AJUSTE FINAL DE LEGIBILIDAD */
.hero h1{font-size:59px!important;letter-spacing:-.5px!important}
.hero-copy{width:44%!important;max-width:600px!important}
@media(max-width:1180px){.hero h1{font-size:54px!important}.hero-copy{width:48%!important}}

/* HERO FINAL — inspirado en la referencia enviada */
.hero{
  height:445px!important;
  min-height:445px!important;
  background-image:url("hero-professional-bg.jpg")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.hero::before{
  background:linear-gradient(90deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.18) 32%,rgba(0,0,0,.02) 58%,rgba(0,0,0,0) 78%)!important;
}
.hero-inner{width:min(calc(100% - 80px),1315px)!important;padding-left:42px!important}
.hero-copy{width:48%!important;max-width:650px!important;padding:0!important}
.hero h1{font-size:68px!important;line-height:1!important;margin:0 0 18px!important}
.hero-benefits{margin-bottom:22px!important}
.search-service-wrap{margin-top:-54px!important}
@media(max-width:1180px){
  .hero{height:430px!important;min-height:430px!important;background-position:57% center!important}
  .hero-inner{padding-left:20px!important}
  .hero h1{font-size:58px!important}
}
@media(max-width:900px){
  .hero{height:500px!important;min-height:500px!important;background-position:66% center!important}
  .hero::before{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.66) 55%,rgba(0,0,0,.18))!important}
  .hero-inner{padding-left:0!important}
  .hero-copy{width:min(650px,82%)!important}
  .hero h1{font-size:50px!important}
}
@media(max-width:650px){
  .hero{height:470px!important;min-height:470px!important;background-position:70% center!important}
  .hero h1{font-size:40px!important}
}
.bulk-images{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.bulk-images>div{flex:1 1 360px}
.bulk-images p{margin:6px 0 0;color:var(--muted,#777);line-height:1.5}
.bulk-images code{font-size:.9em}
.bulk-images #bulkImagesStatus{flex-basis:100%;margin:0}
