:root {
  --sand: #f8edd9;
  --cream: #fffaf3;
  --coral: #f16d5d;
  --coral-dark: #d95142;
  --sunburst: #f6b65a;
  --sunburst-soft: #ffd979;
  --aqua: #49c8c4;
  --aqua-deep: #1f8c93;
  --lagoon: #0e5d66;
  --lagoon-soft: #d8eff1;
  --seaweed: #163439;
  --ink: #1f1e1a;
  --muted: #6e7066;
  --line: rgba(16, 37, 40, 0.12);
  --card: rgba(255, 250, 243, 0.88);
  --shadow: 0 24px 80px rgba(22, 52, 57, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --ral-3022: #d36e70;
  --ral-3022-rgb: 211, 110, 112;
  --ral-5024: #7ca6b0;
  --ral-5024-rgb: 124, 166, 176;
}

/* OSHTY brand layer */
:root {
  --sand: #efe5d3;
  --cream: #f7f1e5;
  --coral: #c8102e;
  --coral-dark: #8f001d;
  --sunburst: #d8a51f;
  --sunburst-soft: #f0c758;
  --aqua: #c8102e;
  --aqua-deep: #8f001d;
  --lagoon: #2a2522;
  --lagoon-soft: #eee4d5;
  --seaweed: #171513;
  --ink: #171513;
  --muted: #6f675d;
  --line: rgba(23, 21, 19, 0.14);
  --card: rgba(247, 241, 229, 0.94);
  --shadow: 0 24px 70px rgba(26, 18, 14, 0.16);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(200, 16, 46, 0.1), transparent 28%),
    linear-gradient(180deg, #f7f1e5 0%, #eee4d5 100%);
}

.grain {
  opacity: 0.11;
  mix-blend-mode: multiply;
}

.hero {
  border-color: rgba(247, 241, 229, 0.2);
}

.hero-backdrop {
  background: #0b0908;
}

.hero-video {
  object-position: center 38%;
  filter: saturate(0.88) contrast(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 8, 7, 0.84) 0%, rgba(10, 8, 7, 0.36) 58%, rgba(10, 8, 7, 0.7) 100%),
    linear-gradient(180deg, rgba(10, 8, 7, 0.18), rgba(10, 8, 7, 0.72));
}

.hero-topbar {
  border: 1px solid rgba(247, 241, 229, 0.18);
  background: rgba(12, 10, 9, 0.8);
  backdrop-filter: blur(18px);
}

.hero-brand__logo {
  width: clamp(72px, 9vw, 104px);
  border-radius: 50%;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.42));
}

.hero-copy h1,
.section-heading h2,
.menu-group__header h2,
.cart-panel h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.035em;
}

.hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(4.2rem, 8vw, 8rem);
  line-height: 0.82;
}

.hero-summary,
.control-deck,
.overview-panel,
.category-ribbon,
.menu-group,
.cart-panel,
.product-card,
.loyalty-card {
  border-color: rgba(23, 21, 19, 0.14);
}

.primary-button,
.product-card__action--primary {
  background: linear-gradient(135deg, #d51b38, #8f001d);
  box-shadow: 0 16px 34px rgba(143, 0, 29, 0.28);
}

.category-chip.is-active,
.mode-switch__button.is-active {
  color: #fff8eb;
  background: #171513;
}

.product-card__media {
  background: #171513;
}

.legal-note__link:hover,
.legal-note__link:focus-visible {
  border-color: rgba(200, 16, 46, 0.5);
  color: #8f001d;
  background: rgba(200, 16, 46, 0.08);
}

@media (max-width: 980px) {
  .hero-video {
    object-position: center 34%;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 8, 7, 0.22), rgba(10, 8, 7, 0.84));
  }

  .hero-copy h1 {
    max-width: 8ch;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  html {
    zoom: 0.9;
  }
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 177, 90, 0.28), transparent 30%),
    radial-gradient(circle at bottom right, rgba(14, 93, 102, 0.14), transparent 28%),
    linear-gradient(180deg, #fff8ee 0%, #f7f0e6 44%, #eef6f5 100%);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  html {
    font-size: 14.75px;
  }

  .search-field input,
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
}

body.cart-drawer-open {
  overflow: hidden;
}

body.mobile-nav-open {
  overflow: hidden;
}

body.auth-modal-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 50% 50%, rgba(18, 70, 76, 0.08) 0, rgba(18, 70, 76, 0) 42%);
  mix-blend-mode: screen;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 96px;
}

.status-banner {
  position: fixed;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 70;
  width: auto;
  max-width: min(560px, calc(100% - 32px));
  margin: 0;
  padding: 14px 24px;
  border-radius: 999px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.42);
  color: #faf4e8;
  background: linear-gradient(135deg, #221f20, #2c2826);
  border: 1.5px solid var(--oshty-red, #dc2228);
  text-align: center;
  font-weight: 700;
  pointer-events: none;
}

.status-banner[data-tone="error"] {
  background: linear-gradient(135deg, #8f001d, #dc2228);
  border-color: rgba(250, 244, 232, 0.28);
  color: #faf4e8;
}

.status-banner[data-tone="success"] {
  background: linear-gradient(135deg, #221f20, #2c2826);
  border-color: var(--oshty-red, #dc2228);
  color: #faf4e8;
}

.order-tracker {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(22, 52, 57, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(237, 247, 247, 0.92)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(22, 52, 57, 0.14);
  display: grid;
  gap: 10px;
}

.order-tracker__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.order-tracker__header h3 {
  margin: 4px 0 0;
  font-size: 1.08rem;
}

.order-tracker__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(22, 52, 57, 0.16);
  background: rgba(22, 52, 57, 0.08);
  color: var(--seaweed);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-tracker__status[data-status="new"] {
  border-color: rgba(241, 109, 93, 0.26);
  background: rgba(241, 109, 93, 0.14);
  color: #8a2e1f;
}

.order-tracker__status[data-status="preparing"] {
  border-color: rgba(15, 136, 149, 0.24);
  background: rgba(15, 136, 149, 0.12);
  color: #0d4f58;
}

.order-tracker__status[data-status="courier"] {
  border-color: rgba(25, 169, 125, 0.28);
  background: rgba(25, 169, 125, 0.12);
  color: #0d5e46;
}

.order-tracker__status[data-status="completed"] {
  border-color: rgba(22, 52, 57, 0.2);
  background: rgba(22, 52, 57, 0.1);
  color: #234046;
}

.order-tracker__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.order-tracker__tile {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(22, 52, 57, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.order-tracker__tile--wide {
  grid-column: span 4;
}

.order-tracker__tile span {
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.order-tracker__tile strong {
  font-size: 0.94rem;
  line-height: 1.35;
  word-break: break-word;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 22px 0 48px;
  min-height: 94svh;
  box-shadow: var(--shadow);
}

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

.hero-backdrop {
  overflow: hidden;
  background: #0e1318;
  transform: scale(1);
}

.hero-backdrop::before,
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-backdrop::before {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 78% 82%, rgba(0, 0, 0, 0.16), transparent 42%),
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.035) 0px,
      rgba(255, 255, 255, 0.035) 0.9px,
      rgba(0, 0, 0, 0) 0.9px,
      rgba(0, 0, 0, 0) 3.2px
    );
  background-size: auto, auto, 220px 220px;
  background-position: center, center, 0 0;
  mix-blend-mode: soft-light;
  opacity: 0.2;
  animation: vhsNoise 0.28s steps(2, end) infinite;
}

.hero-backdrop::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.16)),
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 4px
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 42%,
      rgba(255, 255, 255, 0.11) 50%,
      rgba(255, 255, 255, 0) 58%,
      rgba(255, 255, 255, 0) 100%
    ),
    repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 0) 160px,
      rgba(255, 255, 255, 0.03) 160px,
      rgba(255, 255, 255, 0.03) 162px,
      rgba(255, 255, 255, 0) 162px,
      rgba(255, 255, 255, 0) 320px
    );
  mix-blend-mode: overlay;
  opacity: 0.16;
  animation: vhsFlicker 2.8s steps(2, end) infinite, vhsTracking 9s linear infinite;
}

@media (max-width: 980px) {
  .hero-backdrop::before {
    opacity: 0.16;
    animation-duration: 0.46s;
  }

  .hero-backdrop::after {
    opacity: 0.13;
    animation-duration: 3.6s, 12s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-backdrop::before,
  .hero-backdrop::after {
    animation: none !important;
    opacity: 0.08;
  }
}

/* OSHTY V9 FINAL — checkout rules must stay last */
.drawer-scrim,
body.cart-drawer-open .drawer-scrim {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.cart-panel {
  inset: 0 0 0 auto;
  width: min(620px, 100vw);
  max-height: 100vh;
  padding: 0;
  border: 0;
  border-left: 1px solid #d8d8d3;
  border-radius: 28px 0 0 28px;
  color: #0a0a0a;
  background: #f7f7f3;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.18);
}

.cart-panel__header {
  align-items: center;
  padding: 30px 30px 20px;
  border-bottom: 1px solid #d8d8d3;
  background: #f7f7f3;
}

.cart-panel__header h2 {
  margin-top: 4px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
}

.cart-panel__body {
  gap: 18px;
  padding: 22px 26px 48px;
}

.cart-item,
.summary-card {
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.summary-card {
  padding: 20px;
}

.summary-card__row--total {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid #d8d8d3;
}

.summary-card__divider {
  display: none;
}

.summary-card__loyalty {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 17px 18px 17px 25px;
  border: 0;
  border-radius: 14px;
}

.checkout-gate {
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d8d3;
  border-radius: 22px;
  background: #fff;
}

.checkout-gate__trigger {
  min-height: 92px;
  padding: 20px 22px;
  color: #fff;
  background: #050505;
  cursor: default;
}

.checkout-gate__trigger strong {
  font-size: 1.45rem;
}

.checkout-gate__arrow {
  width: 46px;
  height: 46px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.35rem;
}

.checkout-gate .checkout-form {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.checkout-mode,
.checkout-contact {
  padding: 17px;
  border: 1px solid #deded8;
  border-radius: 17px;
  background: #f4f4f0;
}

.checkout-address {
  display: grid;
  gap: 10px;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #f4f4f0;
}

.checkout-address__intro {
  grid-template-columns: 58px minmax(0, 1fr);
  margin-bottom: 18px;
  padding: 22px;
  background: #111;
}

.checkout-address > .checkout-address__label,
.checkout-address > .checkout-address__city-street,
.checkout-address > .checkout-form__grid,
.checkout-address > .checkout-address__check,
.checkout-address > .checkout-address__hint,
.checkout-address > .route-card {
  margin-right: 20px;
  margin-left: 20px;
}

.checkout-address__city-street input,
.checkout-address .field input,
.checkout-contact .field input {
  min-height: 52px;
  border: 1px solid #cecec8;
  border-radius: 11px;
  color: #111;
  background: #fff;
  box-shadow: none;
}

.checkout-address__check {
  width: calc(100% - 40px);
  min-height: 52px;
  margin-top: 8px;
  border: 1px solid #000;
  border-radius: 11px;
  color: #fff;
  background: #000;
}

.checkout-payment-title {
  display: block;
  margin: 2px 0 10px;
  color: #111 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.payment-method-option {
  border: 1px solid #deded8;
  border-radius: 13px;
  background: #fff;
}

.payment-method-option:has(input:checked),
.payment-method-option--selected {
  border-color: #000;
  box-shadow: 0 0 0 2px #000;
}

.checkout-form .primary-button--full {
  min-height: 58px;
  border: 1px solid #000;
  border-radius: 13px;
  color: #fff;
  background: #000;
}

@media (max-width: 700px) {
  .cart-panel {
    inset: 0;
    width: 100vw;
    max-height: 100vh;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .cart-panel__header {
    padding: 24px 18px 16px;
  }

  .cart-panel__body {
    padding: 16px 14px 36px;
  }

  .summary-card__loyalty {
    grid-template-columns: 1fr;
  }

  .summary-card__loyalty-action {
    width: 100%;
  }

  .checkout-gate__trigger {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .checkout-gate__trigger-meta {
    display: none;
  }

  .checkout-gate .checkout-form {
    padding: 14px;
  }

  .checkout-form__grid,
  .checkout-address__city-street,
  .checkout-form__grid--address {
    grid-template-columns: 1fr;
  }
}

body.cart-drawer-open .cart-panel {
  inset: 0 0 0 auto;
  width: min(620px, 100vw);
  max-height: 100vh;
  padding: 0;
  border-radius: 28px 0 0 28px;
  transform: translateX(0);
}

.cart-items {
  order: 0;
}

.checkout-gate {
  order: 1;
}

.summary-card {
  order: 2;
}

@media (max-width: 700px) {
  body.cart-drawer-open .cart-panel {
    inset: 0;
    width: 100vw;
    border-radius: 0;
  }
}

.featured-card__badge,
.product-card__badge {
  display: none !important;
}

/* OSHTY V9 — refined checkout drawer */
.drawer-scrim,
body.cart-drawer-open .drawer-scrim {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.cart-panel {
  inset: 0 0 0 auto;
  width: min(620px, 100vw);
  max-height: 100vh;
  padding: 0;
  border: 0;
  border-left: 1px solid #d8d8d3;
  border-radius: 28px 0 0 28px;
  color: #0a0a0a;
  background: #f7f7f3;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.18);
}

.cart-panel::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 7px;
  border-radius: 28px 0 0;
  background: #000;
}

.cart-panel__header {
  position: relative;
  z-index: 1;
  align-items: center;
  padding: 30px 30px 20px;
  border-bottom: 1px solid #d8d8d3;
  background: rgba(247, 247, 243, 0.96);
}

.cart-panel__header h2 {
  margin-top: 4px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
}

.cart-panel__header .section-kicker {
  color: #6d6d68;
}

.cart-panel__actions .text-button {
  border: 1px solid #bdbdb7;
  color: #111;
  background: transparent;
}

.cart-panel__close {
  border: 1px solid #d8d8d3;
  color: #111;
  background: #fff;
}

.cart-panel__body {
  gap: 18px;
  padding: 22px 26px 48px;
  scrollbar-color: #aaa transparent;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-item {
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.summary-card {
  padding: 20px;
  border: 1px solid #deded8;
  border-radius: 20px;
  background: #fff;
}

.summary-card__row {
  min-height: 32px;
}

.summary-card__row--total {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid #d8d8d3;
  font-size: 1.16rem;
}

.summary-card__divider {
  display: none;
}

.summary-card__loyalty {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 17px 18px 17px 25px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #050505;
}

.summary-card__loyalty-title {
  margin-top: 3px;
  font-size: 0.94rem;
}

.summary-card__loyalty-text {
  margin-top: 4px;
  font-size: 0.72rem;
  line-height: 1.4;
}

.summary-card__loyalty-action {
  min-width: 128px;
  padding: 11px 14px;
  font-size: 0.72rem;
  line-height: 1.15;
}

.checkout-gate {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #d8d8d3;
  border-radius: 22px;
  background: #fff;
}

.checkout-gate__trigger {
  min-height: 92px;
  padding: 20px 22px;
  border: 0;
  color: #fff;
  background: #050505;
  cursor: default;
}

.checkout-gate__trigger strong {
  font-size: 1.45rem;
}

.checkout-gate__trigger-meta {
  color: rgba(255, 255, 255, 0.58);
}

.checkout-gate__arrow {
  width: 46px;
  height: 46px;
  border-color: rgba(255, 255, 255, 0.34);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.35rem;
}

.checkout-gate .checkout-form {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.checkout-mode {
  padding: 16px;
  border: 1px solid #deded8;
  border-radius: 16px;
  background: #f4f4f0;
}

.checkout-mode .section-kicker {
  color: #666;
}

.checkout-address {
  padding-bottom: 22px;
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #f4f4f0;
}

.checkout-address__intro {
  grid-template-columns: 58px minmax(0, 1fr);
  margin-bottom: 18px;
  padding: 22px;
  background: #111;
}

.checkout-address__step {
  font-size: 4rem;
}

.checkout-address__intro h3 {
  font-size: 2.15rem;
}

.checkout-address__label {
  color: #555;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.checkout-address__city-street input,
.checkout-address .field input,
.checkout-contact .field input {
  min-height: 52px;
  border: 1px solid #cecec8;
  border-radius: 11px;
  color: #111;
  background: #fff;
  box-shadow: none;
}

.checkout-address__city-street input:focus,
.checkout-address .field input:focus,
.checkout-contact .field input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.checkout-address__check {
  border: 1px solid #000;
  border-radius: 11px;
  color: #fff;
  background: #000;
}

.checkout-contact {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #f4f4f0;
}

.checkout-section-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}

.checkout-section-heading > span {
  color: #bcbcb5;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  line-height: 0.8;
}

.checkout-section-heading div {
  display: grid;
  gap: 2px;
}

.checkout-section-heading small {
  color: #777;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.checkout-section-heading strong {
  font-size: 1rem;
}

.checkout-payment-title {
  display: block;
  margin: 2px 0 10px;
  color: #111 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.payment-method-grid {
  gap: 9px;
}

.payment-method-option {
  border: 1px solid #deded8;
  border-radius: 13px;
  background: #fff;
}

.payment-method-option:has(input:checked),
.payment-method-option--selected {
  border-color: #000;
  box-shadow: 0 0 0 2px #000;
}

.checkout-form .primary-button--full {
  min-height: 58px;
  border: 1px solid #000;
  border-radius: 13px;
  color: #fff;
  background: #000;
  font-size: 1rem;
}

@media (max-width: 700px) {
  .cart-panel {
    width: 100vw;
    border-left: 0;
    border-radius: 0;
  }

  .cart-panel::before {
    border-radius: 0;
  }

  .cart-panel__header {
    padding: 24px 18px 16px;
  }

  .cart-panel__body {
    padding: 16px 14px 36px;
  }

  .summary-card__loyalty {
    grid-template-columns: 1fr;
  }

  .summary-card__loyalty-action {
    width: 100%;
  }

  .checkout-gate__trigger {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .checkout-gate__trigger-meta {
    display: none;
  }

  .checkout-gate .checkout-form {
    padding: 14px;
  }

  .checkout-form__grid,
  .checkout-address__city-street,
  .checkout-form__grid--address {
    grid-template-columns: 1fr;
  }
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
  filter: none;
  transform: none;
}

@media (min-width: 1280px) {
  .hero-video {
    object-position: center 27%;
  }
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(7, 12, 18, 0.03), rgba(7, 12, 18, 0.14));
}

.hero-topbar,
.hero-body {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-address-strip {
  display: none;
}

.layout-anchor,
.hero-mobile-loyalty-slot {
  display: none;
}

.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(9, 20, 22, 0.32);
  backdrop-filter: blur(12px);
}

.mobile-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff8ee;
}

.hero-brand {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: white;
}

.hero-brand strong {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-brand__logo {
  display: block;
  width: clamp(104px, 18vw, 168px);
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 6px 14px rgba(0, 0, 0, 0.34));
}

.hero-brand__eyebrow,
.kicker,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-brand__eyebrow,
.kicker {
  color: rgba(255, 246, 240, 0.82);
}

.ghost-button,
.primary-button,
.secondary-button,
.icon-button,
.mode-switch__button,
.product-card__action,
.category-chip {
  font: inherit;
  cursor: pointer;
  border: 0;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.ghost-button--account {
  min-width: 120px;
  justify-content: center;
}

.ghost-button:hover,
.primary-button:hover,
.secondary-button:hover,
.mode-switch__button:hover,
.product-card__action:hover,
.category-chip:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.ghost-button__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  border-radius: 999px;
  color: var(--seaweed);
  background: var(--sand);
  font-weight: 800;
}

.hero-body {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
  gap: 26px;
  align-items: end;
  margin-top: clamp(120px, 18vh, 220px);
}

.hero-copy {
  max-width: 700px;
}

.hero-copy h1 {
  margin: 12px 0 18px;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.7rem, 6.7vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.hero-lead {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 247, 242, 0.92);
  font-size: 1.06rem;
  line-height: 1.72;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-badge {
  padding: 10px 14px;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.primary-button {
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  box-shadow: 0 18px 40px rgba(217, 81, 66, 0.34);
}

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

.secondary-button {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.hero-summary {
  padding: 20px;
  border-radius: calc(var(--radius-xl) + 2px);
  background: rgba(255, 250, 243, 0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(14, 36, 39, 0.24);
}

.hero-summary__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.hero-summary__header img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 10px 30px rgba(22, 52, 57, 0.16);
}

.hero-summary__header h2 {
  margin: 4px 0 0;
  font-size: 1.32rem;
}

.hero-summary__intro {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-summary__label {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

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

.hero-summary__grid .fact-tile:only-child {
  grid-column: 1 / -1;
}

.fact-tile--mode .mode-switch {
  margin-top: 10px;
}

.hero-address {
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 38, 42, 0.06);
}

.hero-address__mode {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.mode-switch--inline {
  width: 100%;
}

.hero-address__city-street {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.address-field-stack {
  display: grid;
  gap: 8px;
  align-content: start;
}

.address-field-stack .address-suggestions {
  margin-top: 0;
}

.hero-address__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.hero-address__check,
.checkout-address__check {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-address__hint {
  color: var(--muted);
  line-height: 1.5;
}

.address-suggestions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  max-height: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 38, 42, 0.08);
}

.address-suggestions[hidden] {
  display: none !important;
}

.address-suggestion {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  text-align: left;
}

.address-suggestion strong {
  font-size: 0.98rem;
}

.address-suggestion span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.address-suggestion.is-active,
.address-suggestion:hover {
  border-color: rgba(241, 109, 93, 0.44);
  background: rgba(255, 245, 240, 0.98);
}

.address-suggestions__status {
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--muted);
  background: rgba(22, 52, 57, 0.04);
  font-size: 0.9rem;
  line-height: 1.45;
}

.fact-tile,
.overview-card,
.product-card,
.summary-card,
.field input,
.field select,
.field textarea,
.cart-item,
.featured-card,
.menu-group,
.control-deck,
.overview-panel,
.category-ribbon,
.cart-panel {
  backdrop-filter: blur(14px);
}

body:is(.perf-android-chrome, .perf-low-end) .hero {
  min-height: 100svh;
}

body:is(.perf-android-chrome, .perf-low-end) .grain {
  display: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .hero-overlay {
  background: linear-gradient(180deg, rgba(7, 20, 22, 0.08), rgba(7, 20, 22, 0.26));
}

body:is(.perf-android-chrome, .perf-low-end) .hero-video {
  filter: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .hero-backdrop::after {
  display: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .hero-backdrop::before {
  display: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .mobile-nav-toggle,
body:is(.perf-android-chrome, .perf-low-end) .ghost-button,
body:is(.perf-android-chrome, .perf-low-end) .hero-badge,
body:is(.perf-android-chrome, .perf-low-end) .secondary-button,
body:is(.perf-android-chrome, .perf-low-end) .hero-summary,
body:is(.perf-android-chrome, .perf-low-end) .fact-tile,
body:is(.perf-android-chrome, .perf-low-end) .overview-card,
body:is(.perf-android-chrome, .perf-low-end) .product-card,
body:is(.perf-android-chrome, .perf-low-end) .summary-card,
body:is(.perf-android-chrome, .perf-low-end) .field input,
body:is(.perf-android-chrome, .perf-low-end) .field select,
body:is(.perf-android-chrome, .perf-low-end) .field textarea,
body:is(.perf-android-chrome, .perf-low-end) .cart-item,
body:is(.perf-android-chrome, .perf-low-end) .featured-card,
body:is(.perf-android-chrome, .perf-low-end) .menu-group,
body:is(.perf-android-chrome, .perf-low-end) .control-deck,
body:is(.perf-android-chrome, .perf-low-end) .overview-panel,
body:is(.perf-android-chrome, .perf-low-end) .category-ribbon,
body:is(.perf-android-chrome, .perf-low-end) .cart-panel,
body:is(.perf-android-chrome, .perf-low-end) .loyalty-card--showcase .loyalty-reward,
body:is(.perf-android-chrome, .perf-low-end) .loyalty-card--showcase .loyalty-stat {
  backdrop-filter: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .reveal,
body:is(.perf-android-chrome, .perf-low-end).reveal-ready .reveal,
body:is(.perf-android-chrome, .perf-low-end).reveal-ready .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .promo-badge-pill--discount,
body:is(.perf-android-chrome, .perf-low-end) .promo-badge-pill--club,
body:is(.perf-android-chrome, .perf-low-end) .mobile-cart-button.is-pulsing,
body:is(.perf-android-chrome, .perf-low-end) .cart-panel.is-pulsing,
body:is(.perf-android-chrome, .perf-low-end) .cart-order-status__pill--live {
  animation: none !important;
}

body:is(.perf-android-chrome, .perf-low-end) .welcome-bubble {
  box-shadow:
    0 18px 34px rgba(105, 31, 9, 0.28),
    0 0 0 100vmax rgba(12, 25, 28, 0.38);
}

.fact-tile {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 38, 42, 0.06);
}

.fact-tile__label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.fact-tile strong,
.overview-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.fact-tile small,
.overview-card span {
  color: var(--muted);
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(420px, 31vw, 470px);
  gap: 20px;
  align-items: start;
  margin-top: 24px;
}

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

.control-deck,
.overview-panel,
.category-ribbon,
.menu-group,
.cart-panel {
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: var(--card);
  box-shadow: var(--shadow);
}

.control-deck,
.overview-panel {
  padding: 18px;
  border-radius: var(--radius-lg);
}

.control-deck {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.legal-note {
  padding: 16px 18px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  border-radius: var(--radius-md);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.74);
  text-align: center;
  box-shadow: var(--shadow);
}

.legal-note p {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
}

.legal-note__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin-top: 10px;
}

.legal-note__link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(22, 52, 57, 0.16);
  color: var(--seaweed);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.legal-note__link:hover,
.legal-note__link:focus-visible {
  border-color: rgba(14, 93, 102, 0.45);
  background: rgba(14, 93, 102, 0.12);
  color: var(--lagoon);
}

.mode-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(22, 52, 57, 0.05);
}

.mode-switch__button {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
}

.mode-switch__button.is-active {
  color: white;
  background: linear-gradient(135deg, var(--seaweed), var(--lagoon));
  box-shadow: 0 12px 26px rgba(14, 93, 102, 0.2);
}

.search-field,
.field {
  display: grid;
  gap: 10px;
}

.field--wide {
  grid-column: 1 / -1;
}

.search-field input,
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  outline: none;
}

.search-field input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(14, 93, 102, 0.45);
  box-shadow: 0 0 0 4px rgba(14, 93, 102, 0.08);
}

.field textarea {
  resize: vertical;
  min-height: 96px;
}

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

.overview-card {
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 250, 250, 0.88)),
    var(--cream);
}

.featured {
  display: grid;
  gap: 16px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.section-heading h2,
.menu-group__heading h2,
.cart-panel__header h2 {
  margin: 6px 0 0;
  font-size: clamp(1.34rem, 1.55vw, 1.78rem);
}

.section-text,
.menu-group__description,
.summary-card__note,
.cart-empty p,
.field span,
.item-modal__description,
.item-modal__content p {
  color: var(--muted);
  line-height: 1.6;
}

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

.featured-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: 18px;
  border-radius: 24px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid rgba(255, 255, 255, 0.18);
  isolation: isolate;
  content-visibility: auto;
  contain-intrinsic-size: 290px;
}

.featured-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.featured-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
}

.featured-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 38, 42, 0.02), rgba(20, 38, 42, 0.92)),
    radial-gradient(circle at top right, rgba(241, 109, 93, 0.5), transparent 30%);
  z-index: -1;
}

.featured-card__badge,
.product-card__badge,
.item-modal__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.featured-card__badge {
  margin-bottom: auto;
  color: var(--seaweed);
  background: rgba(255, 245, 232, 0.92);
}

.featured-card--promo::before {
  background:
    linear-gradient(180deg, rgba(20, 38, 42, 0.04), rgba(20, 38, 42, 0.88)),
    radial-gradient(circle at top right, rgba(255, 188, 34, 0.72), transparent 36%),
    radial-gradient(circle at 22% 88%, rgba(241, 109, 93, 0.42), transparent 46%);
}

.featured-card__badge--promo,
.item-modal__badge.item-modal__badge--promo {
  color: #261807;
  text-shadow: none;
  background: #ffc533;
  border: 1px solid rgba(179, 126, 22, 0.54);
  box-shadow: 0 8px 18px rgba(126, 83, 16, 0.28);
  min-height: 30px;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
  animation: none;
}

.featured-card__badge--promo,
.product-card__badge--promo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-inline: 10px;
}

.featured-card__badge--promo .promo-badge__tag,
.product-card__badge--promo .promo-badge__tag {
  font-size: 1em;
  letter-spacing: 0.06em;
  opacity: 1;
  font-weight: 800;
}

.featured-card__badge--promo .promo-badge__value,
.product-card__badge--promo .promo-badge__value {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 1000;
  color: #fff;
  text-shadow:
    0 1px 0 rgba(85, 15, 6, 0.45),
    0 3px 10px rgba(102, 24, 10, 0.35);
}

.featured-card__badge--promo .promo-badge__value--club,
.product-card__badge--promo .promo-badge__value--club {
  font-size: 1em;
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-weight: 850;
  text-transform: none;
  white-space: nowrap;
}

.featured-card__badge--promo.featured-card__badge--club-teaser,
.item-modal__badge.item-modal__badge--promo.item-modal__badge--club-teaser {
  gap: 6px;
  min-height: 0;
  padding: 0;
  letter-spacing: normal;
  text-transform: none;
  color: inherit;
  text-shadow: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
}

.promo-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 820;
  white-space: nowrap;
}

.promo-badge-pill--discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  color: #2b1a0f;
  letter-spacing: 0.02em;
  text-transform: none;
  background: #ffc533;
  border: 1px solid rgba(170, 118, 18, 0.56);
  box-shadow:
    0 8px 16px rgba(133, 89, 16, 0.24),
    0 0 0 1px rgba(255, 248, 208, 0.3) inset;
}

.promo-badge-pill--discount strong {
  display: inline-block;
  font-size: 1.06rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.01em;
  text-align: center;
  color: #2b1a0f;
}

.promo-badge-pill--discount span {
  display: none;
}

.promo-badge-pill--base {
  color: #21424a;
  background: rgba(255, 245, 232, 0.97);
  border: 1px solid rgba(109, 132, 136, 0.34);
  box-shadow: 0 6px 16px rgba(13, 35, 44, 0.18);
}

.promo-badge-pill--base.promo-badge-pill--new {
  color: #f4fdff;
  background: linear-gradient(135deg, #2ea9d4 0%, #256fc0 100%);
  border-color: rgba(27, 82, 140, 0.66);
  box-shadow:
    0 8px 18px rgba(22, 61, 115, 0.3),
    0 0 0 1px rgba(221, 244, 255, 0.18) inset;
  text-shadow: 0 1px 1px rgba(18, 48, 90, 0.45);
}

.promo-badge-pill--club {
  display: inline-grid;
  gap: 2px;
  min-height: 34px;
  padding: 5px 12px;
  color: #2b1a0f;
  letter-spacing: 0.02em;
  text-transform: none;
  background: #f4bc1f;
  border: 1px solid rgba(170, 118, 18, 0.56);
  box-shadow:
    0 12px 24px rgba(133, 89, 16, 0.28),
    0 0 0 1px rgba(255, 248, 208, 0.32) inset;
}

.promo-badge-pill--club strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.015em;
  text-align: center;
  color: #2b1a0f;
}

.promo-badge-pill--club span {
  display: block;
  font-size: 0.62rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 900;
  color: rgba(74, 43, 8, 0.92);
}

.product-card__badge--unavailable,
.item-modal__badge--unavailable {
  color: white;
  background: rgba(192, 73, 57, 0.9);
}

.featured-card h3,
.product-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.featured-card p {
  margin: 0;
  color: rgba(255, 248, 240, 0.88);
}

.featured-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.featured-card__price {
  display: inline-grid;
  gap: 4px;
  font-size: 1.2rem;
  font-weight: 800;
}

.featured-card__price small {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 248, 240, 0.82);
}

.price-stack {
  display: inline-grid;
  gap: 3px;
}

.price-stack s {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 248, 240, 0.68);
  text-decoration-thickness: 2px;
}

