:root {
  --black: #080705;
  --ink: #11100d;
  --charcoal: #17130d;
  --gold: #f6a313;
  --orange: #f26d13;
  --gold-deep: #c76d0a;
  --green: #0f7c3e;
  --green-dark: #0a4f2a;
  --white: #fffaf0;
  --paper: #c59258;
  --kraft: #7a4f2d;
  --muted: #d9cab1;
  --line: rgba(255, 250, 240, 0.16);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 20% 10%, rgba(242, 109, 19, 0.14), transparent 28%),
    linear-gradient(rgba(255, 250, 240, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.028) 1px, transparent 1px),
    var(--black);
  background-size: 44px 44px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(8, 7, 5, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-crown,
.logo-crown {
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--black);
  font-weight: 950;
}

.brand-crown {
  width: 34px;
  height: 34px;
  border-radius: 4px;
}

.brand-mark strong,
.logo-main {
  display: block;
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
}

.brand-mark strong span,
.logo-main span {
  color: var(--white);
}

.brand-mark strong b,
.logo-main b {
  color: var(--orange);
}

.brand-mark small {
  display: block;
  margin-top: 2px;
  color: var(--gold);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 22px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.9rem;
  font-weight: 750;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  display: none;
  padding: 10px 16px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 850;
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: end;
  overflow: hidden;
  padding: 110px clamp(18px, 4vw, 54px) 34px;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.96) 0%, rgba(8, 7, 5, 0.76) 46%, rgba(8, 7, 5, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 7, 5, 0.94) 0%, rgba(8, 7, 5, 0.18) 52%, rgba(8, 7, 5, 0.48) 100%);
}

.hero-content {
  width: min(760px, 100%);
  padding-top: 16vh;
}

.logo-lockup {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  margin-bottom: 28px;
  padding: 14px 16px;
  background: rgba(8, 7, 5, 0.7);
  border: 1px solid rgba(246, 163, 19, 0.4);
  box-shadow: var(--shadow);
  transform: skew(-6deg);
}

.logo-crown {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  font-size: 2.1rem;
}

.logo-main {
  font-size: clamp(2.1rem, 8vw, 5.8rem);
  text-shadow: 4px 4px 0 rgba(15, 124, 62, 0.82);
}

