/* ==========================================================================
   VIP EXPRESS SUPERMARKET - LUXURY DUBAI MARINA STYLESHEET
   Mobile-First & Ultra-Responsive Edition
   ========================================================================== */

:root {
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Playfair Display', Georgia, serif;
  
  --color-gold-light: #fbe69b;
  --color-gold: #d4af37;
  --color-gold-dark: #9b6c16;
  --color-gold-gradient: linear-gradient(135deg, #fceaa5 0%, #d4af37 50%, #9e6f18 100%);
  --color-gold-hover: linear-gradient(135deg, #fff2be 0%, #e2be52 50%, #b88622 100%);
  
  --color-dark-bg: #0a0c10;
  --color-dark-card: #12151c;
  --color-dark-text: #ffffff;
  --color-muted: #555d6e;
  --color-soft-bg: #fbfbfd;
  
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.1);
  --shadow-gold: 0 8px 24px rgba(212, 175, 55, 0.35);
  
  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   RESET & MOBILE FOUNDATIONS
   ========================================================================== */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-family: var(--font-body);
  color: #1e2229;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

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

a, button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: #0f1217;
  font-weight: 600;
  letter-spacing: -0.015em;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.18;
}

h2 em {
  font-style: italic;
  font-weight: 400;
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kicker {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-gold-dark);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kicker::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.copy {
  font-size: 1.05rem;
  color: var(--color-muted);
  line-height: 1.7;
}

.section-space {
  padding: 100px 0;
}

.bg-soft {
  background-color: var(--color-soft-bg);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
  font-family: var(--font-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  transition: var(--transition-smooth);
  white-space: nowrap;
}

.btn-pill {
  border-radius: 50px;
  padding: 0.7rem 1.8rem;
}

.btn-lg.btn-pill {
  padding: 0.85rem 2.2rem;
  font-size: 1.05rem;
}

.btn-gold {
  background: var(--color-gold-gradient);
  color: #0a0c10 !important;
  border: none;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  background: var(--color-gold-hover);
  color: #000000 !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
}

.btn-gold:active {
  transform: translateY(0);
}

.btn-outline-light {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

#mainNav {
  padding: 20px 0;
  transition: all 0.35s ease;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.88) 0%, rgba(10, 12, 16, 0) 100%);
  z-index: 1030;
}

#mainNav.scrolled {
  padding: 12px 0;
  background: rgba(10, 12, 16, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.brand-logo {
  height: 44px;
  width: auto;
  max-width: 175px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.45)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-logo:hover {
  transform: scale(1.03);
}

.footer-logo {
  height: 52px;
  max-width: 210px;
}

.brand-mark {
  background: var(--color-gold-gradient);
  color: #0b0d11;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.82em;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.brand span:not(.brand-mark) {
  color: #ffffff;
  letter-spacing: 0.16em;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 18px !important;
  letter-spacing: 0.03em;
  position: relative;
  transition: color 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--color-gold-light) !important;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--color-gold);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: var(--transition-smooth);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.35) !important;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 140px 0 90px;
  overflow: hidden;
  background-color: var(--color-dark-bg);
  color: #ffffff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero.jpg'), url('https://images.unsplash.com/photo-1578916171728-46686eac8d58?auto=format&fit=crop&w=1920&q=85');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: brightness(0.68) contrast(1.06);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 45%, rgba(10, 12, 16, 0.72) 0%, rgba(10, 12, 16, 0.94) 85%),
    linear-gradient(180deg, rgba(10, 12, 16, 0.6) 0%, rgba(10, 12, 16, 0.3) 40%, rgba(10, 12, 16, 0.98) 100%);
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.hero-copy.reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--color-gold);
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.hero h1 em {
  font-style: italic;
  font-weight: 400;
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero .lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2.25rem;
  max-width: 540px;
}

.hero-note {
  position: absolute;
  bottom: 40px;
  right: 48px;
  z-index: 3;
  background: rgba(18, 22, 30, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 14px 24px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  text-align: right;
}

.hero-note small {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-gold);
  margin-bottom: 2px;
}

.hero-note strong {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font-heading);
}

/* ==========================================================================
   FEATURE CARDS (WHY VIP EXPRESS)
   ========================================================================== */

.feature {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px;
  border: 1px solid rgba(17, 20, 26, 0.08);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-gold-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 175, 55, 0.35);
}

.feature:hover::before {
  opacity: 1;
}

.feature span {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--color-gold-dark);
  margin-bottom: 8px;
}

