:root {
  --ink: #171713;
  --paper: #fff9ed;
  --cream: #fff3dc;
  --yellow: #f8a91b;
  --yellow-deep: #f19912;
  --garden-green: #103c16;
  --garden-green-soft: #5c8f16;
  --garden-brown: #6a3b10;
  --charcoal: #11110f;
  --muted: #6d6254;
  --line: #221e18;
  --radius: 8px;
  --future-gold: #d9a928;
  --future-gold-soft: #f6e7b3;
  --future-forest: #092d16;
  --future-forest-2: #145127;
  --future-surface: #fffaf0;
  --future-radius: 22px;
}

.future-preview {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 24px;
  background: #071b0e;
  color: #fffaf0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.future-preview span {
  padding: 5px 9px;
  border: 1px solid rgba(217, 169, 40, 0.62);
  border-radius: 999px;
  color: var(--future-gold-soft);
  font-weight: 800;
  text-transform: uppercase;
}

.future-preview strong {
  font-size: 14px;
}

.future-preview em {
  justify-self: end;
  color: rgba(255, 250, 240, 0.68);
  font-style: normal;
}

.future-category-nav {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(1920px, 100%);
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 12px 18px;
  overflow-x: auto;
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid rgba(16, 60, 22, 0.14);
  box-shadow: 0 8px 28px rgba(9, 45, 22, 0.09);
  backdrop-filter: blur(14px);
}

.future-design .menu-board {
  padding-top: 62px;
}

.future-design #snacks-title,
.future-design #signature-title,
.future-design #premium-title,
.future-design #sandwich-title,
.future-design #combos-title,
.future-design #sweets-title,
.future-design #drinks-title {
  scroll-margin-top: 112px;
}

#snacks-title,
#signature-title,
#premium-title,
#sandwich-title,
#combos-title,
#sweets-title,
#drinks-title {
  scroll-margin-top: 84px;
}

.future-category-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--future-forest);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.future-category-nav a:hover,
.future-category-nav a:focus-visible,
.future-category-nav a.is-active {
  background: var(--future-forest);
  color: #fffaf0;
  outline: none;
}

.future-category-nav a span {
  color: var(--future-gold);
}

.future-category-nav a.is-active span {
  color: var(--future-gold-soft);
}

.future-design .photo-stage,
.future-design .product-card,
.future-design .compact-card,
.future-design .premium-card {
  border-radius: 18px;
}

.premium-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 6px 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 169, 40, 0.45);
  border-radius: 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(217, 169, 40, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.05);
}

.premium-crown {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--future-gold);
  color: var(--future-forest);
  font-family: Georgia, serif;
  font-size: 34px;
  box-shadow: 0 10px 26px rgba(217, 169, 40, 0.22);
}

.premium-heading small {
  display: block;
  margin-bottom: 2px;
  color: var(--future-gold-soft);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-heading h2 {
  margin: 0;
}

.sandwich-story-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
  min-height: 310px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: var(--future-radius);
  background:
    radial-gradient(circle at 82% 28%, rgba(217, 169, 40, 0.2), transparent 26%),
    linear-gradient(135deg, var(--future-forest), #06140b 72%);
  color: #fffaf0;
  box-shadow: 0 20px 50px rgba(6, 20, 11, 0.22);
}

.sandwich-story-card > div {
  align-self: center;
  padding: 34px 12px 34px 34px;
}

.sandwich-story-card span {
  color: var(--future-gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sandwich-story-card h2 {
  max-width: 430px;
  margin: 8px 0 12px;
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 0.86;
  text-transform: uppercase;
}

.sandwich-story-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.sandwich-story-card img {
  align-self: end;
  width: 118%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.36));
  transform: translateX(-8%);
}

@media (max-width: 760px) {
  .future-preview {
    grid-template-columns: auto 1fr;
    padding: 9px 14px;
  }

  .future-preview em {
    display: none;
  }

  .future-category-nav {
    justify-content: flex-start;
  }

  .future-category-nav a {
    padding: 9px 12px;
    font-size: 12px;
  }

  .sandwich-story-card {
    grid-template-columns: 1fr;
  }

  .sandwich-story-card > div {
    padding: 26px 24px 0;
  }

  .sandwich-story-card img {
    justify-self: center;
    width: 92%;
    max-height: 230px;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .future-category-nav a,
  .premium-card,
  .product-card {
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  }

  .future-category-nav a:hover,
  .premium-card:hover,
  .product-card:hover {
    transform: translateY(-2px);
  }
}

@media (min-width: 901px) {
  .future-design .main-layout {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .future-design .vertical-title {
    grid-column: 1;
  }

  .future-design .signature-section {
    grid-column: 2;
  }

  .future-design .premium-rail {
    grid-column: 1 / -1;
    padding: 26px 30px 32px;
    background:
      radial-gradient(circle at 88% 12%, rgba(246, 231, 179, 0.22), transparent 28%),
      linear-gradient(135deg, var(--future-forest), var(--future-forest-2));
  }

  .future-design .premium-heading {
    max-width: 520px;
  }

  .future-design #premiumList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .future-design .premium-card {
    grid-template-columns: 46% minmax(0, 1fr);
    height: 190px;
    margin: 0;
    border-color: rgba(217, 169, 40, 0.58);
  }

  .future-design .combo-upsell {
    margin-top: 18px;
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .future-design #premiumList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #e6dfd0;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  letter-spacing: 0;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
}

.menu-board {
  width: min(1920px, 100%);
  max-width: 100%;
  min-width: 0;
  min-height: 1320px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: visible;
  background: var(--paper);
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.hero-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 580px);
  height: 370px;
  background: #071108;
  color: white;
}

.hero-art {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 11, 5, 0.96) 0%, rgba(3, 11, 5, 0.84) 34%, rgba(3, 11, 5, 0.16) 56%, rgba(3, 11, 5, 0) 100%),
    url("./assets/hero/garden-studio-bg.webp") center / cover no-repeat,
    #080a07;
}

