:root {
  --black: #050505;
  --ink: #111111;
  --panel: #161616;
  --panel-strong: #202020;
  --red: #e11e26;
  --red-dark: #960b12;
  --yellow: #ffd449;
  --cream: #fff1d1;
  --white: #ffffff;
  --muted: #b8aea4;
  --line: rgba(255, 255, 255, 0.13);
  --dark-line: rgba(5, 5, 5, 0.12);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
}

body.drawer-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px clamp(16px, 4vw, 56px);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.78));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 138px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  opacity: 0.78;
}

.main-nav a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  color: var(--yellow);
}

.cart-button,
.button,
.category-tabs button,
.icon-button,
.add-button {
  border: 0;
  cursor: pointer;
}

.cart-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 900;
}

.cart-button {
  gap: 10px;
  padding: 10px 14px;
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 12px 30px rgba(255, 212, 73, 0.18);
}

.cart-button span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  background: var(--red);
  color: var(--white);
  border-radius: 999px;
  font-size: 0.75rem;
}

.button {
  padding: 13px 20px;
}

.button.primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(225, 30, 38, 0.32);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 73px);
  align-items: end;
  overflow: hidden;
  padding: clamp(86px, 11vw, 132px) clamp(16px, 4vw, 64px);
}

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

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97) 0%, rgba(5, 5, 5, 0.7) 42%, rgba(5, 5, 5, 0.18) 100%),
    linear-gradient(0deg, rgba(225, 30, 38, 0.42), transparent 54%);
}

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

.hero-copy {
  position: relative;
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(5.8rem, 18vw, 14rem);
  line-height: 0.78;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.88;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.7rem;
  line-height: 0.95;
}

.quick-order p,
.section-heading p,
.locations p,
.info-card p,
.step-grid p {
  color: var(--cream);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.quick-order,
.menu-shell,
.steps,
.locations,
.about-panel,
.info-hub {
  padding: clamp(58px, 8vw, 104px) clamp(16px, 4vw, 64px);
}

.quick-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 32px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 212, 73, 0.22), transparent 28%),
    linear-gradient(135deg, var(--red), var(--red-dark));
}

.order-stack,
.order-panel {
  display: grid;
  gap: 16px;
}

.order-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 212, 73, 0.24), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(225, 30, 38, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    #17120f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow:
    0 30px 80px rgba(5, 5, 5, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.order-panel {
  padding: 24px;
}

.order-panel::before {
  position: absolute;
  inset: 0 0 auto;
  pointer-events: none;
  content: "";
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--yellow), var(--red), transparent);
  opacity: 0.92;
}

.order-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 2px;
}

.order-panel-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.order-panel-head span::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(225, 30, 38, 0.16);
}

.order-panel-head strong {
  color: var(--yellow);
  font-size: 1.05rem;
  font-weight: 900;
}

.order-fields {
  display: grid;
  gap: 12px;
}

.order-field {
  position: relative;
  gap: 6px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
}

.order-field::after {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  content: "⌄";
  background: rgba(255, 212, 73, 0.12);
  color: var(--yellow);
  border: 1px solid rgba(255, 212, 73, 0.24);
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 900;
  pointer-events: none;
}

.order-field > span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.order-field > strong {
  color: rgba(248, 241, 223, 0.72);
  font-size: 0.76rem;
  line-height: 1.35;
}

label {
  display: grid;
  gap: 8px;
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: 8px;
  padding: 13px 14px;
}

