:root {
  --bg: #09090b;
  --copper: #d8a668;
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body.devine-modern {
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 166, 104, 0.2), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.09), transparent 35%),
    radial-gradient(circle at 50% 100%, rgba(95, 45, 20, 0.28), transparent 36%),
    var(--bg);
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.glass-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
}

.site-header.scrolled {
  background: rgba(9, 9, 11, 0.9);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.cafe-status {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #d6d3d1;
}

.cafe-status.is-open {
  color: #6ee7b7;
}

.cafe-status.is-closed {
  color: #f87171;
}

.cafe-status-mobile {
  display: none;
}

.cafe-order-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.order-tracker {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}

.order-tracker__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(18, 18, 21, 0.98), rgba(10, 10, 12, 0.99));
  backdrop-filter: blur(20px);
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.45);
  border-radius: 24px 24px 0 0;
  pointer-events: auto;
}

.order-tracker__inner,
.order-tracker__main,
.order-tracker__actions,
.order-tracker__headline {
  display: flex;
}

.order-tracker__main {
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.order-tracker__headline {
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}

.order-tracker__icon {
  font-size: 1.15rem;
  line-height: 1;
}

.order-tracker__id {
  font-weight: 800;
  color: #fff;
  font-size: 0.95rem;
}

.order-tracker__preview {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  min-width: 0;
}

.order-tracker__progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.order-tracker__progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d4af37, #f5d78e);
  transition: width 500ms ease;
}

.order-tracker__status {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
}

.order-tracker__actions {
  align-items: center;
  gap: 14px;
  margin-left: 18px;
  flex-shrink: 0;
}

.order-tracker__total {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.order-tracker__button {
  border: 0;
  border-radius: 999px;
  background: #d8a668;
  color: #09090b;
  padding: 10px 18px;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.order-tracker__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(216, 166, 104, 0.18);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.masonry {
  column-count: 4;
  column-gap: 1rem;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.menu-card {
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 100%;
  min-width: 0;
  transform-style: preserve-3d;
  transition: transform 340ms ease, box-shadow 320ms ease, border-color 220ms ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.54), 0 0 0 1px rgba(212, 167, 98, 0.2), 0 18px 40px rgba(212, 167, 98, 0.08);
  border-color: rgba(212, 167, 98, 0.42);
}

.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.menu-card:hover img {
  transform: scale(1.08);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.menu-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.08));
}

.menu-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  will-change: transform;
}

.menu-card__steam {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 72px;
  height: 58px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 2;
}

.menu-card__steam span {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  filter: blur(1px);
  opacity: 0;
}

.menu-card__steam span:nth-child(1) {
  left: 16px;
  animation: steamRise 2.9s ease-in-out infinite;
}

.menu-card__steam span:nth-child(2) {
  left: 30px;
  animation: steamRise 3.3s ease-in-out infinite 0.3s;
}

.menu-card__steam span:nth-child(3) {
  left: 44px;
  animation: steamRise 3.1s ease-in-out infinite 0.6s;
}

.menu-card:hover .menu-card__steam {
  opacity: 1;
}

.menu-card:hover .menu-card__steam span {
  opacity: 0.85;
}

.menu-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}

.menu-card__content p {
  margin: 0;
}

.menu-card__content h3 {
  line-height: 1.04;
}

.menu-card > .p-6 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.menu-card > .p-6 > .flex:last-child {
  margin-top: auto;
}

.btn-primary {
  background: var(--copper);
  color: #09090b;
  transition: all 220ms ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(216, 166, 104, 0.22);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transition: all 220ms ease;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.btn-primary.disabled-btn,
.btn-secondary.cafe-order-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.btn-primary.disabled-btn:hover,
.btn-secondary.cafe-order-disabled:hover {
  transform: none;
}

.pill-button {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #e7e5e4;
  background: rgba(255, 255, 255, 0.06);
  transition: all 220ms ease;
}

.pill-button:hover,
.pill-button.active {
  color: #09090b;
  background: var(--copper);
  border-color: var(--copper);
}

#category-filters.category-filter-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

#category-filters.category-filter-grid::-webkit-scrollbar {
  height: 7px;
}