.hero-copy {
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 20px;
  min-width: 0;
  padding: 28px 18px 28px 40px;
}

.hero-logo {
  display: block;
  width: 106px;
  height: 106px;
  object-fit: contain;
  border: 7px solid rgba(255, 249, 237, 0.96);
  border-radius: 8px;
  background: #fff;
}

.hero-copy h1 {
  max-width: 360px;
  margin: 0;
  color: #fff9ed;
  font-size: 54px;
  line-height: 0.92;
  text-wrap: balance;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.hero-products {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  min-width: 0;
  padding: 24px 24px 0 0;
}

.hero-burger {
  display: block;
  width: 118%;
  max-width: none;
  max-height: 342px;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(1.06) contrast(1.03) drop-shadow(0 18px 14px rgba(0, 0, 0, 0.42));
}

.hero-burger-back {
  z-index: 1;
  justify-self: end;
  transform: translateX(12%) scale(0.9);
  transform-origin: center bottom;
}

.hero-burger-front {
  z-index: 2;
  justify-self: start;
  transform: translateX(-8%) scale(1);
  transform-origin: center bottom;
}

.photo-stage {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 82%, rgba(248, 169, 27, 0.2), transparent 44%),
    linear-gradient(#fffef9, #f1eadc);
}

.photo-stage img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 13px 8px rgba(0, 0, 0, 0.26));
}

.launch-ribbon {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 4;
  padding: 8px 14px;
  border: 1px solid rgba(248, 169, 27, 0.75);
  border-radius: 999px;
  background: rgba(16, 60, 22, 0.92);
  color: #fff7df;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.combo-panel {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 18px 26px;
  background:
    linear-gradient(135deg, rgba(16, 60, 22, 0.9), rgba(12, 11, 9, 0.98) 55%),
    #0c0b09;
  border-left: 2px solid rgba(248, 169, 27, 0.62);
}

.kicker {
  margin: 0;
  color: var(--yellow);
  font-size: 24px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 4px;
  font-size: 52px;
  line-height: 0.9;
  text-transform: uppercase;
}

.combo-panel h2 {
  margin-bottom: 4px;
  font-size: 46px;
  line-height: 0.9;
  text-transform: uppercase;
}

.combo-panel article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 8px 0;
  border-top: 2px wavy rgba(248, 169, 27, 0.72);
}

.combo-panel strong,
.combo-panel span {
  display: block;
}

.combo-panel strong {
  font-size: 23px;
  line-height: 0.95;
  text-transform: uppercase;
}

.combo-panel span {
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.combo-panel b,
.combo-upsell b {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--yellow);
  font-size: 34px;
  line-height: 0.85;
  white-space: nowrap;
}

.combo-panel b small,
.combo-upsell b small {
  display: inline-block;
  margin-left: 1px;
  line-height: 1;
  vertical-align: super;
  transform: translateY(-0.18em);
}

small {
  font-size: 38%;
  vertical-align: super;
}

.combo-upsell b small {
  font-size: 45%;
}

.snacks-band {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: stretch;
  min-height: 260px;
  background: #f8f5ee;
  border-bottom: 2px solid #e4d9c3;
}

.snacks-band h2 {
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--yellow);
  font-size: 34px;
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
}

.snack-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  padding: 12px 12px 14px 0;
}

.compact-card {
  position: relative;
  display: grid;
  grid-template-rows: 128px 1fr;
  min-width: 0;
  padding: 10px 14px 12px;
  text-align: center;
  border-left: 2px wavy rgba(248, 169, 27, 0.7);
}

.compact-card .photo-stage {
  width: 100%;
  height: 128px;
  margin-bottom: 6px;
  border-radius: var(--radius);
}

.compact-card h3,
.product-card h3,
.premium-card h3 {
  margin: 2px 0 5px;
  font-size: 21px;
  line-height: 0.94;
  text-transform: uppercase;
}

.compact-card p,
.product-card p,
.premium-card p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.24;
  text-transform: uppercase;
}