.order-panel input,
.order-panel select {
  min-height: 52px;
  margin-top: 8px;
  padding: 12px 52px 12px 14px;
  appearance: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.order-panel input:focus,
.order-panel select:focus {
  outline: 2px solid rgba(255, 212, 73, 0.36);
  outline-offset: 2px;
  border-color: rgba(255, 212, 73, 0.5);
}

.order-panel .button.primary {
  min-height: 52px;
  border-radius: 999px;
  box-shadow:
    0 18px 38px rgba(225, 30, 38, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

textarea {
  min-height: 82px;
  resize: vertical;
}

.menu-shell {
  background:
    linear-gradient(180deg, rgba(255, 212, 73, 0.05), transparent 28%),
    var(--black);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 28px;
}

.menu-search {
  max-width: 520px;
  margin-top: 22px;
}

.category-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.category-tabs button {
  flex: 0 0 auto;
  padding: 11px 16px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--cream);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.category-tabs button.active {
  background: var(--yellow);
  color: var(--black);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.menu-item,
.empty-menu,
.info-card,
.step-grid article,
.location-card {
  border-radius: 8px;
}

.menu-item {
  display: grid;
  gap: 14px;
  min-height: 238px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 46%),
    var(--panel);
  border: 1px solid var(--line);
}

.menu-tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.empty-menu {
  grid-column: 1 / -1;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.empty-menu p,
.menu-item p {
  color: var(--muted);
  line-height: 1.58;
}

.builder-route {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 8px 10px;
  background: rgba(255, 212, 73, 0.12);
  color: var(--yellow);
  border: 1px solid rgba(255, 212, 73, 0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-item footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.price {
  color: var(--yellow);
  font-weight: 900;
}

.add-button {
  padding: 10px 14px;
  background: var(--red);
  color: var(--white);
  border-radius: 999px;
  font-weight: 900;
}

.steps {
  background: var(--cream);
  color: var(--black);
}

.steps .eyebrow,
.info-hub .eyebrow {
  color: var(--red);
}

.steps .section-heading p,
.step-grid p,
.info-hub .section-heading p,
.info-card p {
  color: #55493f;
}

.step-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step-grid article,
.info-card {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--dark-line);
}

.step-grid span,
.info-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.locations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 73, 0.18), transparent 30%),
    var(--red-dark);
}

.branch-grid {
  display: grid;
  gap: 12px;
}

.location-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 46%),
    var(--black);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.location-card strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.location-card span {
  color: var(--cream);
  line-height: 1.45;
}

.location-card small {
  color: var(--yellow);
  font-weight: 900;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at 84% 10%, rgba(225, 30, 38, 0.2), transparent 32%),
    var(--black);
}

.about-copy {
  max-width: 980px;
}

.about-copy p:not(.eyebrow) {
  max-width: 840px;
  color: var(--cream);
  font-size: 1.02rem;
  line-height: 1.75;
}

.brand-stack {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 73, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brand-stack span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: rgba(5, 5, 5, 0.58);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand-stack span::after {
  width: 9px;
  height: 9px;
  content: "";
  background: var(--yellow);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(255, 212, 73, 0.56);
}

.info-hub {
  background:
    linear-gradient(180deg, rgba(255, 212, 73, 0.08), transparent 28%),
    #080808;
  color: var(--white);
}

.info-card {
  display: grid;
  gap: 10px;
  min-height: 210px;
}

.premium-grid .info-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 42%),
    #151515;
  border: 1px solid var(--line);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.premium-grid .info-card::after {
  position: absolute;
  right: -34px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  content: "";
  background: radial-gradient(circle, rgba(225, 30, 38, 0.32), transparent 62%);
}

.premium-grid .info-card p,
.info-hub .section-heading p {
  color: var(--muted);
}

.social-card {
  isolation: isolate;
}

.social-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.social-links a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.info-card h3 {
  margin-bottom: 0;
}

.cart-drawer,
.item-drawer,
.confirm-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.64);
}

.cart-drawer.open,
.item-drawer.open,
.confirm-drawer.open {
  display: flex;
}

.item-drawer,
.confirm-drawer {
  align-items: flex-end;
  justify-content: center;
}

.cart-card,
.item-card,
.confirm-card {
  background: #101010;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cart-card {
  display: grid;
  grid-template-rows: auto 1fr auto auto auto auto;
  gap: 18px;
  width: min(100%, 460px);
  height: 100%;
  padding: 22px;
}

.item-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  width: min(100%, 680px);
  max-height: min(96svh, 940px);
  overflow: auto;
  scroll-padding-bottom: 120px;
  padding: 28px 28px 18px;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 212, 73, 0.08), transparent 34%),
    #f8f4ea;
  color: var(--black);
  border-color: rgba(5, 5, 5, 0.08);
  border-radius: 32px 32px 0 0;
}

