/* =============================================
   AL PORTICO — Customer Menu Styles
   Pizzeria & Ristorante Italiano · Padova
   Palette: avorio · oro caldo · ambra
   Fonts: Playfair Display (headings) · Outfit (body)
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ---- VARIABILI ---- */
:root {
  --ivory:        #faf6ef;
  --ivory-dark:   #f2eade;
  --ivory-mid:    #ede4d4;
  --gold:         #b8922a;
  --gold-dark:    #8a6a18;
  --gold-light:   #d4aa4a;
  --gold-pale:    #fdf5e0;
  --amber:        #c07830;
  --charcoal:     #1e1c18;
  --brown:        #7a6148;
  --text:         #1e1c18;
  --muted:        #8a7860;
  --border:       #ddd3c0;
  --white:        #ffffff;
  --shadow:       0 4px 20px rgba(60, 45, 20, 0.10);
}

/* ---- RESET ---- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* ---- BODY & BACKGROUND ---- */
body {
  font-family: "Outfit", sans-serif;
  background-color: var(--ivory);
  background-image: url('https://karibugrill.buongusto.cloud/background.png');
  background-repeat: repeat;
  background-size: 300px auto;
  background-attachment: fixed;
  color: var(--text);
  min-height: 100vh;
}

/* Semi-transparent wash over tiled background */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(250, 246, 239, 0.82);
  pointer-events: none;
  z-index: 0;
}

/* All content must sit above the fade layer */
.site-header, nav, .container, .fab-bar, .site-footer, .modal-overlay {
  position: relative;
  z-index: 1;
}

/* ---- HEADER ---- */
.site-header {
  background-color: #0e0b04;
  background-image: url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=1274&auto=format&fit=crop');
  background-size: cover;
  background-position: center 45%;
  background-repeat: no-repeat;
  color: var(--white);
  text-align: center;
  padding: 60px 24px 52px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Heavy dark overlay — ensures full legibility */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(8, 6, 2, 0.55) 0%,
      rgba(8, 6, 2, 0.82) 100%),
    radial-gradient(ellipse at 50% 55%, rgba(184, 146, 42, 0.20) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Gold shimmer line at bottom */
.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(184, 146, 42, 0.5) 20%,
    rgba(212, 170, 74, 0.95) 50%,
    rgba(184, 146, 42, 0.5) 80%,
    transparent 100%);
  box-shadow: 0 0 12px rgba(184, 146, 42, 0.4);
}

.header-content {
  position: relative;
  z-index: 1;
}

.header-eyebrow {
  font-family: "Outfit", sans-serif;
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: rgba(212, 170, 74, 0.80);
  margin-bottom: 16px;
  text-shadow: 0 0 20px rgba(184, 146, 42, 0.5);
}

.header-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 9vw, 4.6rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1.0;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-shadow:
    0 0 20px rgba(212, 170, 74, 0.70),
    0 0 50px rgba(184, 146, 42, 0.40),
    0 2px 4px rgba(0, 0, 0, 0.90),
    0 4px 24px rgba(0, 0, 0, 0.80);
}

.header-tagline {
  font-family: "Outfit", sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(240, 220, 160, 0.80);
  margin-top: 14px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

/* Decorative divider */
.header-divider {
  position: relative;
  margin: 20px auto 0;
  width: 160px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header-divider::before,
.header-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 170, 74, 0.80));
}
.header-divider::after {
  background: linear-gradient(90deg, rgba(212, 170, 74, 0.80), transparent);
}
.header-divider-gem {
  color: rgba(212, 170, 74, 0.95);
  font-size: 0.45rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(184, 146, 42, 0.8);
}

/* Table chip */
.table-chip {
  display: inline-block;
  margin-top: 18px;
  background: rgba(184, 146, 42, 0.15);
  border: 1px solid rgba(212, 170, 74, 0.50);
  color: rgba(240, 220, 160, 0.95);
  border-radius: 20px;
  padding: 5px 18px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

/* Header info strip */
.header-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 0;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(212, 170, 74, 0.25);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.header-info-item {
  font-size: 0.78rem;
  white-space: nowrap;
  padding: 0 14px;
  color: rgba(240, 220, 170, 0.85);
  font-family: "Outfit", sans-serif;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.header-info-item + .header-info-item {
  border-left: 1px solid rgba(212, 170, 74, 0.25);
}

/* Services tags */
.header-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.header-service-tag {
  background: rgba(184, 146, 42, 0.12);
  border: 1px solid rgba(212, 170, 74, 0.30);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.74rem;
  color: rgba(240, 220, 160, 0.90);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.3px;
}

/* ---- CATEGORY NAV ---- */
.cat-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ivory);
  border-bottom: 1px solid var(--border);
  padding: 0 16px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
}

@media (min-width: 640px) {
  .cat-nav {
    justify-content: center;
  }
}

.cat-nav::-webkit-scrollbar {
  display: none;
}

.cat-nav-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 14px 16px;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.cat-nav-btn:hover {
  color: var(--text);
}

.cat-nav-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
  font-weight: 600;
}

/* ---- CONTAINER ---- */
.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px 120px;
}