.compact-card strong,
.product-card strong,
.premium-card strong {
  display: block;
  margin-top: 5px;
  color: var(--yellow-deep);
  font-size: 28px;
  line-height: 0.9;
}

.currency {
  margin-right: 4px;
  font-size: 40%;
  vertical-align: middle;
}

.amount {
  display: inline-block;
}

.main-layout {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 500px;
  min-height: 840px;
}

.vertical-title {
  display: grid;
  place-items: center;
  color: rgba(248, 169, 27, 0.72);
  font-size: 75px;
  line-height: 0.86;
  text-align: center;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.signature-section {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 16px;
  background: white;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 12px;
}

.section-title-row h2 {
  margin-bottom: 0;
  color: var(--yellow);
  font-size: 46px;
  line-height: 0.86;
  text-transform: uppercase;
}

.section-title-row span {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 368px;
  overflow: hidden;
  text-align: center;
  border: 3px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf7;
}

.product-card .photo-stage {
  width: 100%;
  height: 222px;
  border-bottom: 1px solid rgba(34, 30, 24, 0.12);
}

.product-card .photo-stage img {
  width: 90%;
  height: 90%;
  object-position: center bottom;
}

.product-card .copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 144px;
  padding: 12px 12px 10px;
}

.badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 84px;
  min-height: 28px;
  padding: 6px 9px;
  border: 3px solid white;
  border-radius: 999px;
  background: #df2958;
  color: white;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
  transform: rotate(-8deg);
}

.badge--favorite {
  background: #df2958;
}

.badge--popular {
  background: #df2958;
  color: white;
}

.badge--complete {
  background: #df2958;
  color: white;
}

.premium-rail {
  padding: 20px 22px;
  background:
    linear-gradient(180deg, var(--yellow) 0%, #f5a21a 72%, #d18411 100%);
}

.premium-rail h2 {
  margin: 0 0 18px;
  color: white;
  font-size: 54px;
  line-height: 0.85;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.9);
}

.premium-card {
  display: grid;
  grid-template-columns: 206px minmax(0, 1fr);
  align-items: stretch;
  height: 176px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf6;
}

.premium-card .photo-stage {
  width: 100%;
  height: 100%;
  align-self: end;
  background:
    radial-gradient(circle at 50% 82%, rgba(248, 169, 27, 0.22), transparent 44%),
    linear-gradient(#fffef9, #f1eadc);
}

.premium-card .photo-stage img {
  width: 100%;
  height: 100%;
  transform: scale(1.23);
  transform-origin: center center;
}

.premium-card.product--gg-blackribs .photo-stage img,
.premium-card.product--gg-meltrings .photo-stage img {
  transform: scale(1.24);
}

.premium-card.product--gg-australianosupremo .photo-stage img {
  transform: scale(1.18);
}

.premium-card.product--gg-boavista .photo-stage img {
  transform: scale(1.3);
}

.premium-card.product--gg-volcano .photo-stage img {
  transform: scale(1.34);
}

.premium-card.product--gg-volcano .photo-stage {
  background:
    radial-gradient(circle at 50% 82%, rgba(248, 169, 27, 0.16), transparent 38%),
    linear-gradient(#fffef9, #f1eadc);
}

.premium-card .copy {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 10px 12px 8px 14px;
}

.premium-card h3 {
  font-size: 20px;
  max-width: 100%;
}

.premium-card p {
  overflow: hidden;
  font-size: 10px;
  line-height: 1.08;
}

.premium-card strong {
  margin-top: 4px;
  font-size: 28px;
  text-align: right;
}

.combo-upsell {
  display: grid;
  gap: 10px;
  margin: 18px auto 0;
  padding: 14px;
  overflow: hidden;
  border: 3px solid var(--charcoal);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 249, 237, 0.98), rgba(255, 243, 220, 0.96)),
    #fff3dc;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
}

.combo-upsell__headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 12px 14px 10px;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: white;
}

.combo-upsell__headline span {
  grid-column: 1 / -1;
  color: var(--yellow);
  font-size: 24px;
  line-height: 0.88;
}

.combo-upsell__headline strong {
  font-size: 31px;
  line-height: 0.9;
}

.combo-upsell__headline b {
  font-size: 43px;
}

.combo-upsell img {
  display: block;
  width: 100%;
  height: 174px;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius);
  background: #fffaf0;
}

.combo-upsell__addons {
  display: grid;
  gap: 7px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: white;
}

.combo-upsell__addons > span {
  color: var(--yellow);
  font-size: 22px;
  line-height: 0.9;
}

.combo-upsell__addons div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding-top: 7px;
  border-top: 1px solid rgba(248, 169, 27, 0.48);
}

.combo-upsell__addons strong {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
}

.combo-upsell__addons b {
  font-size: 28px;
}

.combo-upsell .currency {
  align-self: flex-start;
  margin-top: 0.2em;
  font-size: 32%;
}

.bottom-layout {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 310px;
  border-top: 2px solid #e1d5be;
}