#category-filters.category-filter-grid::-webkit-scrollbar-thumb {
  background: rgba(216, 166, 104, 0.5);
  border-radius: 999px;
}

.category-card {
  flex: 0 0 100px;
  min-width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  color: #f5f5f4;
  padding: 8px 8px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.category-card__image-wrap {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card__image {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  transition: transform 240ms ease;
}

.category-card__name {
  font-size: 0.76rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  border-color: rgba(216, 166, 104, 0.58);
}

.category-card:hover .category-card__image {
  transform: scale(1.05);
}

.category-card.active {
  border-color: rgba(216, 166, 104, 0.9);
  background: linear-gradient(160deg, rgba(216, 166, 104, 0.3), rgba(216, 166, 104, 0.14));
  box-shadow: 0 15px 32px rgba(216, 166, 104, 0.2);
  color: #fff9ef;
}

@media (min-width: 768px) {
  #category-filters.category-filter-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    overflow: visible;
    padding-bottom: 0;
  }

  .category-card {
    min-width: 0;
    width: 100%;
    max-width: 128px;
    justify-self: center;
  }
}

@media (max-width: 767px) {
  #category-filters.category-filter-grid {
    gap: 10px;
    padding-bottom: 8px;
  }

  .category-card {
    flex-basis: 86px;
    min-width: 86px;
    padding: 7px 7px 8px;
    gap: 5px;
  }

  .category-card__image-wrap {
    width: 64px;
    height: 64px;
  }

  .category-card__image {
    width: 62px;
    height: 62px;
  }

  .category-card__name {
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #category-filters.category-filter-grid {
    gap: 14px;
  }

  .category-card {
    max-width: 120px;
    padding: 9px 9px 10px;
    gap: 7px;
  }

  .category-card__image-wrap {
    width: 76px;
    height: 76px;
  }

  .category-card__image {
    width: 74px;
    height: 74px;
  }

  .category-card__name {
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  #category-filters.category-filter-grid {
    gap: 24px;
  }

  .category-card {
    max-width: 140px;
    padding: 12px;
    gap: 8px;
  }

  .category-card__image-wrap {
    width: 100px;
    height: 100px;
  }

  .category-card__image {
    width: 96px;
    height: 96px;
  }

  .category-card__name {
    font-size: 0.9rem;
  }
}

.input-field,
.select-field,
.textarea-field {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f5f4;
  padding: 0.8rem 1rem;
}

.input-field::placeholder,
.textarea-field::placeholder {
  color: #d6d3d1;
}

.select-field option {
  color: #111827;
}

.soft-card {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

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

.order-overview-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.order-overview-card:hover {
  border-color: rgba(201, 162, 109, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}

.table-select-wrap {
  position: relative;
}

.table-select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.table-select-field {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 44px 0 16px;
  font-size: 16px;
  color: #ffffff;
  appearance: none;
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.table-select-field:hover {
  border-color: #c9a26d;
}

.table-select-field:focus {
  border-color: #c9a26d;
  box-shadow: 0 0 0 2px rgba(201, 162, 109, 0.4);
}

.table-select-field option {
  color: #111827;
}

.main-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.cart-panel {
  position: sticky;
  top: 100px;
  background: linear-gradient(180deg, rgba(17, 17, 19, 0.98), rgba(13, 13, 15, 0.96));
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 140px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
}

.cart-panel > * {
  min-width: 0;
}

.cart-panel #cart-items {
  flex: 1;
  overflow-y: auto;
  padding-right: 4px;
  margin-top: 1rem;
}

.cart-panel--empty #cart-items {
  overflow: visible;
}

.cart-item {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  margin-bottom: 14px;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.cart-item:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 166, 104, 0.35);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.cart-item img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.premium-cart-item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.cart-item__price {
  margin: 0.25rem 0 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
}

.cart-item__remove {
  border: 0;
  background: transparent;
  color: #f7b0b0;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.25rem 0;
}

.cart-item__remove:hover {
  color: #ffd2d2;
}

.cart-item__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding-top: 2px;
}

