:root {
  --red: #9e111b;
  --red-2: #7b0d14;
  --red-3: #4b070b;
  --cream: #fbf0df;
  --paper: #fffaf1;
  --warm: #f3dfbd;
  --gold: #dfa938;
  --ink: #2b150d;
  --muted: #856d55;
  --wood: #4c2917;
  --sage: #e6eadc;
  --line: rgba(158, 17, 27, 0.15);
  --shadow: 0 20px 60px rgba(43, 21, 13, 0.18);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 169, 56, 0.16), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(158, 17, 27, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.85), rgba(251, 240, 223, 0.98)),
    var(--cream);
  color: var(--ink);
}

main,
section,
header,
footer {
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(43, 21, 13, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 21, 13, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, black 22%, black 82%, transparent);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 50px);
  color: white;
  transition: background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header[data-scrolled="true"] {
  background: rgba(75, 7, 11, 0.95);
  box-shadow: 0 8px 24px rgba(43, 21, 13, 0.24);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 900;
}

nav a,
footer a {
  text-decoration: none;
}

nav a {
  opacity: 0.9;
}

nav a:hover {
  opacity: 1;
}

.header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #281304;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.hero {
  min-height: min(760px, 82vh);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--red-3);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) translateY(var(--hero-y, 0px));
  filter: saturate(1.03) contrast(1.08);
  transition: transform 80ms linear;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(223, 169, 56, 0.24), transparent 32%),
    linear-gradient(90deg, rgba(30, 8, 5, 0.94), rgba(43, 15, 7, 0.68) 44%, rgba(30, 8, 5, 0.12)),
    linear-gradient(0deg, rgba(30, 8, 5, 0.88), rgba(30, 8, 5, 0.03) 64%);
}

.hero-orbit {
  position: absolute;
  inset: auto clamp(18px, 5vw, 76px) 78px auto;
  width: min(36vw, 420px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0.9;
}

.hero-orbit span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 217, 98, 0.32);
  animation: float-orbit 8s ease-in-out infinite;
}

.hero-orbit span:nth-child(1) {
  inset: 0;
  background: radial-gradient(circle, rgba(223, 169, 56, 0.18), transparent 58%);
}

.hero-orbit span:nth-child(2) {
  inset: 19%;
  animation-delay: -2s;
}

.hero-orbit span:nth-child(3) {
  inset: 37%;
  background: rgba(158, 17, 27, 0.36);
  border-color: rgba(255, 250, 241, 0.34);
  animation-delay: -4s;
}

.hero-content {
  position: relative;
  width: min(1180px, 100%);
  padding: 126px clamp(18px, 5vw, 76px) 76px;
  color: white;
}

.eyebrow,
.card-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.9;
}

h2 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.1;
}

.hero-copy,
.section-title > p:not(.eyebrow),
.details-section p,
.info-list p,
.split p,
.contact-band p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2.2vw, 23px);
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  font-weight: 950;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

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

.button.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 13px 30px rgba(158, 17, 27, 0.36);
  animation: cta-breathe 3.8s ease-in-out infinite;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.48);
  color: white;
}

.button.secondary.dark,
.button.ghost {
  color: var(--ink);
  border-color: rgba(43, 21, 13, 0.18);
}

.button.secondary.dark {
  background: white;
}

.button.ghost {
  background: transparent;
}

.status-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -40px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.order-panel {
  padding-top: 52px;
  padding-bottom: 28px;
}

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

.order-grid article {
  min-height: 250px;
  padding: 26px;
  border-radius: 8px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(43, 21, 13, 0.08);
}

.order-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.order-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.order-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--red);
  font-weight: 950;
  text-decoration: none;
}

.story-section {
  padding-top: 72px;
  padding-bottom: 58px;
}

.story-grid,
.reward-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.story-grid article,
.reward-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(43, 21, 13, 0.08);
}