.confirm-card {
  display: grid;
  gap: 18px;
  width: min(100%, 560px);
  padding: 28px;
  border-radius: 8px 8px 0 0;
}

.confirm-card h2 {
  margin: 0;
}

.confirm-card p:not(.eyebrow),
.item-card p[data-item-description],
.empty-cart {
  color: var(--muted);
  line-height: 1.6;
}

.item-card .eyebrow {
  color: var(--red);
}

.builder-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 52px;
  padding-right: 42px;
}

.builder-top h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(2rem, 5vw, 3.1rem);
}

.builder-top strong,
.stepper em,
.portion-card small {
  color: #8f867b;
  font-size: 0.78rem;
  font-weight: 900;
}

.stepper {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: start;
  gap: 10px;
  padding: 8px 0 2px;
}

.stepper button {
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 62px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #9b9288;
  cursor: pointer;
}

.stepper span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--white);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(5, 5, 5, 0.08);
  color: #9b9288;
  font-weight: 900;
}

.stepper button.active span,
.stepper button.complete span {
  background: #126149;
  color: var(--white);
}

.stepper button.complete span {
  font-size: 0;
}

.stepper button.complete span::before {
  content: "✓";
  font-size: 1rem;
}

.stepper button.active em {
  color: var(--black);
}

.stepper i {
  height: 3px;
  margin-top: 20px;
  background: rgba(5, 5, 5, 0.1);
  border-radius: 999px;
}

.builder-intro {
  margin: 0;
  color: #6d6258;
}

.builder-panel {
  display: none;
  min-height: 0;
  align-content: start;
  gap: 12px;
  padding-bottom: 0;
}

.builder-panel.active {
  display: grid;
}

.order-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: var(--cream);
  color: var(--black);
  border-radius: 8px;
}

.order-number span {
  color: #5f554b;
  font-weight: 900;
}

.order-number strong {
  color: var(--red);
  font-size: 1.15rem;
  font-weight: 900;
}

.close-item {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--black);
  color: var(--white);
}

.build-section {
  display: grid;
  gap: 12px;
}

.build-heading,
.item-actions,
.cart-card header,
.cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.builder-actions {
  position: relative;
  bottom: auto;
  z-index: 4;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding-top: 0;
  background: #f8f4ea;
}

.builder-actions .button {
  width: 100%;
  min-height: 50px;
  padding-inline: 18px;
  text-align: center;
  white-space: nowrap;
}

.builder-actions .button.secondary {
  background: #ece5d9;
  color: var(--black);
  border-color: rgba(5, 5, 5, 0.1);
  box-shadow: none;
}

.builder-actions .button.primary {
  font-size: 0.98rem;
}

.builder-actions [data-item-submit] {
  grid-column: 2;
}

.builder-actions [hidden] {
  display: none;
}

.build-heading h3 {
  margin: 0;
  color: inherit;
  font-size: 1.28rem;
}

.build-heading span {
  padding: 5px 8px;
  background: #eee7da;
  color: #5f554b;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.option-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.option-cards.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.option-cards.compact .option-card span {
  gap: 5px;
  padding: 12px 10px 12px 38px;
}

.option-cards.compact .option-card span::before {
  top: 16px;
  left: 12px;
}

.option-cards.compact .option-card em {
  display: none;
}

.option-cards.compact .option-card small {
  gap: 5px;
}

.option-cards.compact .option-card small b {
  padding: 5px 7px;
  font-size: 0.68rem;
}

.option-cards.compact .option-card strong {
  font-size: 0.95rem;
}

.builder-panel[data-builder-panel="2"] .option-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.option-card {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.option-card span {
  position: relative;
  display: grid;
  min-height: 100%;
  gap: 6px;
  padding: 13px 13px 13px 44px;
  background: var(--white);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 24px;
  color: var(--black);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    background 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease,
    transform 170ms ease;
}

.option-card span::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  content: "";
  background: var(--white);
  border: 1.5px solid #9f968c;
  border-radius: 50%;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
}

.option-card input[type="checkbox"] + span::before {
  border-radius: 6px;
}

.option-card:hover span {
  transform: translateY(-1px);
  border-color: rgba(255, 212, 73, 0.5);
}

