/* =====================================================
   1. CSS VARIABLES
   ===================================================== */
:root {
  --mm-green:        #0f2e1f;
  --mm-green-2:      #164c3d;
  --mm-green-3:      #1b6b48;
  --mm-green-light:  #238457;
  --mm-gold:         #d4af37;
  --mm-gold-soft:    rgba(212,175,55,.15);
  --mm-white:        #ffffff;
  --mm-off-white:    #faf9f6;
  --mm-ink:          #1a1c1e;
  --mm-muted:        rgba(26,28,30,.65);
  --mm-border:       rgba(26,28,30,.12);
  --mm-shadow:       0 14px 40px rgba(15,46,31,.12);
  --mm-radius:       16px;
  --mm-nav-h:        60px;
  --mm-font:         "Inter", "Poppins", Arial, sans-serif;
}

/* =====================================================
   2. BASE RESET (supplements premium.css)
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: var(--mm-font);
  background: var(--mm-off-white);
  color: var(--mm-ink);
  overflow-x: hidden;
}

/* =====================================================
   3. SITE HEADER  (sticky bar that wraps the nav)
   ===================================================== */
.site-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  pointer-events: auto;
}

/* =====================================================
   3b. SITE TOPBAR (Tagline Announcement Bar)
   ===================================================== */
.site-topbar {
  width: 100%;
  background: #075e36;
  background: linear-gradient(90deg, #052618 0%, #075e36 50%, #052618 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.site-topbar-tagline {
  color: #ffffff;
  font-family: var(--mm-font, "Inter", "Poppins", sans-serif);
  font-size: clamp(0.74rem, 0.95vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.site-topbar-tagline::before,
.site-topbar-tagline::after {
  content: "✦";
  color: #d4af37;
  font-size: 0.72rem;
  opacity: 0.95;
}

/* =====================================================
   4. NAVBAR  — FULL WIDTH & SQUARE
   ===================================================== */
.site-navbar,
nav.navbar.site-navbar {
  pointer-events: auto;
  width: 100%;
  height: 84px;
  min-height: 84px;
  margin: 0;
  padding: 0 clamp(20px, 3.5vw, 60px);
  box-sizing: border-box;

  /* ---- FLEXBOX: logo | links | tools — never overlaps ---- */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.8vw, 32px);

  background: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid rgba(9,73,45,.14);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: visible;
  transition: background .3s, box-shadow .3s;
}

/* Scrolled state (JS adds .scrolled to .site-header) */
.site-header.scrolled .site-navbar {
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 28px rgba(15,46,31,.16);
}

/* =====================================================
   4a. LOGO / BRAND NAME
   ===================================================== */
.site-navbar .logo,
.site-navbar .brand-name {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: var(--mm-font);
  font-size: clamp(.95rem, 1.1vw, 1.18rem);
  font-weight: 800;
  color: var(--mm-green) !important;
  -webkit-text-fill-color: var(--mm-green) !important;
  text-decoration: none;
  letter-spacing: -.01em;
  line-height: 1;
}

.logo-image {
  height: clamp(32px, 4.5vw, 40px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.25s ease;
}

.logo:hover .logo-image,
.mobile-drawer-logo:hover .logo-image {
  transform: scale(1.03);
}

.mobile-drawer-logo .logo-image {
  height: 40px;
}

.footer-logo .logo-image {
  height: clamp(45px, 5vw, 55px);
  margin-bottom: 12px;
}

/* =====================================================
   4b. NAV LINKS CONTAINER (desktop)
   ===================================================== */
.site-navbar .nav-links {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, .9vw, 14px);
  padding: 0 clamp(6px, 1vw, 16px);
  height: 100%;
  /* desktop: always visible, no positioning tricks */
  position: static;
  width: auto;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

/* Hide mobile-only drawer header and tools on desktop */
.site-navbar .mobile-drawer-header,
.site-navbar .mobile-drawer-tools,
.mobile-drawer-header,
.mobile-drawer-tools {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Nav links — individual items */
.site-navbar .nav-links > a,
.site-navbar .mega-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  white-space: nowrap;
  font-size: clamp(.78rem, .82vw, .9rem);
  font-weight: 700;
  color: var(--mm-green-2) !important;
  -webkit-text-fill-color: var(--mm-green-2) !important;
  text-decoration: none;
  border-radius: 8px;
  transition: background .2s, color .2s;
}

.site-navbar .nav-links > a:hover,
.site-navbar .mega-link:hover,
.site-navbar .mega-menu-container.active .mega-link {
  background: rgba(15,46,31,.07);
  color: var(--mm-green-3) !important;
  -webkit-text-fill-color: var(--mm-green-3) !important;
}

.site-navbar .nav-links > a.active {
  color: var(--mm-green-light) !important;
  -webkit-text-fill-color: var(--mm-green-light) !important;
  background: rgba(35,132,87,.1);
}

/* No underline accent on navbar links */
.site-navbar .nav-links > a::after,
.site-navbar .mega-link::after,
.site-navbar .nav-links > a:hover::after,
.site-navbar .mega-link:hover::after,
.site-navbar .mega-menu-container.active .mega-link::after {
  content: none !important;
  display: none !important;
}

/* =====================================================
   4c. NAVBAR TOOLS (right side)
   ===================================================== */
.site-navbar .navbar-tools {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Brochure / CTA button */
.site-navbar .nav-brochure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  height: 40px;
  border: 1px solid var(--mm-green-light);
  border-radius: 9px;
  background: var(--mm-green-light);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, border-color .2s;
}
.site-navbar .nav-brochure:hover {
  background: var(--mm-green-2);
  border-color: var(--mm-green-2);
}

/* Hamburger toggle — hidden on desktop */
.site-navbar .menu-toggle { display: none; }

/* =====================================================
   4d. MEGA-MENU DROPDOWN
   ===================================================== */
.site-navbar .mega-menu-container { position: relative; }

.site-navbar .mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%, 8px);
  width: max-content;
  min-width: 280px;
  max-width: min(900px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  padding: 14px;
  background: rgba(255,255,255,.99);
  border: 1px solid rgba(9,73,45,.12);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15,46,31,.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s, transform .18s, visibility .18s;
}

.site-navbar .mega-menu-container.active .mega-menu,
.site-navbar .mega-menu-container:hover .mega-menu,
.site-navbar .mega-menu-container:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* Utilities dropdown — single column */
.site-navbar .utilities-menu {
  grid-template-columns: 1fr;
  min-width: 240px;
}

.site-navbar .mega-column {
  padding: 10px;
  border: 1px solid rgba(9,73,45,.08);
  border-radius: 10px;
  background: #f7fbf8;
}

.site-navbar .mega-column h4 {
  margin: 0 0 8px;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mm-green);
  -webkit-text-fill-color: var(--mm-green);
}

.site-navbar .mega-column a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 7px;
  font-size: .83rem;
  font-weight: 600;
  color: var(--mm-green-2) !important;
  -webkit-text-fill-color: var(--mm-green-2) !important;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.site-navbar .mega-column a:hover {
  background: #e4f5eb;
  color: var(--mm-green-3) !important;
  -webkit-text-fill-color: var(--mm-green-3) !important;
}

/* =====================================================
   4e. MOBILE BACKDROP
   ===================================================== */
.mobile-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 4990;
  background: rgba(8,28,19,.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s, visibility .2s;
  border: 0;
}
.mobile-nav-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* =====================================================
   5. MOBILE NAVBAR  (≤ 1040px)
   ===================================================== */
@media (max-width: 1040px) {

  .site-header { padding: 8px 10px 0; }

  .site-navbar,
  nav.navbar.site-navbar {
    height: 62px;
    min-height: 62px;
    max-height: 62px;
    padding: 0 12px;
    border-radius: 0;
    /* flex stays: logo left | hamburger right */
    justify-content: space-between;
    gap: 10px;
  }

  /* Hide desktop-only elements on mobile navbar */
  .site-navbar .language-translator {
    display: none !important;
  }
  .site-navbar .brochure-btn {
    display: none !important;
  }

  /* Show hamburger */
  .site-navbar .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(9,73,45,.18);
    border-radius: 9px;
    background: #f5fbf7;
    color: var(--mm-green);
    font-size: 1rem;
    cursor: pointer;
    flex-shrink: 0;
  }

  /* Mobile drawer backdrop */
  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(2, 16, 10, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .mobile-nav-backdrop.active,
  body.mobile-nav-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Nav-links right-side off-canvas mobile drawer */
  .site-navbar .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(340px, 85vw) !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 0 0 40px 0 !important;
    margin: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: #041D12 !important;
    background: linear-gradient(180deg, #052317 0%, #02140c 100%) !important;
    border-left: 1.5px solid rgba(212, 175, 55, 0.3) !important;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.65) !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease !important;
    z-index: 99999 !important;
  }

  .site-navbar .nav-links.active,
  body.mobile-nav-open .site-navbar .nav-links {
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  /* Show the mobile drawer header — dark emerald with brand logo & close button */
  .site-navbar .mobile-drawer-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 60px !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    background: #031B10 !important;
    border-bottom: 1.5px solid rgba(212, 175, 55, 0.3) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
  }

  .site-navbar .mobile-drawer-logo {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
  }

  .site-navbar .mobile-drawer-logo .logo-image {
    max-height: 42px !important;
    max-width: 140px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  .site-navbar .mobile-nav-close {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1.5px solid #D4AF37 !important;
    border-radius: 50% !important;
    background: rgba(212, 175, 55, 0.18) !important;
    color: #D4AF37 !important;
    -webkit-text-fill-color: #D4AF37 !important;
    font-size: 1.3rem !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.25s ease !important;
  }

  .site-navbar .mobile-nav-close:hover {
    background: #D4AF37 !important;
    border-color: #FFFFFF !important;
    color: #041D12 !important;
    -webkit-text-fill-color: #041D12 !important;
    transform: rotate(90deg) scale(1.05) !important;
  }

  .site-navbar .mega-menu-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* Mobile nav links */
  .site-navbar .nav-links > a,
  .site-navbar .mega-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 48px !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-family: 'Poppins', 'Inter', sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .site-navbar .nav-links > a:hover,
  .site-navbar .nav-links > a.active {
    background: rgba(212, 175, 55, 0.12) !important;
    color: #D4AF37 !important;
  }

  /* Mobile mega-menu — accordion */
  .site-navbar .mega-menu {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0;
    padding: 10px 20px 14px 20px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-sizing: border-box;
  }
  .site-navbar .mega-menu-container.active .mega-menu { display: grid; }
}

/* =====================================================
   6. PROGRESS BAR
   ===================================================== */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9999;
  background: transparent;
}
.progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--mm-green-light), var(--mm-gold));
  transition: width .1s linear;
}

/* =====================================================
   7. BUTTONS (shared across pages)
   ===================================================== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--mm-green-light);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 2px solid var(--mm-green-light);
  border-radius: 10px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .18s;
}
.btn-primary:hover {
  background: var(--mm-green-2);
  border-color: var(--mm-green-2);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--mm-green) !important;
  -webkit-text-fill-color: var(--mm-green) !important;
  border: 2px solid var(--mm-green-light);
  border-radius: 10px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, color .2s, transform .18s;
}
.btn-outline:hover {
  background: var(--mm-green-light);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: translateY(-2px);
}

/* =====================================================
   8. FOOTER (shared)
   ===================================================== */