.logo-line {
  grid-column: 2;
  color: var(--white);
  font-size: clamp(0.7rem, 2vw, 0.98rem);
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  max-width: 920px;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(3.4rem, 15vw, 9.3rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 8vw, 5.5rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}

p {
  color: rgba(255, 250, 240, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-subhead {
  max-width: 620px;
  color: var(--white);
  font-size: clamp(1.25rem, 3.8vw, 2.25rem);
  font-weight: 800;
  line-height: 1.18;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--black);
}

.button-secondary {
  background: rgba(255, 250, 240, 0.1);
  border: 1px solid rgba(255, 250, 240, 0.34);
}

.button-dark {
  background: var(--black);
  color: var(--white);
}

.hero-proof {
  margin-top: 24px;
}

.hero-proof span,
.meal-strip span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  background: rgba(8, 7, 5, 0.54);
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.82rem;
  font-weight: 850;
}

.truck-side {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(166deg, transparent 0 55%, var(--orange) 55.5% 100%),
    linear-gradient(180deg, #161411, #050403);
  border: 1px solid rgba(246, 163, 19, 0.34);
  box-shadow: var(--shadow);
}

.truck-side::before,
.truck-side::after {
  position: absolute;
  content: "";
  background: var(--orange);
  transform: rotate(-10deg);
}

.truck-side::before {
  right: -30px;
  top: 18px;
  width: 190px;
  height: 62px;
}

.truck-side::after {
  left: -30px;
  bottom: 60px;
  width: 360px;
  height: 10px;
  box-shadow: 44px 18px 0 var(--green), 80px 34px 0 var(--gold-deep);
}

.truck-window {
  position: absolute;
  top: 54px;
  left: 28px;
  width: 116px;
  height: 118px;
  border: 7px solid rgba(255, 250, 240, 0.14);
  background: rgba(255, 250, 240, 0.06);
}

.truck-logo {
  position: absolute;
  top: 76px;
  left: 175px;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 950;
  font-style: italic;
  letter-spacing: 0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.42);
}

.truck-logo span {
  color: var(--white);
}

.truck-logo b {
  color: var(--orange);
}

.truck-logo small {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.truck-menu {
  position: absolute;
  top: 50px;
  right: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(58px, 1fr));
  gap: 8px;
  width: 43%;
  min-height: 128px;
  padding: 12px;
  background: #090807;
  border: 6px solid #25201a;
}

.truck-menu strong {
  grid-column: 1 / -1;
  color: var(--white);
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.truck-menu span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 6px;
  background: rgba(246, 163, 19, 0.1);
  border: 1px solid rgba(246, 163, 19, 0.38);
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.truck-line {
  position: absolute;
  left: 48px;
  bottom: 112px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.truck-line b {
  color: var(--orange);
}

.truck-url {
  position: absolute;
  right: 34%;
  bottom: 34px;
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 950;
}

.section-pad {
  padding: clamp(70px, 10vw, 140px) clamp(18px, 4vw, 54px);
}

.section-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.split-grid,
.why-grid,
.inquiry-grid {
  display: grid;
  gap: clamp(28px, 6vw, 74px);
}

.story-section {
  background:
    linear-gradient(174deg, transparent 0 72%, rgba(242, 109, 19, 0.92) 72.2% 100%),
    radial-gradient(circle at top left, rgba(15, 124, 62, 0.25), transparent 32%),
    var(--black);
}

.story-copy p {
  font-size: 1.08rem;
}

.brand-rally {
  color: var(--gold);
  font-size: clamp(1.35rem, 4vw, 2.7rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.meal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.models-section,
.inquiry-section {
  background: var(--white);
  color: var(--black);
}

.models-section p,
.inquiry-section p,
.models-section .eyebrow,
.inquiry-section .eyebrow {
  color: var(--green-dark);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 670px;
}

.model-grid,
.menu-grid {
  display: grid;
  gap: 18px;
}

.model-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: clamp(24px, 5vw, 42px);
  background: var(--black);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(8, 7, 5, 0.18);
}

.model-card::before {
  position: absolute;
  inset: auto -15% -22% auto;
  width: 240px;
  height: 240px;
  content: "";
  background: repeating-linear-gradient(45deg, var(--gold) 0 12px, var(--green) 12px 24px);
  opacity: 0.22;
  transform: rotate(-8deg);
}

.model-tag {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.model-card p {
  max-width: 520px;
  color: rgba(255, 250, 240, 0.78);
}

.model-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.model-card li::before {
  margin-right: 10px;
  color: var(--gold);
  content: "■";
}

.model-card a {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-weight: 950;
}

.why-section {
  background:
    linear-gradient(135deg, rgba(122, 79, 45, 0.32), transparent 42%),
    linear-gradient(180deg, var(--charcoal), var(--black));
}

.why-panel {
  padding: clamp(26px, 5vw, 46px);
  background: var(--green-dark);
  border: 1px solid rgba(255, 250, 240, 0.12);
}

.why-panel .button {
  margin-top: 14px;
}

.why-list {
  display: grid;
  gap: 12px;
}

.why-list div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 18px;
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 1rem;
  font-weight: 850;
}

.why-list span {
  color: var(--gold);
  font-size: 0.78rem;
}

.menu-section {
  background:
    linear-gradient(135deg, rgba(242, 109, 19, 0.34), transparent 26%),
    linear-gradient(180deg, rgba(8, 7, 5, 0.82), rgba(8, 7, 5, 1)),
    var(--black);
}

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

.menu-card {
  position: relative;
  overflow: hidden;
  background: #100f0d;
  border: 1px solid rgba(246, 163, 19, 0.22);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 4px solid var(--orange);
}

.menu-card div {
  padding: 20px;
}

.menu-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--gold);
  color: var(--black);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(8, 7, 5, 0.72);
  font-weight: 950;
}

.menu-card h3 {
  color: var(--gold);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.menu-card p {
  font-size: 0.94rem;
}

.menu-card strong {
  display: block;
  margin-top: 16px;
  padding: 10px;
  background: var(--gold);
  color: var(--black);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.combo-board {
  display: grid;
  gap: 20px;
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid rgba(246, 163, 19, 0.32);
}

.combo-board h2 {
  font-size: clamp(2rem, 6vw, 4.2rem);
}

.combo-grid {
  display: grid;
  gap: 14px;
}

.combo-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: rgba(255, 250, 240, 0.06);
  border: 1px solid rgba(246, 163, 19, 0.24);
}

.combo-card span {
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
}

.combo-card h3 {
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.combo-card p {
  margin: 0;
  font-size: 0.95rem;
}

.investment-section {
  background:
    linear-gradient(90deg, rgba(246, 163, 19, 0.95), rgba(197, 124, 26, 0.95)),
    var(--gold);
  color: var(--black);
}

.investment-card {
  display: grid;
  gap: 24px;
  align-items: center;
}

.investment-card .eyebrow,
.investment-card p {
  color: var(--black);
}

.investment-card h2 {
  max-width: 760px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
}

.lead-form input[name="_honey"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 4px;
  padding: 14px 13px;
  background: rgba(255, 250, 240, 0.08);
  color: var(--white);
  font: inherit;
}

.lead-form select option {
  color: var(--black);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.full-span {
  grid-column: 1 / -1;
}

.form-status {
  margin: 0;
  color: var(--gold);
  font-size: 0.92rem;
}

.contact-card {
  display: grid;
  gap: 6px;
  max-width: 360px;
  margin-top: 28px;
  padding: 22px;
  background: var(--paper);
  color: var(--black);
}

.contact-card strong {
  font-size: 1.5rem;
}

.site-footer {
  display: grid;
  gap: 28px;
  padding: 42px clamp(18px, 4vw, 54px);
  background: var(--black);
  border-top: 1px solid var(--line);
}

.footer-brand p,
.legal {
  margin: 16px 0 0;
  color: rgba(255, 250, 240, 0.66);
  font-size: 0.9rem;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  color: var(--gold);
  font-weight: 950;
}

@media (min-width: 680px) {
  .nav-cta {
    display: inline-flex;
  }

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

  .investment-card,
  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .legal {
    grid-column: 1 / -1;
  }
}

@media (min-width: 920px) {
  .nav-links {
    display: flex;
  }

  .split-grid,
  .why-grid,
  .inquiry-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

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

  .combo-board {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: start;
  }

  .menu-card {
    display: flex;
    min-height: 430px;
    flex-direction: column;
  }

  .menu-card img {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1380px) {
  .hero-section {
    grid-template-columns: minmax(0, 820px);
  }

  .hero-content {
    padding-top: 8vh;
  }
}

@media (max-width: 520px) {
  .site-header {
    align-items: flex-start;
  }

  .brand-mark small {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .logo-lockup {
    width: 100%;
  }
}

/* WRAPKING menu-board treatment inspired by the supplied truck/menu artwork. */
.menu-board {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 250, 240, 0.08), transparent 22%),
    radial-gradient(circle at 82% 8%, rgba(242, 109, 19, 0.16), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 250, 240, 0.026) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, #12100d, #050403 72%);
  border: 2px solid rgba(255, 250, 240, 0.09);
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.44), var(--shadow);
}

.menu-board::before,
.menu-board::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.menu-board::before {
  top: 22px;
  right: -40px;
  width: 370px;
  height: 78px;
  background: linear-gradient(90deg, var(--orange), transparent 92%);
  clip-path: polygon(0 20%, 100% 0, 92% 25%, 100% 45%, 84% 48%, 96% 72%, 4% 100%);
  opacity: 0.9;
}

.menu-board::after {
  left: -28px;
  bottom: 28px;
  width: 240px;
  height: 72px;
  background: linear-gradient(90deg, var(--orange), transparent);
  clip-path: polygon(0 0, 100% 16%, 75% 30%, 96% 46%, 68% 60%, 100% 78%, 0 100%);
  opacity: 0.78;
}

.menu-board-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
}

.menu-brand-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  align-items: center;
}

.menu-mini-crown {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  background: var(--orange);
  color: var(--black);
  font-size: 2rem;
  font-weight: 950;
  clip-path: polygon(12% 12%, 88% 12%, 88% 88%, 12% 88%);
}

.menu-brand-badge strong {
  color: var(--white);
  font-size: clamp(2.4rem, 9vw, 5rem);
  font-weight: 950;
  font-style: italic;
  line-height: 0.85;
  text-shadow: 4px 4px 0 rgba(15, 124, 62, 0.75);
}

.menu-brand-badge strong b {
  color: var(--orange);
}

.menu-brand-badge small {
  color: var(--white);
  font-size: clamp(0.82rem, 2vw, 1.15rem);
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-flavor-callout {
  text-align: left;
}

.menu-flavor-callout p,
.menu-flavor-callout span {
  margin: 0;
  color: var(--green);
  font-size: clamp(1.2rem, 4vw, 2.3rem);
  font-weight: 950;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.menu-flavor-callout h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(3.3rem, 12vw, 7rem);
  font-style: italic;
  line-height: 0.78;
  text-transform: uppercase;
}

.menu-flavor-callout span {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(0.9rem, 2vw, 1.25rem);
  letter-spacing: 0.08em;
}

.menu-board-promise {
  position: relative;
  display: grid;
  gap: 2px;
  padding: 18px 20px;
  background: rgba(8, 7, 5, 0.72);
  border: 2px solid rgba(15, 124, 62, 0.72);
  box-shadow: -8px 0 0 var(--orange);
}

.menu-board-promise strong,
.menu-board-promise span {
  color: var(--white);
  font-size: clamp(1.1rem, 3vw, 1.9rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.menu-board-promise span {
  color: var(--gold);
}

.menu-pillars {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.menu-pillars span {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid rgba(255, 250, 240, 0.13);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-board-grid {
  position: relative;
  z-index: 1;
}

.menu-card {
  border-width: 3px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.06);
}

.menu-card-orange {
  border-color: var(--orange);
}

.menu-card-green {
  border-color: var(--green);
}

.menu-card-orange .menu-number,
.menu-card-orange .combo-meal {
  background: linear-gradient(135deg, var(--gold), var(--orange));
}

.menu-card-green .menu-number,
.menu-card-green .combo-meal {
  background: linear-gradient(135deg, #8cc63f, var(--green));
  color: var(--white);
}

.menu-card img {
  aspect-ratio: 1.28 / 1;
  filter: saturate(1.18) contrast(1.08);
}

.menu-card h3 {
  color: var(--white);
  font-size: clamp(1.32rem, 2.2vw, 1.78rem);
  font-style: italic;
}

.menu-card h3::first-line {
  color: var(--white);
}

.menu-card p {
  color: rgba(255, 250, 240, 0.9);
  font-size: 0.86rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.combo-meal {
  display: grid;
  gap: 5px;
  margin: 16px 0;
  padding: 12px;
  color: var(--white);
  text-transform: uppercase;
}

.combo-meal span {
  font-size: 1rem;
  font-weight: 950;
  font-style: italic;
}

.combo-meal small {
  color: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.35;
}

.menu-lower-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 163, 19, 0.42);
}

.combo-board {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.combo-card {
  min-height: 118px;
}

.combo-card-orange {
  border-color: rgba(242, 109, 19, 0.58);
}

.combo-card-green {
  border-color: rgba(15, 124, 62, 0.74);
}

.addons-board {
  padding: 20px;
  background:
    linear-gradient(140deg, rgba(242, 109, 19, 0.18), transparent 55%),
    rgba(255, 250, 240, 0.055);
  border: 1px solid rgba(255, 250, 240, 0.14);
}

.addons-board h3 {
  color: var(--green);
  font-size: clamp(1.4rem, 4vw, 2.3rem);
  font-style: italic;
  text-transform: uppercase;
}

.addon-list {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
}

.addon-list span {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 850;
  text-transform: uppercase;
}

.addon-list span::before {
  margin-right: 9px;
  color: var(--gold);
  content: "•";
}

.packaging-callout {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--paper);
  color: var(--black);
}

.packaging-callout span {
  font-size: 2.4rem;
  line-height: 1;
}

.packaging-callout strong {
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.packaging-callout p {
  margin: 0;
  color: rgba(8, 7, 5, 0.78);
  font-size: 0.92rem;
}

.packaging-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 28%, rgba(246, 163, 19, 0.18), transparent 30%),
    linear-gradient(180deg, #130f0b, #080705 62%);
}

.packaging-grid {
  display: grid;
  gap: clamp(30px, 7vw, 82px);
  align-items: center;
}

.packaging-copy p {
  max-width: 650px;
}

.packaging-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.packaging-points span {
  padding: 14px 16px;
  background: rgba(255, 250, 240, 0.07);
  border: 1px solid rgba(246, 163, 19, 0.26);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.packaging-points span::before {
  margin-right: 10px;
  color: var(--gold);
  content: "♛";
}

.packaging-stage {
  position: relative;
  min-height: 620px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46)),
    linear-gradient(90deg, rgba(132, 73, 25, 0.52), rgba(77, 42, 20, 0.88));
  border: 1px solid rgba(255, 250, 240, 0.14);
  box-shadow: var(--shadow);
}

.packaging-photo {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.packaging-stage.no-packaging-photo .packaging-photo {
  display: none;
}

.packaging-stage:not(.no-packaging-photo) .packaging-fallback {
  display: none;
}

.packaging-stage::before {
  position: absolute;
  right: -10%;
  bottom: -12%;
  left: -10%;
  height: 210px;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.08), transparent 35%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0 1px, transparent 1px 18px),
    #5e351c;
  transform: rotate(-2deg);
}

.packaging-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle at 18% 18%, rgba(246, 163, 19, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 42%, rgba(15, 124, 62, 0.16) 0 1px, transparent 2px);
  background-size: 42px 42px, 58px 58px;
  opacity: 0.55;
  pointer-events: none;
}

.pack-cup,
.pack-sleeve,
.pack-bag,
.pack-box,
.pack-sauce {
  position: absolute;
  z-index: 1;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.pack-logo {
  color: var(--white);
  font-weight: 950;
  font-style: italic;
  line-height: 0.9;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.34);
}

.pack-logo b {
  color: var(--gold);
}

.pack-cup {
  left: 5%;
  bottom: 108px;
  width: 145px;
  height: 270px;
  padding: 96px 18px 18px;
  background:
    linear-gradient(166deg, transparent 0 57%, var(--gold) 57.4% 100%),
    radial-gradient(circle at 36% 25%, rgba(255, 250, 240, 0.08), transparent 28%),
    #11100d;
  clip-path: polygon(8% 0, 92% 0, 82% 100%, 18% 100%);
}

.pack-cup .pack-logo {
  font-size: 1.12rem;
}

.pack-cup p,
.pack-bag p {
  margin: 30px 0 0;
  color: var(--black);
  font-size: 0.96rem;
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.pack-lid {
  position: absolute;
  top: -18px;
  right: -8px;
  left: -8px;
  height: 34px;
  background: linear-gradient(180deg, #e5e0d8, #77736c);
  border-radius: 50%;
}

.pack-straw {
  position: absolute;
  top: -92px;
  left: 66px;
  width: 13px;
  height: 112px;
  background: #070707;
  border-radius: 999px;
}

.pack-sleeve {
  left: 24%;
  bottom: 142px;
  width: 205px;
  height: 330px;
  padding: 210px 20px 18px;
  background:
    linear-gradient(166deg, transparent 0 62%, var(--gold) 62.5% 100%),
    #11100d;
  border-radius: 0 0 20px 20px;
}

.pack-sleeve .pack-logo {
  font-size: 2rem;
}

.pack-sleeve small,
.pack-bag small,
.pack-box small,
.pack-sauce small {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.wrap-top {
  position: absolute;
  top: -56px;
  left: 30px;
  width: 150px;
  height: 230px;
  background:
    radial-gradient(circle at 50% 28%, #321b0c 0 5px, transparent 6px),
    radial-gradient(circle at 30% 48%, #321b0c 0 4px, transparent 5px),
    linear-gradient(135deg, #ecd6b0 0 48%, #d0a46b 48% 52%, #f4dfba 52% 100%);
  border-radius: 50% 50% 8px 8px;
  clip-path: polygon(13% 0, 92% 8%, 78% 100%, 6% 84%);
}

.wrap-top::before {
  position: absolute;
  inset: 18px 20px auto 20px;
  height: 86px;
  content: "";
  background:
    radial-gradient(circle at 36% 34%, #11100d 0 8px, transparent 9px),
    radial-gradient(circle at 70% 46%, #9b4418 0 10px, transparent 11px),
    linear-gradient(90deg, #5ba642, #f3c447, #6f3f1f);
  border-radius: 60% 44% 50% 36%;
}

.pack-bag {
  right: 7%;
  top: 48px;
  width: 270px;
  height: 385px;
  padding: 165px 28px 26px;
  background:
    linear-gradient(166deg, transparent 0 61%, var(--gold) 61.4% 100%),
    linear-gradient(90deg, #c6985c, #b8844b);
}

.pack-bag::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  content: "";
  background:
    linear-gradient(145deg, transparent 48%, var(--green) 49% 53%, transparent 54%),
    #11100d;
}

.bag-handle {
  position: absolute;
  top: -52px;
  left: 72px;
  width: 100px;
  height: 80px;
  border: 18px solid #b8844b;
  border-bottom: 0;
}

.pack-bag .pack-logo {
  display: inline-block;
  padding: 10px 12px;
  background: rgba(8, 7, 5, 0.88);
  font-size: 1.72rem;
}

.pack-box {
  left: 8%;
  bottom: 28px;
  width: 250px;
  height: 92px;
  padding: 24px 22px;
  background:
    linear-gradient(158deg, transparent 0 80%, var(--gold) 80.4% 100%),
    #11100d;
  border: 1px solid rgba(246, 163, 19, 0.3);
}

.pack-box .pack-logo {
  font-size: 1.7rem;
}

.pack-sauce {
  right: 30%;
  bottom: 46px;
  display: grid;
  place-items: center;
  width: 102px;
  height: 72px;
  background: radial-gradient(circle at 50% 40%, #dc7626, #8e4318);
  border: 7px solid #15110d;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
}

.pack-sauce span {
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1;
}

@media (min-width: 760px) {
  .menu-board-top {
    grid-template-columns: 1fr 1fr;
  }

  .menu-board-promise {
    grid-column: 1 / -1;
  }

  .menu-pillars {
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    width: min(520px, 100%);
  }
}

@media (min-width: 1080px) {
  .menu-lower-board {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    align-items: stretch;
  }

  .packaging-grid {
    grid-template-columns: 0.82fr 1.18fr;
  }
}

@media (min-width: 1320px) {
  .menu-board-top {
    grid-template-columns: 1.08fr 0.95fr 0.74fr;
  }

  .menu-board-promise {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .packaging-stage {
    min-height: 760px;
  }

  .pack-cup {
    left: 4%;
    bottom: 312px;
    transform: scale(0.82);
    transform-origin: bottom left;
  }

  .pack-sleeve {
    left: 30%;
    bottom: 288px;
    transform: scale(0.76);
    transform-origin: bottom left;
  }

  .pack-bag {
    right: 6%;
    top: 74px;
    transform: scale(0.72);
    transform-origin: top right;
  }

  .pack-box {
    left: 7%;
    bottom: 62px;
    transform: scale(0.88);
    transform-origin: bottom left;
  }

  .pack-sauce {
    right: 10%;
    bottom: 92px;
  }
}

/* Full menu-board refinement from the latest reference image. */
#menu .section-shell {
  width: min(1500px, 100%);
}

.menu-board {
  padding: clamp(18px, 2.2vw, 34px);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.035) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(0deg, rgba(255, 250, 240, 0.035) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 15% 10%, rgba(255, 250, 240, 0.07), transparent 22%),
    radial-gradient(circle at 86% 13%, rgba(242, 109, 19, 0.18), transparent 25%),
    #090807;
  border: 5px solid #17130f;
}

.menu-board-top {
  gap: clamp(18px, 3vw, 44px);
  margin-bottom: 24px;
}

.menu-brand-badge strong {
  font-size: clamp(3rem, 6vw, 6.8rem);
}

.menu-brand-badge small {
  color: var(--white);
}

.menu-flavor-callout h2 {
  color: var(--gold);
  font-size: clamp(4rem, 8vw, 8.5rem);
}

.menu-board-promise {
  border-color: rgba(15, 124, 62, 0.86);
  box-shadow: -8px 0 0 var(--orange), 0 0 0 1px rgba(246, 163, 19, 0.14);
}

.menu-pillars {
  gap: 12px;
  margin-bottom: 26px;
}

.menu-pillars span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 250, 240, 0.035);
}

.menu-pillars span::before {
  color: var(--orange);
  font-size: 1.45rem;
  line-height: 1;
}

.pillar-leaf::before {
  content: "◆";
  color: var(--green) !important;
}

.pillar-fire::before {
  content: "♨";
}

.pillar-heart::before {
  content: "♥";
}

.menu-board-grid {
  gap: clamp(14px, 1.8vw, 24px);
}

.menu-card {
  min-height: 100%;
  background: #080705;
}

.menu-card img {
  aspect-ratio: 1.04 / 1;
  transform: scale(2.35);
  transform-origin: center bottom;
}

.menu-card h3 {
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 0.92;
}

.menu-card-orange h3 b,
.menu-card-orange h3 span {
  color: var(--orange);
}

.menu-card p {
  font-size: clamp(0.76rem, 0.95vw, 0.98rem);
  line-height: 1.5;
}

.combo-meal {
  min-height: 112px;
  justify-content: center;
}

.menu-card strong {
  min-height: 58px;
  display: grid;
  place-items: center;
}

.menu-lower-board {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border: 1px solid rgba(246, 163, 19, 0.34);
  border-right: 0;
  border-left: 0;
}

.combo-board {
  display: grid;
  grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1.45fr);
  align-items: stretch;
  gap: 14px;
}

.combo-board h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  line-height: 0.88;
}

.combo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(246, 163, 19, 0.3);
}

.combo-card {
  min-height: 170px;
  border: 0;
  border-right: 1px solid rgba(246, 163, 19, 0.32);
  background:
    linear-gradient(135deg, rgba(242, 109, 19, 0.12), transparent 50%),
    rgba(255, 250, 240, 0.035);
}

.combo-card:last-child {
  border-right: 0;
}

.combo-card p {
  display: none;
}

.combo-card ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  color: rgba(255, 250, 240, 0.9);
  font-size: 0.86rem;
  line-height: 1.25;
  list-style: none;
  text-transform: uppercase;
}

.combo-card li::before {
  margin-right: 7px;
  color: var(--gold);
  content: "•";
}

.addons-board {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(220px, 1fr);
  gap: 18px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(242, 109, 19, 0.16), transparent),
    rgba(255, 250, 240, 0.04);
}

.addons-board .eyebrow,
.addons-board h3,
.addon-list {
  grid-column: 1;
}

.packaging-callout {
  grid-column: 2;
  grid-row: 1 / span 3;
  min-height: 100%;
}

.menu-board-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(246, 163, 19, 0.34);
}

.menu-board-footer p {
  margin: 0;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.menu-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--white);
  font-weight: 950;
}

.menu-socials span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--orange);
  color: var(--black);
  border-radius: 50%;
  font-size: 0.72rem;
}

.menu-domain {
  color: var(--white);
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  letter-spacing: 0.08em;
  text-align: right;
}

@media (min-width: 1080px) {
  .menu-lower-board {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  }
}

@media (max-width: 980px) {
  .combo-board,
  .addons-board,
  .menu-board-footer {
    grid-template-columns: 1fr;
  }

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

  .combo-card {
    border-right: 0;
    border-bottom: 1px solid rgba(246, 163, 19, 0.32);
  }

  .combo-card:last-child {
    border-bottom: 0;
  }

  .packaging-callout {
    grid-column: auto;
    grid-row: auto;
  }

  .menu-domain {
    text-align: left;
  }
}
