/* =========================================================
   Pronto Taco – main.css
   Clean, consistent, reusable
   ========================================================= */

/* 1) Root + resets --------------------------------------- */
:root {
  --primarycolor: #5bcecb;
  --highlight-color: #f5655f;
  --gray: #425466;

  --container: 1000px;
  --image-radius: 10px;

  --step-3: clamp(3rem, 7vw, 6rem);
  --step-2: clamp(1.5rem, 2.8vw, 2.25rem);
  --step-1: clamp(1.125rem, 2.2vw, 1.5rem);

  --home-hero-title: clamp(3.2rem, 5vw, 4.25rem);
  --home-hero-title-mobile: clamp(4rem, 8.5vw, 5rem);

  --space-2xs: clamp(0.25rem, 0.2rem + 0.2vw, 0.375rem);
  --space-xs: clamp(0.5rem, 0.4rem + 0.3vw, 0.75rem);
  --space-sm: clamp(0.75rem, 0.6rem + 0.3vw, 1rem);
  --space-md: clamp(1rem, 0.8rem + 0.6vw, 1.5rem);
  --space-lg: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  --space-xl: clamp(2rem, 1.6rem + 1.4vw, 3.5rem);
  --space-2xl: clamp(2.5rem, 2rem + 2vw, 5rem);

  --section-gap: 4rem;
  --hero-top-gap: 2.25rem;
  --hero-subtitle-gap: var(--space-md);
  --hero-cta-image-gap: var(--space-xl);
  --cta-bridge-gap: var(--space-lg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 10px 0 0 0;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  -webkit-appearance: none;
}

/* 2) Base elements --------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-size: 3rem;
}

h2 {
  line-height: 1.2;
  margin: 0 0 var(--space-sm) 0;
}

h3 {
  line-height: 1.2;
  margin: 0 0 var(--space-xs) 0;
}

main a:link,
main a:visited,
main a:active {
  color: var(--primarycolor);
  font-weight: 700;
}

main a:hover {
  color: var(--highlight-color);
  font-weight: 700;
}

input {
  padding: 13px 0 12px 14px;
  border: 1px solid #617186;
  border-radius: 100px;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  color: #617186;
}

input:not([type="submit"]) {
  font-style: italic;
}

input[type="submit"] {
  background: var(--primarycolor);
  border: none !important;
  margin-left: 2px;
  padding: 12px 20px 9px;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: #fff;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* 3) Layout container ------------------------------------ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
}

/* =========================================================
   Sitewide vertical rhythm
   ========================================================= */
main {
  display: flow-root;
  padding-bottom: var(--section-gap);
}

main :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform) {
  margin: 0;
}

main > :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform):first-child,
main > .container > :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform):first-child {
  margin-top: var(--hero-top-gap);
}

main > :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform)
+ :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform),
main > .container > :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform)
+ :where(.hero, .page-intro, .page-intro--home, .location-hero, .section, .block, .image-row, .quickform) {
  margin-top: var(--section-gap);
}

main > .container > .location-hero + :where(.block, .section, .quickform) {
  margin-top: var(--section-gap);
}

/* =========================================================
   Home hero
   ========================================================= */
#page-home .page-intro--home {
  margin: 4rem auto 4.375rem;
  max-width: 940px;
  text-align: center;
}

#page-home .page-intro--home .hero-image {
  display: block;
  width: 100%;
  max-width: 542px;
  height: auto;
  border-radius: var(--image-radius);
  aspect-ratio: auto;
  object-fit: initial;
  margin-left: auto;
  margin-right: auto;
}

#page-home .page-intro--home .hero-copy {
  margin-top: 1.25rem;
}

#page-home .hero-title {
  margin: 0 0 0.25em 0;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: var(--home-hero-title);
  color: var(--highlight-color);
  text-transform: none;
}

#page-home .image-subtitle {
  line-height: 1.55;
}

#page-home .hero-cta {
  margin-top: 1.25rem;
}

#page-home .hero-secondary {
  margin-top: 0.75rem;
  max-width: 36rem;
}

#page-home .service-stack {
  display: grid;
  gap: clamp(3rem, 4vw, 4.5rem);
}