.price-stack__promo {
  color: #ffd166;
}

.price-stack__lowest30d {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 248, 240, 0.84);
}

.price-stack__club-teaser {
  display: block;
  margin-top: 2px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: rgba(255, 225, 142, 0.98);
}

.price-stack--compact s {
  font-size: 0.78rem;
}

.featured-card__button {
  color: white;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.featured-card__button,
.product-card__action--ghost {
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
}

.menu-sections {
  display: grid;
  gap: 20px;
}

.menu-group {
  scroll-margin-top: 112px;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 640px;
}

.menu-group__heading {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding: 18px 18px 12px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(20, 38, 42, 0.08);
  position: relative;
}

.menu-group__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--coral), var(--coral-dark));
}

.menu-group--promotions .menu-group__heading {
  background:
    radial-gradient(circle at top right, rgba(255, 203, 93, 0.36), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(255, 244, 220, 0.98));
}

.menu-group--promotions .menu-group__heading::before {
  background: linear-gradient(180deg, #f7b437, #f16d5d);
}

.menu-group--promotions .menu-group__heading h2::after {
  content: "HOT";
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #5d1200;
  background: linear-gradient(135deg, #ffe17b, #ffac3d);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  font-weight: 900;
  vertical-align: middle;
}

.menu-group__description {
  max-width: 50ch;
}

.menu-group__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.menu-group__pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--seaweed);
  background: rgba(22, 52, 57, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 10px 14px 18px;
  background: rgba(245, 240, 232, 0.6);
}

.product-card {
  --product-card-media-size: 132px;
  position: relative;
  display: grid;
  grid-template-columns: var(--product-card-media-size) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  border: none;
  background: rgba(255, 255, 255, 0.94);
  content-visibility: auto;
  contain-intrinsic-size: 180px;
}

.product-card + .product-card {
  margin-top: 12px;
}

.product-card--unavailable {
  opacity: 0.72;
}

.product-card--promo {
  border-color: rgba(239, 179, 33, 0.4);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(239, 179, 33, 0.14);
}

.product-card__media {
  position: relative;
  overflow: hidden;
  width: var(--product-card-media-size);
  height: var(--product-card-media-size);
  aspect-ratio: 1;
  border-radius: 16px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 240ms ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1);
}

.product-card__badge {
  position: absolute;
  top: 8px;
  left: 18px;
  z-index: 11;
  pointer-events: none;
  width: fit-content;
  max-width: calc(var(--product-card-media-size) - 8px);
  justify-content: center;
  text-align: center;
  color: #21424a;
  background: rgba(255, 245, 232, 0.97);
  border: 1px solid rgba(109, 132, 136, 0.34);
  box-shadow: 0 6px 16px rgba(13, 35, 44, 0.18);
  backdrop-filter: none;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.product-card__badge.product-card__badge--promo {
  top: 10px;
  width: var(--product-card-media-size);
  max-width: var(--product-card-media-size);
  color: inherit;
  text-shadow: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
  backdrop-filter: none;
  min-height: 0;
  padding: 0;
  border-radius: 0;
}

.featured-card__badge--new,
.product-card__badge--new,
.item-modal__badge--new {
  color: #f4fdff;
  background: linear-gradient(135deg, #2ea9d4 0%, #256fc0 100%);
  border-color: rgba(27, 82, 140, 0.66);
  box-shadow:
    0 8px 18px rgba(22, 61, 115, 0.3),
    0 0 0 1px rgba(221, 244, 255, 0.18) inset;
  text-shadow: 0 1px 1px rgba(18, 48, 90, 0.45);
}

.product-card--club-teaser {
  padding-top: 84px;
}

.product-card--promo:not(.product-card--club-teaser) {
  padding-top: 56px;
}

.product-card--promo:not(.product-card--club-teaser) .product-card__badge {
  top: 34px;
  left: 18px;
  display: inline-flex;
  justify-items: center;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: calc(100% - 30px);
  min-height: 0;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  letter-spacing: normal;
  text-transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
  backdrop-filter: none;
}

.product-card--promo:not(.product-card--club-teaser) .promo-badge-pill--base {
  display: flex;
  width: auto;
  max-width: none;
  min-height: 28px;
  padding: 0 11px;
  box-sizing: border-box;
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  border-radius: 999px;
}

.product-card--promo:not(.product-card--club-teaser) .promo-badge-pill--discount {
  display: inline-flex;
  width: auto;
  min-height: 28px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 999px;
}

.product-card--promo:not(.product-card--club-teaser) .promo-badge-pill--discount strong {
  font-size: 1.08rem;
  line-height: 1;
}

.product-card--club-teaser .product-card__badge {
  top: 12px;
  left: 18px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: stretch;
  gap: 3px;
  width: calc(var(--product-card-media-size) + 132px);
  max-width: calc(100% - 30px);
  min-height: 0;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  letter-spacing: normal;
  text-transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
  backdrop-filter: none;
}

.product-card--club-teaser .product-card__badge.product-card__badge--promo {
  color: inherit;
  text-shadow: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
}

.product-card--club-teaser .product-card__badge,
.product-card--club-teaser .product-card__badge--promo,
.product-card--club-teaser .product-card__badge.product-card__badge--promo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.product-card--club-teaser .promo-badge-pill--club {
  order: -1;
  display: grid;
  width: 100%;
  min-height: 52px;
  padding: 7px 14px;
  box-sizing: border-box;
  color: #4a2b08;
  background: #f4bc1f;
  border: 1px solid rgba(160, 110, 11, 0.78);
  box-shadow:
    0 8px 18px rgba(126, 83, 16, 0.24),
    0 0 0 1px rgba(255, 248, 208, 0.24) inset;
  border-radius: 12px;
}

.product-card--club-teaser .promo-badge-pill--club strong {
  color: #4a2b08;
  font-size: 1.58rem;
  line-height: 0.95;
  text-shadow: 0 1px 0 rgba(255, 246, 205, 0.42);
}

.product-card--club-teaser .promo-badge-pill--club span {
  color: rgba(74, 43, 8, 0.94);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.product-card--club-teaser .promo-badge-pill--base {
  display: flex;
  width: var(--product-card-media-size);
  max-width: 100%;
  min-height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  border-radius: 10px;
  margin-top: 0;
}

.product-card__copy {
  display: grid;
  gap: 10px;
}

.product-card__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-card__unavailable-note {
  color: var(--coral-dark);
}

.product-card__body {
  display: grid;
  gap: 12px;
}

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

.product-card__price {
  display: inline-grid;
  gap: 4px;
  font-size: 1.08rem;
  font-weight: 800;
}

.product-card__price small {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.product-card__price .price-stack s,
#itemModalPrice .price-stack s {
  color: var(--muted);
}

.product-card__price .price-stack__promo,
#itemModalPrice .price-stack__promo {
  color: var(--coral);
}

.product-card__price .price-stack__lowest30d,
#itemModalPrice .price-stack__lowest30d {
  color: var(--muted);
}

.product-card__price .price-stack__club-teaser,
#itemModalPrice .price-stack__club-teaser {
  color: #b86b55;
}

.product-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-card__action {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 800;
}

.product-card__action--ghost {
  color: var(--seaweed);
  background: rgba(22, 52, 57, 0.06);
}

.product-card__action--primary {
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
}

.product-card__action--primary.is-disabled,
.primary-button:disabled,
.text-button:disabled {
  cursor: not-allowed;
  transform: none;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(135deg, rgba(113, 113, 113, 0.92), rgba(82, 82, 82, 0.92));
}

.cart-panel {
  position: sticky;
  top: 16px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  max-height: calc(100vh - 32px);
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
}

.cart-panel.is-pulsing {
  animation: cartPulse 650ms ease;
}

.cart-panel__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.cart-order-status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 8px;
}

.cart-order-status[hidden] {
  display: none !important;
}

.cart-order-status__label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-order-status__link {
  color: var(--seaweed);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-order-status__state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(22, 52, 57, 0.16);
  background: rgba(22, 52, 57, 0.08);
  color: var(--seaweed);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-order-status__state[data-status="new"] {
  border-color: rgba(241, 109, 93, 0.26);
  background: rgba(241, 109, 93, 0.14);
  color: #8a2e1f;
}

.cart-order-status__state[data-status="preparing"] {
  border-color: rgba(15, 136, 149, 0.24);
  background: rgba(15, 136, 149, 0.12);
  color: #0d4f58;
}

.cart-order-status__state[data-status="courier"] {
  border-color: rgba(25, 169, 125, 0.28);
  background: rgba(25, 169, 125, 0.12);
  color: #0d5e46;
}

.cart-order-status__state[data-status="completed"] {
  border-color: rgba(22, 52, 57, 0.2);
  background: rgba(22, 52, 57, 0.1);
  color: #234046;
}

.cart-order-status__eta {
  color: var(--seaweed);
  font-size: 0.78rem;
  font-weight: 700;
}

.cart-panel__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-panel__close {
  display: none;
}

.text-button {
  border: 0;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--seaweed);
  background: rgba(22, 52, 57, 0.08);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease;
}

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

.text-button--strong {
  color: white;
  background: linear-gradient(135deg, var(--seaweed), var(--lagoon));
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--seaweed);
  background: rgba(22, 52, 57, 0.08);
}

.cart-panel__body {
  display: grid;
  gap: 16px;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding-right: 4px;
  align-content: start;
}

.loyalty-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(252, 244, 232, 0.96), rgba(241, 249, 249, 0.9)),
    var(--cream);
}

.loyalty-card--showcase {
  position: relative;
  overflow: hidden;
  gap: 18px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 217, 121, 0.95), rgba(255, 217, 121, 0) 28%),
    radial-gradient(circle at 8% 92%, rgba(73, 200, 196, 0.35), rgba(73, 200, 196, 0) 32%),
    linear-gradient(130deg, rgba(17, 78, 86, 0.98) 0%, rgba(19, 102, 110, 0.94) 36%, rgba(241, 109, 93, 0.94) 76%, rgba(246, 182, 90, 0.96) 100%);
  color: white;
}

.loyalty-card--showcase::before {
  content: "";
  position: absolute;
  inset: auto -82px -94px auto;
  width: 260px;
  height: 260px;
  border-radius: 44% 56% 65% 35% / 38% 46% 54% 62%;
  background:
    radial-gradient(circle at 40% 38%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 62% 60%, rgba(255, 217, 121, 0.42), rgba(255, 217, 121, 0) 56%);
  opacity: 0.9;
  pointer-events: none;
}

.loyalty-card--showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 16%, rgba(255, 255, 255, 0) 16% 32%, rgba(255, 255, 255, 0.06) 32% 44%, rgba(255, 255, 255, 0) 44% 100%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.loyalty-card--showcase > * {
  position: relative;
  z-index: 1;
}

.loyalty-card--showcase .loyalty-card__header h3 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.loyalty-card--showcase .loyalty-card__text {
  max-width: 70ch;
}

.loyalty-card--showcase .section-kicker,
.loyalty-card--showcase .loyalty-card__text,
.loyalty-card--showcase .loyalty-progress__label,
.loyalty-card--showcase .loyalty-reward p {
  color: rgba(255, 248, 238, 0.88);
}

.loyalty-card--showcase .loyalty-card__auth {
  color: var(--seaweed);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.98), rgba(255, 232, 190, 0.98));
  box-shadow: 0 14px 28px rgba(19, 62, 67, 0.2);
}

.loyalty-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.loyalty-card__header h3 {
  margin: 6px 0 0;
  font-size: 1.18rem;
}

.loyalty-card__auth {
  white-space: nowrap;
}

.loyalty-card__text,
.loyalty-progress__label,
.loyalty-reward p,
.auth-modal__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.loyalty-card__promo {
  position: relative;
  isolation: isolate;
  min-height: 168px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(130deg, rgba(17, 78, 86, 0.98) 0%, rgba(19, 102, 110, 0.94) 36%, rgba(241, 109, 93, 0.94) 76%, rgba(246, 182, 90, 0.96) 100%);
  box-shadow: 0 16px 28px rgba(9, 34, 37, 0.34);
}

.loyalty-card__promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(130deg, rgba(17, 78, 86, 0.16) 0%, rgba(19, 102, 110, 0.14) 36%, rgba(241, 109, 93, 0.12) 76%, rgba(246, 182, 90, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(8, 22, 26, 0.02));
  pointer-events: none;
}

.loyalty-card__promo-photo {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  object-position: center;
  opacity: 0.84;
  filter: brightness(1.05) contrast(1.18) saturate(1.13);
}

.loyalty-card--showcase .loyalty-card__promo {
  border-color: rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(130deg, rgba(17, 78, 86, 0.98) 0%, rgba(19, 102, 110, 0.94) 36%, rgba(241, 109, 93, 0.94) 76%, rgba(246, 182, 90, 0.96) 100%);
}

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

.loyalty-card--showcase .loyalty-card__stats {
  gap: 12px;
}

.loyalty-stat {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 38, 42, 0.06);
}

.loyalty-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.loyalty-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
}

.loyalty-card--showcase .loyalty-stat {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

.loyalty-card--showcase .loyalty-stat span {
  color: rgba(255, 246, 240, 0.74);
}

.loyalty-card--showcase .loyalty-stat strong {
  color: white;
  font-size: 1.22rem;
}

.loyalty-progress {
  display: grid;
  gap: 8px;
}

.loyalty-progress__bar {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: rgba(22, 52, 57, 0.1);
}

.loyalty-card--showcase .loyalty-progress__bar {
  background: rgba(255, 255, 255, 0.2);
}

.loyalty-progress__bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--coral), #f6b65a);
  transition: width 220ms ease;
}

.loyalty-card--showcase .loyalty-progress__bar span {
  background: linear-gradient(90deg, var(--sunburst-soft), var(--sunburst), #ff8d7f);
  box-shadow: 0 0 18px rgba(255, 217, 121, 0.55);
}

.loyalty-rewards {
  display: grid;
  gap: 10px;
}

.loyalty-card--showcase .loyalty-rewards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.loyalty-reward {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.loyalty-card--showcase .loyalty-reward {
  align-items: start;
  flex-direction: column;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(12, 53, 59, 0.08);
  backdrop-filter: blur(14px);
}

.loyalty-reward strong {
  display: block;
  margin-bottom: 4px;
}

.loyalty-reward span {
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--seaweed);
}

.loyalty-card--showcase .loyalty-reward strong,
.loyalty-card--showcase .loyalty-reward span {
  color: white;
}

.loyalty-reward.is-unlocked {
  border-color: rgba(25, 169, 125, 0.28);
  background: rgba(232, 250, 244, 0.88);
}

.loyalty-card--showcase .loyalty-reward.is-unlocked {
  border-color: rgba(255, 217, 121, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 217, 121, 0.26), rgba(73, 200, 196, 0.14)),
    rgba(255, 255, 255, 0.08);
}

.loyalty-reward.is-claimable {
  border-color: rgba(24, 171, 117, 0.5);
  background:
    linear-gradient(135deg, rgba(208, 255, 230, 0.95), rgba(233, 255, 242, 0.92)),
    rgba(242, 255, 247, 0.9);
  box-shadow: 0 10px 22px rgba(24, 171, 117, 0.2);
}

.loyalty-card--showcase .loyalty-reward.is-claimable {
  border-color: rgba(170, 255, 213, 0.82);
  background:
    linear-gradient(180deg, rgba(82, 223, 161, 0.36), rgba(255, 217, 121, 0.22)),
    rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(76, 220, 156, 0.26);
}

.loyalty-reward.is-claimable .loyalty-reward__claim {
  border-color: rgba(11, 106, 75, 0.52);
  background: linear-gradient(135deg, #0fa16d, #33c283);
  color: #fff;
}

.loyalty-reward.is-claimed {
  border-color: rgba(131, 141, 146, 0.26);
  background: rgba(239, 242, 245, 0.9);
}

.loyalty-card--showcase .loyalty-reward.is-claimed {
  border-color: rgba(232, 237, 239, 0.26);
  background:
    linear-gradient(180deg, rgba(224, 233, 237, 0.3), rgba(185, 197, 203, 0.22)),
    rgba(255, 255, 255, 0.08);
}

.loyalty-reward.is-claimed strong,
.loyalty-reward.is-claimed span,
.loyalty-reward.is-claimed p {
  color: rgba(76, 87, 93, 0.86) !important;
}

.loyalty-card--showcase .loyalty-reward.is-claimed strong,
.loyalty-card--showcase .loyalty-reward.is-claimed span,
.loyalty-card--showcase .loyalty-reward.is-claimed p {
  color: rgba(225, 233, 236, 0.76) !important;
}

.user-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(252, 244, 232, 0.95), rgba(237, 247, 247, 0.9)),
    var(--cream);
}

.user-panel__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.user-panel__header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.user-panel__header h3 {
  margin: 6px 0 0;
  font-size: 1.18rem;
}

