:root{
  --red:#d62828; --red-dark:#a31313; --ink:#151515; --cream:#fff8ee; --paper:#fffdf9; --muted:#756d66; --line:#eadfd1;
  --shadow:0 18px 50px rgba(0,0,0,.13);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:var(--paper)}
a{color:inherit;text-decoration:none}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(10,10,10,.83);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-shell{height:78px;max-width:1460px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:24px}.brand img{width:62px;height:62px;object-fit:contain}.nav-links{margin-left:auto;display:flex;align-items:center;gap:22px}.nav-links a{color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.88}.nav-links a:hover{color:#ffb1a8}.menu-toggle{display:none;margin-left:auto;color:#fff;background:none;border:0;font-size:28px}
.hero{position:relative;margin-top:78px;background:#111;overflow:hidden;line-height:0}
.hero-bg{display:block;position:relative;width:100%;height:auto;object-fit:contain;object-position:center center}
.section{padding:95px 5vw}.breakfast-section{background:linear-gradient(#fffdf9,#fff8ee)}.section-heading{max-width:820px;margin:0 auto 42px;text-align:center}.section-heading h2,.crew h2,.placeholder h2{font-family:"Playfair Display",serif;font-size:clamp(38px,4.4vw,62px);line-height:1}.section-heading p{color:var(--muted);line-height:1.7}.burrito-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.food-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(40,20,0,.06);transition:.2s}.food-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.food-card img{display:block;width:100%;aspect-ratio:1.35/1;object-fit:cover}.card-body{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 18px 20px}.card-body h3{font-size:16px}.card-body span{font-weight:900;color:var(--red)}
.crew{padding:90px 6vw;background:#171411;color:#fff;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:70px;align-items:start}.crew-copy{position:sticky;top:120px}.crew-copy h2{font-size:clamp(42px,4.8vw,70px)}.crew-copy>p{color:#d5ccc5;line-height:1.7}.crew-rules{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.crew-rules span{padding:10px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:12px;font-weight:800;background:rgba(255,255,255,.06)}.small-note{font-size:12px}.preorder-form{background:#fff;color:#191919;padding:30px;border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.24)}.preorder-form label{display:grid;gap:8px;font-size:12px;font-weight:800;margin-bottom:16px}.preorder-form input,.preorder-form textarea{width:100%;border:1px solid #ded8d1;border-radius:10px;padding:13px 14px;font:inherit;font-size:14px;background:#fff}.preorder-form input:focus,.preorder-form textarea:focus{outline:2px solid rgba(214,40,40,.15);border-color:var(--red)}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.preorder-form fieldset{border:1px solid #e4ddd6;border-radius:14px;padding:18px;margin:5px 0 18px}.preorder-form legend{font-weight:900;padding:0 8px}.field-help{font-size:12px;color:#7e746d}.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.order-item{display:grid;grid-template-columns:1fr 76px;gap:10px;align-items:center;padding:9px;border:1px solid #eee5dc;border-radius:10px}.order-item span{font-size:12px;font-weight:700}.order-item input{margin:0;padding:9px 8px}.order-total{margin-top:14px;padding:12px;border-radius:10px;background:#fff4e8;font-size:13px}.consent{grid-template-columns:auto 1fr!important;align-items:start;font-weight:600!important}.consent input{width:auto;margin:2px 0 0}.form-message{min-height:22px;margin:12px 0 0;font-size:13px;font-weight:700}.form-message.error{color:#b31b1b}.form-message.success{color:#16803d}
.placeholder{padding:85px 6vw;min-height:280px;border-top:1px solid #eee4da;text-align:center;background:#fff}.placeholder:nth-of-type(even){background:#faf6f0}.placeholder p{color:var(--muted)}
@media(max-width:980px){.nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#111;padding:22px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-toggle{display:block}.burrito-grid{grid-template-columns:repeat(2,1fr)}.crew{grid-template-columns:1fr;gap:36px}.crew-copy{position:static}}
@media(max-width:640px){.nav-shell{padding:0 16px}.btn{width:100%;text-align:center}.section{padding:70px 18px}.burrito-grid{grid-template-columns:1fr;gap:16px}.food-card img{aspect-ratio:1.5/1}.crew{padding:70px 18px}.preorder-form{padding:20px}.form-grid.two,.order-grid{grid-template-columns:1fr}.crew-copy h2{font-size:44px}}

/* v3: custom breakfast, burritos, brunch & catering */
.order-type-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px;padding:6px;background:#f4eee7;border-radius:14px}.order-type-btn{border:0;border-radius:10px;padding:14px 12px;font:inherit;font-size:13px;font-weight:900;cursor:pointer;background:transparent;color:#4d433c}.order-type-btn.active{background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(214,40,40,.18)}.order-panel{display:none}.order-panel.active{display:block}.minimum-note{font-size:12px;color:#70665f;background:#fff4e8;border-radius:10px;padding:11px 13px;margin:-3px 0 18px}.catering-section{padding:95px 6vw;background:#f5efe8}.catering-form{max-width:900px;margin:0 auto;background:#fff;padding:32px;border-radius:20px;border:1px solid var(--line);box-shadow:0 18px 50px rgba(50,30,10,.08)}.catering-form label{display:grid;gap:8px;font-size:12px;font-weight:800;margin-bottom:16px}.catering-form input,.catering-form textarea,.catering-form select{width:100%;border:1px solid #ded8d1;border-radius:10px;padding:13px 14px;font:inherit;font-size:14px;background:#fff}.catering-form input:focus,.catering-form textarea:focus,.catering-form select:focus{outline:2px solid rgba(214,40,40,.15);border-color:var(--red)}
@media(max-width:640px){.order-type-tabs{grid-template-columns:1fr}.catering-form{padding:20px}}

/* v4: Meal Preps gallery + order drawer */
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:14px 20px;font:inherit;font-weight:900;letter-spacing:.02em;cursor:pointer;transition:.2s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(214,40,40,.22)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.full{width:100%}
.meal-preps-section{padding:100px 5vw;background:radial-gradient(circle at 70% 10%,#fff8ee 0,#f6eee5 35%,#eee4da 100%);overflow:hidden}.meal-preps-shell{max-width:1400px;margin:auto;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:70px;align-items:center}.meal-preps-copy h2{font-family:"Playfair Display",serif;font-size:clamp(44px,5vw,74px);line-height:.98;margin:10px 0 18px}.meal-preps-copy>p{max-width:620px;color:#6f655e;line-height:1.75}.meal-prep-facts{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 30px}.meal-prep-facts span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #e4d7ca;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 8px 20px rgba(55,35,20,.05)}.meal-prep-order-btn{min-width:210px}
.meal-prep-gallery{position:relative;min-height:650px}.meal-prep-tile{position:absolute;margin:0;width:min(43%,440px);background:#0d0d0d;border-radius:24px;padding:10px;box-shadow:0 28px 70px rgba(30,20,10,.22);overflow:hidden;transition:.25s}.meal-prep-tile:hover{transform:translateY(-7px) rotate(0deg)!important;z-index:6}.meal-prep-tile img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:17px}.meal-prep-tile figcaption{position:absolute;left:24px;bottom:24px;background:rgba(12,12,12,.86);color:#fff;padding:9px 13px;border-radius:10px;font-weight:900;font-size:13px;backdrop-filter:blur(5px)}.tile-one{left:0;top:0;transform:rotate(-5deg)}.tile-two{right:1%;top:12%;transform:rotate(5deg)}.tile-three{left:7%;bottom:0;transform:rotate(4deg)}.tile-four{right:4%;bottom:2%;transform:rotate(-4deg)}
.meal-prep-modal{position:fixed;inset:0;z-index:100;display:none}.meal-prep-modal.open{display:block}.meal-prep-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.63);backdrop-filter:blur(4px);cursor:pointer}.meal-prep-drawer{position:absolute;right:0;top:0;height:100%;width:min(560px,94vw);overflow:auto;background:#151515;color:#fff;padding:42px 36px 48px;box-shadow:-25px 0 70px rgba(0,0,0,.32);animation:mealDrawerIn .28s ease-out}.meal-prep-drawer h2{font-family:"Playfair Display",serif;font-size:48px;line-height:1;margin:8px 0 12px}.meal-prep-form-intro{color:#cfc8c2;line-height:1.55;margin-bottom:28px}.meal-prep-close{position:absolute;right:22px;top:18px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;font-size:28px;cursor:pointer}.meal-prep-form label{display:grid;gap:8px;font-size:12px;font-weight:800;margin-bottom:16px}.meal-prep-form input,.meal-prep-form textarea,.meal-prep-form select{width:100%;border:1px solid #454545;border-radius:10px;padding:13px 14px;font:inherit;font-size:14px;background:#fff;color:#191919}.meal-prep-form input:focus,.meal-prep-form textarea:focus,.meal-prep-form select:focus{outline:2px solid rgba(214,40,40,.35);border-color:var(--red)}.meal-prep-form-rule{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:#ddd4cc;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);padding:12px 13px;border-radius:10px;margin:4px 0 18px}@keyframes mealDrawerIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
body.modal-open{overflow:hidden}
@media(max-width:1050px){.meal-preps-shell{grid-template-columns:1fr}.meal-preps-copy{text-align:center}.meal-preps-copy>p{margin-left:auto;margin-right:auto}.meal-prep-facts{justify-content:center}.meal-prep-gallery{min-height:720px;max-width:900px;width:100%;margin:auto}}
@media(max-width:700px){.meal-preps-section{padding:75px 16px}.meal-prep-gallery{position:static;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:35px}.meal-prep-tile{position:relative!important;width:100%;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;border-radius:16px;padding:6px}.meal-prep-tile img{border-radius:11px}.meal-prep-tile figcaption{left:14px;bottom:14px;font-size:11px;padding:7px 9px}.meal-prep-drawer{width:100%;padding:56px 18px 36px}.meal-prep-drawer h2{font-size:40px}.meal-prep-drawer .form-grid.two{grid-template-columns:1fr}}


/* v7: Meal Prep ingredient options under Order Now */
.meal-prep-options{margin-top:34px;display:grid;gap:22px;max-width:620px}
.meal-prep-option-group{padding-top:18px;border-top:1px solid rgba(92,69,48,.16)}
.meal-prep-option-group h3{margin:0 0 12px;font-size:14px;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:#2b211a;font-weight:900}
.meal-prep-option-list{display:flex;flex-wrap:wrap;gap:9px}
.meal-prep-option-list span{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border:1px solid #dfd1c4;border-radius:999px;background:rgba(255,255,255,.84);box-shadow:0 6px 18px rgba(55,35,20,.04);color:#51463e;font-size:12px;font-weight:800}
@media(max-width:1050px){.meal-prep-options{margin-left:auto;margin-right:auto}.meal-prep-option-group{text-align:left}.meal-prep-option-list{justify-content:center}.meal-prep-option-group h3{text-align:center}}
@media(max-width:700px){.meal-prep-options{margin-top:28px}.meal-prep-option-list{gap:7px}.meal-prep-option-list span{font-size:11px;padding:7px 10px}}


/* v8: ingredient choices moved above the Meal Prep images */
.meal-preps-visual{min-width:0;display:flex;flex-direction:column;gap:24px}
.meal-preps-visual .meal-prep-options{margin:0;max-width:none;display:grid;grid-template-columns:1.15fr .65fr 1.35fr;gap:16px;padding:20px 22px;background:rgba(255,255,255,.72);border:1px solid #e2d5c8;border-radius:20px;box-shadow:0 12px 32px rgba(55,35,20,.07);backdrop-filter:blur(6px)}
.meal-preps-visual .meal-prep-option-group{padding:0;border-top:0;border-left:1px solid rgba(92,69,48,.13);padding-left:18px}
.meal-preps-visual .meal-prep-option-group:first-child{border-left:0;padding-left:0}
.meal-preps-visual .meal-prep-option-group h3{margin-bottom:10px}
.meal-preps-visual .meal-prep-option-list{gap:7px}
.meal-preps-visual .meal-prep-option-list span{min-height:31px;padding:7px 10px;font-size:11px;background:#fff}
.meal-preps-visual .meal-prep-gallery{min-height:650px;width:100%}
@media(max-width:1050px){
  .meal-preps-visual{max-width:980px;width:100%;margin:0 auto}
  .meal-preps-visual .meal-prep-options{grid-template-columns:1fr 1fr;}
  .meal-preps-visual .meal-prep-option-group:nth-child(3){grid-column:1/-1;border-left:0;padding-left:0;border-top:1px solid rgba(92,69,48,.13);padding-top:15px}
  .meal-preps-visual .meal-prep-option-group{text-align:center}
  .meal-preps-visual .meal-prep-option-list{justify-content:center}
}
@media(max-width:700px){
  .meal-preps-visual{gap:18px}
  .meal-preps-visual .meal-prep-options{grid-template-columns:1fr;padding:16px 14px;border-radius:16px;gap:14px}
  .meal-preps-visual .meal-prep-option-group,.meal-preps-visual .meal-prep-option-group:nth-child(3){grid-column:auto;border-left:0;padding-left:0;border-top:1px solid rgba(92,69,48,.13);padding-top:13px}
  .meal-preps-visual .meal-prep-option-group:first-child{border-top:0;padding-top:0}
  .meal-preps-visual .meal-prep-gallery{margin-top:0}
}


/* v9: Sunday Special Menudo banner */
.sunday-menudo-section{background:#f7ede0;border-top:1px solid #eadfd1;overflow:hidden;line-height:0}
.sunday-menudo-banner{display:block;width:100%;height:auto;object-fit:contain;object-position:center}
@media(max-width:700px){
  .sunday-menudo-section{background:#f7ede0}
  .sunday-menudo-banner{width:100%;height:auto}
}

/* v10: Full Menu — Tacos, Tortas, Hamburguesas & Fit Meals */
.full-menu-section{padding:105px 5vw 115px;background:#fbf7f2;border-top:1px solid #eee2d7;scroll-margin-top:82px}.menu-shell{max-width:1420px;margin:0 auto}.menu-heading{text-align:center;max-width:820px;margin:0 auto 34px}.menu-heading h2{font-family:"Playfair Display",serif;font-size:clamp(48px,6vw,82px);line-height:.95;margin:8px 0 16px}.menu-heading p:last-child{color:#766b63;line-height:1.7}.menu-category-nav{position:sticky;top:72px;z-index:8;display:flex;justify-content:center;flex-wrap:wrap;gap:10px;width:max-content;max-width:100%;margin:0 auto 74px;padding:8px;background:rgba(255,255,255,.9);border:1px solid #eadfd5;border-radius:999px;box-shadow:0 12px 34px rgba(58,37,18,.08);backdrop-filter:blur(12px)}.menu-category-nav a{text-decoration:none;color:#30251e;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.055em;padding:11px 17px;border-radius:999px;transition:.2s}.menu-category-nav a:hover{background:#1b1714;color:#fff}.menu-category{scroll-margin-top:148px;margin-top:82px}.menu-category:first-of-type{margin-top:0}.menu-category-heading{display:flex;align-items:end;gap:18px;margin:0 0 25px;padding-bottom:17px;border-bottom:1px solid #ded3c9}.menu-category-heading>span{font-family:"Playfair Display",serif;color:#c7b6a8;font-size:32px;line-height:1}.menu-category-heading .eyebrow{margin:0 0 4px}.menu-category-heading h3{font-family:"Playfair Display",serif;font-size:clamp(34px,4vw,54px);line-height:1;margin:0}.menu-card-grid{display:grid;gap:22px}.menu-card-grid.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-card-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px}.fit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.menu-card{min-width:0;background:#fff;border:1px solid #e9dfd6;border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(61,42,25,.07);transition:transform .2s ease,box-shadow .2s ease}.menu-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(61,42,25,.12)}.menu-card>img{display:block;width:100%;aspect-ratio:1.17/1;object-fit:cover}.menu-card-wide>img{aspect-ratio:1.45/1}.menu-card-body{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 19px 20px}.menu-card-body h4{font-size:16px;line-height:1.25;margin:0;font-weight:900;color:#231c18}.menu-card-body strong{flex:0 0 auto;color:var(--red);font-size:16px;font-weight:900}.fit-tacos-card{grid-column:span 2}.fit-tacos-images{display:grid;grid-template-columns:repeat(3,1fr);height:235px;background:#16120f}.fit-tacos-images figure{position:relative;margin:0;overflow:hidden;border-right:2px solid #fff}.fit-tacos-images figure:last-child{border-right:0}.fit-tacos-images img{display:block;width:100%;height:100%;object-fit:cover}.fit-tacos-images figcaption{position:absolute;left:10px;bottom:10px;margin:0;padding:6px 9px;border-radius:999px;background:rgba(16,13,11,.78);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;backdrop-filter:blur(5px)}.fit-tacos-body p{margin:4px 0 0;color:#84776d;font-size:11px;font-weight:700}.fit-tacos-body>div{min-width:0}
@media(max-width:1100px){.fit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fit-tacos-card{grid-column:span 2}.menu-category-nav{top:68px}}
@media(max-width:850px){.full-menu-section{padding:84px 24px 95px}.menu-card-grid.three-up,.menu-card-grid.two-up,.fit-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.fit-tacos-card{grid-column:1/-1}.menu-category-nav{position:static;margin-bottom:55px;border-radius:24px;width:100%}.menu-category-nav a{flex:1;text-align:center;min-width:130px}.menu-category{scroll-margin-top:95px}}
@media(max-width:560px){.full-menu-section{padding:70px 16px 80px}.menu-heading{margin-bottom:25px}.menu-category-nav{display:grid;grid-template-columns:1fr 1fr;padding:7px;gap:6px}.menu-category-nav a{min-width:0;font-size:11px;padding:10px 8px}.menu-category{margin-top:64px}.menu-category-heading{gap:12px}.menu-category-heading>span{font-size:25px}.menu-card-grid.three-up,.menu-card-grid.two-up,.fit-grid{grid-template-columns:1fr;gap:16px}.menu-card>img,.menu-card-wide>img{aspect-ratio:1.35/1}.menu-card-body{padding:16px}.fit-tacos-card{grid-column:auto}.fit-tacos-images{height:175px}.fit-tacos-images figcaption{font-size:9px;left:6px;bottom:6px;padding:5px 7px}}

/* v12: Brunch experience + interactive reservation/info drawer */
.brunch-section{background:#f7efe4;padding:0;scroll-margin-top:78px}.brunch-visual-wrap{position:relative;max-width:2048px;margin:0 auto;line-height:0;overflow:hidden;background:#efe4d7}.brunch-hero-image{display:block;width:100%;height:auto}.brunch-image-hotspot{position:absolute;z-index:4;border:0;background:transparent;cursor:pointer;border-radius:999px}.brunch-image-hotspot:focus-visible{outline:4px solid rgba(214,40,40,.55);outline-offset:3px}.brunch-reserve-hotspot{left:2.1%;top:65.6%;width:15.4%;height:6.9%}.brunch-info-hotspot{left:17.9%;top:65.6%;width:12.9%;height:6.9%}.brunch-mobile-actions{display:none;gap:12px;padding:18px;background:#f7efe4}.brunch-secondary-btn{background:#fff;color:#2a201a;border:1px solid #bba99a;box-shadow:none}.brunch-secondary-btn:hover{background:#211a16;color:#fff}
.brunch-modal{position:fixed;inset:0;z-index:85;pointer-events:none;visibility:hidden}.brunch-modal.open{pointer-events:auto;visibility:visible}.brunch-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(12,9,7,.56);opacity:0;transition:.25s;cursor:pointer}.brunch-modal.open .brunch-modal-backdrop{opacity:1}.brunch-drawer{position:absolute;top:0;right:0;width:min(520px,94vw);height:100%;overflow:auto;background:#fffaf4;padding:42px 34px 48px;box-shadow:-28px 0 70px rgba(0,0,0,.28);transform:translateX(105%);transition:transform .3s ease}.brunch-modal.open .brunch-drawer{transform:translateX(0)}.brunch-close{position:absolute;right:20px;top:18px;width:42px;height:42px;border-radius:50%;border:1px solid #d8cabd;background:#fff;color:#2b221d;font-size:28px;line-height:1;cursor:pointer}.brunch-drawer h2{font-family:"Playfair Display",serif;font-size:clamp(38px,5vw,58px);line-height:.98;margin:8px 0 14px}.brunch-form-intro{color:#6f635b;line-height:1.6;margin:0 0 24px}.brunch-form label{display:grid;gap:8px;font-size:12px;font-weight:800;margin-bottom:16px}.brunch-form input,.brunch-form textarea,.brunch-form select{width:100%;border:1px solid #ded5cd;border-radius:10px;padding:13px 14px;font:inherit;font-size:14px;background:#fff}.brunch-form input:focus,.brunch-form textarea:focus,.brunch-form select:focus{outline:2px solid rgba(214,40,40,.14);border-color:var(--red)}.brunch-contact-note{font-size:11px;color:#7e7269;line-height:1.5;margin-top:12px}.modal-open{overflow:hidden}
@media(max-width:760px){.brunch-image-hotspot{display:none}.brunch-mobile-actions{display:grid;grid-template-columns:1fr 1fr}.brunch-drawer{width:100%;padding:40px 20px 40px}.brunch-section{padding-bottom:8px}}
@media(max-width:480px){.brunch-mobile-actions{grid-template-columns:1fr}.brunch-drawer .form-grid.two{grid-template-columns:1fr}}

/* v14: Contact — Facebook + two phone numbers */
.contact-section{padding:96px 5vw 104px;background:#171411;color:#fff;border-top:1px solid rgba(255,255,255,.06);scroll-margin-top:78px}
.contact-shell{max-width:1180px;margin:0 auto}
.contact-heading{text-align:center;max-width:720px;margin:0 auto 38px}
.contact-heading .eyebrow{color:#e7b9ad}
.contact-heading h2{font-family:"Playfair Display",serif;font-size:clamp(44px,5.5vw,72px);line-height:.98;margin:8px 0 14px}
.contact-heading p:last-child{margin:0;color:#cfc7c0;line-height:1.7}
.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.contact-card{display:flex;min-height:184px;flex-direction:column;justify-content:center;align-items:flex-start;padding:27px 28px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055);box-shadow:0 18px 44px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease,border-color .2s ease;color:#fff;text-decoration:none!important}
.contact-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.23)}
.contact-card:focus-visible{outline:3px solid rgba(214,40,40,.65);outline-offset:3px}
.contact-label{font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#e6a99f;margin-bottom:10px}
.contact-card strong{font-size:clamp(19px,2.2vw,27px);line-height:1.25;word-break:break-word}
.contact-action{margin-top:12px;color:#c9c1bb;font-size:12px;font-weight:700}
.contact-link,.contact-link:hover,.contact-link:focus,.contact-link:visited{text-decoration:none!important}
@media(max-width:850px){.contact-grid{grid-template-columns:1fr}.contact-card{min-height:145px}}
@media(max-width:560px){.contact-section{padding:72px 18px 78px}.contact-card{padding:23px 22px}.contact-heading{margin-bottom:28px}}


/* v15: Responsive production pass — desktop, tablet & mobile */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:86px}
body{overflow-x:hidden;min-width:320px}
img{max-width:100%}
button,input,select,textarea{max-width:100%}
input,select,textarea{min-width:0}
.site-header{padding-top:env(safe-area-inset-top)}
.nav-shell{width:100%}
.menu-toggle{min-width:44px;min-height:44px;align-items:center;justify-content:center;cursor:pointer}
section[id]{scroll-margin-top:88px}

@media(max-width:1200px){
  .nav-shell{padding-inline:22px;gap:18px}
  .nav-links{gap:15px}
  .nav-links a{font-size:11px}
  .crew{gap:44px}
  .meal-preps-shell{gap:42px}
}

@media(max-width:980px){
  .site-header{background:rgba(10,10,10,.94)}
  .nav-shell{height:72px}
  .brand img{width:56px;height:56px}
  .menu-toggle{display:inline-flex}
  .nav-links{top:72px;max-height:calc(100dvh - 72px - env(safe-area-inset-top));overflow-y:auto;overscroll-behavior:contain;padding:14px 20px 22px;gap:0;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 18px 35px rgba(0,0,0,.28)}
  .nav-links a{display:flex;width:100%;min-height:48px;align-items:center;padding:0 4px;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px}
  .nav-links a:last-child{border-bottom:0}
  .hero{margin-top:72px}
  .full-menu-section,.brunch-section,.contact-section{scroll-margin-top:76px}
  section[id]{scroll-margin-top:78px}
}

@media(max-width:760px){
  .section-heading{margin-bottom:30px}
  .section-heading h2,.crew h2,.placeholder h2{line-height:1.04}
  .crew-copy h2{font-size:clamp(38px,11vw,50px)}
  .crew-rules{margin:20px 0}
  .preorder-form,.catering-form{border-radius:16px}
  .meal-preps-copy h2{font-size:clamp(40px,12vw,56px)}
  .meal-prep-facts{gap:7px;margin:22px 0 24px}
  .meal-prep-facts span{font-size:10px;padding:8px 10px}
  .meal-prep-drawer,.brunch-drawer{height:100dvh;padding-bottom:calc(36px + env(safe-area-inset-bottom))}
  .menu-card,.food-card{border-radius:16px}
  .contact-card{width:100%}
}

@media(max-width:640px){
  .nav-shell{padding-inline:14px}
  .section{padding:64px 16px}
  .breakfast-section{padding-top:64px}
  .section-heading h2{font-size:clamp(36px,11vw,48px)}
  .section-heading p{font-size:14px;line-height:1.6}
  .food-card img{aspect-ratio:1.38/1}
  .card-body{padding:15px 16px 17px}
  .card-body h3{font-size:15px;margin:0}
  .crew{padding:64px 16px}
  .preorder-form,.catering-form{padding:18px 16px}
  .preorder-form input,.preorder-form textarea,.catering-form input,.catering-form textarea,.catering-form select,.meal-prep-form input,.meal-prep-form textarea,.meal-prep-form select,.brunch-form input,.brunch-form textarea,.brunch-form select{font-size:16px}
  .form-grid.two,.order-grid{grid-template-columns:minmax(0,1fr)}
  .order-item{grid-template-columns:minmax(0,1fr) 72px}
  .order-type-tabs{grid-template-columns:1fr 1fr;gap:6px}
  .order-type-btn{min-height:46px;padding:10px 8px;font-size:12px}
  .brunch-mobile-actions{padding:14px 16px 18px}
  .brunch-mobile-actions .btn{min-height:48px}
  .full-menu-section{padding:64px 16px 76px}
  .menu-heading h2{font-size:clamp(44px,15vw,62px)}
  .menu-category-nav{margin-bottom:46px}
  .menu-category-heading h3{font-size:clamp(34px,11vw,46px)}
  .menu-card-body{align-items:flex-start}
  .meal-preps-section{padding:68px 16px}
  .meal-preps-copy{text-align:center}
  .meal-prep-order-btn{min-width:0;width:100%}
  .meal-preps-visual .meal-prep-options{margin-top:0}
  .sunday-menudo-banner,.brunch-hero-image,.hero-bg{height:auto}
  .contact-section{padding:68px 16px 74px}
  .contact-heading h2{font-size:clamp(42px,13vw,58px)}
}

@media(max-width:480px){
  .nav-shell{height:68px}
  .brand img{width:52px;height:52px}
  .nav-links{top:68px;max-height:calc(100dvh - 68px - env(safe-area-inset-top))}
  .hero{margin-top:68px}
  section[id]{scroll-margin-top:72px}
  .hero-bg{width:100%}
  .burrito-grid{gap:14px}
  .crew-rules{display:grid;grid-template-columns:1fr}
  .crew-rules span{text-align:center}
  .order-type-tabs{grid-template-columns:1fr}
  .meal-prep-gallery{grid-template-columns:1fr;gap:16px}
  .meal-prep-tile{max-width:420px;margin-inline:auto}
  .meal-prep-tile figcaption{font-size:12px}
  .meal-preps-visual .meal-prep-option-list{justify-content:flex-start}
  .meal-preps-visual .meal-prep-option-group{text-align:left}
  .meal-preps-visual .meal-prep-option-group h3{text-align:left}
  .fit-tacos-images{height:150px}
  .fit-tacos-images figcaption{max-width:calc(100% - 10px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu-card-body h4,.menu-card-body strong{font-size:15px}
  .contact-card{min-height:132px;padding:20px}
  .contact-card strong{font-size:clamp(18px,6vw,24px)}
}

@media(max-width:360px){
  body{min-width:0}
  .nav-shell{padding-inline:10px}
  .section,.crew,.meal-preps-section,.full-menu-section,.contact-section{padding-left:12px;padding-right:12px}
  .preorder-form,.catering-form{padding-left:13px;padding-right:13px}
  .menu-category-nav{grid-template-columns:1fr}
  .fit-tacos-images{grid-template-columns:1fr;height:auto}
  .fit-tacos-images figure{height:150px;border-right:0;border-bottom:2px solid #fff}
  .fit-tacos-images figure:last-child{border-bottom:0}
}

@media(hover:none){
  .food-card:hover,.menu-card:hover,.contact-card:hover,.meal-prep-tile:hover,.btn-primary:hover{transform:none}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* v18 Meal Prep pricing */
.meal-prep-option-list span{display:flex;justify-content:space-between;gap:10px;align-items:center}
.meal-prep-option-list span strong{font-size:.9em;white-space:nowrap}
.meal-prep-pricing-note{margin:10px 0 18px;font-weight:700}
.meal-prep-price-summary{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 16px;border-radius:14px;background:rgba(0,0,0,.05);margin-top:4px}
.meal-prep-price-summary span{font-size:.96rem}
.meal-prep-price-summary strong{font-size:1.05rem}
@media (max-width:600px){.meal-prep-price-summary{flex-direction:column;gap:6px}}


/* v19: Breakfast crew reservation + Brunch reservation-only */
.breakfast-hours{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0 20px}
.breakfast-hours span,.breakfast-hours strong{display:inline-flex;align-items:center;min-height:38px;padding:9px 14px;border-radius:999px;border:1px solid #e4d7ca;background:#fff;font-size:12px;font-weight:900;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 7px 18px rgba(55,35,20,.05)}
.breakfast-hours strong{background:#171411;color:#fff;border-color:#171411}
.breakfast-crew-btn{min-width:250px;text-transform:uppercase}
.breakfast-crew-modal{position:fixed;inset:0;z-index:95;pointer-events:none;visibility:hidden}
.breakfast-crew-modal.open{pointer-events:auto;visibility:visible}
.breakfast-crew-backdrop{position:absolute;inset:0;border:0;background:rgba(12,9,7,.62);opacity:0;transition:.25s;cursor:pointer;backdrop-filter:blur(3px)}
.breakfast-crew-modal.open .breakfast-crew-backdrop{opacity:1}
.breakfast-crew-drawer{position:absolute;top:0;right:0;width:min(620px,96vw);height:100%;overflow:auto;background:#fffaf4;padding:42px 34px 48px;box-shadow:-28px 0 70px rgba(0,0,0,.28);transform:translateX(105%);transition:transform .3s ease}
.breakfast-crew-modal.open .breakfast-crew-drawer{transform:translateX(0)}
.breakfast-crew-close{position:absolute;right:20px;top:18px;width:42px;height:42px;border-radius:50%;border:1px solid #d8cabd;background:#fff;color:#2b221d;font-size:28px;line-height:1;cursor:pointer}
.breakfast-crew-drawer h2{font-family:"Playfair Display",serif;font-size:clamp(38px,5vw,58px);line-height:.98;margin:8px 0 14px}
.breakfast-crew-intro{color:#6f635b;line-height:1.6;margin:0 0 24px}
.breakfast-crew-form{padding:0;box-shadow:none;background:transparent;border-radius:0}
.brunch-info-cover{position:absolute;z-index:5;left:17.55%;top:64.9%;width:13.65%;height:8.25%;border-radius:999px;background:rgba(247,239,228,.985);pointer-events:none}
.brunch-mobile-actions{grid-template-columns:1fr!important}
@media(max-width:760px){
  .breakfast-crew-drawer{width:100%;padding:40px 20px 40px}
  .breakfast-crew-btn{width:100%;min-width:0}
  .brunch-info-cover{display:block}
}
@media(max-width:480px){
  .breakfast-hours{display:grid;grid-template-columns:1fr;gap:7px}
  .breakfast-hours span,.breakfast-hours strong{justify-content:center}
  .breakfast-crew-drawer .form-grid.two{grid-template-columns:1fr}
}


/* v20: Breakfast / Burrito crew choice */
.preorder-form select{width:100%;border:1px solid #ded8d1;border-radius:10px;padding:13px 14px;font:inherit;font-size:14px;background:#fff;color:#191919}
.preorder-form select:focus{outline:2px solid rgba(214,40,40,.15);border-color:var(--red)}
.crew-meal-type-label select{margin-top:2px}
#breakfastCrewFields label{margin-top:12px}
#breakfastCrewFields textarea{min-height:112px;resize:vertical}
@media(max-width:640px){.preorder-form select{font-size:16px}}


/* v22: Bottom navigation + food truck hours */
.site-footer{background:#11100f;color:#fff;border-top:1px solid rgba(255,255,255,.09);padding:54px 6vw calc(54px + env(safe-area-inset-bottom))}
.footer-shell{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr 1fr;gap:54px;align-items:start}
.footer-brand img{display:block;width:92px;height:92px;object-fit:contain;margin-bottom:16px}
.footer-brand p{max-width:300px;margin:0;color:#c9c1ba;line-height:1.65;font-size:13px}
.footer-kicker{margin:0 0 9px;color:#e7a39a;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.footer-hours h2{font-family:"Playfair Display",serif;font-size:clamp(30px,3vw,44px);line-height:1;margin:0 0 22px}
.footer-hours-list{display:grid;gap:10px;max-width:390px}
.footer-hours-list div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-hours-list span{color:#d8d0c9;font-size:13px;font-weight:700}
.footer-hours-list strong{font-size:13px;text-align:right}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}
.footer-nav .footer-kicker{grid-column:1/-1}
.footer-nav a{display:flex;align-items:center;min-height:38px;color:#ddd5ce;font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-nav a:hover{color:#fff}
@media(max-width:900px){.footer-shell{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand img{width:76px;height:76px}}
@media(max-width:620px){.site-footer{padding:44px 18px calc(44px + env(safe-area-inset-bottom))}.footer-shell{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto}.footer-hours-list{max-width:none}.footer-nav{grid-template-columns:1fr 1fr}}
@media(max-width:380px){.footer-nav{grid-template-columns:1fr}}

/* v24: food truck hours strip below main navigation */
.nav-hours-strip{min-height:30px;padding:6px 28px;display:flex;align-items:center;justify-content:center;gap:18px;background:#8f1712;color:#fff;border-top:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:750;letter-spacing:.025em;text-align:center}
.nav-hours-strip strong{font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.nav-hours-strip span{white-space:nowrap}
@media(max-width:980px){
  .nav-hours-strip{padding:6px 14px;gap:8px 14px;flex-wrap:wrap;font-size:10px;line-height:1.2}
  .nav-links{top:102px}
}
@media(max-width:640px){
  .nav-hours-strip{justify-content:flex-start;padding:7px 14px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}
  .nav-hours-strip::-webkit-scrollbar{display:none}
  .nav-hours-strip strong,.nav-hours-strip span{flex:0 0 auto}
  .nav-links{top:102px;max-height:calc(100dvh - 102px - env(safe-area-inset-top))}
}


/* v25: Desktop readability & spacing pass */
@media (min-width:981px){
  .breakfast-section{padding-top:110px;padding-bottom:115px}
  .breakfast-section .section-heading{max-width:900px;margin-bottom:56px}
  .breakfast-section .section-heading p{font-size:16px}
  .burrito-grid{max-width:1260px;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 30px;padding-inline:10px}
  .food-card{min-width:0}
  .food-card .card-body{min-height:74px;padding:20px 20px 22px}
  .food-card .card-body h3{font-size:17px;line-height:1.3;margin:0}
  .food-card .card-body span{font-size:17px}

  .meal-preps-section{padding-top:115px;padding-bottom:120px}
  .meal-preps-shell{max-width:1380px;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:78px;align-items:start}
  .meal-preps-copy{padding-top:22px}
  .meal-preps-visual{display:grid;gap:34px;min-width:0}
  .meal-preps-visual .meal-prep-options{max-width:none;margin-top:0;padding:28px 30px;background:rgba(255,255,255,.86);border:1px solid #e4d7ca;border-radius:22px;box-shadow:0 14px 38px rgba(55,35,20,.07)}
  .meal-prep-option-group:first-child{padding-top:0;border-top:0}
  .meal-prep-option-group h3{font-size:15px;margin-bottom:14px}
  .meal-prep-option-list{gap:11px}
  .meal-prep-option-list span{min-height:40px;padding:10px 14px;font-size:13px;line-height:1.3}

  .meal-prep-gallery{position:static;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .meal-prep-tile{position:relative!important;inset:auto!important;width:100%;max-width:none;transform:none!important;border-radius:20px;padding:8px}
  .meal-prep-tile:hover{transform:translateY(-4px)!important}
  .meal-prep-tile img{border-radius:14px}
  .meal-prep-tile figcaption{left:18px;bottom:18px}
}

@media (min-width:981px) and (max-width:1199px){
  .meal-preps-shell{grid-template-columns:1fr;gap:48px}
  .meal-preps-copy{text-align:center;max-width:780px;margin-inline:auto;padding-top:0}
  .meal-preps-copy>p{margin-inline:auto}
  .meal-prep-facts{justify-content:center}
  .meal-preps-visual{max-width:920px;width:100%;margin-inline:auto}
}

@media (max-width:980px){
  .meal-prep-gallery{position:static;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .meal-prep-tile{position:relative!important;inset:auto!important;width:100%;max-width:none;transform:none!important}
  .meal-preps-visual .meal-prep-options{max-width:820px;width:100%;margin-inline:auto}
}

@media (max-width:560px){
  .meal-prep-gallery{grid-template-columns:1fr}
}

/* v26: Desktop image scale + navigation logo refinement */
@media (min-width:981px){
  /* Keep the navigation compact, with the Blankita's logo larger on the right. */
  .nav-shell{gap:16px}
  .nav-links{order:1;margin-left:0;gap:14px}
  .brand{order:3;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}
  .brand img{width:118px;height:68px;object-fit:contain}
  .menu-toggle{order:2}

  /* Breakfast cards: smaller photography so more dishes are visible at once. */
  .burrito-grid{max-width:1160px;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
  .food-card img{height:185px;aspect-ratio:auto;object-fit:cover;object-position:center}
  .food-card .card-body{min-height:68px;padding:16px 16px 18px}
  .food-card .card-body h3,.food-card .card-body span{font-size:15px}

  /* Main menu: constrain card widths and image height on desktop. */
  .menu-card-grid.three-up{max-width:1000px;margin-inline:auto;gap:24px}
  .menu-card-grid.two-up{max-width:760px;margin-inline:auto;gap:24px}
  .fit-grid{max-width:1180px;margin-inline:auto;gap:22px}
  .menu-card>img,.menu-card-wide>img{height:205px;aspect-ratio:auto;object-fit:cover;object-position:center}
  .fit-grid .menu-card>img{height:185px}
  .fit-tacos-images{height:185px}

  /* Meal preps: show all four examples together instead of oversized 2x2 photos. */
  .meal-preps-shell{max-width:1220px;grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);gap:54px}
  .meal-preps-visual{gap:24px}
  .meal-preps-visual .meal-prep-options{padding:22px 24px}
  .meal-prep-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  .meal-prep-tile{padding:6px;border-radius:16px}
  .meal-prep-tile img{height:190px;aspect-ratio:auto;object-fit:contain;object-position:center;background:#f5efe8;border-radius:11px}
  .meal-prep-tile figcaption{left:12px;bottom:12px;padding:7px 9px;font-size:11px}
}

@media (min-width:981px) and (max-width:1180px){
  .burrito-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:930px}
  .food-card img{height:190px}
  .meal-prep-gallery{grid-template-columns:repeat(4,minmax(0,1fr));max-width:900px;margin-inline:auto}
  .meal-prep-tile img{height:180px}
}


/* v27: centered desktop navigation + cropped meal prep cards */
@media (min-width:981px){
  .nav-shell{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:18px;
  }
  .nav-links{
    grid-column:2;
    justify-self:center;
    order:unset;
    margin-left:0;
    gap:16px;
  }
  .brand{
    grid-column:3;
    justify-self:end;
    margin-left:0;
    order:unset;
  }
  .brand img{
    width:130px;
    height:74px;
  }

  .meal-prep-gallery{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    align-items:start;
  }
  .meal-prep-tile{
    display:flex;
    flex-direction:column;
    align-self:start;
    padding:6px;
    border-radius:16px;
    overflow:hidden;
  }
  .meal-prep-tile img{
    height:185px;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center;
    background:#f5efe8;
    border-radius:11px;
  }
  .meal-prep-tile figcaption{
    position:static;
    left:auto;
    bottom:auto;
    margin-top:8px;
    padding:0 4px 6px;
    background:none;
    border-radius:0;
    font-size:11px;
    line-height:1.1;
    backdrop-filter:none;
  }
}

@media (min-width:981px) and (max-width:1180px){
  .meal-prep-gallery{grid-template-columns:repeat(4,minmax(0,1fr));max-width:900px;margin-inline:auto}
  .meal-prep-tile img{height:172px}
}

/* v28: keep navigation and Food Truck Hours as two separate stacked bars */
.site-header{
  display:flex;
  flex-direction:column;
}
.nav-shell{
  position:relative;
  z-index:2;
  flex:0 0 78px;
  height:78px;
  background:rgba(10,10,10,.94);
}
.nav-hours-strip{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  width:100%;
  min-height:34px;
  margin:0;
  clear:both;
  background:#8f1712;
}
.hero{margin-top:112px}
section[id]{scroll-margin-top:116px}

@media(max-width:980px){
  .nav-shell{flex-basis:72px;height:72px}
  .nav-hours-strip{
    min-height:34px;
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .nav-hours-strip::-webkit-scrollbar{display:none}
  .nav-hours-strip strong,.nav-hours-strip span{flex:0 0 auto}
  .nav-links{top:106px;max-height:calc(100dvh - 106px - env(safe-area-inset-top))}
  .hero{margin-top:106px}
  section[id]{scroll-margin-top:110px}
}

@media(max-width:480px){
  .nav-shell{flex-basis:68px;height:68px}
  .nav-links{top:102px;max-height:calc(100dvh - 102px - env(safe-area-inset-top))}
  .hero{margin-top:102px}
  section[id]{scroll-margin-top:106px}
}


/* v29: true two-row fixed header — navigation above Food Truck Hours */
.site-header{
  display:block;
  background:transparent;
  border-bottom:0;
}
.nav-topbar{
  position:relative;
  z-index:3;
  width:100%;
  height:86px;
  background:rgba(10,10,10,.97);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.nav-topbar .nav-shell{
  height:86px;
  min-height:86px;
  flex-basis:auto;
  background:transparent;
}
.nav-hours-strip{
  position:relative;
  z-index:2;
  width:100%;
  min-height:36px;
  margin:0;
  border-top:0;
  box-shadow:0 2px 0 rgba(0,0,0,.12) inset;
}
.hero{margin-top:122px}
section[id]{scroll-margin-top:126px}

@media (min-width:981px){
  .nav-links{flex-wrap:nowrap;white-space:nowrap}
}

@media(max-width:980px){
  .nav-topbar{height:72px}
  .nav-topbar .nav-shell{height:72px;min-height:72px;flex-basis:auto}
  .nav-hours-strip{min-height:34px}
  .nav-links{top:106px;max-height:calc(100dvh - 106px - env(safe-area-inset-top))}
  .hero{margin-top:106px}
  section[id]{scroll-margin-top:110px}
}

@media(max-width:480px){
  .nav-topbar{height:68px}
  .nav-topbar .nav-shell{height:68px;min-height:68px}
  .nav-hours-strip{min-height:34px}
  .nav-links{top:102px;max-height:calc(100dvh - 102px - env(safe-area-inset-top))}
  .hero{margin-top:102px}
  section[id]{scroll-margin-top:106px}
}

/* v30: hard separation of desktop navigation and Food Truck Hours */
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  display:grid !important;
  grid-template-rows:82px 36px;
  height:118px;
  padding-top:0 !important;
  background:transparent !important;
  border:0 !important;
  overflow:visible;
}
.nav-topbar{
  grid-row:1;
  position:static !important;
  width:100%;
  height:82px !important;
  min-height:82px !important;
  background:#111 !important;
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:none;
  z-index:auto;
}
.nav-topbar .nav-shell{
  position:static !important;
  width:100%;
  max-width:1460px;
  height:82px !important;
  min-height:82px !important;
  margin:0 auto;
  padding:0 28px;
  display:grid !important;
  grid-template-columns:130px minmax(0,1fr) 130px;
  align-items:center;
  gap:12px;
  background:transparent !important;
}
.nav-topbar .nav-links{
  grid-column:2;
  position:static !important;
  inset:auto !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap !important;
  gap:14px;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  white-space:nowrap;
  overflow:visible;
}
.nav-topbar .nav-links a{
  display:inline-flex !important;
  width:auto !important;
  min-height:0 !important;
  padding:0 !important;
  border:0 !important;
  color:#fff;
  font-size:11px;
  line-height:1;
}
.nav-topbar .brand{
  grid-column:3;
  justify-self:end;
  margin:0 !important;
}
.nav-topbar .brand img{
  width:122px;
  height:70px;
  object-fit:contain;
}
.nav-hours-strip{
  grid-row:2;
  position:static !important;
  inset:auto !important;
  width:100%;
  height:36px !important;
  min-height:36px !important;
  margin:0 !important;
  padding:0 22px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:nowrap;
  background:#8f1712 !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:hidden;
  z-index:auto;
}
.hero{margin-top:118px !important}
section[id]{scroll-margin-top:124px}

@media (min-width:981px) and (max-width:1220px){
  .nav-topbar .nav-shell{grid-template-columns:105px minmax(0,1fr) 105px;padding:0 18px}
  .nav-topbar .nav-links{gap:9px}
  .nav-topbar .nav-links a{font-size:9.5px;letter-spacing:.035em}
  .nav-topbar .brand img{width:98px;height:64px}
  .nav-hours-strip{gap:12px;font-size:10px}
}

@media (max-width:980px){
  .site-header{
    grid-template-rows:72px 34px;
    height:106px;
  }
  .nav-topbar{height:72px !important;min-height:72px !important}
  .nav-topbar .nav-shell{
    height:72px !important;
    min-height:72px !important;
    display:flex !important;
    padding:0 16px;
  }
  .nav-topbar .brand{order:1;margin-right:auto !important}
  .nav-topbar .brand img{width:64px;height:58px}
  .menu-toggle{display:block;order:2;margin-left:auto}
  .nav-topbar .nav-links{
    display:none !important;
    position:fixed !important;
    top:106px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    max-height:calc(100dvh - 106px) !important;
    overflow-y:auto;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0;
    padding:14px 20px 22px !important;
    background:#111 !important;
    box-shadow:0 18px 35px rgba(0,0,0,.28) !important;
  }
  .nav-topbar .nav-links.open{display:flex !important}
  .nav-topbar .nav-links a{
    width:100% !important;
    min-height:48px !important;
    align-items:center;
    font-size:12px;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }
  .nav-hours-strip{
    height:34px !important;
    min-height:34px !important;
    padding:0 14px !important;
    justify-content:flex-start;
    gap:14px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .nav-hours-strip::-webkit-scrollbar{display:none}
  .nav-hours-strip strong,.nav-hours-strip span{flex:0 0 auto}
  .hero{margin-top:106px !important}
  section[id]{scroll-margin-top:112px}
}

@media (max-width:480px){
  .site-header{grid-template-rows:68px 34px;height:102px}
  .nav-topbar{height:68px !important;min-height:68px !important}
  .nav-topbar .nav-shell{height:68px !important;min-height:68px !important}
  .nav-topbar .nav-links{top:102px !important;max-height:calc(100dvh - 102px) !important}
  .hero{margin-top:102px !important}
  section[id]{scroll-margin-top:108px}
}


/* v31: large black desktop navigation area, logo on right, hours below */
@media (min-width:981px){
  .site-header{
    display:grid !important;
    grid-template-rows:118px 42px !important;
    height:160px !important;
    background:transparent !important;
  }

  .nav-topbar{
    grid-row:1 !important;
    height:118px !important;
    min-height:118px !important;
    background:#111 !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
  }

  .nav-topbar .nav-shell{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:1500px !important;
    height:118px !important;
    min-height:118px !important;
    margin:0 auto !important;
    padding:0 190px 0 32px !important;
    background:#111 !important;
  }

  .nav-topbar .nav-links{
    position:static !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;
    gap:20px !important;
    margin:0 !important;
    padding:0 !important;
    white-space:nowrap !important;
    background:transparent !important;
  }

  .nav-topbar .nav-links a{
    display:inline-flex !important;
    align-items:center !important;
    min-height:44px !important;
    padding:0 2px !important;
    color:#fff !important;
    font-size:13px !important;
    line-height:1.05 !important;
    font-weight:900 !important;
    letter-spacing:.045em !important;
  }

  .nav-topbar .brand{
    position:absolute !important;
    right:28px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:155px !important;
    height:104px !important;
    margin:0 !important;
    z-index:5 !important;
  }

  .nav-topbar .brand img{
    width:155px !important;
    height:100px !important;
    object-fit:contain !important;
  }

  .nav-hours-strip{
    grid-row:2 !important;
    position:static !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 24px !important;
    background:#8f1712 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:22px !important;
    overflow:hidden !important;
    font-size:11px !important;
    line-height:1 !important;
  }

  .hero{margin-top:160px !important}
  section[id]{scroll-margin-top:166px !important}
}

@media (min-width:981px) and (max-width:1280px){
  .nav-topbar .nav-shell{padding-left:20px !important;padding-right:155px !important}
  .nav-topbar .nav-links{gap:12px !important}
  .nav-topbar .nav-links a{font-size:11px !important;letter-spacing:.025em !important}
  .nav-topbar .brand{right:14px !important;width:135px !important}
  .nav-topbar .brand img{width:135px !important;height:94px !important}
  .nav-hours-strip{gap:14px !important;font-size:10px !important}
}


/* v32: larger logo + more readable food truck hours */
@media (min-width:981px){
  .site-header{
    grid-template-rows:118px 48px !important;
    height:166px !important;
  }
  .nav-topbar .brand{
    width:178px !important;
    height:112px !important;
    right:24px !important;
  }
  .nav-topbar .brand img{
    width:178px !important;
    height:112px !important;
  }
  .nav-hours-strip{
    height:48px !important;
    min-height:48px !important;
    gap:24px !important;
    padding:0 28px !important;
    font-size:14px !important;
    line-height:1.15 !important;
    font-weight:800 !important;
  }
  .nav-hours-strip strong{
    font-size:14px !important;
    letter-spacing:.055em !important;
  }
  .hero{margin-top:166px !important}
  section[id]{scroll-margin-top:172px !important}
}

@media (min-width:981px) and (max-width:1280px){
  .nav-topbar .nav-shell{padding-right:180px !important}
  .nav-topbar .brand{right:14px !important;width:158px !important;height:106px !important}
  .nav-topbar .brand img{width:158px !important;height:106px !important}
  .nav-hours-strip{gap:16px !important;font-size:12px !important;padding:0 18px !important}
  .nav-hours-strip strong{font-size:12px !important}
}

@media (max-width:980px){
  .nav-hours-strip{font-size:11.5px !important;font-weight:800 !important}
  .nav-hours-strip strong{font-size:11.5px !important}
}

/* v33: mixed protein quantities for Meal Prep orders */
.protein-mix{margin:2px 0 18px;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.055)}
.protein-mix[hidden]{display:none!important}
.protein-mix-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}
.protein-mix-heading strong{font-size:14px}
.protein-mix-heading p{margin:5px 0 0;color:#cfc8c2;font-size:11px;line-height:1.45;max-width:330px}
.protein-count{white-space:nowrap;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;background:rgba(0,0,0,.18)}
.protein-mix-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.meal-prep-form .protein-qty-row{display:grid;grid-template-columns:minmax(0,1fr) 70px;align-items:center;gap:10px;margin:0;padding:10px 11px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:rgba(0,0,0,.16)}
.meal-prep-form .protein-qty-row span{font-size:12px;font-weight:800;line-height:1.25}
.meal-prep-form .protein-qty-row span strong{display:block;margin-top:3px;color:#efc8b9;font-size:11px}
.meal-prep-form .protein-qty-row input{margin:0;padding:9px 8px;text-align:center;font-weight:800}
.protein-mix-status{margin:12px 0 0;font-size:12px;font-weight:800;color:#f0d7b8}
.protein-mix-status.complete{color:#91e2ae}
.protein-mix-status.error{color:#ff9b9b}
.meal-prep-price-summary{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}
.meal-prep-price-summary span:first-child{max-width:70%}
@media(max-width:600px){
  .protein-mix-heading{flex-direction:column}
  .protein-mix-grid{grid-template-columns:1fr}
  .meal-prep-price-summary span:first-child{max-width:100%}
}


/* v38: large centered post-submit confirmation */
.global-submit-success{
  position:fixed;
  z-index:10000;
  top:50%;
  left:50%;
  width:min(880px,calc(100% - 40px));
  transform:translate(-50%,-50%) scale(.94);
  opacity:0;
  pointer-events:none;
  padding:32px 38px;
  border:2px solid rgba(255,255,255,.28);
  border-radius:22px;
  background:rgba(20,116,61,.98);
  box-shadow:0 24px 70px rgba(0,0,0,.42);
  color:#fff;
  font-size:clamp(22px,2.3vw,30px);
  line-height:1.35;
  font-weight:900;
  text-align:center;
  letter-spacing:.005em;
  transition:opacity .22s ease,transform .22s ease;
}
.global-submit-success.show{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}
form.submitted-closed{display:none!important}
button[aria-disabled="true"],input[aria-disabled="true"]{cursor:wait;opacity:.68}
@media(max-width:600px){
  .global-submit-success{
    width:calc(100% - 28px);
    padding:25px 20px;
    border-radius:18px;
    font-size:20px;
    line-height:1.4;
  }
}


/* v39: mobile navigation visibility, compact mobile cards, and always-accessible form close buttons */
@media (max-width:980px){
  .menu-toggle{
    position:relative;
    z-index:1300 !important;
  }
  .nav-topbar .nav-links{
    display:flex !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    z-index:1250 !important;
    transform:translateY(-8px);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .nav-topbar .nav-links.open{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:translateY(0);
  }
}

/* Keep product photography compact on phones so the whole card is easier to appreciate. */
@media (max-width:640px){
  .burrito-grid .food-card img{
    width:100% !important;
    height:clamp(185px,52vw,220px) !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center !important;
  }
  .menu-card>img,
  .menu-card-wide>img{
    width:100% !important;
    height:clamp(190px,54vw,225px) !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center !important;
  }
  /* User-supplied Fit Meal photos are shown whole instead of being aggressively cropped. */
  .fit-grid .menu-card>img{
    height:clamp(200px,58vw,235px) !important;
    object-fit:contain !important;
    background:#f4eee7 !important;
  }
  .meal-prep-gallery .meal-prep-tile img{
    height:clamp(190px,54vw,225px) !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    background:#f5efe8 !important;
  }
}

/* Drawers must sit above the fixed site header on desktop and mobile. */
.meal-prep-modal,
.brunch-modal,
.breakfast-crew-modal{
  z-index:1200 !important;
}

.meal-prep-close,
.brunch-close,
.breakfast-crew-close{
  position:sticky !important;
  top:12px !important;
  right:auto !important;
  margin-left:auto !important;
  margin-bottom:-42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  z-index:40 !important;
  flex:0 0 auto;
}

@media (max-width:760px){
  .meal-prep-drawer,
  .brunch-drawer,
  .breakfast-crew-drawer{
    position:fixed !important;
    inset:0 !important;
    width:100% !important;
    max-width:none !important;
    height:100dvh !important;
    min-height:100dvh !important;
    padding-top:calc(18px + env(safe-area-inset-top)) !important;
    padding-bottom:calc(36px + env(safe-area-inset-bottom)) !important;
    border-radius:0 !important;
  }
  .meal-prep-close,
  .brunch-close,
  .breakfast-crew-close{
    top:calc(10px + env(safe-area-inset-top)) !important;
  }
}

/* v40: robust mobile navigation drawer + slow continuous Food Truck Hours ticker */
.nav-hours-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:100%;
}
.nav-hours-group{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex:0 0 auto;
  white-space:nowrap;
}
.nav-hours-clone{display:none}

@media (min-width:981px){
  .nav-hours-track{justify-content:center;width:100%;min-width:0}
  .nav-hours-group{justify-content:center}
}

@media (max-width:980px){
  /* Make the mobile navigation unmistakably visible when the hamburger is opened. */
  .nav-topbar .nav-links{
    position:fixed !important;
    top:106px !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    height:calc(100dvh - 106px) !important;
    max-height:none !important;
    margin:0 !important;
    padding:18px 22px calc(30px + env(safe-area-inset-bottom)) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:0 !important;
    background:rgba(12,12,12,.995) !important;
    box-shadow:0 18px 50px rgba(0,0,0,.46) !important;
    overflow-y:auto !important;
    overscroll-behavior:contain !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    transform:translateY(-10px) !important;
    z-index:9999 !important;
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  }
  .nav-topbar .nav-links.open{
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
  }
  .nav-topbar .nav-links a{
    display:flex !important;
    width:100% !important;
    min-height:56px !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:0 8px !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    letter-spacing:.045em !important;
    text-transform:uppercase !important;
    opacity:1 !important;
  }
  .nav-topbar .nav-links a:last-child{border-bottom:0 !important}
  body.mobile-nav-open{overflow:hidden !important}

  /* Slow marquee. Two identical groups create a seamless loop. */
  .nav-hours-strip{
    overflow:hidden !important;
    padding:0 !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
  }
  .nav-hours-track{
    min-width:max-content !important;
    animation:blankitasHoursMarquee 26s linear infinite;
    will-change:transform;
  }
  .nav-hours-group{
    gap:22px;
    padding:0 22px;
  }
  .nav-hours-clone{display:flex}
  .nav-hours-strip strong,
  .nav-hours-strip span{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media (max-width:480px){
  .nav-topbar .nav-links{
    top:102px !important;
    height:calc(100dvh - 102px) !important;
  }
  .nav-hours-group{gap:20px;padding:0 18px}
}

@keyframes blankitasHoursMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (prefers-reduced-motion:reduce){
  .nav-hours-track{animation:none !important}
}

/* v41: body-level mobile navigation overlay to avoid header stacking/clipping issues on iOS Safari */
.mobile-nav-panel{display:none}
@media (max-width:980px){
  /* Keep the desktop nav hidden on phones; the body-level panel below is the actual mobile menu. */
  .nav-topbar .nav-links{display:none !important}
  .nav-topbar .nav-links.open{display:none !important}

  .mobile-nav-panel{
    position:fixed;
    top:106px;
    left:0;
    right:0;
    bottom:0;
    z-index:20000;
    display:block;
    background:rgba(12,12,12,.995);
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .mobile-nav-panel.open{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
  .mobile-nav-panel nav{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:18px 22px calc(32px + env(safe-area-inset-bottom));
  }
  .mobile-nav-panel a{
    display:flex;
    align-items:center;
    min-height:58px;
    width:100%;
    padding:0 10px;
    border-bottom:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:15px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:.045em;
    text-transform:uppercase;
    text-decoration:none;
  }
  .mobile-nav-panel a:last-child{border-bottom:0}
}
@media (max-width:480px){
  .mobile-nav-panel{top:102px}
}
