:root {
  --red: #a60000;
  --red-bright: #c41212;
  --cream: #f7eedc;
  --paper: #fffaf0;
  --ink: #17150f;
  --green: #173e25;
  --gold: #ffc400;
  --line: #d8c6a7;
  --shadow: 0 18px 60px rgba(54, 25, 7, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Trebuchet MS", Arial, sans-serif; }
body.cart-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 40; min-height: 92px; padding: 16px clamp(18px, 5vw, 76px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  background: rgba(255, 250, 240, 0.96); border-bottom: 1px solid rgba(125, 74, 42, 0.16); backdrop-filter: blur(14px);
}
.brand { width: 220px; padding-block: 3px; }
.brand img { width: 100%; max-height: 56px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.desktop-nav a { padding: 12px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { color: var(--red); border-color: var(--red); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.menu-toggle, .mobile-nav { display: none; }
.cart-trigger { justify-self: end; border: 0; border-radius: 999px; color: #fff; background: var(--green); padding: 10px 12px 10px 16px; display: flex; align-items: center; gap: 9px; cursor: pointer; font-weight: 800; }
.cart-trigger b { display: grid; place-items: center; min-width: 26px; height: 26px; padding: 0 7px; border-radius: 20px; background: #fff; color: var(--green); }

.hero { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; background: var(--red); color: #fff; }
.hero-copy { align-self: center; padding: 70px 5vw 74px max(28px, 7vw); position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #fff2dc; font: 700 15px Georgia, serif; text-transform: uppercase; letter-spacing: .18em; }
.kicker span { width: 32px; height: 1px; background: currentColor; }
.hero h1 { max-width: 700px; margin: 0; font: 900 clamp(48px, 6vw, 88px)/.93 Georgia, "Times New Roman", serif; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #f8dfcf; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; border: 0; border-radius: 8px; padding: 14px 22px; display: inline-flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #211500; box-shadow: 0 8px 24px rgba(60, 30, 0, .18); }
.hero .button-primary { background: var(--gold); color: #2a1b00; }
.button-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.5); }
.button-full { width: 100%; }
.service-note { margin-top: 26px; color: #f8dfcf; font-size: 14px; }
.service-note span { color: #57d276; margin-right: 7px; }
.opening-note { display: inline-block; margin: 16px 0 0; padding: 8px 12px; color: #2a1b00; background: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(105deg, var(--red) 0%, transparent 36%), radial-gradient(circle at 74% 40%, var(--gold) 0 31%, #e6a900 32% 44%, transparent 45%); }
.sunburst { position: absolute; width: 580px; aspect-ratio: 1; z-index: -2; border-radius: 50%; background: repeating-conic-gradient(#ffe170 0 8deg, var(--gold) 8deg 16deg); opacity: .78; }
.hero-food { position: absolute; width: min(920px, 112%); max-width: none; right: 14%; bottom: -3%; filter: drop-shadow(0 34px 24px rgba(32,8,0,.43)); }
.hero-logo { position: absolute; top: 8%; right: 13%; width: 390px; filter: drop-shadow(0 8px 8px rgba(0,0,0,.2)); }
.hero-stamp { position: absolute; left: 120px; top: calc(38% + 100px); width: 155px; aspect-ratio: 1; border: 2px solid #fff5d5; outline: 1px dashed #fff5d5; outline-offset: -8px; border-radius: 50%; background: var(--green); display: grid; align-content: center; text-align: center; transform: rotate(-9deg); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.hero-stamp strong { font: 900 27px Georgia, serif; text-transform: uppercase; }
.hero-stamp span { padding: 3px 14px; font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }

.promise-strip { overflow: hidden; background: var(--green); color: #f8edd2; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.promise-track { min-height: 52px; display: flex; justify-content: center; }
.promise-group { min-width: 100%; padding: 13px 5vw; display: flex; justify-content: center; align-items: center; gap: clamp(15px, 3vw, 46px); }
.promise-group[aria-hidden="true"] { display: none; }
.promise-strip i { color: var(--gold); font-style: normal; }

.menu-section { padding: 92px clamp(18px, 5vw, 76px) 110px; background: var(--cream); }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto; }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; }
.section-heading h2, .salsas-copy h2, .location-card h2 { margin: 0; font: 900 clamp(36px, 5vw, 62px)/1 Georgia, serif; letter-spacing: -.045em; }
.section-heading > p:last-child { color: #6f6352; line-height: 1.6; }
.category-nav { position: sticky; top: 91px; z-index: 30; max-width: 1180px; margin: 34px auto 44px; padding: 9px; display: flex; flex-wrap: nowrap; gap: 6px; overflow-x: auto; scrollbar-width: none; background: rgba(255,250,240,.94); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 30px rgba(79,43,18,.08); backdrop-filter: blur(14px); }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: 1 1 0; min-width: 0; min-height: 42px; padding: 10px 8px; display: flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 11px; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .025em; white-space: nowrap; }
.category-nav a:hover { background: var(--red); color: #fff; }
.category-nav a.is-active { background: var(--red); color: #fff; box-shadow: 0 5px 12px rgba(166,0,0,.22); }
.guiso-callout { max-width: 1180px; margin: -18px auto 42px; padding: 22px 24px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; color: #fff; background: #c4ad7f; border: 0; border-radius: 14px; box-shadow: 0 14px 34px rgba(100, 80, 44, .22); }
.guiso-icon { font-size: 48px; }
.guiso-callout p { margin: 0 0 3px; color: #fff9e9; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.guiso-callout h3 { margin: 0 0 5px; font: 900 29px/1 Georgia, serif; }
.guiso-callout div > span { color: #fff9e9; font-size: 13px; line-height: 1.45; }
.guiso-callout a { min-width: 250px; min-height: 48px; padding: 12px 22px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--gold); color: #2a1b00; font-size: 11px; font-weight: 900; text-transform: uppercase; text-align: center; }
.menu-layout { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 30px; align-items: start; }
.menu-categories { min-width: 0; }
.category { padding: 42px 0 16px; border-top: 1px solid var(--line); }
.category:first-child { border-top: 0; padding-top: 0; }
.category-heading { min-height: 82px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; position: relative; overflow: hidden; }
.category-heading p { margin: 0 0 4px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.category-heading h3 { margin: 0; font: 900 35px/1 Georgia, serif; }
.category-heading img { width: 180px; max-height: 110px; object-fit: contain; object-position: center right; filter: drop-shadow(0 8px 8px rgba(51,28,9,.15)); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-card { min-height: 142px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; background: var(--paper); border: 1px solid rgba(136,99,58,.22); border-radius: 12px; box-shadow: 0 4px 16px rgba(53,34,11,.04); }
.product-card-photo { min-height: 154px; display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: center; gap: 14px; }
.product-photo { width: 108px; height: 112px; object-fit: contain; object-position: center; filter: drop-shadow(0 6px 6px rgba(51,28,9,.13)); }
.product-card-body { min-width: 0; min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; gap: 13px; }
.product-copy h4 { margin: 0; font: 900 20px/1.15 Georgia, serif; }
.view-photo { display: inline-flex; align-items: center; gap: 5px; margin: 9px 0 0; border: 0; padding: 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; }
.inline-view { color: #3a2711; }
.product-copy p { margin: 8px 0 0; color: #6f6352; font-size: 13px; line-height: 1.45; }
.badge { display: inline-block; margin-bottom: 9px; padding: 4px 7px; background: #e4eddc; color: var(--green); border-radius: 4px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.product-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-action > strong { font-size: 18px; color: var(--red); }
.add-button { border: 1px solid var(--green); border-radius: 7px; padding: 8px 9px 8px 12px; background: transparent; color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.add-button span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-left: 5px; border-radius: 50%; color: #fff; background: var(--green); font-size: 15px; }
.stepper { display: grid; grid-template-columns: 32px 28px 32px; align-items: center; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.stepper button { width: 32px; height: 32px; border: 0; background: #f4ead7; color: var(--red); font-size: 19px; cursor: pointer; }
.stepper span { text-align: center; font-size: 13px; font-weight: 900; }
.order-summary { position: sticky; top: 174px; padding: 22px; background: var(--green); color: #fff; border-radius: 14px; box-shadow: var(--shadow); }
.summary-top { display: flex; align-items: center; justify-content: space-between; font: 900 24px Georgia, serif; }
.summary-top b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--gold); color: #2a1b00; font: 900 13px "Trebuchet MS", sans-serif; }
.empty-mini { color: #cbd7cd; font-size: 14px; line-height: 1.5; }
.mini-items { margin: 18px 0; padding: 14px 0; border-block: 1px solid rgba(255,255,255,.18); }
.mini-items p { display: flex; justify-content: space-between; gap: 12px; margin: 9px 0; color: #e9f0ea; font-size: 12px; }
.mini-items p span { max-width: 160px; }
.mini-items p strong { white-space: nowrap; }
.mini-items small { color: #bcc9be; }
.mini-total { display: flex; justify-content: space-between; align-items: end; margin-bottom: 16px; font-size: 12px; }
.mini-total strong { color: #ffd054; font-size: 23px; }

.salsas-section { padding: 90px clamp(18px, 7vw, 110px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; background: var(--paper); }
.salsas-copy > p:last-child { max-width: 450px; color: #6f6352; line-height: 1.6; }
.salsa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.salsa-grid article { min-height: 115px; padding: 18px; display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.salsa-grid h3 { margin: 0; font: 900 17px Georgia, serif; }
.salsa-grid p { margin: 5px 0 0; color: #756958; font-size: 12px; }
.salsa-grid b { font-size: 24px; letter-spacing: -1px; line-height: 1; white-space: nowrap; }
.salsa-dot { width: 48px; height: 48px; border: 6px solid #d9c6a2; border-radius: 50%; box-shadow: inset 0 0 9px rgba(0,0,0,.5); }
.salsa-dot.green { background: #65972c; }.salsa-dot.red { background: #9f170f; }.salsa-dot.tomato { background: #c94b1a; }.salsa-dot.smoke { background: #53382a; }

.location-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; background: var(--red); color: #fff; overflow: hidden; }
.location-card { align-self: center; padding: 80px max(30px, 7vw); }
.location-card .eyebrow { color: #ffd45b; }
.location-card h2 { max-width: 650px; }
.location-details { margin: 36px 0; display: grid; gap: 19px; }
.location-details > div { display: flex; gap: 14px; align-items: flex-start; }
.location-details span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #ffd45b; font-size: 20px; }
.location-details p { margin: 1px 0 0; color: #f5ded0; line-height: 1.5; }
.location-details strong { color: #fff; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-ghost.light { border-color: rgba(255,255,255,.45); }
.whatsapp-link { align-self: center; padding: 11px 1px 8px; border-bottom: 2px solid #25d366; color: #25d366; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; }
.whatsapp-link:hover { color: #70ef9d; border-color: #70ef9d; }
.location-actions .button-ghost { border-color: rgba(255,255,255,.55); }
.location-photo { position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #f1bd40, #be740d 58%, #8b0000 59%); }
.location-photo img { width: min(760px, 110%); filter: drop-shadow(0 35px 30px rgba(47,7,0,.45)); }
.photo-caption { position: absolute; right: 6%; bottom: 6%; padding: 18px 22px; background: var(--green); border: 2px solid #f5e4c1; border-radius: 50%; text-align: center; font: 700 16px/1.25 Georgia, serif; transform: rotate(-7deg); }

footer { min-height: 150px; padding: 36px clamp(18px, 6vw, 90px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; background: #101e14; color: #cbd6cc; }
footer img { width: 250px; }
footer p { text-align: center; }
footer a { justify-self: end; color: #fff; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.footer-actions { justify-self: end; display: grid; justify-items: end; gap: 13px; }.footer-actions a { justify-self: auto; }.review-link { padding: 12px 15px; border: 1px solid #ffd45b; border-radius: 7px; color: #ffd45b; font-size: 10px; text-align: center; }
.branding-ribbon { height: 50px; display: grid; place-items: center; background: #085A6E; color: #fff; }.branding-ribbon a { color: inherit; font-size: 16px; font-weight: 700; text-decoration: none; }.branding-ribbon a:hover { text-decoration: underline; }

.cart-backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(13, 9, 5, .64); opacity: 0; pointer-events: none; transition: opacity .25s; }
.cart-backdrop.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 70; width: min(480px, 100%); display: grid; grid-template-rows: auto 1fr auto; background: var(--paper); box-shadow: -20px 0 70px rgba(0,0,0,.2); transform: translateX(103%); transition: transform .3s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { min-height: 92px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-header p { margin: 0 0 3px; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.drawer-header h2 { margin: 0; font: 900 27px Georgia, serif; }
.drawer-header button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 27px; cursor: pointer; }
.drawer-content { min-height: 0; padding: 10px 24px 24px; overflow-y: auto; }
.cart-items article { padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-items h3 { margin: 0; font: 900 17px Georgia, serif; }
.cart-items p { margin: 4px 0 12px; color: #776b5b; font-size: 12px; }
.cart-line-action { display: flex; align-items: center; justify-content: space-between; }
.cart-line-action > strong { color: var(--red); }
.order-fields { padding-top: 20px; display: grid; gap: 14px; }
.order-fields label { display: grid; gap: 7px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.order-fields input, .order-fields textarea, .order-fields select { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 15px; font-weight: 400; text-transform: none; letter-spacing: 0; outline: none; }
.order-fields input:focus, .order-fields textarea:focus, .order-fields select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(166,0,0,.1); }
.drawer-footer { padding: 18px 24px 22px; border-top: 1px solid var(--line); background: #fff8e9; }
.drawer-footer > div { display: flex; justify-content: space-between; align-items: end; }
.drawer-footer > div span { font-weight: 900; }
.drawer-footer > div strong { color: var(--red); font-size: 28px; }
.drawer-footer p { margin: 7px 0 14px; color: #776b5b; font-size: 11px; }
.whatsapp-button { width: 100%; min-height: 52px; border: 0; border-radius: 8px; background: #1d9d54; color: #fff; font-weight: 900; cursor: pointer; }
.whatsapp-button span { color: #fff; margin-right: 5px; }
.empty-cart { min-height: 55vh; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-cart > span { font-size: 42px; }.empty-cart h3 { margin: 16px 0 5px; font: 900 24px Georgia, serif; }.empty-cart p { margin: 0 0 20px; color: #776b5b; }
.mobile-cart { display: none; }
.image-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; background: rgba(17, 10, 4, .78); transition: opacity .2s; }
.image-modal.is-open { opacity: 1; pointer-events: auto; }
.image-modal figure { position: relative; width: min(620px, 100%); margin: 0; padding: 20px; border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.image-modal img { width: 100%; max-height: 68vh; object-fit: contain; }
.image-modal figcaption { margin-top: 10px; color: var(--red); font: 900 20px Georgia, serif; text-align: center; }
.image-modal-close { position: absolute; top: 12px; right: 12px; z-index: 1; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--green); color: #fff; font-size: 26px; cursor: pointer; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 40px; }
  .hero-visual { min-height: 520px; }
  .hero-logo { width: 315px; top: 7%; right: 9%; }
  .category-nav { display: flex; flex-wrap: wrap; overflow: visible; }
  .category-nav a { flex: 1 0 calc(33.333% - 6px); text-align: center; white-space: normal; }
  .menu-layout { grid-template-columns: 1fr; }
  .order-summary { display: none; }
  .salsas-section { grid-template-columns: 1fr; }
  .location-section { grid-template-columns: 1fr; }
  .location-photo { min-height: 520px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer a, .footer-actions { justify-self: center; }.footer-actions { justify-items: center; }
  .mobile-cart { position: fixed; left: 14px; right: 14px; bottom: 5px; z-index: 50; min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 2px solid #fff; border-radius: 12px; color: #fff; background: var(--green); box-shadow: 0 10px 35px rgba(0,0,0,.27); font-weight: 900; cursor: pointer; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 120px; }
  .site-header { min-height: 78px; padding: 12px 14px; grid-template-columns: 1fr auto auto; gap: 8px; }
  .brand { width: 150px; padding-block: 4px; }
  .brand img { max-height: 46px; }
  .cart-trigger { padding: 9px; }
  .cart-trigger > span:nth-child(2) { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--green); font-size: 24px; cursor: pointer; }
  .mobile-nav { position: fixed; top: 78px; left: 0; right: 0; z-index: 39; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-height: 0; padding: 0 14px; overflow: hidden; background: var(--paper); box-shadow: 0 12px 26px rgba(35,20,8,.14); opacity: 0; pointer-events: none; transition: max-height .25s, padding .25s, opacity .2s; }
  .mobile-nav.is-open { max-height: 80px; padding: 14px; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 13px 10px; background: var(--paper); color: var(--green); border: 0; font-size: 12px; font-weight: 900; text-align: center; text-transform: uppercase; text-decoration: none; }
  .mobile-nav a:hover { color: var(--red); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 5px; }
  .hero { min-height: auto; }
  .hero-copy { order: 2; padding: 24px 22px 42px; }
  .hero h1 { font-size: 50px; }
  .hero-actions { display: grid; }
  .hero-visual { order: 1; min-height: 630px; }
  .hero-food { width: 128%; max-width: none; left: 50%; right: auto; bottom: 35px; transform: translateX(-50%); }
  .hero-visual::after { display: none; }
  .sunburst { width: min(calc(100vw - 32px), 420px); max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .hero-logo { width: 270px; left: 50%; right: auto; top: 14px; transform: translateX(-50%); }
  .hero-stamp { width: 116px; left: 50%; top: auto; bottom: 70px; transform: translateX(-50%) rotate(-9deg); }
  .hero-stamp strong { font-size: 21px; }
  .promise-track { width: max-content; justify-content: flex-start; animation: promise-marquee 22s linear infinite; }
  .promise-group { min-width: auto; padding: 13px 22px; gap: 22px; white-space: nowrap; }
  .promise-group[aria-hidden="true"] { display: flex; }
  .menu-section { padding: 68px 14px 90px; }
  .category-nav { position: sticky; top: 78px; z-index: 35; margin: 28px 0 30px; padding-left: 28px; display: flex; flex-wrap: nowrap; gap: 6px; overflow-x: auto; scroll-snap-type: x proximity; border-radius: 9px; }
  .category-nav a { flex: 0 0 auto; padding: 11px 13px; white-space: nowrap; scroll-snap-align: start; text-align: center; }
  .guiso-callout { margin: -12px 0 34px; padding: 20px; grid-template-columns: auto 1fr; }
  .guiso-callout a { grid-column: 1 / -1; width: 100%; margin: 0; justify-self: stretch; }
  .category { padding-top: 34px; }
  .category-heading h3 { font-size: 30px; }
  .category-heading img { width: 110px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 128px; }
  .product-card-photo { grid-template-columns: 92px minmax(0, 1fr); gap: 11px; padding: 15px; }
  .product-photo { width: 92px; height: 100px; }
  .product-card-body { min-height: 100px; }
  .salsas-section { padding: 68px 18px; }
  .salsa-grid { grid-template-columns: 1fr; }
  .location-card { padding: 68px 22px; }
  .location-photo { min-height: 390px; }
  .location-photo img { width: 125%; max-width: none; }
  footer { padding-bottom: 100px; }
}

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

@keyframes promise-marquee { to { transform: translateX(-50%); } }