.user-panel__rewards-toggle {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff7fb;
  background: linear-gradient(135deg, #d96d89, #f16d93);
  border: 1px solid rgba(145, 40, 75, 0.34);
  box-shadow: 0 8px 18px rgba(176, 62, 99, 0.22);
  font-size: 0.86rem;
  font-weight: 900;
}

.user-panel__rewards-toggle.is-open {
  color: #f2fffb;
  background: linear-gradient(135deg, #0d6b75, #189b8f);
  border-color: rgba(12, 92, 84, 0.45);
  box-shadow: 0 8px 18px rgba(16, 108, 111, 0.22);
}

.user-panel__orders-toggle {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(14, 93, 102, 0.24);
  background: rgba(245, 251, 251, 0.94);
  color: #0d4e56;
  font-size: 0.84rem;
  font-weight: 900;
}

.user-panel__orders-toggle:hover {
  border-color: rgba(12, 92, 84, 0.38);
  background: rgba(233, 245, 246, 0.98);
}

.user-panel__auth {
  white-space: nowrap;
}

.user-panel__state {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.user-panel__state.is-history-target {
  color: #0f5159;
  font-weight: 700;
}

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

.user-panel__tile {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 6px;
}

.user-panel__tile--wide {
  grid-column: span 2;
}

.user-panel__tile span {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.user-panel__tile strong {
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-word;
}

.user-panel__orders {
  display: grid;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
  padding-right: 4px;
}

.user-panel__orders.is-history-target {
  border-radius: 14px;
  box-shadow: 0 0 0 2px rgba(20, 126, 122, 0.35);
  background: rgba(231, 250, 246, 0.42);
  padding: 4px 6px 4px 2px;
}

.user-panel__loyalty {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.user-panel__loyalty-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.user-panel__loyalty-header strong {
  font-size: 0.98rem;
  color: var(--seaweed);
}

.user-panel__loyalty-header span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 700;
}

.user-panel__loyalty-notes {
  display: grid;
  gap: 5px;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(20, 38, 42, 0.12);
  background: linear-gradient(180deg, rgba(248, 252, 251, 0.92), rgba(239, 246, 246, 0.92));
}

.user-panel__loyalty-next {
  margin: 0;
  color: #164e53;
  font-size: 0.84rem;
  line-height: 1.4;
  font-weight: 900;
}

.user-panel__loyalty-progress {
  display: grid;
  gap: 6px;
}

.user-panel__loyalty-progress-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(18, 78, 85, 0.2);
  background: rgba(231, 241, 242, 0.9);
  overflow: hidden;
}

.user-panel__loyalty-progress-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #12966b, #32bb7f);
  box-shadow: 0 4px 10px rgba(18, 150, 107, 0.35);
  transition: width 240ms ease;
}

.user-panel__loyalty-progress-label {
  margin: 0;
  color: #2c646a;
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 800;
}

.user-panel__loyalty-rules {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  font-weight: 700;
}

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

.user-panel__loyalty-group {
  display: grid;
  gap: 8px;
}

.user-panel__loyalty-group h4 {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.user-panel__loyalty-list {
  display: grid;
  gap: 8px;
}

.user-panel__loyalty-empty {
  margin: 0;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px dashed rgba(20, 38, 42, 0.16);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.user-panel__reward {
  display: grid;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(20, 38, 42, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.user-panel__reward--available {
  border-color: rgba(18, 150, 110, 0.58);
  background:
    linear-gradient(135deg, rgba(201, 248, 226, 0.96), rgba(229, 255, 242, 0.94)),
    rgba(231, 251, 243, 0.92);
  box-shadow: 0 8px 18px rgba(25, 169, 125, 0.16);
}

.user-panel__reward--locked {
  border-color: rgba(20, 38, 42, 0.14);
  background: rgba(255, 255, 255, 0.86);
}

.user-panel__reward--claimed {
  border-color: rgba(120, 132, 138, 0.28);
  background: rgba(241, 244, 246, 0.86);
}

.user-panel__reward--claimed .user-panel__reward-copy strong,
.user-panel__reward--claimed .user-panel__reward-copy small,
.user-panel__reward--claimed .user-panel__reward-copy p {
  color: rgba(83, 94, 99, 0.86) !important;
}

.user-panel__reward-copy {
  display: grid;
  gap: 3px;
}

.user-panel__reward-copy strong {
  font-size: 0.86rem;
  line-height: 1.3;
}

.user-panel__reward-copy small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

.user-panel__reward-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.user-panel__reward-claimed-at {
  color: var(--seaweed) !important;
}

.user-panel__reward-claim {
  justify-self: start;
  min-height: 30px;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: 999px;
  color: #fffdf8;
  background: linear-gradient(135deg, #169d73, #32b97d);
  border: 1px solid rgba(15, 96, 72, 0.36);
  box-shadow: 0 8px 16px rgba(22, 157, 115, 0.24);
}

.user-panel__reward-claim:hover {
  background: linear-gradient(135deg, #18a97b, #3bc98a);
}

.user-panel__profile {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.user-panel__profile-header {
  display: grid;
  gap: 2px;
}

.user-panel__profile-header strong {
  font-size: 0.92rem;
}

.user-panel__profile-header span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.user-panel__profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.user-panel__profile-grid .field {
  gap: 6px;
}

.user-panel__profile-grid .field span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.user-panel__profile-grid .field input {
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 0.94rem;
}

.user-panel__profile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.user-panel__consents {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.user-panel__consents-header {
  display: grid;
  gap: 2px;
}

.user-panel__consents-header strong {
  font-size: 0.92rem;
}

.user-panel__consents-header span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.user-consent-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.user-consent-option input {
  margin: 2px 0 0;
  accent-color: var(--seaweed);
}

.user-panel__consents-legal {
  display: grid;
  gap: 10px;
}

.user-panel__consents-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.user-panel__consents-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.user-panel__consents-status[data-tone="success"] {
  color: #0f7355;
  font-weight: 700;
}

.user-panel__consents-status[data-tone="error"] {
  color: #9b2f22;
  font-weight: 700;
}

.user-order-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: rgba(255, 255, 255, 0.76);
}

.user-order-row > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.user-order-row strong {
  font-size: 0.95rem;
}

.user-order-row span,
.user-order-row small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.user-order-row__status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(14, 93, 102, 0.2);
  background: rgba(14, 93, 102, 0.08);
  color: var(--seaweed) !important;
  font-size: 0.75rem !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.user-order-row__status[data-status="new"] {
  border-color: rgba(241, 109, 93, 0.26);
  background: rgba(241, 109, 93, 0.12);
  color: #8a2e1f !important;
}

.user-order-row__status[data-status="preparing"] {
  border-color: rgba(15, 136, 149, 0.26);
  background: rgba(15, 136, 149, 0.12);
  color: #0d4f58 !important;
}

.user-order-row__status[data-status="courier"] {
  border-color: rgba(25, 169, 125, 0.26);
  background: rgba(25, 169, 125, 0.12);
  color: #0d5e46 !important;
}

.user-order-row__status[data-status="completed"] {
  border-color: rgba(22, 52, 57, 0.18);
  background: rgba(22, 52, 57, 0.09);
  color: #203f44 !important;
}

.delivery-config {
  display: grid;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-empty {
  padding: 22px;
  border: 1px dashed rgba(14, 93, 102, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.46);
}

.cart-empty h3 {
  margin: 0 0 8px;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.cart-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
}

.cart-item__copy {
  display: grid;
  gap: 8px;
}

.cart-item__copy h3 {
  margin: 0;
  font-size: 1rem;
}

.cart-item__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cart-item__attrs {
  margin-top: 2px;
  font-size: 0.78rem;
  color: rgba(20, 38, 42, 0.74) !important;
  line-height: 1.45;
}

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

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(22, 52, 57, 0.06);
}

.qty-control button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: var(--seaweed);
  background: white;
  cursor: pointer;
}

.qty-control strong {
  min-width: 22px;
  text-align: center;
}

.qty-control--voucher {
  padding-inline: 12px;
  background: rgba(22, 52, 57, 0.1);
}

.cart-item__remove {
  color: var(--coral-dark);
  background: transparent;
  font-weight: 800;
}

.summary-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

.summary-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.summary-card__row + .summary-card__row {
  margin-top: 10px;
}

.summary-card__divider {
  height: 1px;
  margin: 12px 0;
  background: var(--line);
}

.summary-card__row--total {
  font-size: 1.12rem;
}

.summary-card__row--promo {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(14, 106, 86, 0.2);
  background: linear-gradient(180deg, rgba(220, 247, 237, 0.86), rgba(236, 252, 246, 0.78));
}

.summary-card__row--promo span {
  color: #0e6a56;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.summary-card__row--promo strong {
  color: #0e6a56;
  font-weight: 900;
  font-size: 1.08rem;
}

.summary-card__promo-list {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.summary-card__promo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(14, 106, 86, 0.18);
  background: #f7fcfa;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.25;
}

.summary-card__promo-item strong {
  color: #0e6a56;
  font-weight: 900;
}

.summary-card__promo-note {
  margin: 9px 0 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(119, 162, 33, 0.12);
  color: #143d35;
  font-size: 0.83rem;
  line-height: 1.35;
  font-weight: 700;
}

.summary-card__loyalty {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(14, 93, 102, 0.22);
  background: linear-gradient(145deg, rgba(14, 93, 102, 0.12), rgba(241, 109, 93, 0.1));
  display: grid;
  gap: 8px;
}

.summary-card__loyalty-copy {
  display: grid;
  gap: 5px;
}

.summary-card__loyalty-kicker {
  color: #0e5f69;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-card__loyalty-title {
  margin: 0;
  color: #12393f;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 900;
}

.summary-card__loyalty-text {
  margin: 0;
  color: #38535b;
  font-size: 0.86rem;
  line-height: 1.45;
}

.summary-card__loyalty-action {
  color: #fff7fb;
  background: linear-gradient(135deg, #d96d89, #f16d93);
  border: 1px solid rgba(145, 40, 75, 0.34);
  box-shadow: 0 8px 18px rgba(176, 62, 99, 0.24);
  justify-self: start;
  min-height: 40px;
}

.summary-card__loyalty-action:hover {
  background: linear-gradient(135deg, #dc7690, #f37aa1);
}

.summary-card__loyalty[data-state="consent"] {
  border-color: rgba(236, 137, 64, 0.35);
  background: linear-gradient(145deg, rgba(246, 184, 95, 0.2), rgba(255, 241, 213, 0.75));
}

.summary-card__loyalty[data-state="member"] {
  border-color: rgba(40, 159, 124, 0.34);
  background: linear-gradient(145deg, rgba(64, 186, 150, 0.16), rgba(222, 247, 235, 0.84));
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.payment-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.payment-method-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(20, 38, 42, 0.12);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.payment-method-option:hover {
  border-color: rgba(119, 162, 33, 0.38);
  background: rgba(255, 255, 255, 0.86);
}

.payment-method-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-method-option__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  min-width: 100px;
  max-width: 100%;
  min-height: 32px;
}

.payment-method-option__logo img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  border-radius: 7px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: #ffffff;
}

.payment-method-option__logo--cluster img {
  height: 22px;
}

.payment-method-option__logo--wallet img {
  height: 20px;
}

.payment-method-option__logo--single img {
  height: 28px;
}

.payment-method-option__logo--eservice,
.payment-method-option__logo--payu,
.payment-method-option__logo--blik {
  min-width: 86px;
}

.payment-method-option__logo--eservice img,
.payment-method-option__logo--payu img,
.payment-method-option__logo--blik img {
  height: 22px;
}

.payment-method-option__logo--cash img {
  height: 26px;
  border: none;
  background: transparent;
  border-radius: 0;
}

.payment-method-option__copy {
  display: grid;
  gap: 2px;
}

.payment-method-option__title {
  color: #14262a;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.payment-method-option__text {
  color: rgba(20, 38, 42, 0.72);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.25;
}

.payment-method-option:has(input:checked),
.payment-method-option--selected {
  border-color: rgba(119, 162, 33, 0.95);
  box-shadow: 0 0 0 2px rgba(140, 188, 38, 0.16);
}

.checkout-mode {
  display: grid;
  gap: 8px;
}

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

.checkout-form__grid--delivery {
  grid-template-columns: minmax(0, 1fr);
}

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

.checkout-address {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.checkout-address__label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.checkout-address__city-street {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.checkout-address__city-street input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  outline: none;
}

.checkout-address__city-street input:focus {
  border-color: rgba(14, 93, 102, 0.45);
  box-shadow: 0 0 0 4px rgba(14, 93, 102, 0.08);
}

.checkout-address__hint {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.address-suggestions--cart {
  margin-top: 0;
  max-height: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 3;
}

#cartCustomerAddress,
#cartCustomerCity,
#cartCustomerStreet,
#cartCustomerBuildingNumber,
#cartCustomerApartmentNumber,
#customerCity,
#customerStreet {
  font-size: 16px;
}

.mobile-cart-button,
.drawer-scrim,
.mobile-nav-scrim,
.mobile-nav-panel,
.welcome-bubble,
.upsell-modal,
.item-modal,
.auth-modal {
  display: none;
}

.mobile-cart-button {
  position: fixed;
  left: 14px;
  right: auto;
  bottom: 14px;
  z-index: 24;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--seaweed), var(--lagoon));
  box-shadow: 0 18px 40px rgba(14, 93, 102, 0.3);
  font: inherit;
  font-weight: 800;
}

.mobile-cart-button > :not(.mobile-cart-button__icon):not(.mobile-cart-button__count):not(.mobile-cart-button__total) {
  display: none !important;
}

.mobile-cart-button.is-pulsing {
  animation: cartPulse 650ms ease;
}

.mobile-cart-button__icon {
  font-size: 1.3rem;
  line-height: 1;
}

.mobile-cart-button__count {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 22px;
  min-height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  color: var(--seaweed);
  background: #ffd979;
  font-size: 0.74rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-cart-button__total {
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.welcome-bubble {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 34;
  display: grid;
  width: min(700px, calc(100vw - 36px));
  padding: 42px 28px 28px;
  border-radius: 34px;
  color: white;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at top right, rgba(255, 233, 166, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(101, 28, 16, 0.98), rgba(206, 71, 47, 0.96) 55%, rgba(241, 147, 61, 0.94));
  box-shadow:
    0 36px 90px rgba(105, 31, 9, 0.34),
    0 0 0 100vmax rgba(12, 25, 28, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.welcome-bubble[hidden] {
  display: none;
}

.welcome-bubble.is-visible {
  display: grid;
  animation: welcomeBubbleIn 320ms ease;
}

.welcome-bubble::after {
  content: none;
}

.welcome-bubble .section-kicker,
.welcome-bubble p {
  margin: 0;
  color: rgba(255, 247, 240, 0.88);
}

.welcome-bubble__layout {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.welcome-bubble__mascot {
  position: relative;
  z-index: 0;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 244, 232, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.welcome-bubble__mascot::before {
  content: "";
  position: absolute;
  inset: auto 12% 6%;
  height: 22%;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(16, 20, 22, 0.3), rgba(16, 20, 22, 0) 72%);
  filter: blur(10px);
  z-index: 1;
}

.welcome-bubble__mascot img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.welcome-bubble__mascot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.welcome-bubble__content {
  display: grid;
  gap: 14px;
}

.welcome-bubble__promo-strip {
  margin: 0;
  width: min(100%, 460px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 32px rgba(64, 19, 7, 0.22);
}

.welcome-bubble__promo-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.welcome-bubble__speech {
  justify-self: start;
  max-width: 28ch;
  padding: 12px 16px;
  border-radius: 20px 20px 20px 6px;
  color: #23201d !important;
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 14px 36px rgba(64, 19, 7, 0.18);
  font-weight: 800;
  line-height: 1.45;
}

.welcome-bubble h3 {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 0.92;
  color: white;
}

.welcome-bubble__headline-accent {
  display: inline-block;
  padding: 0 0.18em 0.04em;
  color: #fff7da;
  text-decoration: underline;
  text-decoration-thickness: 0.18em;
  text-decoration-color: #ffd65c;
  text-underline-offset: 0.16em;
  background: linear-gradient(180deg, rgba(255, 214, 92, 0) 0 54%, rgba(255, 214, 92, 0.22) 54% 100%);
}

.welcome-bubble--promo .welcome-bubble__layout {
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.welcome-bubble--promo .welcome-bubble__content {
  justify-items: center;
  text-align: center;
}

.welcome-bubble--promo {
  width: min(700px, calc(100vw - 28px));
  padding: 36px 30px 28px;
  border-radius: 30px;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(255, 233, 166, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(101, 28, 16, 0.98), rgba(206, 71, 47, 0.96) 55%, rgba(241, 147, 61, 0.94));
  box-shadow:
    0 36px 90px rgba(105, 31, 9, 0.34),
    0 0 0 100vmax rgba(12, 25, 28, 0.46);
  border-color: rgba(255, 255, 255, 0.22);
}

.welcome-bubble--promo .section-kicker,
.welcome-bubble--promo p {
  color: rgba(255, 247, 240, 0.88);
}

.welcome-bubble--promo .welcome-bubble__mascot::before {
  display: none;
}

.welcome-bubble--promo .welcome-bubble__mascot {
  display: none;
}

.welcome-bubble--promo .welcome-bubble__mascot picture {
  height: 100%;
}

.welcome-bubble--promo .welcome-bubble__mascot img {
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.welcome-bubble--promo h3 {
  font-size: clamp(1.36rem, 2.62vw, 1.9rem);
  line-height: 1.08;
  color: white;
  width: min(100%, 34ch);
  margin-inline: auto;
  text-align: center;
}

.welcome-bubble--promo .welcome-bubble__promo-strip {
  order: 1;
  width: min(100%, 560px);
  margin: 0 auto 6px;
}

.welcome-bubble--promo .section-kicker {
  order: 2;
}

.welcome-bubble--promo h3 {
  order: 3;
}

.welcome-bubble--promo #welcomeBubbleDescription {
  order: 4;
  max-width: 56ch;
}

.welcome-bubble--promo .welcome-bubble__quick-auth {
  order: 5;
}

.welcome-bubble--promo .welcome-bubble__actions {
  order: 6;
}

.welcome-bubble--promo .welcome-bubble__headline-accent {
  padding: 0.08em 0.3em;
  border-radius: 0.45em;
  font-size: 0.96em;
  color: #2b1a0f;
  text-decoration: none;
  background: #ffe887;
  box-shadow: 0 10px 22px rgba(126, 80, 11, 0.24);
}

.welcome-bubble--promo .welcome-bubble__promo-strong,
.welcome-bubble--promo .welcome-bubble__promo-soft {
  display: block;
  width: min(100%, 30ch);
  margin-inline: auto;
  padding: 0.14em 0.42em;
  border-radius: 0.38em;
  background: #ffe887;
  box-shadow: 0 10px 22px rgba(126, 80, 11, 0.22);
  text-align: center;
}

.welcome-bubble--promo .welcome-bubble__promo-strong {
  font-size: clamp(2.2rem, 4.5vw, 3.05rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.01em;
  color: #351f11;
  text-shadow: none;
}

.welcome-bubble--promo .welcome-bubble__promo-soft {
  margin: 0.28em auto;
  font-size: clamp(0.82rem, 1.6vw, 0.96rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 247, 233, 0.92);
  background: transparent;
  box-shadow: none;
  width: auto;
  padding: 0;
}

.welcome-bubble--promo .welcome-bubble__speech {
  max-width: 52ch;
  padding: 10px 14px;
  color: #23201d !important;
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 14px 36px rgba(64, 19, 7, 0.18);
  justify-self: center;
}

.welcome-bubble--promo p:not(.section-kicker):not(.welcome-bubble__speech) {
  max-width: 52ch;
  font-size: 1rem;
  color: rgba(255, 247, 240, 0.88);
  justify-self: center;
  text-align: center;
}

.welcome-bubble--promo #welcomeBubbleDescription {
  width: min(100%, 58ch);
  margin-inline: auto;
  text-align: center;
}

.welcome-bubble--promo .welcome-bubble__description-line {
  display: block;
  margin: 0.12em auto;
  font-size: clamp(1rem, 1.84vw, 1.14rem);
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: rgba(255, 247, 233, 0.92);
}

.welcome-bubble--promo .welcome-bubble__description-line--accent {
  display: inline-block;
  margin-top: 0.18em;
  padding: 0.12em 0.42em;
  border-radius: 0.42em;
  color: #2b1a0f;
  background: #ffe887;
  box-shadow: 0 10px 22px rgba(126, 80, 11, 0.18);
}

.welcome-bubble--festival .welcome-bubble__layout {
  grid-template-columns: 1fr;
  gap: 12px;
}

.welcome-bubble--festival .welcome-bubble__mascot {
  display: none;
}

.welcome-bubble--festival .welcome-bubble__content {
  gap: 12px;
  justify-items: start;
  text-align: left;
}

.welcome-bubble--festival .welcome-bubble__promo-strip {
  width: min(100%, 480px);
}

.welcome-bubble--festival .welcome-bubble__speech {
  max-width: 34ch;
  padding: 10px 14px;
}

.welcome-bubble--festival h3 {
  width: min(100%, 20ch);
  font-size: clamp(1.8rem, 3.6vw, 2.65rem);
  line-height: 1.03;
  letter-spacing: -0.01em;
}

.welcome-bubble--festival .welcome-bubble__headline-accent {
  padding: 0;
  color: #ffe899;
  text-decoration: none;
  background: none;
  font-weight: 900;
}

.welcome-bubble--festival #welcomeBubbleDescription {
  width: min(100%, 46ch);
  text-align: left;
}

.welcome-bubble--festival .welcome-bubble__quick-auth,
.welcome-bubble--festival .welcome-bubble__actions {
  justify-self: start;
}

.welcome-bubble p:not(.section-kicker):not(.welcome-bubble__speech) {
  max-width: 34ch;
  justify-self: start;
  font-size: 1.05rem;
  line-height: 1.5;
}

.welcome-bubble__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 40;
  color: white;
  background: rgba(16, 20, 22, 0.28);
}

.welcome-bubble__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.welcome-bubble__actions .primary-button,
.welcome-bubble__actions .secondary-button {
  min-width: 190px;
  min-height: 54px;
}

.welcome-bubble__actions .secondary-button {
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.welcome-bubble__quick-auth {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-auth-button {
  min-height: 38px;
  min-width: 46px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
  background: rgba(255, 255, 255, 0.12);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-auth-button__logo {
  font-size: 1.2rem;
  line-height: 1;
}

.social-auth-button__logo--apple {
  font-size: 1.36rem;
  font-weight: 700;
}

.social-auth-button__logo--google {
  font-weight: 900;
  background: linear-gradient(90deg, #4285f4 0 24%, #34a853 24% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.welcome-bubble--promo .social-auth-button {
  border-color: rgba(255, 255, 255, 0.28);
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.mobile-nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 31;
  background: rgba(10, 18, 20, 0.42);
  backdrop-filter: blur(3px);
}

.mobile-nav-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 32;
  width: min(400px, calc(100% - 34px));
  height: 100svh;
  padding: 18px 16px 20px;
  border-left: 1px solid rgba(20, 38, 42, 0.12);
  background:
    radial-gradient(circle at top right, rgba(241, 109, 93, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(255, 248, 239, 0.98));
  box-shadow: -22px 0 44px rgba(16, 38, 42, 0.18);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.mobile-nav-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 38, 42, 0.1);
  color: var(--seaweed);
}

.mobile-nav-panel__header strong {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav-panel__close {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(20, 38, 42, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--seaweed);
}

.mobile-nav-panel__actions {
  display: grid;
  gap: 10px;
}

.mobile-nav-link {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  color: var(--seaweed);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.mobile-nav-scrim.is-open {
  display: block;
}

.mobile-nav-panel.is-open {
  display: block;
  transform: translateX(0);
}

.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(12, 25, 28, 0.44);
  backdrop-filter: blur(4px);
}

.item-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
}

.upsell-modal {
  position: fixed;
  inset: 0;
  z-index: 42;
}

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

.upsell-modal.is-visible {
  display: block;
}

.item-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.item-image-lightbox[hidden] {
  display: none;
}

.item-image-lightbox.is-visible {
  display: block;
}

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

.item-modal.is-visible {
  display: block;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 6px calc(10px + env(safe-area-inset-bottom));
}

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

.auth-modal.is-visible {
  display: block;
}

.item-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 28, 0.54);
}

.auth-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 28, 0.58);
}

.upsell-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 28, 0.56);
}

.item-image-lightbox__scrim {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 22, 0.82);
  backdrop-filter: blur(2px);
}

.item-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 24px));
  margin: 24px auto;
  max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 28px;
  background: #fffaf4;
  box-shadow: var(--shadow);
}

.auth-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 24px));
  margin: max(24px, calc(env(safe-area-inset-top) + 8px)) auto;
  max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  border-radius: 28px;
  background: #fffaf4;
  box-shadow: var(--shadow);
}

.upsell-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 24px));
  margin: 48px auto;
  border-radius: 28px;
  background: #fffaf4;
  box-shadow: var(--shadow);
}

.item-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  color: white;
  background: rgba(20, 38, 42, 0.48);
}

.auth-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.upsell-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.item-image-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  color: #f7fcff;
  background: rgba(15, 33, 39, 0.56);
}

.item-modal__image-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  line-height: 0;
  background: var(--item-image-bg, #1f89af);
  cursor: zoom-in;
  isolation: isolate;
}

.item-modal__image-button::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  background-image: var(--item-image-src, none);
  background-size: cover;
  background-position: center;
  opacity: 0.88;
  filter: blur(24px) saturate(0.94);
  transform: scale(1.08);
}

.item-modal__image-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0) 28%,
    rgba(0, 0, 0, 0.04) 100%
  );
}

.item-modal__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: min(52vh, 480px);
  object-fit: contain;
  border-radius: 0;
  display: block;
  background: transparent;
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    rgba(0, 0, 0, 0) 100%
  );
}

.item-image-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 24px));
  height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  margin: 12px auto;
  padding: 52px 14px 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.item-image-lightbox__image {
  width: min(100%, 1080px);
  height: auto;
  max-width: 100%;
  max-height: calc(100dvh - 116px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  object-fit: contain;
  border-radius: 20px;
  background: var(--item-image-bg, #1f89af);
  box-shadow: 0 26px 56px rgba(4, 12, 16, 0.5);
}

.item-modal__content {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 28px 24px 24px;
}

.auth-modal__content {
  display: grid;
  gap: 16px;
  padding: 28px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.upsell-modal__content {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.item-modal__badge {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
  margin: 0;
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
}

.item-modal__content h2 {
  margin: 0;
  font-size: 2rem;
}

.item-modal__content p {
  margin: 0;
}

.item-modal__attributes {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.item-attr-group {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 38, 42, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 253, 255, 0.92));
  box-shadow: 0 6px 14px rgba(16, 34, 38, 0.06);
}

.item-attr-group__header {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(20, 38, 42, 0.1);
  background: linear-gradient(125deg, rgba(11, 84, 92, 0.12), rgba(255, 216, 115, 0.18));
}

.item-attr-group__title {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--seaweed);
  letter-spacing: 0.01em;
}

.item-attr-group__meta {
  font-size: 0.75rem;
  color: var(--muted);
}

.item-attr-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-attr-option-item + .item-attr-option-item {
  border-top: 1px solid rgba(20, 38, 42, 0.08);
}

.item-attr-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 140ms ease;
}

.item-attr-option:hover {
  background: rgba(11, 84, 92, 0.06);
}

.item-attr-option input {
  margin: 0;
  accent-color: #0b545c;
}

.item-attr-option__name {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--seaweed);
}

.item-attr-option__delta {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}

.item-attr-option:has(input:checked) {
  background: rgba(11, 84, 92, 0.13);
}

.item-modal__attributes-hint {
  margin-top: -2px;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}

#itemModalPrice {
  display: inline-grid;
  gap: 4px;
}

#itemModalPrice small {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

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

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

.auth-consents {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(20, 38, 42, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

.auth-consents__pitch {
  margin: 0 0 2px;
  color: var(--seaweed);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.4;
}

.auth-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.auth-consent input {
  margin: 3px 0 0;
  accent-color: var(--seaweed);
}

.auth-consent--required span {
  color: var(--ink);
  font-weight: 700;
}

.auth-consent__link {
  color: var(--lagoon);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.auth-consent__link:hover,
.auth-consent__link:focus-visible {
  color: #0a4951;
}

.auth-modal__forgot {
  justify-self: end;
  margin-top: 0;
  font-size: 0.9rem;
}

.auth-modal__forgot-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -4px;
}

.auth-reset-dialog {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 16px;
}

.auth-reset-dialog[hidden] {
  display: none;
}

.auth-reset-dialog__scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 28, 0.46);
  backdrop-filter: blur(2px);
}

.auth-reset-dialog__card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(20, 38, 42, 0.14);
  background: rgba(255, 250, 244, 0.98);
  box-shadow: 0 20px 40px rgba(10, 20, 24, 0.28);
}

.auth-reset-dialog__card h3 {
  margin: 0;
  color: var(--seaweed);
  font-size: 1.18rem;
}

.auth-reset-dialog__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.auth-reset-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.auth-provider-shortcuts {
  display: grid;
  gap: 8px;
}

.auth-provider-button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(20, 38, 42, 0.14);
  color: var(--seaweed);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.auth-provider-button__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}

.auth-provider-button--facebook {
  border-color: rgba(24, 119, 242, 0.3);
}

.auth-provider-button__logo--facebook {
  color: white;
  background: #1877f2;
  font-size: 1.35rem;
  text-transform: lowercase;
}

.auth-provider-button--apple {
  border-color: rgba(20, 38, 42, 0.22);
}

.auth-provider-button__logo--apple {
  color: #0e1516;
  background: #ffffff;
  border: 1px solid rgba(20, 38, 42, 0.2);
  font-size: 1.2rem;
}

.auth-provider-button--google {
  border-color: rgba(20, 38, 42, 0.22);
}

