/* ============================================================
   catering.css
   Extracted from inline <style> block in catering.html.
   Source: was lines 53-1007 of the original HTML.
   
   ORIGINAL AUTHOR'S NOTE — preserved verbatim from the inline block:
   
     CATERING PAGE – ADDITIVE PAGE-SPECIFIC STYLES
     All base typography, colors, body, header, footer
     come from /css/style.css — do not override those here.
     Only structural additions for catering-specific UI.
   
   Honour that contract. style.css is the source of truth for shared visuals.
   
   No tokens, no refactor, no behavioural change. Pure relocation.
   Extracted 2026-06-20.
============================================================ */

/* ===================================================
   CATERING PAGE – ADDITIVE PAGE-SPECIFIC STYLES
   All base typography, colors, body, header, footer
   come from /css/style.css — do not override those here.
   Only structural additions for catering-specific UI.
=================================================== */

.main-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  min-height: calc(100vh - 400px);
}

/* ── Trust Badges ── */
.catering-intro { text-align: center; margin-bottom: 1rem; }

.catering-intro h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  background: linear-gradient(135deg, #006600 0%, #00401A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.catering-intro h3 {
  margin-bottom: 1rem;
  line-height: 1.15;
}

.trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem auto 0;
  max-width: 1000px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #f0f7f0;
  border: 1.5px solid #006600;
  color: #00401A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.2rem 0.9rem;
  border-radius: 20px;
}

.trust-badge .badge-icon {
  font-size: 1.15rem;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 1024px) {
  .trust-badge .badge-icon { font-size: 1.35rem; }
}

/* ── Cart Customisation Notice ── */
.cart-customise-notice {
  background: #f0f7f0;
  border: 1.5px solid #006600;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.1rem;
  line-height: 1.25;
}

.cart-customise-notice .notice-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
@media (min-width: 1024px) {
  .cart-customise-notice .notice-icon { font-size: 1.7rem; }
}

.cart-customise-notice strong { color: #006600; }

/* Offset for sticky burger nav when jumping to anchors */
.package-card,
.eid-card { scroll-margin-top: 80px; }

/* Hide burger when user reaches the footer */
@media (max-width: 768px) {
  body.scrolled-past-footer .mobile-menu-toggle { display: none !important; }
}

.packages-section { margin-bottom: 2.5rem; }

.packages-header { text-align: center; margin-bottom: 1rem; }

.packages-header h2 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #006600 0%, #00401A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75rem;
}

.packages-header h3 {
  margin-bottom: 1rem;
  line-height: 1.15;
}

/* ── Package Grid ── */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .packages-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Package Card ── */
.package-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0,0,0,0.09);
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.13);
}

/* ── Package Badge ── */
.package-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 0.35rem 0.8rem;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 700;
  z-index: 5;
  letter-spacing: 0.03em;
}