.cart-item__total {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

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

.qty-controls button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #edc88e, #c99452);
  color: #1a120e;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(201, 148, 82, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.qty-controls button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(201, 148, 82, 0.4);
}

.cart-actions {
  margin-top: auto;
}

.checkout-flow {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}

.checkout-flow__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

.checkout-flow__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 740px);
  max-height: 92vh;
  overflow-y: auto;
  border-radius: 26px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.checkout-flow__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.order-confirmation-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.order-confirmation-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

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

.order-confirmation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.order-confirmation-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 28px 24px 24px;
  border-radius: 30px;
  text-align: center;
  transform: scale(0.8);
  opacity: 0;
  animation: scaleIn 0.4s ease forwards;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.order-confirmation-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.order-confirmation-modal__icon {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 6px auto 18px;
  display: grid;
  place-items: center;
}

.order-confirmation-modal__ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 3px solid rgba(52, 211, 153, 0.18);
  background: radial-gradient(circle, rgba(52, 211, 153, 0.16), rgba(52, 211, 153, 0.05));
  animation: pulse 2.2s ease-in-out infinite;
}

.order-confirmation-modal__check {
  position: relative;
  z-index: 1;
  color: #34d399;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  animation: checkPop 0.45s ease 0.12s both;
}

.order-confirmation-modal__eyebrow {
  margin: 0;
  color: #d8a668;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 800;
}

.order-confirmation-modal__title {
  margin: 10px 0 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
}

.order-confirmation-modal__subtitle {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.order-confirmation-modal__summary {
  margin-top: 20px;
  display: grid;
  gap: 12px;
  text-align: left;
}

.order-confirmation-modal__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.order-confirmation-modal__row strong {
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}

.order-confirmation-modal__items {
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  line-height: 1.6;
}

.order-confirmation-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.order-confirmation-modal__button {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 12px 16px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.order-confirmation-modal__button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.order-confirmation-modal__button--primary {
  background: var(--copper);
  color: #09090b;
  border-color: var(--copper);
}

.order-confirmation-modal__button--primary:hover {
  background: #e0b57b;
}

.order-confirmation-print-sheet {
  display: none;
}

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

.payment-option {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 14px;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.payment-option:hover {
  border-color: rgba(216, 166, 104, 0.75);
  transform: translateY(-2px);
  background: rgba(216, 166, 104, 0.14);
}

.payment-option__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.payment-option__subtitle {
  display: block;
  margin-top: 4px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.8);
}

.online-payment-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  padding: 20px;
  text-align: center;
}

.online-payment-card__spinner {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: #d8a668;
  animation: spin 0.9s linear infinite;
}

/* ─── Receipt / Ticket ─── */
.receipt-sheet {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #1a1a2e;
  padding: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.ticket-paper {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
  color: #1a1a2e;
  padding: 32px 28px;
}

.ticket-paper .ticket-cafe-name {
  margin: 0 0 2px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  text-align: center;
  color: #1a1a2e;
  letter-spacing: 0.04em;
}

.ticket-paper .ticket-cafe-tagline {
  margin: 0;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 600;
}

.ticket-paper h3 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  text-align: center;
  color: #1a1a2e;
  letter-spacing: 0.04em;
}

.ticket-meta {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: #6b7280;
  text-align: center;
}

.ticket-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ticket-items {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.ticket-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.5;
}

.ticket-row span:last-child {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 600;
  color: #1a1a2e;
}

.ticket-row--total {
  margin-top: 6px;
  padding-top: 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1a2e;
  border-top: 2px solid #1a1a2e;
}

.ticket-row--total span:last-child {
  font-weight: 800;
  color: #1a1a2e;
}

.ticket-divider {
  border: none;
  border-top: 1.5px dashed #d1d5db;
  margin: 14px 0;
}

.ticket-footer {
  margin-top: 18px;
  text-align: center;
  font-size: 0.88rem;
  color: #6b7280;
  font-style: italic;
}

.ticket-footer .ticket-emoji {
  font-style: normal;
  font-size: 1.1rem;
}

/* ─── Order History Cards ─── */
.order-history-section {
  margin-top: 0;
}

.order-history-sections {
  display: grid;
  gap: 24px;
}

.order-history-group {
  display: grid;
  gap: 16px;
}

.order-history-group__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.order-history-group__title {
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.order-history-group__description {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}

.order-history-group__count {
  flex-shrink: 0;
  min-width: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.order-history-group__empty {
  min-height: 0;
}

.order-history-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}

.order-history-card {
  background: linear-gradient(160deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 22px 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.order-history-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216,166,104,0.45);
  box-shadow: 0 16px 40px rgba(0,0,0,0.32);
}

.order-history-card--skeleton {
  opacity: 0.72;
}

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

.order-card__id {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.order-card__table {
  margin: 3px 0 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}

.order-card__items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-card__item-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.78);
}

.order-card__item-row span:last-child {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}

.order-card__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.order-card__total-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.order-card__total-value {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.order-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 6px;
  flex-wrap: wrap;
}

.order-card__date {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

.order-card__view-btn {
  border: 1px solid rgba(216, 166, 104, 0.35);
  border-radius: 999px;
  background: rgba(216, 166, 104, 0.12);
  color: #f8e7c6;
  padding: 8px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.order-card__view-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  background: rgba(216, 166, 104, 0.2);
  border-color: rgba(216, 166, 104, 0.55);
}

.order-card__view-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

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

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

.order-details-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.order-details-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.order-details-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.order-details-modal__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.72rem;
  color: #d8a668;
}

.order-details-modal__title {
  margin: 8px 0 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.order-details-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.order-details-modal__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.order-details-modal__meta-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.order-details-modal__meta-label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.58);
}