.story-grid .story-main {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(75, 7, 11, 0.95), rgba(123, 56, 24, 0.92)),
    var(--red-3);
  color: white;
}

.story-grid p,
.reward-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.story-main p {
  color: rgba(255, 255, 255, 0.82);
}

.rewards-section {
  padding-top: 64px;
  padding-bottom: 56px;
}

.reward-grid article {
  min-height: 210px;
}

.reward-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.status-strip div {
  min-height: 98px;
  padding: 22px;
  background: var(--paper);
}

.status-strip span,
.hours span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.status-strip strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
}

.app-stage {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 16px;
  padding-top: 52px;
  padding-bottom: 18px;
}

.promo-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 28px;
  border-radius: 8px;
  color: white;
  box-shadow: var(--shadow);
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: -45% auto auto 42%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(22deg);
}

.promo-card h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(30px, 4vw, 46px);
}

.promo-card p,
.promo-card a {
  position: relative;
  z-index: 1;
}

.promo-card p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.promo-card a {
  color: #ffe08a;
  font-weight: 950;
  text-decoration: none;
}

.family-card {
  background:
    linear-gradient(135deg, rgba(130, 11, 16, 0.96), rgba(183, 72, 31, 0.92)),
    var(--red);
}

.wheel-card {
  background:
    linear-gradient(135deg, rgba(31, 82, 39, 0.98), rgba(75, 102, 34, 0.92)),
    #214f28;
}

.app-card {
  background:
    linear-gradient(135deg, rgba(55, 28, 18, 0.98), rgba(129, 78, 31, 0.92)),
    var(--wood);
}

.wheel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, #b5121b, #f0bc40, #244e25, #f6e4c8, #b5121b);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.2), 0 16px 32px rgba(0, 0, 0, 0.22);
  animation: wheel-spin 9s linear infinite;
}

.wheel span {
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: #fff7e9;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0;
}

.section-title {
  max-width: 820px;
  margin-bottom: 32px;
}

.section-title > p:not(.eyebrow) {
  margin: 18px 0 0;
}

.showcase {
  padding-bottom: 56px;
}

.category-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.category-showcase a {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--wood);
  box-shadow: 0 10px 28px rgba(43, 21, 13, 0.12);
  color: white;
  text-decoration: none;
  transform: translateZ(0);
}

.category-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
  transition: transform 360ms ease, filter 360ms ease;
}

.category-showcase a:hover img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.08);
}

.category-showcase a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(31, 9, 4, 0.84), transparent 60%);
}

.category-showcase div {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.category-showcase span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-showcase strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.05;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 16px;
}

.showcase-grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 8px;
  background: var(--wood);
  box-shadow: 0 10px 28px rgba(43, 21, 13, 0.12);
  transform: translateZ(0);
}

.showcase-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
  transition: transform 360ms ease, filter 360ms ease;
}

.showcase-grid article:hover img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.08);
}

.showcase-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(31, 9, 4, 0.82), transparent 58%);
}

.showcase-grid div {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: white;
}

.showcase-grid span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-grid strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.05;
}

.bread-section {
  padding-top: 58px;
}

.bread-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  gap: 16px;
}

.bread-main,
.bread-card {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(43, 21, 13, 0.09);
}

.bread-main {
  min-height: 300px;
  display: grid;
  grid-template-columns: 46% 1fr;
  overflow: hidden;
}

.bread-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bread-main div,
.bread-card {
  padding: 28px;
}

.bread-main p,
.bread-card p {
  color: var(--muted);
  line-height: 1.55;
}

.bread-main strong,
.bread-card strong {
  display: block;
  margin-top: 18px;
  color: var(--red);
  font-size: 20px;
}

.bread-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.bread-card a {
  margin-top: auto;
  color: var(--red);
  font-weight: 950;
  text-decoration: none;
}

.details-section {
  width: 100%;
  max-width: none;
  padding: 88px max(16px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(75, 7, 11, 0.96), rgba(124, 52, 21, 0.92)),
    var(--red-3);
  color: white;
}