footer.footer,
.site-footer {
  background: var(--mm-green);
  color: rgba(255,255,255,.85);
  padding: 60px clamp(20px, 5vw, 80px) 32px;
}

footer.footer a,
.site-footer a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .2s;
}
footer.footer a:hover,
.site-footer a:hover { color: var(--mm-gold); }

.footer-logo.brand-name {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 1.2rem;
  font-weight: 800;
}

/* =====================================================
   9. LANGUAGE TRANSLATOR WIDGET
   ===================================================== */
.language-translator {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--mm-border);
  border-radius: 9px;
  background: rgba(255,255,255,.7);
  overflow: hidden;
}
.language-translator .goog-te-gadget,
.language-translator .goog-te-combo {
  width: 100px;
  font-size: .78rem;
  font-family: var(--mm-font);
  border: 0;
  background: transparent;
  color: var(--mm-ink);
}

@media (max-width: 1040px) {
  .language-translator { display: none; }
}

/* =====================================================
   10. SCROLL-HIDE HEADER
   ===================================================== */
.site-header { transition: transform .3s; }
.site-header.hide { transform: translateY(-120%); }

/* =====================================================
   11. BODY LOCK WHEN MOBILE MENU OPEN
   ===================================================== */
body.mobile-nav-open { overflow: hidden; }

/* =====================================================
   12. HOMEPAGE HERO (body.home-page)
   ===================================================== */
body.home-page .hero,
body.home-page .luxury-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #062315 0%, #0f3d27 50%, #1a6040 100%);
  color: #fff;
  padding: clamp(100px, 14vw, 160px) clamp(20px, 5vw, 80px) clamp(60px, 8vw, 100px);
}

.hero-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero-left { max-width: 620px; }

.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(212,175,55,.2);
  border: 1px solid rgba(212,175,55,.4);
  border-radius: 99px;
  color: var(--mm-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-left h1 {
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}

.hero-left p {
  font-size: clamp(.9rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-stats {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong { font-size: 1.5rem; font-weight: 800; color: var(--mm-gold); }
.hero-stats span { font-size: .78rem; color: rgba(255,255,255,.65); }

.hero-right { position: relative; }

.ship-showcase {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
  position: relative;
}
.ship-showcase img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 480px;
}
.map-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
}
.map-overlay path {
  fill: none;
  stroke: var(--mm-gold);
  stroke-width: 2;
  stroke-dasharray: 6 4;
}
.map-overlay circle { fill: var(--mm-gold); }

@media (max-width: 900px) {
  .hero-container { grid-template-columns: 1fr; }
  .hero-right { display: none; }
}

/* =====================================================
   13. PRODUCTS SECTION (home-page)
   ===================================================== */
.products-section {
  background-color: #F8F7F4 !important; /* Warm Ivory Background */
  padding: clamp(5rem, 8vw, 8rem) 0;
  position: relative;
}

/* Subtle grain texture overlay */
.products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.018;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  z-index: 1;
}

.products-section .container {
  position: relative;
  z-index: 2;
}

/* Heading section styling */
.products-section .section-heading {
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-section .section-heading .section-subtitle {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D4AF37 !important; /* Accent Gold */
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.products-section .section-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #102A1F !important; /* Dark Green Text */
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
}

/* Responsive 2x2 Grid spacing 32px */
.product-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1440px;
  margin: 0 auto;
}

/* Card Design: No white cards. Large photographic cards ~700x420px */
.product-category-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 420px;
  background-color: #0E2418; /* Dark green fallback */
  transition: transform 0.45s cubic-bezier(.22,.61,.36,1), box-shadow 0.45s cubic-bezier(.22,.61,.36,1), border-color 0.45s cubic-bezier(.22,.61,.36,1);
  box-shadow: 0 10px 30px rgba(16, 42, 31, 0.08);
  border: 1px solid transparent;
}

/* Fully clickable wrapper */
.card-link-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  color: #fff;
}

/* Image cover */
.product-card-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.product-card-image-wrapper .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
}

/* Luxury emerald gradient overlay over every image */
.product-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(14,36,24,.35) 50%, rgba(14,36,24,.92) 100%);
  transition: opacity 0.45s cubic-bezier(.22,.61,.36,1);
  z-index: 2;
}

/* Top Left circular floating icon */
.card-icon-floating {
  position: absolute;
  right: 24px;
  left: auto;
  width: 64px;
  height: 64px;
  background-color: #0E2418; /* Dark Emerald */
  border: 1px solid rgba(212, 175, 55, 0.4); /* Thin Gold Border */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: border-color 0.45s cubic-bezier(.22,.61,.36,1), background-color 0.45s cubic-bezier(.22,.61,.36,1);
}

.card-icon-floating .card-emoji {
  font-size: 1.6rem;
  display: flex;
}

/* Info: Bottom Left alignment inside the image */
.product-info-inside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* Small label above heading: Gold, letter spacing 2px */
.product-card-subtitle-gold {
  font-size: 0.78rem;
  font-weight: 700;
  color: #D4AF37 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

/* Large heading: Playfair Display, 52px, White */
.product-card-title-white {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: #FFFFFF !important;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.1;
  display: block;
}

/* Description: max 2 lines, White, opacity 85% */
.product-card-description-white {
  font-size: 0.95rem;
  color: #FFFFFF !important;
  opacity: 0.85;
  margin: 0 0 24px 0;
  line-height: 1.5;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Footer bottom area */
.product-card-footer-luxury {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

/* Outlined product count */
.product-card-count-outlined {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D4AF37 !important; /* Gold */
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 6px 14px;
  border-radius: 100px;
  background-color: rgba(14, 36, 24, 0.3);
  transition: all 0.45s cubic-bezier(.22,.61,.36,1);
}

/* Explore link: White, arrow slides on hover */
.product-explore-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.45s cubic-bezier(.22,.61,.36,1);
}

.product-explore-link .arrow-slide {
  display: inline-block;
  transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
}

/* --------------------------------------------------------
   HOVER EFFECTS
   -------------------------------------------------------- */
.product-category-card:hover {
  transform: translateY(-12px); /* Card lifts */
  border-color: rgba(212, 175, 55, 0.6); /* Gold border appears */
  box-shadow: 
    0 20px 40px rgba(14, 36, 24, 0.3),
    0 0 25px rgba(212, 175, 55, 0.15); /* Soft gold glow */
}

.product-category-card:hover .category-image {
  transform: scale(1.08); /* Image zoom */
}

.product-category-card:hover .product-card-overlay {
  background: linear-gradient(to bottom, rgba(14,36,24,0.1) 0%, rgba(14,36,24,.5) 50%, rgba(14,36,24,.95) 100%); /* Overlay becomes slightly darker */
}

.product-category-card:hover .card-icon-floating {
  border-color: #D4AF37;
  background-color: #143D26; /* Dark emerald background becomes lighter */
}

.product-category-card:hover .product-card-count-outlined {
  border-color: #D4AF37;
  background-color: rgba(20, 61, 38, 0.6);
}

.product-category-card:hover .product-explore-link {
  color: #D4AF37 !important; /* Text becomes gold */
}

.product-category-card:hover .arrow-slide {
  transform: translateX(8px); /* Arrow moves right */
}

/* --------------------------------------------------------
   SCROLL REVEAL STAGGER ANIMATIONS
   -------------------------------------------------------- */
.products-section [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.products-section.products-in-view [data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

/* Delay each card 100ms */
.products-section.products-in-view [data-reveal]:nth-child(1) {
  transition-delay: 100ms;
}
.products-section.products-in-view [data-reveal]:nth-child(2) {
  transition-delay: 200ms;
}
.products-section.products-in-view [data-reveal]:nth-child(3) {
  transition-delay: 300ms;
}
.products-section.products-in-view [data-reveal]:nth-child(4) {
  transition-delay: 400ms;
}

/* --------------------------------------------------------
   GRID RESPONSIVENESS OVERRIDES
   -------------------------------------------------------- */
@media (max-width: 1200px) {
  .product-card-title-white {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  /* Tablet layout: 2 Columns */
  .product-category-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
  
  .product-category-card {
    height: 380px !important;
  }
  
  .product-card-title-white {
    font-size: 38px !important;
  }
}

@media (max-width: 575px) {
  /* Mobile layout: 1 Column */
  .product-category-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  
  .product-category-card {
    height: 360px !important;
    max-width: 100% !important;
  }
  
  .product-card-title-white {
    font-size: 34px !important;
  }
  
  .product-info-inside {
    padding: 24px !important;
  }
  
  .card-icon-floating {
    width: 54px !important;
    height: 54px !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
  }
  
  .card-icon-floating .card-emoji {
    font-size: 1.3rem !important;
  }
}

/* =====================================================
   14. SECTION HEADINGS (shared utility)
   ===================================================== */
.section-title {
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  font-weight: 800;
  color: var(--mm-green);
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: clamp(.78rem, .9vw, .9rem);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mm-green-light);
  margin-bottom: 10px;
  display: block;
}

/* =====================================================
   15. CONTAINER HELPER
   ===================================================== */
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 48px);
}

/* =====================================================
   16. FOOTER LAYOUT
   ===================================================== */
footer.footer,
.site-footer {
  background: var(--mm-green);
  color: rgba(255,255,255,.82);
  padding: 60px clamp(20px, 5vw, 80px) 0;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: clamp(24px, 4vw, 52px);
  padding-bottom: 48px;
}

@media (max-width: 900px) {
  .footer-container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-container { grid-template-columns: 1fr; }
}

.footer-col h4 {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mm-gold);
  margin-bottom: 14px;
}

.footer-col a,
.footer-col p {
  display: block;
  font-size: .86rem;
  color: rgba(255,255,255,.68);
  text-decoration: none;
  margin-bottom: 8px;
  transition: color .2s;
  line-height: 1.5;
}

.footer-col i {
  margin-right: 8px;
  color: var(--mm-gold);
  opacity: .8;
}

.footer-col a:hover { color: var(--mm-gold); }

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.social-icons a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.75) !important;
  font-size: .88rem;
  transition: background .2s, color .2s;
  margin: 0;
}
.social-icons a:hover {
  background: var(--mm-gold);
  color: var(--mm-green) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
  text-align: center;
  font-size: .8rem;
  color: rgba(255,255,255,.42);
}

/* =====================================================
   17. BACK TO TOP BUTTON
   ===================================================== */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 4000;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--mm-green-light);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .25s, visibility .25s, transform .25s, background .2s;
  box-shadow: 0 6px 24px rgba(15,46,31,.3);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover { background: var(--mm-green-2); }

/* =====================================================
   18. HOMEPAGE SECTIONS (stats, about, why-us, cta)
   ===================================================== */

/* Stats strip */
.stats-section,
.luxury-stats {
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 80px);
  background: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(20px, 3vw, 40px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.stat-card {
  padding: 28px 20px;
  border: 1px solid var(--mm-border);
  border-radius: 14px;
  background: var(--mm-off-white);
  transition: transform .25s, box-shadow .25s;
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15,46,31,.1);
}

.counter {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--mm-green-light);
  line-height: 1;
  margin-bottom: 6px;
}

/* About section */
.about-section,
.home-about {
  padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 80px);
  background: var(--mm-off-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
}

