:root {
  color-scheme: dark;
  --bg: #241a17;
  --bg-rgb: 36, 26, 23;
  --cream: #f1e2cc;
  --cream-rgb: 241, 226, 204;
  --surface: rgba(var(--cream-rgb), 0.055);
  --surface-strong: rgba(var(--cream-rgb), 0.095);
  --muted: rgba(var(--cream-rgb), 0.72);
  --line: rgba(var(--cream-rgb), 0.16);
  --ink: var(--bg);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --header-height: 69px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--cream);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(var(--bg-rgb), 0.54), var(--bg) 58%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E"),
    var(--bg);
  background-size:
    auto,
    140px 140px,
    auto;
  background-position:
    center,
    center,
    center;
  background-blend-mode: normal, soft-light, normal;
}

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

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

a,
button {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(var(--cream-rgb), 0.82);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(36, 26, 23, 0.9);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease;
  will-change: transform;
}

.site-header.nav-hidden {
  transform: translateY(-100%);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 48px;
  min-height: 44px;
  color: var(--cream);
  text-decoration: none;
  overflow: visible;
}

.nav-logo {
  position: relative;
  z-index: 2;
  width: auto;
  height: 38px;
  object-fit: contain;
}

.nav-logo-tail {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  width: auto;
  height: 32px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-10px, -50%);
  clip-path: inset(0 100% 0 0);
  transition:
    opacity 180ms ease,
    transform 260ms ease,
    clip-path 260ms ease;
}

.brand:hover .nav-logo-tail,
.brand.brand-open .nav-logo-tail {
  opacity: 1;
  transform: translate(0, -50%);
  clip-path: inset(0 0 0 0);
}

.header-whatsapp,
.primary-link,
.text-link,
.send-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.header-whatsapp {
  width: 44px;
  padding: 0;
  border: 1px solid rgba(var(--cream-rgb), 0.42);
  color: var(--cream);
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hero {
  --hero-text: var(--cream);
  --hero-muted: var(--muted);
  display: grid;
  grid-template-areas: "stack";
  gap: 24px;
  height: calc(100svh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  padding: clamp(18px, 4svh, 34px) 18px;
  overflow: hidden;
  text-align: center;
}

.hero-copy {
  display: grid;
  grid-area: stack;
  justify-items: center;
  align-self: center;
  z-index: 2;
  width: 100%;
  min-height: 0;
  padding: clamp(28px, 7svh, 44px) 22px;
  text-shadow: 0 2px 10px rgba(var(--bg-rgb), 0.36);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 900;
  opacity: 0.76;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--hero-text);
}

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

h1 {
  margin-bottom: 10px;
  color: var(--cream);
  font-size: 4.35rem;
  line-height: 0.88;
  font-weight: 900;
}

.hero-logo {
  max-width: min(76vw, 330px);
  margin-bottom: 18px;
}

.hero-logo img {
  width: 100%;
  height: auto;
  filter: none;
}

.hero-line {
  max-width: 18ch;
  margin-bottom: 16px;
  color: var(--hero-text);
  font-size: 1.66rem;
  line-height: 1.03;
  font-weight: 900;
}

.hero-subline {
  max-width: 26rem;
  margin-bottom: 20px;
  color: var(--hero-muted);
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 700;
}

.hero-actions {
  display: grid;
  width: min(100%, 360px);
  gap: 12px;
}

.primary-link {
  width: 100%;
  padding: 0 18px;
  background: rgba(var(--cream-rgb), 0.94);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  text-shadow: none;
}

.text-link {
  justify-content: center;
  text-align: center;
  color: var(--cream);
  font-size: 0.94rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: rgba(var(--cream-rgb), 0.35);
  text-underline-offset: 5px;
  transition:
    opacity 190ms ease,
    transform 190ms ease,
    color 190ms ease,
    text-decoration-color 190ms ease;
}

.hero .text-link {
  color: var(--hero-text);
  text-decoration-color: rgba(var(--bg-rgb), 0.34);
}

.hero .text-link.is-note {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  display: inline-grid;
  gap: 2px;
  align-content: center;
  min-height: 3.1em;
  perspective: 420px;
}

.soon-hero-prefix,
.soon-hero-rotating {
  display: block;
}

.soon-hero-rotating {
  transform-origin: 50% 50%;
  transition:
    opacity 190ms ease,
    transform 190ms ease;
  will-change: opacity, transform;
}

.soon-hero-rotating.is-spinning-out {
  opacity: 0;
  transform: rotateX(72deg) translateY(-3px);
}

.soon-hero-rotating.is-spinning-in {
  animation: soonTextSpinIn 280ms cubic-bezier(0.2, 0.78, 0.24, 1) both;
}

@keyframes soonTextSpinIn {
  from {
    opacity: 0;
    transform: rotateX(-72deg) translateY(3px);
  }

  to {
    opacity: 1;
    transform: rotateX(0deg) translateY(0);
  }
}

.hero-photo {
  position: relative;
  grid-area: stack;
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(var(--bg-rgb), 0.72) 0%,
    rgba(var(--bg-rgb), 0.6) 42%,
    rgba(var(--bg-rgb), 0.88) 100%
  );
}

.hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.menu-shell {
  scroll-margin-top: 68px;
  padding: 42px 18px 64px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(var(--cream-rgb), 0.035), rgba(20, 14, 12, 0.3) 140px),
    rgba(20, 14, 12, 0.26);
}

.menu-intro {
  max-width: 1120px;
  margin: 0 auto 18px;
}

.promotion-banner {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--cream-rgb), 0.2);
  border-radius: 10px;
  background: rgba(var(--cream-rgb), 0.075);
}

.promotion-banner[hidden] {
  display: none;
}

.promotion-banner strong {
  color: var(--cream);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
}

.promotion-banner span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 800;
}

.cart-head h2 {
  margin-bottom: 0;
  color: var(--cream);
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 900;
}

.order-note {
  max-width: 34rem;
  margin: 0;
  padding: 0 0 10px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 800;
}

.hours-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.hours-row[hidden],
.hours-toggle[hidden],
.hours-detail[hidden] {
  display: none;
}

.stock-sync {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 800;
  opacity: 0.82;
}

.stock-sync[hidden] {
  display: none;
}

.hours-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  font-size: 0.84rem;
  line-height: 1.25;
  font-weight: 900;
  text-align: left;
}

.hours-toggle:not(.has-detail) {
  cursor: default;
}

.hours-toggle::after {
  content: "+";
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 900;
}

.hours-toggle[aria-expanded="true"]::after {
  content: "-";
}

.hours-toggle:not(.has-detail)::after {
  content: none;
  display: none;
}

.hours-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(var(--cream-rgb), 0.74);
  border-radius: 999px;
  background: transparent;
}

.hours-toggle[data-state="open"] .hours-dot {
  background: var(--cream);
  box-shadow: 0 0 0 4px rgba(var(--cream-rgb), 0.09);
}

.hours-toggle[data-state="closed"] .hours-dot {
  opacity: 0.62;
}

.hours-toggle[data-state="soon"] .hours-dot {
  background: rgba(var(--cream-rgb), 0.44);
}

