:root {
  --dark: #211817;
  --dark-soft: #332625;
  --cream: #fff7e4;
  --cream-2: #f6ecd5;
  --lime: #a7cb38;
  --teal: #168c8c;
  --orange: #bf682d;
  --ink: #282120;
  --muted: #75665f;
  --line: rgba(33, 24, 23, 0.14);
  --shadow: 0 18px 44px rgba(33, 24, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}

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

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(28px, 6vw, 86px);
  background: var(--dark);
  color: white;
  overflow: hidden;
  position: relative;
}

.hero__brand {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(33, 24, 23, 0.98) 0%, rgba(33, 24, 23, 0.86) 48%, rgba(33, 24, 23, 0.4) 100%),
    radial-gradient(circle at 78% 44%, rgba(167, 203, 56, 0.18), transparent 34%);
  pointer-events: none;
}

.hero__eyebrow,
.section-kicker {
  color: var(--lime);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 9vw, 7.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 strong,
.script {
  display: block;
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
}

.hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}

.trust-row span,
.trust-row a {
  border: 1px solid rgba(167, 203, 56, 0.42);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--lime);
  font-weight: 900;
  background: rgba(167, 203, 56, 0.08);
  text-decoration: none;
}

.trust-row a:hover,
.trust-row a:focus-visible {
  border-color: var(--lime);
  background: rgba(167, 203, 56, 0.16);
  outline: none;
}

.trust-row .trust-seal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 7px;
}

.hero .trust-seal img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  flex: 0 0 auto;
}

.hero__logo-bg {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(18px, 7vw, 92px);
  width: min(42vw, 440px);
  max-height: min(82vh, 680px);
  transform: translateY(-50%);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0.72;
}

.hero__actions,
.menu-head,
.cart__header,
.cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.button {
  border: 0;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button--primary {
  background: var(--lime);
  color: var(--dark);
}

.button--ghost {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.button--ghost-dark {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--line);
}

.button--full {
  width: 100%;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(34px, 7vw, 92px);
}

.story img,
.visual-strip img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-strip img {
  aspect-ratio: 4 / 5;
  height: clamp(300px, 42vw, 520px);
  max-height: 520px;
  object-fit: contain;
  background: #211817;
}

.promo {
  margin: 0 clamp(18px, 5vw, 72px) clamp(30px, 6vw, 78px);
  padding: 22px;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 20px;
  background: var(--orange);
  color: white;
  border-radius: 8px;
}

.promo span {
  display: block;
  color: var(--cream);
  font-size: 2rem;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.promo ul {
  margin: 0;
  padding-left: 20px;
}

.mood-picker {
  padding: 0 clamp(18px, 5vw, 72px) clamp(34px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1.3fr);
  gap: 20px;
  align-items: start;
}

.mood-picker h2 {
  margin-bottom: 0;
}

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

.mood-grid button {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  text-align: left;
  background: #fffdf7;
  color: var(--ink);
  cursor: pointer;
  position: relative;
}

.mood-grid button:hover,
.mood-grid button:focus-visible {
  border-color: var(--lime);
  background: #fbffe9;
}

.mood-grid strong {
  font-size: 1.1rem;
  color: var(--dark);
}

.mood-grid span {
  color: var(--muted);
  font-weight: 650;
}

.category-overview {
  padding: 0 clamp(18px, 5vw, 72px) clamp(34px, 7vw, 92px);
}

.overview-head {
  max-width: 760px;
  margin-bottom: 20px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.overview-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 148px;
  padding: 18px;
  background: var(--dark);
  color: white;
  display: grid;
  align-content: end;
  gap: 8px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.overview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(33, 24, 23, 0.05), rgba(33, 24, 23, 0.86)),
    var(--overview-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 180ms ease;
}

.overview-card:hover::before,
.overview-card:focus-visible::before {
  transform: scale(1.07);
}

.overview-card > * {
  position: relative;
}

.overview-card strong {
  font-size: 1.15rem;
}

.overview-card span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.visual-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(34px, 7vw, 92px);
}

.photo-gallery {
  padding: 0 clamp(18px, 5vw, 72px) clamp(34px, 7vw, 92px);
}

.photo-gallery--featured {
  padding-top: clamp(28px, 5vw, 54px);
  background: var(--cream-2);
}

.photo-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.photo-gallery__title {
  max-width: 680px;
}

.photo-gallery__head h2 {
  margin-bottom: 0;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-controls button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  font-size: 1.45rem;
  font-weight: 900;
  cursor: pointer;
}

.photo-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 380px);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 10px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.photo-rail img {
  width: 100%;
  height: clamp(260px, 38vw, 390px);
  object-fit: cover;
  border-radius: 8px;
  scroll-snap-align: start;
  cursor: pointer;
}

.photo-rail img:hover,
.photo-rail img:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.restaurant-banner {
  margin: clamp(24px, 5vw, 64px) clamp(18px, 5vw, 72px);
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: stretch;
  background: var(--dark);
  color: white;
  border-radius: 8px;
  overflow: hidden;
}