#page-home .service-card {
  padding-bottom: clamp(0.5rem, 1vw, 1rem);
}

#page-home .service-card .columns {
  margin-top: 0;
}

.site-footer {
  margin-top: var(--section-gap);
}

/* =========================================================
   Utilities + helpers
   ========================================================= */
.typeform {
  width: 100%;
}

.typeform-embed {
  width: 100%;
  height: 500px;
}

.u-mt-xs {
  margin-top: var(--space-xs) !important;
}

.u-mt-sm {
  margin-top: var(--space-sm) !important;
}

.u-mt-md {
  margin-top: 1rem !important;
}

.centered--narrow {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.text-measure {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: grid;
  gap: var(--space-lg);
  align-items: start;
}

.columns > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--image-radius);
}

.block .columns + .columns {
  margin-top: var(--space-xl);
}

.section--popular-events .columns + .columns {
  margin-top: clamp(3.25rem, 8vw, 4.5rem);
}

.block {
  max-width: 860px;
  padding: 1rem;
}

.centered {
  text-align: center;
  padding: 0;
}

.block__list li + li {
  margin-block-start: var(--space-xs);
}

.button + .button {
  margin-inline-start: var(--space-xs);
}

main .button,
main a.button {
  margin-top: var(--space-sm);
  margin-bottom: 0;
}

.cta-bridge {
  margin-bottom: calc(var(--section-gap) - var(--cta-bridge-gap));
}

.centered.cta-bridge,
.block.cta-bridge {
  width: 100%;
}

.menu-section-intro {
  max-width: 860px;
  margin: 4.575rem auto 1.375rem;
  padding: 0 15px;
}

.menu-grid-pad-top {
  padding-top: 50px;
}

/* 4) Header / nav ---------------------------------------- */
header {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 10px 10px;
}

.logo {
  margin-right: auto;
}

.logo img {
  width: 125px;
  height: auto;
  display: block;
}

header {
  display: flex;
  align-items: center;
}

.menu-toggle {
  background: url(../assets/icons/menu-icon.svg) center center no-repeat;
  background-size: 24px 16px;
  border: 0;
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
}

.js .menu-toggle {
  display: block;
}

.menu-toggle:focus:not(:focus-visible) {
  outline: none;
}

.menu-close {
  background: transparent url(../assets/icons/menu-close.svg) top left no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
}

.menu-close-container {
  text-align: right;
  margin-bottom: 2rem;
}

.nav-item {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: var(--gray);
}

.nav-primary,
.nav-primary * {
  box-sizing: border-box;
}

.js .nav-primary {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 20;
}

.nav-primary.open {
  background: #fff;
  color: #000;
  padding: 1.75rem 1rem 1rem;
  overflow-y: auto;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  height: 100dvh;
}

.nav-primary > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.js .nav-primary > ul {
  padding-left: 0;
}

.nav-primary li {
  list-style: none;
  margin-bottom: 1.5rem;
}

.nav-primary li:has(.button) {
  margin-top: 2.375rem;
}

body.nav-locked {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
}

/* 5) Components ------------------------------------------ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  background: var(--primarycolor);
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 1.175rem;
  line-height: 1;
  padding: 1.2rem 24px;
  margin: 0;
  border-radius: 0;
}

.button:link,
.button:visited,
.button:active,
.button:hover {
  background: var(--primarycolor);
  color: #fff;
  text-decoration: none;
}

header .button {
  display: initial;
  font-size: 1.175rem;
  font-weight: 700;
  height: 33px !important;
  padding: 1.2rem 24px;
  border-radius: 0;
  white-space: nowrap;
}

header .button--order {
  background: var(--highlight-color);
  color: #fff;
}

header .button--order:link,
header .button--order:visited,
header .button--order:active,
header .button--order:hover,
header .button--order:focus {
  background: var(--highlight-color);
  color: #fff;
  text-decoration: none;
}

.block__heading {
  font-family: "Rubik", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 var(--space-sm);
}

.block__list {
  color: var(--gray);
  font-weight: 600;
  margin: 0 0 var(--space-md) 1.125rem;
  padding: 0;
}

.image-title {
  font: 700 2rem "Roboto Slab", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
  padding-bottom: 14px;
}

.image-title-menu {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-size: 2.75rem;
  color: var(--primarycolor);
  margin: 0;
  padding-bottom: 14px;
}

.image-subtitle {
  color: var(--gray);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.444;
  margin: 0 0 var(--space-lg);
  letter-spacing: -0.025rem;
}

.page-intro .image-subtitle,
.page-intro--home .image-subtitle {
  margin-bottom: var(--hero-subtitle-gap);
}

body:not(#page-home) .page-intro .hero-image {
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  height: 459px;
  object-fit: cover;
  aspect-ratio: 300 / 459;
  border-radius: var(--image-radius);
  display: block;
  margin: 0;
}

.explainer-text {
  font-family: "Open Sans", sans-serif;
  color: var(--gray);
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.38;
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
}

/* 6) Mega nav / subnav ----------------------------------- */
.has-subnav__toggle {
  display: none;
}