/* ---- CATEGORY SECTION ---- */
.menu-section {
  padding-top: 40px;
}

.section-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--charcoal);
  letter-spacing: -0.2px;
}

.section-emoji {
  font-size: 1.25rem;
  line-height: 1;
}

.section-rule {
  height: 1px;
  background: linear-gradient(
    to right,
    var(--gold),
    rgba(107, 124, 69, 0.25),
    transparent
  );
  margin-bottom: 20px;
}

/* ---- SECTION IMAGE ---- */
.section-image-wrap {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.section-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* ---- MENU ITEM ---- */
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.menu-item:last-child {
  border-bottom: none;
}

.item-body {
  flex: 1;
}

.item-name {
  font-family: "Playfair Display", serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 4px;
  line-height: 1.25;
}

.item-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 6px;
}

/* ---- BADGES ---- */
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.badge {
  font-size: 0.60rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 7px;
  font-family: "Outfit", sans-serif;
}

.badge-veg {
  background: #edf5e8;
  color: #3a6b2a;
  border: 1px solid #c2dab4;
}
.badge-spicy {
  background: #fff2ec;
  color: #b84c1e;
  border: 1px solid #f5c4aa;
}
.badge-new {
  background: #e8f0fb;
  color: #2a5abf;
  border: 1px solid #bdd0f5;
}
.badge-popular {
  background: #fef8ec;
  color: #9a6c10;
  border: 1px solid #f0d99a;
}

/* ---- PRICE & ADD BUTTON ---- */
.item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.item-price {
  font-family: "Playfair Display", serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--charcoal);
  white-space: nowrap;
}

.add-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--gold);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, transform 0.12s;
  box-shadow: 0 2px 8px rgba(107, 124, 69, 0.30);
}

.add-btn:hover {
  background: var(--gold-dark);
  transform: scale(1.08);
}

.add-btn:active,
.add-btn.pressed {
  background: var(--gold-dark);
  transform: scale(0.94);
}

/* ---- SOLD OUT LABEL ---- */
.sold-out-label {
  font-size: 0.70rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--muted);
  border: 1.5px solid var(--border);
  border-radius: 6px;
  padding: 6px 10px;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
}

/* ---- FLOATING ACTION BAR ---- */
.fab-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 200;
  width: calc(100% - 32px);
  max-width: 480px;
}

.cart-fab {
  flex: 1;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(78, 92, 48, 0.35);
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s, background 0.2s;
}

.cart-fab:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
}

.cart-fab:active {
  transform: scale(0.97);
}

.cart-fab-count {
  background: var(--amber);
  color: white;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 0.85rem;
  font-weight: 700;
}

.waiter-fab {
  flex: 1;
  background: var(--ivory-mid);
  color: var(--charcoal);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 16px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(60, 45, 20, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s, background 0.2s;
}

.waiter-fab:hover {
  background: var(--border);
  transform: translateY(-2px);
}

.waiter-fab:active {
  transform: scale(0.97);
}

/* Docked state — when footer is visible */
.fab-bar.fab-docked {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 480px;
  padding: 16px 0;
}

.waiter-fab.called {
  background: #edf5e8;
  color: #3a6b2a;
  border-color: #c2dab4;
  box-shadow: 0 8px 28px rgba(58, 107, 42, 0.15);
}

/* ---- MODAL ---- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 14, 8, 0.60);
  z-index: 300;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(3px);
}

.modal-overlay.open {
  display: flex;
}

.modal-sheet {
  background: var(--white);
  border-radius: 20px 20px 16px 16px;
  width: calc(100% - 24px);
  max-width: 680px;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  animation: sheetUp 0.30s cubic-bezier(0.32, 0.72, 0, 1);
  margin-bottom: 12px;
  overflow: hidden;
}

@keyframes sheetUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

.modal-handle {
  width: 36px;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  margin: 12px auto 0;
  flex-shrink: 0;
}

/* .modal-card alias for admin panel compatibility */
.modal-card {
  background: var(--white);
  border-radius: 20px 20px 16px 16px;
  width: calc(100% - 24px);
  max-width: 680px;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 12px;
}

.modal-head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
}

.modal-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.25;
}

.modal-price {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.1rem;
  color: var(--muted);
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
}

.modal-body {
  padding: 16px 20px;
  overflow-y: auto;
  flex: 1;
}

.modal-foot {
  padding: 14px 20px 28px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

/* ---- MODAL QTY STEPPER ---- */
.modal-qty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}

.modal-qty-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background: white;
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  line-height: 1;
}

.modal-qty-btn:active,
.modal-qty-btn.pressed {
  background: var(--gold);
  color: white;
}

.modal-qty-val {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text);
  min-width: 36px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}

/* ---- MODAL PRICE CARD ---- */
.modal-price-card {
  margin-top: 16px;
  background: var(--gold-pale);
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.modal-price-breakdown {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 400;
  min-height: 1em;
}

.modal-price-total {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-dark);
  font-family: "Playfair Display", serif;
}

/* ---- OPTIONS (radio buttons) ---- */
.option-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s;
  border: 1.5px solid transparent;
}