.restaurant-banner img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.restaurant-banner div {
  padding: clamp(24px, 5vw, 54px);
  display: grid;
  align-content: center;
  gap: 16px;
}

.restaurant-banner span {
  color: var(--lime);
  font-weight: 900;
}

.restaurant-banner strong {
  font-size: clamp(1.8rem, 4vw, 3.7rem);
  line-height: 1;
  max-width: 720px;
}

.menu-shell {
  padding: clamp(28px, 6vw, 72px);
  background: var(--cream-2);
}

.menu-head {
  align-items: flex-end;
  margin-bottom: 22px;
}

.menu-head h2 {
  max-width: 760px;
  margin-bottom: 8px;
}

.menu-hint {
  max-width: 640px;
  color: var(--muted);
  margin-bottom: 0;
}

.menu-disclaimer {
  margin: 8px 0 0;
  color: var(--orange);
  font-weight: 850;
  font-size: 0.9rem;
}

.popular-picks {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fffdf7;
  border: 1px solid var(--line);
  padding: 14px;
}

.popular-picks__intro {
  padding: 10px;
}

.popular-picks__intro strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 8px;
}

.popular-picks__intro span {
  color: var(--muted);
  font-weight: 650;
}

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

.pick-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 8px;
  background: var(--cream);
}

.pick-card span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.pick-card strong {
  text-transform: uppercase;
  line-height: 1.12;
}

.pick-card button {
  border: 0;
  border-radius: 8px;
  padding: 9px 10px;
  background: var(--dark);
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.share-picks {
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--dark);
  color: white;
  padding: 16px;
}

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

.share-picks__head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  line-height: 1;
}

.share-picks__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.share-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.share-card span {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
}

.share-card strong {
  text-transform: uppercase;
  line-height: 1.1;
}

.share-card small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.share-card button {
  border: 0;
  border-radius: 8px;
  padding: 9px 10px;
  background: var(--lime);
  color: var(--dark);
  font-weight: 900;
  cursor: pointer;
}

.search-box {
  min-width: min(100%, 330px);
}

label,
.search-box label {
  display: grid;
  gap: 6px;
  color: var(--dark);
  font-weight: 800;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fffdf7;
  color: var(--ink);
}

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

.category-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: #fffdf7;
  color: var(--dark);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
}

.category-tabs button.is-active {
  background: var(--dark);
  color: white;
  border-color: var(--dark);
}

.category-tabs button span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(33, 24, 23, 0.1);
  font-size: 0.78rem;
}

.category-tabs button.is-active span {
  background: rgba(255, 255, 255, 0.16);
}

.category-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  align-items: stretch;
  gap: 16px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--dark);
  color: white;
  overflow: hidden;
}

.category-feature__copy {
  padding: clamp(18px, 4vw, 34px);
  display: grid;
  align-content: center;
}

.category-feature__copy span {
  color: var(--lime);
  font-weight: 900;
}

.category-feature__copy h3 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 0.98;
  margin: 8px 0 10px;
}

.category-feature__copy p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
  max-width: 58ch;
}

.category-feature img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

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

.menu-card {
  min-height: 100%;
  display: grid;
  gap: 14px;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-card.is-targeted {
  border-color: var(--lime);
  background: #fbffe9;
  transform: translateY(-3px);
}

.menu-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.menu-card h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.1;
}

.badge {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.menu-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.variant-list {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.variant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.variant strong {
  white-space: nowrap;
}

.variant button {
  border: 0;
  background: var(--dark);
  color: white;
  border-radius: 8px;
  padding: 9px 11px;
  font-weight: 900;
  cursor: pointer;
}

.variant button:hover,
.pick-card button:hover,
.share-card button:hover,
.button--primary:hover,
.floating-cart:hover,
.floating-help:hover {
  filter: brightness(1.05);
}

.cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: min(460px, 100%);
  height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--cream);
  box-shadow: -20px 0 50px rgba(33, 24, 23, 0.22);
  transform: translateX(105%);
  transition: transform 180ms ease;
}

.cart.is-open {
  transform: translateX(0);
}

.cart__header {
  padding: 18px;
  background: var(--dark);
  color: white;
}

.cart__header span {
  color: var(--lime);
  font-weight: 900;
}

.order-progress {
  display: grid;
  gap: 8px;
  padding: 14px 16px 0;
}

.order-progress__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(33, 24, 23, 0.12);
  overflow: hidden;
}

.order-progress__bar span {
  display: block;
  height: 100%;
  width: var(--progress);
  background: var(--lime);
  transition: width 180ms ease;
}

.order-progress__text {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.88rem;
}

.icon-button {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
}