.feature-panel {
  padding: 18px 28px;
}

.feature-panel h2 {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 38px;
  line-height: 0.88;
  text-transform: uppercase;
}

.feature-panel.hot {
  background: var(--yellow);
}

.feature-panel.hot h2 {
  color: white;
  text-shadow: 0 4px 0 var(--charcoal);
}

.feature-panel.hot .compact-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 10px 0;
  text-align: left;
  border-left: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.22);
}

.feature-panel.hot #specialList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.special-column,
.special-group-list {
  display: grid;
  align-content: start;
}

.special-column {
  gap: 26px;
}

.special-group-title {
  margin: 0;
  padding: 8px 12px 7px;
  border: 2px solid rgba(17, 17, 15, 0.78);
  border-radius: 6px;
  background: var(--charcoal);
  color: white;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.special-group-list .compact-card:first-child {
  border-top: 0;
}

.feature-panel.hot .compact-card .photo-stage,
.feature-panel.sweets .compact-card .photo-stage {
  float: none;
  width: 100%;
  margin: 0;
  overflow: visible;
}

.feature-panel.hot .compact-card .photo-stage {
  height: 126px;
  background: transparent;
}

.feature-panel.hot .compact-card .photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.06) contrast(1.02) drop-shadow(0 7px 6px rgba(0, 0, 0, 0.2));
}

.feature-panel.sweets .compact-card .photo-stage {
  height: 118px;
  background: transparent;
}

.feature-panel.sweets .compact-card .photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.06) contrast(1.02) drop-shadow(0 7px 6px rgba(0, 0, 0, 0.14));
}

.feature-panel.hot .product--ggcrispybbq .photo-stage img {
  transform: scale(1.06);
}

.feature-panel.hot .product--filecomqueijo .photo-stage img,
.feature-panel.hot .product--filebbq .photo-stage img,
.feature-panel.hot .product--filesupreme .photo-stage img {
  transform: scale(1.03);
}

.feature-panel.hot .product--ggdogclassic .photo-stage img,
.feature-panel.hot .product--ggdogbacon .photo-stage img {
  transform: scale(1.02);
}

.feature-panel.hot .product--burritosupreme .photo-stage img,
.feature-panel.hot .product--burritocrispycrunch .photo-stage img,
.feature-panel.hot .product--burritocogu .photo-stage img,
.feature-panel.hot .product--burritocalifornia .photo-stage img {
  transform: scale(1.08);
}

.feature-panel.hot .product--burritochillicheese .photo-stage img {
  transform: scale(1.32);
}

.feature-panel.hot .compact-card h3,
.feature-panel.sweets .compact-card h3 {
  grid-column: 1;
  margin-bottom: 5px;
  font-size: 21px;
}

.feature-panel.hot .compact-card p,
.feature-panel.sweets .compact-card p {
  grid-column: 1;
  font-size: 11px;
  line-height: 1.22;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.feature-panel.hot .compact-card strong,
.feature-panel.sweets .compact-card strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  min-width: 72px;
  margin: 0;
  font-size: 27px;
  text-align: right;
}

.feature-panel.hot .compact-card .copy,
.feature-panel.sweets .compact-card .copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: center;
  min-width: 0;
}

.feature-panel.hot .compact-card strong {
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
}

.feature-panel.sweets {
  background: #fff7e7;
}

.feature-panel.sweets .compact-card {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 138px;
  padding: 10px 0;
  text-align: left;
  border-left: 0;
  border-top: 2px solid rgba(248, 169, 27, 0.35);
}

.feature-panel.sweets #sweetList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}

.feature-panel.sweets .compact-card strong {
  color: var(--yellow-deep);
}

.feature-panel.drinks {
  background: var(--paper);
}

.price-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.drink-group {
  min-width: 0;
}

.drink-group h3 {
  margin: 0 0 4px;
  padding: 8px 10px 7px;
  border-radius: 5px;
  background: var(--garden-green);
  color: white;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: 21px;
  line-height: 1;
}

.drink-group-list {
  display: grid;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  min-width: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(34, 30, 24, 0.18);
}

