@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-800-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Supreme Cooper";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/supreme-cooper-black-italic.otf") format("opentype");
}

:root {
  color-scheme: light;
  --white: #fff;
  --ink: #111;
  --secondary: #302c29;
  --red: #c5221b;
  --red-dark: #971711;
  --shadow: 0 18px 48px rgba(17, 17, 17, .13);
  --soft-shadow: 0 9px 28px rgba(17, 17, 17, .10);
  --page: min(1240px, calc(100% - 32px));
  --fold-offset: 170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Roboto Condensed", Arial, sans-serif; font-size: 17px; font-weight: 500; }
button, a { font: inherit; }
button:focus-visible, a:focus-visible { outline: 4px solid var(--ink); outline-offset: 4px; }
button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.preview-note { min-height: 24px; padding: 5px 16px; background: var(--white); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.preview-note strong { color: var(--red); }

.site-head { position: relative; z-index: 10; background: var(--white); box-shadow: 0 5px 18px rgba(17, 17, 17, .07); }
.head-main { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; width: var(--page); min-height: 58px; margin: 0 auto; }
.brand {
  display: grid;
  width: 62px;
  height: 56px;
  place-items: center;
  justify-self: center;
  text-decoration: none;
}
.brand img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.brand:hover img { transform: scale(1.035); }
.icon-button { display: inline-grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; }
.icon-button:hover { box-shadow: var(--soft-shadow); }
.icon-button img { width: 24px; height: 24px; }
.button-symbol { display: block; color: currentColor; font-family: Arial, sans-serif; font-size: 30px; font-weight: 400; line-height: 1; }
.cart-button { position: relative; justify-self: end; }
.cart-count { position: absolute; top: 1px; right: -2px; display: grid; min-width: 21px; height: 21px; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--red); color: var(--white); font-size: 12px; font-weight: 900; }
.store-row { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 36px; padding: 3px 16px; background: var(--white); }
.store-fact { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.store-fact a { color: inherit; text-decoration: none; }
.store-fact a:hover { color: var(--red); text-decoration: none; }
.store-fact .map-choice { color: var(--red); font-weight: 900; }
.store-fact img { width: 16px; height: 16px; }
.category-nav { display: flex; justify-content: center; gap: 5px; padding: 4px 12px 6px; background: var(--white); overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; padding: 7px 11px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.category-nav a[aria-current="page"] { background: var(--red); color: var(--white); }
.mobile-menu { width: var(--page); margin: 0 auto; padding: 4px 0 18px; background: var(--white); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 10px 0; color: var(--ink); font-weight: 800; text-decoration: none; }

.promo-banner { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 20px; width: var(--page); margin: 24px auto 0; padding: 16px 18px; border-radius: 8px; background: var(--white); box-shadow: var(--soft-shadow); }
.promo-kicker { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.promo-copy { min-width: 0; color: var(--ink); font-size: 20px; font-weight: 800; }
.promo-copy strong { color: var(--red); font-size: 24px; font-weight: 900; }

.page-main { width: var(--page); margin: 0 auto; padding: 10px 0 64px; }
.eyebrow { margin: 0; color: var(--red); font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-title { margin: 8px 0 12px; color: var(--ink); font-size: clamp(38px, 5vw, 66px); font-weight: 900; letter-spacing: -.045em; line-height: .96; text-transform: uppercase; }
.section-copy { max-width: 640px; margin: 0; color: var(--secondary); font-size: 18px; font-weight: 600; line-height: 1.45; }

.red-button, .black-button, .white-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 0; border-radius: 4px; cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-weight: 800; letter-spacing: .025em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.red-button { background: var(--red); color: var(--white); }
.red-button:hover { background: var(--red-dark); transform: translateY(-2px); }
.black-button { background: var(--ink); color: var(--white); }
.black-button:hover { background: var(--red); transform: translateY(-2px); }
.white-button { background: var(--white); color: var(--ink); box-shadow: var(--soft-shadow); }
.white-button:hover { transform: translateY(-2px); }
.red-button:active, .black-button:active, .white-button:active { transform: translateY(1px) scale(.985); }
.red-button:disabled, .black-button:disabled, .white-button:disabled { cursor: not-allowed; opacity: .55; transform: none; }

.food-photo { overflow: hidden; padding: 0; border: 0; appearance: none; background: var(--white); }
button.food-photo { cursor: pointer; }
.food-photo img { width: 100%; height: 100%; object-fit: contain; transition: transform .48s cubic-bezier(.2,.8,.2,1); }
.food-photo:hover img { transform: scale(1.065); }
.fold-product .food-photo img { transform: scale(1.08); }
.fold-product .food-photo:hover img { transform: scale(1.13); }

.menu-card { background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.menu-card-copy { padding: clamp(22px, 3.2vw, 42px); background: var(--white); }
.item-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin: 10px 0 6px; }
.item-line h1, .item-line h2 { margin: 0; color: var(--ink); font-size: clamp(31px, 4vw, 50px); font-weight: 900; letter-spacing: -.035em; line-height: 1; }
.item-price { flex: 0 0 auto; color: var(--red); font-size: clamp(29px, 3vw, 42px); font-variant-numeric: tabular-nums; font-weight: 900; line-height: 1; white-space: nowrap; }
.item-size { margin: 0 0 13px; color: var(--ink); font-size: 17px; font-weight: 800; text-transform: uppercase; }
.item-description { margin: 0 0 24px; color: var(--secondary); font-size: 17px; font-weight: 600; line-height: 1.45; }
.item-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.live-status { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.fold-product { height: clamp(540px, calc(100svh - var(--fold-offset)), 800px); }
.after-product { margin-top: 36px; }
.quick-intro { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 40px; margin-bottom: 0; }
.quick-menu-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); border-radius: 10px; }
.quick-menu-card .food-photo { min-height: 0; height: 100%; padding: clamp(20px, 3vw, 38px); }
.quick-menu-card .menu-card-copy { display: flex; flex-direction: column; justify-content: center; }
.truth-note { margin: 28px 0 0; color: var(--ink); font-size: 15px; font-weight: 700; text-align: center; }

.browse-intro { max-width: 760px; margin-bottom: 0; }
.browse-live { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); border-radius: 10px; }
.browse-live .food-photo { width: 100%; min-height: 0; height: 100%; padding: clamp(20px, 3vw, 36px); }
.browse-live .menu-card-copy { display: flex; flex-direction: column; justify-content: center; }
.promo-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 34px; border-radius: 12px; background: var(--white); box-shadow: var(--soft-shadow); }
.promo-card h2 { margin: 10px 0; color: var(--ink); font-size: clamp(38px, 5vw, 62px); font-weight: 900; letter-spacing: -.04em; line-height: .94; text-transform: uppercase; }
.promo-card .promo-price { margin: 22px 0 8px; color: var(--red); font-size: clamp(46px, 7vw, 74px); font-weight: 900; line-height: 1; }
.promo-card p { color: var(--secondary); font-weight: 650; line-height: 1.45; }

.signature-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: stretch; }
.signature-photo { min-height: 0; height: 100%; padding: clamp(20px, 3vw, 36px); }
.signature-offer { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 66px); background: var(--white); box-shadow: var(--shadow); }
.signature-offer h1 { margin: 12px 0; color: var(--ink); font-size: clamp(48px, 6.2vw, 82px); font-weight: 900; letter-spacing: -.05em; line-height: .87; text-transform: uppercase; }
.signature-price { margin: 18px 0 4px; color: var(--red); font-size: clamp(48px, 6vw, 72px); font-weight: 900; line-height: 1; }
.signature-size { color: var(--ink); font-size: 20px; font-weight: 900; text-transform: uppercase; }
.signature-offer .item-description { max-width: 470px; margin-top: 18px; }