.option-card input:checked + span {
  background:
    linear-gradient(135deg, rgba(18, 97, 73, 0.12), rgba(255, 255, 255, 0.86)),
    var(--white);
  border-color: #126149;
  box-shadow:
    0 0 0 1px rgba(18, 97, 73, 0.22),
    0 18px 40px rgba(18, 97, 73, 0.16);
}

.option-card input:checked + span::before {
  content: "✓";
  background: var(--red);
  border-color: var(--red);
}

.option-card strong {
  color: var(--black);
  font-size: 0.98rem;
}

.option-card em {
  color: #756a60;
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.35;
}

.option-card small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.option-card small b {
  padding: 5px 8px;
  background: #f1ece2;
  color: #506156;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.option-card mark {
  justify-self: end;
  padding: 0;
  background: transparent;
  color: #126149;
  font-size: 0.94rem;
  font-weight: 900;
}

.portion-card,
.review-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: var(--white);
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(5, 5, 5, 0.08);
}

.portion-card {
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr);
  align-items: center;
}

.portion-card > div:first-child {
  display: grid;
  gap: 4px;
}

.portion-card span,
.review-card span {
  color: #756a60;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portion-card strong {
  color: var(--black);
  font-size: clamp(2.5rem, 8vw, 4.2rem);
  font-weight: 900;
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
}

.portion-card strong b {
  font-weight: inherit;
}

.portion-card p {
  grid-column: 2;
  margin: 0;
  color: #756a60;
  font-weight: 800;
}

.portion-controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
}

.portion-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 0 2px;
  background: #f1ece2;
  color: #126149;
  border: 0;
  border-radius: 999px;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.portion-slider {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.portion-controls input {
  width: 100%;
  accent-color: #126149;
}

.portion-controls input[type="range"] {
  height: 32px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.portion-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background:
    linear-gradient(90deg, rgba(18, 97, 73, 0.18), rgba(18, 97, 73, 0.18)),
    #e6e1d9;
  border-radius: 999px;
}

.portion-controls input[type="range"]::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  margin-top: -11.5px;
  appearance: none;
  background: var(--white);
  border: 7px solid #126149;
  border-radius: 999px;
  box-shadow:
    0 10px 26px rgba(18, 97, 73, 0.2),
    0 0 0 5px rgba(18, 97, 73, 0.1);
}

.portion-controls input[type="range"]::-moz-range-track {
  height: 7px;
  background: #e6e1d9;
  border: 0;
  border-radius: 999px;
}

.portion-controls input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: var(--white);
  border: 7px solid #126149;
  border-radius: 999px;
  box-shadow:
    0 10px 26px rgba(18, 97, 73, 0.2),
    0 0 0 5px rgba(18, 97, 73, 0.1);
}

.portion-ticks {
  display: grid;
  grid-template-columns: repeat(var(--portion-count, 5), minmax(0, 1fr));
  align-items: start;
  gap: 0;
  padding: 0 4px;
}