.price-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.price-row strong {
  color: var(--yellow-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: 27px;
  white-space: nowrap;
}

footer {
  display: grid;
  grid-template-columns: auto repeat(4, minmax(0, 1fr)) minmax(220px, 1.1fr);
  gap: 10px 22px;
  align-items: baseline;
  padding: 14px 26px 16px;
  background: var(--charcoal);
  color: white;
  font-family: Arial, sans-serif;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

footer strong {
  grid-row: span 3;
  align-self: start;
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 0.88;
}

footer span {
  min-width: 0;
  white-space: normal;
}

.footer-pool {
  display: grid;
  grid-column: 6;
  grid-row: 1 / span 3;
  gap: 4px;
  align-self: start;
  color: var(--yellow);
}

.footer-pool b {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: 20px;
  line-height: 0.9;
}

.footer-pool em {
  font-style: normal;
}

footer .footer-highlight {
  color: var(--yellow);
}

.expanded-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 3px solid var(--charcoal);
  background: var(--paper);
}

.menu-category-block {
  min-width: 0;
  padding: 26px;
  border-right: 2px solid var(--charcoal);
  border-bottom: 2px solid var(--charcoal);
}

.menu-category-block:nth-child(2n) {
  border-right: 0;
}

.menu-category-block h2 {
  margin: 0 0 18px;
  color: var(--yellow-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.expanded-grid {
  display: grid;
  gap: 0;
}

.menu-list-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(31, 30, 27, 0.25);
}

.future-design .menu-list-card.has-photo {
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  margin: 8px 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(9, 45, 22, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(9, 45, 22, 0.07);
}

.future-design .menu-list-card.has-photo .photo-stage {
  width: 180px;
  height: 140px;
  border-radius: 13px;
}

.future-design .menu-list-card.has-photo .photo-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.future-design .menu-list-card.category--vegetarianos.has-photo .photo-stage,
.future-design .menu-list-card[class*="category--combos"].has-photo .photo-stage,
.future-design .menu-list-card.category--experiencias.has-photo .photo-stage,
.future-design .menu-list-card.category--kids.has-photo .photo-stage {
  background:
    radial-gradient(circle at 50% 80%, rgba(217, 169, 40, 0.22), transparent 44%),
    #fff8ea;
}

.future-design .menu-list-card.category--vegetarianos.has-photo .photo-stage img,
.future-design .menu-list-card[class*="category--combos"].has-photo .photo-stage img,
.future-design .menu-list-card.category--experiencias.has-photo .photo-stage img,
.future-design .menu-list-card.category--kids.has-photo .photo-stage img {
  width: 94%;
  height: 94%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.02) drop-shadow(0 10px 10px rgba(0, 0, 0, 0.16));
}

@media (min-width: 901px) {
  .future-design .menu-list-card.category--vegetarianos.has-photo,
  .future-design .menu-list-card[class*="category--combos"].has-photo,
  .future-design .menu-list-card.category--experiencias.has-photo,
  .future-design .menu-list-card.category--kids.has-photo {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    min-height: 176px;
  }

  .future-design .menu-list-card.category--vegetarianos.has-photo .photo-stage,
  .future-design .menu-list-card[class*="category--combos"].has-photo .photo-stage,
  .future-design .menu-list-card.category--experiencias.has-photo .photo-stage,
  .future-design .menu-list-card.category--kids.has-photo .photo-stage {
    width: 220px;
    height: 154px;
  }
}

@media (max-width: 900px) {
  .future-design .menu-list-card.has-photo {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
  }

  .future-design .menu-list-card.has-photo .photo-stage {
    grid-row: 1 / span 2;
    width: 112px;
    height: 112px;
  }

  .future-design .menu-list-card.has-photo > strong {
    grid-column: 2;
    justify-self: start;
  }
}

.menu-list-card:first-child {
  border-top: 0;
}

.menu-list-card h3,
.menu-list-card p {
  margin: 0;
}

.menu-list-card h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-list-card p {
  margin-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.menu-list-card > strong {
  color: var(--yellow-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", system-ui, sans-serif;
  font-size: 25px;
  white-space: nowrap;
}

.product-card.no-photo {
  min-height: 246px;
  padding-top: 34px;
  background: #fffaf0;
}

.compact-card.no-photo,
.premium-card.no-photo {
  grid-template-columns: 1fr;
}

.feature-panel.hot .compact-card.no-photo,
.feature-panel.sweets .compact-card.no-photo {
  grid-template-columns: minmax(0, 1fr);
  padding: 14px 0;
}

@media (min-width: 901px) {
  .feature-panel.hot {
    grid-column: 1 / -1;
  }

  .feature-panel.hot #specialList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }

  .feature-panel.hot .compact-card {
    grid-template-columns: 156px minmax(0, 1fr);
  }

  .feature-panel.sweets #sweetList {
    align-content: start;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .hero-strip {
    grid-template-columns: minmax(0, 1fr) 360px;
    height: 580px;
  }

  .hero-art {
    grid-template-columns: minmax(210px, 36%) minmax(0, 64%);
  }

  .hero-products {
    padding-right: 36px;
  }

  .hero-burger {
    width: 112%;
    max-height: 360px;
  }

  .hero-burger-back {
    transform: translateX(2%) scale(0.78);
  }

  .hero-burger-front {
    transform: translateX(-6%) scale(0.88);
  }

  .hero-copy {
    padding-left: 28px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .snacks-band {
    grid-template-columns: 190px 1fr;
  }

  .snack-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main-layout {
    grid-template-columns: 70px minmax(0, 1fr) 340px;
  }

  .vertical-title {
    font-size: 54px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-rail {
    padding-inline: 14px;
  }

  .premium-card {
    grid-template-columns: 138px minmax(0, 1fr);
    height: 176px;
  }

  .bottom-layout {
    grid-template-columns: 1fr;
  }

  .feature-panel.sweets #sweetList,
  .price-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hero-strip {
    grid-template-columns: minmax(0, 1fr) 430px;
    height: 520px;
  }

  .hero-products {
    padding-right: 28px;
  }

  .hero-burger {
    width: 118%;
    max-height: 430px;
  }

  .hero-burger-back {
    transform: translateX(10%) scale(0.88);
  }

  .hero-burger-front {
    transform: translateX(-10%) scale(0.98);
  }

  .snacks-band {
    grid-template-columns: 300px 1fr;
  }

  .snack-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .main-layout {
    grid-template-columns: 86px minmax(0, 1fr) 390px;
  }

  .vertical-title {
    font-size: 62px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .premium-rail {
    padding-inline: 16px;
  }

  .premium-card {
    grid-template-columns: 154px minmax(0, 1fr);
    height: 176px;
  }
}

@media (max-width: 900px) {
  body {
    padding: 0 0 max(84px, env(safe-area-inset-bottom));
  }

  .menu-board {
    min-height: 0;
    border: 0;
  }

  .hero-strip {
    height: auto;
  }

  .hero-art {
    aspect-ratio: 1800 / 560;
    grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
  }

  .hero-strip,
  .main-layout,
  .bottom-layout,
  .snacks-band,
  .expanded-sections {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-art,
  .combo-panel,
  .snack-list,
  .signature-section,
  .premium-rail,
  .feature-panel,
  .menu-category-block {
    min-width: 0;
    max-width: 100%;
  }

  .menu-category-block,
  .menu-category-block:nth-child(2n) {
    border-right: 0;
  }

  .combo-panel {
    min-height: 0;
    padding-bottom: 44px;
  }

  .snacks-band {
    margin-top: 0;
  }

  .snacks-band h2 {
    padding: 24px 14px 16px;
    font-size: 34px;
  }

  .vertical-title {
    writing-mode: initial;
    transform: none;
    padding: 14px;
    font-size: 42px;
  }

  .product-grid,
  .snack-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    gap: 12px;
  }

  .product-card {
    grid-template-rows: 156px auto;
    min-height: 0;
  }

  .product-card .photo-stage {
    height: 156px;
  }

  .product-card .photo-stage img {
    width: 94%;
    height: 94%;
  }

  .product-card .copy {
    min-height: 0;
    padding: 10px 8px 9px;
  }

  .product-card h3 {
    font-size: clamp(20px, 5vw, 27px);
    line-height: 0.92;
  }

  .product-card p {
    font-size: clamp(10px, 2.45vw, 13px);
    line-height: 1.13;
  }

  .product-card strong {
    margin-top: 8px;
    font-size: clamp(28px, 7.4vw, 38px);
  }

  .premium-card {
    grid-template-columns: minmax(142px, 34vw) minmax(0, 1fr);
    height: 168px;
  }

  .premium-card.product--gg-australianosupremo .photo-stage img {
    transform: translateY(-9px) scale(1.08);
  }

  .feature-panel {
    padding: 22px clamp(18px, 4vw, 28px);
  }

  .feature-panel.hot #specialList {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-panel.sweets #sweetList,
  .price-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .special-column {
    gap: 24px;
  }

  .feature-panel.hot .compact-card,
  .feature-panel.sweets .compact-card {
    grid-template-columns: clamp(130px, 27vw, 190px) minmax(0, 1fr);
    gap: clamp(14px, 3vw, 22px);
    min-height: 132px;
    padding: 14px 0;
  }

  .feature-panel.hot .compact-card .copy,
  .feature-panel.sweets .compact-card .copy {
    grid-template-columns: minmax(0, 1fr) minmax(64px, auto);
    column-gap: 14px;
  }

  .feature-panel.hot .compact-card h3,
  .feature-panel.sweets .compact-card h3 {
    font-size: clamp(20px, 4.4vw, 27px);
  }

  .feature-panel.hot .compact-card p,
  .feature-panel.sweets .compact-card p {
    font-size: clamp(11px, 2.2vw, 14px);
    line-height: 1.18;
  }

  .feature-panel.hot .compact-card strong,
  .feature-panel.sweets .compact-card strong {
    min-width: 64px;
    font-size: clamp(24px, 5.2vw, 34px);
  }

  footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 16px;
    padding: 14px 20px 16px;
  }

  footer strong {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .footer-pool {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    align-items: baseline;
    gap: 10px 18px;
  }
}

@media (max-width: 820px) {
  .feature-panel.hot .compact-card,
  .feature-panel.sweets .compact-card {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 14px;
  }

  .feature-panel.hot .compact-card .copy,
  .feature-panel.sweets .compact-card .copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-panel.hot .compact-card strong,
  .feature-panel.sweets .compact-card strong {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 2px;
  }

  .feature-panel.hot .compact-card .photo-stage,
  .feature-panel.sweets .compact-card .photo-stage {
    height: 98px;
  }
}

@media (max-width: 680px) {
  .hero-art {
    grid-template-columns: minmax(124px, 42%) minmax(0, 58%);
    min-height: 250px;
    aspect-ratio: auto;
    background-position: center;
  }

  .hero-copy {
    gap: 12px;
    padding: 18px 4px 18px 16px;
  }

  .hero-logo {
    width: 68px;
    height: 68px;
    border-width: 5px;
  }

  .hero-copy h1 {
    max-width: 142px;
    font-size: 31px;
    line-height: 0.94;
  }

  .hero-products {
    grid-template-columns: 1fr;
    place-items: end center;
    padding: 12px 0 0;
  }

  .hero-burger {
    grid-column: 1;
    grid-row: 1;
    width: 142%;
    max-height: 238px;
  }

  .hero-burger-back {
    display: none;
  }

  .hero-burger-front {
    align-self: end;
    justify-self: center;
    transform: translateX(8%) scale(1.02);
  }

  .menu-category-block {
    padding: 20px 16px;
  }

  .menu-category-block h2 {
    font-size: 34px;
  }

  .menu-list-card {
    align-items: start;
  }

  .menu-list-card h3 {
    font-size: 19px;
  }

  .menu-list-card p {
    font-size: 11px;
  }

  .menu-list-card > strong {
    font-size: 21px;
  }

  .product-grid {
    gap: 10px;
  }

  .product-card {
    grid-template-rows: 134px auto;
  }

  .product-card .photo-stage {
    height: 134px;
  }

  .product-card .copy {
    padding: 7px 6px 7px;
  }

  .product-card h3 {
    margin-bottom: 4px;
    font-size: clamp(17px, 4.7vw, 21px);
    line-height: 0.9;
  }

  .product-card p {
    font-size: clamp(8.4px, 2.35vw, 9.8px);
    line-height: 1.06;
  }

  .product-card strong {
    margin-top: 6px;
    font-size: clamp(24px, 6.3vw, 30px);
  }

  .feature-panel.hot .compact-card,
  .feature-panel.sweets .compact-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    min-height: 124px;
  }

  .feature-panel.sweets #sweetList {
    grid-template-columns: 1fr;
  }

  .price-columns {
    grid-template-columns: 1fr;
  }

  .feature-panel.hot .compact-card .photo-stage,
  .feature-panel.sweets .compact-card .photo-stage {
    height: 92px;
  }

  .feature-panel.hot .compact-card .copy,
  .feature-panel.sweets .compact-card .copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-panel.hot .compact-card strong,
  .feature-panel.sweets .compact-card strong {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 2px;
  }

  footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
    padding-inline: 18px;
    font-size: 11.5px;
  }

  footer strong {
    font-size: 36px;
  }

  .footer-pool {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-pool b {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .snack-list,
  .product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-card {
    grid-template-rows: 220px auto;
  }

  .product-card .photo-stage {
    position: relative;
    height: 220px;
  }

  .product-card .photo-stage img {
    position: absolute;
    inset: 4%;
    width: 92%;
    height: 92%;
    object-fit: contain;
    object-position: center;
  }

  .snack-list {
    gap: 0;
    padding: 8px 12px 16px;
  }

  .snack-list .compact-card {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(88px, 112px) minmax(0, 1fr);
    grid-template-rows: minmax(112px, auto);
    align-items: center;
    gap: 12px;
    padding: 10px 4px;
    border-left: 0;
    border-bottom: 1px solid rgba(34, 30, 24, 0.12);
    text-align: left;
  }

  .snack-list .compact-card .photo-stage {
    width: 112px;
    height: 112px;
    margin: 0;
  }

  .snack-list .compact-card .copy,
  .compact-card h3,
  .compact-card p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .snack-list .compact-card h3 {
    font-size: 22px;
  }

  .snack-list .compact-card p {
    font-size: 11px;
    line-height: 1.2;
  }

  .snack-list .compact-card strong {
    font-size: 29px;
  }
}

@media print {
  @page {
    size: A3 portrait;
    margin: 0;
  }

  body {
    width: 297mm;
    height: 420mm;
    padding: 0;
    background: white;
  }

  .menu-board {
    width: 1920px;
    min-height: 2324px;
    margin: 0;
    box-shadow: none;
    border: 0;
    transform: scale(0.585);
    transform-origin: top left;
  }
}

/* Conceito futuro: acompanhamentos comerciais + bloco de upgrade */
.future-design .snacks-band {
  display: block;
  min-height: 0;
  padding: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(217, 169, 40, 0.12), transparent 26%),
    var(--future-surface);
}

.future-design .snacks-band h2 {
  display: block;
  margin: 0 0 20px;
  color: var(--future-forest);
  font-size: clamp(34px, 4vw, 62px);
  text-align: left;
}

.future-design .snack-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
}

.future-design .snack-list .compact-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 156px auto;
  gap: 0;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 45, 22, 0.15);
  border-radius: 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0 12px 30px rgba(9, 45, 22, 0.08);
}

.future-design .snack-list .compact-card .photo-stage {
  width: 100%;
  height: 128px;
  margin: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 85%, rgba(217, 169, 40, 0.2), transparent 42%),
    #f5efe3;
}

@media (min-width: 901px) {
  .future-design .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .future-design .signature-section .product-card {
    grid-template-rows: 198px 1fr;
    min-height: 318px;
  }

  .future-design .signature-section .product-card .photo-stage {
    height: 198px;
  }

  .future-design .signature-section .product-card .photo-stage img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    object-position: center bottom;
  }

  .future-design .snack-list .compact-card {
    grid-template-rows: 156px auto;
  }

  .future-design .snack-list .compact-card .photo-stage img {
    width: 92%;
    height: 92%;
    object-fit: contain;
  }

  .future-design .snack-list .product--fritaspremiumgarden .photo-stage img {
    width: 90%;
    height: 90%;
    object-position: center;
    transform: translateY(-12px);
  }
}

