/* ==========================================================================
   MMART MODERN RETAIL - FRESH NEO-CONVENIENCE DESIGN SYSTEM
   Designed for Gen Z & Youth Lifestyle (Clean, Vibrant, Playful & Mobile-First)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CSS VARIABLES & DESIGN TOKENS (FRESH LIGHT PALETTE)
   -------------------------------------------------------------------------- */
:root {
  /* Brand Core Colors */
  --primary: #009657;              /* MMart Signature Emerald */
  --primary-hover: #007a46;
  --primary-dark: #004d2c;
  --primary-light: #e6f7ef;
  --primary-subtle: #f0faf4;
  --primary-glow: rgba(0, 150, 87, 0.25);

  /* Gen Z Pop Accents */
  --accent-lime: #a3e635;          /* Electric Matcha / Lime */
  --accent-lime-light: #f4fee6;
  --accent-orange: #ff6a00;        /* Max Bites Energetic Orange */
  --accent-orange-hover: #e55e00;
  --accent-orange-light: #fff2e8;
  --accent-yellow: #fbbf24;
  --accent-cyan: #06b6d4;
  --accent-cyan-light: #ecfeff;
  --accent-pink: #f43f5e;

  /* Fresh Light Surfaces */
  --bg-body: #f8faf9;
  --bg-surface: #ffffff;
  --bg-surface-alt: #f1f6f3;
  --bg-glass: rgba(255, 255, 255, 0.85);
  --bg-dark-card: #0e1c15;         /* For 24/7 Midnight Owl Bento */
  --bg-dark-surface: #14281f;

  /* Borders */
  --border-light: rgba(0, 150, 87, 0.12);
  --border-card: #e2ece6;
  --border-card-hover: #009657;
  --border-dashed: #cbdcd3;

  /* Typography Colors */
  --text-main: #0f241a;            /* Deep Pine Forest - Sharp & High Contrast */
  --text-body: #334d40;            /* Readable Body */
  --text-muted: #627d71;           /* Secondary / Metadata */
  --text-inverse: #ffffff;

  /* Typography Specs */
  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Plus Jakarta Sans', sans-serif;

  /* Shadows */
  --shadow-xs: 0 2px 6px rgba(15, 36, 26, 0.04);
  --shadow-sm: 0 4px 12px rgba(15, 36, 26, 0.06);
  --shadow-md: 0 12px 28px rgba(15, 36, 26, 0.08);
  --shadow-lg: 0 20px 48px rgba(15, 36, 26, 0.12);
  --shadow-primary: 0 10px 25px rgba(0, 150, 87, 0.28);
  --shadow-orange: 0 10px 25px rgba(255, 106, 0, 0.3);

  /* Border Radii (Friendly Rounded Shapes) */
  --radius-xs: 6px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
  overflow: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f6f3;
}
::-webkit-scrollbar-thumb {
  background: #a4c4b5;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* Layout Container */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-sm {
  max-width: 980px;
}

/* --------------------------------------------------------------------------
   3. TYPOGRAPHY & UTILITIES
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, #00b368 50%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-orange {
  background: linear-gradient(135deg, #ff6a00 0%, #ff8a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: var(--primary-light);
  border: 1px solid rgba(0, 150, 87, 0.2);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  box-shadow: var(--shadow-xs);
}

.section-tag.tag-orange {
  background: var(--accent-orange-light);
  border-color: rgba(255, 106, 0, 0.25);
  color: var(--accent-orange);
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 14px;
}

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

/* Sticker & Pill Badges */
.badge-sticker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}

.badge-sticker.badge-lime {
  background: var(--accent-lime);
  color: #122402;
}

.badge-sticker.badge-orange {
  background: var(--accent-orange);
  color: #ffffff;
}

.badge-sticker.badge-green {
  background: var(--primary);
  color: #ffffff;
}

.badge-sticker.badge-cyan {
  background: var(--accent-cyan);
  color: #ffffff;
}

.badge-sticker.badge-white {
  background: #ffffff;
  color: var(--text-main);
  border: 1px solid var(--border-card);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 28px;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: var(--radius-full);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast), background-color var(--transition-fast);
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn-primary {
  background: var(--primary);
  color: #ffffff;
  box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 14px 30px rgba(0, 150, 87, 0.38);
}