.package-badge.popular  { background: linear-gradient(135deg, #ff6b35, #e64a00); color: #fff; }
.package-badge.premium  { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #2c3e50; }
.package-badge.business { background: linear-gradient(135deg, #4a90e2, #1565c0); color: #fff; }

/* ── Package Header ── */
.package-header {
  padding: 4rem 1.5rem 1.5rem;
  text-align: center;
  background: linear-gradient(145deg, #f0f7f0, #e0efdf);
}

.package-card[data-package="premium"]  .package-header { background: linear-gradient(145deg, #f3e5f5, #e1bee7); }
.package-card[data-package="corporate"] .package-header { background: linear-gradient(145deg, #e8f0fe, #d2e3fc); }

.package-header h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a3a1a;
  margin-bottom: 0.35rem;
}

.package-card[data-package="premium"]  .package-header h3 { color: #4a148c; }
.package-card[data-package="corporate"] .package-header h3 { color: #0d47a1; }

.package-subtitle { font-size: 1rem; color: #555; margin-bottom: 1rem; line-height: 1.2;}

.package-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
}

.price-from   { font-size: 0.9rem; color: #666; font-weight: 500; align-self: center; }
.price-amount { font-size: 2.4rem; font-weight: 800; color: #006600; }
.package-card[data-package="premium"]  .price-amount { color: #ad1457; }
.package-card[data-package="corporate"] .price-amount { color: #1565c0; }
.price-unit   { font-size: 1rem; color: #555; font-weight: 500; }

/* ── Package Body ── */
.package-description { padding: 1rem 1.5rem; border-bottom: 1px solid #f0f0f0; line-height: 1.35; font-size: 1.05rem; }

/* ── Package Items List ── */
.package-includes {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  flex: 1;
}

.package-includes h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3a1a;
  margin-bottom: 0.75rem;
}

.package-items { list-style: none; padding: 0; margin: 0; }

.package-item-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed #f0f0f0;
  font-size: 1rem;
}

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

.item-img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f5f5f5;
}

.item-name  { flex: 1; font-weight: 500; line-height: 1.3; }
.item-qty   { font-size: 0.9rem; color: #555; font-weight: 500; flex-shrink: 0; }

/* Item availability tags */
.item-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 10px;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.item-tag.available   { background: #e8f5e9; color: #2e7d32; }
.item-tag.pre-order   { background: rgba(63, 81, 181, 0.90); color: #fff; }
.item-tag.unavailable { background: #fce4ec; color: #c62828; }

/* Loading skeleton */
.items-loading { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.5rem 0; }

.skeleton-row {
  height: 18px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 4px;
  width: 100%;
}

.skeleton-row:nth-child(2) { width: 85%; }
.skeleton-row:nth-child(3) { width: 92%; }
.skeleton-row:nth-child(4) { width: 78%; }

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── Package Features ── */
.package-features { padding: 1rem 1.5rem; border-bottom: 1px solid #f0f0f0; }

.feature-row {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.15rem 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #2e7d32;
  font-weight: 500;
}

.feature-row::before { content: '✓'; font-weight: 800; color: #006600; }

/* ── Package Actions ── */
.package-actions {
  padding: 1.4rem 1.5rem;
  background: #f8fdf8;
}

.guest-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  gap: 0.5rem;
}

.guest-label { font-weight: 600; color: #1a3a1a; font-size: 1.05rem; }

.quantity-controls { display: flex; align-items: center; gap: 0.6rem; }

.qty-btn {
  width: 30px;
  height: 30px;
  border: 2px solid #006600;
  background: #fff;
  color: #006600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  line-height: 1;
}

.qty-btn:hover { background: #006600; color: #fff; }

.guest-count-display {
  min-width: 44px;
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a3a1a;
}

.package-total-line {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #006600;
  margin-bottom: 1rem;
}

.package-total-note {
  font-size: 0.9rem;
  color: #555;
  font-weight: 400;
  display: block;
  margin-top: 0.2rem;
}

.package-add-btn {
  width: 100%;
  background: linear-gradient(135deg, #006600, #00401A);
  color: white;
  border: none;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 102, 0, 0.3);
  letter-spacing: 0.01em;
  margin-bottom: 0.6rem;
}

.package-add-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #00401A, #002e12);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 0, 0.4);
}

.package-add-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.package-add-btn.success  { background: linear-gradient(135deg, #2e7d32, #1b5e20); }

.package-cart-hint {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  line-height: 1.4;
}

/* ── Packages Footer ── */
.packages-footer {
  text-align: center;
  background: #f0f7f0;
  padding: 1.5rem 1.75rem;
  border-radius: 14px;
  border: 2px solid #006600;
  margin-top: 1.5rem;
}

/* ── Stock Info Section ── */
.stock-info {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.stock-info summary {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a3a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
}

.stock-info summary::-webkit-details-marker { display: none; }
.stock-info summary::after { content: '▾'; margin-left: auto; color: #006600; font-size: 1.1rem; }
details[open] summary::after { content: '▴'; }

.stock-info-body {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.stock-tag-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #f8f8f8;
  border-radius: 10px;
}

.stock-tag-row .stag {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 10px;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.stock-tag-row .stag.available   { background: #e8f5e9; color: #2e7d32; }
.stock-tag-row .stag.pre-order   { background: rgba(63, 81, 181, 0.90); color: #fff; }
.stock-tag-row .stag.unavailable { background: #fce4ec; color: #c62828; }

.stock-tag-row p { font-size: 1rem; margin: 0; line-height: 1.45; }
.stock-tag-row strong { color: #1a1a1a; }

/* ─────────────────────────────────────────────────
   SEASONAL EID PACKAGES
───────────────────────────────────────────────── */
.seasonal-section { margin: 2rem 0; }

.seasonal-section-header { text-align: center; margin-bottom: 1.5rem; }

.seasonal-section-header h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #8b6914;
  margin-bottom: 0.5rem;
}

.seasonal-section-header h3 {
  margin-bottom: 1rem;
  line-height: 1.15;
}

/* Kitchen closed notice — non-negotiable */
.eid-closure-notice {
  background: #1a1a1a;
  color: #fff;
  border-radius: 14px;
  padding: 1.25rem 1.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  line-height: 1.35;
}

.eid-closure-notice .closure-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .eid-closure-notice .closure-icon { font-size: 2.5rem; }
}

.eid-closure-notice strong { color: #ffd700; }
.eid-closure-notice em { color: #fff; font-style: normal; font-size: 1rem; line-height: 1.35; }

/* Grid for 2 Eid cards */
.eid-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

/* Eid Card shared */
.eid-card {
  background: linear-gradient(135deg, #fffbf0 0%, #fff8e1 100%);
  border-radius: 20px;
  border: 2px solid #c8a000;
  box-shadow: 0 8px 36px rgba(200, 160, 0, 0.18);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.eid-card::before {
  content: '';
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #c8a000, #ffd700, #c8a000);
}

.eid-card-body { display: flex; flex-direction: column; height: 100%; }

.eid-card-left  { padding: 2rem 2rem 1.5rem; border-bottom: 1px dashed #e5c85a; }
.eid-card-right { padding: 1.5rem 2rem 2rem; flex: 1; }

@media (max-width: 600px) {
  .eid-card-left, .eid-card-right { padding: 1.25rem 1.25rem; }
}

.eid-badge-row { display: flex; gap: 0.6rem; margin-bottom: 1rem; flex-wrap: wrap; }

.eid-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 700;
}

.eid-badge.seasonal       { background: linear-gradient(135deg, #c8a000, #8b6914); color: #fff; }
.eid-badge.preorder-notice { background: rgba(63, 81, 181, 0.90); color: #fff; border: 1.5px solid #ff9800; }

.eid-card-left h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #5d4037;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.eid-subtitle {
  font-size: 1.05rem;
  color: #795548;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

.eid-price-row { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 1.25rem; }
.eid-price-from   { font-size: 0.9rem; color: #999; font-weight: 500; }
.eid-price-amount { font-size: 2.8rem; font-weight: 800; color: #c8a000; line-height: 1; }
.eid-price-unit   { font-size: 1.05rem; color: #795548; font-weight: 500; }

.eid-features { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1.25rem; }

.eid-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #5d4037;
  font-weight: 500;
}

.eid-feature::before { content: '✓'; font-weight: 800; color: #c8a000; }

/* Eid guest selector */
.eid-guest-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  gap: 0.5rem;
}

.eid-guest-label { font-weight: 600; color: #5d4037; font-size: 1.05rem; }

.eid-qty-btn {
  width: 32px;
  height: 32px;
  border: 2px solid #c8a000;
  background: #fff;
  color: #8b6914;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.eid-qty-btn:hover { background: #c8a000; color: #fff; }

.eid-guest-count-display {
  min-width: 44px;
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: #5d4037;
}

.eid-total-line {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #8b6914;
  margin-bottom: 1rem;
}

.eid-add-btn {
  width: 100%;
  background: linear-gradient(135deg, #c8a000, #8b6914);
  color: #fff;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(200, 160, 0, 0.4);
  letter-spacing: 0.01em;
  margin-bottom: 0.6rem;
}

.eid-add-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, #8b6914, #6d5210);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(200, 160, 0, 0.5);
}

.eid-add-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.eid-cart-hint {
  font-size: 0.9rem;
  color: #795548;
  text-align: center;
  line-height: 1.4;
}

.eid-card-right h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #5d4037;
  margin-bottom: 1rem;
  border-bottom: 1.5px solid #e5c85a;
  padding-bottom: 0.5rem;
}

.eid-items-list { list-style: none; padding: 0; margin: 0; }

.eid-item-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #f5e8a0;
  font-size: 1rem;
}

.eid-item-row:last-child { border-bottom: none; }
.eid-item-name { flex: 1; color: #4e342e; font-weight: 500; line-height: 1.3; }

.eid-note {
  background: #fffde7;
  border: 1px solid #f9a825;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  color: #6d4c41;
  line-height: 1.4;
}

/* ── How It Works ── */
.how-it-works { margin: 2rem 0; }

.how-it-works h2 {
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  font-weight: 700;
  color: #1a3a1a;
  text-align: center;
  margin-bottom: 1rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.step-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  border: 1.5px solid #e0efdf;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.step-icon  { font-size: 2.2rem; margin-bottom: 0.75rem; display: block; }
@media (min-width: 1024px) {
  .step-icon { font-size: 2.5rem; }
}

.step-num {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #006600;
  color: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.step-card h4 { font-size: 1.1rem; font-weight: 600; color: #1a3a1a; margin-bottom: 0.4rem; }
.step-card p  { font-size: 1rem; line-height: 1.5; color: #333; }

/* ── Contact / Support ── */
.contact-support {
  background: linear-gradient(135deg, #006600, #00401A);
  border-radius: 18px;
  padding: 3rem 2rem;
  text-align: center;
  color: white;
  margin: 2rem 0;
  box-shadow: 0 8px 30px rgba(0, 102, 0, 0.3);
}

.contact-support h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  line-height: 1.3;
}

.contact-support p { font-size: 1.1rem; margin-bottom: 2rem; opacity: 0.9; color: #fff; }

.support-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.support-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  background: white;
  color: #006600;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.support-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); background: #f0f7f0; }

/* ── Mobile ── */
@media (max-width: 768px) {
  .main-content { padding: 1.5rem 1rem; }
  .packages-grid { grid-template-columns: 1fr; }
  .eid-grid { grid-template-columns: 1fr; }
  .package-header { padding: 2.5rem 1.2rem 1.2rem; }
  .package-badge  { top: 12px; right: 12px; font-size: 0.78rem; }
  .price-amount   { font-size: 2rem; }
  .eid-closure-notice { flex-direction: column; gap: 0.5rem; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ── kitchen-header — verbatim from index.txt ── */
.kitchen-header { box-shadow: none !important; }
.kitchen-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 28px;
  background: linear-gradient(135deg, #006600 0%, #00401A 100%);
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.kitchen-header .k-logo img { height: 64px; display: block; flex-shrink: 0; }
.kitchen-header nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 4px; flex-wrap: wrap;
}
.kitchen-header nav ul li a {
  display: inline-block;
  padding: 6px 14px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
}
.kitchen-header nav ul li a:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.kitchen-header nav ul li a.active {
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .kitchen-header nav ul { gap: 2px; }
  .kitchen-header nav ul li a { font-size: 12.5px; padding: 5px 10px; }
}
@media (max-width: 1024px) {
  .kitchen-header nav ul li a { font-size: 12px; padding: 5px 8px; }
}
@media (max-width: 900px) {
  .kitchen-header nav ul li a { font-size: 11.5px; padding: 4px 6px; }
}
@media (max-width: 767px) {
  .kitchen-header { padding: 12px 16px; }
  .kitchen-header nav { display: none; }
}
    @media (max-width: 480px) {
      /* Phase 2 (revised 2026-06-23) — logo at 75% width, centered horizontally,
        0px vertical padding. */
      .kitchen-header { padding-top: 0px; padding-bottom: 0px; justify-content: center; }
      .kitchen-header .k-logo { width: 75%; display: flex; justify-content: center; }
      .kitchen-header .k-logo img { width: 100%; height: auto; display: block; }
    }
.mobile-menu-toggle.hidden-until-scroll { box-shadow: none !important; }

/* ── k-hero — verbatim from index.txt ── */
#k-hero {
  position: relative;
  height: 82.5vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.k-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/catering.jpg') center/cover no-repeat;
}
.k-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(10,20,10,0.55) 60%, rgba(0,0,0,0.80) 100%);
}
.k-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px 80px;
  max-width: 640px;
}
.k-hero-eyebrow {
  margin: 0 0 2px;
}
.k-hero-eyebrow span {
  background-color: #006600;
  color: #ffffff;
  mix-blend-mode: multiply;
  font-size: 12px;
  letter-spacing: 0.20em;
  font-weight: 550;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 4px;
}
.k-hero-headline {
  font-size: clamp(1.8rem, 15vw, 3.4rem);
  font-weight: 650;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.05;
}
.k-hero-sub {
  font-size: 20px;
  color: rgba(255,255,255,1);
  margin: 0 0 30px;
  line-height: 1.35;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .k-hero-headline { font-size: clamp(2rem, 6vw, 3.0rem); }
}
@media only screen and (max-width: 768px) {
  .k-hero-headline {
    font-size: clamp(1.6rem, 10vw, 3rem);
    line-height: 1.05;
  }
  .k-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,1);
    margin: 0 0 48px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 360px) {
  .k-hero-headline { font-size: clamp(1.5rem, 9vw, 2.4rem); }
}
.k-hero-btns {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.k-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #00401a;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s;
}
.k-btn-primary:hover { color: #00401a; background: #fff; }
.k-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.k-btn-ghost:hover { border-color: rgba(255,255,255,0.7); background: #00401a; }
.k-hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: k-bounce 1.2s ease-in-out infinite;
}
@keyframes k-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}
.k-hero-scroll svg { opacity: 0.5; }