.about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about-images img {
  border-radius: 12px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.about-points {
  margin: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mm-green-light);
  font-weight: 700;
  text-decoration: none;
  font-size: .9rem;
  transition: gap .2s;
}
.text-link:hover { gap: 10px; }

/* Why us section */
.why-us { padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 80px); background: #fff; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
  margin-top: 40px;
}

.why-card {
  padding: 28px 24px;
  border: 1px solid var(--mm-border);
  border-radius: 14px;
  background: var(--mm-off-white);
  transition: transform .25s, box-shadow .25s;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(15,46,31,.12);
}

/* CTA section */
.cta,
.luxury-cta {
  padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 80px);
  background: linear-gradient(135deg, var(--mm-green) 0%, var(--mm-green-2) 100%);
  text-align: center;
  color: #fff;
}

.cta-content h2 { font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 800; margin-bottom: 14px; color: #fff; }
.cta-content p  { font-size: clamp(.9rem, 1.1vw, 1.05rem); color: rgba(255,255,255,.78); margin-bottom: 28px; }

.cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* Section heading wrapper */
.section-heading { margin-bottom: clamp(28px, 4vw, 50px); }
.section-heading .section-title { margin-bottom: 10px; }

/* =====================================================
   19. SCROLL REVEAL (.show class added by JS)
   ===================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}
[data-reveal].reveal {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   20. PROCESS PAGE STYLES
   ===================================================== */
body.process-page {
  background: var(--mm-off-white);
}

/* Hero Section */
.process-hero {
  padding: 140px 24px 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.process-hero-content {
  max-width: 650px;
}

.process-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--mm-gold);
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}

#processHeroTitle {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--mm-green);
  margin-bottom: 16px;
}

.process-hero-content p {
  font-size: 1.1rem;
  color: var(--mm-muted);
  margin-bottom: 30px;
  line-height: 1.6;
}

.process-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.process-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(15, 46, 31, 0.05);
  border: 1px solid rgba(15, 46, 31, 0.08);
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mm-green-2);
}

.process-badges i {
  color: var(--mm-gold);
}

.process-hero-glass {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(15, 46, 31, 0.08);
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.process-hero-glass strong {
  font-size: 4.8rem;
  font-weight: 800;
  color: var(--mm-green);
  line-height: 1;
  display: block;
}

.process-hero-glass span {
  font-size: 0.8rem;
  color: var(--mm-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 8px 0 16px;
  line-height: 1.3;
}

.process-hero-mini {
  display: flex;
  gap: 12px;
  font-size: 1.3rem;
  color: var(--mm-green-light);
}

/* Process Journey & Path timeline */
.process-journey {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.process-section-heading h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--mm-green);
  margin-top: 6px;
}

.process-section-heading p {
  color: var(--mm-muted);
  max-width: 600px;
  margin: 12px auto 0;
  font-size: 1.05rem;
}

.process-path {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 20px 0;
}

.process-path::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--mm-green-light) 0%, var(--mm-gold) 100%);
  opacity: 0.18;
  transform: translateX(-50%);
}

.process-path-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.process-step-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mm-green);
  border: 4px solid #fff;
  box-shadow: 0 4px 15px rgba(15, 46, 31, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s;
}

.process-step-node i {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 1px;
}

.process-step-node span {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--mm-gold);
}

.process-step-media {
  width: 44%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  aspect-ratio: 16/10;
}

.process-step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.process-path-step:hover .process-step-media img {
  transform: scale(1.05);
}

.process-step-copy {
  width: 44%;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--mm-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.process-path-step:hover .process-step-copy {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(15, 46, 31, 0.06);
  border-color: rgba(212, 175, 55, 0.3);
}

.process-step-copy > span {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--mm-gold);
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 6px;
}

.process-step-copy h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--mm-green);
  margin-bottom: 10px;
}

.process-step-copy p {
  color: var(--mm-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Alternating path steps */
.process-path-step:nth-child(odd) {
  flex-direction: row;
}

.process-path-step:nth-child(even) {
  flex-direction: row-reverse;
}

/* Animation triggers */
.process-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.process-reveal.process-in-view {
  opacity: 1;
  transform: translateY(0);
}

.process-path-step {
  opacity: 0.38;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.process-path-step.process-step-active {
  opacity: 1;
  transform: translateY(0);
}

.process-path-step.process-step-active .process-step-node {
  background: var(--mm-green-light);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Step 01 details (Farm split) */
.process-farm {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.process-split-media {
  flex: 1.1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  aspect-ratio: 16/11;
}

.process-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process-split-copy {
  flex: 1;
}

.process-split-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--mm-green);
  margin-top: 6px;
}

.process-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}

.process-check-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--mm-green-2);
}

.process-check-grid i {
  color: var(--mm-green-light);
  font-size: 1.1rem;
}

.process-counters {
  display: flex;
  gap: 36px;
  border-top: 1px solid var(--mm-border);
  padding-top: 24px;
}

.process-counters article {
  display: flex;
  flex-direction: column;
}

.process-counters strong {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--mm-green);
  line-height: 1.1;
}

.process-counters span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--mm-muted);
  font-weight: 700;
  margin-top: 4px;
}

/* Step 02 Details (Conveyor belt styling) */
.process-conveyor {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.conveyor-belt {
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 16px;
  padding: 35px 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 15px;
  overflow-x: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.conveyor-track {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 57px;
  height: 2px;
  background: rgba(15, 46, 31, 0.08);
  z-index: 1;
}

.conveyor-belt article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex: 1;
  min-width: 100px;
  position: relative;
  z-index: 2;
}

.conveyor-belt article i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(15, 46, 31, 0.04);
  color: var(--mm-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.conveyor-belt article:hover i {
  background: var(--mm-green);
  color: #fff;
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 6px 15px rgba(15, 46, 31, 0.2);
}

.conveyor-belt article span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mm-green-2);
}

/* Step 03 Details (Lab Grid) */
.process-lab {
  padding: 80px 24px;
  margin: 40px auto;
}

.lab-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.lab-card {
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.lab-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 46, 31, 0.06);
  border-color: rgba(212, 175, 55, 0.25);
}

.lab-card i {
  font-size: 1.8rem;
  color: var(--mm-gold);
  margin-bottom: 14px;
  display: block;
}

.lab-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mm-green);
  line-height: 1.35;
}

/* Step 04 Details (Packing flow & grid) */
.process-packing {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.packing-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  background: rgba(15, 46, 31, 0.03);
  padding: 16px 24px;
  border-radius: 50px;
  border: 1px solid rgba(15, 46, 31, 0.05);
  margin-bottom: 40px;
}

.packing-flow span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mm-green);
  display: flex;
  align-items: center;
}

.packing-flow span:not(:last-child)::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 16px;
  color: var(--mm-gold);
  font-size: 0.9rem;
}

.packing-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.packing-card {
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.packing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 46, 31, 0.06);
  border-color: rgba(212, 175, 55, 0.25);
}

.packing-card i {
  font-size: 1.8rem;
  color: var(--mm-green);
  margin-bottom: 14px;
  display: block;
}

.packing-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mm-green);
  line-height: 1.35;
}

/* Step 05 Details (Dispatch split & ports) */
.process-dispatch {
  padding: 100px 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.process-dispatch-copy {
  flex: 1;
}

.process-dispatch-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--mm-green);
  margin-top: 6px;
}

.inspection-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.inspection-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--mm-green-2);
}

.inspection-list i {
  color: var(--mm-green-light);
  font-size: 1.1rem;
}

.port-panel {
  flex: 1.25;
  display: flex;
  gap: 16px;
}

.port-panel article {
  flex: 1;
  position: relative;
  height: 310px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.port-panel article:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(15, 46, 31, 0.14);
}

.port-panel article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.port-panel article:hover img {
  transform: scale(1.06);
}

.port-panel article::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}

.port-panel article i {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1.1rem;
  color: var(--mm-gold);
  z-index: 2;
}

.port-panel article span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

/* Certificate Wall Section */
.certificate-wall {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.certificate-card {
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 14px;
  padding: 24px 15px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.certificate-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 46, 31, 0.05);
  border-color: rgba(212, 175, 55, 0.3);
}

.certificate-card i {
  font-size: 1.6rem;
  color: var(--mm-green);
  margin-bottom: 10px;
  display: block;
}

.certificate-card span {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--mm-green-2);
}

/* Export Map & Globe Stage section */
.export-map {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.globe-stage {
  display: flex;
  align-items: center;
  gap: 60px;
}

.globe-copy {
  flex: 1;
}

.globe-copy h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--mm-green);
  margin: 6px 0 12px;
  line-height: 1.25;
}

.globe-copy p {
  color: var(--mm-muted);
  line-height: 1.55;
}

.globe-route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.globe-route-list span {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(15, 46, 31, 0.04);
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--mm-green);
}

.route-globe {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 330px;
}

.globe-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(15, 46, 31, 0.15);
}

.orbit-one {
  width: 300px;
  height: 300px;
  animation: spinOrbit 25s linear infinite;
}

.orbit-two {
  width: 210px;
  height: 210px;
  animation: spinOrbitReverse 30s linear infinite;
}

@keyframes spinOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spinOrbitReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

.document-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solid var(--mm-border);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  width: 250px;
}

.document-stack article {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--mm-green-2);
  font-size: 0.9rem;
}

.document-stack article i {
  color: var(--mm-gold);
  font-size: 1.05rem;
}

/* =====================================================
   21. RESPONSIVENESS OVERRIDES
   ===================================================== */
@media (max-width: 991px) {
  .process-hero {
    flex-direction: column;
    padding-top: 110px;
    gap: 30px;
    text-align: center;
  }
  
  .process-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .process-badges {
    justify-content: center;
  }

  .process-farm {
    flex-direction: column;
    gap: 40px;
  }
  
  .process-dispatch {
    flex-direction: column;
    gap: 40px;
  }
  
  .port-panel {
    width: 100%;
  }

  .globe-stage {
    flex-direction: column;
    gap: 45px;
    text-align: center;
  }
  
  .globe-route-list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .process-path::before {
    left: 20px;
    transform: none;
  }
  
  .process-path-step {
    flex-direction: column !important;
    align-items: flex-start;
    padding-left: 50px;
    gap: 16px;
  }
  
  .process-step-node {
    left: 20px;
    top: 0;
    transform: translate(-50%, 0) scale(0.9);
  }
  
  .process-path-step.process-step-active .process-step-node {
    transform: translate(-50%, 0) scale(1);
  }
  
  .process-step-media,
  .process-step-copy {
    width: 100%;
  }
  
  .process-step-copy {
    padding: 20px;
  }

  .port-panel {
    flex-direction: column;
  }
  
  .port-panel article {
    height: 220px;
  }
}

/* =====================================================
   22. CATALOG PAGE STYLES
   ===================================================== */
.catalog-main {
  min-height: calc(100vh - var(--mm-nav-h) - 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px;
}

.catalog-coming-soon {
  max-width: 800px;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 20px;
  padding: 65px 45px;
  box-shadow: var(--mm-shadow);
}

.coming-soon-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  color: var(--mm-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin: 0 auto 24px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.catalog-tag {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--mm-green-light);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}

.catalog-coming-soon h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: var(--mm-green);
  line-height: 1.25;
  margin-bottom: 18px;
}