.feature b {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 1.25rem;
  display: inline-block;
}

.feature h3 {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 700;
  color: #11141a;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.feature p {
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

/* ==========================================================================
   CATEGORIES SECTION
   ========================================================================== */

.category {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 16 / 10;
  min-height: 240px;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
}

.category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.category i {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.05) 0%, rgba(10, 12, 16, 0.45) 50%, rgba(10, 12, 16, 0.92) 100%);
  transition: background 0.35s ease;
}

.category span {
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 70px;
  z-index: 2;
  color: #ffffff;
}

.category span small {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: 4px;
}

.category span strong {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  display: block;
  letter-spacing: -0.01em;
}

.category b {
  position: absolute;
  bottom: 22px;
  right: 22px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.15rem;
  transition: var(--transition-smooth);
}

.category:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.category:hover img {
  transform: scale(1.07);
}

.category:hover b {
  background: var(--color-gold);
  color: #0b0c10;
  border-color: var(--color-gold);
  transform: translateX(4px);
}

/* ==========================================================================
   DELIVERY BANNER
   ========================================================================== */

.delivery {
  background: linear-gradient(135deg, #0a0c10 0%, #151922 50%, #0a0c10 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding: 100px 0;
}

.delivery::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.delivery .text-gold {
  color: var(--color-gold-light) !important;
}

.delivery h2 {
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.delivery h2 em {
  color: var(--color-gold-light);
}

.delivery p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  max-width: 620px;
  margin-bottom: 2.5rem;
}

.delivery-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 3.5rem;
}

.delivery-points span {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #f1f5f9;
}

/* ==========================================================================
   LOCATION & CONTACT
   ========================================================================== */

.location {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
}

.location img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.location:hover img {
  transform: scale(1.03);
}

.location span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(12, 14, 18, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--color-gold-light);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

address {
  font-style: normal;
  line-height: 1.8;
  color: #4b5563;
  font-size: 1.05rem;
  margin: 1.5rem 0;
}

.text-link {
  color: var(--color-gold-dark);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  transition: var(--transition-smooth);
}

.text-link:hover {
  color: #6a4a0f;
  gap: 12px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
  background-color: var(--color-dark-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .brand {
  text-decoration: none;
}

.footer .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer h3 {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-gold);
  margin-bottom: 1.25rem;
}

.footer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.7;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--color-gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   FLOATING ACTION BUTTONS
   ========================================================================== */

.floating {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 1060;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition-smooth);
  position: relative;
}

.floating a svg {
  width: 26px;
  height: 26px;
  transition: transform 0.3s ease;
}

.floating a:hover {
  transform: translateY(-4px) scale(1.08);
}

.floating a:hover svg {
  transform: scale(1.1);
}

.floating .wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  animation: pulse-wa 3s infinite;
}

.floating .wa:hover {
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65);
}

.floating .call {
  background: var(--color-gold-gradient);
  color: #0b0c10;
  box-shadow: var(--shadow-gold);
}

.floating .call:hover {
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.65);
}

@keyframes pulse-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ==========================================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE PERFECTION
   ========================================================================== */