.btn-orange {
  background: var(--accent-orange);
  color: #ffffff;
  box-shadow: var(--shadow-orange);
}

.btn-orange:hover {
  background: var(--accent-orange-hover);
  box-shadow: 0 14px 30px rgba(255, 106, 0, 0.4);
}

.btn-outline {
  background: #ffffff;
  color: var(--text-main);
  border-color: var(--border-card);
  box-shadow: var(--shadow-xs);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-light);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.84rem;
}

/* App Store Download Badges */
.btn-app-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #111b15;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform var(--transition-bounce), background-color var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-app-badge:hover {
  transform: translateY(-3px);
  background: #1a2c23;
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-md);
}

.btn-app-badge svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-app-badge .app-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}

.btn-app-badge .app-text small {
  font-size: 0.65rem;
  color: #9eb5aa;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.btn-app-badge .app-text strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   4. TOP BAR & STICKY NAVBAR (COMPACT & SLEEK)
   -------------------------------------------------------------------------- */
.top-notice-bar {
  background: #112219;
  color: #ffffff;
  padding: 4px 0;
  font-size: 0.76rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-notice-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.top-notice-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 1px 8px;
  background: rgba(163, 230, 53, 0.2);
  color: var(--accent-lime);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 800;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-lime);
  animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 10px var(--accent-lime); }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.top-notice-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-notice-right a {
  color: #b0c9bd;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.top-notice-right a:hover {
  color: #ffffff;
}

/* Main Navbar */
.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-card);
  transition: padding var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);
  padding: 8px 0;
}

.navbar.scrolled {
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 150, 87, 0.15));
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1.18rem;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.brand-tagline {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1px;
}

.nav-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 16px;
}

.nav-link {
  text-decoration: none;
  color: var(--text-body);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 4px 0;
  position: relative;
  transition: color var(--transition-fast);
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: width var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: var(--primary);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-nav-app {
  background: var(--accent-orange-light);
  color: var(--accent-orange);
  border: 1px solid rgba(255, 106, 0, 0.25);
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: var(--radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: var(--transition-fast);
}

.btn-nav-app:hover {
  background: var(--accent-orange);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Mobile Toggle Hamburger */
.mobile-toggle {
  display: none;
  background: var(--bg-surface-alt);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: var(--transition-fast);
}

.hamburger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-main);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.mobile-toggle.active .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-toggle.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.active .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Drawer Elements */
.drawer-header,
.drawer-actions-box {
  display: none;
}

/* --------------------------------------------------------------------------
   5. HERO SECTION (BENTO VIBE FOR GEN Z)
   -------------------------------------------------------------------------- */
.section-hero {
  padding: 48px 0 72px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 15%, rgba(0, 150, 87, 0.08) 0%, transparent 60%),
              radial-gradient(circle at 15% 85%, rgba(255, 106, 0, 0.06) 0%, transparent 50%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

/* Hero Content */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-sticker-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 580px;
}

/* Quick Perks Icons */
.hero-perks-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.perk-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid var(--border-card);
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-main);
  box-shadow: var(--shadow-xs);
}

.perk-pill svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

.hero-actions-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-apps-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hero Right: Bento Visual Card Stack */
.hero-bento-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
}

.bento-card-main {
  grid-column: span 2;
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-card);
  aspect-ratio: 16 / 9;
  background: #000;
}

.bento-card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.bento-card-main:hover img {
  transform: scale(1.05);
}

.bento-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #ffffff;
}

.bento-main-overlay h3 {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.bento-main-overlay p {
  color: #d1fae5;
  font-size: 0.88rem;
  font-weight: 600;
}

/* Bento Subcard 1: Mascot MAX Interactive Card */
.bento-card-mascot {
  background: linear-gradient(145deg, #ffffff 0%, var(--primary-light) 100%);
  border: 1px solid rgba(0, 150, 87, 0.2);
  border-radius: var(--radius-lg);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-md);
  position: relative;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast);
}

.bento-card-mascot:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.mascot-avatar-wrap {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.mascot-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mascot-bubble {
  display: flex;
  flex-direction: column;
}

.mascot-name {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mascot-quote {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.25;
}

/* Bento Subcard 2: Max Bites Fast Snack Preview */
.bento-card-snack {
  background: linear-gradient(145deg, #ffffff 0%, var(--accent-orange-light) 100%);
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: var(--radius-lg);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast);
}

.bento-card-snack:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.snack-info h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-orange);
  margin-bottom: 2px;
}