.subnav {
  margin: 1.5rem 0 0;
  padding: 0;
}

.subnav a:link,
.subnav a:visited,
.subnav a:active {
  color: var(--gray);
  text-decoration: none;
}

.subnav a:hover {
  color: var(--primarycolor);
  text-decoration: none;
}

.subnav li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--gray);
}

.has-mega {
  position: static;
}

.mega__col a {
  display: block;
  padding: 10px 0;
  color: var(--gray);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.25;
}

.mega__col a:hover {
  color: var(--primarycolor);
  text-decoration: underline;
}

/* 7) Responsive layout ----------------------------------- */
@media (min-width: 900px) {
  .block {
    margin: 0 auto;
    padding: 1rem 0;
  }

  .columns {
    --gap: 35px;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--gap);
    align-items: start;
  }

  .columns > div,
  .columns > section,
  .columns > article {
    flex: 1 1 0;
    min-width: 0;
  }

  .block .columns > img {
    flex: 0 0 459px;
    width: 459px;
    max-width: 459px;
    height: 277px;
    object-fit: cover;
    border-radius: var(--image-radius);
    display: block;
  }

  .block .columns > :not(img) {
    flex: 1 1 0;
    min-width: 0;
  }

  .page-intro {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 56px;
    max-width: 880px;
    padding: 0;
    margin-inline: auto;
    text-align: left;
    flex-flow: row nowrap;
  }

  .page-intro > :not(.hero-image) {
    flex: 0 1 480px;
    max-width: 480px;
    min-width: 0;
    margin-left: 24px;
    margin-right: auto;
  }

  body:not(#page-home) .page-intro .hero-image {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    height: 459px;
    object-fit: cover;
    aspect-ratio: 300 / 459;
    border-radius: var(--image-radius);
    display: block;
    margin: 0;
  }

  .quickform {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
  }

  #page-home .page-intro--home {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 0;
    text-align: left;
  }

  #page-home .page-intro--home .hero-image {
    flex: 0 0 542px;
    width: 542px;
    max-width: none;
    margin: 0;
    align-self: flex-start;
  }

  #page-home .page-intro--home .hero-copy {
    margin-top: 0;
    max-width: 520px;
  }

  #page-home .hero-title {
    font-size: clamp(4.25rem, 3vw + 1.5rem, 5.25rem);
  }

  #page-home .service-card .columns {
    align-items: start;
  }
}

/* ≥930 desktop header + inline nav + mega */
@media (min-width: 930px) {
  header {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 50;
  }

  .menu-close,
  .menu-toggle,
  .js .menu-toggle {
    display: none;
  }

  .nav-item {
    font-size: 0.96rem;
    line-height: 1;
  }

  .nav-primary,
  .js .nav-primary,
  .nav-primary.open {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible;
    visibility: visible;
    background: transparent;
    color: inherit;
  }

  .nav-primary > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    min-width: 0;
  }

  .nav-primary li {
    padding: 0 0.35rem;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .nav-primary li:has(.button) {
    margin-top: 0;
  }

  .has-subnav {
    position: relative;
  }

  .has-subnav__toggle {
    display: inline;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    margin: 0 0 0 0.2em;
    padding: 0;
    color: currentColor;
  }

  .has-subnav.has-mega {
    position: static;
  }

  .has-subnav svg {
    stroke: currentColor;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.075em;
    display: inline-block;
  }

  .subnav.mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--container);
    margin: 0;
    padding: 30px 0;
    background: #fff;
    display: none;
    z-index: 30;
  }

  .has-subnav__toggle[aria-expanded="true"] + .subnav.mega {
    display: block;
  }

  .has-mega:hover > .subnav.mega {
    display: block;
  }

  .mega__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 22px 0 120px;
  }

  .mega__image {
    position: relative;
    overflow: hidden;
    border-radius: var(--image-radius);
    min-height: 240px;
    background: #f7f7f7;
  }

  .mega__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mega__caption {
    position: absolute;
    left: 10px;
    bottom: 8px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 13px;
  }

  header .button {
    font-size: 1rem;
    height: 33px !important;
    padding: 0.7rem 22px;
  }
}