.future-design .snack-list .compact-card .copy {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 112px;
  padding: 11px 13px 13px;
}

.future-design .snack-list .compact-card h3 {
  margin: 0 0 7px;
  color: var(--future-forest);
  font-size: 22px;
  line-height: 0.94;
}

.future-design .snack-list .compact-card p {
  color: #5b554c;
  font-size: 11px;
  line-height: 1.3;
}

.future-design .snack-list .compact-card strong {
  margin-top: 6px;
  color: #d88708;
  font-size: 28px;
  text-align: right;
}

.future-design .premium-rail {
  background:
    radial-gradient(circle at 88% 12%, rgba(246, 231, 179, 0.22), transparent 28%),
    linear-gradient(135deg, var(--future-forest), var(--future-forest-2));
}

.future-design .combo-upsell {
  grid-template-columns: 1.08fr 0.92fr 1fr;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(217, 169, 40, 0.65);
  border-radius: 24px;
  background: #fffaf0;
  box-shadow: 0 20px 44px rgba(3, 18, 8, 0.28);
}

.future-design .combo-upsell__headline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  padding: 24px;
  border-radius: 0;
  background: var(--future-gold);
  color: var(--future-forest);
}

.future-design .combo-upsell__headline span {
  color: var(--future-forest);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.future-design .combo-upsell__headline strong {
  font-size: clamp(34px, 3vw, 52px);
}

.future-design .combo-upsell__headline b {
  color: var(--future-forest);
  font-size: clamp(38px, 3.4vw, 58px);
}

.future-design .combo-upsell img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 0;
  background: #fffaf0;
}