.details-section .section-title {
  color: white;
}

.details-section p {
  color: rgba(255, 255, 255, 0.76);
}

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

.detail-grid article {
  min-height: 214px;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.detail-grid span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.detail-grid p {
  margin: 10px 0 0;
  font-size: 15px;
}

.menu-section {
  padding-top: 88px;
  scroll-margin-top: 88px;
}

.menu-title {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.menu-tools {
  position: sticky;
  z-index: 10;
  top: 74px;
  margin-bottom: 26px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.94);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(43, 21, 13, 0.1);
  backdrop-filter: blur(10px);
}

.menu-search-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(43, 21, 13, 0.07);
}

.menu-search-panel label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.menu-search-panel input {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(158, 17, 27, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  outline: none;
}

.menu-search-panel input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(158, 17, 27, 0.11);
}

.menu-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.menu-filters button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: #f6e4c8;
  color: #6d4719;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.menu-filters button.active {
  background: var(--red);
  color: white;
}

#menu-result-count {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.menu-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.menu-tabs a {
  min-height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #f6e4c8;
  color: #6d4719;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
}

.menu-tabs a:hover {
  background: var(--red);
  color: white;
}

.menu-category {
  scroll-margin-top: 142px;
  margin-top: 14px;
}

.menu-category-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.9);
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(43, 21, 13, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.menu-category-head:hover,
.menu-category-head:focus-visible {
  border-color: rgba(158, 17, 27, 0.34);
  background: #fffdf8;
  box-shadow: 0 12px 30px rgba(43, 21, 13, 0.1);
  outline: none;
}

.menu-category-head p {
  margin: 8px 0 0;
  color: var(--muted);
}

.menu-category-head h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.menu-count {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #f4e2c3;
  color: #6d4719;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.menu-toggle-icon {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--red);
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 17px;
  height: 2px;
  border-radius: 999px;
  background: white;
}

.menu-toggle-icon::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.menu-category[data-open="true"] .menu-toggle-icon::after {
  transform: rotate(0deg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.product-grid[hidden] {
  display: none;
}

.product-card {
  min-height: 148px;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  overflow: hidden;
  padding: 12px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid rgba(158, 17, 27, 0.12);
  box-shadow: 0 7px 22px rgba(43, 21, 13, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(158, 17, 27, 0.28);
  box-shadow: 0 16px 32px rgba(43, 21, 13, 0.12);
}

.product-card.no-photo {
  grid-template-columns: 1fr;
}

.product-photo,
.product-photo-missing {
  width: 112px;
  height: 124px;
  border-radius: 7px;
  overflow: hidden;
  background: #f6e4c8;
}

.product-photo {
  display: block;
  padding: 0;
  border: 0;
  cursor: zoom-in;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-photo:hover img {
  transform: scale(1.06);
}

.product-photo-missing {
  display: none;
}

.product-card.no-photo .product-photo-missing {
  display: none;
}

.product-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.product-top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: baseline;
}

.product-top h3 {
  font-size: 18px;
}

.price {
  flex: 0 0 auto;
  color: var(--red);
  font-weight: 950;
  font-size: 18px;
}

.product-desc {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.photo-note {
  margin-top: auto;
  padding-top: 14px;
  color: rgba(133, 109, 85, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.empty-menu {
  padding: 32px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 850;
}

.social-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  padding-top: 42px;
}

.social-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.social-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.social-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 160ms ease;
}

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

.social-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.social-card strong {
  margin-top: 8px;
  font-size: 24px;
}

.instagram {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 218, 91, 0.72), transparent 32%),
    linear-gradient(135deg, #7b0d14, #d34276 52%, #7c34d1);
}

.tiktok {
  background:
    radial-gradient(circle at 82% 18%, rgba(35, 232, 222, 0.46), transparent 30%),
    linear-gradient(135deg, #121212, #5b0710 72%);
}

.info-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.info-list article {
  padding: 24px;
  border-radius: 8px;
  background: #fffdf8;
  border: 1px solid var(--line);
}

.info-list p {
  margin: 10px 0 0;
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.split p {
  margin: 16px 0 0;
}

.hours {
  display: grid;
  gap: 8px;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.hours strong {
  text-align: right;
}

.contact-band {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 76px max(16px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  background:
    linear-gradient(135deg, rgba(230, 234, 220, 0.96), rgba(244, 224, 189, 0.96)),
    var(--sage);
}

.contact-band p {
  margin: 14px 0 0;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px max(16px, calc((100vw - 1180px) / 2));
  background: #202b32;
  color: white;
  font-size: 14px;
}

footer div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.photo-modal[hidden] {
  display: none;
}

.photo-modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.photo-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(25, 8, 5, 0.82);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.photo-modal-content {
  position: relative;
  width: min(920px, 100%);
  max-height: 92vh;
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.photo-modal-content img {
  width: 100%;
  max-height: calc(92vh - 92px);
  object-fit: contain;
  border-radius: 6px;
  background: #160805;
}

.photo-modal-content strong {
  color: var(--ink);
  font-size: 18px;
}

.photo-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 250, 241, 0.96);
  color: var(--red);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.reveal {
  transition: opacity 520ms ease, transform 520ms ease;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes float-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -12px, 0) scale(1.04);
  }
}

@keyframes wheel-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cta-breathe {
  0%,
  100% {
    box-shadow: 0 13px 30px rgba(158, 17, 27, 0.32);
  }
  50% {
    box-shadow: 0 16px 36px rgba(158, 17, 27, 0.48);
  }
}

.mobile-actions {
  display: none;
}

@media (max-width: 1040px) {
  nav {
    gap: 14px;
  }

  .status-strip,
  .app-stage,
  .order-grid,
  .story-grid,
  .reward-grid,
  .detail-grid,
  .bread-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-card,
  .story-grid .story-main,
  .bread-main {
    grid-column: 1 / -1;
  }

  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 210px;
  }

  .category-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav {
    display: none;
  }

  .brand span {
    font-size: 20px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-content {
    padding-bottom: 66px;
  }

  .status-strip,
  .app-stage,
  .order-grid,
  .story-grid,
  .reward-grid,
  .detail-grid,
  .info-panel,
  .split,
  .social-section,
  .contact-band,
  .menu-title {
    grid-template-columns: 1fr;
  }

  .status-strip {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .section,
  .details-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .showcase-grid,
  .category-showcase,
  .info-list,
  .bread-grid,
  .story-grid,
  .reward-grid,
  .social-cards,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .bread-main {
    grid-template-columns: 1fr;
  }

  .bread-main img {
    height: 260px;
  }

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

  .menu-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .menu-filters button {
    flex: 0 0 auto;
  }

  #menu-result-count {
    text-align: left;
  }

  .menu-tools {
    top: 58px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }

  .menu-section {
    scroll-margin-top: 64px;
  }

  .contact-actions {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  :root {
    --shadow: 0 10px 24px rgba(43, 21, 13, 0.12);
  }

  body {
    min-width: 0;
    background: var(--cream);
  }

  .site-header {
    width: 100%;
    max-width: 100vw;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(75, 7, 11, 0.96);
    box-shadow: 0 8px 20px rgba(43, 21, 13, 0.18);
  }

  .brand {
    min-width: 0;
    flex: 0 1 auto;
  }

  .brand span {
    font-size: 22px;
    line-height: 1;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .header-action {
    flex: 0 0 auto;
    width: auto;
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero,
  .hero-bg,
  .hero-shade,
  .status-strip,
  .section,
  .details-section,
  .contact-band {
    width: 100%;
    max-width: 100vw;
  }

  .hero {
    min-height: auto;
    display: flex;
    align-items: flex-end;
    padding-top: 76px;
    background: var(--red-3);
  }

  .hero-bg {
    position: absolute;
    display: block;
    height: 100%;
    transform: none;
    filter: saturate(1.08) contrast(1.08);
  }

  .hero-shade {
    background:
      radial-gradient(circle at 76% 22%, rgba(223, 169, 56, 0.18), transparent 32%),
      linear-gradient(180deg, rgba(32, 9, 5, 0.2), rgba(32, 9, 5, 0.68) 38%, rgba(75, 7, 11, 0.98) 100%),
      linear-gradient(90deg, rgba(75, 7, 11, 0.86), rgba(75, 7, 11, 0.12));
    height: auto;
    inset: 0;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 70px 16px 30px;
    background: transparent;
  }

  .hero-orbit {
    display: none;
  }

  h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.45;
    margin-top: 14px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    white-space: normal;
    min-height: 48px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .status-strip {
    grid-template-columns: 1fr;
    overflow: visible;
    margin: 0;
    box-shadow: none;
  }

  .status-strip div {
    min-height: 64px;
    padding: 14px 18px;
  }

  .app-stage {
    gap: 12px;
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .order-panel {
    padding-top: 30px;
    padding-bottom: 18px;
  }

  .order-grid article {
    min-height: 0;
    padding: 18px;
  }

  .story-grid article,
  .reward-grid article {
    min-height: 0;
    padding: 18px;
  }

  .order-grid span {
    margin-bottom: 16px;
  }

  .promo-card {
    min-height: 0;
    padding: 18px;
  }

  .promo-card h2 {
    font-size: 28px;
  }

  .promo-card p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .wheel {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
  }

  .section,
  .details-section,
  .contact-band {
    width: 100%;
    padding: 44px 16px;
  }

  .section-title {
    margin-bottom: 18px;
  }

  .section-title > p:not(.eyebrow),
  .social-section p,
  .hero-copy,
  .details-section p,
  .info-list p,
  .split p,
  .contact-band p {
    font-size: 15px;
  }

  .showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 10px;
  }

  .category-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .showcase-grid article,
  .category-showcase a {
    min-height: 150px;
  }

  .showcase-grid div,
  .category-showcase div {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .showcase-grid strong,
  .category-showcase strong {
    font-size: 17px;
  }

  .bread-main {
    min-height: 0;
  }

  .bread-main img {
    height: 170px;
  }

  .bread-main div,
  .bread-card,
  .detail-grid article,
  .info-list article {
    padding: 18px;
  }

  .bread-card {
    min-height: 0;
  }

  .detail-grid article {
    min-height: 0;
  }

  .app-stage,
  .showcase-grid,
  .category-showcase,
  .order-grid,
  .story-grid,
  .reward-grid,
  .bread-grid,
  .detail-grid,
  .product-grid,
  .info-list,
  .social-cards,
  .hours,
  .contact-actions {
    width: 100%;
    max-width: 100%;
  }

  .product-card {
    min-height: 0;
    grid-template-columns: 92px 1fr;
    gap: 12px;
  }

  .menu-category-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px;
  }

  .menu-count {
    grid-column: 1 / 2;
    width: max-content;
  }

  .menu-toggle-icon {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }

  .product-card.no-photo {
    grid-template-columns: 1fr;
  }

  .product-photo {
    width: 92px;
    height: 104px;
  }

  .product-top {
    display: block;
  }

  .price {
    display: inline-flex;
    margin-top: 6px;
  }

  .hours div {
    display: block;
  }

  .hours strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .mobile-actions {
    position: fixed;
    z-index: 40;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 999px;
    background: rgba(75, 7, 11, 0.96);
    box-shadow: 0 14px 34px rgba(43, 21, 13, 0.3);
  }

  .mobile-actions a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
  }

  .mobile-actions a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  footer {
    flex-direction: column;
    padding-bottom: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