.snack-info p {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-body);
}

.snack-thumb {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.3);
}

.snack-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   6. INTERACTIVE "WHAT'S YOUR VIBE TODAY?" MOOD FILTER
   -------------------------------------------------------------------------- */
.section-vibe-picker {
  padding: 80px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-card);
  border-bottom: 1px solid var(--border-card);
  position: relative;
}

.vibe-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.vibe-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--bg-surface-alt);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-body);
  cursor: pointer;
  transition: all var(--transition-bounce);
  box-shadow: var(--shadow-xs);
}

.vibe-tab-btn:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.vibe-tab-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: var(--shadow-primary);
  transform: translateY(-3px) scale(1.03);
}

.vibe-tab-btn .tab-emoji {
  font-size: 1.15rem;
}

/* Vibe Grid Content */
.vibe-panel {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.vibe-panel.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

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

.vibe-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast), border-color var(--transition-fast);
  position: relative;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.vibe-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(0, 150, 87, 0.14);
  border-color: rgba(0, 150, 87, 0.4);
}

.vibe-card-img-wrap {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  background: #0f1c16;
}

.vibe-card-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, transparent 35%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
}

.vibe-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

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

.vibe-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.vibe-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vibe-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text-main);
}

.vibe-card-subtitle {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.vibe-card-perks {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vibe-card-perks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-body);
}

.vibe-card-perks li svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
  flex-shrink: 0;
}

.vibe-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-tag {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--accent-orange);
}

/* --------------------------------------------------------------------------
   7. BRAND ECOSYSTEM BENTO (MAX BITES, BIG M, MY MMART)
   -------------------------------------------------------------------------- */
.section-ecosystem {
  padding: 100px 0;
  background: var(--bg-body);
  position: relative;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.eco-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.eco-card:hover {
  transform: translateY(-8px);
}

.eco-card.card-maxbites {
  border: 1.5px solid rgba(255, 106, 0, 0.18);
}

.eco-card.card-maxbites::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top right, rgba(255, 106, 0, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.eco-card.card-maxbites:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 20px 45px rgba(255, 106, 0, 0.2);
}

.eco-card.card-bigm {
  border: 1.5px solid rgba(132, 204, 22, 0.22);
}

.eco-card.card-bigm::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top right, rgba(163, 230, 53, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

.eco-card.card-bigm:hover {
  border-color: #65a30d;
  box-shadow: 0 20px 45px rgba(132, 204, 22, 0.22);
}

.eco-card.card-mymmart {
  border: 1.5px solid rgba(6, 182, 212, 0.2);
}

.eco-card.card-mymmart::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top right, rgba(6, 182, 212, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.eco-card.card-mymmart:hover {
  border-color: var(--accent-cyan);
  box-shadow: 0 20px 45px rgba(6, 182, 212, 0.22);
}

.eco-img-wrap {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.eco-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.badge-tag-orange {
  background: rgba(255, 106, 0, 0.9);
  color: #ffffff;
}

.badge-tag-green {
  background: rgba(0, 150, 87, 0.9);
  color: #ffffff;
}

.badge-tag-cyan {
  background: rgba(6, 182, 212, 0.9);
  color: #ffffff;
}

.eco-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

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

.eco-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.eco-name {
  font-size: 1.65rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.eco-tagline {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.card-maxbites .eco-tagline { color: var(--accent-orange); }
.card-bigm .eco-tagline { color: var(--primary); }
.card-mymmart .eco-tagline { color: var(--accent-cyan); }

.eco-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.eco-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.eco-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-body);
}

.eco-features li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.card-maxbites .eco-features li svg { color: var(--accent-orange); }
.card-bigm .eco-features li svg { color: var(--primary); }
.card-mymmart .eco-features li svg { color: var(--accent-cyan); }

.eco-cta-box {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--border-card);
}

/* --------------------------------------------------------------------------
   8. 24/7 MIDNIGHT HANGOUT LOUNGE (DARK BENTO CONTRAST)
   -------------------------------------------------------------------------- */
.section-hangout {
  padding: 90px 0;
  background: var(--bg-surface);
}

.hangout-banner {
  background: linear-gradient(135deg, #0e1c15 0%, #152c21 100%);
  border-radius: var(--radius-xl);
  padding: 56px 48px;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(163, 230, 53, 0.2);
}

.hangout-banner::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163, 230, 53, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hangout-text h2 {
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: 16px;
}

.hangout-text p {
  color: #c0dacb;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}

.hangout-amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 18px;
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
}

.amenity-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--accent-lime);
  transform: translateX(4px);
}

.amenity-icon {
  font-size: 1.4rem;
}

.amenity-info strong {
  display: block;
  font-size: 0.92rem;
  color: #ffffff;
  margin-bottom: 2px;
}

.amenity-info small {
  font-size: 0.78rem;
  color: #9eb5aa;
}

.hangout-visual-box {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hangout-visual-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --------------------------------------------------------------------------
   9. INSTAGRAM & SOCIAL COMMUNITY SHOWCASE (@mmart.id)
   -------------------------------------------------------------------------- */
.section-instagram {
  padding: 90px 0;
  background: var(--bg-body);
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.insta-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-card);
  text-decoration: none;
  display: block;
  background: #e2ece6;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast);
}

.insta-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.insta-card:hover img {
  transform: scale(1.1);
}

.insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 36, 26, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #ffffff;
}

.insta-icon-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #e1306c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

.insta-caption {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   10. STATS COUNTERS & CORE FOUNDATIONS (500+ STORES)
   -------------------------------------------------------------------------- */
.section-stats-strip {
  padding: 60px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-card);
  border-bottom: 1px solid var(--border-card);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-box {
  padding: 10px 16px;
}

.stat-number {
  font-size: clamp(2.4rem, 3.8vw, 3.2rem);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--font-heading);
}

.stat-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-muted);
}