/* Mobile refinements */
@media (max-width: 929.98px) {
  .subnav.mega {
    border: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
    background: transparent;
  }

  .mega__col a {
    text-align: center;
  }

  .nav-primary.open > ul {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }

  .mega__grid {
    display: block;
    padding: 8px 0 12px;
  }

  .mega__image {
    display: none !important;
  }

  .mega__col {
    padding: 6px 0 8px;
  }

  .mega__col a {
    border-bottom: 1px solid #e9edf3;
  }

  .mega__col a:last-child {
    border-bottom: 0;
  }

  .nav-primary.open,
  .nav-primary.open > ul {
    padding-bottom: max(140px, calc(24px + env(safe-area-inset-bottom, 0px)));
  }

  .nav-primary.open {
    padding: 1.25rem 1rem 2rem;
  }

  .menu-close-container {
    margin-bottom: 1.25rem;
  }

  .nav-primary li {
    margin-bottom: 1rem;
  }

  .nav-primary.open > ul > li:has(.button) {
    order: -1;
    margin-top: 0.75rem;
    margin-bottom: 0.85rem;
  }

  .nav-primary.open > ul > li:last-child {
    margin-bottom: 2.75rem;
  }

  .nav-primary .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%, 320px);
    max-width: 320px;
    min-height: 54px;
    padding: 0.95rem 1.25rem;
    font-size: 1.35rem;
    margin: 0 auto;
    text-align: center;
  }

  .nav-primary .button + .button {
    margin-top: 0.75rem;
  }

  .nav-primary .nav-item {
    font-size: 1.45rem;
  }

  .nav-primary .subnav {
    margin-top: 1rem;
  }

  .nav-primary .subnav li {
    margin-bottom: 0.9rem;
  }

  .page-intro,
  .page-intro--home {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .page-intro > div,
  .page-intro--home > div {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--hero-cta-image-gap);
  }

  .block .button,
  .block a.button,
  .section .button,
  .section a.button {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 2rem);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #page-home .page-intro--home {
    margin: 2rem auto 4.375rem;
    padding-inline: 16px;
  }

  #page-home .page-intro--home .hero-image {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  #page-home .hero-title {
    font-size: var(--home-hero-title-mobile);
  }

  body:not(#page-home) .page-intro {
    padding-inline: 16px;
  }

  body:not(#page-home) .page-intro .hero-image {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .quickform.centered {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quickform.centered .image-subtitle {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small-list readability */
@media (max-width: 600px) {
  main ul {
    padding-left: 1.1rem;
    margin: 0 0 1rem 0;
  }

  main ul li {
    text-align: left;
    margin: 0.4rem 0;
  }

  main ul li::marker {
    color: var(--gray);
    font-size: 1.1em;
  }
}

/* ===== Location hero ===== */
.location-hero {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px 0;
}

.location-title {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: var(--step-3);
  margin: 0 0 0.2em;
  color: var(--highlight-color);
}

.location-address {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-size: var(--step-2);
  color: rgba(10, 10, 10, 0.7);
  margin: 0 0 0.6em;
}

.location-hours {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--step-1);
  color: #0a0a0a;
  margin: 0 0 1rem;
}

.location-hours .hours-sep {
  display: none;
  color: rgba(10, 10, 10, 0.56);
  margin: 0;
}