.order-details-modal__meta-value {
  color: #fff;
  font-weight: 700;
}

.order-details-modal__items,
.order-details-modal__summary {
  margin-top: 18px;
}

.order-details-modal__section-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.order-details-modal__item-list {
  display: grid;
  gap: 10px;
}

.order-details-modal__item-row,
.order-details-modal__summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.order-details-modal__item-row span:last-child,
.order-details-modal__summary-row span:last-child {
  white-space: nowrap;
  font-weight: 700;
}

.order-details-modal__summary {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 10px;
}

.order-details-modal__empty {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
}

/* ─── Status Badges ─── */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-badge--pending {
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.status-badge--preparing {
  background: rgba(96, 165, 250, 0.14);
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.3);
}

.status-badge--ready {
  background: rgba(52, 211, 153, 0.14);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.status-badge--served {
  background: rgba(156, 163, 175, 0.14);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.3);
}

.order-history-empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255,255,255,0.45);
  font-size: 0.95rem;
}

.order-history-empty .empty-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
}

.order-history-loading {
  text-align: center;
  padding: 30px;
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
}

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

@keyframes scaleIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes checkPop {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hero-title {
  line-height: 0.98;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

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

.gallery-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  background: #111;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.reviews-section {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.reviews-row {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  will-change: transform;
  transition: transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.review-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.review-card__name {
  margin: 0;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
}

.review-card__time {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 167, 98, 0.5);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36);
}

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

.review-card__stars {
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.review-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8e7c6;
  background: rgba(212, 167, 98, 0.14);
  border: 1px solid rgba(212, 167, 98, 0.3);
}

.review-card__label img {
  width: 14px;
  height: 14px;
}

.review-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  font-size: 0.95rem;
  line-clamp: 4;
  display: block;
  overflow: hidden;
}

.reviews-button {
  background: #d4a762;
  color: #09090b;
  box-shadow: 0 14px 30px rgba(212, 167, 98, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.reviews-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(212, 167, 98, 0.28);
}

.reviews-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews-carousel__window {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.reviews-carousel__nav {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.reviews-carousel__nav:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 167, 98, 0.5);
  background: rgba(212, 167, 98, 0.14);
}

.reviews-carousel__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.google-reviews-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.google-reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  transition: width 220ms ease, background-color 220ms ease;
  cursor: pointer;
}

.google-reviews-dot.is-active {
  width: 26px;
  background: rgba(212, 167, 98, 0.95);
}