/* About & Foundations Split */
.section-foundations {
  padding: 90px 0;
  background: var(--bg-body);
}

.foundations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.foundation-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast);
}

.foundation-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.foundation-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.foundation-body {
  padding: 28px;
}

.foundation-body h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.foundation-body p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   11. CONTACT & INQUIRY SECTION
   -------------------------------------------------------------------------- */
.section-contact {
  padding: 90px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-card);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
}

.contact-card-info {
  background: var(--bg-surface-alt);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-icon-box {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon-box svg {
  width: 24px;
  height: 24px;
}

.contact-info-text h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.contact-info-text p, .contact-info-text a {
  font-size: 0.92rem;
  color: var(--text-muted);
  text-decoration: none;
}

.contact-info-text a:hover {
  color: var(--primary);
}

/* Contact Google Map */
.contact-map-card {
  margin-top: 10px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1.5px solid var(--border-card);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.contact-map-card iframe {
  display: block;
  width: 100%;
}

.map-action-bar {
  padding: 10px 14px;
  background: var(--bg-surface-alt);
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--border-card);
}

.btn-map-direct {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition-fast);
}

.btn-map-direct:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* Form */
.contact-form-card {
  background: #ffffff;
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text-main);
}

.form-control {
  width: 100%;
  padding: 12px 18px;
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-md);
  font-family: var(--font-main);
  font-size: 0.95rem;
  color: var(--text-main);
  background: var(--bg-surface-alt);
  transition: border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-control:focus {
  outline: none;
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-light);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* Simple Security Captcha */
.captcha-group {
  background: var(--bg-surface-alt);
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border-card);
  margin-bottom: 20px;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.captcha-math {
  background: #112219;
  color: var(--accent-lime);
  font-family: 'Plus Jakarta Sans', monospace;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.05em;
  user-select: none;
  white-space: nowrap;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
  border: 1px solid rgba(163, 230, 53, 0.25);
}

.btn-captcha-refresh {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  color: var(--text-body);
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.btn-captcha-refresh:hover {
  background: var(--primary-light);
  color: var(--primary);
  border-color: var(--primary);
  transform: rotate(90deg);
}

.captcha-input {
  flex-grow: 1;
  background: #ffffff;
  padding: 10px 14px;
}

.captcha-input.error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

.captcha-hint {
  display: block;
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* --------------------------------------------------------------------------
   12. FOOTER
   -------------------------------------------------------------------------- */
.footer {
  background: #0d1a13;
  color: #ffffff;
  padding: 70px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 1.1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand-col .nav-brand {
  margin-bottom: 14px;
}

.footer-brand-col .brand-name {
  color: #ffffff;
}

.footer-brand-col p {
  color: #9cb8aa;
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.social-links-list {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition-fast);
}

.social-btn:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-3px);
}

.social-btn svg {
  width: 18px;
  height: 18px;
}

.footer-col h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #9cb8aa;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color var(--transition-fast), padding-left var(--transition-fast);
}