@media (min-width: 640px) {
  .location-hours .hours-sep {
    display: inline;
  }
}

@media (max-width: 380px) {
  .location-hours {
    flex-direction: column;
    gap: 0.15rem;
  }

  .location-hours .hours-sep {
    display: none;
  }
}

.location-blurb {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.location-hero .text-measure {
  max-width: 720px;
  margin: 0 auto var(--space-lg);
  text-align: center;
}

.location-hero .cta-wrap {
  margin-top: var(--space-md);
  text-align: center;
}

.location-hero .location-link {
  color: var(--primarycolor);
  text-decoration: none;
  font-weight: 700;
}

.location-hero .location-link:visited,
.location-hero .location-link:active {
  color: var(--primarycolor);
  text-decoration: none;
}

.location-hero .location-link:hover,
.location-hero .location-link:focus {
  color: var(--highlight-color);
  text-decoration: underline;
}

/* =========================================================
   Menu cards
   ========================================================= */
.menu-grid {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

.menu-grid .item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 36px;
  margin: 0;
  padding: 0;
}

.menu-grid .item {
  flex: 0 0 260px;
  text-align: center;
}

body#page-menu-hub #menu-hub .item {
  text-align: center;
}

body#page-menu-hub #menu-hub .item-title {
  text-align: center;
}

body#page-menu-hub #menu-hub .image-subtitle {
  text-align: center;
}

.menu-grid .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--image-radius);
}

.menu-grid .item--featured {
  flex: 0 0 459px;
}

.menu-grid .item--featured img {
  max-width: 459px;
  aspect-ratio: 459 / 277;
  border-radius: var(--image-radius);
}

.section--pronto-combo .item--featured {
  flex: 0 0 700px;
  max-width: 700px;
}

.section--pronto-combo .item--featured img {
  max-width: 700px;
}

@media (max-width: 640px) {
  .menu-grid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-grid .item {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .menu-grid .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .menu-grid .item--featured {
    flex-basis: 100%;
    max-width: 100%;
  }

  .menu-grid .item--featured img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 360px) {
  .menu-grid .item {
    flex-basis: 100%;
  }
}

.item-title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: clamp(1.125rem, 1rem + 0.8vw, 1.5rem);
  margin-top: 0.5rem;
}

.item-title strong {
  font-weight: inherit;
}

.item .item-title,
.item .item-title a {
  font-size: 1.75rem;
  line-height: 1.05;
}

.item .image-subtitle {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .item .item-title,
  .item .item-title a {
    font-size: 2rem;
    line-height: 1.02;
  }

  .item .image-subtitle {
    font-size: 1.2rem;
    line-height: 1.28;
    margin-top: 0.55rem;
  }
}

#food-truck-menu .centered,
#taco-shop-menu .centered {
  margin-bottom: 1.5rem;
}

#food-truck-menu .image-subtitle,
#taco-shop-menu .image-subtitle {
  margin-bottom: 1.5rem;
}

#food-truck-menu .button,
#taco-shop-menu .button {
  margin-top: 0;
}

#food-truck-menu + .block {
  margin-top: var(--space-2xl);
}

#taco-shop-menu .menu-grid {
  margin-top: 2rem;
}

#taco-shop-menu .item-row {
  gap: 1.5rem;
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: #617287;
  color: #fff;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.site-footer::after {
  content: "";
  display: block;
  height: env(safe-area-inset-bottom, 0px);
  background: #617287;
}

.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 16px 18px;
}

.footer-top {
  display: grid;
  gap: 28px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-logo img {
  display: block;
  width: 124px;
  height: auto;
}

.footer-contact {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.95;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
  color: #fff !important;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.footer-title {
  margin: 0 0 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.95;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-links a {
  display: inline-block;
  font-size: 0.98rem;
  line-height: 1.2;
  opacity: 0.95;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  opacity: 0.95;
}

.footer-social,
.footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.dot {
  opacity: 0.8;
}

@media (min-width: 850px) {
  .footer-top {
    grid-template-columns: 240px 1fr;
    gap: 44px;
  }

  .footer-nav {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 18px 40px;
  }

  .footer-bottom {
    justify-content: space-between;
  }
}