.auth-provider-button__logo--google {
  border: 1px solid rgba(20, 38, 42, 0.16);
  color: transparent;
  background:
    linear-gradient(45deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.28rem;
}

.auth-modal__logout {
  justify-self: start;
}

.upsell-modal__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

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

.upsell-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.upsell-card.is-added {
  border-color: rgba(25, 169, 125, 0.24);
  background: linear-gradient(180deg, rgba(232, 250, 244, 0.92), rgba(245, 255, 251, 0.84));
}

.upsell-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.upsell-card__copy {
  display: grid;
  gap: 8px;
}

.upsell-card__copy strong {
  font-size: 1.12rem;
}

.upsell-card__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.upsell-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.upsell-card__price {
  font-size: 1.15rem;
  font-weight: 800;
}

.upsell-card__price .price-stack {
  gap: 2px;
}

.product-card__action--primary.is-added {
  color: var(--seaweed);
  background: rgba(25, 169, 125, 0.12);
}

.upsell-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

@keyframes welcomeBubbleIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px)) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.address-tools {
  display: grid;
  gap: 10px;
}

.address-tools__hint {
  color: var(--muted);
  line-height: 1.5;
}

.route-card {
  margin-top: 12px;
}

.route-card--hero {
  margin-top: 0;
}

.route-card--cart {
  margin-top: 6px;
}

.route-card--cart:empty {
  display: none;
}

.route-card__panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(20, 38, 42, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.route-card__panel strong,
.route-card__stats strong {
  display: block;
}

.route-card__panel p,
.route-card__meta,
.route-card__stats span {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.route-card__panel--success {
  background: linear-gradient(180deg, rgba(232, 250, 244, 0.9), rgba(245, 255, 251, 0.82));
  border-color: rgba(25, 169, 125, 0.2);
}

.route-card__panel--error {
  background: linear-gradient(180deg, rgba(255, 241, 238, 0.9), rgba(255, 250, 245, 0.82));
  border-color: rgba(209, 69, 51, 0.22);
}

.route-card__panel--info,
.route-card__panel--idle {
  background: rgba(255, 255, 255, 0.78);
}

.route-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

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

.route-card__stats span {
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

body.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(20px);
}

body.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cartPulse {
  0% {
    transform: scale(1);
    box-shadow: var(--shadow);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 24px 80px rgba(241, 109, 93, 0.28);
  }
  100% {
    transform: scale(1);
    box-shadow: var(--shadow);
  }
}

@keyframes promoBadgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 24px rgba(255, 120, 30, 0.32);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(255, 120, 30, 0.44);
  }
}

@keyframes promoBadgeGlow {
  0%, 100% {
    box-shadow: 0 8px 18px rgba(143, 46, 25, 0.28);
  }
  50% {
    box-shadow: 0 12px 24px rgba(143, 46, 25, 0.46);
  }
}

@keyframes vhsFlicker {
  0%, 100% {
    opacity: 0.14;
  }
  48% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.12;
  }
  52% {
    opacity: 0.18;
  }
}

@keyframes vhsTracking {
  0% {
    background-position: 0 0, 0 0, 0 -24%, 0 0;
  }
  100% {
    background-position: 0 0, 0 0, 0 124%, 0 0;
  }
}

@keyframes vhsNoise {
  0% {
    background-position: center, center, 0 0;
  }
  100% {
    background-position: center, center, -12px 16px;
  }
}