.footer-links a:hover {
  color: var(--accent-lime);
  padding-left: 4px;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.86rem;
  color: #7d9e8e;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  font-size: 0.84rem;
  color: #7d9e8e;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   13. MODAL, TOAST & BACK TO TOP
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  background: #ffffff;
  border-radius: var(--radius-xl);
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-card);
  animation: modalPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes modalPop {
  from { transform: scale(0.92) translateY(20px); }
  to { transform: scale(1) translateY(0); }
}

.modal-header {
  padding: 22px 28px;
  border-bottom: 1px solid var(--border-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header h3 {
  font-size: 1.25rem;
  font-weight: 800;
}

.modal-close-btn {
  background: var(--bg-surface-alt);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}

.modal-close-btn:hover {
  background: #e2ece6;
  color: var(--accent-orange);
}

.modal-body {
  padding: 28px;
  overflow-y: auto;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-body);
}

.modal-body h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 18px 0 6px;
  color: var(--text-main);
}

.modal-footer {
  padding: 18px 28px;
  border-top: 1px solid var(--border-card);
  display: flex;
  justify-content: flex-end;
}

/* Toast */
.toast-notice {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--text-main);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-lg);
  z-index: 3000;
  font-size: 0.9rem;
  font-weight: 700;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toast-notice.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-notice svg {
  color: var(--accent-lime);
}

/* Floating Back To Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-primary);
  cursor: pointer;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition-fast);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--primary-hover);
  transform: translateY(-4px);
}

/* --------------------------------------------------------------------------
   14. MOBILE RESPONSIVENESS & BOTTOM DOCK BAR
   -------------------------------------------------------------------------- */
.mobile-bottom-bar {
  display: none;
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ecosystem-grid,
  .vibe-panel.active {
    grid-template-columns: repeat(2, 1fr);
  }

  .hangout-banner {
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }

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

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

@media (max-width: 768px) {
  .top-notice-bar {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }

  /* Mobile Drawer Overlay Navigation */
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-fast);
  }

  .nav-backdrop.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-menu.open {
    transform: translateX(0);
  }

  .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-card);
    margin-bottom: 20px;
  }

  .drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .drawer-logo {
    height: 36px;
    width: auto;
  }

  .drawer-title {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--primary);
  }

  .drawer-close-btn {
    background: var(--bg-surface-alt);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .nav-link {
    font-size: 1.05rem;
    width: 100%;
    padding: 8px 0;
  }

  .drawer-actions-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
  }

  .nav-cta-group {
    display: none;
  }

  /* Bento Layout Mobile */
  .hero-bento-visual {
    grid-template-columns: 1fr;
  }
  .bento-card-main {
    grid-column: span 1;
  }

  .vibe-panel.active,
  .ecosystem-grid,
  .foundations-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

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

  .hangout-amenities-grid {
    grid-template-columns: 1fr;
  }

  /* Native Mobile Bottom Navigation Dock Bar */
  body {
    padding-bottom: 74px;
  }

  .mobile-bottom-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--border-card);
    z-index: 890;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    padding: 8px 12px;
  }

  .mobile-bottom-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .mobile-dock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    transition: var(--transition-fast);
  }

  .mobile-dock-item svg {
    width: 22px;
    height: 22px;
  }

  .mobile-dock-item.active, .mobile-dock-item:hover {
    color: var(--primary);
  }

  .mobile-dock-center {
    position: relative;
    top: -14px;
  }

  .center-app-glow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-orange), #ff8a00);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-orange);
    border: 3px solid #ffffff;
  }

  .center-app-glow svg {
    width: 22px;
    height: 22px;
  }

  .back-to-top {
    bottom: 84px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
}

/* --------------------------------------------------------------------------
   14. OFFICIAL COMPANY STORY, VISION & MILESTONES TIMELINE
   -------------------------------------------------------------------------- */
.vision-banner {
  background: linear-gradient(135deg, #0e291c, #071710);
  border: 1px solid rgba(0, 150, 87, 0.25);
  border-radius: var(--radius-xl);
  padding: 40px 36px;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.vision-banner::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 150, 87, 0.35), transparent 70%);
  pointer-events: none;
}