.gradient-gold-text {
  background: linear-gradient(135deg, #d4af37 0%, #b89728 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.catalog-coming-soon p {
  color: var(--mm-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 40px;
}

.catalog-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.preview-item {
  background: var(--mm-off-white);
  border: 1px solid var(--mm-border);
  border-radius: 12px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.preview-item:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 61, 38, 0.15);
  box-shadow: 0 8px 20px rgba(15, 46, 31, 0.04);
}

.preview-item i {
  font-size: 1.6rem;
  color: var(--mm-green);
}

.preview-item span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mm-green-2);
}

.notify-form {
  max-width: 500px;
  margin: 0 auto;
}

.notify-input-group {
  display: flex;
  gap: 10px;
}

.notify-form input {
  flex: 1;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid var(--mm-border);
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--mm-off-white);
  outline: none;
  transition: border-color 0.3s;
}

.notify-form input:focus {
  border-color: var(--mm-green-light);
  background: #fff;
}

.notify-btn {
  padding: 14px 28px;
  background: var(--mm-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.notify-btn:hover {
  background: var(--mm-green-2);
}

.notify-btn:active {
  transform: scale(0.98);
}

.notify-status {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 20px;
}

.notify-status.success {
  color: #059669;
}

.notify-status.error {
  color: #dc2626;
}

@media (max-width: 767px) {
  .catalog-coming-soon {
    padding: 40px 20px;
  }
  
  .catalog-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .notify-input-group {
    flex-direction: column;
  }
}

/* =====================================================
   23. CONTACT PAGE STYLES
   ===================================================== */
.contact-hero {
  padding: 130px 24px 70px;
  background: linear-gradient(135deg, var(--mm-green) 0%, var(--mm-green-2) 100%);
  text-align: center;
  color: #fff;
  position: relative;
}

.contact-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.contact-hero-content span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--mm-gold);
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}

.contact-hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 15px;
}

.contact-hero-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Contact Grid */
.contact-section {
  padding: 80px 24px;
}

.contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-form-box {
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 20px;
  padding: 45px 40px;
  box-shadow: var(--mm-shadow);
}

.contact-form-box h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--mm-green);
  margin-bottom: 25px;
}

#contactForm {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid var(--mm-border);
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--mm-off-white);
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#contactForm input:focus,
#contactForm select:focus,
#contactForm textarea:focus {
  border-color: var(--mm-green-light);
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 46, 31, 0.03);
}

#contactForm select {
  cursor: pointer;
  color: var(--mm-muted);
}

#contactForm select option {
  color: var(--mm-ink);
}

#contactForm textarea {
  min-height: 125px;
  resize: vertical;
}

#contactForm button[type="submit"] {
  padding: 16px;
  background: var(--mm-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#contactForm button[type="submit"]:hover {
  background: var(--mm-green-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 46, 31, 0.16);
}

#contactForm button[type="submit"]:active {
  transform: translateY(0);
}

/* Contact Info Box & Cards */
.contact-info-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-box .contact-card {
  background: #fff;
  border: 1px solid var(--mm-border);
  border-radius: 18px;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease;
}

.contact-info-box .contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: var(--mm-shadow);
}

.contact-info-box .contact-card i {
  font-size: 1.8rem;
  color: var(--mm-gold);
  flex-shrink: 0;
}

.contact-info-box .contact-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--mm-green);
  margin: 0 0 4px 0;
}

.contact-info-box .contact-card p {
  color: var(--mm-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* WhatsApp Contact Button */
.whatsapp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 20px;
  background: #25D366;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
  text-align: center;
}

.whatsapp-contact:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}

.whatsapp-contact i {
  font-size: 1.4rem;
}

/* Google Map styling */
.map-section {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.map-section iframe {
  width: 100%;
  height: 450px;
  border: 1px solid var(--mm-border);
  border-radius: 18px;
  box-shadow: var(--mm-shadow);
  display: block;
}

/* Responsive styles */
@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding-top: 110px;
  }
  
  .contact-form-box {
    padding: 30px 20px;
  }
  
  .map-section iframe {
    height: 320px;
  }
}

/* =====================================================
   24. HOME NETWORK SOURCING HUB
   ===================================================== */
.global-sourcing-hub {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  text-align: left;
}

.sourcing-card {
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px;
  transition: all 0.3s ease;
  align-items: flex-start;
}

.sourcing-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--mm-gold);
  transform: translateY(-2px);
}

.sourcing-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--mm-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.sourcing-card:first-child .sourcing-icon {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  border-color: rgba(37, 211, 102, 0.2);
}

.sourcing-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sourcing-info h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.sourcing-info p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.4;
  margin: 0 !important;
}

.sourcing-link-btn {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mm-gold) !important;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
  transition: color 0.2s;
}

.sourcing-link-btn:hover {
  color: #fff !important;
}

/* ==========================================
   SITE FOOTER SHARED STYLES (FROM STYLE.CSS)
   ========================================== */
.site-footer {
  padding: 56px clamp(20px, 6.6vw, 126px) 24px;
  background: #143D26; /* var(--green-dark / --mm-green) */
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Poppins', sans-serif;
}