.cart__items {
  overflow: auto;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.cart__empty {
  color: var(--muted);
}

.cart-item {
  border: 1px solid var(--line);
  background: #fffdf7;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 8px;
}

.cart-item strong {
  text-transform: uppercase;
}

.cart-item__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

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

.qty button,
.remove {
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  min-width: 34px;
  min-height: 34px;
  cursor: pointer;
  font-weight: 900;
}

.remove {
  color: #9b1c1c;
}

.checkout {
  border-top: 1px solid var(--line);
  padding: 16px;
  display: grid;
  gap: 12px;
  max-height: 54vh;
  overflow: auto;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  padding: 12px;
}

legend {
  font-weight: 900;
}

.radio-row {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.radio-row input {
  width: auto;
}

.cart__total {
  font-size: 1.1rem;
}

.cart__total strong {
  font-size: 1.35rem;
}

.checkout__note {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 0;
}

.floating-cart {
  position: fixed;
  z-index: 15;
  right: 18px;
  bottom: 18px;
  border: 0;
  border-radius: 999px;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--lime);
  color: var(--dark);
  box-shadow: var(--shadow);
  font-weight: 900;
  cursor: pointer;
}

.floating-cart strong {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dark);
  color: white;
}

.floating-cart.has-items {
  animation: cartPulse 900ms ease;
}

.floating-help {
  position: fixed;
  z-index: 15;
  right: 18px;
  bottom: 76px;
  border: 1px solid rgba(167, 203, 56, 0.42);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(33, 24, 23, 0.92);
  color: white;
  box-shadow: var(--shadow);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 18px;
}

.lightbox.is-open {
  display: grid;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 24, 23, 0.72);
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 820px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.lightbox__dialog img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  background: var(--dark);
}

.lightbox__content {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(20px, 4vw, 36px);
}

.lightbox__content span {
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.lightbox__content h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
}

.lightbox__content p {
  color: var(--muted);
  margin-bottom: 0;
  font-weight: 700;
}

.lightbox__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 82px;
  z-index: 30;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  background: var(--dark);
  color: white;
  padding: 12px 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(33, 24, 23, 0.22);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes cartPulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

.footer {
  display: grid;
  gap: 8px;
  text-align: center;
  padding: 0 18px 90px;
  background: var(--dark);
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.footer strong {
  color: var(--lime);
  font-size: 1.6rem;
  padding-top: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 860px;
  margin: 8px auto 10px;
}

.footer-links a,
.creator-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 900;
}

.footer-links a {
  border: 1px solid rgba(167, 203, 56, 0.32);
  color: white;
  background: rgba(255, 255, 255, 0.06);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  background: var(--lime);
  color: var(--dark);
}

.footer-legal {
  width: min(100%, 860px);
  margin: 14px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer-legal p {
  margin-bottom: 6px;
}

.footer-legal p:first-child {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.creator-credit {
  width: fit-content;
  margin: 10px auto 0;
  color: var(--dark);
  background: var(--lime);
}

.creator-credit span {
  display: inline-block;
  transform-origin: center;
  animation: gearSpin 2.4s linear infinite;
}

.fish-carousel {
  width: calc(100% + 36px);
  margin-left: -18px;
  overflow: hidden;
  border-bottom: 1px solid rgba(167, 203, 56, 0.18);
  background: rgba(167, 203, 56, 0.04);
}

.fish-track {
  display: flex;
  width: max-content;
  gap: 22px;
  padding: 14px 0;
  color: var(--lime);
  font-weight: 900;
  font-size: 1.5rem;
  animation: fishSwim 24s linear infinite;
}

.fish-track span {
  flex: 0 0 auto;
}

@keyframes fishSwim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes gearSpin {
  to {
    transform: rotate(360deg);
  }
}

.is-hidden {
  display: none;
}

@media (max-width: 980px) {
  .hero,
  .story,
  .promo,
  .mood-picker,
  .restaurant-banner,
  .popular-picks,
  .category-feature {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__logo-bg {
    right: -28px;
    width: min(58vw, 360px);
    opacity: 0.38;
  }

  .visual-strip,
  .menu-grid,
  .popular-picks__list,
  .share-picks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lightbox__dialog img {
    min-height: 280px;
    max-height: 48vh;
  }

  .category-feature img {
    max-height: 420px;
  }

  .restaurant-banner {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .hero,
  .story,
  .menu-shell {
    padding: 24px 16px;
  }

  .hero__logo-bg {
    top: 58%;
    right: -72px;
    width: 78vw;
    opacity: 0.26;
  }

  .hero__actions,
  .menu-head,
  .photo-gallery__head {
    align-items: stretch;
    flex-direction: column;
  }

  .mood-grid,
  .popular-picks__list,
  .share-picks__grid {
    grid-template-columns: 1fr;
  }

  .share-picks__head,
  .lightbox__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .floating-help {
    right: auto;
    left: 16px;
    bottom: 22px;
  }

  .visual-strip,
  .menu-grid {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-overview {
    padding-left: 16px;
    padding-right: 16px;
  }

  .promo {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mood-picker {
    padding-left: 16px;
    padding-right: 16px;
  }

  .restaurant-banner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cart {
    width: 100%;
  }
}

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