/* ================================================================
   home-enhancements.css — Vindhya Millets Premium Homepage Polish
   Dark Mode | Mobile-First | Micro-animations | Hindi Typography
   ================================================================ */

/* ── Google Fonts (Noto Sans Devanagari & Plus Jakarta Sans loaded globally) ── */

/* ════════════════════════════════════════
   GLOBAL DARK MODE — Home Page Sections
   ════════════════════════════════════════ */

/* Hero already dark; main canvas/bg override */
[data-theme="dark"] .hm-main {
    background: #0a1a0f;
    color: #e2ede5;
}

[data-theme="dark"] .hm-hero {
    background: linear-gradient(150deg,
        hsl(152,70%,5%) 0%,
        hsl(152,65%,8%) 40%,
        hsl(38,80%,8%) 100%);
}

[data-theme="dark"] .hm-hero-product-card,
[data-theme="dark"] .hm-hero-nut-badge {
    background: rgba(15,31,20,0.92);
    border-color: rgba(255,255,255,0.12);
}
[data-theme="dark"] .hm-hpc-name { color: #e2ede5; }
[data-theme="dark"] .hm-hpc-tag  { color: #7d9a87; }

/* Trust bar */
[data-theme="dark"] .hm-trust-bar {
    background: linear-gradient(90deg, hsl(152,65%,12%) 0%, hsl(152,55%,18%) 50%, hsl(152,65%,12%) 100%);
}

/* Categories */
[data-theme="dark"] .hm-cats-section { background: #0d1f12; }
[data-theme="dark"] .hm-cat-card {
    background: #112017;
    border-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .hm-cat-card:hover { border-color: var(--cc); }
[data-theme="dark"] .hm-cat-name { color: #e2ede5; }
[data-theme="dark"] .hm-cat-emoji-wrap { background: rgba(255,255,255,0.05); }
[data-theme="dark"] .hm-cat-bg { opacity: 0.15 !important; }

/* Best Sellers */
[data-theme="dark"] .hm-real-leaf {
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.5)) brightness(0.85) contrast(1.1) !important;
    opacity: 0.8 !important;
}

[data-theme="dark"] .hm-real-grain {
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.5)) brightness(0.88) !important;
    opacity: 0.8 !important;
}

[data-theme="dark"] .hm-products-section { background: #0a1a0f; }
[data-theme="dark"] .hm-prod-card {
    background: #112017;
    border-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .hm-prod-card:hover { border-color: var(--vm-green-mid); }
[data-theme="dark"] .hm-prod-img-wrap { background: #0d1f12; }
[data-theme="dark"] .hm-prod-name,
[data-theme="dark"] .hm-prod-name a { color: #e2ede5; }
[data-theme="dark"] .hm-prod-price-final { color: #e2ede5; }
[data-theme="dark"] .hm-prod-detail-btn { border-color: rgba(255,255,255,0.15); color: #7d9a87; }
[data-theme="dark"] .hm-prod-detail-btn:hover { border-color: var(--vm-green-mid); color: var(--vm-green-mid); }
[data-theme="dark"] .hm-products-cta-note { color: #7d9a87; }

/* Millet Edge */
[data-theme="dark"] .hm-edge-section {
    background: linear-gradient(160deg, #0d1f12 0%, #112017 60%, #0a1a0f 100%);
}
[data-theme="dark"] .hm-edge-feat {
    background: #112017;
    border-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .hm-ef-body h3 { color: #e2ede5; }
[data-theme="dark"] .hm-ef-body p  { color: #7d9a87; }
[data-theme="dark"] .hm-edge-badge { background: #112017; }
[data-theme="dark"] .hm-eb-label { color: #7d9a87; }
[data-theme="dark"] .hm-edge-cert-strip {
    background: rgba(15,31,20,0.92);
}
[data-theme="dark"] .hm-edge-cert-strip span { color: #e2ede5; }

/* Journey */
[data-theme="dark"] .hm-journey-section {
    background: radial-gradient(ellipse at 50% 0%, rgba(16, 185, 129, 0.15) 0%, rgba(13, 31, 18, 1) 60%, #08120b 100%);
}
[data-theme="dark"] .hm-journey-section .hm-section-title {
    color: #f9fafb;
    text-shadow: 0 2px 14px rgba(16, 185, 129, 0.35);
}
[data-theme="dark"] .hm-journey-section .hm-section-sub {
    color: #a7f3d0;
}
[data-theme="dark"] .hm-journey-card-inner {
    background: linear-gradient(145deg, #112217 0%, #0d1a12 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] .hm-jc-title { color: #f3f4f6; }
[data-theme="dark"] .hm-jc-desc  { color: #d1d5db; }
[data-theme="dark"] .hm-jc-step-pill {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}
[data-theme="dark"] .hm-jc-step-lbl { color: #9ca3af; }
[data-theme="dark"] .hm-jc-trust-pill-premium {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #f3f4f6;
}

/* Testimonials */
[data-theme="dark"] .hm-reviews-section {
    background: radial-gradient(ellipse at 50% 0%, rgba(245, 158, 11, 0.15) 0%, rgba(13, 31, 18, 1) 60%, #08120b 100%);
}
[data-theme="dark"] .hm-reviews-section .hm-section-title {
    color: #f9fafb;
    text-shadow: 0 2px 14px rgba(245, 158, 11, 0.35);
}
[data-theme="dark"] .hm-reviews-section .hm-section-sub {
    color: #fde68a;
}
[data-theme="dark"] .hm-review-card {
    background: linear-gradient(155deg, #112217 0%, #0d1a12 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 42px -12px rgba(0, 0, 0, 0.6), inset 0 1.5px 0 rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] .hm-rc-text { color: #e5e7eb; }
[data-theme="dark"] .hm-rc-name { color: #f9fafb; }
[data-theme="dark"] .hm-rc-role { color: #9ca3af; }
[data-theme="dark"] .hm-rc-author { border-top-color: rgba(255, 255, 255, 0.1); }
[data-theme="dark"] .hm-reviews-stats {
    background: #112217;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 36px -10px rgba(0, 0, 0, 0.6);
}
[data-theme="dark"] .hm-rs-num { color: #34d399; }
[data-theme="dark"] .hm-rs-lbl { color: #a7f3d0; }
[data-theme="dark"] .hm-rs-divider { background: rgba(255, 255, 255, 0.15); }
[data-theme="dark"] .hm-cta-outline-dark {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
}
[data-theme="dark"] .hm-cta-outline-dark:hover {
    background: #10b981;
    border-color: #10b981;
    color: #ffffff !important;
    box-shadow: 0 14px 35px rgba(16, 185, 129, 0.45);
}

/* Story */
[data-theme="dark"] .hm-story-section { background: #0a1a0f; }
[data-theme="dark"] .hm-story-float-card {
    background: rgba(17,32,23,0.92);
    border-color: rgba(255,255,255,0.12);
}
[data-theme="dark"] .hm-sfc-txt strong { color: #e2ede5; }
[data-theme="dark"] .hm-sfc-txt span   { color: #7d9a87; }
[data-theme="dark"] .hm-story-stat { background: #112017; }
[data-theme="dark"] .hm-story-metrics {
    background: #112017;
    border-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .hm-sm-divider { background: rgba(255,255,255,0.08); }
[data-theme="dark"] .hm-sm-lbl { color: #7d9a87; }
[data-theme="dark"] .hm-story-pill {
    background: rgba(16,185,129,0.1);
    color: #4ade80;
    border-color: rgba(74,222,128,0.2);
}
[data-theme="dark"] .hm-story-pill:hover { background: var(--vm-green-mid); color: white; }

/* Blog */
[data-theme="dark"] .hm-blog-section { background: #0d1f12; }
[data-theme="dark"] .hm-blog-card {
    background: #112017;
    border-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .hm-blog-card:hover { border-color: var(--vm-green-mid); }
[data-theme="dark"] .hm-blog-title { color: #e2ede5; }
[data-theme="dark"] .hm-blog-title a { color: #e2ede5; }
[data-theme="dark"] .hm-blog-title a:hover { color: var(--vm-green-mid); }
[data-theme="dark"] .hm-blog-excerpt { color: #7d9a87; }
[data-theme="dark"] .hm-blog-date { color: #4a6453; }

/* Partners */
[data-theme="dark"] .hm-partners-section { background: #0a1a0f; }
[data-theme="dark"] .hm-pf-left  { background: linear-gradient(to right, #0a1a0f, transparent); }
[data-theme="dark"] .hm-pf-right { background: linear-gradient(to left, #0a1a0f, transparent); }
[data-theme="dark"] .hm-partners-premium-container::before { background: rgba(17,32,23,0.4); }

/* Section titles in dark mode */
[data-theme="dark"] .hm-section-title {
    background: linear-gradient(135deg, #e2ede5 0%, #a7c4ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
[data-theme="dark"] .hm-section-sub { color: #7d9a87; }
[data-theme="dark"] .hm-eyebrow {
    background: rgba(16,185,129,0.12);
    color: #4ade80;
    border-color: rgba(74,222,128,0.2);
}
[data-theme="dark"] .hm-view-all-link {
    color: #4ade80;
    border-color: #4ade80;
}
[data-theme="dark"] .hm-view-all-link:hover { background: #4ade80; color: #0a1a0f; }

/* ════════════════════════════════════════
   HEADER — Dark Mode & Premium Styling
   ════════════════════════════════════════ */

#header-container {
    transition: top 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                width 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                max-width 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                border-radius 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.35s ease,
                border-color 0.35s ease,
                box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                padding 0.35s ease !important;
}

[data-theme="dark"] #header-container {
    background: rgba(10,26,15,0.98);
    border-bottom-color: rgba(255,255,255,0.08);
}

@media (min-width: 769px) {
    #header-container.is-floating {
        top: 14px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: min(1320px, calc(100% - 32px)) !important;
        max-width: 1320px !important;
        border-radius: 9999px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(20px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
        border: 1px solid rgba(46, 89, 54, 0.2) !important;
        box-shadow: 0 14px 36px -6px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(46, 89, 54, 0.06) !important;
        z-index: 10000 !important;
        pointer-events: auto !important;
    }
    [data-theme="dark"] #header-container.is-floating {
        background: rgba(12, 28, 16, 0.92) !important;
        border: 1px solid rgba(74, 222, 128, 0.24) !important;
        box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.65), 0 4px 14px -2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    }
}

.top-bar {
    background: linear-gradient(90deg, hsl(152,68%,18%) 0%, hsl(152,60%,22%) 50%, hsl(152,68%,18%) 100%) !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.5px !important;
    padding: 8px 20px !important;
}

/* Nav links improved */
.nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
    white-space: nowrap !important;
    flex-shrink: 0;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; right: 50%;
    height: 2px;
    background: var(--primary-color, #2E5936);
    border-radius: 2px;
    transition: all 0.25s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
    left: 10%; right: 10%;
}
[data-theme="dark"] .nav-link { color: #cbd5e1; }
[data-theme="dark"] .nav-link:hover { color: #4ade80; background: rgba(74,222,128,0.08); }

/* Account button */
.account-btn {
    background: linear-gradient(135deg, hsl(152,65%,22%), hsl(152,55%,30%)) !important;
    color: white !important;
    border-radius: 50px;
    font-size: 0.88rem;
    padding: 8px 18px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(46,89,54,0.25);
    transition: all 0.25s ease;
}
.account-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(46,89,54,0.35) !important;
    background: linear-gradient(135deg, hsl(152,65%,18%), hsl(152,55%,26%)) !important;
}
[data-theme="dark"] .account-btn {
    background: linear-gradient(135deg, hsl(152,55%,28%), hsl(152,50%,36%)) !important;
}

/* Cart button in header */
.cart-btn {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: white !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 8px 18px;
    box-shadow: 0 4px 14px rgba(245,158,11,0.3);
}
.cart-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(245,158,11,0.45) !important;
}

/* ────────────────────────────────────
   NAV LINKS FLEX — prevent overflow
   ──────────────────────────────────── */
.nav-links {
    flex-shrink: 1;
    gap: 2px;
    min-width: 0;
}

.logo {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    [data-theme="dark"] .nav-links {
        background: #0a1a0f;
        border-left: 1px solid rgba(255,255,255,0.06);
    }
    [data-theme="dark"] .nav-links .nav-link {
        border-bottom-color: rgba(255,255,255,0.06);
        color: #e2ede5;
    }
}

/* ════════════════════════════════════════
   MOBILE HERO POLISH
   ════════════════════════════════════════ */

@media (max-width: 900px) {
    .hm-hero .hm-container {
        padding-top: clamp(75px,8vh,100px);
        padding-bottom: clamp(50px,6vh,80px);
    }
    .hm-hero-h1 {
        font-size: clamp(2.2rem, 7vw, 3.2rem);
    }
    .hm-hero-sub {
        font-size: 1rem;
        margin: 0 auto;
        max-width: 480px;
    }
}

@media (max-width: 640px) {
    .hm-hero-eyebrow { font-size: 0.7rem; }
    .hm-hero-proof {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hm-hero-ctas .hm-cta { width: 100%; justify-content: center; }
}

/* ════════════════════════════════════════
   PRODUCT CARDS — Mobile
   ════════════════════════════════════════ */

@media (max-width: 480px) {
    .hm-prod-cart-btn {
        font-size: 0.72rem;
        padding: 8px 8px;
        gap: 4px;
    }
    .hm-prod-name { font-size: 0.86rem; }
    .hm-prod-price-final { font-size: 1rem; }
}

/* ════════════════════════════════════════
   STATS SECTION — Mobile
   ════════════════════════════════════════ */

@media (max-width: 480px) {
    .hm-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hm-stat-box { padding: 18px 8px; }
    .hm-stat-num { font-size: 1.5rem; }
    .hm-stat-label { font-size: 0.65rem; }
    .hm-stat-icon { font-size: 1.3rem; }
}

/* ════════════════════════════════════════
   HINDI TYPOGRAPHY
   ════════════════════════════════════════ */

:lang(hi) .hm-hero-h1,
:lang(hi) .hm-section-title,
:lang(hi) .hm-mission-title,
:lang(hi) .hm-nl-title {
    font-family: 'Noto Sans Devanagari', 'Plus Jakarta Sans', system-ui, sans-serif;
    letter-spacing: 0;
    line-height: 1.35;
}

:lang(hi) .hm-hero-sub,
:lang(hi) .hm-section-sub,
:lang(hi) .hm-mission-body,
:lang(hi) .hm-rc-text,
:lang(hi) .hm-prod-name,
:lang(hi) .hm-js-body p,
:lang(hi) .hm-ef-body p {
    font-family: 'Noto Sans Devanagari', 'Inter', system-ui, sans-serif;
    line-height: 1.9;
}

/* ════════════════════════════════════════
   PREMIUM MICRO-ANIMATIONS
   ════════════════════════════════════════ */

/* Shimmer loading skeleton */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

/* Smooth counter pop */
@keyframes counterPop {
    0% { transform: scale(0.8); opacity: 0; }
    70% { transform: scale(1.05); }
    100% { transform: scale(1); opacity: 1; }
}
.hm-stat-num { animation: counterPop 0.5s ease forwards; }

/* Category card stagger */
.hm-cat-card:nth-child(1) { animation-delay: 0.05s; }
.hm-cat-card:nth-child(2) { animation-delay: 0.10s; }
.hm-cat-card:nth-child(3) { animation-delay: 0.15s; }
.hm-cat-card:nth-child(4) { animation-delay: 0.20s; }
.hm-cat-card:nth-child(5) { animation-delay: 0.25s; }
.hm-cat-card:nth-child(6) { animation-delay: 0.30s; }
.hm-cat-card:nth-child(7) { animation-delay: 0.35s; }

/* Trust bar pause on hover */
.hm-trust-bar:hover .hm-trust-track {
    animation-play-state: paused;
}

/* Product card ripple */
.hm-prod-cart-btn {
    position: relative;
    overflow: hidden;
}
.hm-prod-cart-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.4s, transform 0.4s;
}
.hm-prod-cart-btn:active::after {
    opacity: 1;
    transform: scale(2.5);
    transition: 0s;
}

/* ════════════════════════════════════════
   FLOATING WHATSAPP BUTTON
   ════════════════════════════════════════ */

.wa-float-btn {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 9998;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: white;
    border-radius: 50px;
    padding: 14px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: 0 8px 32px rgba(37,211,102,0.45);
    transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
    border: 2px solid rgba(255,255,255,0.3);
}
.wa-float-btn:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 48px rgba(37,211,102,0.55);
    color: white;
}
.wa-float-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.wa-float-btn span { white-space: nowrap; }

@media (max-width: 480px) {
    .wa-float-btn span { display: none; }
    .wa-float-btn { padding: 14px; border-radius: 50%; }
}

/* ════════════════════════════════════════
   SCROLL-TO-TOP BUTTON
   ════════════════════════════════════════ */

#scrollTopBtn {
    position: fixed;
    bottom: 95px;
    right: 28px;
    z-index: 9997;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, hsl(152,65%,22%), hsl(152,55%,32%));
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(46,89,54,0.35);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
    pointer-events: none;
}
#scrollTopBtn.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
#scrollTopBtn:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(46,89,54,0.45); }
[data-theme="dark"] #scrollTopBtn { background: linear-gradient(135deg, hsl(152,55%,28%), hsl(152,50%,38%)); }

/* ════════════════════════════════════════
   COOKIES CONSENT BANNER
   ════════════════════════════════════════ */

#cookieBanner {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: auto;
    width: calc(100% - 48px);
    max-width: 400px;
    z-index: 1000005;
    background: rgba(15, 31, 20, 0.96);
    color: #e2ede5;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 18px;
    border: 1px solid rgba(74, 222, 128, 0.22);
    box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.5),
                0 4px 14px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    transform: translateY(30px) scale(0.96);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.35s ease;
    font-size: 0.88rem;
}
#cookieBanner.show {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}
#cookieBanner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    line-height: 1.45;
}
#cookieBanner a {
    color: #4ade80;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 4px;
}
.cookie-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.cookie-accept {
    flex: 1.2;
    background: linear-gradient(135deg, hsl(152, 65%, 26%), hsl(152, 55%, 34%));
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(46, 89, 54, 0.35);
}
.cookie-accept:hover {
    background: linear-gradient(135deg, hsl(152, 65%, 22%), hsl(152, 55%, 30%));
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(46, 89, 54, 0.45);
}
.cookie-decline {
    flex: 0.8;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}
.cookie-decline:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
}

@media (max-width: 768px) {
    #cookieBanner {
        bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
        left: 12px !important;
        right: 12px !important;
        width: calc(100% - 24px) !important;
        max-width: 440px !important;
        margin: 0 auto !important;
        padding: 14px 16px !important;
        border-radius: 16px !important;
        gap: 10px !important;
        z-index: 1000005 !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(74, 222, 128, 0.3) !important;
    }
}

/* ════════════════════════════════════════
   VIEW-ALL LINK IMPROVED
   ════════════════════════════════════════ */

[data-theme="dark"] .hm-view-all-link {
    color: #4ade80;
    border-color: rgba(74,222,128,0.4);
}
[data-theme="dark"] .hm-view-all-link:hover {
    background: rgba(74,222,128,0.15);
    color: #4ade80;
}

/* ════════════════════════════════════════
   NEWSLETTER SECTION - Dark Mode OK (already dark bg)
   ════════════════════════════════════════ */

/* Mission already dark bg */

/* ════════════════════════════════════════
   FOOTER NEWSLETTER STRIP - HINDI
   ════════════════════════════════════════ */

:lang(hi) .newsletter-text h3,
:lang(hi) .newsletter-text p {
    font-family: 'Noto Sans Devanagari', sans-serif;
}



/* ════════════════════════════════════════
   ACCESSIBILITY IMPROVEMENTS
   ════════════════════════════════════════ */

.hm-prod-cart-btn:focus-visible,
.hm-cta:focus-visible,
.hm-cat-card:focus-visible,
.hm-prod-detail-btn:focus-visible {
    outline: 3px solid var(--vm-amber);
    outline-offset: 3px;
}

/* ════════════════════════════════════════
   HERO SECTION TITLE — GRADIENT TEXT FIX
   ════════════════════════════════════════ */

.hm-section-title {
    /* Ensure gradient text works across browsers */
    background: linear-gradient(135deg, #0f1f14 0%, #2E5936 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .hm-section-title {
    background: linear-gradient(135deg, #e2ede5 0%, #7dbf8e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ════════════════════════════════════════
   PERFORMANCE: Reduce paint on scroll
   ════════════════════════════════════════ */

.hm-hero,
.hm-trust-bar,
.hm-mission-section,
.hm-newsletter-section {
    will-change: transform;
    contain: layout style;
}

.hm-prod-card,
.hm-cat-card,
.hm-review-card,
.hm-blog-card {
    will-change: transform;
}

/* END */

/* ==============================================
   BUG FIXES: 7-point patch
   ============================================== */

/* GOOGLE-STYLE PREMIUM TRUST CARDS SYSTEM
   Ensures 100% proper visibility and a premium, clean, branded website design */
.hm-hero-trust-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 15px 0 28px 0;
    width: 100%;
    max-width: 580px;
    animation: trustCardsRise 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 0.8s;
}

@keyframes trustCardsRise {
    from { opacity: 0; transform: translateY(15px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hm-ht-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.hm-ht-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

/* Icons with subtle Google-style colored circular backgrounds */
.hm-ht-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hm-ht-organic .hm-ht-icon {
    background: rgba(16, 185, 129, 0.16);
    color: #34d399;
}

.hm-ht-fssai .hm-ht-icon {
    background: rgba(245, 158, 11, 0.16);
    color: #fbbf24;
}

.hm-ht-farmers .hm-ht-icon {
    background: rgba(59, 130, 246, 0.16);
    color: #60a5fa;
}

/* Info text with clean hierarchy */
.hm-ht-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hm-ht-title {
    font-family: var(--font-head);
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.hm-ht-desc {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    line-height: 1.25;
}

/* Mobile responsive styling for the trust cards */
@media (max-width: 768px) {
    .hm-hero-trust-cards {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 100%;
        margin: 12px 0 20px 0;
        animation-delay: 0.9s;
    }
    
    .hm-ht-card {
        padding: 12px 16px;
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.18);
        border-radius: 16px;
    }
    
    .hm-ht-icon {
        width: 38px;
        height: 38px;
        font-size: 1.3rem;
    }
    
    .hm-ht-title {
        font-size: 0.86rem;
    }
    
    .hm-ht-desc {
        font-size: 0.7rem;
    }
}

/* BUG 2 — Navbar 'About Us' wrapping to two lines on desktop */
.nav-link {
    white-space: nowrap !important;
}

/* BUG 3 — FSSAI badge image: circular clip + object-fit */
.hm-fssai-floating-badge {
    overflow: hidden !important;
    border-radius: 50% !important;
    padding: 8px !important;
}
.hm-fssai-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 50% !important;
}

/* BUG 5 — '50+ Villages' stat text not centred inside pill */
.hm-story-stat {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 90px;
}
.hm-ss-num, .hm-ss-lbl {
    text-align: center !important;
    width: 100%;
}

/* ================================================================
   SECTION: VERIFIED & SUPPORTED BY — REDESIGN MATCHING MOCKUP
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&display=swap');

.hm-partners-section {
    padding: 80px 0 70px 0 !important;
    background: linear-gradient(180deg, #FAFBF8 0%, #F5F7F1 50%, #EFF2EB 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Floating decorative leaves */
.hm-pt-leaf-decor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.hm-pt-leaf-tl {
    top: 25px;
    left: 20px;
    transform: rotate(-15deg);
}
.hm-pt-leaf-tr {
    top: 30px;
    right: 25px;
    transform: rotate(25deg);
}

.hm-pt-main-container {
    position: relative;
    z-index: 2;
}

/* Floating Cursive Notes on Left & Right */
.hm-pt-side-note {
    position: absolute;
    top: 60px;
    font-family: 'Caveat', cursive, 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.15;
    color: #4A6352;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    z-index: 3;
}
.hm-pt-note-left {
    left: 2%;
    transform: rotate(-7deg);
    text-align: left;
}
.hm-pt-note-right {
    right: 2%;
    transform: rotate(7deg);
    text-align: right;
}
.hm-pt-script-decor {
    margin-top: 4px;
}
@media (max-width: 1200px) {
    .hm-pt-side-note {
        display: none !important;
    }
}

/* Section Header */
.hm-pt-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 36px auto;
    position: relative;
    z-index: 2;
    padding: 0 16px;
}
.hm-pt-eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}
.hm-pt-hairline {
    flex: 0 0 65px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 77, 43, 0.28), transparent);
}
.hm-pt-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(30, 77, 43, 0.08);
    border: 1px solid rgba(30, 77, 43, 0.18);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1E4D2B;
    text-transform: uppercase;
}
.hm-pt-title {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px 0;
    letter-spacing: -0.02em;
    font-family: 'Playfair Display', 'Plus Jakarta Sans', serif;
}
.hm-pt-title-green {
    color: #163A24;
}
.hm-pt-title-gold {
    color: #E27211;
    margin-left: 6px;
}
.hm-pt-leaf-icon {
    font-size: 0.85em;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}
.hm-pt-subtitle {
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
    color: #4A6352;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 680px;
    font-weight: 400;
}

/* Carousel Row */
.hm-pt-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto 38px auto;
    padding: 0 16px;
    z-index: 2;
}
.hm-pt-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(22, 43, 26, 0.1);
    box-shadow: 0 4px 14px rgba(22, 43, 26, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E4D2B;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    z-index: 3;
}
.hm-pt-nav-btn:hover {
    background: #1E4D2B;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(30, 77, 43, 0.25);
}
.hm-pt-cards-viewport {
    overflow: hidden !important;
    width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 0% !important;
    position: relative;
    padding: 12px 0;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.hm-pt-cards-track {
    display: flex !important;
    gap: 18px !important;
    align-items: center !important;
    width: max-content !important;
    animation: hmPtMarqueeScroll 28s linear infinite !important;
    -webkit-animation: hmPtMarqueeScroll 28s linear infinite !important;
    will-change: transform !important;
}
.hm-pt-cards-track:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
@-webkit-keyframes hmPtMarqueeScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}
@keyframes hmPtMarqueeScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}
.hm-pt-card {
    flex: 0 0 156px;
    width: 156px;
    height: 94px;
    background: #ffffff;
    border: 1.5px solid rgba(22, 43, 26, 0.09);
    border-radius: 18px;
    padding: 12px 16px;
    box-shadow: 0 6px 18px rgba(22, 43, 26, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hm-pt-card:hover {
    transform: translateY(-4px);
    border-color: #1E4D2B;
    box-shadow: 0 12px 28px rgba(22, 43, 26, 0.12);
}
.hm-pt-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.hm-pt-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hm-pt-logo-img {
    max-height: 52px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.04));
    transition: transform 0.3s ease;
}
.hm-pt-card:hover .hm-pt-logo-img {
    transform: scale(1.06);
}

/* Trust Badges Row */
.hm-pt-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 2;
}
.hm-pt-trust-capsule {
    background: #ffffff;
    border: 1.5px solid rgba(22, 43, 26, 0.08);
    border-radius: 50px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 16px rgba(22, 43, 26, 0.04);
    transition: all 0.25s ease;
}
.hm-pt-trust-capsule:hover {
    transform: translateY(-2px);
    border-color: rgba(30, 77, 43, 0.25);
    box-shadow: 0 8px 24px rgba(22, 43, 26, 0.08);
}
.hm-pt-trust-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hm-pt-ti-green {
    background: #E8F5E9;
    color: #1E4D2B;
}
.hm-pt-ti-emerald {
    background: #E0F2F1;
    color: #00796B;
}
.hm-pt-ti-gold {
    background: #FFF8E1;
    color: #F57F17;
}
.hm-pt-ti-india {
    background: #E8F5E9;
    color: #2E7D32;
}
.hm-pt-trust-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.hm-pt-trust-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #163A24;
    line-height: 1.2;
}
.hm-pt-trust-desc {
    font-size: 0.74rem;
    color: #64748B;
    font-weight: 500;
    margin-top: 2px;
}

/* Responsive Overrides */
@media (max-width: 992px) {
    .hm-pt-cards-track {
        justify-content: flex-start;
    }
    .hm-pt-card {
        flex: 0 0 145px;
        width: 145px;
    }
    .hm-pt-trust-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 600px) {
    .hm-pt-trust-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 8px;
    }
    .hm-pt-carousel-wrap {
        padding: 0 8px;
        gap: 8px;
    }
    .hm-pt-nav-btn {
        width: 36px;
        height: 36px;
    }
}

/* Dark Mode Overrides */
[data-theme="dark"] .hm-partners-section {
    background: linear-gradient(180deg, #0a1a0f 0%, #0d1f12 50%, #09150d 100%) !important;
}
[data-theme="dark"] .hm-pt-title-green {
    color: #E2F0D9 !important;
}
[data-theme="dark"] .hm-pt-subtitle {
    color: #A3C2A9 !important;
}
[data-theme="dark"] .hm-pt-card,
[data-theme="dark"] .hm-pt-trust-capsule,
[data-theme="dark"] .hm-pt-nav-btn {
    background: #112017 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
[data-theme="dark"] .hm-pt-trust-title {
    color: #ffffff !important;
}
[data-theme="dark"] .hm-pt-trust-desc {
    color: #94a3b8 !important;
}

/* BUG 7 — Footer newsletter strip: premium upgrade */
.footer-newsletter-strip {
    background: linear-gradient(135deg,
        hsl(152,68%,12%) 0%,
        hsl(152,62%,17%) 50%,
        hsl(38,75%,16%) 100%) !important;
    padding: 44px 0 !important;
    position: relative;
    overflow: hidden;
}
.footer-newsletter-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}
.footer-newsletter-strip::after {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 22 16 8'/%3E%3Cpath d='M3.47 12.53 5 14l1.53-1.47'/%3E%3Cpath d='M10 8 8.53 9.47l1.47 1.53L11.47 9.5z'/%3E%3Cpath d='M14 4 12.53 5.47l1.47 1.53L15.47 5.5z'/%3E%3Cpath d='M18 2v2h-2'/%3E%3Cpath d='M16 8c-1.2 0-2-1.3-2-3s1.8-3 2-3c1.2 0 2 1.3 2 3s-1.8 3-2 3z'/%3E%3Cpath d='M10 14c-1.2 0-2-1.3-2-3s1.8-3 2-3c1.2 0 2 1.3 2 3s-1.8 3-2 3z'/%3E%3Cpath d='M6 20c-1.2 0-2-1.3-2-3s1.8-3 2-3c1.2 0 2 1.3 2 3s-1.8 3-2 3z'/%3E%3Cpath d='M16 10c0 1.2-1.3 2-3 2s-3-1.8-3-2 1.3-2 3-2 3 1.8 3 2z'/%3E%3Cpath d='M12 16c0 1.2-1.3 2-3 2s-3-1.8-3-2 1.3-2 3-2 3 1.8 3 2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotateSlow 60s linear infinite;
}
.newsletter-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
    flex-wrap: wrap !important;
    position: relative;
    z-index: 1;
}
.newsletter-text {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex: 1 !important;
    min-width: 260px;
}
.newsletter-icon {
    font-size: 2.8rem !important;
    line-height: 1;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 12px rgba(245,158,11,0.4));
}
.newsletter-text h3 {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: white !important;
    margin: 0 0 4px !important;
    letter-spacing: -0.02em !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.newsletter-text p {
    font-size: 0.88rem !important;
    color: rgba(255,255,255,0.65) !important;
    margin: 0 !important;
}
.newsletter-form-new {
    display: flex !important;
    flex: 1 !important;
    min-width: 280px !important;
    max-width: 480px !important;
    width: 100% !important;
}
.newsletter-input-group {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    padding: 5px 6px 5px 18px !important;
    gap: 8px !important;
    backdrop-filter: blur(12px) !important;
    transition: border-color 0.25s, background 0.25s, box-shadow 0.25s !important;
}
.newsletter-input-group:focus-within {
    border-color: #f59e0b !important;
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2) !important;
}
.newsletter-input {
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: white !important;
    font-size: 0.92rem !important;
    outline: none !important;
    font-family: inherit !important;
    padding: 8px 0 !important;
    min-width: 0 !important;
}
.newsletter-input::placeholder { color: rgba(255, 255, 255, 0.5) !important; }
.newsletter-submit-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 11px 24px !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: white !important;
    font-weight: 800 !important;
    font-size: 0.9rem !important;
    border: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.35) !important;
    transition: all 0.25s ease !important;
    font-family: inherit !important;
}
.newsletter-submit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.5) !important;
}
@media (max-width: 640px) {
    .newsletter-inner {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 20px !important;
    }
    .newsletter-form-new {
        max-width: 100% !important;
    }
    .footer-newsletter-strip::after { display: none; }
}
@media (max-width: 420px) {
    .newsletter-input-group {
        flex-direction: column !important;
        border-radius: 20px !important;
        padding: 10px !important;
        gap: 10px !important;
    }
    .newsletter-input {
        width: 100% !important;
        padding: 8px 12px !important;
        text-align: center !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   PERFECT HOVER CONTRAST & TEXT VISIBILITY OVERRIDES FOR INDEX.PHP
   ═══════════════════════════════════════════════════════════════ */

/* 1. MILLET EDGE FEATURES CARDS */
.hm-edge-feat:hover .hm-ef-body h3,
[data-theme="dark"] .hm-edge-feat:hover .hm-ef-body h3 {
    color: #ffffff !important;
}
.hm-edge-feat:hover .hm-ef-body p,
[data-theme="dark"] .hm-edge-feat:hover .hm-ef-body p {
    color: rgba(255, 255, 255, 0.93) !important;
}

/* 2. FARM TO TABLE JOURNEY CARDS */
.hm-journey-card-wrap:hover .hm-jc-title {
    color: #ffffff !important;
}
.hm-journey-card-wrap:hover .hm-jc-desc {
    color: rgba(255, 255, 255, 0.93) !important;
}
.hm-journey-card-wrap:hover .hm-jc-step-lbl {
    color: rgba(255, 255, 255, 0.85) !important;
}
.hm-journey-card-wrap:hover .hm-jc-step-val {
    color: #ffffff !important;
}
.hm-journey-card-wrap:hover .hm-jc-category-chip,
.hm-journey-card-wrap:hover .hm-jc-sub-chip {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}
.hm-journey-card-wrap:hover .hm-jc-chip-icon {
    color: #ffffff !important;
}

/* 3. IMPACT STAT BOXES */
.hm-stat-box:hover .hm-stat-num {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
}
.hm-stat-box:hover .hm-stat-label {
    color: rgba(255, 255, 255, 0.95) !important;
}
.hm-stat-box:hover .hm-stat-icon {
    color: #ffffff !important;
}

/* 4. CUSTOMER REVIEWS CARDS */
.hm-review-card:hover .hm-rc-text {
    color: #ffffff !important;
}
.hm-review-card:hover .hm-rc-name {
    color: #ffffff !important;
}
.hm-review-card:hover .hm-rc-role {
    color: rgba(255, 255, 255, 0.92) !important;
}
.hm-review-card:hover .hm-star-fill {
    color: #ffffff !important;
}
.hm-review-card:hover .hm-star-empty {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* 5. HEALTH TRANSFORMATION CARDS */
.hm-ht-card:hover .hm-ht-title {
    color: #ffffff !important;
}
.hm-ht-card:hover .hm-ht-desc {
    color: rgba(255, 255, 255, 0.92) !important;
}

/* 6. CATEGORY CARDS */
.hm-cat-card:hover .hm-cat-name {
    color: var(--cc) !important;
}
[data-theme="dark"] .hm-cat-card:hover .hm-cat-name {
    color: #ffffff !important;
}

/* 7. PRODUCT CARDS & BUTTONS */
.hm-prod-card:hover .hm-prod-name,
.hm-prod-card:hover .hm-prod-name a {
    color: var(--vm-green-dark, #1b4d24) !important;
}
[data-theme="dark"] .hm-prod-card:hover .hm-prod-name,
[data-theme="dark"] .hm-prod-card:hover .hm-prod-name a {
    color: #ffffff !important;
}

/* 8. GLOBAL SECTION HEADER CENTERING (DESKTOP & MOBILE) */
.hm-head-split {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 14px !important;
}

.hm-head-split > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* 9. REVIEWS STATS HORIZONTAL LAYOUT (1 1 SIDE-BY-SIDE) */
.hm-reviews-stats {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
}
.hm-reviews-stats .hm-rs-divider {
    width: 1px !important;
    height: 28px !important;
    min-height: 28px !important;
    background: rgba(226, 114, 17, 0.3) !important;
    margin: 0 !important;
}

/* ================================================================
   10. PANORAMIC FARMSCPE HERO & MODERN ORGANIC REDESIGN
   ================================================================ */

.hm-panoramic-hero {
    position: relative !important;
    width: 100% !important;
    min-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    background: #FDFDF8 !important;
    padding-top: 14px !important;
    isolation: isolate !important;
}

/* Background & Overlays */
.hm-hero-panoramic-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.hm-hero-panoramic-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: right 25% !important;
    transform: none !important;
    transition: none !important;
}

/* Disabled aggressive hover zoom on hero background — keep image calm and stable */
.hm-panoramic-hero:hover .hm-hero-panoramic-img {
    transform: none !important;
}

.hm-hero-panoramic-fade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: linear-gradient(
        90deg,
        #FDFDF8 0%,
        rgba(253, 253, 248, 0.98) 32%,
        rgba(253, 253, 248, 0.88) 48%,
        rgba(253, 253, 248, 0.25) 70%,
        transparent 100%
    ) !important;
}

.hm-hero-panoramic-glow {
    position: absolute !important;
    top: -80px !important;
    left: -80px !important;
    width: 620px !important;
    height: 620px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(230, 244, 233, 0.7) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Hero Content Grid */
.hm-hero-panoramic-container {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    padding: 60px 24px 40px 24px !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    width: 100% !important;
    flex: 1 !important;
}

.hm-hero-panoramic-left {
    max-width: 640px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
    animation: heroFadeInUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

/* Eyebrow Badge */
.hm-hero-pill-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    background: rgba(46, 89, 54, 0.08) !important;
    border: 1px solid rgba(46, 89, 54, 0.22) !important;
    color: #2E5936 !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(46, 89, 54, 0.06) !important;
}

.hm-hero-pill-leaf {
    font-size: 0.92rem !important;
    line-height: 1 !important;
}

/* Typography */
.hm-hero-panoramic-h1 {
    font-family: 'Outfit', 'Plus Jakarta Sans', var(--font-sans) !important;
    font-size: clamp(2.3rem, 4.4vw, 3.8rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #162B1A !important;
    margin: 0 !important;
    letter-spacing: -0.02em !important;
}

.hm-h1-line1 {
    display: block !important;
}

.hm-h1-line2 {
    display: block !important;
    font-family: 'Georgia', 'Playfair Display', serif !important;
    font-style: italic !important;
    font-weight: 600 !important;
    color: #2E5936 !important;
}

.hm-h1-line3 {
    display: block !important;
}

.hm-hero-panoramic-sub {
    font-size: clamp(1rem, 1.2vw, 1.14rem) !important;
    line-height: 1.65 !important;
    color: #4B5563 !important;
    max-width: 560px !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Dual CTAs */
.hm-hero-panoramic-ctas {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-top: 4px !important;
}

.hm-btn-hero-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: #1B4332 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 1.02rem !important;
    padding: 13px 26px !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px -4px rgba(27, 67, 50, 0.35) !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-btn-hero-primary:hover {
    background: #123325 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px -4px rgba(27, 67, 50, 0.45) !important;
}

.hm-btn-arrow-circle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transition: transform 0.25s ease !important;
}

.hm-btn-hero-primary:hover .hm-btn-arrow-circle {
    transform: translateX(3px) !important;
}

.hm-btn-hero-secondary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #1B4332 !important;
    border: 1.5px solid rgba(27, 67, 50, 0.28) !important;
    font-weight: 600 !important;
    font-size: 0.98rem !important;
    padding: 12px 24px !important;
    border-radius: 999px !important;
    backdrop-filter: blur(8px) !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.hm-btn-hero-secondary:hover {
    background: #FFFFFF !important;
    border-color: #1B4332 !important;
    transform: translateY(-2px) !important;
}

.hm-btn-play-circle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: rgba(27, 67, 50, 0.1) !important;
    color: #1B4332 !important;
    line-height: 1 !important;
}

/* Compact Proof */
.hm-hero-proof-compact {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 8px !important;
}

.hm-hero-proof-compact .hm-proof-avatars {
    display: flex !important;
    align-items: center !important;
}

.hm-hero-proof-compact .hm-proof-av,
.hm-hero-proof-compact .hm-proof-av-img {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 2.5px solid #FFFFFF !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 0.72rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: -10px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
    object-fit: cover !important;
    position: relative !important;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), z-index 0.2s ease !important;
}

.hm-hero-proof-compact .hm-proof-av:first-child,
.hm-hero-proof-compact .hm-proof-av-img:first-child {
    margin-left: 0 !important;
}

.hm-hero-proof-compact .hm-proof-av-img:hover {
    transform: scale(1.25) translateY(-3px) !important;
    z-index: 10 !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25) !important;
}

.hm-hero-proof-compact .hm-proof-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.hm-hero-proof-compact .hm-proof-stars {
    color: #F59E0B !important;
    font-size: 0.85rem !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
}

.hm-hero-proof-compact .hm-proof-caption {
    font-size: 0.82rem !important;
    color: #4B5563 !important;
    font-weight: 600 !important;
}

/* Right Side: Floating Frosted Card */
.hm-hero-panoramic-right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding-right: 20px !important;
    animation: heroFadeInRight 0.95s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.hm-floating-stat-card {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 22px !important;
    padding: 18px 24px !important;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.14), 0 4px 14px rgba(46, 89, 54, 0.06) !important;
    max-width: 340px !important;
    animation: floatStatCard 5s ease-in-out infinite alternate !important;
}

.hm-stat-card-icon-wrap {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #EFF8F2 !important;
    border: 1px solid rgba(46, 89, 54, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.6rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(46, 89, 54, 0.1) !important;
}

.hm-stat-card-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #162B1A !important;
    margin: 0 0 3px 0 !important;
    font-family: 'Outfit', var(--font-sans) !important;
}

.hm-stat-card-desc {
    font-size: 0.82rem !important;
    color: #6B7280 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

/* Hero Bottom Wave Curve */
.hm-hero-wave-wrap {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin-top: auto !important;
    line-height: 0 !important;
    pointer-events: none !important;
}

.hm-hero-wave-svg {
    display: block !important;
    width: 100% !important;
    height: 55px !important;
}

.hm-wave-path {
    fill: #FDFDF8 !important;
}

/* ── Seamless Organic Trust Bar ── */
.hm-trust-bar {
    background: #FDFDF8 !important;
    border-top: 1px solid rgba(46, 89, 54, 0.08) !important;
    border-bottom: 1px solid rgba(46, 89, 54, 0.08) !important;
    padding: 13px 0 !important;
    animation: none !important;
}

.hm-trust-item {
    color: #162B1A !important;
    font-weight: 600 !important;
    font-size: 0.84rem !important;
    border-right: 1px solid rgba(46, 89, 54, 0.12) !important;
    padding: 0 28px !important;
}

[data-theme="dark"] .hm-trust-bar {
    background: #0d1e13 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-trust-item {
    color: #e2ede5 !important;
    border-right-color: rgba(255, 255, 255, 0.08) !important;
}

/* ================================================================
   11. SHOP BY CATEGORY — 6-CARD HORIZONTAL SHOWCASE
   ================================================================ */

.hm-category-showcase {
    position: relative !important;
    background: #FDFDF8 !important;
    padding: 30px 0 60px 0 !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

.hm-cat-botanical {
    position: absolute !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.hm-cat-botanical-left {
    bottom: 30px !important;
    left: 15px !important;
    transform: rotate(-10deg) !important;
    opacity: 0.45 !important;
}

.hm-cat-botanical-right {
    bottom: 30px !important;
    right: 15px !important;
    transform: rotate(10deg) !important;
    opacity: 0.45 !important;
}

.hm-cat-header-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 36px !important;
}

.hm-cat-ornament-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

.hm-leaf-icon {
    font-size: 1.3rem !important;
    filter: drop-shadow(0 2px 4px rgba(46, 89, 54, 0.2)) !important;
}

.hm-cat-title-text {
    font-family: 'Outfit', 'Plus Jakarta Sans', var(--font-sans) !important;
    font-size: clamp(1.4rem, 2.8vw, 2.1rem) !important;
    font-weight: 800 !important;
    color: #162B1A !important;
    letter-spacing: 0.06em !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

.hm-cat-subtitle-text {
    font-size: 0.96rem !important;
    color: #6B7280 !important;
    margin: 8px 0 0 0 !important;
    font-weight: 500 !important;
}

/* Category Grid Row (Desktop: 5 columns) */
.hm-cat-cards-row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 16px !important;
    position: relative !important;
    z-index: 1 !important;
}

.hm-cat-tile {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(46, 89, 54, 0.1) !important;
    border-radius: 20px !important;
    padding: 22px 14px 18px 14px !important;
    text-decoration: none !important;
    position: relative !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
    cursor: pointer !important;
    overflow: hidden !important;
}

.hm-cat-tile:hover {
    transform: translateY(-8px) !important;
    border-color: var(--cat-accent, #2E5936) !important;
    box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.09), 0 0 0 1px var(--cat-accent, #2E5936) !important;
}

.hm-cat-tile-visual {
    width: 100% !important;
    height: 95px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
}

.hm-cat-tile-img {
    max-height: 85px !important;
    width: auto !important;
    max-width: 90% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 14px rgba(0,0,0,0.08)) !important;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.hm-cat-tile:hover .hm-cat-tile-img {
    transform: scale(1.12) rotate(2deg) !important;
}

.hm-cat-tile-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
}

.hm-cat-tile-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', var(--font-sans) !important;
    font-size: 1.06rem !important;
    font-weight: 700 !important;
    color: #162B1A !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    transition: color 0.2s ease !important;
}

.hm-cat-tile:hover .hm-cat-tile-title {
    color: var(--cat-accent, #162B1A) !important;
}

.hm-cat-tile-sub {
    font-size: 0.76rem !important;
    color: #6B7280 !important;
    font-weight: 500 !important;
    min-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.3 !important;
}

.hm-cat-tile-bottom-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-top: 12px !important;
    padding: 0 2px !important;
    gap: 8px !important;
}

.hm-cat-price-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    color: var(--cat-accent, #2E5936) !important;
    background: var(--cat-light, rgba(46, 89, 54, 0.08)) !important;
    border: 1px solid currentColor !important;
    border-radius: 999px !important;
    padding: 3px 10px !important;
    margin: 0 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-cat-price-badge-spacer {
    flex: 1;
}

.hm-cat-tile:hover .hm-cat-price-badge {
    background: var(--cat-accent, #2E5936) !important;
    color: #ffffff !important;
    border-color: var(--cat-accent, #2E5936) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.hm-cat-tile-btn-wrap {
    margin: 0 !important;
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
}

.hm-cat-circle-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-cat-tile:hover .hm-cat-circle-btn {
    transform: scale(1.15) rotate(-15deg) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22) !important;
}

/* Bottom Tag to Best Sellers */
.hm-cat-bottom-tag-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 48px !important;
    position: relative !important;
    z-index: 1 !important;
}

.hm-cat-bestseller-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 20px !important;
    border-radius: 999px !important;
    background: rgba(46, 89, 54, 0.06) !important;
    border: 1px solid rgba(46, 89, 54, 0.16) !important;
    color: #2E5936 !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(46, 89, 54, 0.04) !important;
}

.hm-bsp-star {
    color: #F59E0B !important;
    font-size: 0.85rem !important;
}

.hm-bsp-leaf {
    font-size: 0.9rem !important;
}

/* Keyframes */
@keyframes floatStatCard {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-8px) rotate(0.5deg); }
}

@keyframes heroFadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeInRight {
    from { opacity: 0; transform: translateX(24px); }
    to { opacity: 1; transform: translateX(0); }
}

/* ================================================================
   12. DARK MODE STYLING FOR HERO & CATEGORIES
   ================================================================ */

[data-theme="dark"] .hm-panoramic-hero {
    background: #0a180f !important;
}

[data-theme="dark"] .hm-hero-panoramic-fade {
    background: linear-gradient(
        90deg,
        #0a180f 0%,
        rgba(10, 24, 15, 0.98) 32%,
        rgba(10, 24, 15, 0.88) 48%,
        rgba(10, 24, 15, 0.3) 70%,
        transparent 100%
    ) !important;
}

[data-theme="dark"] .hm-hero-panoramic-glow {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%) !important;
}

[data-theme="dark"] .hm-hero-panoramic-h1 {
    color: #f3f9f4 !important;
}

[data-theme="dark"] .hm-h1-line2 {
    color: #4ade80 !important;
}

[data-theme="dark"] .hm-hero-panoramic-sub {
    color: #a3b8aa !important;
}

[data-theme="dark"] .hm-hero-pill-badge {
    background: rgba(74, 222, 128, 0.12) !important;
    border-color: rgba(74, 222, 128, 0.28) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-btn-hero-secondary {
    background: rgba(18, 38, 25, 0.85) !important;
    border-color: rgba(74, 222, 128, 0.3) !important;
    color: #e2ede5 !important;
}

[data-theme="dark"] .hm-btn-hero-secondary .hm-btn-play-circle {
    background: rgba(74, 222, 128, 0.15) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-floating-stat-card {
    background: rgba(15, 33, 22, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .hm-stat-card-icon-wrap {
    background: #11281a !important;
    border-color: rgba(74, 222, 128, 0.25) !important;
}

[data-theme="dark"] .hm-stat-card-title {
    color: #f3f9f4 !important;
}

[data-theme="dark"] .hm-stat-card-desc {
    color: #94a89b !important;
}

[data-theme="dark"] .hm-hero-proof-compact .hm-proof-caption {
    color: #94a89b !important;
}

[data-theme="dark"] .hm-wave-path {
    fill: #0d1e13 !important;
}

[data-theme="dark"] .hm-category-showcase {
    background: #0d1e13 !important;
}

[data-theme="dark"] .hm-cat-title-text {
    color: #f3f9f4 !important;
}

[data-theme="dark"] .hm-cat-subtitle-text {
    color: #94a89b !important;
}

[data-theme="dark"] .hm-cat-tile {
    background: #13271a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25) !important;
}

[data-theme="dark"] .hm-cat-tile-title {
    color: #f3f9f4 !important;
}

[data-theme="dark"] .hm-cat-tile-sub {
    color: #94a89b !important;
}

[data-theme="dark"] .hm-cat-bestseller-pill {
    background: rgba(74, 222, 128, 0.1) !important;
    border-color: rgba(74, 222, 128, 0.25) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-cat-price-badge {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #a7f3d0 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme="dark"] .hm-cat-tile:hover .hm-cat-price-badge {
    background: var(--cat-accent, #2E5936) !important;
    color: #ffffff !important;
    border-color: var(--cat-accent, #2E5936) !important;
}

/* ================================================================
   13. RESPONSIVE BREAKPOINTS (TABLET & MOBILE)
   ================================================================ */

@media (max-width: 1080px) {
    .hm-cat-cards-row {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 768px) {
    .hm-panoramic-hero {
        min-height: unset !important;
        padding-top: 20px !important;
    }

    .hm-hero-panoramic-fade {
        background: linear-gradient(
            180deg,
            rgba(253, 253, 248, 0.95) 0%,
            rgba(253, 253, 248, 0.88) 50%,
            rgba(253, 253, 248, 0.98) 100%
        ) !important;
    }

    [data-theme="dark"] .hm-hero-panoramic-fade {
        background: linear-gradient(
            180deg,
            rgba(10, 24, 15, 0.96) 0%,
            rgba(10, 24, 15, 0.88) 50%,
            rgba(10, 24, 15, 0.98) 100%
        ) !important;
    }

    .hm-hero-panoramic-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 30px 18px 24px 18px !important;
        gap: 28px !important;
    }

    .hm-hero-panoramic-left {
        align-items: center !important;
        text-align: center !important;
    }

    .hm-hero-panoramic-h1 {
        font-size: 2.1rem !important;
    }

    .hm-hero-panoramic-sub {
        font-size: 0.95rem !important;
    }

    .hm-hero-panoramic-ctas {
        width: 100% !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .hm-btn-hero-primary,
    .hm-btn-hero-secondary {
        width: 100% !important;
        max-width: 320px !important;
        justify-content: center !important;
    }

    .hm-hero-proof-compact {
        justify-content: center !important;
    }

    .hm-hero-panoramic-right {
        padding-right: 0 !important;
        width: 100% !important;
        justify-content: center !important;
        margin-top: 6px !important;
    }

    .hm-floating-stat-card {
        max-width: 320px !important;
        margin: 0 auto !important;
        padding: 14px 18px !important;
    }

    /* Category Cards in 2 columns on Mobile */
    .hm-cat-cards-row {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .hm-cat-botanical {
        display: none !important;
    }

    .hm-cat-tile {
        padding: 16px 10px 14px 10px !important;
        border-radius: 16px !important;
    }

    .hm-cat-tile-visual {
        height: 75px !important;
        margin-bottom: 6px !important;
    }

    .hm-cat-tile-img {
        max-height: 65px !important;
    }

    .hm-cat-tile-title {
        font-size: 0.95rem !important;
    }

    .hm-cat-tile-sub {
        font-size: 0.72rem !important;
        min-height: 28px !important;
    }

    .hm-cat-circle-btn {
        width: 28px !important;
        height: 28px !important;
    }

    .hm-cat-circle-btn svg {
        width: 12px !important;
        height: 12px !important;
    }
}

/* ================================================================
   SECTION 4: BEST SELLERS REDESIGN (Exact Reference Mockup)
   ================================================================ */
.hm-products-section {
    position: relative !important;
    overflow: hidden !important;
    padding: 90px 0 75px 0 !important;
    background: #FDFBF7 !important;
}

/* Decorative Foliage and Dot Matrix Backdrop */
.hm-decor-backdrop {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

/* Real Botanical Foliage and Grain Decorations Matching Mockup */
.hm-real-leaf,
.hm-real-grain {
    position: absolute !important;
    pointer-events: none !important;
    z-index: 1 !important;
    user-select: none !important;
    filter: drop-shadow(0 12px 28px rgba(22, 43, 26, 0.1)) !important;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease !important;
}

/* Best Sellers Placements */
.hm-rl-left-top {
    left: -40px !important;
    top: 20px !important;
    width: 210px !important;
    height: auto !important;
    transform: rotate(20deg) !important;
    opacity: 0.92 !important;
    animation: leafFloatLeft 8s ease-in-out infinite alternate !important;
}

.hm-rl-left-bottom {
    left: -55px !important;
    bottom: -15px !important;
    width: 190px !important;
    height: auto !important;
    transform: rotate(65deg) scale(0.9) !important;
    opacity: 0.85 !important;
    animation: leafFloatLeft 9s ease-in-out 1s infinite alternate-reverse !important;
}

.hm-rg-right-top {
    right: -25px !important;
    top: 30px !important;
    width: 175px !important;
    height: auto !important;
    transform: rotate(-16deg) !important;
    opacity: 0.9 !important;
    animation: leafFloatRight 7s ease-in-out infinite alternate !important;
}

.hm-rl-right-bottom {
    right: -50px !important;
    bottom: 20px !important;
    width: 200px !important;
    height: auto !important;
    transform: scaleX(-1) rotate(40deg) !important;
    opacity: 0.85 !important;
    animation: leafFloatRight 10s ease-in-out 2s infinite alternate-reverse !important;
}

/* The Millet Edge Placements */
.hm-rl-edge-left {
    left: -45px !important;
    top: 18% !important;
    width: 220px !important;
    height: auto !important;
    transform: rotate(25deg) !important;
    opacity: 0.92 !important;
    animation: leafFloatLeft 8.5s ease-in-out infinite alternate !important;
}

.hm-rg-edge-right {
    right: -20px !important;
    bottom: 12% !important;
    width: 180px !important;
    height: auto !important;
    transform: rotate(-24deg) !important;
    opacity: 0.88 !important;
    animation: leafFloatRight 8s ease-in-out 1.5s infinite alternate !important;
}

.hm-rl-edge-right-top {
    right: -40px !important;
    top: 6% !important;
    width: 200px !important;
    height: auto !important;
    transform: scaleX(-1) rotate(18deg) !important;
    opacity: 0.88 !important;
    animation: leafFloatRight 9.5s ease-in-out infinite alternate-reverse !important;
}

@keyframes leafFloatLeft {
    0%   { transform: rotate(18deg) translateY(0px); }
    100% { transform: rotate(23deg) translateY(-8px); }
}

@keyframes leafFloatRight {
    0%   { transform: rotate(-15deg) translateY(0px); }
    100% { transform: rotate(-19deg) translateY(-8px); }
}

.hm-decor-dots {
    position: absolute !important;
    pointer-events: none !important;
    opacity: 0.75 !important;
}

.hm-decor-dots-right {
    right: 70px !important;
    top: 70px !important;
}

.hm-decor-dots-left {
    left: 45px !important;
    top: 140px !important;
}

.hm-decor-dots-right-top {
    right: 45px !important;
    top: 30px !important;
}

/* Centered Header Wrap */
.hm-bs-heading-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 44px !important;
    position: relative !important;
    z-index: 2 !important;
}

.hm-bs-eyebrow-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 6px 18px !important;
    background: #eef6f0 !important;
    border: 1px solid #c9e5cf !important;
    border-radius: 999px !important;
    color: #1e5a2c !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
}

.hm-bs-star-icon {
    color: #f59e0b !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
}

.hm-bs-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 2.85rem !important;
    font-weight: 800 !important;
    color: #162B1A !important;
    margin: 0 0 10px 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    letter-spacing: -0.02em !important;
}

.hm-bs-title-leaf {
    display: inline-flex !important;
    align-items: center !important;
    opacity: 0.9 !important;
}

.hm-bs-sub {
    font-size: 1.08rem !important;
    color: #556357 !important;
    margin: 0 0 18px 0 !important;
    font-weight: 400 !important;
}

.hm-bs-viewall-wrap {
    display: flex !important;
    justify-content: center !important;
}

.hm-bs-viewall-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 8px 24px !important;
    background: #ffffff !important;
    border: 1.5px solid #2C6E2A !important;
    border-radius: 999px !important;
    color: #162B1A !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 8px rgba(44, 110, 42, 0.08) !important;
}

.hm-bs-viewall-btn:hover {
    background: #1b4324 !important;
    color: #ffffff !important;
    border-color: #1b4324 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(27, 67, 36, 0.25) !important;
}

/* Product Cards Grid: 4 in a row */
.hm-bs-cards-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    position: relative !important;
    z-index: 2 !important;
}

.hm-bs-card {
    background: #ffffff !important;
    border: 1px solid #edf2ed !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035) !important;
    position: relative !important;
    cursor: pointer !important;
}

.hm-bs-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 40px rgba(22, 43, 26, 0.09) !important;
    border-color: #c9dfce !important;
}

.hm-bs-card-media {
    position: relative !important;
    width: 100% !important;
    height: 205px !important;
    overflow: hidden !important;
    background: #f7faf7 !important;
}

.hm-bs-img-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.hm-bs-img-wrap {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hm-bs-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.hm-bs-card:hover .hm-bs-img {
    transform: scale(1.06) !important;
}

/* Corner Badges */
.hm-bs-corner-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16) !important;
    backdrop-filter: blur(4px) !important;
}

.hm-bs-badge-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
}

.hm-bs-badge-orange {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
}

.hm-bs-badge-green {
    background: linear-gradient(135deg, #1b4324 0%, #22c55e 100%) !important;
}

.hm-bs-badge-bronze {
    background: linear-gradient(135deg, #78350f 0%, #92400e 100%) !important;
}

.hm-bcb-icon {
    font-size: 0.78rem !important;
    line-height: 1 !important;
}

/* Floating Wishlist Button (Top-Left of Image) */
.hm-bs-wishlist-btn {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 4 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    padding: 0 !important;
}

.hm-bs-wishlist-btn:hover {
    transform: scale(1.12) !important;
    color: #e11d48 !important;
    background: #ffffff !important;
    border-color: #fecdd3 !important;
    box-shadow: 0 6px 18px rgba(225, 29, 72, 0.22) !important;
}

.hm-bs-wishlist-btn.active {
    color: #e11d48 !important;
    background: #ffe4e6 !important;
    border-color: #fca5a5 !important;
}

.hm-bs-wishlist-btn svg {
    transition: transform 0.2s ease, fill 0.2s ease, stroke 0.2s ease !important;
}

.hm-bs-wishlist-btn.active svg {
    fill: #e11d48 !important;
    stroke: #e11d48 !important;
}

.hm-bs-wishlist-btn:not(.active) svg {
    fill: none !important;
    stroke: currentColor !important;
}

.hm-bs-wishlist-btn:active svg {
    transform: scale(1.25) !important;
}

/* Media Discount Ribbon (Bottom-Left of Image) */
.hm-bs-media-discount {
    position: absolute !important;
    bottom: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 3px 8px !important;
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%) !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    border-radius: 6px !important;
    box-shadow: 0 3px 8px rgba(225, 29, 72, 0.32) !important;
    backdrop-filter: blur(4px) !important;
}

/* Card Body */
.hm-bs-card-body {
    padding: 16px 16px 14px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.hm-bs-cat-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 6px !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
}

.hm-bs-cat-name {
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    color: #2C6E2A !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

/* Net Pack Weight Badge */
.hm-bs-weight-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    padding: 2px 7px !important;
    background: #fef3c7 !important;
    border: 1px solid #fde68a !important;
    border-radius: 6px !important;
    font-size: 0.70rem !important;
    font-weight: 700 !important;
    color: #92400e !important;
    letter-spacing: 0.02em !important;
}

.hm-bs-weight-icon {
    font-size: 0.72rem !important;
    line-height: 1 !important;
}

.hm-bs-assured-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 2px 7px !important;
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 6px !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    color: #166534 !important;
    letter-spacing: 0.04em !important;
}

.hm-bs-prod-title {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #162B1A !important;
    margin: 0 0 7px 0 !important;
    line-height: 1.35 !important;
    min-height: 42px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.hm-bs-prod-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.hm-bs-prod-title a:hover {
    color: #2C6E2A !important;
}

/* Health & Nutrition Benefit Pills */
.hm-bs-benefits-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin: 2px 0 9px 0 !important;
}

.hm-bs-benefit-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 2px 8px !important;
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 999px !important;
    font-size: 0.69rem !important;
    font-weight: 600 !important;
    color: #166534 !important;
    line-height: 1.3 !important;
}

.hm-bs-ben-ico {
    font-size: 0.72rem !important;
    line-height: 1 !important;
}

.hm-bs-ben-txt {
    white-space: nowrap !important;
}

.hm-bs-rating-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
}

.hm-bs-rating-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    background: #eaf5ec !important;
    color: #1b6329 !important;
    font-weight: 700 !important;
    font-size: 0.78rem !important;
    padding: 2px 7px !important;
    border-radius: 6px !important;
}

.hm-bs-star-char {
    color: #1b6329 !important;
    font-size: 0.72rem !important;
}

.hm-bs-reviews-label {
    font-size: 0.8rem !important;
    color: #6b7280 !important;
}

.hm-bs-price-row {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
    flex-wrap: wrap !important;
}

.hm-bs-price-main {
    font-size: 1.38rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
}

.hm-bs-price-strike {
    font-size: 0.88rem !important;
    color: #9ca3af !important;
    text-decoration: line-through !important;
}

/* Save / Discount Badge */
.hm-bs-save-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 2px 6px !important;
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    border-radius: 5px !important;
    color: #dc2626 !important;
    font-size: 0.70rem !important;
    font-weight: 700 !important;
}

.hm-bs-fomo-row {
    margin-top: auto !important;
    padding-top: 4px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
}

.hm-bs-fomo-urgency {
    color: #dc2626 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.hm-bs-fomo-sales {
    color: #ea580c !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.hm-bs-fomo-green {
    color: #16a34a !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.hm-bs-fomo-pulse {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

.hm-bs-fomo-pulse.red {
    background: #dc2626 !important;
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7) !important;
    animation: fomoPulseRed 2s infinite !important;
}

.hm-bs-fomo-pulse.green {
    background: #16a34a !important;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7) !important;
    animation: fomoPulseGreen 2s infinite !important;
}

@keyframes fomoPulseRed {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(220, 38, 38, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

@keyframes fomoPulseGreen {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

/* Card Footer: Stepper + Add to Cart + Eye Button */
.hm-bs-card-footer {
    padding: 0 16px 16px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Quantity Stepper in Card Footer */
.hm-bs-qty-stepper {
    display: inline-flex !important;
    align-items: center !important;
    background: #f3f4f6 !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 999px !important;
    height: 42px !important;
    padding: 0 3px !important;
    flex-shrink: 0 !important;
    transition: border-color 0.2s ease !important;
}

.hm-bs-qty-stepper:focus-within {
    border-color: #2C6E2A !important;
}

.hm-qty-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: none !important;
    background: transparent !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #374151 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.hm-qty-btn:hover {
    background: #e5e7eb !important;
    color: #111827 !important;
}

.hm-qty-btn:active {
    transform: scale(0.92) !important;
}

.hm-qty-display {
    min-width: 22px !important;
    text-align: center !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    user-select: none !important;
}

.hm-cart-btn-txt {
    display: inline !important;
}

.hm-cart-txt-short {
    display: none !important;
}

.hm-bs-cart-btn {
    flex: 1 !important;
    height: 42px !important;
    background: #1b4324 !important;
    border: none !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(27, 67, 36, 0.15) !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
}

.hm-bs-cart-btn:hover {
    background: #14331b !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(27, 67, 36, 0.3) !important;
}

.hm-bs-view-btn {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 1.5px solid #e5e7eb !important;
    background: #ffffff !important;
    color: #374151 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    flex-shrink: 0 !important;
    text-decoration: none !important;
}

.hm-bs-view-btn:hover {
    border-color: #1b4324 !important;
    color: #1b4324 !important;
    background: #f0fdf4 !important;
    transform: scale(1.06) !important;
}


/* ================================================================
   SECTION 5: THE MILLET EDGE (Exact Reference Mockup)
   ================================================================ */
.hm-edge-section {
    padding: 95px 0 !important;
    background: linear-gradient(180deg, #FDFBF7 0%, #f7f4ec 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.hm-edge-two-col {
    display: grid !important;
    grid-template-columns: 1.15fr 0.95fr !important;
    gap: 52px !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Left Content Column */
.hm-edge-eyebrow-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 6px 18px !important;
    background: #eef6f0 !important;
    border: 1px solid #c9e5cf !important;
    border-radius: 999px !important;
    color: #1e5a2c !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

.hm-edge-pill-icon {
    font-size: 0.85rem !important;
}

.hm-edge-headline {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: clamp(2.3rem, 4vw, 2.95rem) !important;
    font-weight: 800 !important;
    color: #133924 !important;
    line-height: 1.16 !important;
    margin: 0 0 14px 0 !important;
    letter-spacing: -0.025em !important;
}

.hm-edge-vine-decor {
    margin-bottom: 14px !important;
    display: block !important;
}

.hm-edge-subhead {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 1.05rem !important;
    color: #4A5B50 !important;
    line-height: 1.68 !important;
    margin: 0 0 28px 0 !important;
    max-width: 530px !important;
    font-weight: 400 !important;
}

/* 6 Feature Cards Grid (2 cols x 3 rows) */
.hm-edge-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    margin-bottom: 30px !important;
}

.hm-edge-feature-card {
    background: #ffffff !important;
    border: 1px solid #edf2ed !important;
    border-radius: 16px !important;
    padding: 16px 14px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.025) !important;
    transition: all 0.25s ease !important;
}

.hm-edge-feature-card:hover {
    border-color: #cde0d1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}

.hm-efc-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.hm-efc-icon-green {
    background: #eaf5ec !important;
    color: #16a34a !important;
}

.hm-efc-icon-orange {
    background: #fff4ea !important;
    color: #ea580c !important;
}

.hm-efc-icon-terracotta {
    background: #faece6 !important;
    color: #c2410c !important;
}

.hm-efc-icon-amber {
    background: #fef8e7 !important;
    color: #d97706 !important;
}

.hm-efc-icon-brown {
    background: #f5efe8 !important;
    color: #78350f !important;
}

.hm-efc-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    color: #133924 !important;
    margin: 0 0 3px 0 !important;
    letter-spacing: -0.01em !important;
}

.hm-efc-desc {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.82rem !important;
    color: #55685B !important;
    line-height: 1.48 !important;
    margin: 0 !important;
}

/* Dual CTAs */
.hm-edge-cta-row {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    flex-wrap: wrap !important;
}

.hm-edge-btn-story {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #1b4324 !important;
    color: #ffffff !important;
    padding: 12px 28px !important;
    border-radius: 999px !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 6px 18px rgba(27, 67, 36, 0.25) !important;
}

.hm-edge-btn-story:hover {
    background: #14331b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(27, 67, 36, 0.35) !important;
}

.hm-edge-btn-journey {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #FFFFFF !important;
    color: #1B4D31 !important;
    border: 1.5px solid #D5E2D4 !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 10px 24px 10px 10px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

.hm-edge-btn-journey:hover {
    background: #F4F8F4 !important;
    border-color: #1B4D31 !important;
    color: #1B4D31 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(27, 77, 49, 0.12) !important;
}

.hm-journey-play-pill {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #E8F2E8 !important;
    color: #1B4D31 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(27, 77, 49, 0.1) !important;
    flex-shrink: 0 !important;
}

.hm-edge-btn-journey:hover .hm-journey-play-pill {
    background: #1B4D31 !important;
    color: #FFFFFF !important;
    transform: scale(1.08) !important;
}

/* Right Visual Column & Badges */
.hm-edge-image-container {
    position: relative !important;
    border-radius: 28px !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 530px !important;
    margin: 0 auto !important;
}

.hm-edge-img-wrap {
    border-radius: 28px !important;
    width: 100% !important;
    height: 480px !important;
    overflow: hidden !important;
}

.hm-edge-featured-img {
    width: 100% !important;
    height: 480px !important;
    object-fit: cover !important;
    border-radius: 28px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
    display: block !important;
}

.hm-edge-badge-float {
    position: absolute !important;
    z-index: 4 !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

.hm-ebf-farmers {
    top: -14px !important;
    left: -14px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    padding: 12px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.hm-ebf-number {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #162B1A !important;
    line-height: 1 !important;
}

.hm-ebf-label {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    color: #4b5563 !important;
    letter-spacing: 0.05em !important;
}

.hm-ebf-fssai {
    top: 16px !important;
    right: 16px !important;
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 5px !important;
}

.hm-ebf-fssai-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.hm-ebf-strip {
    bottom: 24px !important;
    left: 24px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 999px !important;
    padding: 10px 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #162B1A !important;
}

.hm-ebfs-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.hm-ebfs-green { color: #16a34a !important; }
.hm-ebfs-amber { color: #d97706 !important; }
.hm-ebfs-purple { color: #7c3aed !important; }
.hm-ebfs-sep { color: #d1d5db !important; font-weight: 300 !important; }

.hm-ebf-excellence {
    bottom: -14px !important;
    right: -14px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    padding: 12px 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}


/* ================================================================
   GLOBAL FLOATING QUICK ACTIONS (Back-to-Top & Cart)
   ================================================================ */
.vm-floating-actions {
    position: fixed !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 99999 !important;
}

.vm-btn-floating {
    pointer-events: auto !important;
    position: fixed !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: none !important;
    box-shadow: 0 10px 28px rgba(22, 43, 26, 0.35) !important;
    text-decoration: none !important;
}

/* Bottom Left: Back to Top */
.vm-btn-back-to-top {
    left: 28px !important;
    bottom: 28px !important;
    width: 48px !important;
    height: 48px !important;
    background: #162B1A !important;
    color: #ffffff !important;
    opacity: 0 !important;
    transform: translateY(16px) scale(0.85) !important;
    pointer-events: none !important;
}

.vm-btn-back-to-top.is-visible {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
}

.vm-btn-back-to-top:hover {
    background: #23462a !important;
    transform: translateY(-3px) scale(1.08) !important;
    box-shadow: 0 14px 34px rgba(22, 43, 26, 0.45) !important;
    color: #ffffff !important;
}

/* Bottom Right: Quick Cart */
.vm-btn-floating-cart {
    right: 28px !important;
    bottom: 28px !important;
    width: 54px !important;
    height: 54px !important;
    background: #162B1A !important;
    color: #ffffff !important;
}

.vm-btn-floating-cart:hover {
    background: #23462a !important;
    transform: translateY(-3px) scale(1.08) !important;
    box-shadow: 0 14px 34px rgba(22, 43, 26, 0.45) !important;
    color: #ffffff !important;
}

.vm-floating-cart-badge {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    border: 2px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 3px 8px rgba(220, 38, 38, 0.4) !important;
}


/* ================================================================
   DARK MODE OVERRIDES
   ================================================================ */
[data-theme="dark"] .hm-products-section {
    background: #0a1a0f !important;
}

[data-theme="dark"] .hm-bs-eyebrow-pill,
[data-theme="dark"] .hm-edge-eyebrow-pill {
    background: rgba(44, 110, 42, 0.2) !important;
    border-color: rgba(74, 222, 128, 0.3) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-bs-title,
[data-theme="dark"] .hm-edge-headline {
    color: #f3f4f6 !important;
}

[data-theme="dark"] .hm-bs-title-leaf svg {
    stroke: #4ade80 !important;
}

[data-theme="dark"] .hm-bs-sub,
[data-theme="dark"] .hm-edge-subhead {
    color: #9ca3af !important;
}

[data-theme="dark"] .hm-bs-viewall-btn {
    background: #112217 !important;
    border-color: #2C6E2A !important;
    color: #e5e7eb !important;
}

[data-theme="dark"] .hm-bs-viewall-btn:hover {
    background: #2C6E2A !important;
    color: #ffffff !important;
}

[data-theme="dark"] .hm-bs-card {
    background: #112017 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-bs-card:hover {
    border-color: rgba(74, 222, 128, 0.3) !important;
}

[data-theme="dark"] .hm-bs-card-media {
    background: #0d1a12 !important;
}

[data-theme="dark"] .hm-bs-prod-title,
[data-theme="dark"] .hm-bs-prod-title a {
    color: #f3f4f6 !important;
}

[data-theme="dark"] .hm-bs-price-main {
    color: #ffffff !important;
}

[data-theme="dark"] .hm-bs-rating-pill {
    background: rgba(74, 222, 128, 0.15) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-bs-view-btn {
    background: #112017 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #9ca3af !important;
}

[data-theme="dark"] .hm-bs-view-btn:hover {
    border-color: #4ade80 !important;
    color: #4ade80 !important;
    background: #162B1A !important;
}

[data-theme="dark"] .hm-bs-wishlist-btn {
    background: rgba(17, 32, 23, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .hm-bs-wishlist-btn:hover {
    color: #fb7185 !important;
    border-color: rgba(251, 113, 133, 0.4) !important;
    background: #1e293b !important;
}

[data-theme="dark"] .hm-bs-wishlist-btn.active {
    color: #fb7185 !important;
    background: rgba(244, 63, 94, 0.2) !important;
    border-color: #fb7185 !important;
}

[data-theme="dark"] .hm-bs-weight-tag {
    background: rgba(245, 158, 11, 0.15) !important;
    border-color: rgba(245, 158, 11, 0.3) !important;
    color: #fcd34d !important;
}

[data-theme="dark"] .hm-bs-benefit-pill {
    background: rgba(74, 222, 128, 0.12) !important;
    border-color: rgba(74, 222, 128, 0.25) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-bs-save-badge {
    background: rgba(239, 68, 68, 0.15) !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
    color: #fca5a5 !important;
}

[data-theme="dark"] .hm-bs-qty-stepper {
    background: #0d1a12 !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

[data-theme="dark"] .hm-qty-btn {
    color: #e2e8f0 !important;
}

[data-theme="dark"] .hm-qty-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

[data-theme="dark"] .hm-qty-display {
    color: #f8fafc !important;
}

[data-theme="dark"] .hm-edge-section {
    background: linear-gradient(180deg, #0a1a0f 0%, #0d1f12 100%) !important;
}

[data-theme="dark"] .hm-edge-feature-card {
    background: #112017 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-efc-title {
    color: #f3f4f6 !important;
}

[data-theme="dark"] .hm-efc-desc {
    color: #9ca3af !important;
}

[data-theme="dark"] .hm-edge-btn-journey {
    background: rgba(17, 32, 23, 0.9) !important;
    border-color: rgba(74, 222, 128, 0.25) !important;
    color: #f3f4f6 !important;
}

[data-theme="dark"] .hm-edge-btn-journey:hover {
    background: rgba(27, 67, 36, 0.5) !important;
    border-color: #86efac !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-journey-play-pill {
    background: rgba(74, 222, 128, 0.2) !important;
    color: #86efac !important;
}

[data-theme="dark"] .hm-edge-btn-journey:hover .hm-journey-play-pill {
    background: #86efac !important;
    color: #0d2613 !important;
}

[data-theme="dark"] .hm-ebf-farmers,
[data-theme="dark"] .hm-ebf-excellence,
[data-theme="dark"] .hm-ebf-strip {
    background: rgba(17, 32, 23, 0.94) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f3f4f6 !important;
}

[data-theme="dark"] .hm-ebf-number {
    color: #ffffff !important;
}

[data-theme="dark"] .hm-ebf-label {
    color: #9ca3af !important;
}


/* ================================================================
   RESPONSIVE STYLES (Mobile & Tablet)
   ================================================================ */
@media (max-width: 1024px) {
    .hm-bs-cards-row {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .hm-edge-two-col {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
    }

    .hm-edge-image-container {
        max-width: 480px !important;
    }
}

@media (max-width: 768px) {
        .hm-real-leaf,
    .hm-real-grain {
        display: none !important;
    }

    .hm-products-section,
    .hm-edge-section {
        padding: 60px 0 !important;
    }

    .hm-decor-foliage,
    .hm-decor-dots {
        display: none !important;
    }

    .hm-bs-title {
        font-size: 2.1rem !important;
        gap: 10px !important;
    }

    .hm-bs-title-leaf svg {
        width: 20px !important;
        height: 20px !important;
    }

    .hm-bs-cards-row {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .hm-bs-card-media {
        height: 145px !important;
    }

    .hm-bs-corner-badge {
        top: 8px !important;
        right: 8px !important;
        padding: 3px 8px !important;
        font-size: 0.65rem !important;
    }

    .hm-bs-card-body {
        padding: 12px 10px 10px 10px !important;
    }

    .hm-bs-prod-title {
        font-size: 0.92rem !important;
        min-height: 36px !important;
    }

    .hm-bs-price-main {
        font-size: 1.15rem !important;
    }

    .hm-bs-wishlist-btn {
        width: 32px !important;
        height: 32px !important;
        top: 8px !important;
        left: 8px !important;
    }

    .hm-bs-wishlist-btn svg {
        width: 15px !important;
        height: 15px !important;
    }

    .hm-bs-media-discount {
        font-size: 0.65rem !important;
        padding: 2px 6px !important;
        bottom: 6px !important;
        left: 6px !important;
    }

    .hm-bs-weight-tag {
        font-size: 0.65rem !important;
        padding: 1px 5px !important;
    }

    .hm-bs-benefit-pill {
        font-size: 0.63rem !important;
        padding: 1px 6px !important;
    }

    .hm-bs-benefits-row {
        gap: 4px !important;
        margin-bottom: 6px !important;
    }

    .hm-bs-save-badge {
        font-size: 0.65rem !important;
        padding: 1px 5px !important;
    }

    .hm-bs-card-footer {
        padding: 0 10px 12px 10px !important;
        gap: 6px !important;
    }

    .hm-bs-qty-stepper {
        height: 36px !important;
        padding: 0 2px !important;
    }

    .hm-qty-btn {
        width: 24px !important;
        height: 24px !important;
        font-size: 0.85rem !important;
    }

    .hm-qty-display {
        min-width: 16px !important;
        font-size: 0.78rem !important;
    }

    .hm-bs-cart-btn {
        height: 36px !important;
        font-size: 0.78rem !important;
        padding: 0 8px !important;
    }

    .hm-bs-cart-btn svg {
        width: 14px !important;
        height: 14px !important;
    }

    .hm-bs-view-btn {
        width: 36px !important;
        height: 36px !important;
    }

    .hm-edge-headline {
        font-size: 1.85rem !important;
        text-align: center !important;
        line-height: 1.25 !important;
    }

    .hm-edge-subhead {
        text-align: center !important;
        font-size: 0.88rem !important;
    }

    .hm-edge-vine-decor {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto 16px auto !important;
    }

    .hm-edge-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin-bottom: 24px !important;
    }

    .hm-edge-feature-card {
        padding: 12px 10px !important;
        border-radius: 14px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .hm-efc-icon {
        width: 34px !important;
        height: 34px !important;
    }

    .hm-efc-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    .hm-efc-title {
        font-size: 0.88rem !important;
        margin-bottom: 2px !important;
        line-height: 1.25 !important;
    }

    .hm-efc-desc {
        font-size: 0.74rem !important;
        line-height: 1.35 !important;
    }

    .hm-edge-image-container {
        overflow: visible !important;
        max-width: 100% !important;
        margin: 16px auto 0 auto !important;
    }

    .hm-edge-img-wrap {
        border-radius: 20px !important;
        height: 280px !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .hm-edge-featured-img {
        height: 280px !important;
        border-radius: 20px !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .hm-ebf-farmers {
        top: 12px !important;
        left: 12px !important;
        padding: 6px 10px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    }

    .hm-ebf-farmers .hm-ebf-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .hm-ebf-farmers .hm-ebf-number {
        font-size: 0.95rem !important;
        line-height: 1 !important;
    }

    .hm-ebf-farmers .hm-ebf-label {
        font-size: 0.58rem !important;
        letter-spacing: 0.5px !important;
    }

    .hm-ebf-fssai {
        width: 46px !important;
        height: 46px !important;
        top: 12px !important;
        right: 12px !important;
        padding: 4px !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    }

    .hm-ebf-strip {
        display: none !important;
    }

    .hm-ebf-excellence {
        bottom: 12px !important;
        right: 12px !important;
        padding: 6px 10px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    }

    .hm-ebf-excellence .hm-ebf-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .hm-ebf-excellence .hm-ebf-number {
        font-size: 0.95rem !important;
        line-height: 1 !important;
    }

    .hm-ebf-excellence .hm-ebf-label {
        font-size: 0.58rem !important;
        letter-spacing: 0.5px !important;
    }

    .hm-edge-cta-row {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .hm-edge-btn-story,
    .hm-edge-btn-journey {
        flex: 1 1 0 !important;
        max-width: 175px !important;
        padding: 10px 14px !important;
        font-size: 0.84rem !important;
        justify-content: center !important;
    }

    /* Floating Controls on Mobile */
    .vm-btn-floating-cart,
    #vmFloatingCartBtn,
    .floating-cart-fab,
    .floating-cart-btn,
    #floating-cart-btn,
    .floating-cart {
        display: none !important; /* Mobile bottom dock already provides Cart tab */
        visibility: hidden !important;
        pointer-events: none !important;
        opacity: 0 !important;
    }

    .vm-btn-back-to-top {
        left: 16px !important;
        bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
        width: 44px !important;
        height: 44px !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECTION 6: OUR MISSION — SPLIT EDITORIAL DESIGN MATCHING MOCKUP
   ══════════════════════════════════════════════════════════════ */
.hm-mission-section {
    position: relative !important;
    background: linear-gradient(180deg, #FAFBF8 0%, #F4F7F2 100%) !important;
    color: #123724 !important;
    padding: 85px 0 65px 0 !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

/* Botanical Background Decor on the Right Edge */
.hm-mission-decor-right {
    position: absolute !important;
    top: 60px !important;
    right: -40px !important;
    width: 260px !important;
    max-width: 22vw !important;
    opacity: 0.35 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    transform: rotate(15deg) !important;
    filter: brightness(0.92) contrast(1.1) !important;
}

/* Top Split Grid */
.hm-mission-top-grid {
    display: grid !important;
    grid-template-columns: 1.15fr 1fr !important;
    gap: 48px !important;
    align-items: center !important;
    margin-bottom: 44px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Left Column Text */
.hm-mission-text-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.hm-mission-pill-wrap {
    margin-bottom: 18px !important;
}

.hm-mission-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #E8F2E8 !important;
    color: #1B4D31 !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(27, 77, 49, 0.12) !important;
}

.hm-mission-pill svg {
    color: #1B4D31 !important;
    flex-shrink: 0 !important;
}

.hm-mission-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: clamp(2.4rem, 4.2vw, 3.4rem) !important;
    font-weight: 800 !important;
    color: #133924 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 18px 0 !important;
    text-align: left !important;
}

.hm-mission-hl {
    color: #D9822B !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    display: inline-block !important;
}

.hm-mission-leaf-emblem {
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-left: 6px !important;
    animation: gentleLeafFloat 4s ease-in-out infinite alternate !important;
}

@keyframes gentleLeafFloat {
    0% { transform: rotate(0deg) translateY(0); }
    100% { transform: rotate(8deg) translateY(-3px); }
}

.hm-mission-body {
    font-size: clamp(0.96rem, 1.1vw, 1.04rem) !important;
    color: #4A5B50 !important;
    line-height: 1.72 !important;
    max-width: 580px !important;
    margin: 0 0 32px 0 !important;
    text-align: left !important;
}

/* CTA Group */
.hm-mission-cta-group {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.hm-btn-mission-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #1B4D31 !important;
    color: #FFFFFF !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 12px 20px 12px 26px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px -6px rgba(27, 77, 49, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-btn-mission-primary:hover {
    background: #143d26 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 28px -6px rgba(27, 77, 49, 0.45) !important;
}

.hm-btn-circle-arrow {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.25s ease !important;
}

.hm-btn-mission-primary:hover .hm-btn-circle-arrow {
    transform: translateX(3px) !important;
}

.hm-btn-mission-secondary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #FFFFFF !important;
    color: #1B4D31 !important;
    border: 1.5px solid #D5E2D4 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}

.hm-btn-mission-secondary:hover {
    background: #F4F8F4 !important;
    border-color: #1B4D31 !important;
    color: #1B4D31 !important;
    transform: translateY(-2px) !important;
}

.hm-btn-circle-play {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #E8F2E8 !important;
    color: #1B4D31 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Right Column Visual */
.hm-mission-visual-col {
    position: relative !important;
    z-index: 2 !important;
}

.hm-mission-image-wrapper {
    position: relative !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 50px -14px rgba(18, 55, 36, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
}

.hm-mission-image-wrapper:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 32px 60px -16px rgba(18, 55, 36, 0.24) !important;
}

/* Designer Framed processing-premium.png with ornate corners */
.hm-designer-framed {
    padding: 8px !important;
    background: linear-gradient(135deg, #1B4D31 0%, #2D6A4F 40%, #D97706 100%) !important;
    box-shadow: 0 24px 50px -12px rgba(18, 55, 36, 0.28), 0 0 0 1.5px rgba(217, 119, 6, 0.35) !important;
}

.hm-designer-framed:hover {
    box-shadow: 0 32px 64px -14px rgba(18, 55, 36, 0.36), 0 0 0 2px rgba(217, 119, 6, 0.55) !important;
}

.hm-designer-framed .hm-mission-harvest-photo {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

/* 4 Ornate Corner Accents */
.hm-corner-accent {
    position: absolute !important;
    z-index: 10 !important;
    width: 36px !important;
    height: 36px !important;
    pointer-events: none !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-ca-tl { top: 14px !important; left: 14px !important; }
.hm-ca-tr { top: 14px !important; right: 14px !important; }
.hm-ca-bl { bottom: 14px !important; left: 14px !important; }
.hm-ca-br { bottom: 14px !important; right: 14px !important; }

.hm-designer-framed:hover .hm-ca-tl { transform: translate(-2px, -2px) scale(1.08); }
.hm-designer-framed:hover .hm-ca-tr { transform: translate(2px, -2px) scale(1.08); }
.hm-designer-framed:hover .hm-ca-bl { transform: translate(-2px, 2px) scale(1.08); }
.hm-designer-framed:hover .hm-ca-br { transform: translate(2px, 2px) scale(1.08); }

/* Inner Double Hairline Frame */
.hm-mission-inner-frame {
    position: absolute !important;
    inset: 16px !important;
    border: 1.5px dashed rgba(254, 243, 199, 0.55) !important;
    border-radius: 16px !important;
    pointer-events: none !important;
    z-index: 8 !important;
    box-shadow: inset 0 0 15px rgba(27, 77, 49, 0.2) !important;
}

/* Floating Heritage Seal Badge */
.hm-mission-heritage-seal {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 11 !important;
    background: rgba(18, 55, 36, 0.92) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1.5px solid rgba(217, 119, 6, 0.7) !important;
    border-radius: 999px !important;
    padding: 6px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #FEF3C7 !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
    white-space: nowrap !important;
    transition: transform 0.3s ease !important;
}

.hm-designer-framed:hover .hm-mission-heritage-seal {
    transform: translateX(-50%) scale(1.04) !important;
    border-color: #F59E0B !important;
}

.hm-mhs-leaf {
    font-size: 0.9rem !important;
}

.hm-mission-harvest-photo {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
}

/* MIDDLE ROW: Unified White Stats Pill Bar */
.hm-mission-stats-bar {
    background: #FFFFFF !important;
    border-radius: 24px !important;
    padding: 24px 20px !important;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    box-shadow: 0 12px 36px -8px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

.hm-stat-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 8px 12px !important;
    border-right: 1px solid #EEF2ED !important;
    transition: transform 0.3s ease !important;
}

.hm-stat-item:last-child {
    border-right: none !important;
}

.hm-stat-item:hover {
    transform: translateY(-4px) !important;
}

.hm-stat-item .hm-stat-icon-wrap {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: var(--circle-bg, #E8F5E9) !important;
    color: var(--icon-color, #205B39) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.hm-stat-item:hover .hm-stat-icon-wrap {
    transform: scale(1.12) !important;
}

.hm-stat-item .hm-stat-img-icon {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    display: block !important;
}

.hm-stat-item .hm-stat-num {
    font-family: var(--font-display, var(--font-head, sans-serif)) !important;
    font-size: clamp(1.8rem, 2.1vw, 2.2rem) !important;
    font-weight: 800 !important;
    color: #123724 !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
}

.hm-stat-item .hm-stat-label {
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: #556B5D !important;
    line-height: 1.35 !important;
    max-width: 120px !important;
    margin: 0 auto !important;
}

/* BOTTOM ROW: Trust Features Bar (4 Features) */
.hm-mission-trust-bar {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 16px 22px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(213, 226, 212, 0.7) !important;
    position: relative !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
    box-shadow: 0 4px 16px rgba(18, 55, 36, 0.04) !important;
    overflow: hidden !important;
}

.hm-mission-trust-bar .hm-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
    padding: 0 16px 0 0 !important;
    border-right: 1px solid rgba(213, 226, 212, 0.6) !important;
    box-sizing: border-box !important;
}

.hm-mission-trust-bar .hm-trust-item:last-child {
    border-right: none !important;
    padding-right: 0 !important;
}

.hm-mission-trust-bar .hm-trust-item-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.hm-mission-trust-bar .hm-trust-item-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

.hm-mission-trust-bar .hm-trust-item-title {
    font-size: clamp(0.78rem, 0.88vw, 0.88rem) !important;
    font-weight: 700 !important;
    color: #123724 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
}

.hm-mission-trust-bar .hm-trust-item-sub {
    font-size: clamp(0.66rem, 0.72vw, 0.74rem) !important;
    color: #6B7280 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
}

/* Dark Mode Adaptation */
[data-theme="dark"] .hm-mission-section {
    background: linear-gradient(180deg, #0D2418 0%, #091910 100%) !important;
    color: #E2EFE7 !important;
}

[data-theme="dark"] .hm-mission-title {
    color: #FFFFFF !important;
}

[data-theme="dark"] .hm-mission-body {
    color: rgba(255, 255, 255, 0.75) !important;
}

[data-theme="dark"] .hm-mission-stats-bar {
    background: rgba(19, 46, 32, 0.85) !important;
    box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-stat-item {
    border-right-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-stat-item .hm-stat-num {
    color: #FFFFFF !important;
}

[data-theme="dark"] .hm-stat-item .hm-stat-label {
    color: rgba(255, 255, 255, 0.72) !important;
}

[data-theme="dark"] .hm-btn-mission-secondary {
    background: rgba(19, 46, 32, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #A7F3D0 !important;
}

[data-theme="dark"] .hm-btn-circle-play {
    background: rgba(30, 77, 49, 0.5) !important;
    color: #A7F3D0 !important;
}

[data-theme="dark"] .hm-mission-trust-bar {
    background: rgba(19, 46, 32, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-trust-item-icon {
    background: rgba(30, 77, 49, 0.7) !important;
}

[data-theme="dark"] .hm-trust-item-title {
    color: #FFFFFF !important;
}

[data-theme="dark"] .hm-trust-item-sub {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .hm-mission-top-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }
    .hm-mission-text-col {
        align-items: center !important;
        text-align: center !important;
    }
    .hm-mission-title, .hm-mission-body {
        text-align: center !important;
    }
    .hm-mission-cta-group {
        justify-content: center !important;
    }
    .hm-mission-stats-bar {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px 0 !important;
    }
    .hm-stat-item:nth-child(3n) {
        border-right: none !important;
    }
    .hm-mission-trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px 20px !important;
    }
    .hm-mission-trust-bar .hm-trust-item {
        border-right: none !important;
        padding-right: 0 !important;
    }
    .hm-mission-trust-bar .hm-trust-item:nth-child(odd) {
        border-right: 1px solid rgba(213, 226, 212, 0.6) !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 768px) {
    .hm-mission-section {
        padding: 50px 0 40px 0 !important;
    }
    .hm-mission-decor-right {
        width: 120px !important;
        opacity: 0.15 !important;
    }
    .hm-mission-text-col {
        align-items: center !important;
        text-align: center !important;
        padding: 0 4px !important;
    }
    .hm-mission-title {
        font-size: 1.85rem !important;
        line-height: 1.25 !important;
        text-align: center !important;
        margin-bottom: 14px !important;
    }
    .hm-mission-leaf-emblem svg {
        width: 22px !important;
        height: 22px !important;
    }
    .hm-mission-body {
        font-size: 0.88rem !important;
        line-height: 1.6 !important;
        text-align: center !important;
        margin: 0 auto 22px auto !important;
        max-width: 100% !important;
    }
    .hm-mission-cta-group {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        width: 100% !important;
        justify-content: center !important;
    }
    .hm-btn-mission-primary,
    .hm-btn-mission-secondary {
        flex: 1 1 0 !important;
        max-width: 175px !important;
        padding: 10px 14px !important;
        font-size: 0.84rem !important;
        justify-content: center !important;
    }
    .hm-designer-framed {
        border-radius: 20px !important;
        padding: 6px !important;
        margin: 10px auto 0 auto !important;
        max-width: 100% !important;
    }
    .hm-designer-framed .hm-mission-harvest-photo {
        border-radius: 16px !important;
    }
    .hm-corner-accent {
        width: 26px !important;
        height: 26px !important;
    }
    .hm-corner-accent svg {
        width: 26px !important;
        height: 26px !important;
    }
    .hm-ca-tl { top: 10px !important; left: 10px !important; }
    .hm-ca-tr { top: 10px !important; right: 10px !important; }
    .hm-ca-bl { bottom: 10px !important; left: 10px !important; }
    .hm-ca-br { bottom: 10px !important; right: 10px !important; }
    .hm-mission-heritage-seal {
        font-size: 0.64rem !important;
        letter-spacing: 1px !important;
        padding: 4px 12px !important;
        bottom: 12px !important;
    }
    .hm-mission-stats-bar {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 18px 10px !important;
        gap: 12px 6px !important;
        margin-bottom: 22px !important;
    }
    .hm-stat-item {
        padding: 6px 4px !important;
    }
    .hm-stat-item .hm-stat-icon-wrap {
        width: 42px !important;
        height: 42px !important;
        margin-bottom: 8px !important;
    }
    .hm-stat-item .hm-stat-img-icon {
        width: 24px !important;
        height: 24px !important;
    }
    .hm-stat-item .hm-stat-num {
        font-size: 1.45rem !important;
    }
    .hm-stat-item .hm-stat-label {
        font-size: 0.74rem !important;
    }
    .hm-stat-item:nth-child(3n) {
        border-right: 1px solid #EEF2ED !important;
    }
    .hm-stat-item:nth-child(2n) {
        border-right: none !important;
    }
    .hm-mission-trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px 10px !important;
        padding: 14px 12px !important;
        border-radius: 16px !important;
    }
    .hm-mission-trust-bar .hm-trust-item {
        border-right: none !important;
        padding: 4px !important;
        gap: 8px !important;
    }
    .hm-mission-trust-bar .hm-trust-item-icon {
        width: 32px !important;
        height: 32px !important;
        flex-shrink: 0 !important;
    }
    .hm-mission-trust-bar .hm-trust-item-title {
        font-size: 0.82rem !important;
        font-weight: 700 !important;
        color: #123724 !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }
    .hm-mission-trust-bar .hm-trust-item-sub {
        font-size: 0.70rem !important;
        color: #556B5D !important;
        white-space: normal !important;
        line-height: 1.22 !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECTION 7: FARM TO YOUR TABLE (OUR PROCESS)
   Redesigned to faithfully match 'A Journey of Purity & Trust' mockup
   ══════════════════════════════════════════════════════════════ */
.hm-process-section {
    position: relative !important;
    background: #FAFDF9 !important;
    padding: 85px 0 120px 0 !important;
    overflow: hidden !important;
}

/* Top-Left Botanical Leaf Flourish */
.hm-process-flourish-tl {
    position: absolute !important;
    top: 15px !important;
    left: 20px !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

.hm-leaf-badge-wrap {
    position: relative !important;
    width: 155px !important;
    height: 155px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hm-leaf-badge-svg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    filter: drop-shadow(0 4px 14px rgba(45, 106, 79, 0.08)) !important;
    transform: rotate(-4deg) !important;
}

.hm-leaf-badge-text {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    font-family: 'Caveat', 'Playfair Display', Georgia, cursive, serif !important;
    color: #244F34 !important;
    line-height: 1.15 !important;
    transform: rotate(-5deg) translate(-4px, -4px) !important;
}

.hm-lbt-top {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.hm-lbt-mid {
    font-size: 1.12rem !important;
    font-style: italic !important;
    margin-bottom: 2px !important;
}

.hm-lbt-sub {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.hm-lbt-bot {
    font-size: 1.18rem !important;
    font-style: italic !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.hm-lbt-leaf-ico {
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Top-Right Artistic Script Flourish */
.hm-process-flourish-tr {
    position: absolute !important;
    top: 25px !important;
    right: 40px !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

.hm-script-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transform: rotate(-7deg) !important;
}

.hm-script-text {
    font-family: 'Caveat', cursive, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #7A3E26 !important;
    line-height: 1.08 !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) !important;
}

.hm-script-swoosh {
    margin-top: 2px !important;
    margin-left: 20px !important;
    opacity: 0.95 !important;
}

/* Section Header Area */
.hm-process-head {
    text-align: center !important;
    max-width: 820px !important;
    margin: 0 auto 36px auto !important;
    position: relative !important;
    z-index: 3 !important;
}

.hm-process-pill-wrap {
    margin-bottom: 14px !important;
}

.hm-process-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 20px !important;
    background: #EAF5E8 !important;
    border: 1px solid rgba(45, 106, 79, 0.22) !important;
    border-radius: 999px !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    color: #2D6A4F !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(45, 106, 79, 0.06) !important;
}

.hm-pill-leaf-left,
.hm-pill-leaf-right {
    flex-shrink: 0 !important;
}

.hm-process-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(2.3rem, 4.2vw, 3.4rem) !important;
    font-weight: 800 !important;
    color: #123724 !important;
    line-height: 1.18 !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -0.01em !important;
}

.hm-title-purity {
    color: #123724 !important;
}

.hm-title-amp {
    color: #123724 !important;
    font-weight: 600 !important;
}

.hm-title-trust {
    color: #D97706 !important;
}

.hm-process-sub {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: #556B5D !important;
    line-height: 1.55 !important;
    max-width: 680px !important;
    margin: 0 auto !important;
}

/* ── CONNECTED STEPPER TIMELINE (01 -> 06) ── */
.hm-process-timeline {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 16px !important;
    max-width: 1200px !important;
    margin: 0 auto 16px auto !important;
    padding: 8px 0 !important;
    z-index: 3 !important;
}

.hm-timeline-pipeline-bar {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: calc(100% / 12) !important;
    right: calc(100% / 12) !important;
    height: 3.5px !important;
    background: linear-gradient(90deg, #244F32 0%, #6D3D22 20%, #D99B26 40%, #4A2C1D 60%, #387346 80%, #D97A1E 100%) !important;
    border-radius: 999px !important;
    z-index: 1 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.hm-timeline-col {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
}

.hm-step-node-wrap {
    position: relative !important;
    z-index: 2 !important;
}

.hm-step-node {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: var(--node-color, #2D6A4F) !important;
    color: #FFFFFF !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0 0 5px #FAFDF9, 0 4px 14px rgba(0, 0, 0, 0.16) !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease !important;
}

.hm-timeline-col:hover .hm-step-node {
    transform: scale(1.15) !important;
}

.hm-pipeline-arrow {
    position: absolute !important;
    right: -10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: var(--arrow-color, #2D6A4F) !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    transition: transform 0.25s ease !important;
}

.hm-pipeline-arrow svg {
    display: block !important;
}

/* ── 6 HIGH-FIDELITY PROCESS CARDS ── */
.hm-process-grid {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 16px !important;
    max-width: 1200px !important;
    margin: 0 auto 36px auto !important;
    z-index: 3 !important;
}

.hm-process-card {
    background: #FFFFFF !important;
    border-radius: 20px !important;
    border: 1px solid rgba(220, 232, 218, 0.95) !important;
    padding: 12px 12px 18px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    box-shadow: 0 8px 24px -4px rgba(18, 55, 36, 0.06), 0 2px 6px rgba(0, 0, 0, 0.02) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
    position: relative !important;
}

.hm-process-card:hover {
    transform: translateY(-6px) !important;
    border-color: var(--step-accent, #2D6A4F) !important;
    box-shadow: 0 16px 36px -6px rgba(18, 55, 36, 0.14), 0 0 0 1px var(--step-accent, #2D6A4F) !important;
}

/* Top Photographic Banner */
.hm-process-photo-wrap {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 18px !important;
    border-radius: 14px !important;
}

.hm-process-photo-img {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
    transition: transform 0.35s ease !important;
}

.hm-process-card:hover .hm-process-photo-img {
    transform: scale(1.03) !important;
}

/* Stage Pill Badge Overlapping Photo */
.hm-process-stage-pill {
    position: absolute !important;
    bottom: -11px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3.5px 12px !important;
    border-radius: 999px !important;
    background: var(--stage-bg, #EBF6EB) !important;
    color: var(--stage-color, #2D6A4F) !important;
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
}

/* Card Heading & Description */
.hm-process-card-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #123724 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px 0 !important;
    text-align: center !important;
}

.hm-process-card-desc {
    font-size: 0.76rem !important;
    line-height: 1.46 !important;
    color: #556B5D !important;
    margin: 0 0 14px 0 !important;
    text-align: center !important;
    flex-grow: 1 !important;
}

/* 3 Feature Pills */
.hm-process-tags-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.hm-process-tag-pill {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 5.5px 10px !important;
    background: #F4F8F3 !important;
    border: 1px solid #E5EFE4 !important;
    border-radius: 999px !important;
    text-align: left !important;
    transition: all 0.25s ease !important;
}

.hm-process-card:hover .hm-process-tag-pill {
    background: #FFFFFF !important;
    border-color: #D6E8D4 !important;
}

.hm-process-tag-icon {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--step-accent, #2D6A4F) !important;
}

.hm-process-tag-icon svg {
    width: 13px !important;
    height: 13px !important;
    display: block !important;
}

.hm-process-tag-text {
    font-size: 0.71rem !important;
    font-weight: 600 !important;
    color: #2D3E33 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ── BOTTOM FOOTER AREA (MISSION PILL, WOODEN SIGN, CTA) ── */
.hm-process-footer-area {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    z-index: 3 !important;
    margin-top: 10px !important;
}

.hm-process-mission-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 24px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(45, 106, 79, 0.2) !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 16px rgba(18, 55, 36, 0.08) !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    color: #1B4D31 !important;
}

.hm-process-mission-pill svg {
    flex-shrink: 0 !important;
}

.hm-pmp-text {
    letter-spacing: 0.02em !important;
}

/* Artisanal Wooden Board Plaque */
.hm-process-wooden-sign-wrap {
    position: absolute !important;
    right: 15px !important;
    bottom: 5px !important;
    pointer-events: none !important;
    z-index: 4 !important;
    transform: rotate(-3deg) !important;
    transition: transform 0.3s ease !important;
}

.hm-process-wooden-img {
    width: 190px !important;
    height: auto !important;
    display: block !important;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.15)) !important;
}

/* Bottom CTA Button */
.hm-process-cta-wrap {
    text-align: center !important;
    position: relative !important;
    z-index: 3 !important;
}

.hm-process-cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #1B4D31 !important;
    color: #FFFFFF !important;
    font-size: 0.96rem !important;
    font-weight: 600 !important;
    padding: 13px 26px 13px 22px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px -6px rgba(27, 77, 49, 0.35) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-process-cta-btn:hover {
    background: #143D26 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 30px -6px rgba(27, 77, 49, 0.45) !important;
}

.hm-process-cta-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #8FD8A0 !important;
}

.hm-process-cta-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.18) !important;
    transition: transform 0.25s ease !important;
}

.hm-process-cta-btn:hover .hm-process-cta-arrow {
    transform: translateX(3px) !important;
}

/* Panoramic Landscape Backdrop */
.hm-process-landscape-bg {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 240px !important;
    pointer-events: none !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.hm-process-landscape-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: bottom center !important;
    opacity: 0.92 !important;
    display: block !important;
}

/* ── DARK MODE ── */
[data-theme="dark"] .hm-process-section {
    background: #0E1812 !important;
}

[data-theme="dark"] .hm-leaf-badge-svg path:first-child {
    fill: #162B1D !important;
}

[data-theme="dark"] .hm-leaf-badge-text {
    color: #8FD8A0 !important;
}

[data-theme="dark"] .hm-script-text {
    color: #E5A93B !important;
    text-shadow: none !important;
}

[data-theme="dark"] .hm-process-pill {
    background: rgba(45, 106, 79, 0.25) !important;
    border-color: rgba(45, 106, 79, 0.5) !important;
    color: #72C498 !important;
}

[data-theme="dark"] .hm-process-title,
[data-theme="dark"] .hm-title-purity,
[data-theme="dark"] .hm-title-amp {
    color: #EDF5EE !important;
}

[data-theme="dark"] .hm-process-sub {
    color: #9CB2A2 !important;
}

[data-theme="dark"] .hm-step-node {
    box-shadow: 0 0 0 5px #0E1812, 0 4px 14px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .hm-process-card {
    background: #142218 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .hm-process-card:hover {
    border-color: var(--step-accent, #72C498) !important;
}

[data-theme="dark"] .hm-process-card-title {
    color: #EDF5EE !important;
}

[data-theme="dark"] .hm-process-card-desc {
    color: #A0B5A6 !important;
}

[data-theme="dark"] .hm-process-tag-pill {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-process-card:hover .hm-process-tag-pill {
    background: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-process-tag-text {
    color: #D2E2D6 !important;
}

[data-theme="dark"] .hm-process-mission-pill {
    background: rgba(20, 34, 24, 0.94) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #A3E8B5 !important;
}

[data-theme="dark"] .hm-process-landscape-img {
    opacity: 0.65 !important;
    filter: brightness(0.8) contrast(1.1) !important;
}

/* ── RESPONSIVE ADAPTATIONS ── */
@media (max-width: 1200px) {
    .hm-process-flourish-tl {
        transform: scale(0.85);
        transform-origin: top left;
        left: 10px !important;
    }
    .hm-process-flourish-tr {
        transform: scale(0.85);
        transform-origin: top right;
        right: 15px !important;
    }
    .hm-process-wooden-sign-wrap {
        transform: scale(0.85) rotate(-3deg) !important;
        right: 5px !important;
    }
}

@media (max-width: 992px) {
    .hm-process-flourish-tl,
    .hm-process-flourish-tr {
        display: none !important;
    }
    .hm-process-timeline {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
    .hm-timeline-pipeline-bar {
        display: none !important;
    }
    .hm-process-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 14px !important;
    }
    .hm-process-wooden-sign-wrap {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hm-process-section {
        padding: 50px 0 90px 0 !important;
    }
    .hm-process-head {
        margin-bottom: 24px !important;
        padding: 0 14px !important;
    }
    .hm-process-title {
        font-size: clamp(1.7rem, 6vw, 2.2rem) !important;
    }
    .hm-process-sub {
        font-size: 0.92rem !important;
    }
    
    /* Horizontal Swipeable Journey Carousel on Mobile */
    .hm-process-timeline {
        display: flex !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
        padding: 4px 16px !important;
        gap: 16px !important;
        justify-content: flex-start !important;
        margin-bottom: 18px !important;
    }
    .hm-process-timeline::-webkit-scrollbar {
        display: none !important;
    }
    .hm-timeline-col {
        flex: 0 0 auto !important;
    }
    .hm-step-node {
        width: 38px !important;
        height: 38px !important;
        font-size: 0.82rem !important;
    }
    
    .hm-process-grid {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 14px !important;
        padding: 4px 16px 20px 16px !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .hm-process-grid::-webkit-scrollbar {
        display: none !important;
    }
    .hm-process-grid::before,
    .hm-process-grid::after {
        display: none !important;
    }
    .hm-process-card {
        flex: 0 0 260px !important;
        scroll-snap-align: center !important;
    }
    
    .hm-process-footer-area {
        padding: 0 16px !important;
    }
    .hm-process-mission-pill {
        font-size: 0.78rem !important;
        padding: 6px 16px !important;
        text-align: center !important;
    }
    .hm-process-wooden-sign-wrap {
        display: none !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECTION 8: TESTIMONIALS (TRUSTED BY HAPPY CUSTOMERS)
   Editorial 3-Card Layout matching Reference Mockup
   ══════════════════════════════════════════════════════════════ */
.hm-testimonials-section {
    position: relative !important;
    background: linear-gradient(180deg, #FAFDF9 0%, #F5FAF4 100%) !important;
    padding: 85px 0 90px 0 !important;
    overflow: hidden !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Botanical Stalk Decorations matching Mockup */
.hm-testi-decor-left {
    position: absolute !important;
    top: 50% !important;
    left: -35px !important;
    width: 210px !important;
    transform: translateY(-50%) rotate(25deg) !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    z-index: 1 !important;
}

.hm-testi-decor-right {
    position: absolute !important;
    top: 50% !important;
    right: -35px !important;
    width: 210px !important;
    transform: translateY(-50%) rotate(-25deg) scaleX(-1) !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
    z-index: 1 !important;
}

.hm-testi-decor-grain {
    position: absolute !important;
    width: 8px !important;
    height: 14px !important;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40% !important;
    background: #E8B966 !important;
    opacity: 0.7 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.hm-tg-1 { top: 22%; left: 16%; transform: rotate(35deg); }
.hm-tg-2 { top: 48%; left: 8%; transform: rotate(-25deg); width: 7px; height: 12px; }
.hm-tg-3 { top: 68%; left: 12%; transform: rotate(15deg); }
.hm-tg-4 { top: 28%; right: 14%; transform: rotate(-40deg); }
.hm-tg-5 { top: 52%; right: 9%; transform: rotate(20deg); width: 7px; height: 12px; }

/* Header Area */
.hm-testi-head {
    text-align: center !important;
    max-width: 720px !important;
    margin: 0 auto 50px auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.hm-testi-pill-wrap {
    margin-bottom: 14px !important;
}

.hm-testi-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 6px 18px !important;
    background: #FFFFFF !important;
    border: 1.5px solid #E5A93B !important;
    border-radius: 999px !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    color: #D97706 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(229, 169, 59, 0.12) !important;
}

.hm-testi-pill-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #D97706 !important;
}

.hm-testi-title {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: clamp(2.3rem, 4vw, 3.1rem) !important;
    font-weight: 800 !important;
    color: #123724 !important;
    line-height: 1.16 !important;
    margin: 0 0 14px 0 !important;
    letter-spacing: -0.025em !important;
}

.hm-testi-flourish {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-bottom: 14px !important;
}

.hm-testi-flourish-line {
    width: 65px !important;
    height: 1px !important;
    background: #CBDDD0 !important;
}

.hm-testi-flourish-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #2D6A4F !important;
}

.hm-testi-sub {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    color: #4A5B50 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* ── 4 TESTIMONIAL CARDS GRID ── */
.hm-testi-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
    position: relative !important;
    z-index: 2 !important;
}

.hm-testi-card {
    background: #FFFFFF !important;
    border-radius: 24px !important;
    border: 1px solid rgba(220, 230, 220, 0.85) !important;
    border-top: 3px solid var(--card-border-top, #1E4D2B) !important;
    padding: 36px 26px 26px 26px !important;
    position: relative !important;
    box-shadow: 0 12px 32px -8px rgba(18, 55, 36, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.hm-testi-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 42px -10px rgba(18, 55, 36, 0.12), 0 0 0 1px var(--card-border-top, #1E4D2B) !important;
}

/* Overlapping Top Badge Node */
.hm-testi-top-badge {
    position: absolute !important;
    top: -18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    border: 2px solid var(--card-border-top, #1E4D2B) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    z-index: 3 !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.hm-testi-card:hover .hm-testi-top-badge {
    transform: translateX(-50%) scale(1.15) !important;
}

.hm-testi-top-badge-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--card-border-top, #1E4D2B) !important;
}

/* Card Top: 5 Golden Stars + Stylized Quote Mark */
.hm-testi-card-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 18px !important;
}

.hm-testi-stars {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    color: #F59E0B !important;
    font-size: 1.15rem !important;
    letter-spacing: 1px !important;
}

.hm-testi-quote-mark {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--quote-color, #D2E3D4) !important;
    font-family: Georgia, serif !important;
    font-size: 2.8rem !important;
    line-height: 1 !important;
    height: 28px !important;
    user-select: none !important;
}

/* Card Review Text */
.hm-testi-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.95rem !important;
    color: #374151 !important;
    line-height: 1.65 !important;
    margin: 0 0 24px 0 !important;
    flex-grow: 1 !important;
}

/* Author Row */
.hm-testi-author {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-top: 18px !important;
    border-top: 1px solid #EEF3EE !important;
}

.hm-testi-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

.hm-testi-info {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.hm-testi-name {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    color: #123724 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
}

.hm-testi-role {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.78rem !important;
    color: #6B7280 !important;
    line-height: 1.3 !important;
    margin-top: 2px !important;
}

.hm-testi-verified {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #1E4D2B !important;
    color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* Bottom Flourish */
.hm-testi-bottom-flourish {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-top: 20px !important;
}

/* ── DARK MODE ── */
[data-theme="dark"] .hm-testimonials-section {
    background: #0E1812 !important;
}

[data-theme="dark"] .hm-testi-pill {
    background: #152219 !important;
    border-color: #D97706 !important;
    color: #FBBF24 !important;
}

[data-theme="dark"] .hm-testi-title {
    color: #EDF5EE !important;
}

[data-theme="dark"] .hm-testi-sub {
    color: #9CB2A2 !important;
}

[data-theme="dark"] .hm-testi-card {
    background: #152219 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    border-top-color: var(--card-border-top, #2D6A4F) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .hm-testi-top-badge {
    background: #152219 !important;
}

[data-theme="dark"] .hm-testi-text {
    color: #D1DFD5 !important;
}

[data-theme="dark"] .hm-testi-author {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .hm-testi-name {
    color: #EDF5EE !important;
}

[data-theme="dark"] .hm-testi-role {
    color: #94A3B8 !important;
}

/* ── RESPONSIVE ADAPTATIONS ── */
@media (max-width: 992px) {
    .hm-testi-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .hm-testimonials-section {
        padding: 55px 0 60px 0 !important;
    }
    .hm-testi-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        max-width: 100% !important;
        margin-bottom: 28px !important;
    }
    .hm-testi-card {
        padding: 24px 12px 14px 12px !important;
        border-radius: 16px !important;
    }
    .hm-testi-top-badge {
        top: -14px !important;
        width: 28px !important;
        height: 28px !important;
    }
    .hm-testi-top-badge-icon svg {
        width: 13px !important;
        height: 13px !important;
    }
    .hm-testi-card-top {
        margin-bottom: 8px !important;
    }
    .hm-testi-stars {
        font-size: 0.8rem !important;
        letter-spacing: 0px !important;
    }
    .hm-testi-quote-mark {
        font-size: 1.8rem !important;
        height: 18px !important;
    }
    .hm-testi-text {
        font-size: 0.76rem !important;
        line-height: 1.42 !important;
        min-height: 48px !important;
        margin-bottom: 10px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    .hm-testi-author {
        gap: 8px !important;
    }
    .hm-testi-author .img-skeleton-wrap {
        width: 32px !important;
        height: 32px !important;
    }
    .hm-testi-avatar {
        width: 32px !important;
        height: 32px !important;
    }
    .hm-testi-name {
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }
    .hm-testi-role {
        font-size: 0.64rem !important;
        line-height: 1.2 !important;
    }
    .hm-testi-verified {
        width: 14px !important;
        height: 14px !important;
        flex-shrink: 0 !important;
    }
    .hm-testi-decor-left,
    .hm-testi-decor-right,
    .hm-testi-decor-grain {
        display: none !important;
    }
}

@media (max-width: 440px) {
    .hm-testi-grid {
        gap: 10px !important;
    }
    .hm-testi-card {
        padding: 22px 8px 12px 8px !important;
        border-radius: 14px !important;
    }
    .hm-testi-text {
        font-size: 0.72rem !important;
        line-height: 1.35 !important;
    }
    .hm-testi-name {
        font-size: 0.72rem !important;
    }
    .hm-testi-role {
        font-size: 0.60rem !important;
    }
}

/* ════════════════════════════════════════════════════════════════
   HIGH-SPEED PERFORMANCE ARCHITECTURE (Core Web Vitals & Fast DOM)
   ════════════════════════════════════════════════════════════════ */
.hm-process-section,
.hm-testimonials-section,
.hm-roots-section,
.hm-faq-section,
.hm-blog-section,
.hm-partners-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 750px;
}

/* ════════════════════════════════════════════════════════════════
   1. HERO CINEMATIC ENTRANCE ANIMATION SUITE
   ════════════════════════════════════════════════════════════════ */
@keyframes heroBgKenBurns {
    0% {
        transform: scale(1.08);
        filter: brightness(0.92);
    }
    100% {
        transform: scale(1.0);
        filter: brightness(1.0);
    }
}

@keyframes heroPillEntrance {
    0% {
        opacity: 0;
        transform: translateY(-16px) scale(0.96);
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes heroLineEntrance {
    0% {
        opacity: 0;
        transform: translateY(32px);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes heroSubEntrance {
    0% {
        opacity: 0;
        transform: translateY(22px);
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes heroCtasEntrance {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes heroProofEntrance {
    0% {
        opacity: 0;
        transform: translateY(16px);
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.hm-hero-panoramic-img {
    animation: none !important;
    transform: none !important;
    will-change: auto;
}

.hm-hero-pill-badge {
    animation: heroPillEntrance 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both !important;
    will-change: transform, opacity;
}

.hm-h1-line1 {
    animation: heroLineEntrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both !important;
    will-change: transform, opacity;
}

.hm-h1-line2 {
    animation: heroLineEntrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.36s both !important;
    will-change: transform, opacity;
}

.hm-h1-line3 {
    animation: heroLineEntrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.50s both !important;
    will-change: transform, opacity;
}

.hm-hero-panoramic-sub {
    animation: heroSubEntrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.64s both !important;
    will-change: transform, opacity;
}

.hm-hero-panoramic-ctas {
    animation: heroCtasEntrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.78s both !important;
    will-change: transform, opacity;
}

.hm-hero-proof-compact {
    animation: heroProofEntrance 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.92s both !important;
    will-change: transform, opacity;
}

/* ════════════════════════════════════════════════════════════════
   2. ORGANIC GOLDEN-WHEAT SKELETON SHIMMER SYSTEM (0 CLS)
   ════════════════════════════════════════════════════════════════ */
@keyframes skeletonGoldenWave {
    0% {
        transform: translateX(-150%) skewX(-16deg);
    }
    100% {
        transform: translateX(150%) skewX(-16deg);
    }
}

.img-skeleton-wrap {
    position: relative !important;
    overflow: hidden !important;
    background: #f3f6f3 !important;
    border-radius: inherit !important;
}

.img-skeleton-wrap::before {
    content: '' !important;
    position: absolute !important;
    inset: -30% !important;
    background: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.5) 42%,
        rgba(245, 178, 56, 0.22) 50%,
        rgba(255, 255, 255, 0.75) 58%,
        rgba(255, 255, 255, 0) 80%
    ) !important;
    animation: skeletonGoldenWave 1.85s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
    z-index: 2 !important;
    pointer-events: none !important;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.img-skeleton-wrap.loaded::before {
    opacity: 0 !important;
    animation: none !important;
}

.img-skeleton-wrap img {
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.65s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, filter, transform;
}

.img-skeleton-wrap:not(.loaded) img {
    opacity: 0 !important;
    filter: blur(14px) saturate(0.8) !important;
    transform: scale(1.05) !important;
}

.img-skeleton-wrap.loaded img {
    opacity: 1 !important;
    filter: blur(0px) saturate(1) !important;
    transform: scale(1.0) !important;
}

[data-theme="dark"] .img-skeleton-wrap {
    background: #0f1d14 !important;
}

[data-theme="dark"] .img-skeleton-wrap::before {
    background: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.06) 42%,
        rgba(245, 178, 56, 0.12) 50%,
        rgba(255, 255, 255, 0.1) 58%,
        rgba(255, 255, 255, 0) 80%
    ) !important;
}

/* ════════════════════════════════════════════════════════════════
   3. NEXT-GEN SCROLL-TRIGGERED REVEALS (Apple / Linear Grade)
   ════════════════════════════════════════════════════════════════ */
.hm-scroll-reveal {
    opacity: 0;
    transform: translateY(38px);
    filter: blur(8px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform, filter;
}

.hm-scroll-reveal.is-revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
    filter: blur(0) !important;
}

/* Specialized Card Scale-In Reveal */
.hm-scroll-reveal-scale {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
    filter: blur(6px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform, filter;
}

.hm-scroll-reveal-scale.is-revealed {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    filter: blur(0) !important;
}

/* Stagger Delays (1 to 8) */
.hm-stagger-1 { transition-delay: 0.06s !important; }
.hm-stagger-2 { transition-delay: 0.14s !important; }
.hm-stagger-3 { transition-delay: 0.22s !important; }
.hm-stagger-4 { transition-delay: 0.30s !important; }
.hm-stagger-5 { transition-delay: 0.38s !important; }
.hm-stagger-6 { transition-delay: 0.46s !important; }
.hm-stagger-7 { transition-delay: 0.54s !important; }
.hm-stagger-8 { transition-delay: 0.62s !important; }

/* ════════════════════════════════════════════════════════════════
   4. LUXURY MICRO-INTERACTIONS & HOVER PHYSICS
   ════════════════════════════════════════════════════════════════ */
/* Category Tiles */
.hm-cat-tile {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.35s ease !important;
    will-change: transform, box-shadow;
}

.hm-cat-tile:hover {
    transform: translateY(-8px) scale(1.028) !important;
    box-shadow: 0 20px 42px -12px var(--cat-light, rgba(44, 110, 42, 0.28)) !important;
}

.hm-cat-tile:hover .hm-cat-tile-img {
    transform: scale(1.12) rotate(-3deg) !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Best-Seller Product Cards */
.hm-bs-card {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.35s ease !important;
    perspective: 1000px;
    will-change: transform, box-shadow;
    cursor: pointer !important;
}

.hm-bs-card:hover {
    transform: translateY(-9px) scale(1.02) !important;
    box-shadow: 0 26px 52px -14px rgba(27, 77, 49, 0.2),
                0 10px 20px -8px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(46, 89, 54, 0.38) !important;
}

.hm-bs-card:hover .hm-bs-product-img {
    transform: scale(1.07) translateY(-2px) !important;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Feature Cards (Section 5) */
.hm-edge-feature-card {
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.38s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s ease !important;
    will-change: transform, box-shadow;
}

.hm-edge-feature-card:hover {
    transform: translateY(-5px) scale(1.015) !important;
    box-shadow: 0 16px 32px -8px rgba(27, 77, 49, 0.12) !important;
    border-color: #2D6A4F !important;
}

/* Testimonial Cards (Section 8) */
.hm-testi-card {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s ease !important;
    will-change: transform, box-shadow;
}

.hm-testi-card:hover {
    transform: translateY(-8px) scale(1.015) !important;
    box-shadow: 0 24px 48px -12px rgba(18, 55, 36, 0.14) !important;
}

/* Blog Cards */
.hm-blog-card {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform, box-shadow;
}

.hm-blog-card:hover {
    transform: translateY(-7px) scale(1.012) !important;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12) !important;
}

/* Button Gleam Sweep & Active Physics */
.hm-btn-hero-primary,
.hm-btn-mission-primary,
.hm-edge-btn-story,
.hm-roots-btn {
    position: relative !important;
    overflow: hidden !important;
}

.hm-btn-hero-primary::after,
.hm-btn-mission-primary::after,
.hm-edge-btn-story::after,
.hm-roots-btn::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -70% !important;
    width: 45% !important;
    height: 200% !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.32) 50%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    transform: rotate(25deg) !important;
    transition: transform 0.75s ease !important;
    pointer-events: none !important;
}

.hm-btn-hero-primary:hover::after,
.hm-btn-mission-primary:hover::after,
.hm-edge-btn-story:hover::after,
.hm-roots-btn:hover::after {
    transform: rotate(25deg) translateX(420%) !important;
}

.hm-btn-hero-primary:active,
.hm-btn-hero-secondary:active,
.hm-btn-mission-primary:active,
.hm-btn-mission-secondary:active,
.hm-edge-btn-story:active,
.hm-edge-btn-journey:active,
.hm-bs-cart-btn:active {
    transform: scale(0.96) translateY(1px) !important;
    transition: transform 0.12s ease !important;
}

/* Interactive Cart Button Pulse */
.hm-bs-cart-btn {
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.28s ease,
                background 0.28s ease !important;
}

.hm-bs-cart-btn:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow: 0 10px 24px rgba(27, 77, 49, 0.38) !important;
}

/* Floating Ambient Breeze Physics */
@keyframes ambientBreezeLeft {
    0% { transform: translateY(-50%) rotate(25deg); }
    50% { transform: translateY(calc(-50% - 10px)) rotate(28deg); }
    100% { transform: translateY(-50%) rotate(25deg); }
}

@keyframes ambientBreezeRight {
    0% { transform: translateY(-50%) rotate(-25deg) scaleX(-1); }
    50% { transform: translateY(calc(-50% - 10px)) rotate(-28deg) scaleX(-1); }
    100% { transform: translateY(-50%) rotate(-25deg) scaleX(-1); }
}

@keyframes floatingBadgeSway {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

.hm-testi-decor-left {
    animation: ambientBreezeLeft 8.5s ease-in-out infinite alternate !important;
}

.hm-testi-decor-right {
    animation: ambientBreezeRight 9.5s ease-in-out infinite alternate !important;
}

.hm-edge-badge-float {
    animation: floatingBadgeSway 6s ease-in-out infinite alternate !important;
}

.hm-edge-badge-float:nth-child(even) {
    animation-delay: -3s !important;
}

/* Floating organic shimmer aura on badges */
@keyframes auraPulseGreen {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
    50% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
}

.hm-bs-fomo-pulse.green {
    animation: auraPulseGreen 2.2s infinite ease-in-out;
}

/* ════════════════════════════════════════════════════════════════
   FAQ ACCORDION & GEO/AEO ENGINE SECTION
   ════════════════════════════════════════════════════════════════ */
.hm-faq-section {
    position: relative;
    padding: 95px 0 105px 0;
    background: linear-gradient(180deg, #FAFDF9 0%, #F3F8F4 100%);
    overflow: hidden;
}

[data-theme="dark"] .hm-faq-section {
    background: linear-gradient(180deg, #0A170E 0%, #07120A 100%);
}

.hm-faq-header-wrap {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px auto;
}

.hm-faq-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 9999px;
    background: rgba(46, 89, 54, 0.1);
    color: #2E5936;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid rgba(46, 89, 54, 0.18);
}

[data-theme="dark"] .hm-faq-pill {
    background: rgba(74, 222, 128, 0.12);
    color: #4ade80;
    border-color: rgba(74, 222, 128, 0.22);
}

.hm-faq-title {
    font-size: clamp(1.85rem, 3.8vw, 2.65rem);
    font-weight: 800;
    color: #15291B;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

[data-theme="dark"] .hm-faq-title {
    color: #F1F8F3;
}

.hm-faq-subtitle {
    font-size: 1.05rem;
    color: #4B6353;
    line-height: 1.6;
}

[data-theme="dark"] .hm-faq-subtitle {
    color: #9BB3A2;
}

/* FAQ Layout: Grid of Accordion Items + GEO Entity Card */
.hm-faq-grid-wrap {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 860px;
    margin: 0 auto;
    gap: 16px;
}

.hm-faq-item {
    background: #FFFFFF;
    border: 1px solid rgba(46, 89, 54, 0.12);
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(15, 31, 20, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

[data-theme="dark"] .hm-faq-item {
    background: #0E2215;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.hm-faq-item.is-open {
    border-color: #2E5936;
    box-shadow: 0 12px 32px rgba(46, 89, 54, 0.12);
}

[data-theme="dark"] .hm-faq-item.is-open {
    border-color: #4ade80;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.hm-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease;
}

.hm-faq-trigger:focus-visible {
    outline: 2px solid #2E5936;
    outline-offset: -2px;
}

.hm-faq-q-text {
    font-size: 1.08rem;
    font-weight: 700;
    color: #172F1F;
    line-height: 1.4;
    transition: color 0.25s ease;
}

[data-theme="dark"] .hm-faq-q-text {
    color: #E2ECE5;
}

.hm-faq-item.is-open .hm-faq-q-text {
    color: #2E5936;
}

[data-theme="dark"] .hm-faq-item.is-open .hm-faq-q-text {
    color: #4ade80;
}

.hm-faq-icon-bubble {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(46, 89, 54, 0.08);
    color: #2E5936;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.35s ease,
                color 0.35s ease;
}

[data-theme="dark"] .hm-faq-icon-bubble {
    background: rgba(255, 255, 255, 0.08);
    color: #4ade80;
}

.hm-faq-item.is-open .hm-faq-icon-bubble {
    transform: rotate(45deg);
    background: #2E5936;
    color: #FFFFFF;
}

[data-theme="dark"] .hm-faq-item.is-open .hm-faq-icon-bubble {
    background: #4ade80;
    color: #0B190F;
}

/* CSS Grid Transition for Smooth Zero-Jerk Accordion */
.hm-faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hm-faq-item.is-open .hm-faq-content {
    grid-template-rows: 1fr;
}

.hm-faq-body-inner {
    overflow: hidden;
}

.hm-faq-body {
    padding: 0 26px 24px 26px;
    color: #455A4C;
    font-size: 0.98rem;
    line-height: 1.7;
    border-top: 1px solid rgba(46, 89, 54, 0.08);
    padding-top: 16px;
}

[data-theme="dark"] .hm-faq-body {
    color: #A3BDAB;
    border-top-color: rgba(255, 255, 255, 0.06);
}

/* ── GEO Factual Entity Card (Generative AI Answer Anchor) ── */
.hm-geo-card {
    margin-top: 48px;
    background: linear-gradient(135deg, rgba(46, 89, 54, 0.06) 0%, rgba(217, 119, 6, 0.06) 100%);
    border: 1px dashed rgba(46, 89, 54, 0.25);
    border-radius: 20px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

[data-theme="dark"] .hm-geo-card {
    background: rgba(15, 35, 20, 0.65);
    border-color: rgba(74, 222, 128, 0.25);
}

.hm-geo-icon {
    font-size: 2.2rem;
    line-height: 1;
}

.hm-geo-text h4 {
    font-size: 1.12rem;
    font-weight: 800;
    color: #172F1F;
    margin-bottom: 6px;
}

[data-theme="dark"] .hm-geo-text h4 {
    color: #F1F8F3;
}

.hm-geo-text p {
    font-size: 0.9rem;
    color: #476250;
    line-height: 1.55;
    margin: 0;
}

[data-theme="dark"] .hm-geo-text p {
    color: #9CB2A2;
}

.hm-geo-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #2E5936;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.88rem;
    transition: transform 0.25s ease, background 0.25s ease;
}

.hm-geo-cta:hover {
    background: #1e3d24;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hm-faq-section {
        padding: 60px 0 70px 0;
    }
    .hm-faq-trigger {
        padding: 18px 18px;
    }
    .hm-faq-body {
        padding: 0 18px 18px 18px;
    }
    .hm-geo-card {
        flex-direction: column;
        text-align: center;
        padding: 22px 18px;
    }
    .hm-geo-cta {
        width: 100%;
        justify-content: center;
    }
}