.site-footer .footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.site-footer img {
  width: 240px;
  max-width: 100%;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.site-footer h3 {
  margin: 0 0 16px;
  color: #FFFFFF; /* var(--white) */
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.site-footer a:hover {
  color: #D4AF37; /* var(--gold-soft / --mm-gold) */
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.site-footer .footer-social-links a {
  width: 40px;
  height: 40px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.site-footer .footer-social-links a:hover {
  transform: translateY(-2px);
  background: #D4AF37; /* var(--gold) */
  color: #143D26; /* var(--green-dark) */
}

.footer-bottom {
  width: min(1180px, 100%);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (max-width: 991px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
}

@media (max-width: 575px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =====================================================
   FAQ SECTION & ACCORDION
   ===================================================== */
.faq-section {
  max-width: 960px !important;
  width: min(960px, calc(100% - 32px)) !important;
  margin: 80px auto !important;
  padding: 0 !important;
}

.faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin-top: 36px !important;
  width: 100% !important;
  padding: 0 !important;
}

.faq-item {
  background: #ffffff !important;
  border: 1.5px solid rgba(7, 94, 54, 0.16) !important;
  border-radius: 14px !important;
  padding: 22px 28px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  width: 100% !important;
  text-align: left !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

.faq-item:hover {
  transform: translateY(-2px) !important;
  border-color: #d4af37 !important;
  box-shadow: 0 10px 30px rgba(7, 94, 54, 0.1) !important;
  background: #ffffff !important;
}

.faq-item.active,
.faq-item.open {
  border-color: #075e36 !important;
  box-shadow: 0 12px 35px rgba(7, 94, 54, 0.12) !important;
  background: #ffffff !important;
}

.faq-item > span {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #0c2b1e !important;
  font-family: var(--mm-font, "Poppins", sans-serif) !important;
  font-size: 1.06rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.faq-item > span::after {
  content: '+' !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  background: #eaf4ee !important;
  color: #075e36 !important;
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-left: 16px !important;
  transition: all 0.3s ease !important;
}

.faq-item:hover > span::after {
  background: #075e36 !important;
  color: #d4af37 !important;
}

.faq-item.active > span::after,
.faq-item.open > span::after {
  content: '−' !important;
  background: #075e36 !important;
  color: #d4af37 !important;
  transform: rotate(180deg) !important;
}

.faq-item p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3d594b !important;
  font-size: 0.96rem !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

.faq-item.active p,
.faq-item.open p {
  display: block !important;
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(7, 94, 54, 0.1) !important;
}








/* =========================================================
   NEW LUXURY FAQ SECTION SYSTEM (GUARANTEED FLAWLESS SPACING)
   ========================================================= */
html body .mm-luxury-faq-section,
.mm-luxury-faq-section {
  width: 100% !important;
  padding: clamp(70px, 8vw, 110px) 20px !important;
  background: #fbf9f5 !important;
  background: radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.08), transparent 35%),
              radial-gradient(circle at 85% 80%, rgba(7, 94, 54, 0.05), transparent 40%),
              #fbf9f5 !important;
  box-sizing: border-box !important;
  position: relative !important;
}

html body .mm-faq-container,
.mm-faq-container {
  width: 100% !important;
  max-width: 940px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

html body .mm-faq-header,
.mm-faq-header {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto clamp(36px, 5vw, 54px) !important;
}

html body .mm-faq-eyebrow,
.mm-faq-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 6px 18px !important;
  border-radius: 999px !important;
  background: rgba(212, 175, 55, 0.12) !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  color: #a47c1b !important;
  -webkit-text-fill-color: #a47c1b !important;
  font-family: "Inter", "Poppins", sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}

html body .mm-faq-title,
.mm-faq-title {
  margin: 0 0 14px !important;
  color: #075e36 !important;
  -webkit-text-fill-color: #075e36 !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(2.1rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

html body .mm-faq-subtitle,
.mm-faq-subtitle {
  color: #5c7467 !important;
  -webkit-text-fill-color: #5c7467 !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(0.92rem, 1.1vw, 1.04rem) !important;
  line-height: 1.65 !important;
  margin: 0 auto !important;
}

html body .mm-faq-list,
.mm-faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

html body .mm-faq-card,
.mm-faq-card {
  width: 100% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid rgba(7, 94, 54, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 18px rgba(7, 94, 54, 0.04) !important;
  overflow: hidden !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.3s ease, 
              box-shadow 0.3s ease !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .mm-faq-card:hover,
.mm-faq-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 12px 32px rgba(7, 94, 54, 0.09) !important;
}

html body .mm-faq-card.active,
.mm-faq-card.active {
  border-color: #075e36 !important;
  box-shadow: 0 14px 38px rgba(7, 94, 54, 0.12) !important;
}

html body .mm-faq-trigger,
.mm-faq-trigger {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 22px 28px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
  box-sizing: border-box !important;
  outline: none !important;
  font-family: inherit !important;
  transition: background 0.2s ease !important;
  min-height: 72px !important;
  margin: 0 !important;
}

html body .mm-faq-trigger:focus-visible,
.mm-faq-trigger:focus-visible {
  outline: 2px solid #075e36 !important;
  outline-offset: -2px !important;
}

html body .mm-faq-q-text,
.mm-faq-q-text {
  color: #0c2b1e !important;
  -webkit-text-fill-color: #0c2b1e !important;
  font-family: "Poppins", "Inter", sans-serif !important;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  flex: 1 !important;
  text-align: left !important;
  transition: color 0.25s ease !important;
}

html body .mm-faq-card:hover .mm-faq-q-text,
.mm-faq-card:hover .mm-faq-q-text {
  color: #075e36 !important;
  -webkit-text-fill-color: #075e36 !important;
}

html body .mm-faq-toggle-icon,
.mm-faq-toggle-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  background: #eaf4ee !important;
  color: #075e36 !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin: 0 !important;
}

html body .mm-faq-toggle-icon::before,
html body .mm-faq-toggle-icon::after,
.mm-faq-toggle-icon::before,
.mm-faq-toggle-icon::after {
  content: "" !important;
  position: absolute !important;
  background-color: currentColor !important;
  border-radius: 2px !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

html body .mm-faq-toggle-icon::before,
.mm-faq-toggle-icon::before {
  width: 14px !important;
  height: 2.2px !important;
}

html body .mm-faq-toggle-icon::after,
.mm-faq-toggle-icon::after {
  width: 2.2px !important;
  height: 14px !important;
}

html body .mm-faq-card:hover .mm-faq-toggle-icon,
.mm-faq-card:hover .mm-faq-toggle-icon {
  background: #075e36 !important;
  color: #d4af37 !important;
}

html body .mm-faq-card.active .mm-faq-toggle-icon,
.mm-faq-card.active .mm-faq-toggle-icon {
  background: #075e36 !important;
  color: #d4af37 !important;
  transform: rotate(90deg) !important;
}

html body .mm-faq-card.active .mm-faq-toggle-icon::after,
.mm-faq-card.active .mm-faq-toggle-icon::after {
  transform: rotate(90deg) !important;
  opacity: 0 !important;
}

html body .mm-faq-body,
.mm-faq-body {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
  opacity: 0 !important;
  padding: 0 28px !important;
  box-sizing: border-box !important;
}

html body .mm-faq-card.active .mm-faq-body,
.mm-faq-card.active .mm-faq-body {
  max-height: 350px !important;
  opacity: 1 !important;
  padding: 0 28px 24px 28px !important;
}

html body .mm-faq-body p,
.mm-faq-body p {
  margin: 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(7, 94, 54, 0.1) !important;
  color: #385647 !important;
  -webkit-text-fill-color: #385647 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  text-align: left !important;
}

@media (max-width: 600px) {
  html body .mm-luxury-faq-section,
  .mm-luxury-faq-section {
    padding: 50px 16px !important;
  }
  html body .mm-faq-trigger,
  .mm-faq-trigger {
    padding: 18px 20px !important;
    gap: 14px !important;
  }
  html body .mm-faq-body,
  .mm-faq-body {
    padding: 0 20px !important;
  }
  html body .mm-faq-card.active .mm-faq-body,
  .mm-faq-card.active .mm-faq-body {
    padding: 0 20px 20px 20px !important;
  }
  html body .mm-faq-toggle-icon,
  .mm-faq-toggle-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
}


/* =========================================================
   HARMONIZED LUXURY ALTERNATING SECTION RHYTHM SYSTEM
   ========================================================= */

/* 1. Global Page Base */
html, body {
  background-color: #FAF8F5 !important;
  color: #1a3328 !important;
}

/* 2. Topbar & Header */
html body .site-topbar,
.site-topbar {
  background: linear-gradient(90deg, #041A10 0%, #075E36 50%, #041A10 100%) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
}

html body .site-navbar,
.site-navbar {
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  border-bottom: 1px solid rgba(7, 94, 54, 0.08) !important;
}

/* 3. Hero Section - Deep Cinematic Maritime */
html body .hero-premium,
.hero-premium {
  background: radial-gradient(circle at 80% 20%, rgba(7, 94, 54, 0.4), transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.12), transparent 40%),
              #041A10 !important;
}

/* 4. Section 1: About Us - Dark Emerald Green (#052417) */
html body .about-section,
html body.home-page .about-section,
.about-section {
  background: #052417 !important;
  background-color: #052417 !important;
  border-top: 1.5px solid rgba(212, 175, 55, 0.25) !important;
  border-bottom: 1.5px solid rgba(212, 175, 55, 0.25) !important;
  position: relative !important;
}

html body .about-section .section-heading span,
.about-section .section-heading span {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
}

html body .about-section .section-heading h2,
.about-section .section-heading h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

html body .about-section .section-heading p,
.about-section .section-heading p {
  color: #D4EADE !important;
  -webkit-text-fill-color: #D4EADE !important;
}

/* 5. Section 2: Products Showcase - Warm Imperial Ivory (#FAF8F5) */
html body .products-section,
html body.home-page .products-section,
.products-section {
  background: #FAF8F5 !important;
  background: radial-gradient(circle at 85% 15%, rgba(212, 175, 55, 0.06), transparent 35%),
              #FAF8F5 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
  border-bottom: 1px solid rgba(7, 94, 54, 0.08) !important;
}

html body .products-section .section-heading h2,
.products-section .section-heading h2 {
  color: #075E36 !important;
  -webkit-text-fill-color: #075E36 !important;
}

/* 6. Section 3: Global Network & 3D Globe - Deep Midnight Maritime (#041A10) */
html body .network-section-premium,
.network-section-premium {
  background: radial-gradient(circle at 75% 50%, rgba(7, 94, 54, 0.35), transparent 60%),
              radial-gradient(circle at 25% 80%, rgba(212, 175, 55, 0.08), transparent 45%),
              #041A10 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.25) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
  color: #ffffff !important;
}

html body .network-section-premium .network-copy-premium h2,
.network-section-premium .network-copy-premium h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body .network-section-premium .network-copy-premium p,
.network-section-premium .network-copy-premium p {
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

/* 7. Section 4: Why Choose Us - Soft Sage Mint (#F2F7F4) with Crisp White Cards */
html body .why-section-premium,
.why-section-premium {
  background: #F2F7F4 !important;
  background: radial-gradient(circle at 15% 30%, rgba(7, 94, 54, 0.05), transparent 40%),
              #F2F7F4 !important;
  border-top: 1px solid rgba(7, 94, 54, 0.1) !important;
  border-bottom: 1px solid rgba(7, 94, 54, 0.1) !important;
  padding: clamp(70px, 8vw, 105px) 20px !important;
}

html body .why-section-premium .section-heading h2,
.why-section-premium .section-heading h2 {
  color: #075E36 !important;
  -webkit-text-fill-color: #075E36 !important;
}

html body .why-section-premium .section-heading span,
.why-section-premium .section-heading span {
  color: #a47c1b !important;
  -webkit-text-fill-color: #a47c1b !important;
}

html body .why-grid-premium,
.why-grid-premium {
  max-width: 1200px !important;
  margin: 40px auto 0 !important;
  padding: 0 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

html body .why-card-premium,
.why-card-premium {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid rgba(7, 94, 54, 0.12) !important;
  border-radius: 18px !important;
  padding: 24px 32px !important;
  box-shadow: 0 6px 22px rgba(7, 94, 54, 0.05) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s ease,
              border-color 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

html body .why-card-premium:hover,
.why-card-premium:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 14px 34px rgba(7, 94, 54, 0.1) !important;
}

html body .why-card-icon,
.why-card-icon {
  background: rgba(212, 175, 55, 0.12) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.45rem !important;
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  transition: all 0.3s ease !important;
}

html body .why-card-premium:hover .why-card-icon,
.why-card-premium:hover .why-card-icon {
  background: #075E36 !important;
  border-color: #D4AF37 !important;
  color: #D4AF37 !important;
  transform: scale(1.05) !important;
}

html body .why-card-content h3,
.why-card-content h3 {
  margin: 0 0 6px 0 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Poppins', 'Inter', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

html body .why-card-content p,
.why-card-content p {
  margin: 0 !important;
  color: #E2F3EB !important;
  -webkit-text-fill-color: #E2F3EB !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
}

/* 8. Section 5: Luxury FAQ Accordion - Warm Imperial Ivory (#FAF8F5) */
html body .mm-luxury-faq-section,
.mm-luxury-faq-section {
  background: #FAF8F5 !important;
  background: radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.08), transparent 35%),
              radial-gradient(circle at 85% 80%, rgba(7, 94, 54, 0.05), transparent 40%),
              #FAF8F5 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
  border-bottom: 1px solid rgba(7, 94, 54, 0.1) !important;
}

/* 9. Section 6: Footer - Midnight Onyx-Emerald (#03140C) */
html body .site-footer,
.site-footer {
  background: linear-gradient(180deg, #051E14 0%, #03140C 100%) !important;
  border-top: 2px solid rgba(212, 175, 55, 0.3) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}


/* =========================================================
   ZERO WHITE SPACE FIX: FLUSH NAVBAR & HERO SLIDER
   ========================================================= */
html body .site-header,
html body header.site-header,
.site-header {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

html body main,
main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body .hero-premium,
html body section.hero-premium,
html body #home.hero-premium,
html body.home-page .hero-premium,
.hero-premium {
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  top: 0 !important;
}

html body .hero-premium .hero-right-slider,
html body .hero-premium .slider-container,
.hero-premium .hero-right-slider,
.hero-premium .slider-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}


/* =========================================================
   DEFINITIVE LUXURY DEEP EMERALD GREEN THEME
   (HIGH CONTRAST & PERFECT READABILITY)
   ========================================================= */

/* 1. Global Page Background & Root Defaults */
html, body {
  background-color: #041A10 !important;
  color: #E2F2E9 !important;
}

/* 2. Topbar & Announcement */
html body .site-topbar,
.site-topbar {
  background: linear-gradient(90deg, #021008 0%, #075E36 50%, #021008 100%) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
}

html body .site-topbar-tagline,
.site-topbar-tagline {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

/* 3. Navbar - Deep Emerald Luxury with White Links */
html body .site-navbar,
.site-navbar {
  background: rgba(4, 26, 16, 0.96) !important;
  background-color: #041A10 !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25) !important;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

html body .site-navbar .nav-links a,
.site-navbar .nav-links a {
  color: #E8F5EE !important;
  -webkit-text-fill-color: #E8F5EE !important;
}

html body .site-navbar .nav-links a:hover,
html body .site-navbar .nav-links a.active,
.site-navbar .nav-links a:hover,
.site-navbar .nav-links a.active {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
}

html body .site-navbar .mega-menu,
.site-navbar .mega-menu {
  background: #062618 !important;
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
}

html body .site-navbar .mega-column h4,
.site-navbar .mega-column h4 {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  border-bottom-color: rgba(212, 175, 55, 0.4) !important;
}

html body .site-navbar .mega-column a,
.site-navbar .mega-column a {
  color: #D2E8DC !important;
  -webkit-text-fill-color: #D2E8DC !important;
}

html body .site-navbar .mega-column a:hover,
.site-navbar .mega-column a:hover {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: rgba(212, 175, 55, 0.15) !important;
}

html body .brochure-btn,
.brochure-btn {
  background: linear-gradient(135deg, #D4AF37 0%, #AA8010 100%) !important;
  color: #041A10 !important;
  -webkit-text-fill-color: #041A10 !important;
  font-weight: 800 !important;
  border: 1px solid #E5C158 !important;
}

html body .brochure-btn:hover,
.brochure-btn:hover {
  background: #FFFFFF !important;
  color: #041A10 !important;
  -webkit-text-fill-color: #041A10 !important;
}

/* 4. Section Headings - Radiant Gold & Pure White */
html body .section-heading h2,
html body .section-title-large,
.section-heading h2,
.section-title-large {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

html body .section-heading span,
html body .gold-text,
.section-heading span,
.gold-text {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  letter-spacing: 1.5px !important;
  font-weight: 800 !important;
}

html body .section-heading p,
.section-heading p {
  color: #CBE3D6 !important;
  -webkit-text-fill-color: #CBE3D6 !important;
}

/* 5. About Us Section - Rich Emerald with High-Contrast Copy */
html body .about-section,
html body.home-page .about-section,
.about-section {
  background: #052014 !important;
  background: radial-gradient(circle at 15% 30%, rgba(7, 94, 54, 0.35), transparent 45%),
              #052014 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
}

html body .about-copy,
html body.home-page .about-copy,
.about-copy {
  background: linear-gradient(135deg, rgba(3, 22, 14, 0.95) 0%, rgba(2, 15, 9, 0.92) 100%) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5) !important;
}

html body .about-copy h3,
.about-copy h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

html body .about-copy > p,
.about-copy > p {
  color: #D4ECE0 !important;
  -webkit-text-fill-color: #D4ECE0 !important;
}

html body .about-points article,
.about-points article {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}

html body .about-points article strong,
.about-points article strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

html body .about-points article span,
.about-points article span {
  color: #C4E2D3 !important;
  -webkit-text-fill-color: #C4E2D3 !important;
}

/* 6. Product Categories Section - Deep Emerald Canvas */
html body .products-section,
html body.home-page .products-section,
.products-section {
  background: #041A10 !important;
  background: radial-gradient(circle at 85% 20%, rgba(7, 94, 54, 0.3), transparent 50%),
              #041A10 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
}

html body .product-category-card,
.product-category-card {
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45) !important;
}

html body .product-category-card:hover,
.product-category-card:hover {
  border-color: #D4AF37 !important;
  box-shadow: 0 18px 45px rgba(212, 175, 55, 0.25) !important;
}

/* 7. Global Network Section */
html body .network-section-premium,
.network-section-premium {
  background: #052014 !important;
  background: radial-gradient(circle at 75% 50%, rgba(7, 94, 54, 0.4), transparent 60%),
              #052014 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.25) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25) !important;
}

html body .sourcing-card,
.sourcing-card {
  background: rgba(4, 26, 16, 0.85) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
}

html body .sourcing-info h4,
.sourcing-info h4 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

html body .sourcing-info p,
.sourcing-info p {
  color: #CEE7DA !important;
  -webkit-text-fill-color: #CEE7DA !important;
}

/* 8. Why Choose Us Section - Emerald Luxury Cards */
html body .why-section-premium,
.why-section-premium {
  background: #041A10 !important;
  background: radial-gradient(circle at 15% 30%, rgba(7, 94, 54, 0.35), transparent 45%),
              #041A10 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
  padding: clamp(70px, 8vw, 105px) 20px !important;
}

html body .why-card-premium,
.why-card-premium {
  background: #082E1D !important;
  background-color: #082E1D !important;
  border: 1.5px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 18px !important;
  padding: 24px 32px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

html body .why-card-premium:hover,
.why-card-premium:hover {
  transform: translateY(-3px) !important;
  border-color: #D4AF37 !important;
  box-shadow: 0 14px 40px rgba(212, 175, 55, 0.2) !important;
  background: #0A3824 !important;
}

html body .why-card-content h3,
.why-card-content h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-size: 1.22rem !important;
  font-weight: 700 !important;
  margin: 0 0 6px 0 !important;
}

html body .why-card-content p,
.why-card-content p {
  color: #D2EADC !important;
  -webkit-text-fill-color: #D2EADC !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

html body .why-card-icon,
.why-card-icon {
  background: rgba(212, 175, 55, 0.15) !important;
  border: 1.5px solid #D4AF37 !important;
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
  flex-shrink: 0 !important;
}

/* 9. Luxury FAQ Section - Deep Emerald with Bright Readable Text */
html body .mm-luxury-faq-section,
.mm-luxury-faq-section {
  background: #052014 !important;
  background: radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.15), transparent 40%),
              radial-gradient(circle at 85% 80%, rgba(7, 94, 54, 0.4), transparent 45%),
              #052014 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.25) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25) !important;
  padding: clamp(70px, 8vw, 110px) 20px !important;
}

html body .mm-faq-eyebrow,
.mm-faq-eyebrow {
  background: rgba(212, 175, 55, 0.18) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.5) !important;
  color: #F0D279 !important;
  -webkit-text-fill-color: #F0D279 !important;
}

html body .mm-faq-title,
.mm-faq-title {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;
}

html body .mm-faq-subtitle,
.mm-faq-subtitle {
  color: #D0E8DB !important;
  -webkit-text-fill-color: #D0E8DB !important;
}

html body .mm-faq-card,
.mm-faq-card {
  background: #082E1D !important;
  background-color: #082E1D !important;
  border: 1.5px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

html body .mm-faq-card:hover,
.mm-faq-card:hover {
  border-color: #D4AF37 !important;
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.22) !important;
  transform: translateY(-2px) !important;
  background: #0A3824 !important;
}

html body .mm-faq-card.active,
.mm-faq-card.active {
  border-color: #D4AF37 !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.2) !important;
  background: #093420 !important;
}

html body .mm-faq-trigger,
.mm-faq-trigger {
  background: transparent !important;
  padding: 22px 28px !important;
}

html body .mm-faq-q-text,
.mm-faq-q-text {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

html body .mm-faq-card:hover .mm-faq-q-text,
.mm-faq-card:hover .mm-faq-q-text {
  color: #F7E096 !important;
  -webkit-text-fill-color: #F7E096 !important;
}

html body .mm-faq-toggle-icon,
.mm-faq-toggle-icon {
  background: rgba(212, 175, 55, 0.15) !important;
  color: #D4AF37 !important;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
}

html body .mm-faq-card:hover .mm-faq-toggle-icon,
.mm-faq-card:hover .mm-faq-toggle-icon {
  background: #D4AF37 !important;
  color: #041A10 !important;
}

html body .mm-faq-card.active .mm-faq-toggle-icon,
.mm-faq-card.active .mm-faq-toggle-icon {
  background: #D4AF37 !important;
  color: #041A10 !important;
  border-color: #FFFFFF !important;
}

html body .mm-faq-body p,
.mm-faq-body p {
  color: #D8EFE4 !important;
  -webkit-text-fill-color: #D8EFE4 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.25) !important;
  font-size: 0.98rem !important;
  line-height: 1.8 !important;
}

/* 10. Footer - Deepest Midnight Onyx */
html body .site-footer,
.site-footer {
  background: linear-gradient(180deg, #041A10 0%, #010B05 100%) !important;
  border-top: 2px solid rgba(212, 175, 55, 0.4) !important;
  color: #CEE5DA !important;
}

html body .site-footer a,
.site-footer a {
  color: #DDF0E6 !important;
}

html body .site-footer a:hover,
.site-footer a:hover {
  color: #D4AF37 !important;
}


/* =========================================================
   UNIFIED LUXURY GREEN THEME (ALL BACKGROUNDS GREEN & HIGH CONTRAST)
   ========================================================= */

/* 1. Global Canvas & Main Body */
html, 
body, 
main,
.content-section,
section {
  background-color: #052417 !important;
  color: #E2F2E9 !important;
}

/* 2. Topbar & Header */
html body .site-topbar,
.site-topbar {
  background: linear-gradient(90deg, #02120A 0%, #075E36 50%, #02120A 100%) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
}

html body .site-topbar-tagline,
.site-topbar-tagline {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* DESKTOP: STRICTLY HIDE MOBILE DRAWER ELEMENTS (NO OVERLAP NEAR LOGO) */
html body .mobile-drawer-header,
html body .mobile-drawer-logo,
html body .mobile-drawer-actions,
html body .mobile-drawer-tools,
html body .mobile-drawer-lang-wrap,
html body .mobile-drawer-translator,
html body .mobile-drawer-brochure-wrap,
html body .mobile-drawer-brochure-btn,
html body .mobile-nav-close,
.mobile-drawer-header,
.mobile-drawer-logo,
.mobile-drawer-actions,
.mobile-drawer-tools,
.mobile-drawer-lang-wrap,
.mobile-drawer-translator,
.mobile-drawer-brochure-wrap,
.mobile-drawer-brochure-btn,
.mobile-nav-close {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* PERFECT DESKTOP NAVBAR & SPACING */
html body .site-navbar,
.site-navbar {
  background: #041D12 !important;
  background-color: #041D12 !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25) !important;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.45) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 80px !important;
  min-height: 80px !important;
  padding: 0 clamp(20px, 3.5vw, 50px) !important;
  box-sizing: border-box !important;
  position: relative !important;
  gap: 20px !important;
}

html body .site-navbar .brand-name,
html body .site-navbar .logo,
.site-navbar .brand-name,
.site-navbar .logo {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site-navbar .logo-image,
.site-navbar .logo-image {
  height: 70px !important;
  max-height: 72px !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  background: #FFFFFF !important;
  padding: 2px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

html body .site-navbar .nav-links,
.site-navbar .nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(14px, 1.8vw, 28px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  flex: 1 !important;
  list-style: none !important;
}

html body .site-navbar .nav-links > a,
html body .site-navbar .mega-link,
.site-navbar .nav-links > a,
.site-navbar .mega-link {
  font-family: 'Inter', 'Poppins', sans-serif !important;
  font-size: clamp(0.85rem, 0.95vw, 0.95rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #E8F5EE !important;
  -webkit-text-fill-color: #E8F5EE !important;
  text-decoration: none !important;
  padding: 8px 4px !important;
  white-space: nowrap !important;
  transition: color 0.25s ease !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}

html body .site-navbar .nav-links a:hover,
html body .site-navbar .nav-links a.active,
html body .site-navbar .nav-links a:focus,
html body .site-navbar .nav-links a:active,
.site-navbar .nav-links a:hover,
.site-navbar .nav-links a.active,
.site-navbar .nav-links a:focus,
.site-navbar .nav-links a:active {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none !important;
  box-shadow: none !important;
}

html body .site-navbar .nav-links a::after,
html body .site-navbar .nav-links a::before,
html body .site-navbar .nav-links a:hover::after,
html body .site-navbar .nav-links a.active::after,
html body .site-navbar .nav-links a:focus::after,
html body .site-navbar .nav-links a:active::after,
.site-navbar .nav-links a::after,
.site-navbar .nav-links a::before,
.site-navbar .nav-links a:hover::after,
.site-navbar .nav-links a.active::after,
.site-navbar .nav-links a:focus::after,
.site-navbar .nav-links a:active::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  border: none !important;
  background: none !important;
}

html body .site-navbar .navbar-tools,
.site-navbar .navbar-tools {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site-navbar .navbar-tools .language-translator,
.site-navbar .navbar-tools .language-translator {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #FFFFFF !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
  height: 40px !important;
  box-sizing: border-box !important;
}

html body .site-navbar .navbar-tools .language-translator i,
.site-navbar .navbar-tools .language-translator i {
  color: #075E36 !important;
  font-size: 1rem !important;
}

html body .site-navbar .navbar-tools .brochure-btn,
html body .brochure-btn,
.site-navbar .navbar-tools .brochure-btn,
.brochure-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 40px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #D4AF37 0%, #B88914 100%) !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  box-sizing: border-box !important;
}

html body .site-navbar .navbar-tools .brochure-btn:hover,
html body .brochure-btn:hover,
.site-navbar .navbar-tools .brochure-btn:hover,
.brochure-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5) !important;
  background: #FFFFFF !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
}

html body .site-navbar .navbar-tools .menu-toggle,
html body .menu-toggle,
.site-navbar .navbar-tools .menu-toggle,
.menu-toggle {
  display: none !important;
}

@media (max-width: 1040px) {
  html body .site-navbar,
  .site-navbar {
    padding: 0 16px !important;
    height: 64px !important;
    min-height: 64px !important;
  }
  html body .site-navbar .navbar-tools .menu-toggle,
  html body .menu-toggle,
  .site-navbar .navbar-tools .menu-toggle,
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: linear-gradient(135deg, #075E36 0%, #042114 100%) !important;
    border: 1.5px solid #D4AF37 !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
    font-size: 1.35rem !important;
    cursor: pointer !important;
  }
  html body .site-navbar .navbar-tools .language-translator,
  html body .site-navbar .navbar-tools .brochure-btn,
  .site-navbar .navbar-tools .language-translator,
  .site-navbar .navbar-tools .brochure-btn {
    display: none !important;
  }
  html body .mobile-drawer-header,
  html body .mobile-drawer-tools,
  .mobile-drawer-header,
  .mobile-drawer-tools {
    display: flex !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    pointer-events: auto !important;
  }
  html body .mobile-drawer-tools,
  .mobile-drawer-tools {
    flex-direction: column !important;
    gap: 12px !important;
    padding: 16px 20px !important;
    border-bottom: 1.5px solid rgba(212, 175, 55, 0.25) !important;
    background: rgba(4, 29, 18, 0.7) !important;
    margin: 0 0 16px 0 !important;
    box-sizing: border-box !important;
  }
  html body .mobile-drawer-lang-wrap,
  html body .mobile-drawer-brochure-wrap,
  .mobile-drawer-lang-wrap,
  .mobile-drawer-brochure-wrap {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    pointer-events: auto !important;
  }
  html body .mobile-drawer-translator,
  .mobile-drawer-translator {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    background: #FFFFFF !important;
    border: 1.5px solid rgba(212, 175, 55, 0.45) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    gap: 10px !important;
    pointer-events: auto !important;
  }
  html body .mobile-drawer-translator i,
  .mobile-drawer-translator i {
    color: #075E36 !important;
    font-size: 1.15rem !important;
  }
  html body .mobile-drawer-brochure-btn,
  .mobile-drawer-brochure-btn {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #D4AF37 0%, #E5C158 100%) !important;
    color: #041D12 !important;
    -webkit-text-fill-color: #041D12 !important;
    font-weight: 800 !important;
    font-size: 0.92rem !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    pointer-events: auto !important;
  }
}

/* 3. Global Section Headings - Pure Crisp White & Gold */
html body .section-heading,
.section-heading {
  text-align: center !important;
  margin-bottom: clamp(36px, 5vw, 54px) !important;
}

html body .section-heading h2,
html body .section-title-large,
html body .why-section-premium h2,
html body .about-section h2,
.section-heading h2,
.section-title-large,
.why-section-premium h2,
.about-section h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.1rem, 4vw, 3.2rem) !important;
  text-shadow: none !important;
  margin: 10px 0 14px 0 !important;
}

html body .section-heading span,
html body .gold-text,
html body .section-heading .gold-text,
.section-heading span,
.gold-text {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  font-family: 'Inter', 'Poppins', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

html body .section-heading p,
.section-heading p {
  color: #D4EADE !important;
  -webkit-text-fill-color: #D4EADE !important;
  font-size: clamp(0.96rem, 1.15vw, 1.08rem) !important;
  line-height: 1.7 !important;
  max-width: 720px !important;
  margin: 0 auto !important;
}

/* 4. About Us Section - Green Canvas & High-Contrast Card */
html body .about-section,
html body.home-page .about-section,
.about-section {
  background: #052417 !important;
  background-color: #052417 !important;
  padding: clamp(60px, 7vw, 100px) 24px !important;
}

html body .about-copy,
html body.home-page .about-copy,
.about-copy {
  background: linear-gradient(135deg, #073521 0%, #042114 100%) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.45) !important;
  border-radius: 24px !important;
  padding: 44px 36px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4) !important;
}

html body .about-copy h3,
html body.home-page .about-copy h3,
.about-copy h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Cinzel', 'Poppins', sans-serif !important;
  font-size: clamp(1.4rem, 2vw, 1.95rem) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 18px 0 !important;
  text-shadow: none !important;
}

html body .about-copy > p,
html body.home-page .about-copy > p,
.about-copy > p {
  color: #E2F3EB !important;
  -webkit-text-fill-color: #E2F3EB !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
  margin: 0 0 24px 0 !important;
}

html body .about-points article,
html body.home-page .about-points article,
.about-points article {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 14px !important;
  padding: 18px 16px !important;
}

html body .about-points article strong,
html body.home-page .about-points article strong,
.about-points article strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  display: block !important;
}

html body .about-points article span,
html body.home-page .about-points article span,
.about-points article span {
  color: #C8E6D6 !important;
  -webkit-text-fill-color: #C8E6D6 !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
}

html body .about-points article i,
html body.home-page .about-points article i,
.about-points article i {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  font-size: 1.4rem !important;
}

html body .about-copy .text-link,
html body.home-page .about-copy .text-link,
.about-copy .text-link {
  background: linear-gradient(135deg, #D4AF37 0%, #B88914 100%) !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
  font-weight: 800 !important;
  padding: 14px 28px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35) !important;
}

html body .about-copy .text-link:hover,
html body.home-page .about-copy .text-link:hover,
.about-copy .text-link:hover {
  background: #FFFFFF !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
  transform: translateY(-2px) !important;
}

/* 5. Products Section - Green Canvas */
html body .products-section,
html body.home-page .products-section,
.products-section {
  background: #052417 !important;
  background-color: #052417 !important;
  padding: clamp(60px, 7vw, 100px) 24px !important;
}

html body.home-page .products-section .product-category-card,
html body .products-section .product-category-card,
html body .product-category-card,
.product-category-card {
  background-color: #073521 !important;
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45) !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: none !important;
}

html body.home-page .products-section .product-category-card:hover,
html body .products-section .product-category-card:hover,
html body .product-category-card:hover,
.product-category-card:hover {
  border-color: #D4AF37 !important;
  box-shadow: 0 18px 45px rgba(212, 175, 55, 0.25) !important;
  transform: translateY(-5px) !important;
}

/* 6. Global Network Section - Green Canvas */
html body:not(.admin-body):not(.login-body) #global.network-section-premium,
html body:not(.admin-body):not(.login-body) .network-section-premium,
html body:not(.admin-body):not(.login-body) #global,
html body #global,
html body .network-section-premium,
#global,
.network-section-premium {
  background: #041E13 !important;
  background-color: #041E13 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(60px, 7vw, 100px) clamp(20px, 4vw, 50px) !important;
  border: none !important;
  border-top: 1.5px solid rgba(212, 175, 55, 0.3) !important;
  border-bottom: 1.5px solid rgba(212, 175, 55, 0.3) !important;
  box-sizing: border-box !important;
  position: relative !important;
}

html body:not(.admin-body):not(.login-body) .network-copy-premium h2,
html body .network-copy-premium h2,
.network-copy-premium h2,
.network-section-premium h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-size: clamp(2rem, 3.8vw, 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 12px 0 20px 0 !important;
  text-shadow: none !important;
}

html body:not(.admin-body):not(.login-body) .network-copy-premium p,
html body .network-copy-premium p,
.network-copy-premium p,
.network-section-premium p {
  color: #D4EADE !important;
  -webkit-text-fill-color: #D4EADE !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  margin-bottom: 30px !important;
}

html body:not(.admin-body):not(.login-body) .network-copy-premium .gold-text,
html body .network-copy-premium .gold-text,
.gold-text {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

.destination-labels-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 28px !important;
}
.dest-tag {
  background: #073521 !important;
  border: 1.5px solid rgba(212, 175, 55, 0.4) !important;
  color: #E8F5EE !important;
  -webkit-text-fill-color: #E8F5EE !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: transform 0.25s ease, border-color 0.25s ease !important;
}
.dest-tag:hover {
  transform: translateY(-2px) !important;
  border-color: #D4AF37 !important;
}
.dest-tag i {
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
}
.network-stats-premium {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 0 28px 0 !important;
  padding: 0 !important;
  border: none !important;
}
.network-stat-item {
  background: linear-gradient(135deg, #073521 0%, #042114 100%) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 16px !important;
  padding: 18px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.network-stat-item:hover {
  transform: translateY(-2px) !important;
  border-color: #D4AF37 !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2) !important;
}
.network-stat-item strong {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem) !important;
  font-weight: 800 !important;
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  line-height: 1.1 !important;
  margin: 0 0 6px 0 !important;
  display: block !important;
}
.network-stat-item span {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: #D4EADE !important;
  -webkit-text-fill-color: #D4EADE !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  display: block !important;
  margin: 0 !important;
}
.global-sourcing-hub {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
  margin-top: 4px !important;
}
.sourcing-card {
  background: linear-gradient(135deg, #073521 0%, #042114 100%) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.35) !important;
  border-radius: 18px !important;
  padding: 20px 22px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.sourcing-card:hover {
  transform: translateY(-2px) !important;
  border-color: #D4AF37 !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.22) !important;
}
.sourcing-icon {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 12px !important;
  background: rgba(212, 175, 55, 0.15) !important;
  border: 1.5px solid #D4AF37 !important;
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}
.sourcing-card:first-child .sourcing-icon {
  background: rgba(37, 211, 102, 0.15) !important;
  border-color: #25D366 !important;
  color: #25D366 !important;
  -webkit-text-fill-color: #25D366 !important;
}
.sourcing-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  flex: 1 !important;
}
html body:not(.admin-body):not(.login-body) .sourcing-info h4,
html body .sourcing-info h4,
.sourcing-info h4 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-family: 'Cinzel', 'Poppins', sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  margin: 0 0 4px 0 !important;
}
html body:not(.admin-body):not(.login-body) .sourcing-info p,
html body .sourcing-info p,
.sourcing-info p {
  color: #CEE7DA !important;
  -webkit-text-fill-color: #CEE7DA !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin: 0 0 10px 0 !important;
}
.sourcing-link-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: linear-gradient(135deg, #D4AF37 0%, #B88914 100%) !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  width: fit-content !important;
  max-width: fit-content !important;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}
.sourcing-link-btn:hover {
  transform: translateX(4px) !important;
  background: #FFFFFF !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.45) !important;
}

html body:not(.admin-body):not(.login-body) .network-globe-stage,
html body .network-globe-stage,
.network-globe-stage {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.network-globe-stage::before,
.network-globe-stage::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* 7. Why Choose Us Section - Luxury Green Canvas & High-Contrast Cards */
html body .why-section-premium,
.why-section-premium {
  background: #052417 !important;
  background-color: #052417 !important;
  color: #E2F2E9 !important;
  padding: clamp(60px, 7vw, 100px) 20px !important;
  border-top: 1.5px solid rgba(212, 175, 55, 0.3) !important;
}

html body .why-section-premium .section-heading h2,
.why-section-premium .section-heading h2 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

html body .why-section-premium .section-heading span,
.why-section-premium .section-heading span {
  background: rgba(212, 175, 55, 0.15) !important;
  border: 1.5px solid rgba(212, 175, 55, 0.45) !important;
  color: #F0D279 !important;
  -webkit-text-fill-color: #F0D279 !important;
}

html body .why-card-premium,
.why-card-premium {
  background: linear-gradient(135deg, #073521 0%, #042114 100%) !important;
  background-color: #073521 !important;
  border: 1.5px solid rgba(212, 175, 55, 0.45) !important;
  border-radius: 18px !important;
  padding: 24px 32px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

html body .why-card-premium:hover,
.why-card-premium:hover {
  border-color: #D4AF37 !important;
  background: #094028 !important;
  background-color: #094028 !important;
  box-shadow: 0 14px 40px rgba(212, 175, 55, 0.25) !important;
  transform: translateY(-2px) !important;
}

html body .why-card-content h3,
.why-card-content h3 {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 6px 0 !important;
}

html body .why-card-premium:hover .why-card-content h3,
.why-card-premium:hover .why-card-content h3 {
  color: #F7E096 !important;
  -webkit-text-fill-color: #F7E096 !important;
}

html body .why-card-content p,
.why-card-content p {
  color: #E2F3EB !important;
  -webkit-text-fill-color: #E2F3EB !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
}

html body .why-card-icon,
.why-card-icon {
  background: rgba(212, 175, 55, 0.15) !important;
  border: 1.5px solid #D4AF37 !important;
  color: #D4AF37 !important;
  -webkit-text-fill-color: #D4AF37 !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
  flex-shrink: 0 !important;
}

html body .why-card-premium:hover .why-card-icon,
.why-card-premium:hover .why-card-icon {
  background: #D4AF37 !important;
  color: #041D12 !important;
  -webkit-text-fill-color: #041D12 !important;
  border-color: #D4AF37 !important;
}
}

/* 8. Luxury FAQ Section - Clean White Canvas & Crisp Visible Text */
html body .mm-luxury-faq-section,
.mm-luxury-faq-section {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0F172A !important;
  padding-top: clamp(60px, 7vw, 100px) !important;
  padding-bottom: clamp(60px, 6vw, 85px) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: none !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

html body .mm-faq-eyebrow,
.mm-faq-eyebrow {
  background: #ECFDF5 !important;
  border: 1.5px solid #059669 !important;
  color: #047857 !important;
  -webkit-text-fill-color: #047857 !important;
}

html body .mm-faq-title,
.mm-faq-title {
  color: #0F172A !important;
  -webkit-text-fill-color: #0F172A !important;
}

html body .mm-faq-subtitle,
.mm-faq-subtitle {
  color: #475569 !important;
  -webkit-text-fill-color: #475569 !important;
}

html body .mm-faq-card,
.mm-faq-card {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

html body .mm-faq-card:hover,
.mm-faq-card:hover {
  border-color: #075E36 !important;
  background: #F8FAF9 !important;
  background-color: #F8FAF9 !important;
  box-shadow: 0 8px 30px rgba(7, 94, 54, 0.1) !important;
}

html body .mm-faq-card.active,
.mm-faq-card.active {
  border-color: #075E36 !important;
  background: #F4F9F6 !important;
  background-color: #F4F9F6 !important;
  box-shadow: 0 10px 32px rgba(7, 94, 54, 0.12) !important;
}

html body .mm-faq-q-text,
.mm-faq-q-text {
  color: #0F172A !important;
  -webkit-text-fill-color: #0F172A !important;
}

html body .mm-faq-card:hover .mm-faq-q-text,
html body .mm-faq-card.active .mm-faq-q-text {
  color: #075E36 !important;
  -webkit-text-fill-color: #075E36 !important;
}

html body .mm-faq-toggle-icon,
.mm-faq-toggle-icon {
  background: #ECFDF5 !important;
  color: #047857 !important;
  border: 1.5px solid #A7F3D0 !important;
}

html body .mm-faq-card:hover .mm-faq-toggle-icon,
html body .mm-faq-card.active .mm-faq-toggle-icon {
  background: #075E36 !important;
  color: #FFFFFF !important;
  border-color: #075E36 !important;
}

html body .mm-faq-body p,
.mm-faq-body p {
  color: #334155 !important;
  -webkit-text-fill-color: #334155 !important;
  border-top: 1px solid #E2E8F0 !important;
}

/* 9. Contact Section - Clean White Canvas & Crisp Visible Text */
html body:not(.admin-body):not(.login-body) .contact-section,
html body .contact-section,
html body.home-page .contact-section,
html body.luxury-home .contact-section,
.contact-section {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0F172A !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: clamp(60px, 7vw, 90px) !important;
  padding-bottom: clamp(110px, 12vw, 160px) !important;
  padding-left: clamp(20px, 4vw, 50px) !important;
  padding-right: clamp(20px, 4vw, 50px) !important;
  border: none !important;
  border-top: 1px solid #E2E8F0 !important;
  position: relative !important;
  box-sizing: border-box !important;
}

html body .contact-section .section-heading h2,
html body .contact-section h2,
.contact-section .section-heading h2,
.contact-section h2 {
  color: #0F172A !important;
  -webkit-text-fill-color: #0F172A !important;
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.1rem, 4vw, 3.2rem) !important;
  text-shadow: none !important;
  margin: 10px 0 14px 0 !important;
}

html body .contact-section .section-heading span,
html body .contact-section span,
.contact-section .section-heading span,
.contact-section span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 6px 18px !important;
  border-radius: 999px !important;
  background: #ECFDF5 !important;
  border: 1.5px solid #059669 !important;
  color: #047857 !important;
  -webkit-text-fill-color: #047857 !important;
  font-family: 'Inter', 'Poppins', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

html body:not(.admin-body):not(.login-body) .contact-card,
html body .contact-card,
.contact-card {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  padding: clamp(28px, 4vw, 40px) !important;
  box-sizing: border-box !important;
}

html body:not(.admin-body):not(.login-body) .contact-card h3,
html body .contact-card h3,
.contact-card h3 {
  color: #0F172A !important;
  -webkit-text-fill-color: #0F172A !important;
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif !important;
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  margin-bottom: 24px !important;
}

html body:not(.admin-body):not(.login-body) .contact-card p,
html body .contact-card p,
.contact-card p {
  color: #1E293B !important;
  -webkit-text-fill-color: #1E293B !important;
  font-size: 1.02rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

html body:not(.admin-body):not(.login-body) .contact-card p i,
html body:not(.admin-body):not(.login-body) .contact-card i,
html body .contact-card p i,
html body .contact-card i,
.contact-card p i,
.contact-card i {
  color: #047857 !important;
  -webkit-text-fill-color: #047857 !important;
  background: #ECFDF5 !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  border: 1px solid #A7F3D0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.1rem !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

html body:not(.admin-body):not(.login-body) .contact-form,
html body .contact-form,
.contact-form {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  padding: clamp(28px, 4vw, 40px) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  box-sizing: border-box !important;
}

html body:not(.admin-body):not(.login-body) .contact-form input,
html body:not(.admin-body):not(.login-body) .contact-form textarea,
html body .contact-form input,
html body .contact-form textarea,
.contact-form input,
.contact-form textarea {
  background: #F8FAFC !important;
  background-color: #F8FAFC !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #0F172A !important;
  -webkit-text-fill-color: #0F172A !important;
  border-radius: 12px !important;
  padding: 15px 18px !important;
  font-size: 0.98rem !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
}

html body:not(.admin-body):not(.login-body) .contact-form input::placeholder,
html body:not(.admin-body):not(.login-body) .contact-form textarea::placeholder,
html body .contact-form input::placeholder,
html body .contact-form textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #64748B !important;
  -webkit-text-fill-color: #64748B !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

html body:not(.admin-body):not(.login-body) .contact-form input:focus,
html body:not(.admin-body):not(.login-body) .contact-form textarea:focus,
html body .contact-form input:focus,
html body .contact-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #075E36 !important;
  box-shadow: 0 0 0 4px rgba(7, 94, 54, 0.12) !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

html body:not(.admin-body):not(.login-body) .contact-form button,
html body:not(.admin-body):not(.login-body) .contact-form button[type="submit"],
html body .contact-form button,
html body .contact-form button[type="submit"],
.contact-form button[type="submit"],
.contact-form button {
  background: linear-gradient(135deg, #075E36 0%, #033B22 100%) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  padding: 16px 28px !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(7, 94, 54, 0.3) !important;
  margin-top: 8px !important;
  width: 100% !important;
}

html body:not(.admin-body):not(.login-body) .contact-form button:hover,
html body:not(.admin-body):not(.login-body) .contact-form button[type="submit"]:hover,
html body .contact-form button:hover,
html body .contact-form button[type="submit"]:hover,
.contact-form button[type="submit"]:hover,
.contact-form button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(7, 94, 54, 0.45) !important;
  background: linear-gradient(135deg, #097544 0%, #054C2C 100%) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* 10. Footer */
html body:not(.admin-body):not(.login-body) .site-footer,
html body .site-footer,
.site-footer {
  background: #02120A !important;
  background-color: #02120A !important;
  border-top: 2.5px solid rgba(212, 175, 55, 0.45) !important;
  color: #CEE5DA !important;
  padding-top: clamp(80px, 9vw, 120px) !important;
  padding-bottom: 35px !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.5) !important;
}

.footer-logo-img {
  height: 65px !important;
  max-height: 68px !important;
  width: auto !important;
  display: inline-block !important;
  border-radius: 8px !important;
  padding: 4px 10px !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  object-fit: contain !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
}

/* =========================================================
   ABSOLUTE ZERO-GAP: FLUSH NAVBAR TO HERO SLIDER (NO EXTRA SPACING)
   ========================================================= */
html body:not(.admin-body):not(.login-body) header.site-header,
html body:not(.admin-body):not(.login-body) .site-header,
html body.home-page .site-header,
html body.luxury-home .site-header,
html body #siteHeader,
.site-header {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

html body:not(.admin-body):not(.login-body) .site-topbar,
html body .site-topbar,
.site-topbar {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body:not(.admin-body):not(.login-body) nav.navbar,
html body:not(.admin-body):not(.login-body) .site-navbar,
html body:not(.admin-body):not(.login-body) .navbar.site-navbar,
html body.home-page .site-navbar,
html body.luxury-home .site-navbar,
.site-navbar {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}

html body:not(.admin-body):not(.login-body) main,
html body.home-page main,
html body.luxury-home main,
html body main,
main {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
}

html body:not(.admin-body):not(.login-body) section.hero-premium,
html body:not(.admin-body):not(.login-body) .hero-premium,
html body:not(.admin-body):not(.login-body) #home.hero-premium,
html body.home-page section.hero-premium,
html body.home-page .hero-premium,
html body.home-page #home,
html body.luxury-home section.hero-premium,
html body.luxury-home .hero-premium,
html body .hero-premium,
section.hero-premium,
#home.hero-premium,
.hero-premium {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  top: 0 !important;
  position: relative !important;
}

html body:not(.admin-body):not(.login-body) .hero-premium .hero-right-slider,
html body:not(.admin-body):not(.login-body) .hero-premium .slider-container,
html body:not(.admin-body):not(.login-body) .hero-premium .slides-wrapper,
html body:not(.admin-body):not(.login-body) .hero-premium .slider-slide,
html body.home-page .hero-premium .hero-right-slider,
html body.home-page .hero-premium .slider-container,
html body.home-page .hero-premium .slides-wrapper,
html body.home-page .hero-premium .slider-slide,
.hero-premium .hero-right-slider,
.hero-premium .slider-container,
.hero-premium .slides-wrapper,
.hero-premium .slider-slide {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 0 !important;
}

html body .hero-premium .hero-right-slider,
.hero-premium .hero-right-slider {
  height: clamp(550px, calc(100vh - 120px), 860px) !important;
  min-height: 520px !important;
}

@media (max-height: 700px) {
  html body .hero-premium .hero-right-slider,
  .hero-premium .hero-right-slider {
    height: calc(100vh - 100px) !important;
    min-height: 460px !important;
  }
}