.portion-ticks button {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #a19890;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.portion-ticks button span {
  width: 7px;
  height: 7px;
  background: #d4cec5;
  border-radius: 999px;
  box-shadow: none;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.portion-ticks button em {
  color: inherit;
  font-style: normal;
  letter-spacing: 0;
}

.portion-ticks button.active {
  color: #126149;
}

.portion-ticks button.active span {
  background: #126149;
  transform: scale(1.08);
}

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

.review-card div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.review-card strong {
  color: var(--black);
  line-height: 1.25;
}

.review-card small {
  color: #756a60;
  font-weight: 900;
  line-height: 1.35;
}

.small-heading {
  margin-top: 4px;
}

.item-card label textarea {
  min-height: 54px;
}

.build-dashboard {
  position: static;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 1.45fr;
  align-items: stretch;
  gap: 8px;
  margin-top: 2px;
  padding: 10px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 73, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #090909;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 55px rgba(0, 0, 0, 0.28);
}

.dashboard-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 76px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.dashboard-head span,
.calorie-meter span,
.macro-tile span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dashboard-head strong {
  color: var(--yellow);
  font-size: 1.42rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.calorie-meter,
.macro-tile {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 76px;
  padding: 12px;
  border-radius: 8px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.calorie-meter {
  background: var(--cream);
  color: var(--black);
}

.calorie-meter strong {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--red);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 900;
  line-height: 0.85;
  font-variant-numeric: tabular-nums;
}

.calorie-meter em,
.macro-tile em {
  font-style: normal;
}

.calorie-meter em {
  color: #5f554b;
  font-size: 0.9rem;
}

.macro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.macro-tile {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.macro-tile strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--white);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 900;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.macro-tile em {
  color: var(--yellow);
  font-size: 0.82rem;
}

.dashboard-head.is-updating,
.calorie-meter.is-updating,
.macro-tile.is-updating {
  border-color: rgba(255, 212, 73, 0.7);
  box-shadow:
    0 0 0 1px rgba(255, 212, 73, 0.2),
    0 0 28px rgba(255, 212, 73, 0.16);
  transform: translateY(-1px);
}

.cart-card h2 {
  margin: 0;
  font-size: 2.3rem;
}

.order-context {
  margin: 8px 0 0;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-radius: 999px;
  font-weight: 900;
}

.cart-items {
  overflow: auto;
}

.cart-line {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line strong {
  display: block;
}

.cart-line small {
  display: block;
  color: var(--muted);
}

.cart-line .cart-macros {
  color: var(--yellow);
  font-weight: 900;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-controls button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.qty-controls.large button {
  width: 42px;
  height: 42px;
}

.qty-controls.large span {
  min-width: 28px;
  text-align: center;
  font-weight: 900;
}

.cart-summary {
  display: grid;
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.cart-summary > div,
.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-summary > div:not(.cart-total) {
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-total {
  font-size: 1.18rem;
  font-weight: 900;
}

.allergen-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.allergen-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.checkout {
  width: 100%;
}

.toast {
  position: fixed;
  right: 20px;
  top: 92px;
  z-index: 50;
  transform: translateY(-150%);
  opacity: 0;
  pointer-events: none;
  padding: 13px 16px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 8px;
  font-weight: 900;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.drawer-open .toast {
  right: 484px;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .quick-order,
  .locations,
  .about-panel {
    grid-template-columns: 1fr;
  }

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

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

  .builder-panel[data-builder-panel="2"] .option-cards {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 10px 12px;
  }

  .brand img {
    width: 112px;
  }

  .cart-button {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  .main-nav {
    font-size: 0.76rem;
  }

  .hero {
    min-height: 690px;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.38)),
      linear-gradient(0deg, rgba(225, 30, 38, 0.42), transparent 54%);
  }

  h1 {
    font-size: clamp(5rem, 25vw, 7.2rem);
  }

  .menu-grid,
  .step-grid,
  .info-grid,
  .option-cards,
  .option-cards.compact {
    grid-template-columns: 1fr;
  }

  .build-dashboard {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6px;
    padding: 8px;
  }

  .build-dashboard .dashboard-head {
    min-height: 66px;
    padding: 10px;
  }

  .build-dashboard .calorie-meter {
    min-height: 66px;
    padding: 10px;
  }

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

  .portion-card p {
    grid-column: auto;
  }

  .macro-strip {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .macro-tile {
    min-height: 62px;
    padding: 9px;
  }

  .dashboard-head span,
  .calorie-meter span,
  .macro-tile span {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .dashboard-head strong {
    font-size: 1.12rem;
  }

  .calorie-meter strong {
    font-size: 2rem;
  }

  .macro-tile strong {
    font-size: 1.12rem;
  }

  .item-card {
    width: 100%;
    max-height: 96svh;
    padding: 22px 18px 16px;
    border-radius: 28px 28px 0 0;
  }

  .builder-top {
    gap: 20px;
  }

  .stepper {
    gap: 6px;
  }

  .stepper span {
    width: 36px;
    height: 36px;
  }

  .builder-panel {
    min-height: 0;
  }

  .builder-actions {
    grid-template-columns: 82px 1fr;
  }

  .cart-card {
    width: 100%;
  }

  .item-actions {
    display: grid;
  }

  .drawer-open .toast {
    top: 16px;
    right: 16px;
  }
}