.vision-quote {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 16px;
  font-style: italic;
}

.vision-motto-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.timeline-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  transition: transform var(--transition-bounce), border-color var(--transition-fast), box-shadow var(--transition-fast);
  position: relative;
}

.timeline-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.timeline-year-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  background: var(--primary-light);
  color: var(--primary);
  margin-bottom: 12px;
}

.timeline-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 8px;
}

.timeline-card p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.55;
}

.career-perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.career-perk-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.career-perk-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.career-perk-info h4 {
  font-size: 0.98rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.career-perk-info p {
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   15. SPECIAL PROMOS, ONLINE DELIVERY & SERVICES HUB
   -------------------------------------------------------------------------- */
.section-promos {
  padding: 85px 0 60px;
  background: var(--bg-body);
  position: relative;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.promo-card {
  background: var(--bg-surface);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

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

.promo-card-delivery {
  background: linear-gradient(145deg, #ffffff 0%, #f0fdf4 100%);
  border-color: rgba(0, 150, 87, 0.3);
}

.promo-card-delivery:hover {
  border-color: var(--primary);
  box-shadow: 0 16px 36px rgba(0, 150, 87, 0.16);
}

.promo-card-deals {
  background: linear-gradient(145deg, #ffffff 0%, #fff7ed 100%);
  border-color: rgba(255, 106, 0, 0.3);
}

.promo-card-deals:hover {
  border-color: var(--accent-orange);
  box-shadow: 0 16px 36px rgba(255, 106, 0, 0.16);
}

.promo-card-links {
  background: linear-gradient(145deg, #ffffff 0%, #ecfeff 100%);
  border-color: rgba(6, 182, 212, 0.3);
}

.promo-card-links:hover {
  border-color: var(--accent-cyan);
  box-shadow: 0 16px 36px rgba(6, 182, 212, 0.16);
}

.promo-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
  width: fit-content;
}

.promo-badge-green { background: var(--primary-light); color: var(--primary-dark); }
.promo-badge-orange { background: var(--accent-orange-light); color: var(--accent-orange); }
.promo-badge-cyan { background: var(--accent-cyan-light); color: #0891b2; }

.promo-card h3 {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 8px;
}

.promo-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 22px;
  flex-grow: 1;
}

.promo-perks-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.promo-perks-list li {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-body);
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo-perks-list li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--primary);
}

.promo-card-deals .promo-perks-list li svg { color: var(--accent-orange); }
.promo-card-links .promo-perks-list li svg { color: var(--accent-cyan); }

/* --------------------------------------------------------------------------
   16. QUICK STORE LOCATOR SECTION (MMART SERVICES INTEGRATION)
   -------------------------------------------------------------------------- */
.section-stores {
  padding: 90px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-card);
  position: relative;
}

.store-filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.store-tab-btn {
  padding: 10px 20px;
  background: var(--bg-surface-alt);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-body);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.store-tab-btn:hover {
  background: var(--primary-light);
  color: var(--primary);
  border-color: var(--primary);
}

.store-tab-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: var(--shadow-primary);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-bottom: 40px;
}

.store-card {
  background: var(--bg-surface);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-bounce), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.store-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.store-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.store-card-header h4 {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-main);
}

.store-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  font-weight: 800;
  background: #dcfce7;
  color: #166534;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.store-address {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
}

.store-address svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  color: var(--primary);
  margin-top: 2px;
}

.store-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.store-tag-pill {
  font-size: 0.74rem;
  font-weight: 700;
  background: var(--bg-surface-alt);
  border: 1px solid var(--border-card);
  color: var(--text-body);
  padding: 3px 9px;
  border-radius: var(--radius-sm);
}

.store-card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border-card);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store-hub-banner {
  background: linear-gradient(135deg, #0d1a13 0%, #173323 100%);
  border: 1px solid rgba(163, 230, 53, 0.25);
  border-radius: var(--radius-xl);
  padding: 32px 36px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.store-hub-info h3 {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.store-hub-info p {
  color: #c2ddd0;
  font-size: 0.92rem;
}

@media (max-width: 992px) {
  .promo-grid {
    grid-template-columns: 1fr;
  }
  .store-hub-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