.hours-detail {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-banner {
  display: grid;
  gap: 4px;
  padding: 4px 0 14px;
}

.service-banner[hidden] {
  display: none;
}

.service-banner strong {
  color: var(--cream);
  font-size: clamp(1.32rem, 7vw, 2.05rem);
  line-height: 1.02;
  font-weight: 900;
}

.service-banner span {
  max-width: 31rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.35;
  font-weight: 800;
}

.order-layout {
  display: grid;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.catalog {
  min-width: 0;
}

.products {
  display: grid;
  gap: 0;
}

.menu-step {
  display: grid;
  gap: 14px;
  padding-top: 4px;
  scroll-margin-top: 88px;
}

.menu-step + .menu-step {
  padding-top: 28px;
  border-top: 1px solid rgba(var(--cream-rgb), 0.24);
}

.step-head {
  display: grid;
  gap: 6px;
  padding-bottom: 4px;
}

.step-kicker {
  display: none;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.step-head h3 {
  margin: 0;
  color: var(--cream);
  font-size: 1.45rem;
  line-height: 1.08;
  font-weight: 900;
}

.step-head p,
.next-step {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
}

.next-step {
  margin: 8px 0 10px;
  padding: 10px 12px;
  border-left: 2px solid rgba(var(--cream-rgb), 0.28);
  border-radius: 0 8px 8px 0;
  background: rgba(var(--cream-rgb), 0.035);
}

.product-list {
  display: grid;
  border-top: 1px solid rgba(var(--cream-rgb), 0.12);
}

.product-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  min-height: 118px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(var(--cream-rgb), 0.1);
}

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

.product-card.is-closed {
  opacity: 0.66;
}

.product-card.is-out-of-stock {
  opacity: 0.72;
}

.product-card.is-out-of-stock .product-photo img {
  filter: saturate(0.64);
}

.product-photo {
  overflow: hidden;
  align-self: start;
  width: 92px;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  border: 1px solid rgba(var(--cream-rgb), 0.08);
  background: linear-gradient(180deg, rgba(var(--cream-rgb), 0.07), rgba(var(--cream-rgb), 0.025));
}

.product-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-info {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.product-title-row h3 {
  margin: 0;
  color: var(--cream);
  font-size: 1.02rem;
  line-height: 1.18;
  font-weight: 900;
}

.product-title-meta {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.product-tag,
.stock-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(var(--cream-rgb), 0.18);
  border-radius: 999px;
  background: rgba(var(--cream-rgb), 0.07);
  color: var(--cream);
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.product-tag {
  border-color: rgba(var(--cream-rgb), 0.28);
  background: rgba(var(--cream-rgb), 0.12);
}

.price {
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 900;
}

.description {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.quantity-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-height: 44px;
}

.quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 0 2px;
  border: 1px solid rgba(var(--cream-rgb), 0.22);
  border-radius: 8px;
  background: rgba(var(--cream-rgb), 0.055);
  color: var(--cream);
  cursor: pointer;
  font-size: 1.24rem;
  line-height: 0;
  font-weight: 900;
  user-select: none;
  -webkit-user-select: none;
}

.quantity-btn-add {
  width: auto;
  min-width: 92px;
  gap: 6px;
  padding: 0 10px 1px;
  font-size: 0.8rem;
  line-height: 1;
}

.quantity-btn-add span:first-child {
  font-size: 1.18rem;
  line-height: 0;
}

.quantity-btn:not(:disabled):hover {
  background: rgba(var(--cream-rgb), 0.1);
}

.quantity-btn:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.product-card.is-closed .quantity-btn:disabled {
  opacity: 0.22;
}

.quantity-value {
  display: grid;
  width: 28px;
  height: 38px;
  place-items: center;
  color: var(--cream);
  font-weight: 900;
}

.add-feedback {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: rgba(var(--cream-rgb), 0.82);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.add-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.add-feedback[hidden] {
  display: none;
}

.stock-status {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  min-height: 38px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(var(--cream-rgb), 0.22);
  border-radius: 8px;
  background: rgba(var(--cream-rgb), 0.055);
  color: var(--cream);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 900;
}

.checkout {
  min-width: 0;
  margin-top: 8px;
}

.checkout-panel {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(var(--cream-rgb), 0.065), rgba(var(--cream-rgb), 0.038)),
    rgba(var(--cream-rgb), 0.035);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.checkout-copy {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 800;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(var(--cream-rgb), 0.1);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
}

.cart-items {
  display: grid;
  gap: 8px;
  padding: 2px 0 12px;
  border-bottom: 1px solid var(--line);
}

.cart-items[hidden] {
  display: none;
}

.empty-cart {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
  font-weight: 800;
}

.empty-cart strong {
  color: var(--cream);
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  color: var(--cream);
  font-size: 0.91rem;
}

.cart-item small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.cart-item-discount {
  color: var(--cream);
}

.cart-item-discount > strong {
  color: #a6e4ae;
}

.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  color: var(--cream);
  font-size: 1.08rem;
  font-weight: 900;
}

.cart-total {
  color: var(--cream);
  font-size: 1.32rem;
}

.delivery-disclaimer {
  margin: 0 0 13px;
  padding: 0 0 11px;
  border-bottom: 1px solid rgba(var(--cream-rgb), 0.14);
  color: rgba(var(--cream-rgb), 0.82);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 900;
}

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

.order-form[hidden] {
  display: none;
}

.order-form label,
.order-form fieldset {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.order-form span,
.order-form legend {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.order-form small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.3;
  font-weight: 700;
}

.order-form input[type="text"],
.order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(var(--cream-rgb), 0.055);
  color: var(--cream);
  outline: none;
}

.order-form input[type="text"] {
  min-height: 46px;
  padding: 0 12px;
}

.order-form textarea {
  resize: vertical;
  min-height: 72px;
  padding: 12px;
}

.order-form input:focus,
.order-form textarea:focus {
  border-color: var(--cream);
  box-shadow: 0 0 0 3px rgba(var(--cream-rgb), 0.08);
}

.order-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.payment-options {
  padding: 14px 12px 12px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px;
  background: rgba(var(--cream-rgb), 0.035);
}

.payment-options legend {
  float: left;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  white-space: nowrap;
}

.payment-options legend + .radio-row {
  clear: both;
}

.optional-fields {
  display: grid;
  gap: 11px;
  padding: 0;
}

.optional-fields summary {
  min-height: 38px;
  cursor: pointer;
  color: var(--cream);
  font-size: 0.84rem;
  line-height: 38px;
  font-weight: 900;
  list-style-position: inside;
}

.optional-fields[open] {
  padding-top: 2px;
}

.optional-fields[open] summary {
  margin-bottom: 10px;
}

.radio-row {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px;
  min-height: 42px;
  color: var(--cream);
}

.radio-row input,
.checkbox-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--cream);
}

.radio-row input {
  margin-top: 2px;
}

.radio-row > span {
  color: var(--cream);
  line-height: 1.25;
}

.radio-row small {
  display: block;
  margin-top: 3px;
  padding-left: 8px;
  border-left: 2px solid rgba(var(--cream-rgb), 0.34);
  color: var(--cream);
  opacity: 0.88;
}

.field-note {
  display: block;
  padding-left: 8px;
  border-left: 2px solid rgba(var(--cream-rgb), 0.34);
  color: var(--cream) !important;
  opacity: 0.88;
}

.checkbox-row {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  min-height: 38px;
}

.checkbox-row span {
  color: var(--cream);
}

.form-error {
  min-height: 22px;
  margin: 0;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-error:empty {
  display: none;
}

.form-error.is-info {
  color: var(--muted);
}

.send-note[hidden] {
  display: none;
}

.send-order {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: rgba(var(--cream-rgb), 0.94);
  color: var(--ink);
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.send-order:disabled {
  cursor: not-allowed;
  background: rgba(var(--cream-rgb), 0.18);
  color: rgba(var(--cream-rgb), 0.64);
  box-shadow: none;
}

.send-note {
  margin: -4px 0 0;
  color: rgba(var(--cream-rgb), 0.64);
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.send-order:active,
.primary-link:active,
.quantity-btn:active {
  transform: translateY(1px);
}

.send-order:disabled:active {
  transform: none;
}

.site-footer {
  display: grid;
  gap: 26px;
  min-height: clamp(270px, 34vw, 420px);
  align-content: end;
  justify-items: center;
  padding: 58px 18px 8px;
  overflow: hidden;
  border-top: 1px solid rgba(var(--cream-rgb), 0.14);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(var(--cream-rgb), 0.055), transparent 52%),
    linear-gradient(180deg, rgba(20, 14, 12, 0.18), rgba(var(--bg-rgb), 0.98));
}

.footer-meta {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.footer-location {
  margin: 0;
  color: rgba(var(--cream-rgb), 0.84);
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 800;
}

.footer-service {
  margin: 0;
  color: rgba(var(--cream-rgb), 0.62);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 800;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(var(--cream-rgb), 0.3);
  border-radius: 8px;
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.footer-social-link:hover {
  background: rgba(var(--cream-rgb), 0.075);
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 0;
  padding: 5px 9px;
  border: 1px solid rgba(var(--cream-rgb), 0.14);
  border-radius: 999px;
  background: rgba(var(--cream-rgb), 0.025);
  color: rgba(var(--cream-rgb), 0.48);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.footer-credit:hover {
  color: rgba(var(--cream-rgb), 0.68);
  border-color: rgba(var(--cream-rgb), 0.22);
}

.footer-logo {
  width: min(94vw, 880px);
  max-width: none;
  opacity: 0.38;
  transform: translateY(1%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.62) 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.62) 58%, transparent 100%);
}

@media (min-width: 720px) {
  .site-header {
    padding: 12px 28px;
  }

  .hero {
    --hero-text: var(--cream);
    --hero-muted: var(--muted);
    grid-template-columns: 1fr;
    grid-template-areas: "stack";
    justify-items: center;
    gap: 24px;
    min-height: calc(100svh - var(--header-height));
    padding: clamp(26px, 6svh, 52px) 28px;
  }

  .hero-copy {
    grid-area: stack;
    align-self: center;
    min-height: auto;
    padding: 0 28px;
    text-shadow: 0 2px 10px rgba(var(--bg-rgb), 0.32);
  }

  h1 {
    font-size: 6.8rem;
  }

  .hero-logo {
    max-width: 430px;
  }

  .hero-logo img {
    filter: none;
  }

  .hero-line {
    font-size: 2.45rem;
  }

  .hero-actions {
    grid-template-columns: max-content minmax(220px, 340px);
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .primary-link {
    width: auto;
    padding: 0 22px;
  }

  .hero-photo {
    grid-area: stack;
    align-self: stretch;
    justify-self: center;
    width: min(100%, 760px);
    height: 100%;
    min-height: 0;
  }

  .hero-photo::after {
    content: "";
  }

  .hero-photo img {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .menu-shell {
    padding: 50px 28px 78px;
  }

  .menu-intro {
    margin-bottom: 34px;
  }

  .product-card {
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 140px;
    padding: 20px 0;
  }

  .product-photo {
    width: 116px;
  }

  .quantity-row {
    gap: 8px;
  }

  .quantity-value {
    width: 34px;
  }

  .quantity-btn-add {
    min-width: 104px;
    padding: 0 12px 1px;
    font-size: 0.86rem;
  }
}

@media (min-width: 980px) {
  .site-header {
    padding-left: 42px;
    padding-right: 42px;
    transform: none !important;
  }

  .hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
    grid-template-areas: "copy photo";
    align-items: center;
    justify-items: stretch;
    column-gap: clamp(42px, 6vw, 86px);
    text-align: left;
    max-width: 1240px;
    margin: 0 auto;
    min-height: calc(100svh - var(--header-height));
    padding-top: clamp(30px, 5svh, 56px);
    padding-bottom: clamp(30px, 5svh, 56px);
    padding-left: 42px;
    padding-right: 42px;
  }

  .hero-copy {
    grid-area: copy;
    justify-items: start;
    align-self: center;
    max-width: 560px;
    padding: 0;
    text-shadow: none;
  }

  .hero .eyebrow {
    display: block;
    margin-bottom: 14px;
    opacity: 0.82;
  }

  .hero-actions {
    justify-content: start;
  }

  .hero-logo {
    max-width: min(100%, 460px);
    margin-bottom: 22px;
  }

  .hero-line {
    max-width: 19ch;
    margin-bottom: 18px;
    font-size: 2.55rem;
  }

  .hero-subline {
    margin-bottom: 24px;
  }

  .hero-line,
  .hero-subline {
    margin-left: 0;
    margin-right: 0;
  }

  .text-link {
    justify-content: flex-start;
    text-align: left;
  }

  .hero-photo {
    grid-area: photo;
    justify-self: end;
    width: min(42vw, 560px);
    height: min(76svh, 640px);
    min-height: 0;
    border: 1px solid rgba(var(--cream-rgb), 0.08);
    box-shadow:
      0 36px 90px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(var(--cream-rgb), 0.03);
  }

  .hero-photo::after {
    content: "";
    background: linear-gradient(
      180deg,
      rgba(var(--bg-rgb), 0) 48%,
      rgba(var(--bg-rgb), 0.2) 100%
    );
  }

  .hero-photo img {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .order-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
    gap: 48px;
    align-items: start;
  }

  .checkout {
    position: sticky;
    top: 92px;
    margin-top: 0;
  }
}
