:root{--red:#bc1015;--hot:#ee2721;--wine:#250305;--ink:#120607;--cream:#fff8ef;--muted:#c6b9ae}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:'DM Sans',sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.hero{min-height:690px;background:linear-gradient(90deg,rgba(10,1,2,.96) 0%,rgba(20,2,3,.8) 34%,rgba(20,2,3,.1) 75%),url('assets/marca/hero-universo-burguer.png') center/cover;position:relative;display:flex;flex-direction:column}.nav{height:88px;display:flex;align-items:center;gap:28px;z-index:1}.brand,footer strong{font:28px/1 Anton,sans-serif;letter-spacing:1px;color:white;text-decoration:none}.brand span,footer span{color:var(--hot)}.nav-link{margin-left:auto;color:#fff;text-decoration:none;font-weight:700}.cart-button{border:1px solid #ffffff42;background:#ffffff12;color:white;padding:11px 14px;border-radius:100px;font:600 14px 'DM Sans';cursor:pointer}.cart-button b,.floating-cart b{display:inline-grid;place-items:center;width:20px;height:20px;background:var(--hot);border-radius:50%;margin-left:5px}.hero-content{padding-top:60px;position:relative;z-index:1}.hero-logo{width:86px;height:86px;object-fit:cover;border-radius:50%;border:3px solid #ff4d45;box-shadow:0 0 0 8px #b811193b;margin-bottom:25px}.eyebrow{letter-spacing:2.6px;text-transform:uppercase;font-size:11px;font-weight:700;color:#ff817b;margin:0 0 10px}.hero h1,.intro h2,.section-title{font:clamp(48px,7vw,88px)/.92 Anton,sans-serif;letter-spacing:.5px;margin:0;max-width:680px}.hero h1 em,.intro h2 em,.section-title em{font-style:normal;color:var(--hot)}.hero-copy{color:#eee0d5;max-width:450px;line-height:1.6;font-size:17px;margin:25px 0}.hero-actions{display:flex;align-items:center;gap:24px}.button{border:0;cursor:pointer;text-decoration:none;font-weight:700;font-family:'DM Sans';display:inline-flex;justify-content:center;align-items:center;gap:14px}.button-main{background:var(--hot);color:#fff;padding:16px 22px;border-radius:5px;box-shadow:0 8px 28px #e0191966}.button-main span{font-size:22px}.rating{font-weight:700}.rating small{display:block;color:var(--muted);font-weight:400;font-size:12px;margin-top:3px}.hero-bottom{margin-top:auto;min-height:68px;display:flex;align-items:center;gap:34px;font-size:13px;font-weight:600;border-top:1px solid #ffffff22;z-index:1}.hero-bottom span:first-child{color:#a9f6ad}.hero-bottom i{display:inline-block;background:#42d75c;width:8px;height:8px;border-radius:50%;margin-right:7px}.intro{padding:105px 0 35px}.intro h2{font-size:clamp(42px,5vw,66px)}.intro>p:last-child{color:var(--muted);margin-top:14px}.category-nav{display:flex;gap:10px;overflow:auto;padding:10px 0 26px;position:sticky;top:0;background:linear-gradient(var(--ink) 75%,transparent);z-index:2}.category-nav a{white-space:nowrap;color:#e5d7cc;text-decoration:none;padding:10px 15px;border:1px solid #ffffff23;border-radius:100px;font-size:13px;font-weight:700}.category-nav a:hover{background:var(--red);border-color:var(--red)}.menu-section{padding:32px 0 64px;scroll-margin-top:68px}.section-title{font-size:40px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{background:linear-gradient(145deg,#2a0b0d,#1b0809);border:1px solid #ffffff12;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.product-image{height:190px;background:#2d1110}.product-image img{width:100%;height:100%;object-fit:cover}.product.no-image .product-image{display:none}.product-info{padding:18px;display:flex;flex:1;flex-direction:column}.product h3{font-size:17px;margin:0 0 8px;line-height:1.18}.product p{font-size:13px;line-height:1.45;color:var(--muted);margin:0 0 18px}.product-bottom{margin-top:auto;display:flex;justify-content:space-between;gap:10px;align-items:center}.price{font-size:17px;font-weight:700;color:#fff}.add{border:1px solid #ff5d5588;background:transparent;color:#ff8a84;width:34px;height:34px;border-radius:50%;font-size:23px;cursor:pointer}.add:hover{background:var(--hot);color:white}.cart-panel{position:fixed;right:0;top:0;width:min(430px,100%);height:100dvh;background:#1c090a;z-index:11;padding:28px;transform:translateX(105%);transition:.3s ease;display:flex;flex-direction:column;box-shadow:-18px 0 50px #0007}.cart-panel.open{transform:translateX(0)}.overlay{position:fixed;inset:0;background:#0009;opacity:0;pointer-events:none;z-index:10;transition:.3s}.overlay.open{opacity:1;pointer-events:auto}.cart-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #ffffff20;padding-bottom:20px}.cart-head h2{font:36px Anton;margin:0}.icon-button{background:none;border:0;color:white;font-size:32px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:17px 0}.empty{text-align:center;color:var(--muted);line-height:1.6;margin-top:70px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 0;border-bottom:1px solid #ffffff15}.cart-item strong{font-size:14px}.cart-item span{font-size:13px;color:#ffaaa5}.cart-item button{grid-column:2;border:0;background:none;color:#ff807a;cursor:pointer;font-size:12px}.cart-total{display:flex;justify-content:space-between;border-top:1px solid #ffffff25;padding:21px 0;font-size:16px}.cart-total strong{font-size:22px}.full{width:100%}.demo-note{font-size:11px;color:var(--muted);text-align:center;line-height:1.4}.floating-cart{display:none;position:fixed;right:18px;bottom:18px;z-index:9;border:0;border-radius:100px;background:var(--hot);color:white;padding:14px 16px;box-shadow:0 10px 25px #0007;font-weight:700}footer{background:#090303;padding:38px 0}footer .shell{display:flex;align-items:center;gap:26px}footer p{color:#9d8982;font-size:13px;margin:0}footer a{margin-left:auto;color:#ff7972;text-decoration:none;font-size:13px;font-weight:700}@media(max-width:800px){.hero{min-height:690px;background-position:65% center}.nav{height:72px}.nav-link{display:none}.hero-content{padding-top:72px}.hero h1{font-size:56px}.hero-bottom{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:15px 0;line-height:1.25}.hero-bottom span:last-child{grid-column:span 2}.intro{padding-top:75px}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-image{height:130px}.product-info{padding:13px}.product h3{font-size:15px}.product p{font-size:12px}.category-nav{margin:0 -20px;padding-left:20px}.floating-cart{display:block}footer .shell{display:block}footer p{margin:10px 0}footer a{display:block;margin-top:16px}.cart-button{margin-left:auto}}@media(max-width:430px){.shell{width:min(100% - 28px,1180px)}.hero{background-position:60% center}.hero h1{font-size:47px}.hero-copy{font-size:15px;max-width:320px}.product-grid{grid-template-columns:1fr}.product{display:grid;grid-template-columns:118px 1fr}.product-image{height:100%}.product-info{min-height:150px}.product.no-image{display:block}.product.no-image .product-info{min-height:0}.section-title{font-size:35px}}