.premium-footer {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.premium-footer__top {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.1fr 1.5fr auto;
  align-items: start;
}

.premium-footer__brand {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.02em;
}

.premium-footer__caption {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.premium-footer__contact {
  display: grid;
  gap: 10px;
}

.premium-footer__contact p {
  margin: 0;
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  font-size: 0.93rem;
}

.premium-footer__meta {
  color: rgba(212, 167, 98, 0.95);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.premium-footer__contact a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.premium-footer__contact a:hover {
  color: #f6e2c0;
}

.premium-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.premium-footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: grid;
  place-items: center;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.premium-footer__social a:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 167, 98, 0.55);
  background: rgba(212, 167, 98, 0.12);
}

.premium-footer__social svg {
  width: 18px;
  height: 18px;
}

.premium-footer__bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  text-align: center;
}

@keyframes steamRise {
  0% {
    transform: translateY(18px) scaleY(0.65) scaleX(0.9);
    opacity: 0;
  }
  20% {
    opacity: 0.75;
  }
  55% {
    transform: translateY(-8px) scaleY(1.1) scaleX(1.05);
    opacity: 0.45;
  }
  100% {
    transform: translateY(-24px) scaleY(1.25) scaleX(1.1);
    opacity: 0;
  }
}

[data-parallax] {
  background-attachment: scroll;
  background-position: center 0;
  background-size: cover;
  will-change: background-position;
}

@media (max-width: 1024px) {
  .masonry {
    column-count: 3;
  }

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

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

  .premium-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .premium-footer__social {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .cafe-status-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 8px 16px 0;
    max-width: calc(100% - 32px);
    white-space: normal;
  }

  .hero-title {
    font-size: clamp(2.2rem, 8vw, 3.4rem) !important;
  }

  .hero-subtext {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .masonry {
    column-count: 2;
  }

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

  .orders-overview-grid {
    grid-template-columns: 1fr;
  }

  .order-history-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .order-history-card {
    width: 100%;
    padding: 18px;
  }

  .order-card__header,
  .order-card__item-row,
  .order-card__footer,
  .order-details-modal__header {
    align-items: flex-start;
  }

  .order-details-modal__meta {
    grid-template-columns: 1fr;
  }

  .order-details-modal__panel {
    padding: 18px;
    border-radius: 22px;
  }

  .order-confirmation-modal {
    padding: 12px;
  }

  .order-confirmation-modal__panel {
    width: min(100%, 100%);
    padding: 22px 18px 18px;
    border-radius: 24px;
  }

  .order-confirmation-modal__actions {
    grid-template-columns: 1fr;
  }

  .order-tracker__inner {
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
  }

  .order-tracker__inner {
    flex-direction: column;
    gap: 12px;
  }

  .order-tracker__actions {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .reviews-carousel {
    gap: 0;
    justify-content: center;
  }

  .reviews-carousel__nav {
    display: none;
  }

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

  .review-card__top {
    gap: 10px;
  }

  .review-card__label {
    font-size: 0.66rem;
    padding: 5px 8px;
  }

  .review-card__text {
    line-height: 1.62;
  }

  .google-reviews-dots {
    margin-top: 14px;
  }

  .menu-card:hover {
    transform: translateY(-4px);
  }

  .menu-card:hover img {
    transform: scale(1.04);
  }

  .menu-card__steam {
    display: none;
  }

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

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

  .cart-panel {
    position: sticky;
    top: 76px;
    max-height: 56vh;
    order: -1;
    margin-bottom: 1rem;
  }

  .order-history-card {
    padding: 16px;
  }

  .order-card__header {
    flex-direction: column;
  }

  .order-card__item-row,
  .order-details-modal__item-row,
  .order-details-modal__summary-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions > a,
  .hero-actions > button {
    width: 100%;
    text-align: center;
  }

  .mobile-menu-panel {
    max-height: 70vh;
    overflow-y: auto;
  }

  .masonry {
    column-count: 1;
  }

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

  .menu-card {
    height: auto;
    min-height: 0;
  }

  .menu-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .menu-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menu-card__content {
    width: 100%;
  }

  .reviews-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reviews-carousel__window {
    width: min(100%, 92vw);
    margin: 0 auto;
  }

  .review-card {
    margin: 0 auto;
  }

  .premium-footer {
    padding: 1.1rem 1rem;
  }

  .premium-footer__top {
    grid-template-columns: 1fr;
  }

  .premium-footer__social {
    justify-content: flex-start;
  }

  .cart-panel {
    top: 66px;
    max-height: 52vh;
    padding: 18px;
  }

  .checkout-flow {
    padding: 12px;
  }

  .checkout-flow__panel {
    padding: 18px;
    border-radius: 22px;
  }

  .cart-item {
    padding: 12px;
  }

  .cart-item img {
    width: 68px;
    height: 68px;
  }

  .cart-item__bottom {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .qty-controls {
    gap: 8px;
  }
}

@media print {
  body.print-ticket-only * {
    visibility: hidden !important;
  }

  body.print-ticket-only #receipt-sheet,
  body.print-ticket-only #receipt-sheet *,
  body.print-ticket-only #order-confirmation-print-sheet,
  body.print-ticket-only #order-confirmation-print-sheet * {
    visibility: visible !important;
  }

  body.print-ticket-only #receipt-sheet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }

  body.print-ticket-only #order-confirmation-print-sheet {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.map-shell {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.map-frame {
  overflow: hidden;
  border-radius: 1.5rem;
}

.map-frame iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.map-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 1rem;
  margin-top: 20px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid rgba(216, 166, 104, 0.85);
  background: linear-gradient(145deg, rgba(216, 166, 104, 0.18), rgba(255, 255, 255, 0.08));
  color: #f7efe6;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(216, 166, 104, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, color 220ms ease;
}

.map-action-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 226, 192, 0.95);
  color: #fff7eb;
  box-shadow: 0 16px 36px rgba(216, 166, 104, 0.28);
}