.order-dock { position: fixed; z-index: 30; right: 20px; bottom: 20px; left: 20px; display: none; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 18px; width: min(880px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; padding: 11px 12px 11px 22px; border-radius: 8px; background: var(--white); box-shadow: 0 18px 58px rgba(17,17,17,.22); }
.has-cart .order-dock { display: grid; }
.order-dock-copy { min-width: 0; }
.order-dock-copy button { max-width: 100%; padding: 0; border: 0; background: var(--white); color: var(--ink); cursor: pointer; text-align: left; }
.order-dock-copy strong { display: block; overflow: hidden; font-size: 18px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.order-dock-copy span { color: var(--secondary); font-size: 14px; font-weight: 700; }
.order-dock-total { color: var(--red); font-size: 24px; font-weight: 900; }
.order-message { grid-column: 1 / -1; margin: -4px 0 0; color: var(--red); font-size: 13px; font-weight: 700; }
.order-message:empty { display: none; }

dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 10px; background: var(--white); box-shadow: 0 28px 90px rgba(0,0,0,.28); overflow: auto; }
dialog::backdrop { background: rgba(0,0,0,.58); }
.dialog-body { padding: 28px; background: var(--white); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dialog-head h2 { margin: 0; color: var(--ink); font-size: 36px; font-weight: 900; text-transform: uppercase; }
.dialog-photo { height: 250px; margin: 18px 0; padding: 8px; }
.dialog-description { color: var(--secondary); font-size: 17px; font-weight: 600; line-height: 1.45; }
.dialog-selection { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 24px 0; }
.dialog-selection strong { display: block; color: var(--ink); font-size: 22px; font-weight: 900; }
.dialog-selection span { color: var(--secondary); font-size: 14px; font-weight: 700; }
.stepper { display: inline-flex; align-items: center; gap: 8px; padding: 5px; background: var(--white); box-shadow: var(--soft-shadow); }
.stepper button { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 0; background: var(--white); cursor: pointer; }
.stepper button img { width: 19px; height: 19px; }
.stepper output { min-width: 28px; color: var(--ink); font-size: 19px; font-weight: 900; text-align: center; }
.dialog-actions { display: flex; gap: 10px; }
.dialog-actions > * { flex: 1; }
.cart-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 28px 0; }
.cart-row h3 { margin: 0 0 4px; color: var(--ink); font-size: 26px; font-weight: 900; }
.cart-row p { margin: 0; color: var(--secondary); font-weight: 700; }
.cart-total { display: flex; justify-content: space-between; margin: 26px 0; color: var(--ink); font-size: 25px; font-weight: 900; }
.cart-total strong { color: var(--red); }

.site-footer { display: flex; justify-content: space-between; gap: 24px; width: var(--page); margin: 0 auto; padding: 24px 0 40px; background: var(--white); color: var(--secondary); font-size: 15px; font-weight: 650; }
.site-footer a { color: var(--ink); font-weight: 800; }
.footer-directions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.footer-directions a:hover { color: var(--red); }

.sticky-order-cta {
  display: inline-flex;
  min-width: 190px;
  min-height: 66px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 0;
  border-radius: 6px;
  background: #d91f18;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(151, 23, 17, .24);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: .9;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.sticky-order-cta:hover { background: #b91510; box-shadow: 0 13px 30px rgba(151, 23, 17, .3); transform: translateY(-2px); }
.sticky-order-cta:active { transform: translateY(1px) scale(.985); }
.sticky-order-cta:disabled { background: #d91f18; color: var(--white); cursor: wait; opacity: 1; transform: none; }

.full-home { overflow-x: hidden; }
.full-home .site-head { background: rgba(255, 255, 255, .98); }
.full-home .homepage-main { padding-top: clamp(20px, 2vw, 28px); padding-bottom: 0; }
.home-order-hero { scroll-margin-top: 110px; }
.hero-kicker { margin: 7px 0 0; color: var(--ink); font-size: 14px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero-directions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 13px; margin-top: 20px; color: var(--secondary); font-size: 13px; font-weight: 750; }
.hero-directions a { color: var(--red); font-weight: 900; text-underline-offset: 3px; }
.pickup-estimate { margin: 15px 0 20px; color: var(--ink); font-size: 15px; font-weight: 850; line-height: 1.35; }
.home-order-hero .red-button:disabled { background: #d91f18; color: var(--white); opacity: 1; }
.home-order-hero .white-button:disabled { visibility: hidden; }
.combo-photo { position: relative; min-height: 0; overflow: hidden; background: var(--white); }
.combo-pizza { position: absolute; width: 72%; max-height: 82%; object-fit: contain; transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.combo-pizza-combination { top: 2%; left: 1%; transform: rotate(-5deg); }
.combo-pizza-pepperoni { right: 1%; bottom: 1%; transform: rotate(5deg); }
.combo-photo:hover .combo-pizza-combination { transform: rotate(-7deg) scale(1.08); }
.combo-photo:hover .combo-pizza-pepperoni { transform: rotate(7deg) scale(1.08); }
.hero-combo-cta { min-width: 270px; }
.home-order-hero .item-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.home-order-hero .item-actions > * { width: 100%; min-width: 0; }
.menu-section-order { min-height: 44px; margin-bottom: 14px; padding: 0; border: 0; background: transparent; color: var(--red); cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 900; }
.menu-section-order:hover { color: var(--ink); }

.home-section { padding: 60px 0 28px; scroll-margin-top: 92px; }
.home-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; gap: 56px; margin-bottom: 30px; }
.home-section-heading h2, .build-copy h2, .location-section h2 { max-width: 820px; margin: 8px 0 0; color: var(--ink); font-size: clamp(34px, 4vw, 50px); font-weight: 850; letter-spacing: -.035em; line-height: 1; text-wrap: balance; }
.home-section-heading > p, .build-copy > p, .location-section p { max-width: 590px; margin: 0; color: var(--secondary); font-size: 17px; font-weight: 620; line-height: 1.45; }
.home-section-heading > div:last-child > p { max-width: 590px; margin: 0 0 18px; color: var(--secondary); font-size: 17px; font-weight: 620; line-height: 1.45; }

.deal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 2.2vw, 34px); }
.deal-card { display: flex; min-width: 0; min-height: 510px; flex-direction: column; padding: 0 0 24px; border-radius: 8px; overflow: hidden; background: var(--white); color: var(--ink); }
.deal-media { position: relative; height: 230px; flex: none; margin-bottom: 18px; overflow: hidden; background: var(--white); }
.deal-media img { position: absolute; max-width: none; object-fit: contain; filter: saturate(1.03) contrast(1.02); transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.deal-media--single img { inset: 0; width: 100%; height: 100%; transform: scale(1.03); }
.deal-media--single:hover img { transform: scale(1.12); }
.deal-media--double img:first-child { top: 0; left: -5%; width: 72%; height: 88%; transform: rotate(-5deg); }
.deal-media--double img:nth-child(2) { right: -5%; bottom: 0; width: 72%; height: 88%; transform: rotate(5deg); }
.deal-media--double:hover img:first-child { transform: rotate(-7deg) scale(1.08); }
.deal-media--double:hover img:nth-child(2) { transform: rotate(7deg) scale(1.08); }
.deal-media--pizza-side img:first-child { width: 76%; height: 94%; }
.deal-media--pizza-side img:nth-child(2) { right: -1%; bottom: 1%; width: 55%; height: 60%; }
.deal-media--meal img:first-child { top: 0; left: -5%; width: 77%; height: 93%; transform: rotate(-4deg); }
.deal-media--meal img:nth-child(2) { right: -4%; bottom: 0; width: 48%; height: 55%; transform: rotate(4deg); }
.deal-media--meal img:nth-child(3) { top: 0; right: -3%; width: 44%; height: 47%; transform: rotate(6deg); }
.deal-media--meal:hover img:first-child { transform: rotate(-6deg) scale(1.06); }
.deal-media--meal:hover img:nth-child(2) { transform: rotate(6deg) scale(1.08); }
.deal-media--meal:hover img:nth-child(3) { transform: rotate(8deg) scale(1.08); }
.deal-card > span, .deal-card > h2, .deal-card > h3, .deal-card > strong, .deal-card > p, .deal-card > button { margin-right: 20px; margin-left: 20px; }
.deal-card > span { display: block; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.deal-grid .deal-card h2, .deal-grid .deal-card h3 { margin-top: 12px; margin-bottom: 0; color: var(--ink); font-size: clamp(25px, 2vw, 33px); font-weight: 900; letter-spacing: -.03em; line-height: .96; text-transform: uppercase; text-wrap: balance; }
.deal-grid:not(.dessert-grid) .deal-card h2, .deal-grid:not(.dessert-grid) .deal-card h3 { min-height: 3.84em; }
.deal-card > strong { display: block; margin-top: 16px; color: var(--red); font-size: clamp(42px, 3.8vw, 58px); font-variant-numeric: tabular-nums; font-weight: 900; letter-spacing: -.03em; line-height: .9; white-space: nowrap; }
.deal-card > p { margin-top: 14px; margin-bottom: 0; color: var(--secondary); font-size: 15px; font-weight: 700; line-height: 1.42; }
.deal-card > button { align-self: stretch; min-height: 52px; margin-top: auto; padding: 0 16px; border: 0; background: var(--red); color: var(--white); cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-size: 19px; font-weight: 900; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.deal-card > button:hover { background: #a91914; transform: translateY(-2px); }
.deal-card > button:active { transform: translateY(1px) scale(.985); }
.home-deal-grid .deal-card { min-height: 540px; }
.home-deal-grid .featured-deal { min-height: 540px; background: var(--white); }
.deal-swipe-cue { display: none; }
.dessert-grid .deal-card { min-height: 260px; padding: 28px; background: #f4f4f4; }
.dessert-grid .deal-card > span, .dessert-grid .deal-card > h2, .dessert-grid .deal-card > strong, .dessert-grid .deal-card > p { margin-right: 0; margin-left: 0; }
.pickup-rewards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; padding: 24px; background: #f4f4f4; }
.pickup-rewards p { margin: 0; color: var(--secondary); font-weight: 700; line-height: 1.42; }
.pickup-rewards strong { color: var(--ink); }
.menu-extras-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.menu-extras-grid article { display: flex; min-height: 250px; flex-direction: column; padding: 28px; background: #f4f4f4; }
.menu-extras-grid article > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.menu-extras-grid h3 { margin: 32px 0 10px; font-size: clamp(27px, 3vw, 39px); font-weight: 900; letter-spacing: -.035em; line-height: .94; text-transform: uppercase; }
.menu-extras-grid strong { color: var(--ink); font-size: 21px; font-weight: 900; }
.menu-extras-grid p { margin: 10px 0 0; color: var(--secondary); font-weight: 700; }
.menu-extras-grid button { width: fit-content; min-height: 44px; margin-top: auto; padding: 0 16px; border: 0; background: var(--ink); color: var(--white); cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.menu-extras-grid button:hover { background: var(--red); }
.home-deals { padding-top: 46px; }

@media (max-width: 1180px) and (min-width: 821px) {
  .deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deal-grid:not(.dessert-grid) .deal-card h2, .deal-grid:not(.dessert-grid) .deal-card h3 { min-height: 1.92em; }
}

.favorites-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.favorite-card { grid-column: span 4; display: grid; grid-template-rows: 250px auto; min-width: 0; background: var(--white); color: inherit; text-decoration: none; box-shadow: var(--soft-shadow); overflow: hidden; }
.favorite-card-lead { grid-column: span 7; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); grid-template-rows: 430px; }
.favorite-card-wide { grid-column: span 5; grid-template-rows: 250px auto; }
.favorite-photo { min-height: 0; overflow: hidden; background: var(--white); }
.favorite-photo img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.04); transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.favorite-card:hover .favorite-photo img { transform: scale(1.11); }
.favorite-copy { padding: 22px 24px 25px; }
.favorite-card-lead .favorite-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.favorite-number { margin: 0 0 18px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.favorite-copy h3 { margin: 0 0 9px; color: var(--ink); font-size: clamp(24px, 2.4vw, 31px); font-weight: 850; letter-spacing: -.025em; line-height: 1.04; }
.favorite-copy p:last-child { margin: 0; color: var(--secondary); font-size: 15px; font-weight: 620; line-height: 1.38; }
.section-action { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.section-order-button { min-width: 260px; min-height: 64px; font-size: 25px; }
.section-action span { color: var(--secondary); font-size: 14px; font-weight: 750; }

.build-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: stretch; padding-top: 64px; }
.build-photo { min-height: 500px; padding: 24px; }
.build-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 64px); box-shadow: var(--shadow); }
.build-copy > p { margin: 22px 0 0; }
.build-options { display: grid; gap: 14px; margin: 32px 0; }
.build-options div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 18px; padding: 14px 16px; background: #f4f4f4; }
.build-options span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.build-options strong { font-size: 16px; font-weight: 850; }
.build-copy .red-button { align-self: flex-start; min-width: 270px; min-height: 64px; font-size: 24px; }

.location-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: end; gap: 54px; padding-bottom: 64px; }
.location-section p { margin-top: 24px; }
.location-phone { display: inline-block; margin-top: 22px; color: var(--ink); font-size: 22px; font-weight: 900; text-underline-offset: 5px; }
.location-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.map-button { display: flex; min-height: 88px; flex-direction: column; justify-content: center; padding: 15px 20px; border: 2px solid var(--ink); color: var(--ink); text-decoration: none; transition: transform .18s ease, color .18s ease, border-color .18s ease; }
.map-button span { font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.map-button strong { margin-top: 4px; font-size: 22px; font-weight: 900; }
.map-button:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.location-actions .red-button { grid-column: 1 / -1; min-height: 66px; font-size: 25px; }

.full-home .order-dock { grid-template-columns: minmax(0, 1fr) auto auto auto; width: min(1080px, calc(100% - 40px)); }
.dock-directions, .checkout-directions { display: flex; flex-wrap: wrap; gap: 5px 12px; }
.dock-directions a, .checkout-directions a { color: var(--ink); font-size: 12px; font-weight: 850; text-underline-offset: 3px; }
.checkout-directions { justify-content: flex-end; margin: -8px 0 18px; }

.restaurant-footer { width: 100%; padding: 42px max(18px, calc((100vw - 1240px) / 2)) 24px; background: #f7f5f2; }
.restaurant-footer-shell { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 2.22fr); align-items: start; gap: clamp(28px, 4vw, 62px); max-width: 1240px; margin: 0 auto; }
.footer-brand { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: start; gap: 14px; }
.footer-brand img { width: 72px; height: 72px; object-fit: contain; }
.footer-brand-copy { min-width: 0; }
.footer-kicker { margin: 0 0 3px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand strong { display: block; color: var(--ink); font-size: 27px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.footer-contact { display: grid; gap: 6px; margin-top: 12px; color: var(--secondary); font-size: 14px; font-style: normal; font-weight: 700; line-height: 1.3; }
.footer-address { color: var(--ink); font-size: 16px; font-weight: 850; text-decoration: none; }
.footer-address:hover { color: var(--red); }
.footer-hours { margin: 0; }
.footer-hours span, .footer-phone span { display: block; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-phone { width: fit-content; color: var(--ink); font-size: 22px; font-variant-numeric: tabular-nums; font-weight: 900; line-height: 1.05; text-decoration: none; }
.footer-phone:hover { color: var(--red); }
.footer-apple-maps { width: fit-content; color: var(--secondary); font-size: 13px; font-weight: 800; text-underline-offset: 3px; }
.restaurant-footer-grid, .restaurant-footer-grid.seo-footer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: start; gap: clamp(16px, 2vw, 30px); }
.footer-group { min-width: 0; }
.footer-group summary { min-height: 30px; color: var(--ink); cursor: pointer; list-style: none; }
.footer-group summary:focus-visible { outline: 4px solid var(--ink); outline-offset: 4px; }
.footer-group summary h2 { display: inline; margin: 0; color: var(--ink); font-size: 16px; font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.footer-group nav { display: grid; align-content: start; gap: 5px; margin-top: 7px; }
.footer-group nav h3 { margin: 1px 0 2px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.restaurant-footer nav a, .restaurant-footer nav button { display: block; margin: 0; padding: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 730; line-height: 1.25; text-align: left; text-decoration: none; }
.restaurant-footer nav a:hover, .restaurant-footer nav button:hover { color: var(--red); text-decoration: none; }
.footer-order p { margin: 0 0 12px; color: var(--red); font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-order-cta { width: 100%; min-width: 0; }
.restaurant-footer-lower { display: flex; grid-column: 1 / -1; justify-content: space-between; gap: 24px; margin-top: -8px; color: var(--secondary); font-size: 11px; font-weight: 700; line-height: 1.3; }
.restaurant-footer-lower a { color: var(--ink); font-weight: 850; text-underline-offset: 3px; }

.skip-link { position: fixed; z-index: 40; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: var(--white); font-weight: 850; transform: translateY(-160%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
.seo-page-main { padding: 28px 0 72px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; color: var(--secondary); font-size: 12px; font-weight: 750; }
.breadcrumbs a { color: var(--ink); text-underline-offset: 3px; }
.breadcrumbs span[aria-current="page"] { color: var(--red); }
.seo-page-hero { display: grid; min-height: 360px; align-items: center; padding: clamp(34px, 4.5vw, 60px); background: var(--white); box-shadow: var(--shadow); }
.seo-page-hero.has-image { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(28px, 5vw, 72px); padding: 26px clamp(34px, 5vw, 72px) 26px 22px; }
.seo-hero-image { display: grid; min-height: 350px; place-items: center; overflow: hidden; }
.seo-hero-image img { width: 100%; height: 100%; max-height: 480px; object-fit: contain; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.seo-page-hero:hover .seo-hero-image img { transform: scale(1.055); }
.seo-hero-copy h1 { max-width: 760px; margin: 10px 0 20px; color: var(--ink); font-size: clamp(40px, 4.7vw, 62px); font-weight: 900; letter-spacing: -.042em; line-height: .96; text-wrap: balance; }
.seo-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 0; color: var(--secondary); font-size: 18px; font-weight: 620; line-height: 1.48; }
.seo-hero-copy .hero-directions { margin-top: 24px; }
.seo-hero-copy .hero-directions a { color: var(--red); font-weight: 900; }
.seo-section { padding: 52px 0 10px; }
.seo-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 40px; margin-bottom: 26px; }
.seo-section h2, .seo-section-head h2 { max-width: 930px; margin: 8px 0 0; color: var(--ink); font-size: clamp(29px, 3.2vw, 40px); font-weight: 900; letter-spacing: -.032em; line-height: 1.03; text-wrap: balance; }
.seo-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.seo-link-tile { min-height: 190px; padding: 28px; background: #f7f5f2; color: var(--ink); text-decoration: none; transition: color .18s ease, transform .18s ease; }
.seo-link-tile > span { display: block; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.seo-link-tile strong { display: block; margin-top: 28px; font-size: clamp(25px, 2.7vw, 34px); font-weight: 900; letter-spacing: -.028em; line-height: 1.02; }
.seo-link-tile p { max-width: 450px; margin: 15px 0 0; color: var(--secondary); font-size: 15px; font-weight: 620; line-height: 1.4; }
.seo-link-tile:hover { color: var(--red); transform: translateY(-3px); }
.seo-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.seo-card { display: grid; grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr); min-height: 290px; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: var(--soft-shadow); overflow: hidden; }
.seo-card-photo { display: grid; min-height: 0; place-items: center; overflow: hidden; }
.seo-card-photo img { width: 100%; height: 100%; padding: 14px; object-fit: contain; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.seo-card:hover .seo-card-photo img { transform: scale(1.09); }
.seo-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.seo-card-copy strong { font-size: clamp(26px, 3vw, 36px); font-weight: 900; letter-spacing: -.032em; line-height: 1; }
.seo-card-copy > span { margin-top: 14px; color: var(--secondary); font-size: 14px; font-weight: 620; line-height: 1.4; }
.seo-order-card { grid-template-columns: 1fr; grid-template-rows: auto auto; }
.seo-order-card-link { display: grid; grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr); min-height: 290px; color: inherit; text-decoration: none; }
.seo-order-card .favorite-order-controls { width: 100%; }
.seo-order-fallback { min-height: 58px; border: 0; background: var(--red); color: var(--white); cursor: pointer; font: inherit; font-size: 16px; font-weight: 900; }
.seo-order-fallback:hover { background: #a71914; }
.seo-order-fallback:disabled { cursor: wait; opacity: .72; }
.choice-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-top: 8px; }
.choice-groups article { min-height: 0; padding: 30px; background: #f7f5f2; }
.choice-groups article:last-child { grid-column: 1 / -1; }
.choice-groups h2 { margin: 0; font-size: clamp(25px, 2.7vw, 34px); text-transform: none; }
.choice-group > p { margin: 10px 0 0; color: var(--secondary); font-size: 15px; font-weight: 700; line-height: 1.4; }
.choice-group ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.choice-group li { padding: 10px 13px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: 15px; font-weight: 780; line-height: 1.2; }
.product-order-panel { margin-top: 42px; padding: clamp(30px, 4vw, 44px); background: #f7f5f2; }
.product-order-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr); gap: 30px; align-items: end; }
.product-order-heading .eyebrow { grid-column: 1 / -1; }
.product-order-heading h2 { margin: -18px 0 0; }
.product-order-heading > p:not(.eyebrow) { margin: 0; color: var(--secondary); font-size: 16px; font-weight: 650; line-height: 1.45; }
.product-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.product-price-grid article { min-height: 150px; padding: 24px; background: var(--white); }
.product-price-grid span { color: var(--secondary); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.product-price-grid h3 { margin: 22px 0 2px; color: var(--ink); font-size: clamp(23px, 2.3vw, 31px); font-weight: 900; letter-spacing: -.025em; line-height: 1.04; }
.product-price-grid strong { color: var(--red); font-size: clamp(30px, 3.2vw, 42px); font-weight: 900; letter-spacing: -.04em; }
.page-order-button { display: flex; width: min(100%, 440px); min-height: 66px; margin-top: 18px; align-items: center; justify-content: center; }
.pickup-email > small { display: block; margin-top: 7px; color: var(--secondary); font-size: 12px; font-weight: 650; line-height: 1.35; }
.compact-menu-list { display: grid; gap: 18px; padding-top: 46px; }
.compact-menu-list article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 24px; padding: 28px 30px 34px; background: #f7f5f2; }
.compact-menu-list article > span { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.compact-menu-list h2 { margin: 0; font-size: clamp(27px, 3vw, 36px); text-transform: none; }
.compact-menu-list p, .seo-next-step > p:not(.eyebrow), .policy-copy p { max-width: 720px; margin: 14px 0 0; color: var(--secondary); font-size: 17px; font-weight: 620; line-height: 1.5; }
.location-page-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: end; gap: 60px; }
.location-page-grid h2 { font-size: clamp(31px, 3.5vw, 43px); text-transform: none; }
.seo-next-step { margin-top: 42px; padding: 38px; background: #f7f5f2; }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; }
.inline-links a { color: var(--ink); font-weight: 850; text-underline-offset: 4px; }
.inline-links a:hover { color: var(--red); }
.policy-copy { max-width: 860px; }
.policy-copy h2 { margin-top: 42px; font-size: clamp(27px, 3vw, 36px); text-transform: none; }
.policy-copy h2:first-child { margin-top: 0; }
.credits-copy a { color: var(--red); font-weight: 900; text-underline-offset: 4px; }
.seo-site-page.has-cart .site-head > .sticky-order-cta { display: inline-flex; }

.home-discovery { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(38px, 6vw, 86px); align-items: start; }
.home-discovery-intro h2 { max-width: 650px; margin: 10px 0 22px; color: var(--ink); font-size: clamp(34px, 4vw, 50px); font-weight: 850; letter-spacing: -.035em; line-height: 1; text-wrap: balance; }
.home-discovery-intro > p:not(.eyebrow) { max-width: 580px; color: var(--secondary); font-size: 18px; font-weight: 620; line-height: 1.5; }
.discovery-button { display: inline-flex; width: fit-content; min-width: 260px; min-height: 62px; margin-top: 26px; align-items: center; justify-content: center; text-decoration: none; }
.home-discovery-links { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 28px; padding-top: 12px; }
.home-discovery-links a { min-height: 132px; color: var(--ink); text-decoration: none; }
.home-discovery-links strong { display: block; font-size: clamp(27px, 3vw, 39px); font-weight: 900; letter-spacing: -.035em; line-height: .95; text-transform: uppercase; }
.home-discovery-links span { display: block; max-width: 300px; margin-top: 12px; color: var(--secondary); font-size: 15px; font-weight: 620; line-height: 1.42; }
.home-discovery-links a:hover strong { color: var(--red); }
.home-pickup-discovery { padding-top: 28px; }

.guide-copy { max-width: 940px; }
.content-date { margin: 0 0 42px; color: var(--secondary); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.guide-block { margin-top: 58px; }
.guide-block:first-of-type { margin-top: 0; }
.guide-block h2, .faq-list > h2 { margin: 0; color: var(--ink); font-size: clamp(27px, 3vw, 36px); font-weight: 900; letter-spacing: -.032em; line-height: 1.03; text-wrap: balance; }
.guide-block p, .faq-list details p, .seo-section-head > p { max-width: 760px; margin: 17px 0 0; color: var(--secondary); font-size: 18px; font-weight: 620; line-height: 1.58; }
.guide-block a, .faq-list a { color: var(--red); font-weight: 850; text-decoration: none; }
.customer-proof { max-width: 760px; padding: clamp(24px, 4vw, 42px); background: #f7f5f2; }
.customer-proof blockquote { margin: 18px 0 20px; }
.customer-proof blockquote > p { margin-top: 0; color: var(--ink); font-size: clamp(23px, 3vw, 31px); font-weight: 850; letter-spacing: -.025em; line-height: 1.18; }
.customer-proof cite { display: grid; gap: 5px; margin-top: 18px; color: var(--secondary); font-size: 14px; font-style: normal; font-weight: 750; }
.review-stars { width: fit-content; color: var(--red); font-size: 17px; letter-spacing: .1em; }
.guide-related { margin-top: 74px; }
.faq-list { max-width: 940px; }
.faq-list details { margin: 0 0 34px; }
.faq-list summary { color: var(--ink); cursor: pointer; font-size: clamp(23px, 2.7vw, 31px); font-weight: 900; letter-spacing: -.02em; line-height: 1.12; list-style-position: outside; }
.faq-list details p { padding-left: 24px; }
.area-map-actions { max-width: 620px; margin-top: 28px; }
.seo-section > .inline-links { margin-top: 34px; }
.breadcrumbs a, .inline-links a, .location-phone, .restaurant-footer-lower a { text-decoration: none; }

.seo-site-page .deal-grid .deal-card h2,
.seo-site-page .deal-grid .deal-card h3 {
  min-height: 0;
  font-size: clamp(24px, 2.3vw, 31px);
  letter-spacing: -.025em;
  line-height: 1.05;
  text-transform: none;
}
.seo-site-page .deal-card > strong { font-size: clamp(38px, 3.4vw, 50px); }
.seo-site-page .square-menu-item h4 {
  font-size: 24px;
  letter-spacing: -.02em;
  line-height: 1.04;
  text-transform: none;
}
.seo-site-page .dialog-head h2,
.seo-site-page .payment-heading h2,
.seo-site-page .payment-success h2 {
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -.028em;
  line-height: 1;
  text-transform: none;
}

/* Approved production direction: pure white, no decorative rules or shadows. */
.site-head,
.icon-button:hover,
.promo-banner,
.white-button,
.menu-card,
.promo-card,
.signature-offer,
.order-dock,
dialog,
.stepper,
.sticky-order-cta,
.sticky-order-cta:hover,
.favorite-card,
.build-copy,
.seo-page-hero,
.seo-card { box-shadow: none; }
.restaurant-footer,
.restaurant-footer-lower,
.build-options,
.build-options div,
.seo-link-grid,
.seo-link-tile,
.seo-link-tile:nth-child(odd),
.choice-groups,
.choice-groups article,
.choice-groups article:nth-child(odd),
.compact-menu-list,
.compact-menu-list article,
.seo-next-step { border: 0; }

.carousel-heading > div:last-child { display: grid; gap: 18px; justify-items: start; }
.carousel-controls { display: flex; gap: 10px; }
.carousel-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  transition: transform .18s ease, background .18s ease;
}
.carousel-controls button:hover { background: var(--red); transform: translateY(-2px); }
.carousel-controls button:active { transform: translateY(1px) scale(.96); }
.favorites-grid {
  display: flex;
  gap: 18px;
  margin-right: calc((100vw - 100%) / -2);
  padding: 4px max(18px, calc((100vw - 1240px) / 2)) 14px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.favorites-grid::-webkit-scrollbar { display: none; }
.favorite-card,
.favorite-card-lead,
.favorite-card-wide {
  flex: 0 0 clamp(330px, 34vw, 430px);
  grid-column: auto;
  grid-template-columns: 1fr;
  grid-template-rows: 300px auto auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.favorite-card > a { display: contents; color: inherit; text-decoration: none; }
.favorite-card-lead .favorite-copy { display: block; padding: 22px 24px 25px; }
.favorite-card button[data-order-card] {
  border: 0;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
  transition: background .18s ease, transform .18s ease;
}
.favorite-card button[data-order-card]:hover { background: var(--red); }
.favorite-card button[data-order-card]:active { transform: translateY(1px) scale(.99); }
.favorite-copy strong { display: block; margin-top: 18px; color: var(--red); font-size: 18px; font-weight: 900; }
.favorite-order-controls { display: grid; grid-template-columns: minmax(104px, 1fr) auto auto; align-items: end; gap: 8px; padding: 14px 16px 16px; background: #f3f1ef; }
.favorite-order-controls label { display: grid; gap: 5px; min-width: 0; color: #4e4843; font-size: 12px; font-weight: 850; }
.favorite-order-controls select { width: 100%; min-height: 48px; padding: 0 30px 0 11px; border: 2px solid #6b625c; border-radius: 7px; background: var(--white); color: var(--ink); font: inherit; font-size: 14px; font-weight: 800; text-overflow: ellipsis; }
.favorite-quantity { display: grid; grid-template-columns: 36px 28px 36px; align-items: center; min-height: 48px; border-radius: 7px; background: var(--white); }
.favorite-quantity button { display: grid; min-height: 48px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; place-items: center; font-size: 23px; }
.favorite-quantity button:hover { background: #e9e5e1; }
.favorite-quantity output { color: var(--ink); font-size: 16px; font-variant-numeric: tabular-nums; font-weight: 900; text-align: center; }
.favorite-add { min-width: 72px; min-height: 48px; padding: 0 14px; border: 0; border-radius: 7px; background: var(--red); color: var(--white); cursor: pointer; font: inherit; font-size: 15px; font-weight: 900; }
.favorite-add:hover { background: #a71914; }
.favorite-add:active, .favorite-quantity button:active { transform: translateY(1px); }
.favorite-order-controls :focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.favorite-card:hover .favorite-photo img { transform: scale(1.16); }
.favorite-name-art { display: flex; align-items: center; justify-content: center; background: var(--ink); color: var(--white); }
.favorite-name-art span { max-width: 90%; font-family: "Barlow Condensed", sans-serif; font-size: clamp(54px, 7vw, 88px); font-weight: 800; letter-spacing: -.035em; line-height: .78; text-align: center; text-transform: uppercase; }

.menu-dialog { width: min(1040px, calc(100% - 28px)); }
.menu-dialog .dialog-body { padding: clamp(22px, 4vw, 42px); }
.square-menu { display: grid; gap: 44px; max-height: min(68vh, 760px); margin: 28px 0; overflow: auto; }
.square-menu-group h3 { margin: 0 0 18px; color: var(--red); font-size: 16px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.square-menu-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.square-menu-item { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 18px; align-items: start; }
.square-menu-item > img { width: 128px; height: 112px; object-fit: contain; }
.square-menu-item h4 { margin: 0; font-size: 26px; font-weight: 900; line-height: .95; text-transform: uppercase; }
.square-menu-item p { margin: 9px 0 14px; color: var(--secondary); font-size: 14px; font-weight: 620; line-height: 1.4; }
.square-variation-list { display: flex; flex-wrap: wrap; gap: 7px; }
.square-variation-list button,
.variation-choice {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}
.variation-choice { background: #f1f1f1; color: var(--ink); }
.square-variation-list button:hover,
.variation-choice:hover { background: #e5e5e5; }
.variation-choice.is-selected { background: var(--ink); color: var(--white); }
.variation-options { display: grid; gap: 8px; margin-top: 18px; }
.variation-static { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; background: #f1f1f1; color: var(--ink); }
.variation-static span { color: var(--secondary); font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.variation-static strong { font-size: 20px; font-weight: 900; }
.modifier-options { display: grid; gap: 26px; margin-top: 28px; }
.modifier-group { display: grid; gap: 12px; min-width: 0; margin: 0; padding: 0; border: 0; }
.modifier-heading { display: flex; width: 100%; align-items: baseline; justify-content: space-between; gap: 16px; padding: 0; }
.modifier-heading .modifier-title { color: var(--ink); font-size: 21px; font-weight: 900; text-transform: none; }
.modifier-heading span { color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.modifier-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.modifier-choice { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 4px; background: #f1f1f1; color: var(--ink); cursor: pointer; font-weight: 800; }
.modifier-choice input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--red); }
.modifier-choice span { flex: 1; }
.modifier-choice strong { color: var(--red); white-space: nowrap; }
.modifier-choice.is-selected { background: var(--ink); color: var(--white); }
.modifier-choice.is-selected strong { color: var(--white); }
.draft-validation { min-height: 20px; margin: 18px 0 0; color: var(--red); font-size: 14px; font-weight: 850; }
.draft-validation:empty { min-height: 0; margin: 0; }
.item-dialog { width: min(840px, calc(100% - 28px)); }
.item-dialog .dialog-head h2 { font-size: clamp(28px, 4vw, 42px); }
.item-dialog-layout { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr); gap: clamp(24px, 4vw, 44px); align-items: start; margin-top: 12px; }
.item-dialog .dialog-photo { height: 230px; margin: 8px 0 12px; }
.item-dialog .dialog-description { margin: 0; }
.item-dialog .dialog-selection { margin-bottom: 0; }
.item-dialog-action { position: sticky; z-index: 2; bottom: 0; margin-top: 20px; padding-top: 12px; background: var(--white); }
.item-dialog-action .red-button { min-height: 62px; font-size: 23px; }
.cart-lines { display: grid; gap: 22px; margin: 28px 0; }
.cart-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cart-line h3 { margin: 0 0 4px; font-size: 24px; font-weight: 900; }
.cart-line p { margin: 0; color: var(--secondary); font-weight: 700; }
.cart-line .cart-modifiers { max-width: 430px; margin-top: 5px; font-size: 13px; line-height: 1.35; }
.cart-empty { margin: 30px 0; color: var(--secondary); font-size: 17px; font-weight: 700; }

[hidden] { display: none !important; }
.cart-dialog {
  width: min(640px, 100%);
  height: 100dvh;
  max-height: 100dvh;
  margin: 0 0 0 auto;
  border-radius: 0;
}
.cart-dialog .dialog-body { min-height: 100%; padding: clamp(24px, 4vw, 44px); }
.cart-dialog .dialog-head { align-items: flex-start; margin-bottom: 34px; }
.cart-dialog .dialog-head h2 { margin-top: 5px; font-size: clamp(36px, 5vw, 50px); letter-spacing: -.035em; line-height: .92; }
.cart-dialog .dialog-head .icon-button { flex: 0 0 auto; background: #f2f0ee; }
.cart-lines { gap: 26px; margin: 0 0 34px; }
.cart-line { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; gap: 17px; align-items: center; }
.cart-line-photo { width: 78px; height: 78px; object-fit: contain; }
.cart-line-copy { min-width: 0; }
.cart-line h3 { margin: 0 0 5px; font-family: "Roboto Condensed", Arial, sans-serif; font-size: 21px; font-weight: 900; letter-spacing: -.015em; line-height: 1.06; text-transform: none; }
.cart-line p { color: #312d2a; font-size: 15px; font-weight: 750; line-height: 1.3; }
.cart-line .cart-modifiers { max-width: 330px; margin-top: 6px; color: #4b4540; font-size: 13px; }
.cart-line-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.cart-line-actions button,
.back-button,
.text-action {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.cart-line-actions .cart-icon-action {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 4px;
  background: #f2f0ee;
  color: var(--ink);
}
.cart-icon-action svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.cart-line-actions .cart-icon-action:hover { background: var(--ink); color: var(--white); }
.back-button:hover,
.text-action:hover { color: var(--red); }
.cart-line-right { display: grid; gap: 13px; justify-items: end; }
.cart-line-price { color: var(--ink); font-size: 20px; font-variant-numeric: tabular-nums; font-weight: 900; white-space: nowrap; }
.cart-line .stepper { gap: 3px; padding: 3px; border-radius: 4px; background: #f2f0ee; }
.cart-line .stepper button { width: 34px; height: 34px; background: transparent; }
.cart-line .stepper button img { width: 15px; height: 15px; }
.cart-line .stepper .button-symbol { font-size: 22px; }
.cart-line .stepper output { min-width: 24px; font-size: 17px; }
.cart-total { align-items: baseline; margin: 0 0 8px; font-size: 24px; }
.cart-total strong { color: var(--ink); font-size: 30px; font-variant-numeric: tabular-nums; }
.order-pricing { display: grid; gap: 7px; margin: 0 0 8px; padding: 16px 18px; border-radius: 8px; background: #f2f0ee; }
.order-pricing > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: #403a36; font-size: 15px; font-weight: 800; }
.order-pricing .cart-total { margin: 0; font-size: 15px; }
.order-pricing .cart-total strong,
.order-pricing > div > strong { color: var(--ink); font-size: 17px; font-variant-numeric: tabular-nums; }
.order-pricing .order-pricing-total { margin-top: 5px; color: var(--ink); font-size: 19px; font-weight: 900; }
.order-pricing .order-pricing-total strong { font-size: 23px; }
.cart-tax-note { margin: 0 0 28px; color: #4b4540; font-size: 14px; font-weight: 650; line-height: 1.45; }
.cart-actions > * { min-height: 58px; }
.cart-actions .white-button { background: #f2f0ee; }
.payment-step { max-width: 100%; }
.back-button { margin-bottom: 28px; }
.payment-heading h2,
.payment-success h2 { margin: 6px 0 14px; font-size: clamp(38px, 6vw, 54px); font-weight: 900; letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.payment-heading > p:not(.eyebrow),
.payment-success > p { margin: 0 0 26px; color: #312d2a; font-size: 17px; font-weight: 650; line-height: 1.45; }
.payment-order-summary { display: grid; gap: 10px; margin: 0 0 22px; padding: 14px 16px; border-radius: 8px; background: #fff1ed; }
.payment-order-summary h3 { margin: 0; color: var(--ink); font-size: 18px; font-weight: 900; }
.payment-order-lines { display: grid; gap: 10px; }
.payment-order-line { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.payment-order-line > div { display: grid; gap: 2px; min-width: 0; }
.payment-order-line > div > strong { color: var(--ink); font-size: 15px; }
.payment-order-line span,
.payment-order-line small { color: #514944; font-size: 12px; font-weight: 700; line-height: 1.35; }
.payment-order-line > strong { flex: 0 0 auto; color: var(--ink); font-size: 15px; font-variant-numeric: tabular-nums; }
.pickup-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.pickup-fields label { display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 900; }
.pickup-fields label span { display: flex; justify-content: space-between; gap: 10px; }
.pickup-fields small { color: #5a524c; font-size: 12px; font-weight: 700; }
.pickup-timing { grid-column: 1 / -1; display: grid; gap: 12px; min-width: 0; margin: 4px 0 0; padding: 0; border: 0; }
.pickup-timing legend { margin-bottom: 9px; color: var(--ink); font-size: 14px; font-weight: 900; }
.pickup-timing-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pickup-fields .pickup-timing-option { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; min-height: 68px; padding: 12px 14px; border-radius: 8px; background: #f1efed; cursor: pointer; transition: background .16s ease, color .16s ease; }
.pickup-fields .pickup-timing-option:hover { background: #e8e3df; }
.pickup-fields .pickup-timing-option:has(input:checked) { background: #fff0ed; color: #a71914; }
.pickup-timing-option input { width: 20px; height: 20px; margin: 0; padding: 0; accent-color: var(--red); }
.pickup-fields .pickup-timing-option span { display: grid; gap: 2px; }
.pickup-timing-option strong { font-size: 15px; }
.pickup-fields .scheduled-pickup { max-width: 420px; }
.pickup-email { grid-column: 1 / -1; }
.pickup-fields input:not([type="radio"]) {
  width: 100%;
  min-height: 52px;
  padding: 10px 12px;
  border: 2px solid #6b625c;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 17px;
  font-weight: 650;
}
.pickup-fields input:focus { border-color: var(--red); outline: 3px solid rgba(197, 34, 27, .18); outline-offset: 1px; }
.payment-breakdown { display: grid; gap: 8px; margin: 30px 0 22px; padding: 16px 18px; border-radius: 8px; background: #f2f0ee; }
.payment-breakdown > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: #403a36; font-size: 15px; font-weight: 800; }
.payment-breakdown > div > strong { color: var(--ink); font-size: 17px; font-variant-numeric: tabular-nums; }
.payment-total { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 6px 0 0; color: var(--ink); font-size: 18px; font-weight: 900; }
.payment-total strong { font-size: 28px; font-variant-numeric: tabular-nums; }
.payment-estimate-note { margin: 4px 0 0; color: #514944; font-size: 12px; font-weight: 700; line-height: 1.35; }
.sales-tax-disclosure { max-width: 1180px; margin: -20px auto 34px; color: #514944; font-size: 14px; font-weight: 800; line-height: 1.4; }
.dialog-tax-note,
.hero-tax-note { margin: 8px 0 0; color: #514944; font-size: 13px; font-weight: 800; line-height: 1.35; }
.card-shell { display: grid; gap: 8px; }
.field-label { font-size: 14px; font-weight: 900; }
#card-container { min-height: 96px; }
.payment-error { min-height: 21px; margin: 10px 0; color: #a71914; font-size: 14px; font-weight: 850; line-height: 1.35; }
.payment-error:empty { min-height: 0; margin: 0; }
.pay-button { width: 100%; min-height: 62px; margin-top: 16px; background: #d91f18; font-size: 23px; }
.payment-security { margin: 13px 0 0; color: #514944; font-size: 12px; font-weight: 650; line-height: 1.4; text-align: center; }
.success-reference { color: var(--ink) !important; font-weight: 900 !important; }
.success-actions { display: grid; gap: 10px; }
.success-actions > a { min-height: 54px; }
.success-actions .white-button { background: #f2f0ee; }
.success-actions .text-action { min-height: 44px; display: flex; align-items: center; justify-content: center; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

@media (min-width: 821px) {
  .site-head {
    display: grid;
    grid-template-areas: ". brand categories store cart .";
    grid-template-columns: max(16px, calc((100vw - 1240px) / 2)) 68px minmax(340px, 1fr) auto 44px max(16px, calc((100vw - 1240px) / 2));
    align-items: center;
    column-gap: 16px;
    min-height: 86px;
  }
  .head-main { display: contents; }
  .head-main > .icon-button:first-child { display: none; }
  .brand { grid-area: brand; width: 62px; height: 68px; justify-self: start; }
  .cart-button { grid-area: cart; }
  .store-row { grid-area: store; min-height: 0; padding: 0; }
  .store-row .store-fact { gap: 5px; font-size: 12px; white-space: nowrap; }
  .store-row .phone-fact { display: none; }
  .category-nav { grid-area: categories; justify-content: flex-start; gap: 0; padding: 0; }
  .category-nav a { padding: 12px 9px; font-size: 13px; }
  .mobile-menu { display: none; }
  .page-main { padding-top: 12px; }
  .fold-product { height: clamp(560px, calc(100svh - 180px), 650px); }
  .item-actions .red-button { min-width: 250px; min-height: 64px; padding-inline: 30px; font-size: 24px; }
  .item-actions .white-button { min-height: 64px; padding-inline: 28px; font-size: 22px; }
  .home-order-hero .item-actions > * { min-width: 0; }
  .full-home .site-head {
    position: sticky;
    top: 0;
    grid-template-areas: ". brand categories store order cart .";
    grid-template-columns: max(16px, calc((100vw - 1240px) / 2)) 68px minmax(300px, 1fr) auto 190px 44px max(16px, calc((100vw - 1240px) / 2));
    column-gap: 14px;
    min-height: 94px;
  }
  .full-home .site-head > .sticky-order-cta { grid-area: order; }
  .full-home .fold-product { height: clamp(460px, calc(100svh - 320px), 520px); }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .site-head { grid-template-columns: 16px 62px minmax(280px, 1fr) auto 44px 16px; column-gap: 10px; }
  .category-nav a { padding-inline: 7px; font-size: 12px; }
  .store-row .store-fact { font-size: 11px; }
  .full-home .site-head { grid-template-areas: ". brand categories order cart ."; grid-template-columns: 16px 62px minmax(300px, 1fr) 180px 44px 16px; }
  .full-home .store-row { display: none; }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .restaurant-footer-shell { grid-template-columns: minmax(270px, .7fr) minmax(0, 2.3fr); gap: 28px; }
  .restaurant-footer-grid, .restaurant-footer-grid.seo-footer-grid { gap: 14px; }
  .home-discovery { grid-template-columns: 1fr; }
  .home-discovery-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 16px, 680px); --fold-offset: 158px; }
  body.has-cart { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }
  .has-cart .favorite-order-controls { scroll-margin-block: 150px; }
  .preview-note { min-height: 22px; padding-block: 4px; font-size: 9px; }
  .full-home .site-head {
    position: sticky;
    top: 0;
    z-index: 60;
    display: grid;
    grid-template-areas:
      "menu brand cart order"
      "mobile mobile mobile mobile"
      "store store store store"
      "categories categories categories categories";
    grid-template-columns: 44px minmax(48px, 1fr) 56px minmax(142px, 42vw);
    align-items: center;
    column-gap: 8px;
    padding-top: 8px;
    box-shadow: none;
  }
  .full-home .head-main { display: contents; }
  .full-home .head-main > .icon-button:first-child { grid-area: menu; justify-self: center; }
  .full-home .brand { grid-area: brand; }
  .full-home .cart-button { grid-area: cart; justify-self: center; }
  .full-home .mobile-menu { grid-area: mobile; }
  .full-home .store-row { grid-area: store; }
  .full-home .category-nav { grid-area: categories; width: 100%; }
  .head-main { min-height: 54px; }
  .brand { width: 56px; height: 50px; }
  .store-row { justify-content: center; min-height: 42px; padding: 6px 14px; }
  .store-row .store-fact { gap: 8px; }
  .store-row .store-fact > span { margin-inline: 2px; }
  .store-row .phone-fact { display: none; }
  .category-nav { justify-content: flex-start; gap: 4px; padding: 4px 8px 10px; }
  .category-nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 11px; }
  .page-main { padding-top: 8px; }
  .full-home .homepage-main { padding-top: 16px; }
  .fold-product { height: auto; min-height: 0; max-height: none; }
  .quick-intro { display: block; }
  .quick-intro .section-copy { margin-top: 12px; }
  .quick-menu-card, .browse-live, .signature-layout { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .quick-menu-card .food-photo, .browse-live .food-photo, .signature-photo { min-height: 0; height: clamp(230px, 38svh, 310px); padding: 8px; }
  .home-order-hero .combo-photo { height: clamp(250px, 52svh, 390px); }
  .quick-menu-card .menu-card-copy, .browse-live .menu-card-copy, .signature-offer { min-height: 0; justify-content: flex-start; }
  .signature-offer { margin: 0; }
  .after-product { margin-top: 32px; }
  .order-dock { grid-template-columns: minmax(0,1fr) auto; right: 8px; bottom: 8px; left: 8px; width: calc(100% - 16px); min-height: 68px; gap: 8px; padding: 8px 8px 8px 14px; }
  .order-dock-total { display: none; }
  .order-dock .black-button { min-height: 50px; padding: 0 14px; font-size: 15px; }
  .full-home { padding-bottom: 0; }
  .full-home .site-head > .sticky-order-cta { grid-area: order; display: inline-flex; position: static; width: calc(100% - 12px); min-width: 0; min-height: 58px; margin-inline: 6px; padding-inline: 10px; background: #d91f18; color: var(--white); font-size: clamp(20px, 5.8vw, 23px); }
  .full-home.has-cart .site-head > .sticky-order-cta { display: inline-flex; }
  .home-order-hero { scroll-margin-top: 8px; }
  .hero-kicker { font-size: 12px; }
  .hero-directions { margin-top: 14px; }
  .home-section { padding: 42px 0 20px; scroll-margin-top: 10px; }
  .home-section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 22px; }
  .home-section-heading h2, .build-copy h2, .location-section h2 { font-size: clamp(31px, 8.5vw, 42px); }
  .deal-swipe-cue { display: flex; align-items: center; justify-content: space-between; margin: -4px 0 14px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
  .deal-swipe-cue span:last-child { font-size: 25px; line-height: 1; }
  .home-deal-grid, .seo-page-main .deal-grid:not(.dessert-grid) { display: flex; gap: 14px; margin-right: calc((100vw - 100%) / -2); padding: 0 max(18px, calc((100vw - 100%) / 2)) 16px 0; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-padding-inline: 0 18px; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x; -webkit-overflow-scrolling: touch; }
  .home-deal-grid::-webkit-scrollbar, .seo-page-main .deal-grid:not(.dessert-grid)::-webkit-scrollbar { display: none; }
  .home-deal-grid .deal-card, .seo-page-main .deal-grid:not(.dessert-grid) .deal-card { flex: 0 0 min(84vw, 370px); min-height: 520px; scroll-snap-align: start; scroll-snap-stop: always; }
  .deal-grid:not(.dessert-grid) .deal-card h2, .deal-grid:not(.dessert-grid) .deal-card h3 { min-height: 2.88em; }
  .deal-media { height: 220px; }
  .pickup-rewards { grid-template-columns: 1fr; padding: 20px; }
  .menu-extras-grid { grid-template-columns: 1fr 1fr; }
  .favorites-grid { display: flex; gap: 12px; margin-right: calc((100vw - 100%) / -2); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .favorites-grid::-webkit-scrollbar { display: none; }
  .favorite-card, .favorite-card-lead, .favorite-card-wide { flex: 0 0 min(82vw, 430px); grid-template-columns: 1fr; grid-template-rows: 260px auto; scroll-snap-align: start; }
  .favorite-card, .favorite-card-lead, .favorite-card-wide { grid-template-rows: 260px auto auto; }
  .favorite-card-lead .favorite-copy { display: block; padding: 22px 24px 25px; }
  .section-action { align-items: flex-start; flex-direction: column; }
  .section-order-button { width: 100%; min-width: 0; }
  .build-section, .location-section { grid-template-columns: 1fr; gap: 0; }
  .build-photo { min-height: 0; height: min(72vw, 470px); padding: 12px; }
  .build-copy { padding: 32px 24px 36px; }
  .build-copy .red-button { width: 100%; min-width: 0; }
  .location-section { gap: 32px; padding-bottom: 60px; }
  .home-discovery { grid-template-columns: 1fr; gap: 38px; }
  .home-discovery-links { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .home-discovery-links a { min-height: 112px; }
  .location-actions { grid-template-columns: 1fr 1fr; }
  .full-home .order-dock { grid-template-columns: minmax(72px, 1fr) auto minmax(108px, auto); width: calc(100% - 16px); }
  .full-home .order-dock-copy strong { font-size: 14px; }
  .full-home .order-dock-copy span { display: none; }
  .full-home .dock-directions { display: grid; grid-column: auto; grid-row: auto; gap: 2px; }
  .full-home .dock-directions a { font-size: 10px; line-height: 1.2; white-space: nowrap; }
  .full-home .order-dock .black-button { min-width: 108px; padding-inline: 10px; font-size: 14px; }
  .restaurant-footer { padding: 30px 18px 90px; }
  .restaurant-footer-shell { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
  .footer-brand img { width: 64px; height: 64px; }
  .footer-contact { gap: 7px; margin-top: 11px; }
  .footer-address { font-size: 17px; }
  .restaurant-footer-grid, .restaurant-footer-grid.seo-footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-group summary { display: list-item; min-height: 44px; padding: 12px 4px; list-style: revert; }
  .footer-group summary h2 { font-size: 17px; }
  .footer-group:not([open]) > nav { display: none; }
  .footer-group nav { gap: 0; margin: -2px 0 8px; padding-left: 22px; }
  .footer-group nav h3 { margin: 9px 0 5px; }
  .restaurant-footer nav a, .restaurant-footer nav button { display: flex; min-height: 44px; align-items: center; font-size: 15px; }
  .footer-brand, .footer-order { grid-column: auto; }
  .full-home .footer-order { display: none; }
  .restaurant-footer-lower { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: -4px; font-size: 11px; }
  .square-menu-items { grid-template-columns: 1fr; }
  .item-dialog { width: min(100%, 680px); max-height: 100dvh; margin: auto 0 0; border-radius: 10px 10px 0 0; }
  .item-dialog-layout { grid-template-columns: 1fr; gap: 12px; }
  .item-dialog .dialog-photo { height: 180px; margin: 0; }
  .item-dialog .dialog-description { font-size: 15px; }
  .seo-page-main { padding-top: 16px; }
  .seo-page-hero, .seo-page-hero.has-image { grid-template-columns: 1fr; min-height: 0; gap: 8px; padding: 18px 18px 30px; }
  .seo-page-hero.has-image .seo-hero-image { grid-row: 1; height: min(67vw, 380px); min-height: 0; }
  .seo-hero-copy { padding: 14px 4px 6px; }
  .seo-hero-copy h1 { font-size: clamp(40px, 10vw, 56px); }
  .seo-section { padding-top: 56px; }
  .seo-section-head { grid-template-columns: 1fr; gap: 14px; }
  .seo-card { grid-template-columns: 1fr; grid-template-rows: 240px auto; }
  .seo-order-card { grid-template-rows: auto auto; }
  .seo-order-card-link { grid-template-columns: 1fr; grid-template-rows: 240px auto; min-height: 0; }
  .seo-card-grid { gap: 12px; }
  .product-order-heading { grid-template-columns: 1fr; gap: 12px; }
  .product-order-heading h2 { margin-top: -6px; }
  .product-price-grid { display: flex; gap: 12px; margin-right: calc((100vw - 100%) / -2); padding-right: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-price-grid::-webkit-scrollbar { display: none; }
  .product-price-grid article { flex: 0 0 min(72vw, 300px); scroll-snap-align: start; }
  .location-page-grid { grid-template-columns: 1fr; gap: 34px; }
  .seo-next-step { margin-top: 44px; padding: 38px 24px; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .preview-note { letter-spacing: .06em; }
  .brand { width: 54px; height: 48px; }
  .store-fact { max-width: 270px; font-size: 12px; line-height: 1.1; }
  .category-nav { padding-inline: 8px; }
  .category-nav a { padding: 7px 10px; font-size: 12px; }
  .page-main { width: calc(100% - 16px); padding: 8px 0 70px; }
  .section-title { font-size: 37px; }
  .section-copy { font-size: 16px; }
  .quick-menu-card, .browse-live, .signature-layout { border-radius: 7px; }
  .menu-card-copy, .signature-offer { padding: 16px; }
  .live-status { font-size: 11px; }
  .item-line { gap: 10px; margin: 5px 0 4px; }
  .item-line h1, .item-line h2 { font-size: 27px; }
  .item-price { font-size: 28px; }
  .item-size { margin-bottom: 7px; font-size: 14px; }
  .item-description { margin-bottom: 13px; font-size: 14px; line-height: 1.3; }
  .item-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .item-actions > * { min-width: 0; min-height: 56px; padding-inline: 10px; font-size: 18px; }
  .signature-offer h1 { margin: 6px 0; font-size: 34px; line-height: .9; }
  .signature-price { margin: 8px 0 2px; font-size: 39px; }
  .signature-size { font-size: 15px; }
  .signature-offer .item-description { margin-top: 8px; }
  .site-footer { width: calc(100% - 28px); flex-direction: column; padding-bottom: 80px; }
  .footer-directions { justify-content: flex-start; }
  .dialog-body { padding: 20px; }
  .dialog-head h2 { font-size: 29px; }
  .dialog-actions { flex-direction: column; }
  .payment-order-summary { padding: 13px 14px; }
  .payment-order-line { gap: 12px; }
  .payment-order-line > div { overflow-wrap: anywhere; }
  .dialog-selection { align-items: start; flex-direction: column; }
  .modifier-choices { grid-template-columns: 1fr; }
  .cart-row { align-items: start; flex-direction: column; }
  .full-home .page-main { padding-bottom: 0; }
  .full-home .store-fact { max-width: none; }
  .full-home .store-row .store-fact > a:first-of-type { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .full-home .category-nav a { font-size: 11px; }
  .home-order-hero .food-photo { height: clamp(250px, 64vw, 320px); }
  .home-order-hero .combo-photo { height: clamp(235px, 63vw, 310px); }
  .home-order-hero .menu-card-copy { padding: 18px 16px; }
  .home-order-hero .item-line h1 { font-size: 30px; }
  .home-order-hero .item-price { font-size: 30px; }
  .home-order-hero .item-actions > * { min-height: 58px; }
  .item-dialog .dialog-body { padding: 18px 16px 0; }
  .item-dialog .dialog-head h2 { font-size: clamp(26px, 8vw, 34px); }
  .item-dialog .dialog-photo { height: 160px; }
  .item-dialog-action { margin-inline: -16px; padding: 12px 16px max(14px, env(safe-area-inset-bottom)); }
  .home-section-heading > p, .build-copy > p, .location-section p { font-size: 16px; }
  .menu-extras-grid { grid-template-columns: 1fr; }
  .favorite-card, .favorite-card-lead, .favorite-card-wide { flex-basis: 86vw; grid-template-rows: 235px auto; }
  .favorite-card, .favorite-card-lead, .favorite-card-wide { grid-template-rows: 235px auto auto; }
  .favorite-order-controls { grid-template-columns: minmax(0, 1fr) auto; }
  .favorite-add { grid-column: 1 / -1; }
  .carousel-heading > div:last-child { width: 100%; }
  .carousel-controls { justify-content: flex-end; width: 100%; }
  .square-menu-item { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .square-menu-item > img { width: 96px; height: 88px; }
  .favorite-copy h3 { font-size: 31px; }
  .build-options div { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
  .location-actions { grid-template-columns: 1fr; }
  .location-actions .red-button { grid-column: auto; }
  .map-button { min-height: 76px; }
  .dock-directions { gap: 5px 10px; }
  .restaurant-footer-grid, .restaurant-footer-grid.seo-footer-grid { grid-template-columns: 1fr; }
  .seo-page-main { width: calc(100% - 16px); }
  .breadcrumbs { margin-inline: 4px; }
  .seo-page-hero, .seo-page-hero.has-image { padding: 10px 10px 24px; }
  .seo-hero-copy { padding: 13px 6px 4px; }
  .seo-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .seo-link-grid, .choice-groups { grid-template-columns: 1fr; }
  .seo-link-tile { min-height: 195px; padding: 26px 18px; }
  .choice-groups article, .choice-groups article:last-child { grid-column: auto; min-height: 0; padding: 28px 18px 34px; }
  .seo-card-grid { display: flex; margin-right: calc((100vw - 100%) / -2); padding-right: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .seo-card-grid::-webkit-scrollbar { display: none; }
  .seo-card { flex: 0 0 min(86vw, 420px); grid-template-rows: 225px auto; scroll-snap-align: start; }
  .seo-order-card { grid-template-rows: auto auto; }
  .seo-order-card-link { grid-template-rows: 225px auto; }
  .product-order-panel { margin-top: 34px; padding: 28px 18px; }
  .product-price-grid article { padding: 22px 20px; }
  .page-order-button { width: 100%; }
  .compact-menu-list article { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .seo-next-step { padding: 34px 18px; }
  .home-discovery-links { grid-template-columns: 1fr; }
  .home-discovery-intro h2 { font-size: clamp(31px, 8.5vw, 42px); }
  .pickup-timing-options { grid-template-columns: 1fr; }
  .guide-block p, .faq-list details p, .seo-section-head > p { font-size: 16px; }
}

@media (max-width: 359px) {
  .full-home .site-head { column-gap: 4px; }
  .full-home .site-head > .sticky-order-cta { width: calc(100% - 8px); margin-inline: 4px; }
  .full-home .store-row { padding-inline: 8px; }
  .full-home .store-row .store-fact > a:first-of-type { max-width: 150px; }
  .full-home .store-fact { font-size: 11.5px; }
}

@media (max-width: 520px) and (max-height: 720px) {
  :root { --fold-offset: 154px; }
  .fold-product .item-description { display: none; }
}

@media (max-width: 640px) {
  .cart-dialog {
    width: 100%;
    height: min(94dvh, 900px);
    max-height: 94dvh;
    margin: auto 0 0;
    border-radius: 10px 10px 0 0;
  }
  .cart-dialog .dialog-body { padding: 22px 16px max(20px, env(safe-area-inset-bottom)); }
  .cart-dialog .dialog-head { margin-bottom: 26px; }
  .cart-dialog .dialog-head h2 { font-size: 36px; }
  .cart-line { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: start; }
  .cart-line-photo { width: 64px; height: 64px; }
  .cart-line h3 { font-size: 19px; }
  .cart-line-right { grid-column: 2; grid-row: 2; display: flex; width: 100%; align-items: center; justify-content: space-between; }
  .cart-line-price { order: 2; font-size: 19px; }
  .cart-line .stepper { order: 1; }
  .cart-actions { display: grid; grid-template-columns: 1fr 1.35fr; }
  .cart-actions > * { min-width: 0; padding-inline: 11px; font-size: 17px; }
  .pickup-fields { grid-template-columns: 1fr; }
  .pickup-email { grid-column: auto; }
  .payment-heading h2,
  .payment-success h2 { font-size: 40px; }
  .payment-heading > p:not(.eyebrow),
  .payment-success > p { font-size: 16px; }
}
