:root{--yellow:#ffd719;--yellow-deep:#ffbf00;--red:#ef2525;--green:#07963d;--ink:#14110f;--cream:#fff9ea;--brown:#39150b;--white:#fff;--shadow:0 8px 0 var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}h1,h2,h3,p{margin-top:0}h1,h2,h3,.button,.eyebrow,summary{font-family:Impact,"Arial Black",sans-serif;letter-spacing:.02em}h1{font-size:clamp(3rem,7vw,6.4rem);line-height:.88;text-transform:uppercase}h1 em{color:var(--red);font-style:normal;text-shadow:3px 3px 0 var(--ink)}h2{font-size:clamp(2.2rem,4vw,4rem);line-height:.92;text-transform:uppercase}h3{font-size:1.5rem;line-height:1.03;text-transform:uppercase}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.5rem}.site-header{min-height:88px;padding:.45rem clamp(1rem,4vw,4rem);display:flex;align-items:center;gap:1.5rem;background:var(--yellow);border-bottom:4px solid var(--ink);position:sticky;top:0;z-index:20}.brand{width:125px;display:block}.brand img{width:100%;height:auto;display:block}.main-nav{display:flex;gap:1.3rem;align-items:center;margin-left:auto}.main-nav a{font-weight:800;color:var(--ink);text-decoration:none}.nav-review{background:var(--ink);color:#fff!important;border-radius:999px;padding:.45rem .8rem}.menu-toggle{display:none}.cart-trigger{display:flex;align-items:center;gap:.4rem;border:2px solid var(--ink);background:#fff;padding:.6rem .8rem;border-radius:999px;font-weight:800;cursor:pointer}.cart-count{display:grid;place-items:center;min-width:1.35rem;height:1.35rem;border-radius:50%;background:var(--red);color:#fff}.hero,.menu-section,.menu-intro,.about,.faq,.contact{padding-left:max(1rem,calc((100vw - 1180px)/2));padding-right:max(1rem,calc((100vw - 1180px)/2))}.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;background:var(--yellow);min-height:550px;padding-top:3rem;padding-bottom:3rem;overflow:hidden}.hero-copy>p{font-size:1.12rem;max-width:535px}.eyebrow{font-size:.95rem;color:var(--red);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.hero-art{position:relative}.hero-art>img:first-child{display:block;width:min(100%,600px);height:auto;filter:drop-shadow(8px 10px 0 rgba(0,0,0,.17))}.lime{position:absolute;width:120px;right:0;top:0;rotate:15deg}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.button{display:inline-block;border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);text-decoration:none;padding:.8rem 1.1rem;font-size:1rem;cursor:pointer}.button:hover{translate:2px 2px;box-shadow:2px 2px 0 var(--ink)}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink)}.category-bar{display:flex;gap:.45rem;overflow-x:auto;padding:1rem max(1rem,calc((100vw - 1180px)/2));background:var(--ink);scrollbar-width:thin}.category-bar a{white-space:nowrap;text-decoration:none;border:1px solid #68625d;color:#fff;border-radius:999px;padding:.4rem .75rem;font-weight:800}.category-bar a:hover{background:var(--yellow);color:var(--ink)}.menu-intro{text-align:center;padding-top:5rem;padding-bottom:2rem}.menu-intro p:last-child{max-width:590px;margin:auto}.menu-section{padding-top:4.5rem;padding-bottom:4.5rem;scroll-margin-top:85px}.flavor-yellow{background:var(--yellow)}.flavor-red{background:var(--red);color:#fff}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading>div{max-width:680px}.section-heading h2{margin-bottom:.5rem}.section-heading>img{width:min(34%,340px);height:auto;max-height:205px;object-fit:contain;object-position:center}.image-right .section-heading>img{max-height:270px}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.menu-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.menu-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-card{background:#fff;color:var(--ink);border:3px solid var(--ink);border-radius:9px;padding:1.25rem;box-shadow:var(--shadow)}.menu-card h3{margin-bottom:.6rem}.menu-card p{color:#554d47;font-size:.93rem}.options{display:grid;gap:.55rem;margin-top:1rem}.options.two{grid-template-columns:repeat(2,minmax(0,1fr))}.options button{display:flex;justify-content:space-between;gap:.8rem;align-items:center;width:100%;border:2px solid var(--ink);border-radius:4px;background:#fff;padding:.66rem;font-weight:700;text-align:left;cursor:pointer}.options button:hover{background:var(--yellow)}.options button strong{white-space:nowrap}.card-wide{grid-column:span 2}.extras-layout{display:grid;gap:1.4rem}.salsa-note{border:3px dashed var(--ink);padding:1rem 1.4rem;background:#f6e76b}.salsa-note h3{margin-bottom:.25rem}.drink-logos{display:block;max-width:700px;width:100%;height:auto;margin:2rem auto 0}.about{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 260px;align-items:center;gap:2rem;padding-top:4.5rem;padding-bottom:4.5rem}.about .eyebrow{color:var(--yellow)}.about>img{width:100%;height:auto;filter:drop-shadow(5px 5px 0 rgba(0,0,0,.2))}.delivery{display:flex;gap:.6rem}.delivery img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:2px solid #fff}.faq{padding-top:4.5rem;padding-bottom:4.5rem;max-width:1100px;margin:auto}.faq details{border-top:2px solid #cfc5b7;padding:1rem 0}.faq details:last-child{border-bottom:2px solid #cfc5b7}.faq summary{font-size:1.4rem;text-transform:uppercase;cursor:pointer}.faq p{margin:.7rem 0 0;max-width:700px}.contact{background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-top:4.5rem;padding-bottom:4.5rem}.contact .eyebrow{color:var(--yellow)}.contact a{color:var(--yellow)}.location-card{background:#fff;color:var(--ink);padding:1.5rem;border-radius:9px;border:3px solid var(--yellow)}.location-card h3{margin-bottom:1rem}.text-link{font-weight:800}footer{background:var(--yellow);text-align:center;padding:2rem 1rem}footer img{width:155px;height:auto}footer a{font-weight:900;color:var(--ink)}.cart-panel{position:fixed;z-index:40;right:0;top:0;width:min(100%,420px);height:100dvh;background:#fff;display:flex;flex-direction:column;translate:105% 0;transition:translate .25s ease;box-shadow:-8px 0 0 var(--ink)}.cart-panel.open{translate:0}.cart-head,.cart-foot{padding:1.25rem;border-bottom:3px solid var(--ink)}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head h2{font-size:2rem;margin:0}.cart-close{font-size:2.4rem;line-height:1;border:none;background:none;cursor:pointer}.cart-items{padding:1rem 1.25rem;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:1fr auto;gap:.6rem;padding:.8rem 0;border-bottom:1px solid #ddd}.cart-line h3{font-family:Arial,sans-serif;font-size:.95rem;text-transform:none;margin:0}.cart-line strong{display:block}.quantity{display:flex;align-items:center;gap:.45rem;margin-top:.5rem}.quantity button{border:1px solid var(--ink);width:27px;height:27px;background:var(--yellow);font-weight:900;cursor:pointer}.cart-foot{margin-top:auto;border-top:3px solid var(--ink);border-bottom:0}.total{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;margin-bottom:.9rem}.total strong{font-size:1.8rem}.send-order{width:100%}.send-order:disabled{opacity:.45;cursor:not-allowed}.cart-foot small{display:block;margin-top:.7rem;color:#5e564f}.cart-backdrop{position:fixed;z-index:35;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.2s}.cart-backdrop.open{opacity:1;visibility:visible}body.cart-open{overflow:hidden}@media(max-width:850px){.site-header{gap:.65rem;min-height:70px}.brand{width:95px}.menu-toggle{display:block;margin-left:auto;border:0;background:none;font-size:1.8rem;cursor:pointer}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;padding:1rem;background:var(--yellow);border-bottom:3px solid var(--ink);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav a{padding:.7rem 1rem}.nav-review{border-radius:0}.cart-trigger span{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:2.8rem}.hero-art{order:-1}.hero-art>img:first-child{width:min(100%,440px);margin:auto}.menu-grid.compact,.menu-grid.four,.menu-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.about{grid-template-columns:1fr 140px}.contact{grid-template-columns:1fr}.section-heading>img{width:34%}}@media(max-width:560px){h1{font-size:3.3rem}.site-header{padding-left:1rem;padding-right:1rem}.hero,.menu-section,.menu-intro,.about,.faq,.contact{padding-left:1rem;padding-right:1rem}.section-heading{align-items:flex-start}.section-heading>img{width:100px;max-height:125px}.menu-grid,.menu-grid.compact,.menu-grid.four,.menu-grid.three,.two-col{grid-template-columns:1fr}.card-wide{grid-column:auto}.options.two{grid-template-columns:1fr}.about{grid-template-columns:1fr}.about>img{max-width:150px;margin:auto}.contact{gap:1.8rem}.hero-actions .button{width:100%;text-align:center}.lime{width:80px}.cart-trigger{padding:.5rem}.menu-card{box-shadow:4px 4px 0 var(--ink)}}