.map-action-btn__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #d8a668;
}

.map-action-btn__icon svg {
  width: 100%;
  height: 100%;
}

.map-action-btn__external {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
  color: #f6e2c0;
}

.map-action-btn__external svg {
  width: 100%;
  height: 100%;
}

.map-action-btn:hover .map-action-btn__external,
.map-action-btn:focus-visible .map-action-btn__external {
  opacity: 1;
  transform: translateX(0);
}

.direction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #f0c785, #d8a668);
  color: #09090b;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(216, 166, 104, 0.3);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.direction-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(216, 166, 104, 0.36);
  filter: brightness(1.04);
}

.direction-btn--icon {
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 999px;
  margin-left: auto;
}

.direction-btn--icon svg {
  width: 22px;
  height: 22px;
}

@media (prefers-reduced-motion: reduce) {
  .menu-card,
  .menu-card img,
  .reveal,
  .review-card,
  .reviews-button,
  .reviews-row,
  .reviews-carousel__nav,
  .google-reviews-dot,
  .premium-footer__social a {
    transition: none !important;
  }

  .menu-card__steam span {
    animation: none;
  }

  [data-parallax] {
    background-position: center center !important;
  }
}


.contact-premium-card {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.contact-premium-list p {
  margin: 0;
}

.contact-premium-list a {
  text-decoration: none;
  transition: color 220ms ease;
}

.contact-premium-list a:hover {
  color: #f6e2c0;
}

.whatsapp-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #25d366, #1fa855);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.32);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.whatsapp-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.38);
  filter: brightness(1.03);
}

.whatsapp-action-btn__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
}

.whatsapp-action-btn__icon svg {
  width: 100%;
  height: 100%;
}

.map-shell__title {
  opacity: 0.9;
}

@media (max-width: 520px) {
  .whatsapp-action-btn {
    width: 100%;
    font-size: 0.86rem;
    padding: 11px 14px;
  }

  .map-frame iframe {
    min-height: 260px;
  }

  .map-container {
    height: 280px;
    margin-top: 14px;
  }

  .direction-btn {
    font-size: 0.84rem;
    padding: 11px 14px;
  }

  .direction-btn--icon {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .map-action-btn {
    font-size: 0.84rem;
    padding: 11px 14px;
    gap: 8px;
  }
}