/* Tablet & Mobile (<= 991px) */
@media (max-width: 991px) {
  #mainNav {
    background: rgba(10, 12, 16, 0.96) !important;
    padding: 14px 0;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .navbar-collapse {
    background: rgba(14, 17, 23, 0.98);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 20px;
    margin-top: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  }

  .navbar-nav {
    padding: 6px 0;
    gap: 4px;
  }

  .navbar-nav .nav-link {
    font-size: 1.05rem;
    padding: 12px 16px !important;
    border-radius: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link:hover {
    background: rgba(212, 175, 55, 0.12);
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

  .navbar-collapse .btn-gold {
    width: 100%;
    padding: 13px 20px;
    font-size: 1rem;
    margin-top: 14px;
    text-align: center;
  }
}

/* Mobile Devices (<= 768px) */
@media (max-width: 768px) {
  .section-space {
    padding: 65px 0;
  }

  /* Hero Mobile Optimizations */
  .hero {
    min-height: 100svh;
    min-height: 100vh;
    padding: 110px 0 60px;
    display: flex;
    align-items: center;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 8.8vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 1.2rem;
  }

  .hero .lead {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.8rem;
  }

  .hero-copy .d-flex {
    width: 100%;
    gap: 12px !important;
  }

  .hero-copy .btn {
    width: 100%;
    padding: 13px 20px;
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    gap: 8px;
    margin-bottom: 1rem;
  }

  /* Feature Cards Mobile */
  .feature {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .feature span {
    font-size: 0.8rem;
  }

  .feature b {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }

  .feature h3 {
    font-size: 1.22rem;
    margin-bottom: 0.65rem;
  }

  .feature p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  /* Categories Mobile */
  .category {
    aspect-ratio: 16 / 10;
    min-height: 200px;
    border-radius: 16px;
  }

  .category span {
    bottom: 16px;
    left: 18px;
    right: 64px;
  }

  .category span small {
    font-size: 0.72rem;
    margin-bottom: 2px;
  }

  .category span strong {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .category b {
    bottom: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  /* Delivery Banner Mobile */
  .delivery {
    padding: 65px 0;
  }

  .delivery h2 {
    font-size: clamp(1.9rem, 7.5vw, 2.7rem);
  }

  .delivery p {
    font-size: 1.02rem;
    margin-bottom: 1.8rem;
  }

  .delivery .d-flex.gap-3 {
    width: 100%;
    gap: 12px !important;
  }

  .delivery .btn {
    width: 100%;
    padding: 13px 20px;
    font-size: 1rem;
  }

  .delivery-points {
    margin-top: 2rem;
    gap: 8px;
  }

  .delivery-points span {
    padding: 8px 16px;
    font-size: 0.84rem;
    border-radius: 30px;
  }

  /* Location Mobile */
  .location {
    border-radius: 16px;
  }

  .location img {
    height: 240px;
  }

  .location span {
    bottom: 14px;
    left: 14px;
    padding: 6px 14px;
    font-size: 0.78rem;
  }

  address {
    font-size: 0.98rem;
    margin: 1.2rem 0;
  }

  /* Footer Mobile */
  .footer {
    padding-bottom: 84px; /* Clearance for floating action buttons */
  }

  .footer h3 {
    margin-bottom: 0.85rem;
  }

  .footer-bottom {
    text-align: center;
    gap: 8px;
  }

  /* Floating Buttons Mobile */
  .floating {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    gap: 10px;
  }

  .floating a {
    width: 48px;
    height: 48px;
  }

  .floating a svg {
    width: 22px;
    height: 22px;
  }

  .brand-logo {
    height: 34px;
    max-width: 145px;
  }

  .footer-logo {
    height: 42px;
    max-width: 175px;
  }
}

/* Small Phones (<= 420px) */
@media (max-width: 420px) {
  .section-space {
    padding: 50px 0;
  }

  .container-xxl.px-4,
  .container.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .brand {
    font-size: 1.05rem;
    gap: 7px;
  }

  .brand-mark {
    padding: 2px 7px;
    font-size: 0.78em;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 8.2vw, 2.5rem);
  }

  .hero .lead {
    font-size: 0.98rem;
  }

  .category span strong {
    font-size: 1.15rem;
  }

  .feature {
    padding: 24px 18px;
  }
}

/* ==========================================================================
   LEGAL PAGES (PRIVACY & TERMS)
   ========================================================================== */

body.legal {
  background-color: var(--color-soft-bg);
  color: #1a1c23;
  min-height: 100vh;
  padding: 50px 18px;
}

body.legal .legal-wrapper {
  max-width: 820px;
  margin: 0 auto;
}

body.legal .brand {
  margin-bottom: 30px;
}

body.legal .brand span:not(.brand-mark) {
  color: #0f1217;
}

body.legal main {
  background: #ffffff;
  padding: 45px 38px;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 576px) {
  body.legal {
    padding: 30px 14px;
  }
  body.legal main {
    padding: 26px 18px;
    border-radius: 16px;
  }
  body.legal h1 {
    font-size: 2rem;
  }
}

body.legal h1 {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #11141a;
}

body.legal h2 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 2.2rem;
  margin-bottom: 0.75rem;
  color: #11141a;
}

body.legal p {
  color: #4b5563;
  line-height: 1.75;
  font-size: 1.02rem;
}

/* ==========================================================================
   404 NOT FOUND PAGE
   ========================================================================== */

main.notfound {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0a0c10 0%, #161922 100%);
  color: #ffffff;
  padding: 40px 20px;
  position: relative;
}

main.notfound h1 {
  font-family: var(--font-heading);
  font-size: clamp(5rem, 13vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.25rem;
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

main.notfound .h1 {
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

main.notfound .copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  main.notfound .btn {
    width: 100%;
    max-width: 280px;
  }
}
