/* ============================================================
   HOT MESS FOOD CLUB — v22 Production Build
   hotmessfoodclub.co.za | Students Feeding Students
   ============================================================ */

/* ── RESET & BASE ───────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

/* ── FLAMES BACKGROUND ──────────────────────────────────── */
.flames-container {
  position: fixed; inset: 0;
  pointer-events: none; overflow: hidden; z-index: 0;
}
.flame {
  position: absolute; bottom: -20px; user-select: none;
  animation: riseFlame linear infinite;
  will-change: transform, opacity;
}
@keyframes riseFlame {
  0%   { transform: translateY(0)     scale(1)   rotate(-5deg); opacity: .85; }
  50%  { transform: translateY(-40vh) scale(1.1) rotate(4deg);  opacity: .5;  }
  100% { transform: translateY(-105vh) scale(.4) rotate(-8deg); opacity: 0;   }
}

/* ── HEADER / NAV ───────────────────────────────────────── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220,38,38,.3);
}
nav {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2rem; gap: 1rem;
}
.nav-logo {
  display: flex; align-items: center; gap: .5rem;
  font-weight: 700; font-size: 1.1rem; white-space: nowrap;
  color: #fff;
}
.nav-logo .fire-icon { color: #ef4444; font-size: 1.3rem; }

.nav-links { display: flex; gap: 1.75rem; }
.nav-links a { color: #e5e7eb; font-size: .95rem; transition: color .2s; }
.nav-links a:hover { color: #f97316; }

.nav-right { display: flex; align-items: center; gap: .75rem; }

/* Buttons */
.btn-primary {
  background: linear-gradient(to right, #dc2626, #ea580c);
  padding: .55rem 1.4rem; border-radius: 9999px;
  border: none; color: #fff; font-weight: 700; font-size: .9rem;
  cursor: pointer; transition: opacity .2s, transform .2s; white-space: nowrap;
}
.btn-primary:hover  { opacity: .88; transform: scale(1.03); }
.btn-primary:active { transform: scale(.97); }

.btn-secondary {
  border: 2px solid #ef4444; background: transparent;
  padding: .9rem 1.75rem; border-radius: 9999px;
  color: #fff; font-weight: 600; font-size: 1rem;
  cursor: pointer; transition: background .2s;
  display: inline-block;
}
.btn-secondary:hover { background: rgba(239,68,68,.12); }

.btn-outline {
  border: 1px solid rgba(255,255,255,.25); background: transparent;
  padding: .45rem 1rem; border-radius: .5rem;
  color: #d1d5db; font-size: .85rem; cursor: pointer; transition: all .2s;
}
.btn-outline:hover { border-color: #f97316; color: #f97316; }

/* Cart button badge */
.cart-btn {
  position: relative;
  background: linear-gradient(to right, #dc2626, #ea580c);
  border: none; border-radius: 9999px;
  padding: .55rem 1.2rem; color: #fff; font-weight: 700;
  display: flex; align-items: center; gap: .4rem; cursor: pointer;
  transition: opacity .2s, transform .2s;
}
.cart-btn:hover { opacity: .88; transform: scale(1.03); }
.cart-btn-icon { font-size: 1rem; }
.cart-badge {
  display: none; position: absolute; top: -7px; right: -7px;
  background: #fff; color: #ef4444;
  font-size: .65rem; font-weight: 800; border-radius: 9999px;
  min-width: 18px; height: 18px; line-height: 18px; text-align: center;
  border: 2px solid #ef4444; padding: 0 3px;
}

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .25rem;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: #fff;
  border-radius: 2px; transition: all .3s;
}

/* Mobile nav */
.mobile-nav {
  display: none; flex-direction: column; gap: 0;
  background: rgba(0,0,0,.97); border-top: 1px solid rgba(220,38,38,.2);
  padding: 1rem 2rem; position: absolute; top: 100%; left: 0; right: 0;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  display: block; padding: .75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #e5e7eb; font-size: 1rem;
}
.mobile-nav a:hover { color: #f97316; }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex;
  align-items: center; justify-content: center;
  text-align: center; padding: 100px 1.5rem 4rem;
  position: relative; overflow: hidden; z-index: 10;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(127,29,29,.22) 0%, transparent 60%, #000 100%);
  pointer-events: none; z-index: 0;
}
.hero-content { position: relative; z-index: 10; max-width: 860px; margin: 0 auto; }

.hero-logo { width: 200px; height: 200px; margin: 0 auto 2rem; animation: logoPulse 2.4s ease-in-out infinite; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; }
@keyframes logoPulse { 0%,100% { opacity:1; } 50% { opacity:.65; } }

.hero h1 {
  font-size: clamp(2rem, 7vw, 4.5rem); font-weight: 800;
  background: linear-gradient(to right, #f97316, #ef4444, #f97316);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 1.25rem; letter-spacing: -.01em;
}
.hero-sub { font-size: clamp(.95rem, 2.5vw, 1.35rem); color: #d1d5db; margin-bottom: 2.25rem; }

.btn-group { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-bottom: 2.5rem; }
.btn-group .btn-primary { padding: 1rem 2rem; font-size: 1.05rem; }

.launch-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  color: #fb923c; font-size: 1.05rem; font-weight: 600;
  background: rgba(251,146,60,.08); border: 1px solid rgba(251,146,60,.25);
  border-radius: 9999px; padding: .5rem 1.25rem;
}
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
.bounce { display:inline-block; animation: bounce 1s ease-in-out infinite; }

/* ── SECTION BASE ───────────────────────────────────────── */
section.dark-section  { background: linear-gradient(to bottom, #000, rgba(127,29,29,.1), #000); padding: 5rem 1.5rem; position: relative; z-index: 10; }
section.light-section { background: #fff; color: #111827; padding: 5rem 1.5rem; position: relative; z-index: 10; }

.container { max-width: 1280px; margin: 0 auto; }

.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 {
  font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 800; margin-bottom: 1rem;
  background: linear-gradient(to right, #f97316, #ef4444);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-header.light h2 { background: linear-gradient(to right,#f97316,#ef4444); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.section-divider { width: 80px; height: 4px; background: linear-gradient(to right,#f97316,#ef4444); margin: 0 auto; border-radius: 2px; }
.section-subtitle { color: #6b7280; font-size: 1.05rem; margin-top: 1rem; }

/* ── ABOUT ──────────────────────────────────────────────── */
.about-intro { text-align: center; max-width: 800px; margin: 0 auto 2.5rem; }
.about-intro .partner { color: #fb923c; font-size: 1.15rem; font-weight: 600; margin-bottom: .75rem; }
.about-intro .mission { color: #d1d5db; font-size: 1.05rem; margin-bottom: 1.25rem; }
.about-intro .quote   { color: #9ca3af; font-style: italic; font-size: .9rem; }
.about-intro .attrib  { color: #9ca3af; font-size: .85rem; margin-top: .4rem; }

.highlight-box {
  background: linear-gradient(to right,#f97316,#ef4444);
  padding: 2px; border-radius: 1rem; margin: 2.5rem auto; max-width: 900px;
}
.highlight-box-inner { background: #000; padding: 2rem; border-radius: calc(1rem - 2px); text-align: center; }
.highlight-box h3 { color: #fb923c; font-size: 1.2rem; font-weight: 700; }
.highlight-box.big h3 { font-size: 1.7rem; margin-bottom: .75rem; }
.highlight-box.big p.sub1 { font-size: 1.1rem; color: #d1d5db; margin-bottom: .75rem; }
.highlight-box.big p.sub2 { color: #9ca3af; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; margin-bottom: 2.5rem;
}
.info-card {
  background: linear-gradient(135deg, rgba(127,29,29,.2), rgba(154,52,18,.2));
  padding: 1.75rem; border-radius: 1rem;
  border: 1px solid rgba(239,68,68,.2);
  transition: border-color .25s, transform .25s;
}
.info-card:hover { border-color: rgba(239,68,68,.5); transform: translateY(-4px); }
.card-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(to right,#f97316,#ef4444);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; font-size: 1.4rem; color: #fff;
}
.info-card h3 { font-size: 1.1rem; font-weight: 700; color: #fb923c; margin-bottom: .6rem; }
.info-card p  { color: #d1d5db; font-size: .9rem; }

/* ── MENU SECTION ───────────────────────────────────────── */
.sticky-bar {
  position: sticky; top: 64px; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  max-width: 42rem; margin: 0 auto 2rem;
  background: linear-gradient(to right,#f97316,#ef4444);
  color: #fff; padding: .75rem 1.5rem; border-radius: 1rem;
  font-weight: 600; cursor: pointer;
  box-shadow: 0 4px 20px rgba(239,68,68,.3);
  transition: opacity .2s;
}
.sticky-bar:hover { opacity: .92; }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem; max-width: 1280px; margin: 0 auto 3rem;
}

.cat-card {
  background: #fff; border-radius: 1rem;
  border: 2px solid #e5e7eb; overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
.cat-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); }

.cat-header {
  display: flex; align-items: center; gap: .75rem;
  padding: 1rem 1.25rem; border-bottom: 2px solid #e5e7eb;
}
.cat-icon {
  font-size: 1.2rem; line-height: 1; background: #fff;
  border-radius: .5rem; padding: .35rem .55rem;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.cat-title { font-size: 1rem; font-weight: 700; margin: 0; }

.item-list { margin: 0; padding: 0; }
.item-row {
  display: flex; align-items: center; gap: .75rem;
  padding: .7rem 1rem; border-bottom: 1px solid #f3f4f6;
  transition: background .15s;
}
.item-row:last-child { border-bottom: none; }
.item-row:hover { background: #f9fafb; }

.item-img {
  width: 3.25rem; height: 3.25rem; border-radius: .65rem;
  object-fit: cover; flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  background: #f3f4f6;
}
.item-name  { flex:1; font-size: .85rem; font-weight: 500; color: #1f2937; line-height: 1.35; }
.item-ctrl  { display: flex; align-items: center; gap: .45rem; flex-shrink: 0; }
.item-price {
  font-size: .72rem; font-weight: 700; color: #15803d;
  background: #f0fdf4; padding: .18rem .45rem; border-radius: .35rem;
}
.item-price.tba { color: #9ca3af; background: #f3f4f6; }

.add-btn {
  width: 1.9rem; height: 1.9rem; border-radius: 50%;
  background: linear-gradient(135deg,#f97316,#ef4444);
  color: #fff; border: none; font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(239,68,68,.3);
  transition: transform .1s, opacity .15s; line-height: 1;
}
.add-btn:hover  { opacity: .9; }
.add-btn:active { transform: scale(.91); }

.qty-wrap {
  display: flex; align-items: center; gap: .35rem;
  background: #f3f4f6; border-radius: 9999px; padding: .22rem;
}
.qty-btn {
  width: 1.4rem; height: 1.4rem; border-radius: 50%;
  border: none; background: #fff; font-size: .95rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 2px rgba(0,0,0,.1); transition: background .15s;
  line-height: 1;
}
.qty-btn.m { color: #ef4444; } .qty-btn.m:hover { background: #fee2e2; }
.qty-btn.p { color: #16a34a; } .qty-btn.p:hover { background: #dcfce7; }
.qty-num { min-width: 1.1rem; text-align: center; font-size: .85rem; font-weight: 700; color: #374151; }

/* Tips */
.tips-box {
  background: linear-gradient(to right,#fff7ed,#fef2f2);
  border: 1px solid #fed7aa; border-radius: 1.25rem;
  padding: 2rem; max-width: 56rem; margin: 0 auto;
  text-align: center;
}
.tips-box h3 { font-size: 1.2rem; font-weight: 700; color: #1f2937; margin-bottom: 1.25rem; }
.tips-pills { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.pill {
  display: flex; align-items: center; gap: .45rem;
  background: #fff; border: 1px solid #fed7aa; border-radius: 9999px;
  padding: .45rem 1.1rem; font-size: .85rem; font-weight: 600; color: #374151;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

/* ── CART DRAWER ────────────────────────────────────────── */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  z-index: 400; opacity: 0; pointer-events: none; transition: opacity .3s;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed; top: 0; right: -440px; width: 420px; max-width: 100vw;
  height: 100vh; background: #fff; z-index: 500;
  transition: right .35s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  box-shadow: -8px 0 40px rgba(0,0,0,.25);
}
.cart-drawer.open { right: 0; }

.drawer-head {
  padding: 1.2rem 1.5rem; border-bottom: 1px solid #e5e7eb;
  display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
}
.drawer-title { font-size: 1.15rem; font-weight: 700; color: #111827; }
.item-badge {
  display: inline-flex; background: #ef4444; color: #fff;
  font-size: .72rem; font-weight: 600; border-radius: 9999px;
  padding: .1rem .55rem; margin-left: .45rem;
}
.drawer-close { background: none; border: none; color: #9ca3af; font-size: 1.4rem; line-height: 1; }
.drawer-close:hover { color: #111827; }

.drawer-body { flex:1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-empty  { text-align: center; padding: 3rem 1rem; color: #6b7280; }
.cart-empty-icon { font-size: 3rem; margin-bottom: .75rem; }

.cart-item { display: flex; align-items: center; gap: .75rem; padding: .85rem 0; border-bottom: 1px solid #f3f4f6; }
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 54px; height: 54px; object-fit: cover; border-radius: .5rem; background: #f3f4f6; flex-shrink: 0; }
.cart-item-info { flex:1; min-width: 0; }
.c-name  { font-size: .85rem; font-weight: 600; color: #111827; margin-bottom: .1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.c-cat   { font-size: .72rem; color: #9ca3af; margin-bottom: .2rem; }
.c-price { font-size: .85rem; font-weight: 700; color: #ef4444; }
.cart-item-right { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; flex-shrink: 0; }
.c-line  { font-size: .8rem; font-weight: 700; color: #111827; }
.c-del   { background: none; border: none; color: #d1d5db; font-size: .85rem; line-height: 1; transition: color .15s; }
.c-del:hover { color: #ef4444; }

.drawer-foot { padding: 1.2rem 1.5rem; border-top: 1px solid #e5e7eb; flex-shrink: 0; background: #fff; }
.breakdown { margin-bottom: .65rem; }
.breakdown-row { display: flex; justify-content: space-between; font-size: .78rem; color: #6b7280; padding: .1rem 0; }
.total-row { display: flex; justify-content: space-between; align-items: center; padding: .7rem 0; border-top: 1px solid #e5e7eb; margin-bottom: .75rem; }
.total-lbl { font-size: 1rem; font-weight: 700; color: #111827; }
.total-amt { font-size: 1.45rem; font-weight: 800; color: #ef4444; }
.meta-ct   { font-size: .85rem; color: #6b7280; font-weight: 400; margin-left: .25rem; }

.checkout-btn {
  width: 100%; padding: .85rem; border-radius: .75rem; font-size: 1rem;
  font-weight: 700; border: none; color: #fff;
  background: linear-gradient(to right,#f97316,#ef4444);
  transition: opacity .2s, transform .1s;
}
.checkout-btn:hover { opacity: .9; transform: translateY(-1px); }
.clear-btn {
  width: 100%; padding: .45rem; margin-top: .5rem; border-radius: .5rem;
  font-size: .85rem; font-weight: 600;
  background: none; border: 1px solid #e5e7eb; color: #6b7280; transition: all .15s;
}
.clear-btn:hover { border-color: #ef4444; color: #ef4444; }

/* ── ORDER MODAL ────────────────────────────────────────── */
.modal-wrap {
  position: fixed; inset: 0; z-index: 600;
  display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.72); z-index: 0; }
.modal-box {
  background: #fff; border-radius: 1.25rem; width: 100%; max-width: 520px;
  padding: 2rem; box-shadow: 0 24px 60px rgba(0,0,0,.45);
  position: relative; z-index: 1; max-height: 90vh; overflow-y: auto;
}
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.25rem; }
.modal-title { font-size: 1.2rem; font-weight: 800; color: #111827; }
.modal-sub   { font-size: .8rem; color: #6b7280; margin-top: .2rem; }
.modal-close { background: none; border: none; font-size: 1.3rem; color: #9ca3af; line-height: 1; }
.modal-close:hover { color: #111827; }

.order-summary {
  background: #f9fafb; border: 1px solid #e5e7eb;
  border-radius: .75rem; padding: 1rem; margin-bottom: 1.25rem;
}
.order-summary-lbl { font-size: .72rem; color: #6b7280; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .5rem; }
.order-items { max-height: 120px; overflow-y: auto; margin-bottom: .5rem; }
.order-item-row { display: flex; justify-content: space-between; font-size: .82rem; color: #374151; padding: .1rem 0; }
.order-divider  { border: none; border-top: 1px solid #e5e7eb; margin: .5rem 0; }
.order-total    { display: flex; justify-content: space-between; align-items: center; }
.order-total-lbl { font-weight: 700; color: #111827; font-size: .9rem; }
.order-total-amt { font-size: 1.2rem; font-weight: 800; color: #ef4444; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.fg { display: flex; flex-direction: column; gap: .25rem; margin-bottom: .75rem; }
.fg label { font-size: .8rem; font-weight: 600; color: #374151; }
.fg input, .fg textarea, .fg select {
  padding: .7rem .9rem; border: 1px solid #d1d5db; border-radius: .5rem;
  font-size: .9rem; color: #111827; background: #fff; font-family: inherit; width: 100%;
}
.fg input:focus, .fg textarea:focus { outline: none; border-color: #f97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.fg textarea { resize: vertical; min-height: 80px; }
.fg .err { font-size: .73rem; color: #ef4444; min-height: 1rem; }

.submit-btn {
  width: 100%; padding: .9rem; border-radius: .75rem; font-size: 1rem;
  font-weight: 700; border: none; color: #fff; margin-top: .25rem;
  background: linear-gradient(to right,#f97316,#ef4444);
  transition: opacity .2s; cursor: pointer;
}
.submit-btn:hover    { opacity: .9; }
.submit-btn:disabled { opacity: .6; cursor: not-allowed; }
.lock-note { text-align: center; font-size: .73rem; color: #9ca3af; margin-top: .6rem; }

/* Success / Error alerts */
.alert {
  padding: .85rem 1rem; border-radius: .65rem; font-size: .88rem;
  font-weight: 600; margin-bottom: 1rem; display: none;
}
.alert.success { background: #f0fdf4; border: 1px solid #86efac; color: #15803d; }
.alert.error   { background: #fef2f2; border: 1px solid #fca5a5; color: #dc2626; }

/* ── CONTACT SECTION ────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }

.contact-card { padding: 2rem; border-radius: 1rem;
  background: linear-gradient(135deg,rgba(127,29,29,.2),rgba(154,52,18,.2));
  border: 1px solid rgba(239,68,68,.2);
}
.contact-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; color: #fff; }

.contact-row { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.contact-icon { flex-shrink: 0; margin-top: .15rem; font-size: 1.3rem; }
.contact-row .label  { font-weight: 600; color: #f3f4f6; margin-bottom: .15rem; font-size: .9rem; }
.contact-row .detail { color: #d1d5db; font-size: .88rem; }

.socials { display: flex; gap: .9rem; margin-top: 1.5rem; }
.social-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(to right,#dc2626,#ea580c);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.05rem; transition: transform .2s, opacity .2s;
}
.social-btn:hover { transform: scale(1.1); opacity: .88; }

.contact-form-card { padding: 2rem; border-radius: 1rem;
  background: linear-gradient(135deg,rgba(127,29,29,.2),rgba(154,52,18,.2));
  border: 1px solid rgba(239,68,68,.2);
}
.contact-form-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; color: #fff; }
.contact-form .fg input,
.contact-form .fg textarea {
  background: rgba(0,0,0,.4); border-color: #374151; color: #fff;
}
.contact-form .fg input::placeholder,
.contact-form .fg textarea::placeholder { color: #6b7280; }
.contact-form .fg input:focus,
.contact-form .fg textarea:focus { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,.12); }
.contact-form .fg label { color: #d1d5db; }

/* ── FOOTER ─────────────────────────────────────────────── */
footer {
  background: #000; border-top: 1px solid rgba(220,38,38,.25);
  padding: 2.5rem 1.5rem; text-align: center; position: relative; z-index: 10;
}
.footer-logo { display: flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; font-size: 1.15rem; margin-bottom: .75rem; }
.footer-logo .fire-icon { color: #ef4444; }
footer p { color: #9ca3af; margin: .3rem 0; font-size: .88rem; }
footer .copy { font-size: .78rem; color: #4b5563; margin-top: .75rem; }

/* ── TOAST NOTIFICATION ─────────────────────────────────── */
.toast {
  position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%) translateY(100px);
  background: #1f2937; color: #fff; font-size: .88rem; font-weight: 600;
  padding: .65rem 1.25rem; border-radius: 9999px;
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
  z-index: 700; transition: transform .35s cubic-bezier(.34,1.56,.64,1);
  white-space: nowrap; pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }
.toast.success { background: linear-gradient(to right,#16a34a,#15803d); }
.toast.error   { background: linear-gradient(to right,#dc2626,#b91c1c); }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 640px) {
  nav { padding: .85rem 1rem; }
  section.dark-section, section.light-section { padding: 3.5rem 1rem; }
  .hero { padding: 90px 1rem 3rem; }
  .hero-logo { width: 160px; height: 160px; }
  .form-row  { grid-template-columns: 1fr; }
  .cart-drawer { width: 100vw; right: -100vw; }
  .modal-box { padding: 1.5rem; }
}

/* ── BANKING DETAILS — Cart Drawer Panel ─────────────────── */
.bank-panel {
  margin-top: 1rem; padding: 1rem;
  background: #fff7ed; border: 2px solid #fed7aa; border-radius: .875rem;
}
.bank-panel-title {
  font-size: .8rem; font-weight: 800; color: #c2410c;
  text-transform: uppercase; letter-spacing: .05em; margin-bottom: .65rem;
}
.bank-panel-rows { display: flex; flex-direction: column; gap: .25rem; margin-bottom: .65rem; }
.bank-panel-row  { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; }
.bank-panel-row span   { color: #6b7280; }
.bank-panel-row strong { color: #111827; font-weight: 700; }
.bank-panel-row.num strong { font-size: .95rem; letter-spacing: .04em; color: #ea580c; }
.bank-panel-note {
  font-size: .72rem; color: #9ca3af; line-height: 1.4; border-top: 1px solid #fed7aa; padding-top: .5rem; margin: 0;
}

/* ── BANKING DETAILS — Menu Section Banner ───────────────── */
.bank-banner {
  display: flex; gap: 1.25rem; align-items: flex-start;
  background: linear-gradient(135deg, #fff7ed, #fef2f2);
  border: 2px solid #fed7aa; border-radius: 1.25rem;
  padding: 1.75rem; max-width: 56rem; margin: 2rem auto 0;
  box-shadow: 0 2px 8px rgba(234,88,12,.08);
}
.bank-banner-icon { font-size: 2.25rem; flex-shrink: 0; margin-top: .1rem; }
.bank-banner-body { flex: 1; }
.bank-banner-title { font-size: 1rem; font-weight: 800; color: #c2410c; margin-bottom: 1rem; }
.bank-banner-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .5rem .75rem; margin-bottom: 1rem;
}
.bank-banner-item { display: flex; flex-direction: column; gap: .1rem; }
.bank-banner-item span   { font-size: .72rem; color: #6b7280; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.bank-banner-item strong { font-size: .9rem; color: #111827; font-weight: 700; }
.bank-banner-item .bank-num { font-size: 1.1rem; color: #ea580c; letter-spacing: .05em; }
.bank-banner-note { font-size: .8rem; color: #78350f; line-height: 1.5; border-top: 1px solid #fed7aa; padding-top: .75rem; }

/* ── BANKING DETAILS — Order Modal Box ───────────────────── */
.bank-box {
  background: #fff7ed; border: 2px solid #fed7aa; border-radius: .875rem;
  padding: 1rem; margin-bottom: 1.1rem;
}
.bank-box-title {
  font-size: .82rem; font-weight: 800; color: #c2410c;
  text-transform: uppercase; letter-spacing: .05em; margin-bottom: .75rem;
}
.bank-rows { display: flex; flex-direction: column; gap: .3rem; }
.bank-row  { display: flex; justify-content: space-between; align-items: center; font-size: .82rem; }
.bank-row span   { color: #6b7280; }
.bank-row strong { color: #111827; font-weight: 700; }
.bank-number { font-size: 1rem; color: #ea580c !important; letter-spacing: .04em; }
.bank-note {
  font-size: .73rem; color: #92400e; line-height: 1.4;
  border-top: 1px solid #fed7aa; padding-top: .65rem; margin: .65rem 0 0;
}

@media (max-width: 640px) {
  .bank-banner { flex-direction: column; gap: .75rem; padding: 1.25rem; }
  .bank-banner-grid { grid-template-columns: 1fr 1fr; }
}