.option-row:hover {
  background: var(--gold-pale);
}

.option-row input[type="radio"] {
  accent-color: var(--gold);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  cursor: pointer;
}

.option-row input[type="radio"]:checked + .option-name {
  font-weight: 700;
  color: var(--gold);
}

.option-name {
  font-size: 0.92rem;
  color: var(--text);
  font-family: "Outfit", sans-serif;
}

.cart-option {
  font-size: 0.76rem;
  color: var(--gold);
  font-weight: 600;
  margin: 2px 0 2px 2px;
}

/* ---- EXTRAS ---- */
.extras-label {
  font-size: 0.70rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin: 16px 0 8px;
  font-family: "Outfit", sans-serif;
}

.extra-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  gap: 12px;
}

.extra-row:last-child {
  border-bottom: none;
}

.extra-name {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text);
  font-family: "Outfit", sans-serif;
}

.extra-price {
  font-size: 0.82rem;
  color: var(--amber);
  font-weight: 600;
  margin-top: 2px;
  font-family: "Outfit", sans-serif;
}

.qty-ctrl {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: 1.5px solid var(--charcoal);
  background: white;
  color: var(--charcoal);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.15s;
  font-family: "Outfit", sans-serif;
}

.qty-btn:hover {
  background: var(--charcoal);
  color: var(--ivory);
}

.qty-btn:active,
.qty-btn.pressed {
  background: var(--charcoal);
  color: var(--ivory);
}

.qty-val {
  font-weight: 700;
  font-size: 0.95rem;
  min-width: 18px;
  text-align: center;
  font-family: "Outfit", sans-serif;
}

/* ---- NOTE FIELD ---- */
.note-label {
  display: block;
  font-size: 0.70rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
}

.note-input {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--white);
  resize: vertical;
  min-height: 72px;
  outline: none;
  transition: border-color 0.2s;
}

.note-input:focus {
  border-color: var(--gold);
}

/* ---- CART MODAL ---- */
.cart-table-label {
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 14px;
  font-family: "Outfit", sans-serif;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  gap: 10px;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-left  { flex: 1; }

.cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

.cart-item-name {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--charcoal);
}

.cart-extras {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.cart-extra-tag {
  background: var(--gold-pale);
  color: var(--gold-dark);
  border: 1px solid #c8d9a8;
  border-radius: 4px;
  padding: 1px 7px;
  font-size: 0.70rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.cart-note-tag {
  font-size: 0.74rem;
  color: var(--brown);
  background: #fdf6e8;
  border-left: 2px solid var(--amber);
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
  margin-top: 4px;
  font-family: "Outfit", sans-serif;
}

.cart-base-price {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 2px;
  font-family: "Outfit", sans-serif;
}

.cart-item-price {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0;
  margin-top: 6px;
  border-top: 2px solid var(--charcoal);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.cart-total-row span:last-child {
  color: var(--gold-dark);
}

.cart-empty {
  text-align: center;
  padding: 32px 0;
  color: var(--muted);
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
}

/* ---- BUTTONS ---- */
.btn-primary {
  flex: 1;
  padding: 13px;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s;
}

.btn-primary:hover {
  background: var(--gold-dark);
}

.btn-secondary {
  flex: 1;
  padding: 13px;
  background: transparent;
  color: var(--muted);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s;
}

.btn-secondary:hover {
  border-color: var(--charcoal);
  color: var(--text);
}

/* ---- SUCCESS MODAL ---- */
.success-body {
  text-align: center;
  padding: 28px 16px;
}

.success-icon {
  font-size: 3rem;
  margin-bottom: 12px;
}

.success-order-num {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}

.success-msg {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  font-family: "Outfit", sans-serif;
}

/* ---- ALLERGEN NOTE ---- */
.allergen {
  margin: 32px 0 0;
  padding: 14px 16px;
  background: #fdf8ee;
  border: 1px solid #e8d9b8;
  border-radius: 8px;
  font-size: 0.82rem;
  color: var(--brown);
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
}

/* ---- FOOTER ---- */
.site-footer {
  background: var(--charcoal);
  color: rgba(250, 246, 239, 0.55);
  text-align: center;
  padding: 30px 20px;
  font-size: 0.82rem;
  line-height: 2;
  font-family: "Outfit", sans-serif;
}

.site-footer strong {
  color: rgba(250, 246, 239, 0.90);
}

.site-footer .powered {
  margin-top: 14px;
  font-size: 0.66rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(200, 180, 140, 0.45);
}

.site-footer .powered a {
  color: rgba(200, 180, 140, 0.70);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- HEADER LOGO ---- */
.header-logo {
  max-width: 180px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}

/* ---- ADMIN ITEM OPTION ---- */
.admin-item-option {
  font-size: 0.78rem;
  color: #555;
  font-style: italic;
  margin: 2px 0 2px 12px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 480px) {
  .header-name {
    font-size: 2.4rem;
  }
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .modal-body {
    padding: 14px 16px;
  }
  .modal-foot {
    padding: 12px 16px 24px;
  }
  .modal-head {
    padding: 14px 16px 12px;
  }
}