.future-design .combo-upsell__addons {
  align-content: center;
  gap: 12px;
  padding: 24px;
  border-radius: 0;
  background: #071b0e;
}

.future-design .combo-upsell__addons > span {
  color: var(--future-gold);
  font-size: 26px;
}

.future-design .combo-upsell__addons div {
  padding-top: 12px;
  border-color: rgba(217, 169, 40, 0.42);
}

.future-design .combo-upsell__addons strong {
  font-size: 13px;
}

.future-design .combo-upsell__addons b {
  color: var(--future-gold);
  font-size: 34px;
}

@media (max-width: 900px) {
  .future-design .premium-rail {
    padding: 22px 14px 26px;
    background:
      radial-gradient(circle at 88% 8%, rgba(246, 231, 179, 0.16), transparent 26%),
      linear-gradient(160deg, var(--future-forest), #071b0e);
  }

  .future-design .snacks-band {
    padding: 24px 0 26px;
  }

  .future-design .snacks-band h2 {
    padding: 0 18px;
  }

  .future-design .snack-list {
    display: flex;
    gap: 12px;
    padding: 0 18px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .future-design .snack-list::-webkit-scrollbar {
    display: none;
  }

  .future-design .snack-list .compact-card {
    flex: 0 0 min(76vw, 290px);
    grid-template-columns: 1fr;
    grid-template-rows: 150px auto;
    scroll-snap-align: start;
  }

  .future-design .snack-list .compact-card .photo-stage {
    width: 100%;
    height: 150px;
  }

  .future-design .combo-upsell {
    grid-template-columns: 1fr;
  }

  .future-design .combo-upsell img {
    min-height: 190px;
  }
}

/* Guardrail final: fotos de combos nunca podem ser cropadas no desktop */
.future-design .menu-list-card.category--vegetarianos.has-photo .photo-stage,
.future-design .menu-list-card[class*="category--combos"].has-photo .photo-stage,
.future-design .menu-list-card.category--experiencias.has-photo .photo-stage,
.future-design .menu-list-card.category--kids.has-photo .photo-stage {
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible;
  background: transparent !important;
}

.future-design .menu-list-card.category--vegetarianos.has-photo .photo-stage img {
  width: 92% !important;
  height: 92% !important;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain !important;
  object-position: center !important;
}

.future-design .menu-list-card[class*="category--combos"].has-photo .photo-stage img,
.future-design .menu-list-card.category--experiencias.has-photo .photo-stage img,
.future-design .menu-list-card.category--kids.has-photo .photo-stage img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
}