@media (max-width: 1180px) {
  .layout {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 8px;
    z-index: 29;
    width: auto;
    height: auto;
    max-height: min(62dvh, 560px);
    border-radius: 22px;
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 220ms ease;
    overflow: hidden;
  }

  .cart-panel__body {
    min-height: 0;
    max-height: calc(min(62dvh, 560px) - 110px);
    overflow: auto;
    padding-right: 0;
  }

  body.cart-drawer-open .cart-panel {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.cart-drawer-open .drawer-scrim {
    display: block;
  }

  .cart-panel__close {
    display: inline-flex;
  }

  .mobile-cart-button {
    display: flex;
  }
}

@media (max-width: 980px) {
  .mobile-address-strip {
    display: none !important;
  }

  #customerAddress,
  #mobileAddressInput,
  .hero-address__city-street input,
  .field input,
  .field select,
  .field textarea {
    font-size: 16px !important;
    line-height: 1.35;
  }

  .address-suggestions__status,
  .address-suggestion strong,
  .address-suggestion span {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .hero-address__city-street {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-address__split {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 100svh;
  }

  .order-tracker {
    width: calc(100% - 24px);
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 16px;
  }

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

  .order-tracker__tile--wide {
    grid-column: span 2;
  }

  .hero-backdrop {
    transform: none;
  }

  .hero-video {
    object-position: center 48%;
  }

  .hero-body,
  .control-deck,
  .featured-grid,
  .overview-panel {
    grid-template-columns: 1fr;
  }

  .hero-body {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 112px);
    align-items: stretch;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .mobile-address-strip {
    position: sticky;
    top: 66px;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: min(760px, calc(100% - 24px));
    margin: 8px auto 0;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(8, 20, 24, 0.38);
    backdrop-filter: blur(10px);
  }

  .mobile-address-strip input {
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    padding: 0 12px;
    color: white;
    background: rgba(255, 255, 255, 0.14);
    outline: none;
  }

  .mobile-address-strip input::placeholder {
    color: rgba(255, 246, 238, 0.76);
  }

  .mobile-address-strip__go {
    min-width: 46px;
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    color: var(--seaweed);
    background: #ffd979;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
  }

  .hero-copy {
    display: none;
  }

  .hero-summary__grid,
  .checkout-form__grid {
    grid-template-columns: 1fr;
  }

  .hero-summary {
    display: none;
  }

  .hero-summary__header,
  .hero-summary__intro,
  .hero-summary__grid {
    display: none;
  }

  .hero-mobile-loyalty-slot {
    display: block;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
  }

  .hero-mobile-loyalty-slot .loyalty-card {
    margin-top: 0;
    border-radius: 20px;
    background:
      radial-gradient(circle at 90% 12%, rgba(255, 217, 121, 0.34), rgba(255, 217, 121, 0) 30%),
      linear-gradient(130deg, rgba(17, 78, 86, 0.96), rgba(241, 109, 93, 0.92));
    box-shadow: 0 12px 30px rgba(16, 38, 42, 0.26);
  }

  .route-card--hero:empty {
    display: none;
  }

  .control-deck {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .control-deck .search-field {
    display: none;
  }

  #mobileAddressMount {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  #mobileAddressMount .hero-address {
    margin-top: 0;
    border-radius: 20px;
    background: rgba(255, 249, 241, 0.96);
    box-shadow: 0 12px 30px rgba(16, 38, 42, 0.22);
  }

  .featured {
    display: none;
  }

  .overview-panel {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 8px 10px 12px;
    background: transparent;
  }

  .product-card {
    --product-card-media-size: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
    padding: 10px;
    border-radius: 18px;
  }

  .product-card + .product-card {
    margin-top: 0;
  }

  .product-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .product-card__badge {
    top: 8px;
    left: 10px;
    width: fit-content;
    max-width: calc(var(--product-card-media-size) - 10px);
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .product-card__badge--promo {
    top: 8px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    min-height: 30px;
    padding: 2px 10px;
    font-size: 0.7rem;
  }

  .product-card__badge--promo .promo-badge__value {
    font-size: 1.34em;
  }

  .product-card__badge--promo .promo-badge__value--club {
    font-size: 0.84em;
  }

  .product-card__badge--promo .promo-badge-pill--discount {
    min-height: 26px;
    padding: 2px 8px;
  }

  .product-card__badge--promo .promo-badge-pill--discount strong {
    font-size: 0.88rem;
  }

  .product-card__badge--promo .promo-badge-pill--discount span {
    font-size: 0.52rem;
  }

  .product-card--club-teaser {
    padding-top: 84px;
  }

  .product-card--promo:not(.product-card--club-teaser) {
    padding-top: 46px;
  }

  .product-card--promo:not(.product-card--club-teaser) .product-card__badge {
    top: 24px;
    left: 10px;
    right: auto;
    display: inline-flex;
    justify-items: center;
    align-items: center;
    width: fit-content;
    max-width: calc(100% - 20px);
    gap: 4px;
  }

  .product-card--promo:not(.product-card--club-teaser) .promo-badge-pill--base {
    min-height: 22px;
    padding: 0 10px;
    font-size: 0.6rem;
    box-sizing: border-box;
  }

  .product-card--promo:not(.product-card--club-teaser) .promo-badge-pill--discount {
    min-height: 22px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .product-card--promo:not(.product-card--club-teaser) .promo-badge-pill--discount strong {
    font-size: 0.92rem;
  }

  .product-card--club-teaser .product-card__badge {
    top: 9px;
    left: 10px;
    right: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    width: min(calc(var(--product-card-media-size) + 88px), calc(100% - 20px));
    max-width: calc(100% - 20px);
    gap: 0;
  }

  .product-card--club-teaser .promo-badge-pill--base {
    display: flex;
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.66rem;
    box-sizing: border-box;
  }

  .product-card--club-teaser .promo-badge-pill--club {
    display: grid;
    min-height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .product-card--club-teaser .promo-badge-pill--club strong {
    font-size: 1.36rem;
  }

  .product-card--club-teaser .promo-badge-pill--club span {
    font-size: 0.7rem;
  }

  .product-card h3 {
    margin-bottom: 6px;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .product-card__copy {
    gap: 6px;
  }

  .product-card__copy p {
    font-size: 0.84rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-card__footer {
    gap: 6px;
    flex-direction: column;
    align-items: stretch;
  }

  .product-card__price {
    font-size: 0.98rem;
  }

  .product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-card__action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .product-card__action--ghost {
    display: none;
  }

  .section-heading,
  .menu-group__heading {
    flex-direction: column;
    align-items: start;
  }

  .control-deck .section-kicker {
    letter-spacing: 0.12em;
  }

  .search-field input {
    min-height: 48px;
  }

  .loyalty-card--showcase {
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 90% 12%, rgba(255, 217, 121, 0.34), rgba(255, 217, 121, 0) 30%),
      linear-gradient(130deg, rgba(17, 78, 86, 0.96), rgba(241, 109, 93, 0.92));
  }

  .loyalty-card--showcase::before,
  .loyalty-card--showcase::after {
    display: none;
  }

  .loyalty-card__header {
    align-items: center;
  }

  .loyalty-card__text {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .loyalty-card__promo {
    min-height: 128px;
    border-radius: 14px;
  }

  .loyalty-card__promo-photo {
    min-height: 128px;
  }

  .loyalty-card--showcase .loyalty-card__stats,
  .loyalty-card--showcase .loyalty-progress,
  .loyalty-card--showcase .loyalty-rewards {
    display: none;
  }

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

  .user-panel__tile--wide {
    grid-column: span 2;
  }

  .user-panel__loyalty-columns {
    grid-template-columns: 1fr;
  }

  .user-order-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .route-card__stats {
    grid-template-columns: 1fr;
  }

  .reveal,
  body.reveal-ready .reveal,
  body.reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-topbar {
    position: sticky;
    top: 10px;
    z-index: 4;
    align-items: center;
    flex-direction: row;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(8, 20, 24, 0.36);
    backdrop-filter: blur(10px);
  }

  .hero-topbar__actions,
  .hero-badges,
  .hero-actions {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .cart-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 8px;
    z-index: 29;
    max-height: min(62dvh, 560px);
    height: auto;
    border-radius: 22px;
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 220ms ease;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(14, 36, 39, 0.32);
  }

  .cart-panel__body {
    max-height: calc(min(62dvh, 560px) - 110px);
    overflow: auto;
  }

  .cart-panel__close {
    display: inline-flex;
  }

  .cart-panel__header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .cart-panel__actions {
    order: -1;
    justify-self: start;
  }

  .cart-panel__actions .text-button {
    display: none;
  }

  .mobile-cart-button {
    display: flex;
  }

  .drawer-scrim {
    z-index: 28;
    background: rgba(10, 20, 24, 0.42);
  }

  body.cart-drawer-open .drawer-scrim {
    display: block;
  }

  body.cart-drawer-open .cart-panel {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-nav-open .mobile-nav-scrim {
    display: block;
  }

  body.mobile-nav-open .mobile-nav-panel {
    display: block;
    transform: translateX(0);
  }
}

@media (max-width: 720px) {
  .grain {
    display: none;
  }

  .page-shell {
    width: 100%;
    padding: 0 10px 88px;
  }

  .order-tracker {
    width: calc(100% - 16px);
    padding: 10px;
    border-radius: 14px;
  }

  .order-tracker__header {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .order-tracker__status {
    width: fit-content;
  }

  .order-tracker__grid {
    grid-template-columns: 1fr;
  }

  .order-tracker__tile--wide {
    grid-column: auto;
  }

  .hero-backdrop {
    transform: none;
  }

  .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center 46%;
    transform: none;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 20, 22, 0.04), rgba(7, 20, 22, 0.12));
  }

  .hero,
  .control-deck,
  .overview-panel,
  .category-ribbon,
  .menu-group,
  .cart-panel {
    padding: 16px;
  }

  .cart-panel {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    max-height: min(56dvh, 480px);
    border-radius: 18px;
  }

  .cart-panel__body {
    max-height: calc(min(56dvh, 480px) - 102px);
  }

  .cart-order-status {
    gap: 4px 6px;
    margin-top: 6px;
  }

  .cart-order-status__label {
    font-size: 0.66rem;
  }

  .cart-order-status__state {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.6rem;
  }

  .cart-order-status__eta,
  .cart-order-status__link {
    font-size: 0.74rem;
  }

  .hero {
    min-height: 100dvh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    padding: 14px 0 calc(16px + env(safe-area-inset-bottom));
    box-shadow: 0 14px 32px rgba(22, 52, 57, 0.12);
  }

  .hero-body {
    min-height: calc(100dvh - 106px);
    gap: 10px;
    margin-top: 8px;
  }

  .hero-topbar,
  .hero-body {
    width: calc(100% - 24px);
  }

  .hero-topbar {
    padding-top: calc(10px + env(safe-area-inset-top));
  }

  .mobile-address-strip {
    top: calc(62px + env(safe-area-inset-top));
    width: calc(100% - 24px);
  }

  .hero-summary,
  .fact-tile,
  .overview-card,
  .product-card,
  .summary-card,
  .field input,
  .field select,
  .field textarea,
  .cart-item,
  .featured-card,
  .menu-group,
  .control-deck,
  .overview-panel,
  .category-ribbon,
  .cart-panel,
  .ghost-button,
  .hero-badge,
  .secondary-button,
  .drawer-scrim {
    backdrop-filter: none;
  }

  .control-deck,
  .overview-panel,
  .category-ribbon,
  .menu-group,
  .cart-panel,
  .hero-summary {
    box-shadow: 0 12px 28px rgba(22, 52, 57, 0.1);
  }

  .hero-summary {
    margin-top: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .hero-address,
  .fact-tile,
  .overview-card,
  .product-card,
  .menu-group__heading,
  .summary-card,
  .cart-item {
    background: rgba(255, 250, 244, 0.98);
  }

  .ghost-button,
  .secondary-button,
  .hero-badge,
  .address-suggestions {
    background: rgba(14, 22, 24, 0.3);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .address-suggestion {
    background: rgba(255, 250, 244, 0.98);
  }

  .hero-summary__header {
    gap: 10px;
    margin-bottom: 10px;
  }

  .hero-summary__header img {
    width: 52px;
    height: 52px;
    border-width: 2px;
  }

  .hero-summary__header h2 {
    font-size: 1.16rem;
    line-height: 1.2;
  }

  .fact-tile--mode {
    padding: 12px;
  }

  .mode-switch {
    padding: 6px;
    gap: 6px;
  }

  .mode-switch__button {
    min-height: 40px;
    font-size: 0.9rem;
  }

  .hero-address {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .hero-address__hint {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .hero-address__check {
    width: 100%;
    min-height: 44px;
  }

  .route-card__panel {
    padding: 12px;
    border-radius: 16px;
  }

  .route-card__stats span {
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .menu-pane {
    gap: 16px;
  }

  .menu-group {
    border-radius: 22px;
  }

  .menu-group__heading {
    padding: 14px 14px 10px;
    gap: 10px;
  }

  .menu-group__heading::before {
    top: 12px;
    bottom: 12px;
  }

  .product-grid {
    padding: 8px 10px 12px;
  }

  .mobile-nav-panel {
    width: min(340px, calc(100% - 20px));
    padding-top: calc(14px + env(safe-area-inset-top));
  }

  .loyalty-card__header,
  .loyalty-reward,
  .mobile-nav-panel__actions {
    width: 100%;
  }

  .loyalty-card__header,
  .loyalty-reward {
    flex-direction: column;
    align-items: stretch;
  }

  .user-panel {
    padding: 14px;
    border-radius: 18px;
    gap: 12px;
  }

  .user-panel__header {
    flex-direction: column;
    align-items: stretch;
  }

  .user-panel__header-actions {
    width: 100%;
    justify-content: stretch;
  }

  .user-panel__rewards-toggle,
  .user-panel__orders-toggle,
  .user-panel__auth {
    width: 100%;
    justify-content: center;
  }

  .user-panel__grid {
    grid-template-columns: 1fr;
  }

  .user-panel__tile--wide {
    grid-column: auto;
  }

  .user-panel__loyalty-columns {
    grid-template-columns: 1fr;
  }

  .user-panel__orders {
    max-height: 220px;
  }

  .user-panel__profile-grid {
    grid-template-columns: 1fr;
  }

  .user-panel__profile-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .user-panel__profile-actions .primary-button {
    width: 100%;
  }

  .user-panel__consents-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .user-panel__consents-actions .primary-button {
    width: 100%;
  }

  .hero-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .welcome-bubble {
    left: 50%;
    right: auto;
    width: min(360px, calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right)));
    max-height: calc(100dvh - 28px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    top: 50%;
    padding: 34px 12px 12px;
    border-radius: 16px;
    overflow: auto;
    transform: translate(-50%, -50%);
  }

  .welcome-bubble__layout {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .welcome-bubble__mascot {
    border-radius: 14px;
  }

  .welcome-bubble--promo .welcome-bubble__layout {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .welcome-bubble--promo .welcome-bubble__mascot {
    width: min(100%, 232px);
    margin-inline: auto;
  }

  .welcome-bubble--promo .welcome-bubble__mascot img {
    object-position: center;
  }

  .welcome-bubble__content {
    gap: 10px;
  }

  .welcome-bubble__promo-strip {
    width: 100%;
    border-radius: 12px;
  }

  .welcome-bubble__speech {
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .welcome-bubble h3 {
    font-size: clamp(1.16rem, 6.4vw, 1.72rem);
    line-height: 0.98;
  }

  .welcome-bubble--promo h3 {
    font-size: clamp(1.16rem, 5.6vw, 1.52rem);
  }

  .welcome-bubble--promo .welcome-bubble__promo-strong {
    font-size: clamp(1.34rem, 6.5vw, 1.86rem);
  }

  .welcome-bubble--promo .welcome-bubble__promo-soft {
    font-size: 0.66rem;
  }

  .welcome-bubble--festival h3 {
    font-size: clamp(1.25rem, 6.1vw, 1.8rem);
  }

  .welcome-bubble--festival .welcome-bubble__speech {
    max-width: 100%;
  }

  .welcome-bubble--festival #welcomeBubbleDescription {
    width: 100%;
  }

  .welcome-bubble p:not(.section-kicker):not(.welcome-bubble__speech) {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .welcome-bubble--promo .welcome-bubble__description-line {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .welcome-bubble--promo .welcome-bubble__description-line--accent {
    padding: 0.1em 0.34em;
    border-radius: 0.38em;
  }

  .welcome-bubble__quick-auth {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 6px;
  }

  .social-auth-button {
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.78rem;
  }

  .welcome-bubble__actions {
    gap: 8px;
  }

  .welcome-bubble__actions .primary-button,
  .welcome-bubble__actions .secondary-button {
    min-width: 0;
    min-height: 46px;
    width: 100%;
  }

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

  .upsell-modal__footer {
    flex-direction: column;
  }

  .upsell-modal__footer > * {
    width: 100%;
    justify-content: center;
  }

  .featured-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .featured-card {
    min-height: 236px;
    padding: 16px;
    border-radius: 20px;
    background-position: center 24%;
  }

  .featured-card__button {
    background: rgba(14, 22, 24, 0.34);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .product-card__footer,
  .featured-card__footer,
  .item-modal__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .product-card {
    padding: 10px;
    border-radius: 16px;
  }

  .product-card__media {
    border-radius: 12px;
  }

  .product-card h3 {
    margin-bottom: 6px;
    font-size: 0.94rem;
  }

  .product-card__copy p {
    -webkit-line-clamp: 2;
  }

  .product-card__price {
    font-size: 0.94rem;
  }

  .product-card__price small {
    font-size: 0.66rem;
  }

  .product-card__action,
  .featured-card__button,
  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .drawer-scrim {
    background: rgba(12, 25, 28, 0.34);
  }

  .mobile-cart-button {
    left: 12px;
    right: auto;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    min-height: 56px;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: clamp(2.5rem, 13.5vw, 3.5rem);
  }

  .product-card {
    padding: 10px;
  }

  .product-card__media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 1180px) {
  body:not(.cart-drawer-open) .cart-panel {
    transform: translateY(calc(100% + 24px)) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.cart-drawer-open .cart-panel {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .cart-panel {
    position: fixed !important;
    top: calc(8px + env(safe-area-inset-top)) !important;
    left: 8px !important;
    right: 8px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    max-height: none !important;
    height: auto !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 20px !important;
    backdrop-filter: none !important;
    background: rgba(255, 250, 244, 0.98) !important;
    box-shadow: 0 22px 56px rgba(14, 36, 39, 0.26) !important;
  }

  .cart-panel__header h2 {
    font-size: 1.3rem !important;
  }

  .cart-panel__body {
    max-height: none !important;
    min-height: 0 !important;
    gap: 10px !important;
    padding-right: 0 !important;
  }

  .cart-item {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .cart-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
  }

  .cart-item__copy h3 {
    font-size: 0.9rem !important;
  }

  .cart-item__copy p {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
  }

  .summary-card {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .summary-card__row {
    font-size: 0.92rem !important;
  }

  .summary-card__row--promo {
    padding: 8px 10px !important;
    border-radius: 10px !important;
  }

  .summary-card__row--promo span {
    font-size: 0.86rem !important;
  }

  .summary-card__row--promo strong {
    font-size: 0.96rem !important;
  }

  .summary-card__row--total {
    font-size: 1.02rem !important;
  }

  .summary-card__note {
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .summary-card__promo-item {
    font-size: 0.78rem !important;
    padding: 6px 8px !important;
  }

  .summary-card__promo-note {
    font-size: 0.76rem !important;
    line-height: 1.3 !important;
  }

  .summary-card__loyalty {
    padding: 10px !important;
    border-radius: 12px !important;
    gap: 8px !important;
  }

  .summary-card__loyalty-title {
    font-size: 0.9rem !important;
  }

  .summary-card__loyalty-text {
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }

  .summary-card__loyalty-action {
    width: 100%;
    justify-self: stretch;
  }

  .checkout-form {
    gap: 10px !important;
  }

  .checkout-form .field span {
    font-size: 0.82rem !important;
  }

  .payment-method-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .payment-method-option {
    min-height: 66px !important;
    padding: 8px 9px !important;
  }

  .payment-method-option__logo {
    min-width: 90px !important;
    min-height: 28px !important;
  }

  .payment-method-option__logo img {
    max-width: 100% !important;
    height: 24px !important;
    object-fit: contain !important;
  }

  .payment-method-option__logo--cluster img {
    height: 18px !important;
  }

  .payment-method-option__logo--wallet img {
    height: 17px !important;
  }

  .payment-method-option__logo--eservice,
  .payment-method-option__logo--payu,
  .payment-method-option__logo--blik {
    min-width: 78px !important;
  }

  .payment-method-option__logo--eservice img,
  .payment-method-option__logo--payu img,
  .payment-method-option__logo--blik img {
    height: 18px !important;
  }

  .payment-method-option__logo--cash img {
    height: 22px !important;
    border: none !important;
    background: transparent !important;
  }

  .payment-method-option__title {
    font-size: 0.9rem !important;
  }

  .payment-method-option__text {
    font-size: 0.7rem !important;
  }

  #customerName,
  #customerPhone,
  #customerDetails,
  #cartCustomerAddress,
  #cartCustomerBuildingNumber,
  #cartCustomerApartmentNumber {
    font-size: 16px !important;
  }

  .field textarea {
    min-height: 72px !important;
  }

  .checkout-form .primary-button--full {
    min-height: 44px !important;
    font-size: 0.92rem !important;
  }

  .drawer-scrim {
    display: none !important;
    backdrop-filter: none !important;
    background: transparent !important;
  }

  body.cart-drawer-open .drawer-scrim {
    display: none !important;
  }

  .mobile-cart-button {
    left: auto !important;
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 40px rgba(14, 93, 102, 0.34) !important;
  }

  .mobile-cart-button__icon {
    transform: translateY(-8px);
  }

  .mobile-cart-button__count {
    top: -3px;
    right: -1px;
  }

  .mobile-cart-button__total {
    bottom: 10px;
    font-size: 0.62rem;
  }

  .upsell-modal {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 8px 6px calc(10px + env(safe-area-inset-bottom));
  }

  .upsell-modal__dialog {
    width: calc(100% - 4px) !important;
    margin: 0 auto !important;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) !important;
  }

  .upsell-modal__content {
    gap: 10px !important;
    padding: 14px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .upsell-modal__text {
    font-size: 0.88rem !important;
    line-height: 1.35 !important;
  }

  .upsell-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .upsell-card {
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .upsell-card__image {
    height: 88px !important;
    border-radius: 10px !important;
  }

  .upsell-card__copy {
    gap: 4px !important;
  }

  .upsell-card__copy strong {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }

  .upsell-card__copy p {
    font-size: 0.76rem !important;
    line-height: 1.28 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .upsell-card__footer {
    gap: 6px !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .upsell-card__price {
    font-size: 0.92rem !important;
  }

  .upsell-card__footer .product-card__action {
    min-height: 36px !important;
    padding: 0 10px !important;
    font-size: 0.82rem !important;
  }

  .upsell-modal__footer {
    flex-direction: row !important;
    gap: 8px !important;
  }

  .upsell-modal__footer > * {
    width: 100% !important;
    min-height: 40px !important;
  }
}

/* Account + order status polish */
.loyalty-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.loyalty-account-tile {
  display: grid;
  gap: 2px;
  min-height: 50px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: var(--seaweed);
  background: linear-gradient(135deg, rgba(255, 247, 235, 0.95), rgba(255, 224, 176, 0.94));
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.loyalty-account-tile span {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}

.loyalty-account-tile small {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(22, 52, 57, 0.78);
}

.loyalty-account-tile[hidden] {
  display: none !important;
}

.loyalty-reward__claim {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(22, 52, 57, 0.2);
  background: rgba(255, 255, 255, 0.92);
}

.loyalty-reward__claim:disabled {
  border-color: rgba(22, 52, 57, 0.12);
  color: rgba(22, 52, 57, 0.42);
  background: rgba(255, 255, 255, 0.58);
}

@keyframes cartStatusPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 109, 93, 0.24);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(241, 109, 93, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(241, 109, 93, 0);
  }
}

.cart-order-status {
  position: relative;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid rgba(22, 52, 57, 0.14);
  background:
    linear-gradient(140deg, rgba(255, 246, 232, 0.92), rgba(237, 247, 247, 0.9));
  animation: cartStatusPulse 2.6s ease-in-out infinite;
}

.cart-order-status::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(241, 109, 93, 0.1), rgba(246, 182, 90, 0.08));
}

.cart-order-status > * {
  position: relative;
  z-index: 1;
}

.cart-order-status__label {
  color: rgba(22, 52, 57, 0.72);
}

.cart-order-status__eta {
  font-weight: 800;
}

.account-modal__dialog {
  width: min(980px, calc(100% - 24px));
  max-height: calc(100dvh - 32px);
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

.account-modal__content {
  max-height: calc(100dvh - 84px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  background: transparent;
}

.account-modal__content > #accountModalTitle {
  display: none;
}

.account-modal__content .user-panel {
  position: relative;
  overflow: hidden;
  gap: 18px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 217, 121, 0.95), rgba(255, 217, 121, 0) 28%),
    radial-gradient(circle at 8% 92%, rgba(73, 200, 196, 0.35), rgba(73, 200, 196, 0) 32%),
    linear-gradient(130deg, rgba(17, 78, 86, 0.98) 0%, rgba(19, 102, 110, 0.94) 36%, rgba(241, 109, 93, 0.94) 76%, rgba(246, 182, 90, 0.96) 100%);
  color: #ffffff;
}

.account-modal__content .user-panel::before {
  content: "";
  position: absolute;
  inset: auto -82px -94px auto;
  width: 260px;
  height: 260px;
  border-radius: 44% 56% 65% 35% / 38% 46% 54% 62%;
  background:
    radial-gradient(circle at 40% 38%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 62% 60%, rgba(255, 217, 121, 0.42), rgba(255, 217, 121, 0) 56%);
  opacity: 0.9;
  pointer-events: none;
}

.account-modal__content .user-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 16%, rgba(255, 255, 255, 0) 16% 32%, rgba(255, 255, 255, 0.06) 32% 44%, rgba(255, 255, 255, 0) 44% 100%);
}

.account-modal__content .user-panel > * {
  position: relative;
  z-index: 1;
}

.account-modal__content .user-panel .section-kicker,
.account-modal__content .user-panel h3,
.account-modal__content .user-panel .user-panel__state {
  color: rgba(255, 248, 238, 0.92);
}

.account-modal__content .user-panel .user-panel__orders-toggle {
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(255, 232, 190, 0.96));
  color: #173f46;
  box-shadow: 0 10px 22px rgba(19, 62, 67, 0.2);
}

.account-modal__content .user-panel .user-panel__orders-toggle:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: linear-gradient(135deg, rgba(255, 252, 248, 0.98), rgba(255, 238, 204, 0.98));
}

.account-modal__content .user-panel .user-panel__auth {
  border-color: rgba(255, 255, 255, 0.32);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.94), rgba(255, 232, 190, 0.92));
  color: #173f46;
  box-shadow: 0 10px 22px rgba(19, 62, 67, 0.2);
}

.account-modal__content .user-panel .user-panel__state.is-history-target {
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(12, 42, 49, 0.45);
}

.account-modal__content .user-panel .user-panel__tile,
.account-modal__content .user-panel .user-order-row,
.account-modal__content .user-panel .user-order-day__header {
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.account-modal__content .user-panel .user-order-day__header {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.account-modal__content .user-panel .user-order-day__header span {
  color: rgba(245, 252, 255, 0.94);
}

.account-modal__content .user-panel .user-panel__profile,
.account-modal__content .user-panel .user-panel__consents {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(12, 53, 59, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.account-modal__content .user-panel .user-panel__profile-grid .field input {
  border-color: rgba(196, 217, 223, 0.4);
  background: rgba(237, 246, 248, 0.95);
  color: #173d45;
}

.account-modal__content .user-panel .user-panel__tile span,
.account-modal__content .user-panel .user-panel__profile-header span,
.account-modal__content .user-panel .user-panel__consents-header span,
.account-modal__content .user-panel .user-order-row span,
.account-modal__content .user-panel .user-order-row small {
  color: rgba(225, 241, 246, 0.82);
}

.account-modal__content .user-panel .user-panel__tile strong,
.account-modal__content .user-panel .user-panel__profile-header strong,
.account-modal__content .user-panel .user-panel__consents-header strong,
.account-modal__content .user-panel .user-order-row strong {
  color: #f5fcff;
}

.account-modal__content .user-panel .user-order-row__status[data-status="new"] {
  border-color: rgba(241, 109, 93, 0.32);
  background: rgba(241, 109, 93, 0.18);
  color: #ffece8 !important;
}

.account-modal__content .user-panel .user-panel__orders.is-history-target {
  background: rgba(202, 224, 230, 0.42);
  box-shadow: 0 0 0 2px rgba(166, 206, 214, 0.52);
}

.account-modal__content .user-panel #userOrdersList {
  display: none !important;
}

.rewards-modal__dialog {
  width: min(980px, calc(100% - 24px));
  max-height: calc(100dvh - 32px);
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

.rewards-modal__content {
  max-height: calc(100dvh - 84px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  gap: 10px;
  padding: 0;
  border-radius: inherit;
  background: transparent;
}

.rewards-modal__loyalty-panel,
#rewardsLoyaltyCardMount {
  display: grid;
}

.rewards-modal__loyalty-card {
  margin: 0;
  border-radius: inherit;
  overflow: hidden;
  border: 0;
}

.rewards-modal__loyalty-card .loyalty-card__stats,
.rewards-modal__loyalty-card .loyalty-progress,
.rewards-modal__loyalty-card .loyalty-rewards {
  display: grid;
}

.rewards-modal__loyalty-card .loyalty-rewards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rewards-modal__empty {
  margin: 0;
  border-style: solid;
  border-color: rgba(20, 38, 42, 0.12);
  background: rgba(255, 255, 255, 0.66);
}

.rewards-modal__content > .section-kicker,
.rewards-modal__content > #rewardsModalTitle {
  display: none;
}

.rewards-modal__footer {
  display: none;
}

.order-history-modal__dialog {
  width: min(980px, calc(100% - 24px));
  max-height: calc(100dvh - 32px);
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

.order-history-modal__content {
  max-height: calc(100dvh - 52px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  gap: 12px;
  border-radius: inherit;
  border: 1px solid rgba(219, 238, 242, 0.26);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 217, 121, 0.9), rgba(255, 217, 121, 0) 28%),
    linear-gradient(130deg, rgba(17, 78, 86, 0.98) 0%, rgba(19, 102, 110, 0.94) 42%, rgba(241, 109, 93, 0.94) 76%, rgba(246, 182, 90, 0.95) 100%);
  color: #ffffff;
}

.order-history-modal__state {
  margin: 0;
  color: rgba(248, 252, 255, 0.94);
}

.order-history-modal__list {
  display: grid;
  gap: 10px;
  max-height: min(640px, calc(100dvh - 220px));
  overflow: auto;
  padding-right: 4px;
  -webkit-overflow-scrolling: touch;
}

.order-history-modal__list[hidden] {
  display: none !important;
}

.order-history-modal__list .user-order-day__header,
.order-history-modal__list .user-order-row {
  border-color: rgba(218, 236, 241, 0.3);
  background: rgba(18, 55, 63, 0.58);
}

.order-history-modal__list .user-order-day__header strong,
.order-history-modal__list .user-order-day__header span,
.order-history-modal__list .user-order-row strong,
.order-history-modal__list .user-order-row span,
.order-history-modal__list .user-order-row small,
.order-history-modal__list .user-order-row strong a {
  color: #f5fcff;
}

.order-history-modal__list .user-order-row__status {
  border-color: rgba(227, 244, 250, 0.44);
  background: rgba(16, 63, 71, 0.62);
  color: #f7fdff !important;
  letter-spacing: 0.09em;
}

.order-history-modal__list .user-order-row__status[data-status="new"] {
  border-color: rgba(255, 222, 216, 0.76);
  background: linear-gradient(135deg, rgba(243, 132, 127, 0.98), rgba(220, 90, 99, 0.96));
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(120, 28, 33, 0.44);
}

.order-history-modal__list .user-order-row__actions .text-button {
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 232, 238, 0.34);
  background: linear-gradient(135deg, #d97886, #c75f6f);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(96, 25, 41, 0.3);
}

.order-history-modal__list .user-order-row__actions .text-button:hover {
  background: linear-gradient(135deg, #de8290, #cf6979);
  transform: translateY(-1px);
}

.user-order-day {
  display: grid;
  gap: 8px;
}

.user-order-day__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.user-order-day__header strong {
  font-size: 0.88rem;
}

.user-order-day__header span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.user-order-day__rows {
  display: grid;
  gap: 8px;
}

.user-order-row strong a {
  color: var(--seaweed);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.user-order-row__actions {
  justify-items: end;
}

.user-order-row__actions .text-button {
  min-height: 30px;
  padding: 4px 10px;
}

.order-details-modal__dialog {
  width: min(620px, calc(100% - 24px));
  max-height: calc(100dvh - 32px);
  overflow: hidden;
}

.order-details-modal__content {
  max-height: calc(100dvh - 84px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
}

.order-details-modal__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.order-details-modal__line {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.order-details-modal__items {
  display: grid;
  gap: 8px;
}

.order-details-modal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(20, 38, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.order-details-modal__item span {
  color: var(--seaweed);
  font-weight: 700;
}

.order-details-modal__item-main {
  display: grid;
  gap: 4px;
}

.order-details-modal__item-options {
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 1.4;
}

.order-details-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 900px) {
  .account-modal__dialog,
  .rewards-modal__dialog,
  .order-history-modal__dialog,
  .order-details-modal__dialog {
    width: calc(100% - 10px);
    margin: 8px auto;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    border-radius: 18px;
  }

  .account-modal__content,
  .rewards-modal__content,
  .order-history-modal__content,
  .order-details-modal__content {
    max-height: calc(100dvh - 76px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 16px;
  }

  .account-modal__content {
    padding: 0;
  }

  .order-history-modal__list {
    max-height: calc(100dvh - 220px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  .rewards-modal__dialog {
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
  }

  .rewards-modal__content {
    padding: 0;
    background: transparent;
  }

  .account-modal__content .user-panel {
    padding: 16px;
    gap: 12px;
    border-radius: 18px;
  }

  .account-modal__content .user-panel::before,
  .account-modal__content .user-panel::after {
    display: none;
  }

  .rewards-modal__loyalty-card {
    border-radius: 18px;
  }

  .rewards-modal__loyalty-card .loyalty-card__stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rewards-modal__loyalty-card .loyalty-rewards {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .user-order-day__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-order-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .user-order-row__actions {
    justify-items: start;
  }

  .order-details-modal__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .rewards-modal__footer {
    justify-content: stretch;
  }

  .rewards-modal__footer .secondary-button {
    width: 100%;
  }
}

@media (max-width: 980px) and (orientation: portrait) {
  .product-card--club-teaser {
    padding-top: 92px;
  }

  .product-card--club-teaser .product-card__badge {
    top: 9px;
  }
}

@media (max-width: 1180px) {
  .checkout-address__city-street {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .checkout-address__check {
    width: 100% !important;
    min-height: 42px !important;
  }

  .checkout-form__grid--address {
    grid-template-columns: 1fr !important;
  }

  .checkout-address {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .address-suggestions--cart {
    max-height: 190px !important;
  }

  .item-modal {
    padding: 8px 6px calc(10px + env(safe-area-inset-bottom)) !important;
  }

  .item-modal__dialog {
    width: calc(100% - 4px) !important;
    margin: 0 auto !important;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    border-radius: 20px !important;
  }

  .item-modal__image {
    height: min(44vh, 380px) !important;
  }

  .item-modal__image-button {
    padding: 0 !important;
    border-radius: 20px 20px 0 0 !important;
  }

  .item-modal__image-button::before,
  .item-modal__image-button::after {
    border-radius: 20px 20px 0 0 !important;
  }

  .item-image-lightbox__dialog {
    width: calc(100% - 8px) !important;
    height: calc(100dvh - 8px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    margin: 4px auto !important;
    padding: 44px 8px 8px !important;
  }

  .item-image-lightbox__image {
    max-height: calc(100dvh - 76px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
  }

  .item-modal__content {
    padding: 22px 14px 14px !important;
    gap: 10px !important;
  }

  .item-modal__badge {
    left: 14px;
    transform: translateY(-50%);
  }
}

/* ===================== APP PREVIEW THEME (RAL 5024 / 3022) ===================== */
body.theme-ral-preview {
  color: #1f3238;
  background:
    radial-gradient(circle at top left, rgba(var(--ral-5024-rgb), 0.24), transparent 34%),
    radial-gradient(circle at right 16%, rgba(var(--ral-3022-rgb), 0.14), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(var(--ral-3022-rgb), 0.08), transparent 42%),
    linear-gradient(180deg, #f3fafb 0%, #edf5f6 46%, #f7fcfd 100%);
}

body.theme-ral-preview .grain {
  opacity: 0.1;
}

body.theme-ral-preview .hero-backdrop {
  background:
    linear-gradient(118deg, rgba(38, 75, 86, 0.58), rgba(68, 113, 122, 0.32) 42%, rgba(50, 95, 106, 0.52)),
    #2d4f58;
}

body.theme-ral-preview .hero-overlay {
  background:
    radial-gradient(circle at 86% 14%, rgba(var(--ral-3022-rgb), 0.16), transparent 32%),
    linear-gradient(180deg, rgba(17, 36, 40, 0.22), rgba(17, 36, 40, 0.34));
}

body.theme-ral-preview .hero-copy h1 {
  font-size: clamp(3.2rem, 5.9vw, 5.4rem);
  letter-spacing: 0.03em;
}

body.theme-ral-preview .hero-lead {
  color: rgba(244, 252, 255, 0.9);
  font-size: 1rem;
}

body.theme-ral-preview .hero-badge {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(243, 250, 252, 0.14);
}

body.theme-ral-preview .hero-summary,
body.theme-ral-preview .hero-address,
body.theme-ral-preview .fact-tile,
body.theme-ral-preview .overview-card,
body.theme-ral-preview .control-deck,
body.theme-ral-preview .overview-panel,
body.theme-ral-preview .category-ribbon,
body.theme-ral-preview .menu-group,
body.theme-ral-preview .cart-panel,
body.theme-ral-preview .route-card__panel,
body.theme-ral-preview .address-suggestions,
body.theme-ral-preview .mobile-nav-panel {
  border-color: rgba(var(--ral-5024-rgb), 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 251, 252, 0.9)),
    #ffffff;
  box-shadow: 0 20px 48px rgba(41, 77, 86, 0.14);
}

body.theme-ral-preview .category-ribbon,
body.theme-ral-preview .menu-group {
  border-color: rgba(54, 92, 101, 0.24);
  background:
    linear-gradient(180deg, rgba(109, 149, 159, 0.1), rgba(109, 149, 159, 0.05)),
    rgba(248, 252, 253, 0.97);
  box-shadow: 0 14px 30px rgba(38, 72, 80, 0.11);
}

body.theme-ral-preview .menu-group__heading {
  background: linear-gradient(180deg, rgba(109, 149, 159, 0.18), rgba(109, 149, 159, 0.12));
  border-bottom-color: rgba(39, 71, 79, 0.18);
}

body.theme-ral-preview .menu-group--promotions .menu-group__heading {
  background: linear-gradient(180deg, rgba(109, 149, 159, 0.16), rgba(var(--ral-3022-rgb), 0.12));
}

body.theme-ral-preview .product-grid {
  background: linear-gradient(180deg, rgba(109, 149, 159, 0.06), rgba(109, 149, 159, 0.03));
}

body.theme-ral-preview .section-heading h2,
body.theme-ral-preview .menu-group__heading h2,
body.theme-ral-preview .cart-panel__header h2 {
  font-size: clamp(1.2rem, 1.35vw, 1.54rem);
}

body.theme-ral-preview .fact-tile__label,
body.theme-ral-preview .field span,
body.theme-ral-preview .section-text,
body.theme-ral-preview .menu-group__description,
body.theme-ral-preview .summary-card__note,
body.theme-ral-preview .cart-empty p,
body.theme-ral-preview .item-modal__description,
body.theme-ral-preview .item-modal__content p {
  color: #536c73;
}

body.theme-ral-preview .mode-switch {
  background: rgba(var(--ral-5024-rgb), 0.12);
}

body.theme-ral-preview .mode-switch__button {
  color: #476069;
}

body.theme-ral-preview .mode-switch__button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #5e8e99, #7ca6b0);
  box-shadow: 0 12px 28px rgba(50, 91, 102, 0.28);
}

body.theme-ral-preview .search-field input,
body.theme-ral-preview .field input,
body.theme-ral-preview .field select,
body.theme-ral-preview .field textarea,
body.theme-ral-preview .checkout-address__city-street input {
  border-color: rgba(var(--ral-5024-rgb), 0.38);
  background: rgba(255, 255, 255, 0.97);
}

body.theme-ral-preview .search-field input:focus,
body.theme-ral-preview .field input:focus,
body.theme-ral-preview .field select:focus,
body.theme-ral-preview .field textarea:focus,
body.theme-ral-preview .checkout-address__city-street input:focus {
  border-color: rgba(var(--ral-5024-rgb), 0.68);
  box-shadow: 0 0 0 4px rgba(var(--ral-5024-rgb), 0.2);
}

body.theme-ral-preview .address-suggestion {
  border-color: rgba(var(--ral-5024-rgb), 0.28);
}

body.theme-ral-preview .address-suggestion.is-active,
body.theme-ral-preview .address-suggestion:hover {
  border-color: rgba(var(--ral-3022-rgb), 0.56);
  background: rgba(255, 246, 247, 0.95);
}

body.theme-ral-preview .primary-button,
body.theme-ral-preview .product-card__action--primary,
body.theme-ral-preview .featured-card__button {
  color: #fff;
  background: linear-gradient(135deg, #c65e63, #d36e70);
  box-shadow: 0 14px 32px rgba(var(--ral-3022-rgb), 0.34);
}

body.theme-ral-preview .secondary-button,
body.theme-ral-preview .product-card__action--ghost,
body.theme-ral-preview .ghost-button {
  color: #355059;
  border-color: rgba(var(--ral-5024-rgb), 0.42);
  background: rgba(247, 252, 253, 0.88);
}

body.theme-ral-preview .product-card {
  border-color: rgba(var(--ral-5024-rgb), 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 250, 252, 0.9)),
    #fff;
  box-shadow: 0 18px 42px rgba(49, 90, 99, 0.16);
}

body.theme-ral-preview .product-card__badge.product-card__badge--promo,
body.theme-ral-preview .item-modal__badge.item-modal__badge--promo {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body.theme-ral-preview .product-card h3 {
  font-size: 1.08rem;
}

body.theme-ral-preview .cart-panel {
  border-color: rgba(var(--ral-5024-rgb), 0.34);
  box-shadow: 0 24px 56px rgba(46, 85, 93, 0.2);
}

body.theme-ral-preview .route-card__panel--success {
  border-color: rgba(var(--ral-5024-rgb), 0.34);
  background: linear-gradient(180deg, rgba(233, 247, 249, 0.94), rgba(245, 252, 253, 0.92));
}

body.theme-ral-preview .route-card__panel--error {
  border-color: rgba(var(--ral-3022-rgb), 0.34);
  background: linear-gradient(180deg, rgba(255, 241, 242, 0.95), rgba(255, 249, 250, 0.94));
}

body.theme-ral-preview .route-card__stats span {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--ral-5024-rgb), 0.2);
}

body.theme-ral-preview .item-modal__scrim,
body.theme-ral-preview .auth-modal__scrim,
body.theme-ral-preview .upsell-modal__scrim,
body.theme-ral-preview .item-image-lightbox__scrim {
  background: rgba(18, 36, 40, 0.5);
}

body.theme-ral-preview .item-modal__dialog,
body.theme-ral-preview .auth-modal__dialog,
body.theme-ral-preview .upsell-modal__dialog {
  border: 1px solid rgba(var(--ral-5024-rgb), 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 251, 252, 0.92)),
    #fff;
  box-shadow: 0 26px 62px rgba(44, 80, 88, 0.22);
}

body.theme-ral-preview .item-modal__content h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
}

body.theme-ral-preview .item-modal__attributes {
  gap: 10px;
}

body.theme-ral-preview .item-attr-group {
  border-color: rgba(var(--ral-5024-rgb), 0.3);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 252, 0.9)),
    #fff;
  box-shadow: 0 10px 22px rgba(46, 86, 94, 0.1);
}

body.theme-ral-preview .item-attr-group__header {
  border-bottom-color: rgba(var(--ral-5024-rgb), 0.2);
  background: linear-gradient(135deg, rgba(var(--ral-5024-rgb), 0.2), rgba(var(--ral-3022-rgb), 0.1));
}

body.theme-ral-preview .item-attr-group__title {
  color: #23454f;
  font-size: 0.95rem;
}

body.theme-ral-preview .item-attr-group__meta {
  color: #587279;
}

body.theme-ral-preview .item-attr-option-item + .item-attr-option-item {
  border-top-color: rgba(var(--ral-5024-rgb), 0.16);
}

body.theme-ral-preview .item-attr-option {
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.97);
}

body.theme-ral-preview .item-attr-option:hover {
  background: rgba(var(--ral-5024-rgb), 0.1);
}

body.theme-ral-preview .item-attr-option input {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid rgba(var(--ral-5024-rgb), 0.65);
  border-radius: 999px;
  background: #fff;
  position: relative;
}

body.theme-ral-preview .item-attr-option input[type="checkbox"] {
  border-radius: 6px;
}

body.theme-ral-preview .item-attr-option input:checked {
  border-color: rgba(var(--ral-3022-rgb), 0.9);
  background: rgba(var(--ral-3022-rgb), 0.88);
}

body.theme-ral-preview .item-attr-option input:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #fff;
}

body.theme-ral-preview .item-attr-option:has(input:checked) {
  background: rgba(var(--ral-3022-rgb), 0.12);
}

body.theme-ral-preview .item-attr-option__name {
  font-size: 0.9rem;
  color: #213f48;
}

body.theme-ral-preview .item-attr-option__delta {
  color: #4e676f;
  font-size: 0.82rem;
}

body.theme-ral-preview .item-modal__attributes-hint {
  color: #4f676f;
}

body.theme-ral-preview .welcome-bubble__close,
body.theme-ral-preview .item-modal__close {
  background: rgba(26, 61, 70, 0.62);
}

@media (orientation: landscape) and (max-height: 560px) {
  .welcome-bubble {
    left: calc(8px + env(safe-area-inset-left));
    right: calc(8px + env(safe-area-inset-right));
    top: calc(8px + env(safe-area-inset-top));
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    max-height: none;
    padding: 12px 10px 10px;
    border-radius: 14px;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .welcome-bubble__layout {
    gap: 8px;
  }

  .welcome-bubble__content {
    gap: 8px;
  }

  .welcome-bubble__close {
    position: sticky;
    top: 0;
    right: auto;
    margin-left: auto;
    z-index: 60;
  }

  .welcome-bubble__speech {
    padding: 6px 10px;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .welcome-bubble h3 {
    font-size: clamp(1.04rem, 2.9vw, 1.34rem);
    line-height: 1.05;
  }

  .welcome-bubble p:not(.section-kicker):not(.welcome-bubble__speech) {
    font-size: 0.8rem;
    line-height: 1.34;
  }

  .welcome-bubble--promo .welcome-bubble__promo-strip {
    display: none;
  }

  .welcome-bubble--promo .welcome-bubble__description-line {
    font-size: 0.84rem;
    line-height: 1.28;
  }

  .welcome-bubble--promo .welcome-bubble__description-line--accent {
    padding: 0.08em 0.3em;
  }

  .welcome-bubble__quick-auth {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .social-auth-button {
    min-height: 32px;
    min-width: 40px;
    padding: 0 8px;
  }

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

  .welcome-bubble__actions .primary-button,
  .welcome-bubble__actions .secondary-button {
    min-height: 40px;
    width: 100%;
    min-width: 0;
    padding: 0 10px;
  }
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(200, 16, 46, 0.1), transparent 28%),
    linear-gradient(180deg, #f7f1e5 0%, #eee4d5 100%);
}

.grain {
  opacity: 0.11;
  mix-blend-mode: multiply;
}

.hero {
  border-color: rgba(247, 241, 229, 0.2);
}

.hero-backdrop {
  background: #0b0908;
}

.hero-video {
  object-position: center 38%;
  filter: saturate(0.88) contrast(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 8, 7, 0.84) 0%, rgba(10, 8, 7, 0.36) 58%, rgba(10, 8, 7, 0.7) 100%),
    linear-gradient(180deg, rgba(10, 8, 7, 0.18), rgba(10, 8, 7, 0.72));
}

.hero-topbar {
  border: 1px solid rgba(247, 241, 229, 0.18);
  background: rgba(12, 10, 9, 0.8);
  backdrop-filter: blur(18px);
}

.hero-brand__logo {
  width: clamp(72px, 9vw, 104px);
  border-radius: 50%;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.42));
}

.hero-copy h1,
.section-heading h2,
.menu-group__header h2,
.cart-panel h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.035em;
}

.hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(4.2rem, 8vw, 8rem);
  line-height: 0.82;
}

.hero-summary,
.control-deck,
.overview-panel,
.category-ribbon,
.menu-group,
.cart-panel,
.product-card,
.loyalty-card {
  border-color: rgba(23, 21, 19, 0.14);
}

.primary-button,
.product-card__action--primary {
  background: linear-gradient(135deg, #d51b38, #8f001d);
  box-shadow: 0 16px 34px rgba(143, 0, 29, 0.28);
}

.category-chip.is-active,
.mode-switch__button.is-active {
  color: #fff8eb;
  background: #171513;
}

.product-card__media {
  background: #171513;
}

@media (max-width: 980px) {
  .hero-video {
    object-position: center 34%;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 8, 7, 0.22), rgba(10, 8, 7, 0.84));
  }
}

/* OSHTY V2 — street food editorial */
:root {
  --acid: #d9ff43;
  --acid-deep: #bde923;
  --tomato: #ff4b35;
  --bone: #f5eedf;
  --paper: #fffaf0;
  --black: #10100f;
  --ink: #10100f;
  --seaweed: #10100f;
  --lagoon: #10100f;
  --lagoon-soft: #e6decf;
  --sand: #f5eedf;
  --cream: #fffaf0;
  --coral: #ff4b35;
  --coral-dark: #dc2f1b;
  --muted: #665f54;
  --line: rgba(16, 16, 15, 0.22);
  --card: #fffaf0;
  --shadow: 8px 8px 0 #10100f;
  --radius-xl: 10px;
  --radius-lg: 8px;
  --radius-md: 6px;
  --radius-sm: 4px;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  html {
    zoom: 1;
  }
}

body {
  color: var(--black);
  background:
    linear-gradient(rgba(16, 16, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 15, 0.035) 1px, transparent 1px),
    var(--bone);
  background-size: 24px 24px;
}

.grain {
  opacity: 0.06;
  mix-blend-mode: multiply;
}

.page-shell {
  width: min(1540px, calc(100% - 32px));
  padding-bottom: 80px;
}

.brand-ticker {
  overflow: hidden;
  margin: 14px 0 0;
  border: 3px solid var(--black);
  color: var(--acid);
  background: var(--black);
}

.brand-ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  min-height: 38px;
  padding: 0 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  animation: oshtyTicker 28s linear infinite;
}

.brand-ticker__track i {
  color: var(--tomato);
  font-style: normal;
}

@keyframes oshtyTicker {
  to {
    transform: translateX(-50%);
  }
}

.hero {
  min-height: 720px;
  margin-top: 12px;
  padding: 18px;
  border: 3px solid var(--black);
  border-radius: 0;
  box-shadow: none;
  background: var(--acid);
  isolation: isolate;
}

.hero::after {
  content: "100%\A SMASH";
  position: absolute;
  left: 47%;
  top: 128px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 118px;
  aspect-ratio: 1;
  border: 3px solid var(--black);
  border-radius: 50%;
  color: var(--black);
  background: var(--tomato);
  box-shadow: 6px 6px 0 var(--black);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.55rem;
  line-height: 0.86;
  text-align: center;
  white-space: pre;
  transform: rotate(10deg);
}

.hero-backdrop {
  left: 46%;
  z-index: -2;
  border-left: 3px solid var(--black);
  background: var(--black);
}

.hero-backdrop::before,
.hero-backdrop::after {
  display: none;
}

.hero-video {
  object-position: center 42%;
  filter: saturate(0.65) contrast(1.2);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, var(--acid) 0 45.8%, rgba(217, 255, 67, 0.08) 58%, rgba(16, 16, 15, 0.28) 100%);
}

.hero-topbar,
.hero-body {
  width: 100%;
}

.hero-topbar {
  min-height: 86px;
  padding: 8px 10px;
  border: 3px solid var(--black);
  border-radius: 0;
  color: white;
  background: var(--black);
  backdrop-filter: none;
}

.hero-brand {
  gap: 12px;
}

.hero-brand__logo {
  width: 68px;
  border: 2px solid var(--acid);
  border-radius: 50%;
  filter: none;
}

.hero-brand__caption {
  display: grid;
  gap: 2px;
}

.hero-brand__caption strong {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}

.hero-brand__caption span {
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ghost-button {
  min-height: 48px;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  background: transparent;
  backdrop-filter: none;
  font-weight: 800;
  text-transform: uppercase;
}

.ghost-button:last-child {
  border-color: var(--acid);
  color: var(--black);
  background: var(--acid);
}

.ghost-button__count {
  min-width: 26px;
  min-height: 26px;
  border-radius: 50%;
  color: white;
  background: var(--black);
}

.hero-body {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.68fr);
  gap: 7vw;
  align-items: end;
  margin-top: 118px;
}

.hero-copy {
  align-self: end;
  max-width: 640px;
  padding: 0 0 8px 14px;
}

.hero-copy__eyebrow {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 10px;
  border: 2px solid var(--black);
  color: var(--acid);
  background: var(--black);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--black);
  font-size: clamp(6.2rem, 10vw, 10.8rem);
  line-height: 0.72;
  letter-spacing: -0.025em;
  text-shadow: 4px 4px 0 var(--paper);
}

.hero-lead {
  max-width: 500px;
  margin-top: 24px;
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.hero-badges {
  gap: 8px;
  margin-top: 18px;
}

.hero-badge {
  padding: 8px 10px;
  border: 2px solid var(--black);
  border-radius: 3px;
  color: var(--black);
  background: var(--paper);
  backdrop-filter: none;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.primary-button,
.secondary-button {
  min-height: 50px;
  border: 3px solid var(--black);
  border-radius: 4px;
  box-shadow: 5px 5px 0 var(--black);
  text-transform: uppercase;
}

.primary-button {
  color: var(--black);
  background: var(--paper);
}

.secondary-button {
  color: white;
  background: var(--black);
  backdrop-filter: none;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--black);
}

.hero-summary {
  padding: 20px;
  border: 3px solid var(--black);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--black);
  backdrop-filter: none;
}

.hero-summary__header {
  padding-bottom: 14px;
  border-bottom: 2px solid var(--black);
}

.hero-summary__header img {
  width: 62px;
  height: 62px;
  border: 2px solid var(--black);
  box-shadow: none;
}

.hero-summary__header h2 {
  margin-top: 2px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.hero-summary__label,
.fact-tile__label,
.section-kicker {
  color: var(--black);
  font-weight: 900;
}

.hero-summary__intro {
  color: var(--black);
  font-weight: 700;
}

.hero-address {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mode-switch {
  gap: 0;
  padding: 0;
  border: 2px solid var(--black);
  border-radius: 4px;
  background: white;
}

.mode-switch__button {
  min-height: 42px;
  border-radius: 0;
  color: var(--black);
}

.mode-switch__button + .mode-switch__button {
  border-left: 2px solid var(--black);
}

.mode-switch__button.is-active {
  color: var(--black);
  background: var(--acid);
  box-shadow: none;
}

.search-field input,
.field input,
.field select,
.field textarea {
  border: 2px solid var(--black);
  border-radius: 4px;
  color: var(--black);
  background: white;
}

.search-field input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--black);
  box-shadow: 4px 4px 0 var(--acid);
}

.text-button,
.product-card__action {
  border: 2px solid var(--black);
  border-radius: 4px;
  color: var(--black);
  background: var(--paper);
}

.text-button--strong,
.product-card__action--primary {
  color: var(--black);
  background: var(--acid);
  box-shadow: 3px 3px 0 var(--black);
}

.brand-manifesto {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  border: 3px solid var(--black);
}

.brand-manifesto article {
  position: relative;
  min-height: 160px;
  padding: 24px;
  background: var(--paper);
}

.brand-manifesto article + article {
  border-left: 3px solid var(--black);
}

.brand-manifesto article:nth-child(2) {
  background: var(--acid);
}

.brand-manifesto article:nth-child(3) {
  background: var(--tomato);
}

.brand-manifesto span {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(16, 16, 15, 0.35);
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
}

.brand-manifesto strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  line-height: 0.9;
}

.brand-manifesto p {
  max-width: 34ch;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.layout {
  display: block;
  margin-top: 46px;
}

.menu-pane {
  gap: 42px;
}

.control-deck {
  position: sticky;
  top: 10px;
  z-index: 20;
  padding: 14px;
  border: 3px solid var(--black);
  border-radius: 0;
  background: var(--black);
  box-shadow: none;
  backdrop-filter: none;
}

.control-deck .section-kicker {
  color: var(--acid);
}

.control-deck .search-field {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.control-deck .search-field input {
  min-height: 52px;
  border-color: var(--paper);
  background: var(--paper);
}

.featured {
  gap: 20px;
}

.section-heading {
  align-items: end;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--black);
}

.section-heading h2 {
  max-width: 760px;
  margin-top: 4px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.section-heading .section-text {
  max-width: 300px;
  color: var(--black);
  font-weight: 800;
}

.featured-grid {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
}

.featured-card {
  min-height: 400px;
  padding: 20px;
  border: 3px solid var(--black);
  border-radius: 0;
  box-shadow: 6px 6px 0 var(--black);
}

.featured-card::before {
  background:
    linear-gradient(180deg, transparent 25%, rgba(16, 16, 15, 0.94) 100%),
    linear-gradient(135deg, rgba(217, 255, 67, 0.2), transparent 45%);
}

.featured-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 56%;
  border-top: 3px solid var(--black);
  background: rgba(16, 16, 15, 0.94);
}

.featured-card__badge,
.product-card__badge {
  border: 2px solid var(--black);
  border-radius: 3px;
  color: var(--black);
  background: var(--acid);
  box-shadow: 3px 3px 0 var(--black);
}

.featured-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
}

.featured-card__button {
  border: 2px solid white;
  border-radius: 3px;
  background: transparent;
}

.loyalty-card--showcase {
  min-height: 320px;
  padding: 30px;
  border: 3px solid var(--black);
  border-radius: 0;
  color: var(--black);
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(16, 16, 15, 0.08) 58% 60%, transparent 60%),
    var(--acid);
  box-shadow: 8px 8px 0 var(--black);
}

.loyalty-card--showcase::before {
  inset: auto -40px -120px auto;
  width: 360px;
  height: 360px;
  border: 3px solid var(--black);
  background: var(--tomato);
  opacity: 1;
}

.loyalty-card--showcase::after {
  display: none;
}

.loyalty-card--showcase .section-kicker,
.loyalty-card--showcase .loyalty-card__text,
.loyalty-card--showcase .loyalty-progress__label,
.loyalty-card--showcase .loyalty-reward p {
  color: var(--black);
}

.loyalty-card--showcase .loyalty-card__header h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.9;
}

.loyalty-card--showcase .loyalty-card__auth {
  border: 3px solid var(--black);
  color: white;
  background: var(--black);
  box-shadow: 4px 4px 0 var(--tomato);
}

.loyalty-card--showcase .loyalty-stat,
.loyalty-card--showcase .loyalty-reward {
  border: 2px solid var(--black);
  border-radius: 4px;
  color: var(--black);
  background: rgba(255, 250, 240, 0.82);
  backdrop-filter: none;
}

.loyalty-card--showcase .loyalty-stat span,
.loyalty-card--showcase .loyalty-stat strong {
  color: var(--black);
}

.loyalty-card--showcase .loyalty-progress__bar {
  border: 2px solid var(--black);
  border-radius: 2px;
  background: var(--paper);
}

.loyalty-card--showcase .loyalty-progress__bar span {
  border-radius: 0;
  background: var(--tomato);
}

.menu-sections {
  gap: 34px;
}

.menu-group {
  border: 3px solid var(--black);
  border-radius: 0;
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--black);
  backdrop-filter: none;
}

.menu-group__heading {
  min-height: 126px;
  padding: 22px 26px;
  border-bottom: 3px solid var(--black);
  color: white;
  background: var(--black);
}

.menu-group__heading::before {
  display: none;
}

.menu-group__heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.85;
  letter-spacing: 0.02em;
}

.menu-group__description {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.menu-group__pill {
  border: 1px solid var(--acid);
  border-radius: 2px;
  color: var(--black);
  background: var(--acid);
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: var(--paper);
}

.product-card {
  --product-card-media-size: 320px;
  min-height: 320px;
  gap: 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid var(--black);
  border-radius: 0;
  background: var(--paper);
  backdrop-filter: none;
}

.product-card:nth-child(odd) {
  border-right: 2px solid var(--black);
}

.product-card + .product-card {
  margin-top: 0;
}

.product-card__media {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  align-self: center;
  border-right: 2px solid var(--black);
  border-radius: 0;
  background: var(--black);
}

.product-card__media img {
  object-fit: cover;
  filter: saturate(0.86) contrast(1.06);
}

.product-card__body {
  align-self: stretch;
  align-content: space-between;
  padding: 22px;
}

.product-card__copy {
  gap: 8px;
}

.product-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

.product-card__copy p {
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 600;
}

.product-card__badge {
  left: 10px;
  top: 10px;
}

.product-card__footer {
  align-items: end;
}

.product-card__price {
  font-size: 1.25rem;
}

.product-card__action {
  min-height: 42px;
  padding: 0 13px;
}

.product-card__action--ghost {
  background: transparent;
}

.legal-note {
  padding: 24px;
  border: 3px solid var(--black);
  border-radius: 0;
  color: white;
  background: var(--black);
  box-shadow: none;
}

.legal-note__link {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  color: white;
  background: transparent;
}

.legal-note__link:hover,
.legal-note__link:focus-visible {
  border-color: var(--acid);
  color: var(--black);
  background: var(--acid);
}

.cart-panel {
  position: fixed;
  inset: 12px 12px 12px auto;
  z-index: 60;
  width: min(520px, calc(100vw - 24px));
  max-height: none;
  padding: 22px;
  border: 3px solid var(--black);
  border-radius: 0;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--black);
  transform: translateX(calc(100% + 40px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 220ms ease, opacity 160ms ease, visibility 160ms ease;
}

body.cart-drawer-open .cart-panel {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-panel__close {
  display: inline-flex;
}

.cart-panel__header {
  padding-bottom: 14px;
  border-bottom: 3px solid var(--black);
}

.cart-panel__header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.6rem;
}

.cart-panel__body {
  max-height: none;
}

.drawer-scrim {
  z-index: 55;
  background: rgba(16, 16, 15, 0.68);
}

body.cart-drawer-open .drawer-scrim {
  display: block;
}

.summary-card,
.cart-item {
  border: 2px solid var(--black);
  border-radius: 4px;
  background: white;
  backdrop-filter: none;
}

.mobile-cart-button {
  border: 3px solid var(--black);
  border-radius: 4px;
  color: var(--black);
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--black);
}

.welcome-bubble,
.welcome-bubble--promo {
  border: 3px solid var(--black);
  border-radius: 8px;
  color: var(--black);
  background:
    linear-gradient(rgba(16, 16, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 15, 0.06) 1px, transparent 1px),
    var(--tomato);
  background-size: 18px 18px;
  box-shadow:
    9px 9px 0 var(--black),
    0 0 0 100vmax rgba(16, 16, 15, 0.72);
}

.welcome-bubble__promo-strip {
  border: 3px solid var(--black);
  border-radius: 4px;
  box-shadow: 5px 5px 0 var(--black);
}

.welcome-bubble--promo h3 {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0.03em;
}

.welcome-bubble--promo .section-kicker,
.welcome-bubble--promo p,
.welcome-bubble--promo .welcome-bubble__description-line {
  color: white;
}

.welcome-bubble--promo .welcome-bubble__headline-accent,
.welcome-bubble--promo .welcome-bubble__description-line--accent {
  border: 2px solid var(--black);
  border-radius: 3px;
  color: var(--black);
  background: var(--acid);
  box-shadow: 3px 3px 0 var(--black);
}

.welcome-bubble__close {
  border: 2px solid var(--black);
  color: var(--black);
  background: var(--paper);
}

.welcome-bubble__actions .primary-button {
  color: var(--black);
  background: var(--acid);
}

.welcome-bubble__actions .secondary-button {
  color: white;
  background: var(--black);
}

@media (max-width: 1180px) {
  .cart-panel {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: auto;
    max-height: min(72dvh, 680px);
    transform: translateY(calc(100% + 110px));
    box-shadow: 6px 6px 0 var(--black);
  }

  .cart-panel__body {
    max-height: calc(min(72dvh, 680px) - 110px);
  }

  body.cart-drawer-open .cart-panel {
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .page-shell {
    width: 100%;
    padding: 0 10px 94px;
  }

  .brand-ticker {
    margin-top: 8px;
  }

  .brand-ticker__track {
    min-height: 32px;
    font-size: 0.95rem;
  }

  .hero {
    min-height: 0;
    margin-top: 8px;
    padding: 10px;
  }

  .hero::after {
    left: auto;
    right: 18px;
    top: 118px;
    width: 88px;
    font-size: 1.15rem;
    box-shadow: 4px 4px 0 var(--black);
  }

  .hero-backdrop {
    inset: 96px 10px auto;
    height: 310px;
    border: 3px solid var(--black);
  }

  .hero-overlay {
    display: none;
  }

  .hero-video {
    object-position: center 40%;
  }

  .hero-topbar {
    min-height: 76px;
  }

  .hero-brand__logo {
    width: 56px;
  }

  .hero-brand__caption {
    display: none;
  }

  .hero-topbar__actions {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
    border: 2px solid var(--acid);
    border-radius: 3px;
    background: var(--black);
  }

  .hero-body {
    display: flex;
    min-height: 0;
    margin-top: 320px;
    gap: 22px;
  }

  .hero-copy {
    display: block;
    max-width: none;
    padding: 0;
  }

  .hero-copy h1 {
    font-size: clamp(5rem, 22vw, 7.5rem);
    line-height: 0.76;
  }

  .hero-lead {
    margin-top: 18px;
  }

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

  .hero-summary {
    display: block;
    padding: 16px;
    box-shadow: 6px 6px 0 var(--black);
  }

  .hero-summary__header {
    display: flex;
  }

  .hero-summary__intro {
    display: block;
  }

  .hero-mobile-loyalty-slot,
  #mobileAddressMount {
    display: none;
  }

  .brand-manifesto {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .brand-manifesto article {
    min-height: 130px;
    padding: 20px;
  }

  .brand-manifesto article + article {
    border-left: 0;
    border-top: 3px solid var(--black);
  }

  .layout {
    margin-top: 34px;
  }

  .menu-pane {
    gap: 32px;
  }

  .control-deck {
    top: 6px;
    padding: 10px;
  }

  .control-deck .search-field {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .control-deck .search-field input {
    min-height: 46px;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .section-heading h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

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

  .featured {
    display: grid;
  }

  .featured-card {
    min-height: 360px;
  }

  .loyalty-card--showcase {
    padding: 22px;
  }

  .loyalty-card__header {
    display: grid;
  }

  .loyalty-card--showcase .loyalty-card__auth {
    width: fit-content;
  }

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

  .product-card:nth-child(odd) {
    border-right: 0;
  }

  .product-card {
    --product-card-media-size: 138px;
    min-height: 210px;
  }

  .product-card__media {
    min-height: 208px;
  }

  .product-card__body {
    padding: 16px;
  }

  .product-card h3 {
    font-size: 1.65rem;
  }
}

@media (max-width: 560px) {
  .hero-backdrop {
    height: 270px;
  }

  .hero-body {
    margin-top: 280px;
  }

  .hero-copy__eyebrow {
    font-size: 0.62rem;
  }

  .hero-copy h1 {
    font-size: clamp(4.4rem, 21vw, 6rem);
  }

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

  .hero-summary__header img {
    width: 50px;
    height: 50px;
  }

  .hero-address__split {
    grid-template-columns: 1fr;
  }

  .featured-card {
    min-height: 320px;
  }

  .product-card {
    --product-card-media-size: 118px;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 190px;
  }

  .product-card__media {
    min-height: 188px;
  }

  .product-card__body {
    padding: 13px;
  }

  .product-card__copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.8rem;
  }

  .product-card__footer {
    display: grid;
  }

  .product-card__actions {
    gap: 6px;
  }

  .product-card__action {
    min-height: 36px;
    padding: 0 9px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-ticker__track {
    animation: none;
  }
}

/* OSHTY V3 — monochrome premium smash */
:root {
  --acid: #ffffff;
  --acid-deep: #e8e8e8;
  --tomato: #000000;
  --bone: #f5f5f3;
  --paper: #ffffff;
  --black: #050505;
  --ink: #050505;
  --seaweed: #050505;
  --lagoon: #050505;
  --lagoon-soft: #eeeeec;
  --sand: #f5f5f3;
  --cream: #ffffff;
  --coral: #050505;
  --coral-dark: #000000;
  --muted: #6b6b68;
  --line: rgba(5, 5, 5, 0.16);
  --card: #ffffff;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

body {
  color: var(--black);
  background: #f4f4f2;
}

.grain {
  display: none;
}

.page-shell {
  width: min(1440px, 100%);
  padding-bottom: 0;
}

.brand-ticker {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #303030;
  color: white;
  background: var(--black);
}

.brand-ticker__track {
  min-height: 34px;
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-ticker__track i {
  color: white;
}

.hero {
  min-height: 660px;
  margin: 0;
  padding: 20px 30px 32px;
  border: 0;
  border-radius: 0;
  color: white;
  background: var(--black);
}

.hero::after {
  display: none;
}

.hero-backdrop {
  left: 48%;
  border: 0;
  background: #111;
}

.hero-video {
  object-position: center 42%;
  filter: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, #050505 0%, #050505 42%, rgba(5, 5, 5, 0.8) 53%, rgba(5, 5, 5, 0.08) 75%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.4));
}

.hero-topbar {
  min-height: 76px;
  padding: 8px 16px;
  border: 0;
  border-radius: 0;
  color: var(--black);
  background: white;
}

.hero-brand__logo {
  width: 58px;
  border: 0;
}

.hero-brand__caption strong {
  color: var(--black);
}

.hero-brand__caption span {
  color: #666;
}

.ghost-button {
  min-height: 44px;
  border: 1px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: white;
  text-transform: none;
}

.ghost-button:last-child {
  border-color: var(--black);
  color: white;
  background: var(--black);
}

.ghost-button__count {
  color: var(--black);
  background: white;
}

.hero-body {
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.58fr);
  gap: 7vw;
  margin-top: 130px;
}

.hero-copy {
  padding-left: 18px;
}

.hero-copy__eyebrow {
  padding: 0;
  border: 0;
  color: white;
  background: transparent;
}

.hero-copy h1 {
  color: white;
  font-size: clamp(5.8rem, 9vw, 9.5rem);
  line-height: 0.75;
  text-shadow: none;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.hero-badge {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: white;
  background: transparent;
}

.primary-button,
.secondary-button {
  border: 1px solid white;
  border-radius: 999px;
  box-shadow: none;
  text-transform: none;
}

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

.secondary-button {
  color: white;
  background: transparent;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.hero-summary {
  padding: 24px;
  border: 0;
  border-radius: 22px;
  color: var(--black);
  background: white;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.hero-summary__header {
  border-bottom: 1px solid #dedede;
}

.hero-summary__header img {
  border: 0;
}

.hero-summary__header h2,
.hero-summary__label,
.hero-summary__intro,
.fact-tile__label {
  color: var(--black);
}

.mode-switch {
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background: #efefef;
}

.mode-switch__button + .mode-switch__button {
  border-left: 0;
}

.mode-switch__button {
  border-radius: 10px;
}

.mode-switch__button.is-active {
  color: white;
  background: var(--black);
}

.search-field input,
.field input,
.field select,
.field textarea {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: white;
}

.search-field input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--black);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.text-button,
.product-card__action {
  border: 1px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: white;
}

.text-button--strong,
.product-card__action--primary {
  color: white;
  background: var(--black);
  box-shadow: none;
}

.brand-manifesto {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
}

.brand-manifesto article,
.brand-manifesto article:nth-child(2),
.brand-manifesto article:nth-child(3) {
  min-height: 138px;
  padding: 28px 34px;
  color: var(--black);
  background: white;
}

.brand-manifesto article + article {
  border-left: 1px solid #d7d7d7;
}

.brand-manifesto span {
  color: #d8d8d8;
}

.brand-manifesto strong {
  font-size: 2.5rem;
}

.layout {
  margin-top: 0;
}

.menu-pane {
  gap: 0;
}

.control-deck {
  top: 0;
  padding: 14px 30px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: white;
}

.control-deck .section-kicker {
  color: var(--black);
}

.control-deck .search-field {
  grid-template-columns: auto minmax(260px, 520px);
  justify-content: space-between;
}

.control-deck .search-field input {
  min-height: 44px;
  border-color: #bbb;
  background: #f7f7f7;
}

.lifestyle-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  min-height: 720px;
  color: white;
  background: var(--black);
}

.lifestyle-story__media {
  overflow: hidden;
  min-height: 720px;
}

.lifestyle-story__media img,
.lifestyle-story__media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center 55%;
  filter: grayscale(0.2) contrast(1.04);
}

.lifestyle-story__copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(42px, 7vw, 110px);
}

.lifestyle-story__copy .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.lifestyle-story__copy h2 {
  max-width: 9ch;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.5rem, 8vw, 8.5rem);
  line-height: 0.84;
  letter-spacing: -0.02em;
}

.lifestyle-story__copy p:last-child {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.featured {
  gap: 0;
  padding: 72px 30px 86px;
  background: white;
}

.section-heading {
  padding-bottom: 32px;
  border-bottom: 1px solid #cfcfcf;
}

.section-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  text-transform: none;
}

.section-heading .section-text {
  font-weight: 500;
}

.featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 34px;
}

.featured-card {
  display: grid;
  min-height: 0;
  padding: 0 0 18px;
  border: 0;
  border-radius: 0;
  color: var(--black);
  background: white;
  box-shadow: none;
}

.featured-card::before,
.featured-card::after {
  display: none;
}

.featured-card__media {
  position: relative;
  inset: auto;
  z-index: auto;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--black);
}

.featured-card__media img {
  object-fit: cover;
  transition: transform 280ms ease;
}

.featured-card:hover .featured-card__media img {
  transform: scale(1.025);
}

.featured-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  color: var(--black);
  background: white;
  box-shadow: none;
}

.featured-card h3 {
  margin: 20px 0 8px;
  color: var(--black);
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.featured-card p {
  min-height: 46px;
  margin: 0;
  color: #686868;
  font-size: 0.88rem;
  line-height: 1.5;
}

.featured-card__footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ddd;
}

.featured-card__price {
  color: var(--black);
  font-size: 1.05rem;
}

.featured-card__button {
  padding: 11px 20px;
  border: 1px solid var(--black);
  border-radius: 999px;
  color: white;
  background: var(--black);
}

.loyalty-card--showcase {
  min-height: 0;
  padding: clamp(34px, 6vw, 76px);
  border: 0;
  border-radius: 0;
  color: white;
  background: var(--black);
  box-shadow: none;
}

.loyalty-card--showcase::before,
.loyalty-card--showcase::after {
  display: none;
}

.loyalty-card--showcase .section-kicker,
.loyalty-card--showcase .loyalty-card__text,
.loyalty-card--showcase .loyalty-progress__label,
.loyalty-card--showcase .loyalty-reward p {
  color: rgba(255, 255, 255, 0.68);
}

.loyalty-card--showcase .loyalty-card__header h3 {
  max-width: 13ch;
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.loyalty-card--showcase .loyalty-card__auth {
  border: 1px solid white;
  border-radius: 999px;
  color: var(--black);
  background: white;
  box-shadow: none;
}

.loyalty-card--showcase .loyalty-stat,
.loyalty-card--showcase .loyalty-reward {
  border: 1px solid #444;
  border-radius: 12px;
  color: white;
  background: #111;
}

.loyalty-card--showcase .loyalty-stat span,
.loyalty-card--showcase .loyalty-stat strong {
  color: white;
}

.loyalty-card--showcase .loyalty-progress__bar {
  border: 1px solid #555;
  border-radius: 999px;
  background: #1d1d1d;
}

.loyalty-card--showcase .loyalty-progress__bar span {
  border-radius: 999px;
  background: white;
}

.menu-sections {
  gap: 0;
}

.menu-group {
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-radius: 0;
  background: white;
  box-shadow: none;
}

.menu-group__heading {
  min-height: 0;
  padding: 46px 30px 24px;
  border-bottom: 0;
  color: var(--black);
  background: white;
}

.menu-group__heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.menu-group__description {
  color: var(--muted);
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0 30px 70px;
  background: white;
}

.product-card {
  min-height: 200px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

.product-card:nth-child(odd) {
  border-right: none;
}

.product-card__media {
  border-right: 1px solid #dedede;
}

.product-card__body {
  padding: 20px;
}

.product-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
}

.legal-note {
  border: 0;
  border-top: 1px solid #2d2d2d;
}

.legal-note__link {
  border-radius: 999px;
}

.legal-note__link:hover,
.legal-note__link:focus-visible {
  border-color: white;
  color: var(--black);
  background: white;
}

.cart-panel {
  border: 0;
  border-radius: 20px;
  background: white;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.32);
}

.cart-panel__header {
  border-bottom: 1px solid #d4d4d4;
}

.cart-panel__header h2 {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.summary-card,
.cart-item {
  border: 1px solid #d8d8d8;
  border-radius: 14px;
}

.summary-card__loyalty {
  border: 1px solid var(--black);
  color: white;
  background: var(--black);
}

.summary-card__loyalty-kicker,
.summary-card__loyalty-title,
.summary-card__loyalty-text {
  color: white;
}

.summary-card__loyalty-action {
  border-color: white;
  color: var(--black);
  background: white;
}

.checkout-address {
  padding: 18px;
  border: 1px solid var(--black);
  border-radius: 14px;
  background: #f7f7f7;
}

.checkout-address__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-address__heading strong {
  padding: 5px 9px;
  border-radius: 999px;
  color: white;
  background: var(--black);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.checkout-address__required-note {
  margin: 8px 0 14px;
  color: #555;
  font-size: 0.83rem;
  line-height: 1.45;
}

.mobile-cart-button {
  border: 1px solid white;
  border-radius: 999px;
  color: white;
  background: var(--black);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.welcome-bubble,
.welcome-bubble--promo {
  border: 1px solid #333;
  border-radius: 20px;
  color: white;
  background: var(--black);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.45),
    0 0 0 100vmax rgba(0, 0, 0, 0.72);
}

.welcome-bubble__promo-strip {
  border: 1px solid #333;
  border-radius: 14px;
  box-shadow: none;
}

.welcome-bubble--promo .welcome-bubble__headline-accent,
.welcome-bubble--promo .welcome-bubble__description-line--accent {
  border: 0;
  border-radius: 4px;
  color: var(--black);
  background: white;
  box-shadow: none;
}

.welcome-bubble__close {
  border: 1px solid white;
  color: var(--black);
  background: white;
}

.welcome-bubble__actions .primary-button {
  color: var(--black);
  background: white;
}

.welcome-bubble__actions .secondary-button {
  color: white;
  background: transparent;
}

@media (max-width: 900px) {
  .page-shell {
    padding-inline: 0;
  }

  .hero {
    padding: 0 14px 28px;
  }

  .hero-backdrop {
    inset: 76px 0 auto;
    height: 330px;
    border: 0;
  }

  .hero-topbar {
    margin-inline: -14px;
    width: calc(100% + 28px);
  }

  .mobile-nav-toggle {
    border: 1px solid var(--black);
    border-radius: 50%;
    background: white;
  }

  .mobile-nav-toggle span {
    background: var(--black);
  }

  .hero-body {
    margin-top: 350px;
  }

  .hero-copy h1 {
    color: white;
  }

  .hero-lead {
    color: rgba(255, 255, 255, 0.75);
  }

  .hero-summary {
    box-shadow: none;
  }

  .brand-manifesto {
    border-bottom: 1px solid #ddd;
  }

  .brand-manifesto article + article {
    border-top: 1px solid #ddd;
  }

  .control-deck {
    padding: 12px 16px;
  }

  .lifestyle-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lifestyle-story__media,
  .lifestyle-story__media img,
  .lifestyle-story__media video {
    min-height: 540px;
    height: 540px;
  }

  .lifestyle-story__copy {
    padding: 42px 20px 52px;
  }

  .lifestyle-story__copy h2 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .featured {
    padding: 48px 16px 64px;
  }

  .section-heading {
    padding-bottom: 20px;
  }

  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    padding-top: 24px;
  }

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

  .featured-card h3 {
    margin-top: 12px;
    font-size: 0.96rem;
  }

  .featured-card p {
    display: none;
  }

  .featured-card__footer {
    display: grid;
    align-items: stretch;
  }

  .featured-card__button {
    width: 100%;
  }

  .loyalty-card--showcase {
    padding: 48px 20px;
  }

  .menu-group__heading {
    padding: 38px 16px 20px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    padding: 0 16px 54px;
  }

  .product-card:nth-child(odd) {
    border-right: 1px solid #dedede;
  }
}

@media (max-width: 520px) {
  .hero-backdrop {
    height: 290px;
  }

  .hero-body {
    margin-top: 310px;
  }

  .hero-copy h1 {
    font-size: clamp(4.5rem, 21vw, 6rem);
  }

  .lifestyle-story__media,
  .lifestyle-story__media img,
  .lifestyle-story__media video {
    min-height: 460px;
    height: 460px;
  }

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

  .featured-card__badge {
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.56rem;
  }

  .featured-card__price {
    font-size: 0.92rem;
  }

  .featured-card__button {
    padding: 9px 10px;
    font-size: 0.78rem;
  }
}

/* OSHTY V4 — photo-first storefront */
.brand-ticker,
.hero,
.control-deck,
.loyalty-card--source,
.welcome-bubble {
  display: none !important;
}

.lifestyle-story {
  position: relative;
  min-height: min(820px, 92vh);
}

.lifestyle-story__nav {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  pointer-events: none;
}

.lifestyle-story__brand,
.lifestyle-story__actions {
  pointer-events: auto;
}

.lifestyle-story__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 14px 7px 7px;
  color: white;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  text-decoration: none;
}

.lifestyle-story__brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  filter: none;
}

.lifestyle-story__brand span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15rem;
  line-height: 0.84;
  letter-spacing: 0.04em;
}

.lifestyle-story__actions {
  display: flex;
  gap: 8px;
}

.lifestyle-story__actions button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  color: white;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(12px);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.lifestyle-story__actions button:last-child {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--black);
  background: white;
}

.lifestyle-story__copy h1 {
  max-width: 9ch;
  margin: 0;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.5rem, 8vw, 8.5rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.02em;
}

.lifestyle-story__menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(260px, 100%);
  margin-top: 10px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: white;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.menu-invite {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(240px, 0.55fr);
  align-items: end;
  gap: 28px;
  padding: 20px 0 46px;
  overflow: hidden;
}

.menu-invite__number {
  align-self: start;
  color: #dededb;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 0.78;
}

.menu-invite__title h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 9vw, 9rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.menu-invite__title h2 em {
  color: white;
  font-style: normal;
  -webkit-text-stroke: 2px var(--black);
}

.menu-invite__aside {
  display: grid;
  gap: 18px;
  padding-bottom: 8px;
}

.menu-invite__line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
}

.menu-invite__aside p {
  max-width: 24ch;
  margin: 0;
  color: var(--black);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.15;
}

.checkout-gate {
  margin-top: 14px;
  border: 1px solid var(--black);
  background: white;
}

.checkout-gate__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 20px;
  color: white;
  background: var(--black);
  cursor: pointer;
  list-style: none;
}

.checkout-gate__trigger::-webkit-details-marker {
  display: none;
}

.checkout-gate__trigger span:first-child {
  display: grid;
  gap: 4px;
}

.checkout-gate__trigger small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.checkout-gate__trigger strong {
  font-size: 1.25rem;
}

.checkout-gate__trigger-meta {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.checkout-gate__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.checkout-gate[open] .checkout-gate__arrow {
  transform: rotate(180deg);
}

.checkout-gate .checkout-form {
  padding: 20px;
}

.checkout-address {
  position: relative;
  padding: 0 0 22px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f0f0ed;
}

.checkout-address__intro {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 20px;
  padding: 24px;
  color: white;
  background: var(--black);
}

.checkout-address__step {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  line-height: 0.8;
}

.checkout-address__intro .section-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.checkout-address__intro h3 {
  margin: 7px 0 8px;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 0.9;
}

.checkout-address__intro p {
  max-width: 40ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
}

.checkout-address > .checkout-address__label,
.checkout-address > .checkout-address__city-street,
.checkout-address > .checkout-form__grid,
.checkout-address > .checkout-address__check,
.checkout-address > .checkout-address__hint,
.checkout-address > .route-card {
  margin-right: 20px;
  margin-left: 20px;
}

.checkout-address__check {
  width: calc(100% - 40px);
  min-height: 52px;
  margin-top: 18px;
  border-radius: 0;
}

.summary-card__loyalty {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  border-radius: 0;
}

.summary-card__loyalty::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: white;
}

@media (max-width: 900px) {
  .lifestyle-story {
    min-height: 0;
  }

  .lifestyle-story__nav {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .lifestyle-story__brand {
    padding: 5px;
  }

  .lifestyle-story__brand img {
    width: 42px;
    height: 42px;
  }

  .lifestyle-story__brand span,
  .lifestyle-story__actions button:first-child {
    display: none;
  }

  .lifestyle-story__actions button {
    min-height: 52px;
    padding-inline: 15px;
  }

  .lifestyle-story__copy h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .menu-invite {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 32px;
  }

  .menu-invite__number {
    font-size: 4rem;
  }

  .menu-invite__title h2 {
    font-size: clamp(4.3rem, 19vw, 7rem);
  }

  .menu-invite__aside {
    grid-column: 2;
  }

  .checkout-gate__trigger {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .checkout-gate__trigger-meta {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand-manifesto strong {
    font-size: 2rem;
  }

  .checkout-gate .checkout-form {
    padding: 12px;
  }

  .checkout-address__intro {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 16px;
  }

  .checkout-address__step {
    font-size: 3.8rem;
  }

  .checkout-address__intro h3 {
    font-size: 2rem;
  }
}

/* OSHTY V5 — full-bleed stage and dimensional reveals */
html {
  width: 100%;
  min-height: 100%;
  background: #000;
  /* clip zamiast hidden: blokuje poziomy scroll, ale NIE psuje position: sticky
     (hidden robi z body kontener przewijania -> koszyk-kolumna przestaje się kleić) */
  overflow-x: clip;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  background: #000;
}

.page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  /* UWAGA: perspective tutaj tworzyło containing block dla position:fixed,
     przez co pływający koszyk (fixed) uciekał ze scrollem na górę strony.
     Reveale mają własne perspective() w swoich transformach, więc tego nie potrzebują. */
  background: #000;
}

.lifestyle-story {
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  width: 100%;
  height: clamp(720px, 100svh, 900px);
  min-height: 720px;
}

.lifestyle-story__media,
.lifestyle-story__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.lifestyle-story__copy {
  gap: 18px;
  padding: clamp(38px, 4vw, 72px);
}

.lifestyle-story__copy h1 {
  max-width: 7ch;
  font-size: clamp(4.4rem, 5.9vw, 7.4rem);
  line-height: 0.82;
}

.lifestyle-story__copy p:last-of-type {
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.65;
}

.brand-manifesto,
.featured,
.menu-group,
.legal-note {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

body.reveal-ready .reveal:not(.lifestyle-story):not(.loyalty-card--source) {
  opacity: 0;
  filter: blur(8px);
  transform:
    perspective(1500px)
    translate3d(0, 110px, -150px)
    rotateX(9deg)
    scale(0.965);
  transform-origin: 50% 0;
  box-shadow: 0 -34px 90px rgba(0, 0, 0, 0.48);
  transition:
    opacity 700ms ease,
    filter 850ms ease,
    transform 950ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 950ms ease;
  will-change: opacity, filter, transform;
}

body.reveal-ready .reveal.is-visible:not(.lifestyle-story):not(.loyalty-card--source) {
  opacity: 1;
  filter: blur(0);
  transform:
    perspective(1500px)
    translate3d(0, 0, 0)
    rotateX(0)
    scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

body.reveal-ready .brand-manifesto article,
body.reveal-ready .featured-card,
body.reveal-ready .menu-group .product-card {
  opacity: 0;
  transform: translate3d(0, 38px, -50px) rotateX(5deg);
  transform-origin: 50% 0;
  transition:
    opacity 500ms ease,
    transform 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.reveal-ready .brand-manifesto.is-visible article,
body.reveal-ready .featured.is-visible .featured-card,
body.reveal-ready .menu-group.is-visible .product-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateX(0);
}

body.reveal-ready .brand-manifesto.is-visible article:nth-child(2),
body.reveal-ready .featured.is-visible .featured-card:nth-child(2),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(2) {
  transition-delay: 90ms;
}

body.reveal-ready .brand-manifesto.is-visible article:nth-child(3),
body.reveal-ready .featured.is-visible .featured-card:nth-child(3),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(3) {
  transition-delay: 180ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(4) {
  transition-delay: 270ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(5) {
  transition-delay: 360ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(6) {
  transition-delay: 450ms;
}

@media (max-width: 900px) {
  .lifestyle-story {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .lifestyle-story__media,
  .lifestyle-story__media img {
    min-height: 460px;
  }

  .lifestyle-story__copy {
    padding: 46px 20px 56px;
  }

  .lifestyle-story__copy h1 {
    max-width: 8ch;
    font-size: clamp(4rem, 18vw, 6rem);
  }

  body.reveal-ready .reveal:not(.lifestyle-story):not(.loyalty-card--source) {
    filter: blur(4px);
    transform:
      perspective(1000px)
      translate3d(0, 70px, -80px)
      rotateX(6deg)
      scale(0.98);
  }

  body.reveal-ready .reveal.is-visible:not(.lifestyle-story):not(.loyalty-card--source) {
    filter: blur(0);
    transform:
      perspective(1000px)
      translate3d(0, 0, 0)
      rotateX(0)
      scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .reveal,
  body.reveal-ready .reveal.is-visible,
  body.reveal-ready .brand-manifesto article,
  body.reveal-ready .featured-card,
  body.reveal-ready .menu-group .product-card {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* OSHTY V6 — smoother reveals and clear cart backdrop */
.drawer-scrim,
body.cart-drawer-open .drawer-scrim {
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.reveal-ready .reveal:not(.lifestyle-story):not(.loyalty-card--source) {
  opacity: 0;
  filter: none;
  transform:
    translate3d(0, 64px, 0)
    rotateX(3deg)
    scale(0.985);
  box-shadow: none;
  transition:
    opacity 420ms ease-out,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

body.reveal-ready .reveal.is-visible:not(.lifestyle-story):not(.loyalty-card--source) {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0) rotateX(0) scale(1);
  box-shadow: none;
}

body.reveal-ready .brand-manifesto article,
body.reveal-ready .featured-card,
body.reveal-ready .menu-group .menu-group__heading,
body.reveal-ready .menu-group .product-card {
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(0.985);
  transition:
    opacity 360ms ease-out,
    transform 580ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

body.reveal-ready .brand-manifesto.is-visible article,
body.reveal-ready .featured.is-visible .featured-card,
body.reveal-ready .menu-group.is-visible .menu-group__heading,
body.reveal-ready .menu-group.is-visible .product-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.reveal-ready .menu-group.is-visible .menu-group__heading {
  transition-delay: 60ms;
}

body.reveal-ready .featured.is-visible .featured-card:nth-child(1),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(1) {
  transition-delay: 160ms;
}

body.reveal-ready .featured.is-visible .featured-card:nth-child(2),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(2) {
  transition-delay: 240ms;
}

body.reveal-ready .featured.is-visible .featured-card:nth-child(3),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(3) {
  transition-delay: 320ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(4) {
  transition-delay: 400ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(5) {
  transition-delay: 480ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(6) {
  transition-delay: 560ms;
}

body.reveal-ready .reveal.is-visible,
body.reveal-ready .brand-manifesto.is-visible article,
body.reveal-ready .featured.is-visible .featured-card,
body.reveal-ready .menu-group.is-visible .menu-group__heading,
body.reveal-ready .menu-group.is-visible .product-card {
  will-change: auto;
}

@media (max-width: 900px) {
  body.reveal-ready .reveal:not(.lifestyle-story):not(.loyalty-card--source) {
    filter: none;
    transform: translate3d(0, 42px, 0) scale(0.99);
  }

  body.reveal-ready .reveal.is-visible:not(.lifestyle-story):not(.loyalty-card--source) {
    filter: none;
    transform: translate3d(0, 0, 0) scale(1);
  }

  body.reveal-ready .brand-manifesto article,
  body.reveal-ready .featured-card,
  body.reveal-ready .menu-group .menu-group__heading,
  body.reveal-ready .menu-group .product-card {
    transform: translate3d(0, 26px, 0) scale(0.99);
  }

  body.reveal-ready .brand-manifesto.is-visible article,
  body.reveal-ready .featured.is-visible .featured-card,
  body.reveal-ready .menu-group.is-visible .menu-group__heading,
  body.reveal-ready .menu-group.is-visible .product-card {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* OSHTY V7 — fully black storefront */
.layout,
.menu-pane,
.brand-manifesto,
.featured,
.menu-sections,
.menu-group,
.menu-group__heading,
.product-grid,
.featured-card,
.product-card,
.legal-note {
  color: #fff;
  background: #000;
}

.brand-manifesto {
  border-color: #252525;
}

.brand-manifesto article,
.brand-manifesto article:nth-child(2),
.brand-manifesto article:nth-child(3) {
  color: #fff;
  background: #000;
}

.brand-manifesto article + article {
  border-color: #252525;
}

.brand-manifesto span {
  color: #3a3a3a;
}

.brand-manifesto strong,
.brand-manifesto p {
  color: #fff;
}

.featured {
  border-top: 1px solid #252525;
}

.section-heading,
.menu-invite {
  border-color: #333;
}

.section-heading .section-kicker,
.menu-invite__title .section-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.menu-invite__number {
  color: #282828;
}

.menu-invite__title h2,
.menu-invite__aside p {
  color: #fff;
}

.menu-invite__title h2 em {
  color: #000;
  -webkit-text-stroke-color: #fff;
}

.menu-invite__line {
  background: #fff;
}

.featured-card {
  border-bottom-color: #2a2a2a;
}

.featured-card h3,
.featured-card__price {
  color: #fff;
}

.featured-card p {
  color: rgba(255, 255, 255, 0.58);
}

.featured-card__footer {
  border-color: #303030;
}

.featured-card__button {
  border-color: #fff;
  color: #000;
  background: #fff;
}

.menu-group {
  border-color: #2a2a2a;
}

.menu-group__heading {
  color: #fff;
  border-color: #2a2a2a;
}

.menu-group__heading h2 {
  color: #fff;
}

.menu-group__description {
  color: rgba(255, 255, 255, 0.58);
}

.product-grid {
  border-color: #2a2a2a;
}

.product-card,
.product-card:nth-child(odd),
.product-card + .product-card {
  color: #fff;
  border-color: #303030;
  background: #080808;
}

.product-card__media {
  border-color: #303030;
  background: #000;
}

.product-card h3,
.product-card__price {
  color: #fff;
}

.product-card__copy p {
  color: rgba(255, 255, 255, 0.58);
}

.product-card__footer {
  border-color: #303030;
}

.product-card__action {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.product-card__action--primary {
  color: #000;
  background: #fff;
}

.legal-note {
  border-color: #292929;
}

.legal-note p {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 900px) {
  .brand-manifesto,
  .brand-manifesto article + article,
  .product-card,
  .product-card:nth-child(odd) {
    border-color: #292929;
  }
}

/* OSHTY V8 — continuous scrolling, card-only motion */
body.reveal-ready .reveal:not(.lifestyle-story):not(.loyalty-card--source),
body.reveal-ready .reveal.is-visible:not(.lifestyle-story):not(.loyalty-card--source) {
  opacity: 1;
  filter: none;
  transform: none;
  box-shadow: none;
  transition: none;
  will-change: auto;
}

body.reveal-ready .brand-manifesto article,
body.reveal-ready .menu-group .menu-group__heading {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

body.reveal-ready .featured-card,
body.reveal-ready .menu-group .product-card {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 240ms ease-out,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

body.reveal-ready .featured.is-visible .featured-card,
body.reveal-ready .menu-group.is-visible .product-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.reveal-ready .featured.is-visible .featured-card:nth-child(1),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(1) {
  transition-delay: 40ms;
}

body.reveal-ready .featured.is-visible .featured-card:nth-child(2),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(2) {
  transition-delay: 90ms;
}

body.reveal-ready .featured.is-visible .featured-card:nth-child(3),
body.reveal-ready .menu-group.is-visible .product-card:nth-child(3) {
  transition-delay: 140ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(4) {
  transition-delay: 190ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(5) {
  transition-delay: 240ms;
}

body.reveal-ready .menu-group.is-visible .product-card:nth-child(6) {
  transition-delay: 290ms;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

/* Zoom zdjęcia menu: klon zdjęcia wyrwany z layoutu na wierzch ekranu
   (position: fixed) — żaden przodek go nie przycina. Patrz .menu-zoom-layer. */
.menu-zoom-layer {
  position: fixed;
  z-index: 4000;
  pointer-events: none;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform-origin: center center;
  will-change: transform;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 160ms ease;
}
.menu-zoom-layer.is-on {
  opacity: 1;
}
.menu-zoom-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Miękki cień/podniesienie kafelka przy najechaniu — głębia pod efekt 3D */
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__media {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }
}

/* Fallback bez ruchu 3D (reduced-motion / brak JS): sam delikatny zoom */
@media (prefers-reduced-motion: reduce) {
  .product-card__media img {
    transition: transform 200ms ease;
  }
  .product-card__media:hover img {
    transform: scale(1.05) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .featured-card,
  body.reveal-ready .menu-group .product-card,
  body.reveal-ready .featured.is-visible .featured-card,
  body.reveal-ready .menu-group.is-visible .product-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* OSHTY V9 CASCADE FIX */
.drawer-scrim,
body.cart-drawer-open .drawer-scrim {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.cart-panel,
body.cart-drawer-open .cart-panel {
  inset: 0 0 0 auto;
  width: min(620px, 100vw);
  max-height: 100vh;
  padding: 0;
  border: 0;
  border-left: 1px solid #d8d8d3;
  border-radius: 28px 0 0 28px;
  color: #0a0a0a;
  background: #f7f7f3;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.18);
}

.cart-panel__header {
  align-items: center;
  padding: 30px 30px 20px;
  border-bottom: 1px solid #d8d8d3;
  background: #f7f7f3;
}

.cart-panel__body {
  gap: 18px;
  grid-auto-rows: max-content;
  padding: 22px 26px 48px;
}

.cart-items {
  order: 0;
}

.checkout-gate {
  order: 1;
}

.summary-card {
  order: 2;
}

.cart-item,
.summary-card {
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.summary-card {
  padding: 20px;
}

.summary-card__loyalty {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 17px 18px 17px 25px;
  border: 0;
  border-radius: 14px;
}

.checkout-gate {
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d8d3;
  border-radius: 22px;
  background: #fff;
}

.checkout-gate__trigger {
  min-height: 92px;
  padding: 20px 22px;
  color: #fff;
  background: #050505;
  cursor: default;
}

.checkout-gate .checkout-form {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.checkout-mode,
.checkout-contact {
  padding: 17px;
  border: 1px solid #deded8;
  border-radius: 17px;
  background: #f4f4f0;
}

.checkout-address {
  display: grid;
  gap: 10px;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid #deded8;
  border-radius: 18px;
  background: #f4f4f0;
}

.checkout-address__intro {
  grid-template-columns: 58px minmax(0, 1fr);
  margin-bottom: 18px;
  padding: 22px;
  background: #111;
}

.checkout-address__city-street input,
.checkout-address .field input,
.checkout-contact .field input {
  min-height: 52px;
  border: 1px solid #cecec8;
  border-radius: 11px;
  color: #111;
  background: #fff;
  box-shadow: none;
}

.checkout-address__check {
  width: calc(100% - 40px);
  min-height: 52px;
  border: 1px solid #000;
  border-radius: 11px;
  color: #fff;
  background: #000;
}

.payment-method-option {
  border: 1px solid #deded8;
  border-radius: 13px;
  background: #fff;
}

.payment-method-option:has(input:checked),
.payment-method-option--selected {
  border-color: #000;
  box-shadow: 0 0 0 2px #000;
}

.checkout-form .primary-button--full {
  min-height: 58px;
  border: 1px solid #000;
  border-radius: 13px;
  color: #fff;
  background: #000;
}

@media (max-width: 700px) {
  .cart-panel,
  body.cart-drawer-open .cart-panel {
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .cart-panel__header {
    padding: 24px 18px 16px;
  }

  .cart-panel__body {
    padding: 16px 14px 36px;
  }

  .summary-card__loyalty {
    grid-template-columns: 1fr;
  }

  .checkout-gate__trigger {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .checkout-gate__trigger-meta {
    display: none;
  }

  .checkout-form__grid,
  .checkout-address__city-street,
  .checkout-form__grid--address {
    grid-template-columns: 1fr;
  }

  body.cart-drawer-open .mobile-cart-button {
    display: none !important;
  }
}

/* OSHTY V10 — interaction and loyalty visibility */
.drawer-scrim,
body.cart-drawer-open .drawer-scrim {
  pointer-events: none !important;
}

.cart-panel,
body.cart-drawer-open .cart-panel {
  z-index: 70 !important;
  pointer-events: auto !important;
  isolation: isolate;
}

.cart-panel button,
.cart-panel input,
.cart-panel textarea,
.cart-panel label {
  pointer-events: auto;
}

.cart-loyalty-card {
  order: 1;
  margin: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    #050505;
}

.checkout-gate {
  order: 2;
}

.summary-card {
  order: 3;
}

.auth-modal,
.account-modal,
.rewards-modal,
.order-history-modal,
.order-details-modal {
  z-index: 90;
}

@media (max-width: 700px) {
  .cart-loyalty-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .cart-loyalty-card .summary-card__loyalty-action {
    width: 100%;
  }
}

/* OSHTY V11 — vertical delivery address and stable cart */
.cart-panel.is-pulsing {
  animation: none !important;
}

.checkout-address__city-street,
.checkout-form__grid--address {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
}

.checkout-address .address-field-stack {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  overflow: visible;
}

.checkout-address .address-field-stack:has(.address-suggestions--cart:not([hidden])) {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.checkout-address .address-suggestions--cart {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  align-self: start;
  max-height: 230px !important;
  margin: 0;
  padding: 8px;
  border: 1px solid #cecec8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
  overflow-y: auto;
}

.checkout-address .address-suggestion {
  padding: 10px 11px;
  border-radius: 9px;
}

.checkout-address .address-suggestion strong {
  color: #111;
  font-size: 0.88rem;
}

.checkout-address .address-suggestion span {
  font-size: 0.72rem;
  line-height: 1.3;
}

@media (max-width: 700px) {
  .checkout-address .address-field-stack:has(.address-suggestions--cart:not([hidden])) {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-address .address-suggestions--cart {
    max-height: 180px !important;
  }
}

/* ============================================================
   OSHTY BRAND COLOR PASS — koszyk (cart) + dymek konta (bubble)
   Brand book (PLIKI.pdf · KOLORY):
     czern  #221f20 · czerwien #dc2228 · krem #faf4e8
   ============================================================ */
:root {
  --oshty-black: #221f20;
  --oshty-red: #dc2228;
  --oshty-red-dark: #b81d22;
  --oshty-cream: #faf4e8;
  --oshty-cream-card: #fffdf8;
  --oshty-line: rgba(34, 31, 32, 0.14);
}

/* ============================================================
   OSHTY CART — DARK REBRAND + RESTRUCTURE
   (bold/loud, deliberately unlike SurfBurger's white-minimal cart)
   ============================================================ */
:root {
  --oshty-ink-1: #1b1817; /* deepest — inputs */
  --oshty-ink-2: #221f20; /* drawer */
  --oshty-ink-3: #2c2826; /* lifted cards */
  --oshty-hair: rgba(250, 244, 232, 0.14);
  --oshty-muted-on-dark: rgba(250, 244, 232, 0.6);
}

/* --- Dark drawer with red spine --- */
.cart-panel,
.cart-panel__header,
.cart-panel__body {
  background: var(--oshty-ink-2) !important;
  color: var(--oshty-cream) !important;
}
.cart-panel {
  border-left: 5px solid var(--oshty-red) !important;
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.55) !important;
}
.cart-panel__header {
  position: relative !important;
  border-bottom: 0 !important;
}
/* checkered "race tape" divider — brand-book motif */
.cart-panel__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-color: var(--oshty-ink-2);
  background-image:
    linear-gradient(45deg, var(--oshty-cream) 25%, transparent 25%, transparent 75%, var(--oshty-cream) 75%),
    linear-gradient(45deg, var(--oshty-cream) 25%, transparent 25%, transparent 75%, var(--oshty-cream) 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  opacity: 0.85;
  z-index: 6;
}
.cart-panel__header h2 {
  color: var(--oshty-cream) !important;
}
.cart-panel__header .section-kicker {
  color: var(--oshty-red) !important;
}
.cart-panel__header .section-kicker::before {
  content: "\2605  ";
}
.cart-panel .text-button,
.cart-panel .icon-button,
.cart-panel__close {
  color: var(--oshty-cream) !important;
}

/* --- Cards: lifted dark with hairline --- */
.cart-panel .summary-card,
.cart-panel .checkout-address,
.cart-panel .checkout-contact {
  background: var(--oshty-ink-3) !important;
  color: var(--oshty-cream) !important;
  border: 1px solid var(--oshty-hair) !important;
}
/* checkout gate is a plain white wrapper by default -> let the dark drawer show */
.cart-panel .checkout-gate {
  background: transparent !important;
  border: 0 !important;
}

/* --- Muted / value text on dark --- */
.cart-panel .summary-card__row span,
.cart-panel .summary-card__note,
.cart-panel .summary-card__promo-note,
.cart-panel .checkout-address__hint,
.cart-panel .checkout-address__label,
.cart-panel .checkout-section-heading small,
.cart-panel .checkout-address__intro p,
.cart-panel .checkout-gate__trigger-meta,
.cart-panel .field > span,
.cart-panel label > span,
.cart-panel .section-kicker,
.cart-panel .cart-items,
.cart-panel .cart-empty,
.cart-panel .cart-items p {
  color: var(--oshty-muted-on-dark) !important;
}
.cart-panel .summary-card__row strong {
  color: var(--oshty-cream) !important;
}
.cart-panel .summary-card__divider {
  background: var(--oshty-hair) !important;
}
/* big red grand total */
.cart-panel .summary-card__row--total strong {
  color: var(--oshty-red) !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

/* --- Inputs / textarea dark --- */
.cart-panel input,
.cart-panel textarea,
.cart-panel .checkout-address input,
.cart-panel .checkout-form input,
.cart-panel .checkout-form__grid input {
  background: var(--oshty-ink-1) !important;
  border: 1px solid rgba(250, 244, 232, 0.2) !important;
  color: var(--oshty-cream) !important;
}
.cart-panel input::placeholder,
.cart-panel textarea::placeholder {
  color: rgba(250, 244, 232, 0.36) !important;
}
.cart-panel input:focus,
.cart-panel textarea:focus {
  border-color: var(--oshty-red) !important;
  box-shadow: 0 0 0 3px rgba(220, 34, 40, 0.28) !important;
}

/* --- OSHTY POINTS -> bold red callout (was dark) --- */
.cart-panel .cart-loyalty-card,
.cart-panel .summary-card__loyalty {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.16), transparent 42%),
    var(--oshty-red) !important;
  color: var(--oshty-cream) !important;
  border: 0 !important;
}
.cart-panel .cart-loyalty-card .summary-card__loyalty-kicker,
.cart-panel .cart-loyalty-card .summary-card__loyalty-title,
.cart-panel .cart-loyalty-card .summary-card__loyalty-text {
  color: rgba(255, 252, 246, 0.92) !important;
}
.cart-panel .cart-loyalty-card .summary-card__loyalty-action {
  background: var(--oshty-cream) !important;
  border-color: var(--oshty-cream) !important;
  color: var(--oshty-red) !important;
  font-weight: 800 !important;
}

/* --- Section headers: red bar + big Bebas (drop SurfBurger 01/02 look) --- */
.cart-panel .checkout-gate__trigger,
.cart-panel .checkout-address__intro,
.cart-panel .checkout-section-heading {
  background: transparent !important;
  color: var(--oshty-cream) !important;
  border-left: 4px solid var(--oshty-red) !important;
  border-radius: 0 !important;
  padding: 4px 0 4px 14px !important;
}
.cart-panel .checkout-gate__trigger strong,
.cart-panel .checkout-address__intro h3,
.cart-panel .checkout-section-heading strong,
.cart-panel .checkout-payment-title {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.55rem !important;
  letter-spacing: 0.02em !important;
  line-height: 1.04 !important;
  color: var(--oshty-cream) !important;
}
/* step tags -> small red Bebas */
.cart-panel .checkout-gate__arrow,
.cart-panel .checkout-address__step,
.cart-panel .checkout-section-heading > span {
  color: var(--oshty-red) !important;
  font-family: "Bebas Neue", sans-serif !important;
}

/* --- Primary CTAs -> red, Bebas --- */
.cart-panel .checkout-address__check,
.cart-panel .primary-button {
  background: var(--oshty-red) !important;
  border-color: var(--oshty-red) !important;
  color: var(--oshty-cream) !important;
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 0.05em !important;
  font-size: 1.25rem !important;
}
.cart-panel .checkout-address__check:hover,
.cart-panel .primary-button:hover {
  background: var(--oshty-red-dark) !important;
  border-color: var(--oshty-red-dark) !important;
  color: var(--oshty-cream) !important;
}

/* --- Tryb wrapper + empty-state on dark --- */
.cart-panel .checkout-mode {
  background: transparent !important;
  border: 0 !important;
}
.cart-panel .cart-empty {
  background: rgba(250, 244, 232, 0.05) !important;
  border: 1px dashed var(--oshty-hair) !important;
}
.cart-panel .cart-empty h3 {
  color: var(--oshty-cream) !important;
}

/* --- Mode toggle: segmented dark, red active --- */
.cart-panel .mode-switch {
  background: var(--oshty-ink-1) !important;
  border: 1px solid var(--oshty-hair) !important;
}
.cart-panel .mode-switch__button {
  background: transparent !important;
  color: var(--oshty-muted-on-dark) !important;
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 0.05em !important;
  font-size: 1.15rem !important;
}
.cart-panel .mode-switch__button.is-active {
  background: var(--oshty-red) !important;
  color: var(--oshty-cream) !important;
}

/* --- Payment options as dark cards --- */
.cart-panel .payment-method-option {
  background: var(--oshty-ink-1) !important;
  border: 1px solid var(--oshty-hair) !important;
  color: var(--oshty-cream) !important;
}
.cart-panel .payment-method-option__title {
  color: var(--oshty-cream) !important;
}
.cart-panel .payment-method-option__text {
  color: var(--oshty-muted-on-dark) !important;
}
.cart-panel .payment-method-option:has(input:checked) {
  border-color: var(--oshty-red) !important;
  box-shadow: 0 0 0 2px rgba(220, 34, 40, 0.45) !important;
}

/* --- Autocomplete dropdown on dark --- */
.cart-panel .address-suggestions--cart {
  background: var(--oshty-ink-3) !important;
  border-color: var(--oshty-hair) !important;
}
.cart-panel .address-suggestion {
  background: transparent !important;
  border-color: var(--oshty-hair) !important;
  color: var(--oshty-cream) !important;
}
.cart-panel .address-suggestion strong {
  color: var(--oshty-cream) !important;
}
.cart-panel .address-suggestion span {
  color: var(--oshty-muted-on-dark) !important;
}
.cart-panel .address-suggestion.is-active,
.cart-panel .address-suggestion:hover {
  background: rgba(220, 34, 40, 0.24) !important;
}

/* --- Delivery/route summary card -> brand dark (was SurfBurger-ish green) --- */
.cart-panel .route-card__panel {
  background: var(--oshty-ink-3) !important;
  border: 1px solid var(--oshty-hair) !important;
  border-left: 4px solid var(--oshty-red) !important;
  border-radius: 16px !important;
  color: var(--oshty-cream) !important;
}
.cart-panel .route-card__panel--success {
  background: var(--oshty-ink-3) !important;
  border-color: var(--oshty-hair) !important;
  border-left-color: var(--oshty-red) !important;
}
.cart-panel .route-card__panel--error {
  background: var(--oshty-ink-3) !important;
  border-left-color: var(--oshty-red) !important;
}
.cart-panel .route-card__panel--info,
.cart-panel .route-card__panel--idle {
  background: var(--oshty-ink-3) !important;
}
.cart-panel .route-card__panel > strong {
  color: var(--oshty-cream) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.35rem !important;
  letter-spacing: 0.02em !important;
}
.cart-panel .route-card__panel p,
.cart-panel .route-card__meta,
.cart-panel .route-card__meta span {
  color: var(--oshty-muted-on-dark) !important;
}
/* stacked/joined vertical stat rows (deliberately unlike SurfBurger's 3 tiles) */
.cart-panel .route-card__stats {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border: 1px solid var(--oshty-hair) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
.cart-panel .route-card__stats span {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  background: var(--oshty-ink-1) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--oshty-hair) !important;
  border-radius: 0 !important;
  color: var(--oshty-muted-on-dark) !important;
}
.cart-panel .route-card__stats span:last-child {
  border-bottom: 0 !important;
}
.cart-panel .route-card__stats strong {
  color: var(--oshty-red) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

/* --- Cart line items on dark (were white card + cream text = invisible) --- */
.cart-panel .cart-item {
  background: var(--oshty-ink-3) !important;
  border: 1px solid var(--oshty-hair) !important;
  color: var(--oshty-cream) !important;
}
.cart-panel .cart-item__copy h3 {
  color: var(--oshty-cream) !important;
}
.cart-panel .cart-item__copy p,
.cart-panel .cart-item__attrs {
  color: var(--oshty-muted-on-dark) !important;
}
.cart-panel .cart-item__footer,
.cart-panel .cart-item__footer > strong {
  color: var(--oshty-cream) !important;
}
.cart-panel .cart-item__footer > strong {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.3rem !important;
}
.cart-panel .cart-item__remove {
  color: var(--oshty-muted-on-dark) !important;
}
.cart-panel .qty-control {
  background: var(--oshty-ink-1) !important;
  border: 1px solid var(--oshty-hair) !important;
}
.cart-panel .qty-control button,
.cart-panel .qty-control strong {
  color: var(--oshty-cream) !important;
  background: transparent !important;
}

/* ---------- Account bubble (dymek konta) ---------- */
.welcome-bubble {
  background:
    radial-gradient(circle at 88% 12%, rgba(220, 34, 40, 0.3), transparent 44%),
    var(--oshty-black) !important;
  border-color: rgba(250, 244, 232, 0.16) !important;
}

/* Gold accents -> brand red + cream */
.welcome-bubble .welcome-bubble__headline-accent {
  color: var(--oshty-cream) !important;
  text-decoration-color: var(--oshty-red) !important;
  background: linear-gradient(180deg, rgba(220, 34, 40, 0) 0 54%, rgba(220, 34, 40, 0.3) 54% 100%) !important;
}

/* Bubble primary action -> brand red, secondary -> cream outline */
.welcome-bubble__actions .primary-button {
  background: var(--oshty-red) !important;
  border-color: var(--oshty-red) !important;
  color: var(--oshty-cream) !important;
}
.welcome-bubble__actions .primary-button:hover {
  background: var(--oshty-red-dark) !important;
  border-color: var(--oshty-red-dark) !important;
}
.welcome-bubble__actions .secondary-button {
  background: transparent !important;
  border-color: rgba(250, 244, 232, 0.5) !important;
  color: var(--oshty-cream) !important;
}

/* OSHTY V12 — floating cart and borderless menu media */
.mobile-cart-button {
  left: auto !important;
  right: max(16px, env(safe-area-inset-right)) !important;
  bottom: calc(16px + env(safe-area-inset-bottom)) !important;
  z-index: 68 !important;
}

.mobile-cart-button:not([hidden]) {
  display: flex !important;
}

body.cart-drawer-open .mobile-cart-button {
  display: none !important;
}

.product-card__media,
.product-card__media img {
  border: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ── OSHTY — DUŻY PODGLĄD ANATOMII BURGERA (hover) ───────────────── */
.product-hover-preview {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: max(32px, env(safe-area-inset-top)) 32px max(32px, env(safe-area-inset-bottom));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  background: rgba(15, 12, 12, 0.72);
  backdrop-filter: blur(3px);
  transition: opacity 180ms ease, visibility 180ms ease;
}

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

.product-hover-preview.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-hover-preview__frame {
  width: min(var(--product-hover-frame-width, 560px), calc(100vw - 96px));
  height: min(var(--product-hover-frame-height, 80vh), calc(100vh - 96px));
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 26px;
  background: var(--product-hover-bg, #221f20);
  box-shadow:
    0 34px 76px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(220, 34, 40, 0.55),
    inset 0 0 0 1px rgba(250, 244, 232, 0.08);
  transform: translateY(10px) scale(0.965);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-hover-preview.is-visible .product-hover-preview__frame {
  transform: translateY(0) scale(1);
}

.product-hover-preview__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  border-radius: inherit;
  background: var(--product-hover-bg, #221f20);
}

@media (max-width: 980px), (hover: none), (pointer: coarse) {
  .product-hover-preview {
    display: none !important;
  }
}

/* ── Galeria miniatur w oknie pozycji: burger (główne) + anatomia (drugie) ── */
.item-modal__thumbs {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 14px 20px 0;
  background: #fffaf4;
}
.item-modal__thumbs[hidden] { display: none; }
.item-modal__thumb {
  width: 66px;
  height: 66px;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  background: #221f20;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.item-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.item-modal__thumb.is-active {
  opacity: 1;
  border-color: #dc2228;
}
.item-modal__thumb:hover { opacity: 1; transform: translateY(-1px); }

/* ─────────────────────────────────────────────────────────────
   KOSZYK — definitywne położenie po otwarciu (nadpisuje rozproszone reguły).
   Pływający panel przy PRAWEJ krawędzi okna, position:fixed => podąża za
   scrollem niezależnie gdzie jesteśmy. transform:none zeruje stan „zamknięty".
   Tylko tablet/desktop (≥561px); mobile ma własną szufladę (inline JS).
   ───────────────────────────────────────────────────────────── */
@media (min-width: 561px) {
  body.cart-drawer-open .cart-panel {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    width: min(480px, calc(100vw - 24px)) !important;
    max-width: 480px !important;
    height: auto !important;
    max-height: calc(100dvh - 24px) !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
    animation: cartFloatIn 220ms cubic-bezier(0.22, 1, 0.36, 1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 3000 !important;
    overflow-y: auto !important;
    border-radius: 28px !important;
  }
  @keyframes cartFloatIn {
    from { opacity: 0; transform: translateX(28px) scale(0.98); }
    to   { opacity: 1; transform: none; }
  }
  body.cart-drawer-open .drawer-scrim {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 2900 !important;
  }
}

/* Powiększone zdjęcie musi móc wyjść poza kartę (też w lewo) — zdejmujemy
   overflow:hidden z grupy menu dla kafelka, nad którym jest kursor. */
@media (hover: hover) and (pointer: fine) {
  .menu-group:has(.product-card:hover) {
    overflow: visible;
  }
  .menu-sections:has(.product-card:hover),
  .menu-pane:has(.product-card:hover) {
    overflow: visible;
  }
}


/* ═══ OKNO PRODUKTU — OSHTY (v2, poprawione) ══════════════════════
   Zdjęcie wyśrodkowane po LEWEJ, wybory po PRAWEJ. Ciemne, kanciaste,
   czerwone akcenty. Właściwe selektory wierszy => nazwy widoczne. */

.item-modal__dialog {
  background:#201d1e !important; color:#faf4e8 !important;
  border:1px solid rgba(220,34,40,0.5) !important; border-radius:10px !important;
  box-shadow:0 40px 90px rgba(0,0,0,0.6) !important;
}
.item-modal__image-button::before, .item-modal__image-button::after { display:none !important; }
.item-modal__image-button { background:#14110f !important; cursor:zoom-in; }
.item-modal__image {
  object-fit:cover !important; object-position:center !important;
  -webkit-mask-image:none !important; mask-image:none !important; background:#14110f !important;
}
.item-modal__thumbs { background:transparent !important; }
.item-modal__thumb { border-radius:6px !important; background:#14110f !important; }
.item-modal__thumb.is-active { border-color:#dc2228 !important; }

.item-modal__content { background:#201d1e !important; color:#faf4e8 !important; }
.item-modal__content h2 { color:#faf4e8 !important; }
#itemModalCategory { color:#dc2228 !important; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; }
.item-modal__content p, .item-modal__description { color:rgba(250,244,232,0.66) !important; }
.item-modal__badge { background:#dc2228 !important; color:#fff !important; border-radius:4px !important; }

/* grupy + wiersze opcji — ciemne, nazwy widoczne */
.item-attr-group { background:#26221f !important; border:1px solid rgba(250,244,232,0.1) !important; border-left:3px solid #dc2228 !important; border-radius:6px !important; box-shadow:none !important; }
.item-attr-group__header { background:#14110f !important; border-bottom:1px solid rgba(250,244,232,0.1) !important; }
.item-attr-group__title { color:#faf4e8 !important; }
.item-attr-group__meta { color:rgba(250,244,232,0.5) !important; }
.item-attr-option { background:transparent !important; }
.item-attr-option:hover { background:rgba(220,34,40,0.12) !important; }
.item-attr-option-item + .item-attr-option-item { border-top:1px solid rgba(250,244,232,0.09) !important; }
.item-attr-option input { accent-color:#dc2228 !important; }
.item-attr-option__name { color:#faf4e8 !important; }
.item-attr-option__delta { color:#dc2228 !important; font-weight:700; }

.item-modal__footer { border-top:1px solid rgba(250,244,232,0.12) !important; background:#201d1e !important; }
#itemModalPrice { color:#faf4e8 !important; }
#itemModalAdd { background:#dc2228 !important; color:#fff !important; border:0 !important; border-radius:6px !important; text-transform:uppercase; letter-spacing:0.04em; }
#itemModalAdd:hover { background:#b81d22 !important; }
.item-modal__close { background:#14110f !important; color:#faf4e8 !important; border-radius:6px !important; }

@media (min-width: 761px) {
  .item-modal__dialog {
    width:min(980px, calc(100% - 24px)) !important;
    display:grid !important;
    grid-template-columns:minmax(0,45%) minmax(0,55%) !important;
    grid-template-areas:"media content" !important;
    align-items:stretch !important;
    max-height:min(88vh,780px) !important;
    overflow:hidden !important;
  }
  .item-modal__image-button {
    grid-area:media !important;
    display:flex !important; align-items:center !important; justify-content:center !important;
    padding:16px !important; border-radius:10px 0 0 10px !important; position:relative !important;
  }
  .item-modal__image { width:100% !important; height:auto !important; aspect-ratio:1/1 !important; border-radius:8px !important; }
  .item-modal__thumbs { grid-area:media !important; align-self:end !important; justify-self:center !important; z-index:3 !important; margin-bottom:14px !important; padding:0 !important; }
  .item-modal__content { grid-area:content !important; overflow-y:auto !important; max-height:min(88vh,780px) !important; }
}

/* Usuń plakietkę „KLASYK/SMASH" w oknie — wystawała poza górną krawędź */
.item-modal__badge { display: none !important; }

/* Lightbox (podgląd zdjęcia) — ciemne tło zamiast żółtych pasów pozycji */
.item-image-lightbox__image {
  background: #14110f !important;
  border-radius: 8px !important;
}
.item-image-lightbox__dialog { background: transparent !important; }

/* MOBILE: kafelek zdjęcia musi być KWADRATEM — inaczej pionowy kadr przycina
   boki burgera (obrazy są kwadratowe 1100×1100). */
@media (max-width: 900px) {
  .product-card__media {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    align-self: center !important;
  }
  .product-card__media img {
    object-fit: cover !important;
    object-position: center !important;
  }
}

/* ═══ POWIĘKSZENIE ZDJĘCIA — tylko po najechaniu NA ZDJĘCIE ══════════
   Duże powiększenie robi klon .menu-zoom-layer w body. Źródłowy kafelek
   zostaje w miejscu, bo jego skalowanie dawało efekt "drugiego" zdjęcia
   pod spodem. */
@media (hover: hover) and (pointer: fine) {
  .product-card__media {
    transition: box-shadow 180ms ease, outline-color 180ms ease;
    transform-origin: center center;
  }
  .product-card__media:hover {
    transform: none !important;
    z-index: 2 !important;
    position: relative !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42) !important;
    border-radius: 8px !important;
  }
  /* wszyscy przodkowie przestają obcinać, gdy kursor jest na zdjęciu */
  .product-card:has(.product-card__media:hover),
  .product-grid:has(.product-card__media:hover),
  .menu-group:has(.product-card__media:hover),
  .menu-sections:has(.product-card__media:hover),
  .menu-pane:has(.product-card__media:hover),
  .featured:has(.product-card__media:hover),
  main.layout:has(.product-card__media:hover) {
    overflow: visible !important;
    z-index: 60 !important;
  }
}

/* MOBILE: kwadratowy, WIĘKSZY kafelek (cały burger, boki nie ucięte) */
@media (max-width: 900px) {
  .product-card {
    --product-card-media-size: 152px !important;
    grid-template-columns: 152px minmax(0, 1fr) !important;
  }
  .product-card__media {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    align-self: center !important;
  }
  .product-card__media img {
    object-fit: cover !important;
    object-position: center !important;
  }
}

/* Gdy zdjęcie jest powiększone — przygaś sąsiednie kafelki, żeby nie „przebijały"
   się za nim (efekt dublowania). Powiększone zostaje wyraźnie na pierwszym planie. */
@media (hover: hover) and (pointer: fine) {
  .menu-group:has(.product-card__media:hover) .product-card:not(:has(.product-card__media:hover)) {
    opacity: 0.25;
    transition: opacity 220ms ease;
  }
  .product-card__media:hover {
    outline: 2px solid rgba(220, 34, 40, 0.75);
    outline-offset: 0;
  }
}

/* KOSZYK — scroll całego panelu.
   Wcześniej przewijał się tylko wewnętrzny .cart-panel__body. Na Safari/touch
   gest potrafił trafiać w nieruchomy panel, więc użytkownik widział blokadę. */
body.cart-drawer-open .cart-panel {
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y !important;
}

body.cart-drawer-open .drawer-scrim {
  pointer-events: none !important;
}

body.cart-drawer-open .cart-panel__header {
  position: sticky !important;
  top: 0 !important;
  z-index: 4 !important;
}

body.cart-drawer-open .cart-panel__body {
  display: grid !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}
