/*
Theme Name: Hi Afrika
Theme URI: https://hiafrika.com
Author: Hi Afrika Team
Author URI: https://hiafrika.com
Description: A premium WooCommerce theme for Hi Afrika - Authentic African flavors e-commerce store. Modern 2026 design with glassmorphism, micro-interactions, dark mode, and rich African textile patterns. Inspired by warm earth tones and artisanal aesthetics. v2.1 — Refonte accueil avec motifs africains authentiques + système bilingue FR/EN.
Version: 2.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hi-afrika
Tags: e-commerce, woocommerce, custom-menu, custom-logo, featured-images, theme-options, dark-mode

Hi Afrika - Authentic African Flavors, Ready in Seconds.
*/

/* ========================================================================
   CSS VARIABLES & DESIGN TOKENS — 2026 Edition
   ======================================================================== */
:root {
    /* === Earth & Spice Palette === */
    --ha-brown-darkest: #2A1405;
    --ha-brown-dark: #3D1E08;
    --ha-brown: #5C2E0E;
    --ha-brown-medium: #7A3D12;
    --ha-brown-light: #A0622D;
    --ha-orange: #C4651A;
    --ha-orange-bright: #E07B1F;
    --ha-orange-soft: #D4781F;
    --ha-terra: #B85A1A;
    --ha-gold: #C9982E;
    --ha-gold-light: #D4A843;
    --ha-gold-bright: #E8B84D;

    /* === Warm Cream Palette === */
    --ha-cream: #F5EBD8;
    --ha-cream-light: #FAF4E8;
    --ha-cream-lighter: #FDF9EE;
    --ha-cream-dark: #E8D9BF;
    --ha-parchment: #F2E6CE;
    --ha-sand: #E8D5B5;
    --ha-white: #FFFDF8;
    --ha-beige: #F0E2C8;

    /* === Text === */
    --ha-text-darkest: #1A0E05;
    --ha-text-dark: #2C1810;
    --ha-text-medium: #5C3A20;
    --ha-text-light: #8B6944;
    --ha-text-muted: #A88B6E;
    --ha-text-on-dark: #F5EBD8;
    --ha-text-on-dark-soft: rgba(245, 235, 216, 0.85);

    /* === Greens === */
    --ha-green: #4A7A3D;
    --ha-green-dark: #2D5A22;
    --ha-green-light: #6B9B5E;
    --ha-green-leaf: #8FB87A;

    /* === Functional === */
    --ha-success: #4A7A3D;
    --ha-error: #C0392B;
    --ha-warning: #D4A843;
    --ha-star: #D4A843;

    /* === Surfaces === */
    --ha-surface: #FFFFFF;
    --ha-surface-alt: var(--ha-cream-light);
    --ha-surface-elevated: rgba(255, 253, 248, 0.75);
    --ha-surface-glass: rgba(255, 253, 248, 0.6);
    --ha-surface-dark: var(--ha-brown-dark);
    --ha-border-subtle: rgba(60, 30, 8, 0.08);
    --ha-border: rgba(60, 30, 8, 0.15);
    --ha-border-strong: rgba(60, 30, 8, 0.25);

    /* === Shadows === */
    --ha-shadow-xs: 0 1px 2px rgba(60, 30, 8, 0.06);
    --ha-shadow-sm: 0 2px 4px rgba(60, 30, 8, 0.08), 0 1px 2px rgba(60, 30, 8, 0.04);
    --ha-shadow-md: 0 4px 12px rgba(60, 30, 8, 0.10), 0 2px 4px rgba(60, 30, 8, 0.06);
    --ha-shadow-lg: 0 12px 28px rgba(60, 30, 8, 0.15), 0 4px 10px rgba(60, 30, 8, 0.08);
    --ha-shadow-xl: 0 24px 48px rgba(60, 30, 8, 0.20), 0 8px 16px rgba(60, 30, 8, 0.10);
    --ha-shadow-glow: 0 0 24px rgba(196, 101, 26, 0.25);
    --ha-shadow-card: 0 4px 16px rgba(60, 30, 8, 0.08);
    --ha-shadow-card-hover: 0 16px 32px rgba(60, 30, 8, 0.18);

    /* === Typography === */
    --ha-font-display: 'Fraunces', 'Playfair Display', 'Georgia', serif;
    --ha-font-body: 'Inter', 'Lato', 'Helvetica Neue', sans-serif;
    --ha-font-accent: 'Cormorant Garamond', 'Georgia', serif;

    /* === Spacing === */
    --ha-gap-xs: 0.25rem;
    --ha-gap-sm: 0.5rem;
    --ha-gap-md: 1rem;
    --ha-gap-lg: 1.5rem;
    --ha-gap-xl: 2.5rem;
    --ha-gap-2xl: 4rem;
    --ha-gap-3xl: 6rem;
    --ha-gap-4xl: 8rem;

    /* === Layout === */
    --ha-container: 1240px;
    --ha-container-wide: 1440px;
    --ha-radius-xs: 4px;
    --ha-radius-sm: 8px;
    --ha-radius-md: 12px;
    --ha-radius-lg: 18px;
    --ha-radius-xl: 24px;
    --ha-radius-pill: 999px;

    /* === Transitions === */
    --ha-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ha-ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ha-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ha-transition: 0.3s var(--ha-ease);
    --ha-transition-fast: 0.15s var(--ha-ease);
    --ha-transition-slow: 0.6s var(--ha-ease);

    /* === Z-Index === */
    --ha-z-dropdown: 100;
    --ha-z-sticky: 500;
    --ha-z-header: 1000;
    --ha-z-overlay: 2000;
    --ha-z-modal: 3000;
    --ha-z-toast: 4000;

    /* ════════════════════════════════════════════════════════════════
       AFRICAN PATTERNS LIBRARY — SVG data URIs
       ════════════════════════════════════════════════════════════════ */

    /* KENTE — woven horizontal stripes (Ghana/Akan tradition) */
    --kente-pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='14' viewBox='0 0 80 14'><rect width='13' height='14' x='0' fill='%23C4651A'/><rect width='13' height='14' x='13' fill='%23E8A33D'/><rect width='13' height='14' x='26' fill='%23FFF8E7'/><rect width='13' height='14' x='39' fill='%234A2C0A'/><rect width='13' height='14' x='52' fill='%238B4513'/><rect width='14' height='14' x='65' fill='%23C8973F'/><rect width='80' height='2' y='0' fill='%23000' opacity='0.15'/><rect width='80' height='2' y='12' fill='%23000' opacity='0.15'/></svg>");

    /* KENTE WOVEN — diamond weave variant */
    --kente-woven: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><rect width='40' height='40' fill='%23C4651A'/><path d='M0 0 L20 20 L0 40 Z' fill='%234A2C0A'/><path d='M40 0 L20 20 L40 40 Z' fill='%238B4513'/><path d='M0 0 L20 20 L40 0 Z' fill='%23E8A33D'/><path d='M0 40 L20 20 L40 40 Z' fill='%23C8973F'/><circle cx='20' cy='20' r='3' fill='%23FFF8E7'/></svg>");

    /* MUDCLOTH (Bogolan) — Mali traditional patterns */
    --mudcloth-pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><rect width='60' height='60' fill='%235C2E0E'/><path d='M5 5 L15 5 L15 7 L5 7 Z M20 5 L30 5 L30 7 L20 7 Z M35 5 L45 5 L45 7 L35 7 Z M50 5 L55 5 L55 7 L50 7 Z' fill='%23FFF8E7'/><path d='M10 15 L12 15 L12 25 L10 25 Z M25 15 L27 15 L27 25 L25 25 Z M40 15 L42 15 L42 25 L40 25 Z' fill='%23FFF8E7'/><circle cx='8' cy='35' r='2' fill='%23FFF8E7'/><circle cx='22' cy='35' r='2' fill='%23FFF8E7'/><circle cx='36' cy='35' r='2' fill='%23FFF8E7'/><circle cx='50' cy='35' r='2' fill='%23FFF8E7'/><path d='M5 45 L15 50 L5 55 Z' fill='%23FFF8E7'/><path d='M25 45 L35 50 L25 55 Z' fill='%23FFF8E7'/><path d='M45 45 L55 50 L45 55 Z' fill='%23FFF8E7'/></svg>");

    /* TRIBAL TRIANGLES — zigzag border */
    --tribal-triangles: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20'><path d='M0 20 L10 0 L20 20 L30 0 L40 20 Z' fill='%23C4651A'/><path d='M5 20 L10 10 L15 20 Z M25 20 L30 10 L35 20 Z' fill='%234A2C0A'/></svg>");

    /* ADINKRA-INSPIRED — circular symbols (Ghana) */
    --adinkra-pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'><rect width='80' height='80' fill='transparent'/><circle cx='40' cy='40' r='28' fill='none' stroke='%23C4651A' stroke-width='1.5' opacity='0.4'/><circle cx='40' cy='40' r='18' fill='none' stroke='%23C4651A' stroke-width='1.5' opacity='0.5'/><path d='M40 22 L48 40 L40 58 L32 40 Z' fill='%23C4651A' opacity='0.3'/><circle cx='40' cy='40' r='4' fill='%23C4651A' opacity='0.6'/></svg>");

    /* ZULU SHIELD — diamond grid */
    --zulu-diamonds: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><rect width='30' height='30' fill='transparent'/><path d='M15 0 L30 15 L15 30 L0 15 Z' fill='none' stroke='%23C4651A' stroke-width='1' opacity='0.25'/><path d='M15 8 L22 15 L15 22 L8 15 Z' fill='%23C4651A' opacity='0.15'/></svg>");

    /* DOTS GRID — small circles */
    --dots-pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='4' cy='4' r='1.5' fill='%23C4651A' opacity='0.25'/><circle cx='16' cy='12' r='1.5' fill='%23C4651A' opacity='0.25'/><circle cx='4' cy='20' r='1.5' fill='%23C4651A' opacity='0.25'/></svg>");

    /* ZIGZAG WAVES — flowing horizontal pattern */
    --zigzag-waves: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='12' viewBox='0 0 60 12'><path d='M0 6 L15 0 L30 6 L45 0 L60 6 L60 12 L45 6 L30 12 L15 6 L0 12 Z' fill='%23C4651A' opacity='0.4'/></svg>");

    /* CROSSHATCH — woven texture */
    --crosshatch-pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M0 0 L20 20 M-5 5 L15 25 M5 -5 L25 15 M0 20 L20 0 M-5 15 L15 -5 M5 25 L25 5' stroke='%23C4651A' stroke-width='0.5' opacity='0.15'/></svg>");

    /* SUN BURST — radial rays */
    --sunburst-pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><g transform='translate(100 100)'><g fill='none' stroke='%23E8A33D' stroke-width='1' opacity='0.3'><line x1='0' y1='-90' x2='0' y2='-60'/><line x1='0' y1='90' x2='0' y2='60'/><line x1='-90' y1='0' x2='-60' y2='0'/><line x1='90' y1='0' x2='60' y2='0'/><line x1='-64' y1='-64' x2='-42' y2='-42'/><line x1='64' y1='64' x2='42' y2='42'/><line x1='-64' y1='64' x2='-42' y2='42'/><line x1='64' y1='-64' x2='42' y2='-42'/><line x1='-35' y1='-83' x2='-23' y2='-55'/><line x1='35' y1='83' x2='23' y2='55'/><line x1='-83' y1='35' x2='-55' y2='23'/><line x1='83' y1='-35' x2='55' y2='-23'/><line x1='-83' y1='-35' x2='-55' y2='-23'/><line x1='83' y1='35' x2='55' y2='23'/><line x1='-35' y1='83' x2='-23' y2='55'/><line x1='35' y1='-83' x2='23' y2='-55'/></g><circle r='30' fill='none' stroke='%23E8A33D' stroke-width='1.5' opacity='0.4'/><circle r='15' fill='%23E8A33D' opacity='0.2'/></g></svg>");
}

/* === DARK MODE === */
[data-theme="dark"] {
    --ha-cream: #1F1208;
    --ha-cream-light: #261609;
    --ha-cream-lighter: #2D1A0B;
    --ha-cream-dark: #1A0F06;
    --ha-parchment: #2A1808;
    --ha-sand: #3D2410;
    --ha-white: #1F1208;
    --ha-beige: #2A1808;

    --ha-text-darkest: #F5EBD8;
    --ha-text-dark: #F0E2C8;
    --ha-text-medium: #D4A843;
    --ha-text-light: #B8915D;
    --ha-text-muted: #8B6944;

    --ha-surface: #261609;
    --ha-surface-alt: #1F1208;
    --ha-surface-elevated: rgba(45, 26, 11, 0.85);
    --ha-surface-glass: rgba(45, 26, 11, 0.6);
    --ha-border-subtle: rgba(245, 235, 216, 0.08);
    --ha-border: rgba(245, 235, 216, 0.15);
    --ha-border-strong: rgba(245, 235, 216, 0.25);

    --ha-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.3);
    --ha-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    --ha-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
    --ha-shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.4);
    --ha-shadow-card: 0 4px 16px rgba(0, 0, 0, 0.4);
    --ha-shadow-card-hover: 0 16px 32px rgba(0, 0, 0, 0.6);
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--ha-font-body);
    color: var(--ha-text-dark);
    background-color: var(--ha-cream-light);
    line-height: 1.65;
    overflow-x: hidden;
    transition: background-color 0.4s var(--ha-ease), color 0.4s var(--ha-ease);
    background-image:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="2" stitchTiles="stitch"/><feColorMatrix type="saturate" values="0"/></filter><rect width="100%25" height="100%25" filter="url(%23n)" opacity="0.025"/></svg>');
}

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

a {
    color: var(--ha-brown);
    text-decoration: none;
    transition: color var(--ha-transition);
}

a:hover { color: var(--ha-orange); }

[data-theme="dark"] a { color: var(--ha-gold-light); }
[data-theme="dark"] a:hover { color: var(--ha-orange-bright); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ha-font-display);
    color: var(--ha-text-dark);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.25rem, 5vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; }
h3 { font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 700; }
h4 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 600; }

p {
    margin-bottom: 1em;
    color: var(--ha-text-medium);
}

ul, ol { list-style: none; }

::selection {
    background: var(--ha-orange);
    color: var(--ha-cream-light);
}

*:focus-visible {
    outline: 3px solid var(--ha-orange);
    outline-offset: 3px;
    border-radius: var(--ha-radius-xs);
}

/* ========================================================================
   AFRICAN BORDERS — Refined kente patterns
   ======================================================================== */
.african-border {
    width: 100%;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 28' preserveAspectRatio='none'%3E%3Crect width='200' height='28' fill='%235C2E0E'/%3E%3Cpath d='M0,14 L12,2 L24,14 L12,26 Z' fill='%23C9982E'/%3E%3Cpath d='M24,14 L36,2 L48,14 L36,26 Z' fill='%23C4651A'/%3E%3Cpath d='M48,14 L60,2 L72,14 L60,26 Z' fill='%23D4A843'/%3E%3Cpath d='M72,14 L84,2 L96,14 L84,26 Z' fill='%23C4651A'/%3E%3Cpath d='M96,14 L108,2 L120,14 L108,26 Z' fill='%23C9982E'/%3E%3Cpath d='M120,14 L132,2 L144,14 L132,26 Z' fill='%23D4A843'/%3E%3Cpath d='M144,14 L156,2 L168,14 L156,26 Z' fill='%23C4651A'/%3E%3Cpath d='M168,14 L180,2 L192,14 L180,26 Z' fill='%23C9982E'/%3E%3Cline x1='0' y1='1.5' x2='200' y2='1.5' stroke='%23E8B84D' stroke-width='2'/%3E%3Cline x1='0' y1='26.5' x2='200' y2='26.5' stroke='%23E8B84D' stroke-width='2'/%3E%3Ccircle cx='12' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='36' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='60' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='84' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='108' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='132' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='156' cy='14' r='2' fill='%233D1E08'/%3E%3Ccircle cx='180' cy='14' r='2' fill='%233D1E08'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 200px 28px;
    position: relative;
}

.african-border-thin {
    width: 100%;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14' preserveAspectRatio='none'%3E%3Crect width='80' height='14' fill='%235C2E0E'/%3E%3Cpath d='M0,7 L8,0 L16,7 L8,14 Z' fill='%23C9982E'/%3E%3Cpath d='M16,7 L24,0 L32,7 L24,14 Z' fill='%23C4651A'/%3E%3Cpath d='M32,7 L40,0 L48,7 L40,14 Z' fill='%23D4A843'/%3E%3Cpath d='M48,7 L56,0 L64,7 L56,14 Z' fill='%23C4651A'/%3E%3Cpath d='M64,7 L72,0 L80,7 L72,14 Z' fill='%23C9982E'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 80px 14px;
}

.african-border.is-animated {
    animation: kenteScroll 60s linear infinite;
}

@keyframes kenteScroll {
    from { background-position-x: 0; }
    to { background-position-x: -200px; }
}

/* ========================================================================
   CONTAINERS
   ======================================================================== */
.ha-container {
    max-width: var(--ha-container);
    margin: 0 auto;
    padding: 0 var(--ha-gap-lg);
}

.ha-container-wide {
    max-width: var(--ha-container-wide);
    margin: 0 auto;
    padding: 0 var(--ha-gap-lg);
}

.ha-section { padding: var(--ha-gap-3xl) 0; position: relative; }
.ha-section-sm { padding: var(--ha-gap-2xl) 0; }
.ha-section-lg { padding: var(--ha-gap-4xl) 0; }

/* ========================================================================
   HEADER & NAVIGATION — Glassmorphic, scroll-aware
   ======================================================================== */
.site-header {
    background-color: var(--ha-cream);
    position: sticky;
    top: 0;
    z-index: var(--ha-z-header);
    border-bottom: 1px solid var(--ha-border-subtle);
    transition: backdrop-filter 0.3s var(--ha-ease),
                background-color 0.3s var(--ha-ease),
                box-shadow 0.3s var(--ha-ease),
                padding 0.3s var(--ha-ease);
}

.site-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'%3E%3Cpath d='M0,4 L10,0 L20,4 L30,0 L40,4 L50,0 L60,4 L70,0 L80,4 L90,0 L100,4 L110,0 L120,4 L130,0 L140,4 L150,0 L160,4 L170,0 L180,4 L190,0 L200,4 L200,8 L0,8 Z' fill='%23C9982E' opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 200px 8px;
    pointer-events: none;
    z-index: -1;
}

.site-header.is-scrolled {
    background-color: var(--ha-surface-glass);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: var(--ha-shadow-md);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem var(--ha-gap-lg);
    max-width: var(--ha-container);
    margin: 0 auto;
    transition: padding 0.3s var(--ha-ease);
}

.site-header.is-scrolled .header-inner {
    padding: 0.6rem var(--ha-gap-lg);
}

/* === Logo === */
.site-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    transition: transform var(--ha-transition);
}

.site-logo:hover { transform: scale(1.02); }

.site-logo img {
    height: 44px;
    width: auto;
    transition: height 0.3s var(--ha-ease);
}

.site-header.is-scrolled .site-logo img { height: 36px; }

.site-logo .logo-text {
    font-family: var(--ha-font-display);
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--ha-brown-dark);
    letter-spacing: -0.01em;
}

.site-logo .logo-text span { color: var(--ha-orange); }

[data-theme="dark"] .site-logo .logo-text { color: var(--ha-cream); }

.site-logo .logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--ha-green-dark) 0%, var(--ha-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ha-gold);
    font-size: 1.1rem;
    font-weight: 700;
    font-family: var(--ha-font-display);
    position: relative;
    box-shadow: var(--ha-shadow-sm);
}

.site-logo .logo-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid var(--ha-gold);
    opacity: 0.5;
}

/* === Navigation === */
.main-navigation { display: flex; align-items: center; }

.main-navigation .nav-menu {
    display: flex;
    align-items: center;
    gap: var(--ha-gap-xl);
}

.main-navigation .nav-menu li a {
    font-family: var(--ha-font-body);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--ha-text-dark);
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
    letter-spacing: 0.2px;
    transition: color var(--ha-transition);
}

.main-navigation .nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--ha-orange) 0%, var(--ha-gold) 100%);
    transition: width var(--ha-transition);
    border-radius: 2px;
}

.main-navigation .nav-menu li a:hover,
.main-navigation .nav-menu li.current-menu-item a {
    color: var(--ha-orange);
}

.main-navigation .nav-menu li a:hover::after,
.main-navigation .nav-menu li.current-menu-item a::after {
    width: 100%;
}

/* === Header Actions === */
.header-actions {
    display: flex;
    align-items: center;
    gap: var(--ha-gap-md);
}

.header-actions button,
.header-actions a {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--ha-text-dark);
    font-size: 1.15rem;
    padding: 0.5rem;
    border-radius: var(--ha-radius-sm);
    transition: all var(--ha-transition);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-actions button:hover,
.header-actions a:hover {
    color: var(--ha-orange);
    background: var(--ha-cream-dark);
    transform: translateY(-1px);
}

[data-theme="dark"] .header-actions button,
[data-theme="dark"] .header-actions a {
    color: var(--ha-cream);
}

.cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: linear-gradient(135deg, var(--ha-orange) 0%, var(--ha-orange-bright) 100%);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: var(--ha-radius-pill);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ha-font-body);
    box-shadow: 0 2px 4px rgba(196, 101, 26, 0.4);
}

/* === Theme toggle === */
.theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: var(--ha-radius-pill) !important;
    background: var(--ha-cream-dark) !important;
    color: var(--ha-brown-dark) !important;
}

.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }

.theme-toggle:hover { transform: rotate(15deg) translateY(-1px); }

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
}

.nav-close { display: none; }

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--ha-text-dark);
    transition: all var(--ha-transition);
    display: block;
    border-radius: 2px;
}

[data-theme="dark"] .menu-toggle span { background: var(--ha-cream); }

/* ========================================================================
   HERO SECTION — Immersive, layered
   ======================================================================== */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, var(--ha-brown-darkest) 0%, var(--ha-brown-dark) 50%, var(--ha-brown) 100%);
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top right, rgba(196, 101, 26, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(201, 152, 46, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, rgba(42, 20, 5, 0.85) 0%, rgba(42, 20, 5, 0.5) 50%, rgba(42, 20, 5, 0.2) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M0,9 L10,0 L20,9 L10,18 Z' fill='%23C9982E'/%3E%3Cpath d='M20,9 L30,0 L40,9 L30,18 Z' fill='%23C4651A'/%3E%3Cpath d='M40,9 L50,0 L60,9 L50,18 Z' fill='%23D4A843'/%3E%3Cpath d='M60,9 L70,0 L80,9 L70,18 Z' fill='%23C4651A'/%3E%3Cpath d='M80,9 L90,0 L100,9 L90,18 Z' fill='%23C9982E'/%3E%3Cpath d='M100,9 L110,0 L120,9 L110,18 Z' fill='%23D4A843'/%3E%3Cpath d='M120,9 L130,0 L140,9 L130,18 Z' fill='%23C4651A'/%3E%3Cpath d='M140,9 L150,0 L160,9 L150,18 Z' fill='%23C9982E'/%3E%3Cpath d='M160,9 L170,0 L180,9 L170,18 Z' fill='%23D4A843'/%3E%3Cpath d='M180,9 L190,0 L200,9 L190,18 Z' fill='%23C4651A'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 200px 18px;
    z-index: 3;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: scale(1.05);
    transition: transform 1.2s var(--ha-ease);
}

.hero-section:hover .hero-bg { transform: scale(1.08); }

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: var(--ha-container);
    margin: 0 auto;
    padding: var(--ha-gap-3xl) var(--ha-gap-lg);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--ha-gap-xl);
    width: 100%;
}

.hero-content { color: var(--ha-text-on-dark); }

.hero-content h1 {
    color: var(--ha-cream-lighter);
    margin-bottom: 1.25rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-content h1 .highlight {
    color: var(--ha-gold-bright);
    display: block;
    background: linear-gradient(120deg, var(--ha-gold-bright) 0%, var(--ha-orange-bright) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.hero-content p {
    color: var(--ha-text-on-dark-soft);
    font-size: 1.15rem;
    margin-bottom: 2rem;
    max-width: 480px;
    line-height: 1.6;
}

.hero-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
    animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(0.5deg); }
}

.hero-image::before,
.hero-image::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-image::before {
    width: 6px;
    height: 6px;
    background: var(--ha-gold-bright);
    top: 20%;
    left: 10%;
    box-shadow:
        20px 30px 0 -1px var(--ha-orange-bright),
        50px -10px 0 -2px var(--ha-gold),
        80px 50px 0 -1px var(--ha-orange);
    animation: particleFloat 5s ease-in-out infinite;
}

.hero-image::after {
    width: 4px;
    height: 4px;
    background: var(--ha-orange-bright);
    bottom: 30%;
    right: 15%;
    box-shadow:
        -30px -20px 0 -1px var(--ha-gold-bright),
        -60px 20px 0 -2px var(--ha-orange);
    animation: particleFloat 7s ease-in-out infinite reverse;
}

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0); opacity: 0.6; }
    50% { transform: translate(15px, -15px); opacity: 1; }
}

/* ========================================================================
   BUTTONS
   ======================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    font-family: var(--ha-font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: var(--ha-radius-pill);
    cursor: pointer;
    transition: all var(--ha-transition);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    line-height: 1;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--ha-orange-bright) 0%, var(--ha-gold) 100%);
    opacity: 0;
    transition: opacity var(--ha-transition);
    z-index: -1;
}

.btn-primary {
    background: linear-gradient(135deg, var(--ha-orange) 0%, var(--ha-orange-bright) 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(196, 101, 26, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(196, 101, 26, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    color: white;
}

.btn-primary:hover::before { opacity: 1; }

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

.btn-secondary {
    background: transparent;
    color: var(--ha-brown-dark);
    border: 2px solid var(--ha-brown-dark);
    padding: calc(0.95rem - 2px) calc(2rem - 2px);
}

.btn-secondary:hover {
    background: var(--ha-brown-dark);
    color: var(--ha-cream-light);
    transform: translateY(-2px);
    box-shadow: var(--ha-shadow-md);
}

[data-theme="dark"] .btn-secondary {
    color: var(--ha-cream);
    border-color: var(--ha-cream);
}

[data-theme="dark"] .btn-secondary:hover {
    background: var(--ha-cream);
    color: var(--ha-brown-dark);
}

.btn-add-to-cart {
    background: var(--ha-orange);
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
    width: 100%;
    box-shadow: 0 2px 8px rgba(196, 101, 26, 0.3);
}

.btn-add-to-cart:hover {
    background: var(--ha-orange-bright);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(196, 101, 26, 0.45);
    color: white;
}

.btn .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
}

@keyframes ripple {
    to { transform: scale(4); opacity: 0; }
}

/* ========================================================================
   TRUST BADGES
   ======================================================================== */
.trust-badges {
    background: var(--ha-cream);
    padding: var(--ha-gap-lg) 0;
    border-bottom: 1px solid var(--ha-border-subtle);
    position: relative;
}

[data-theme="dark"] .trust-badges {
    background: var(--ha-surface-alt);
}

.trust-badges-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ha-gap-2xl);
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--ha-text-medium);
    font-size: 0.9rem;
    font-weight: 500;
    transition: transform var(--ha-transition), color var(--ha-transition);
}

.trust-badge:hover {
    transform: translateY(-2px);
    color: var(--ha-orange);
}

.trust-badge .stars {
    color: var(--ha-gold);
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.trust-badge svg {
    width: 22px;
    height: 22px;
    color: var(--ha-orange);
    flex-shrink: 0;
}

/* ========================================================================
   SECTION TITLES
   ======================================================================== */
.section-title {
    text-align: center;
    margin-bottom: var(--ha-gap-2xl);
}

.section-title h2 {
    color: var(--ha-text-dark);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--ha-orange) 0%, var(--ha-gold) 100%);
    border-radius: 2px;
}

.section-title p {
    color: var(--ha-text-medium);
    font-size: 1.05rem;
    margin-top: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================
   PRODUCT GRID & CARDS
   ======================================================================== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ha-gap-xl);
    margin-bottom: var(--ha-gap-2xl);
}

.product-card {
    background: var(--ha-surface);
    border-radius: var(--ha-radius-lg);
    overflow: hidden;
    box-shadow: var(--ha-shadow-card);
    transition: transform 0.4s var(--ha-ease),
                box-shadow 0.4s var(--ha-ease);
    position: relative;
    border: 1px solid var(--ha-border-subtle);
    isolation: isolate;
}

[data-theme="dark"] .product-card {
    background: var(--ha-surface-alt);
}

.product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(196, 101, 26, 0) 0%, rgba(196, 101, 26, 0.05) 100%);
    opacity: 0;
    transition: opacity var(--ha-transition);
    z-index: 0;
    pointer-events: none;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ha-shadow-card-hover);
}

.product-card:hover::before { opacity: 1; }

.product-card-image {
    position: relative;
    overflow: hidden;
    background: var(--ha-cream-light);
    aspect-ratio: 1;
    display: block;
}

[data-theme="dark"] .product-card-image {
    background: var(--ha-surface);
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ha-ease);
}

.product-card:hover .product-card-image img {
    transform: scale(1.08);
}

.product-card-actions {
    position: absolute;
    top: var(--ha-gap-md);
    right: var(--ha-gap-md);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s var(--ha-ease), transform 0.3s var(--ha-ease);
    z-index: 2;
}

.product-card:hover .product-card-actions {
    opacity: 1;
    transform: translateX(0);
}

.product-card-actions button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 253, 248, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid var(--ha-border-subtle);
    color: var(--ha-brown-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--ha-transition);
    box-shadow: var(--ha-shadow-sm);
}

.product-card-actions button:hover {
    background: var(--ha-orange);
    color: white;
    transform: scale(1.1);
}

.badge {
    position: absolute;
    top: var(--ha-gap-md);
    left: var(--ha-gap-md);
    background: linear-gradient(135deg, var(--ha-orange) 0%, var(--ha-orange-bright) 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.4rem 0.8rem;
    border-radius: var(--ha-radius-pill);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(196, 101, 26, 0.4);
}

.badge.badge-new {
    background: linear-gradient(135deg, var(--ha-green) 0%, var(--ha-green-light) 100%);
    box-shadow: 0 2px 8px rgba(74, 122, 61, 0.4);
}

.product-card-body {
    padding: var(--ha-gap-lg);
    position: relative;
    z-index: 1;
}

.product-card-title {
    font-family: var(--ha-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ha-text-dark);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    transition: color var(--ha-transition);
}

.product-card a:hover .product-card-title {
    color: var(--ha-orange);
}

.product-card-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: var(--ha-gap-md);
    font-family: var(--ha-font-body);
}

.product-card-price .price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ha-orange);
}

.product-card-price .price-old {
    font-size: 0.9rem;
    color: var(--ha-text-light);
    text-decoration: line-through;
}

.section-footer {
    text-align: center;
    margin-top: var(--ha-gap-xl);
}

.product-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: var(--ha-gap-xl);
    flex-wrap: wrap;
}

.product-tab {
    background: transparent;
    border: 1.5px solid var(--ha-border);
    color: var(--ha-text-medium);
    padding: 0.6rem 1.5rem;
    border-radius: var(--ha-radius-pill);
    font-family: var(--ha-font-body);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--ha-transition);
}

.product-tab:hover {
    border-color: var(--ha-orange);
    color: var(--ha-orange);
}

.product-tab.is-active {
    background: var(--ha-orange);
    border-color: var(--ha-orange);
    color: white;
    box-shadow: 0 2px 8px rgba(196, 101, 26, 0.3);
}

/* ========================================================================
   OUR STORY SECTION
   ======================================================================== */
.our-story-section {
    background: var(--ha-cream);
    position: relative;
    overflow: hidden;
}

[data-theme="dark"] .our-story-section {
    background: var(--ha-surface-alt);
}

.our-story-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(196, 101, 26, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(201, 152, 46, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.our-story-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ha-gap-2xl);
    align-items: center;
    position: relative;
}

.our-story-content h2 {
    color: var(--ha-text-dark);
    margin-bottom: var(--ha-gap-md);
    text-align: center;
}

.our-story-content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--ha-orange) 0%, var(--ha-gold) 100%);
    margin: var(--ha-gap-md) auto 0;
    border-radius: 2px;
}

.our-story-content .emphasis {
    font-family: var(--ha-font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ha-brown);
    text-align: center;
    margin-bottom: var(--ha-gap-lg);
    font-style: italic;
}

[data-theme="dark"] .our-story-content .emphasis { color: var(--ha-gold-light); }

.our-story-content p {
    color: var(--ha-text-medium);
    font-size: 1.05rem;
    line-height: 1.75;
    text-align: center;
}

.our-story-image {
    position: relative;
    border-radius: var(--ha-radius-xl);
    overflow: hidden;
    box-shadow: var(--ha-shadow-lg);
    aspect-ratio: 4/5;
}

.our-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ha-ease);
}

.our-story-image:hover img {
    transform: scale(1.05);
}

.our-story-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: inherit;
    pointer-events: none;
}

/* ========================================================================
   WHY HI AFRIKA — 3 column features
   ======================================================================== */
.why-section {
    background: var(--ha-cream-light);
    position: relative;
}

[data-theme="dark"] .why-section {
    background: var(--ha-cream);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ha-gap-xl);
    margin-top: var(--ha-gap-2xl);
}

.why-card {
    background: var(--ha-surface);
    padding: var(--ha-gap-2xl) var(--ha-gap-xl);
    border-radius: var(--ha-radius-lg);
    text-align: center;
    border: 1px solid var(--ha-border-subtle);
    box-shadow: var(--ha-shadow-card);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s var(--ha-ease),
                box-shadow 0.4s var(--ha-ease);
    isolation: isolate;
}

[data-theme="dark"] .why-card {
    background: var(--ha-surface-alt);
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ha-orange) 0%, var(--ha-gold) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ha-ease);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ha-shadow-card-hover);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:nth-child(1)::before {
    background: linear-gradient(90deg, var(--ha-green) 0%, var(--ha-green-light) 100%);
}

.why-card:nth-child(2)::before {
    background: linear-gradient(90deg, var(--ha-orange) 0%, var(--ha-orange-bright) 100%);
}

.why-card:nth-child(3)::before {
    background: linear-gradient(90deg, var(--ha-brown) 0%, var(--ha-brown-light) 100%);
}

.why-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--ha-gap-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ha-cream);
    border-radius: 50%;
    transition: transform 0.5s var(--ha-ease-bounce);
    position: relative;
}

[data-theme="dark"] .why-card-icon {
    background: var(--ha-surface);
}

.why-card-icon::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed var(--ha-border);
    opacity: 0.5;
    transition: transform 0.5s var(--ha-ease);
}

.why-card:hover .why-card-icon {
    transform: scale(1.1) rotate(-5deg);
}

.why-card:hover .why-card-icon::before {
    transform: rotate(180deg);
}

.why-card-icon svg {
    width: 50px;
    height: 50px;
}

.why-card h3 {
    color: var(--ha-text-dark);
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.why-card p {
    color: var(--ha-text-medium);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* ========================================================================
   FOOTER
   ======================================================================== */
.site-footer {
    background: linear-gradient(135deg, var(--ha-brown-darkest) 0%, var(--ha-brown-dark) 100%);
    color: var(--ha-text-on-dark-soft);
    padding-top: var(--ha-gap-3xl);
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 18' preserveAspectRatio='none'%3E%3Cpath d='M0,9 L10,0 L20,9 L10,18 Z' fill='%23C9982E'/%3E%3Cpath d='M20,9 L30,0 L40,9 L30,18 Z' fill='%23C4651A'/%3E%3Cpath d='M40,9 L50,0 L60,9 L50,18 Z' fill='%23D4A843'/%3E%3Cpath d='M60,9 L70,0 L80,9 L70,18 Z' fill='%23C4651A'/%3E%3Cpath d='M80,9 L90,0 L100,9 L90,18 Z' fill='%23C9982E'/%3E%3Cpath d='M100,9 L110,0 L120,9 L110,18 Z' fill='%23D4A843'/%3E%3Cpath d='M120,9 L130,0 L140,9 L130,18 Z' fill='%23C4651A'/%3E%3Cpath d='M140,9 L150,0 L160,9 L150,18 Z' fill='%23C9982E'/%3E%3Cpath d='M160,9 L170,0 L180,9 L170,18 Z' fill='%23D4A843'/%3E%3Cpath d='M180,9 L190,0 L200,9 L190,18 Z' fill='%23C4651A'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 200px 18px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: var(--ha-gap-xl);
    padding-bottom: var(--ha-gap-2xl);
    max-width: var(--ha-container);
    margin: 0 auto;
    padding-left: var(--ha-gap-lg);
    padding-right: var(--ha-gap-lg);
}

.footer-column h4 {
    color: var(--ha-cream-lighter);
    font-size: 1.1rem;
    margin-bottom: var(--ha-gap-md);
    font-family: var(--ha-font-display);
}

.footer-column .footer-logo {
    color: var(--ha-cream-lighter);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: var(--ha-gap-md);
    font-family: var(--ha-font-display);
}

.footer-column p {
    color: var(--ha-text-on-dark-soft);
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-column ul li { margin-bottom: 0.6rem; }

.footer-column ul li a {
    color: var(--ha-text-on-dark-soft);
    font-size: 0.9rem;
    transition: color var(--ha-transition), padding-left var(--ha-transition);
    display: inline-block;
}

.footer-column ul li a:hover {
    color: var(--ha-gold-bright);
    padding-left: 0.4rem;
}

.footer-social {
    display: flex;
    gap: 0.6rem;
    margin-top: var(--ha-gap-md);
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(245, 235, 216, 0.1);
    color: var(--ha-cream-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--ha-transition);
    border: 1px solid rgba(245, 235, 216, 0.15);
}

.footer-social a:hover {
    background: var(--ha-orange);
    color: white;
    transform: translateY(-2px);
    border-color: var(--ha-orange);
}

.footer-bottom {
    border-top: 1px solid rgba(245, 235, 216, 0.1);
    padding: var(--ha-gap-md) 0;
    text-align: center;
    color: var(--ha-text-on-dark-soft);
    font-size: 0.85rem;
}

.footer-newsletter {
    display: flex;
    gap: 0.5rem;
    margin-top: var(--ha-gap-md);
}

.footer-newsletter input {
    flex: 1;
    padding: 0.7rem 1rem;
    background: rgba(245, 235, 216, 0.08);
    border: 1px solid rgba(245, 235, 216, 0.15);
    border-radius: var(--ha-radius-pill);
    color: var(--ha-cream-lighter);
    font-family: var(--ha-font-body);
    font-size: 0.9rem;
    transition: all var(--ha-transition);
}

.footer-newsletter input::placeholder {
    color: rgba(245, 235, 216, 0.5);
}

.footer-newsletter input:focus {
    outline: none;
    background: rgba(245, 235, 216, 0.12);
    border-color: var(--ha-gold);
}

.footer-newsletter button {
    padding: 0.7rem 1.25rem;
    background: var(--ha-orange);
    color: white;
    border: none;
    border-radius: var(--ha-radius-pill);
    font-family: var(--ha-font-body);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--ha-transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-newsletter button:hover {
    background: var(--ha-orange-bright);
    transform: translateY(-1px);
}

/* ========================================================================
   SCROLL REVEAL ANIMATIONS
   ======================================================================== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s var(--ha-ease), transform 0.8s var(--ha-ease);
}

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

.reveal-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s var(--ha-ease), transform 0.6s var(--ha-ease);
}

.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.1s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.2s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.3s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.4s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.5s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.6s; }

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

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal, .reveal-stagger > * {
        opacity: 1;
        transform: none;
    }
}

/* ========================================================================
   PAGE HEADER (for inner pages)
   ======================================================================== */
.page-header {
    background: linear-gradient(135deg, var(--ha-brown-darkest) 0%, var(--ha-brown) 100%);
    color: var(--ha-cream-lighter);
    padding: var(--ha-gap-3xl) 0 var(--ha-gap-2xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top, rgba(196, 101, 26, 0.2) 0%, transparent 60%);
    pointer-events: none;
}

.page-header h1 {
    color: var(--ha-cream-lighter);
    position: relative;
    z-index: 1;
}

.page-header .breadcrumbs {
    margin-top: var(--ha-gap-md);
    color: var(--ha-text-on-dark-soft);
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.page-header .breadcrumbs a {
    color: var(--ha-gold-light);
}

/* ========================================================================
   WOOCOMMERCE OVERRIDES
   ======================================================================== */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ha-gap-xl);
    margin: 0 !important;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background: var(--ha-surface);
    border-radius: var(--ha-radius-lg);
    overflow: hidden;
    box-shadow: var(--ha-shadow-card);
    transition: all 0.4s var(--ha-ease);
    border: 1px solid var(--ha-border-subtle);
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: var(--ha-shadow-card-hover);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--ha-font-display) !important;
    font-size: 1.05rem !important;
    color: var(--ha-text-dark) !important;
    padding: 0 var(--ha-gap-lg) !important;
}

.woocommerce ul.products li.product .price {
    color: var(--ha-orange) !important;
    font-weight: 700 !important;
    padding: 0 var(--ha-gap-lg) !important;
}

.woocommerce ul.products li.product .button {
    background: var(--ha-orange) !important;
    color: white !important;
    border-radius: var(--ha-radius-pill) !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin: var(--ha-gap-md) var(--ha-gap-lg) var(--ha-gap-lg) !important;
}

.woocommerce ul.products li.product .button:hover {
    background: var(--ha-orange-bright) !important;
}

/* ========================================================================
   RESPONSIVE
   ======================================================================== */
@media (max-width: 1024px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .our-story-inner {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: var(--ha-cream-light);
        flex-direction: column;
        align-items: stretch;
        padding: var(--ha-gap-2xl) var(--ha-gap-lg);
        z-index: var(--ha-z-overlay);
        transition: right 0.4s var(--ha-ease);
        box-shadow: var(--ha-shadow-xl);
    }

    .main-navigation.is-open {
        right: 0;
    }

    [data-theme="dark"] .main-navigation {
        background: var(--ha-cream);
    }

    .main-navigation .nav-menu {
        flex-direction: column;
        gap: var(--ha-gap-md);
        align-items: flex-start;
    }

    .main-navigation .nav-menu li {
        width: 100%;
        border-bottom: 1px solid var(--ha-border-subtle);
        padding-bottom: var(--ha-gap-md);
    }

    .nav-close {
        display: block;
        position: absolute;
        top: var(--ha-gap-md);
        right: var(--ha-gap-md);
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--ha-text-dark);
    }

    .products-grid,
    .why-grid,
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: 1fr !important;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .trust-badges-inner {
        gap: var(--ha-gap-md);
    }

    .hero-section {
        min-height: 500px;
    }

    .hero-content h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 480px) {
    .ha-section {
        padding: var(--ha-gap-2xl) 0;
    }

    .hero-section {
        min-height: 450px;
    }

    .hero-content h1 {
        font-size: 1.85rem;
    }

    .product-card-body {
        padding: var(--ha-gap-md);
    }
}

/* ========================================================================
   UTILITIES
   ======================================================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-lg { margin-top: var(--ha-gap-lg); }
.mb-lg { margin-bottom: var(--ha-gap-lg); }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skeleton {
    background: linear-gradient(
        90deg,
        var(--ha-cream-dark) 0%,
        var(--ha-cream) 50%,
        var(--ha-cream-dark) 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

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

.toast {
    position: fixed;
    bottom: var(--ha-gap-lg);
    right: var(--ha-gap-lg);
    background: var(--ha-surface);
    color: var(--ha-text-dark);
    padding: 1rem 1.5rem;
    border-radius: var(--ha-radius-md);
    box-shadow: var(--ha-shadow-lg);
    z-index: var(--ha-z-toast);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s var(--ha-ease-bounce);
    border-left: 4px solid var(--ha-orange);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
}

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

.toast.toast-success { border-left-color: var(--ha-success); }
.toast.toast-error { border-left-color: var(--ha-error); }

/* ════════════════════════════════════════════════════════════════════════════
   PART II — 2026 EXTENSIONS (Hero rich, Tabs, Testimonials, CTA, Footer rich)
   ════════════════════════════════════════════════════════════════════════════ */

/* ─── Hero — rich content ─────────────────────────────────────────────── */
.hero-section { min-height: clamp(620px, 90vh, 880px); padding-top: 0; padding-bottom: 0; }

.hero-bg {
    background: radial-gradient(ellipse at 30% 20%, #5C2E0E 0%, #3D1E08 50%, #1A0E04 100%);
}

.hero-kente-top {
    position: absolute; top: 0; left: 0; right: 0; height: 14px;
    background: var(--kente-pattern);
    background-size: 80px 14px;
    z-index: 5; opacity: 0.85;
}

.hero-particles {
    position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 2;
}
.hero-particles .particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 163, 61, 0.4) 0%, transparent 70%);
    animation: particleFloat 12s ease-in-out infinite;
}
.hero-particles .particle-1 { width: 200px; height: 200px; top: 10%; left: 5%; animation-delay: 0s; }
.hero-particles .particle-2 { width: 140px; height: 140px; top: 60%; left: 80%; animation-delay: 2s; }
.hero-particles .particle-3 { width: 90px; height: 90px; top: 30%; left: 60%; animation-delay: 4s; background: radial-gradient(circle, rgba(196, 101, 26, 0.3) 0%, transparent 70%); }
.hero-particles .particle-4 { width: 160px; height: 160px; top: 75%; left: 15%; animation-delay: 6s; }
.hero-particles .particle-5 { width: 100px; height: 100px; top: 5%; left: 50%; animation-delay: 1s; }

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: rgba(232, 163, 61, 0.12);
    border: 1px solid rgba(232, 163, 61, 0.35);
    border-radius: 999px;
    font-size: 0.78rem; font-weight: 600;
    color: var(--ha-gold-light, #E8A33D);
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}
.hero-eyebrow-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--ha-gold-light, #E8A33D);
    box-shadow: 0 0 12px var(--ha-gold-light, #E8A33D);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

.hero-content h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.05; margin-bottom: 1.25rem; }
.hero-subtitle { font-size: clamp(1.05rem, 1.5vw, 1.2rem); max-width: 540px; margin-bottom: 2.25rem; opacity: 0.92; }

.hero-actions {
    display: flex; gap: 1rem; flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-large {
    padding: 1.05rem 2.2rem;
    font-size: 1rem;
    font-weight: 700;
}

.btn-ghost {
    background: transparent;
    color: var(--ha-text-on-dark, #FFF8E7);
    border: 1.5px solid rgba(255, 248, 231, 0.3);
    backdrop-filter: blur(10px);
}
.btn-ghost:hover {
    background: rgba(255, 248, 231, 0.12);
    border-color: rgba(255, 248, 231, 0.5);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--ha-orange);
    border: 1.5px solid var(--ha-orange);
}
.btn-outline:hover {
    background: var(--ha-orange);
    color: #fff;
    transform: translateY(-2px);
}

/* Hero stats */
.hero-stats {
    display: flex; align-items: center; gap: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 248, 231, 0.15);
    flex-wrap: wrap;
}
.hero-stat { display: flex; flex-direction: column; gap: 0.25rem; }
.hero-stat-number {
    font-family: var(--ha-font-display);
    font-size: 2rem; font-weight: 700;
    color: var(--ha-gold-light, #E8A33D);
    line-height: 1;
}
.hero-stat-number span {
    font-size: 1.1rem; opacity: 0.85; margin-left: 2px;
}
.hero-stat-label {
    font-size: 0.82rem;
    color: rgba(255, 248, 231, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hero-stat-divider {
    width: 1px; height: 36px;
    background: rgba(255, 248, 231, 0.2);
}

/* Hero visual */
.hero-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    perspective: 1000px;
}
.hero-visual-glow {
    position: absolute;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(232, 163, 61, 0.4) 0%, transparent 65%);
    filter: blur(40px);
    z-index: 1;
    animation: glowPulse 6s ease-in-out infinite;
}
@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 0.9; }
}
.hero-product-image, .hero-visual-placeholder {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    max-height: 560px;
    filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.45));
    animation: heroFloat 6s ease-in-out infinite;
}
.hero-visual-placeholder svg {
    max-height: 540px;
    width: auto;
}

.hero-floating-leaf {
    position: absolute;
    width: 60px; height: 60px;
    z-index: 3;
    pointer-events: none;
}
.hero-floating-leaf-1 {
    top: 15%; right: 10%;
    animation: leafFloat 5s ease-in-out infinite;
}
.hero-floating-leaf-2 {
    bottom: 20%; left: 5%;
    animation: leafFloat 7s ease-in-out infinite reverse;
    animation-delay: 1s;
}
@keyframes leafFloat {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-25px) rotate(15deg); }
}

/* Scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    color: rgba(255, 248, 231, 0.7);
    text-decoration: none;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    z-index: 6;
    transition: color 0.3s ease;
}
.hero-scroll-indicator:hover { color: var(--ha-gold-light, #E8A33D); }
.scroll-mouse {
    width: 22px; height: 36px;
    border: 2px solid currentColor;
    border-radius: 12px;
    position: relative;
    display: inline-block;
}
.scroll-wheel {
    position: absolute;
    top: 6px; left: 50%;
    transform: translateX(-50%);
    width: 3px; height: 8px;
    background: currentColor;
    border-radius: 2px;
    animation: scrollWheel 1.8s ease-in-out infinite;
}
@keyframes scrollWheel {
    0% { opacity: 1; transform: translate(-50%, 0); }
    100% { opacity: 0; transform: translate(-50%, 14px); }
}

/* ─── Trust badges (rich) ─────────────────────────────────────────────── */
.trust-badge {
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    text-align: left;
    padding: 1.25rem 1.5rem;
    flex: 1 1 240px;
}
.trust-badge .trust-badge-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(196, 101, 26, 0.15) 0%, rgba(232, 163, 61, 0.1) 100%);
    color: var(--ha-orange);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.trust-badge .stars { font-size: 1.35rem; color: #FFB838; flex-shrink: 0; }
.trust-badge-text { display: flex; flex-direction: column; gap: 2px; }
.trust-badge-text strong {
    font-family: var(--ha-font-display);
    font-size: 1.05rem;
    color: var(--ha-text-dark, #2D1A05);
    font-weight: 700;
}
.trust-badge-text span {
    font-size: 0.82rem;
    color: var(--ha-text-muted, #7A6555);
    line-height: 1.3;
}

/* ─── Section headers ─────────────────────────────────────────────────── */
.section-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--ha-orange);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 0.75rem;
    position: relative; padding-left: 28px;
}
.section-eyebrow::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 20px; height: 2px;
    background: var(--ha-orange);
    transform: translateY(-50%);
}
.section-subtitle {
    margin-top: 1rem;
    font-size: 1.05rem;
    color: var(--ha-text-muted, #7A6555);
    max-width: 580px;
    margin-left: auto; margin-right: auto;
}

/* ─── Product tabs ────────────────────────────────────────────────────── */
.product-tabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto var(--ha-gap-2xl);
    padding: 0.5rem;
    background: var(--ha-surface, #FFF);
    border: 1px solid var(--ha-border, rgba(74, 44, 10, 0.1));
    border-radius: 999px;
    width: fit-content;
    max-width: 100%;
    box-shadow: var(--ha-shadow-sm);
}
.product-tab {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.7rem 1.4rem;
    border: none;
    background: transparent;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ha-text-muted, #7A6555);
    cursor: pointer;
    transition: all 0.3s var(--ha-ease, cubic-bezier(0.4, 0, 0.2, 1));
    font-family: var(--ha-font-body, 'Inter', sans-serif);
}
.product-tab:hover {
    color: var(--ha-text-dark, #2D1A05);
    background: rgba(196, 101, 26, 0.08);
}
.product-tab.is-active {
    background: linear-gradient(135deg, var(--ha-orange) 0%, var(--ha-brown) 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(196, 101, 26, 0.3);
}
.product-card.is-hidden { display: none; }

/* ─── Product cards (extensions) ──────────────────────────────────────── */
.product-card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #FFF8E7 0%, #F5E5C8 100%);
}
.product-card-badges {
    position: absolute;
    top: 12px; left: 12px;
    display: flex; flex-direction: column; gap: 6px;
    z-index: 2;
}
.badge-sale { background: var(--ha-error, #D14444); }
.badge-bestseller { background: linear-gradient(135deg, var(--ha-gold, #C8973F) 0%, var(--ha-orange) 100%); }

.product-card-category {
    display: inline-block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ha-text-muted, #7A6555);
    margin-bottom: 0.4rem;
    font-weight: 600;
}
.product-card-rating {
    display: flex; align-items: center; gap: 0.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.85rem;
}
.product-card-rating .stars {
    font-size: 0.9rem;
    color: #FFB838;
}
.product-card-rating .rating-count {
    font-size: 0.8rem;
    color: var(--ha-text-muted, #7A6555);
}
.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid var(--ha-border, rgba(74, 44, 10, 0.08));
}
.btn-add-to-cart {
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
    border-radius: 999px;
    gap: 0.4rem;
    flex-shrink: 0;
    width: auto;
}
.btn-add-to-cart-label { display: inline-block; }

/* ─── Our Story (extensions) ──────────────────────────────────────────── */
.our-story-features {
    display: flex; flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0 2.25rem;
    padding: 1.5rem;
    background: var(--ha-surface, #FFF);
    border-radius: var(--ha-radius-md, 14px);
    border-left: 3px solid var(--ha-orange);
}
.our-story-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.our-story-feature-num {
    flex-shrink: 0;
    font-family: var(--ha-font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ha-orange);
    line-height: 1;
    width: 44px;
    background: linear-gradient(135deg, var(--ha-orange) 0%, var(--ha-brown) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.our-story-feature-text strong {
    display: block;
    font-family: var(--ha-font-display);
    font-size: 1.05rem;
    color: var(--ha-text-dark, #2D1A05);
    margin-bottom: 2px;
}
.our-story-feature-text span {
    font-size: 0.9rem;
    color: var(--ha-text-muted, #7A6555);
    line-height: 1.5;
}

.our-story-image { position: relative; }
.our-story-image-frame {
    border-radius: var(--ha-radius-lg, 20px);
    overflow: hidden;
    box-shadow: var(--ha-shadow-xl, 0 25px 60px rgba(74, 44, 10, 0.18));
    position: relative;
    aspect-ratio: 4 / 5;
}
.our-story-image-frame img,
.our-story-image-placeholder {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.our-story-image-placeholder svg {
    width: 100%; height: 100%;
    display: block;
}

.our-story-quote {
    position: absolute;
    bottom: -30px; left: -30px;
    background: var(--ha-surface, #FFF);
    padding: 1.5rem 1.75rem;
    border-radius: var(--ha-radius-md, 14px);
    box-shadow: var(--ha-shadow-lg, 0 12px 40px rgba(74, 44, 10, 0.15));
    max-width: 280px;
    border-top: 3px solid var(--ha-orange);
}
.our-story-quote .quote-mark {
    color: var(--ha-orange);
    opacity: 0.4;
    margin-bottom: 0.5rem;
}
.our-story-quote p {
    font-family: var(--ha-font-display);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--ha-text-dark, #2D1A05);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.our-story-quote cite {
    font-size: 0.82rem;
    color: var(--ha-text-muted, #7A6555);
    font-style: normal;
}

/* ─── Why cards (variants) ────────────────────────────────────────────── */
.why-card-icon-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin-bottom: 1.5rem;
}
.why-card-icon-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.1;
    transition: transform 0.5s var(--ha-ease, cubic-bezier(0.4, 0, 0.2, 1));
}
.why-card:hover .why-card-icon-bg {
    transform: scale(1.15);
}
.why-card-icon-wrap .why-card-icon {
    position: relative;
    z-index: 2;
    width: 100%; height: 100%;
    margin: 0;
    background: transparent;
    border: none;
}
.why-card--green { color: var(--ha-leaf, #4A7A3D); }
.why-card--orange { color: var(--ha-orange, #C4651A); }
.why-card--brown { color: var(--ha-brown, #8B4513); }
.why-card--green::before { background: var(--ha-leaf, #4A7A3D); }
.why-card--orange::before { background: var(--ha-orange, #C4651A); }
.why-card--brown::before { background: var(--ha-brown, #8B4513); }
.why-card h3, .why-card p { color: var(--ha-text-dark, #2D1A05); }
.why-card p { color: var(--ha-text-muted, #7A6555); }

.why-card-link {
    display: inline-flex; align-items: center; gap: 0.4rem;
    margin-top: 1rem;
    color: currentColor;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: gap 0.3s ease;
}
.why-card-link:hover { gap: 0.7rem; }

/* ─── Testimonials ────────────────────────────────────────────────────── */
.testimonials-section {
    background: linear-gradient(180deg, var(--ha-cream, #FFF8E7) 0%, var(--ha-cream-dark, #F5E5C8) 100%);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}
.testimonial-card {
    background: var(--ha-surface, #FFF);
    border: 1px solid var(--ha-border, rgba(74, 44, 10, 0.08));
    border-radius: var(--ha-radius-lg, 20px);
    padding: 2rem;
    position: relative;
    transition: all 0.4s var(--ha-ease, cubic-bezier(0.4, 0, 0.2, 1));
    overflow: hidden;
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -20px; right: 20px;
    font-size: 8rem;
    font-family: var(--ha-font-display);
    color: var(--ha-orange);
    opacity: 0.08;
    line-height: 1;
}
.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ha-shadow-xl, 0 20px 50px rgba(74, 44, 10, 0.15));
    border-color: var(--ha-orange);
}
.testimonial-stars {
    color: #FFB838;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}
.testimonial-card blockquote {
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
}
.testimonial-card blockquote p {
    font-family: var(--ha-font-display);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--ha-text-dark, #2D1A05);
    font-style: italic;
}
.testimonial-footer {
    display: flex; align-items: center; gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid var(--ha-border, rgba(74, 44, 10, 0.08));
}
.testimonial-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ha-orange) 0%, var(--ha-brown) 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--ha-font-display);
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.testimonial-author strong {
    display: block;
    font-size: 0.95rem;
    color: var(--ha-text-dark, #2D1A05);
    font-weight: 600;
}
.testimonial-author span {
    font-size: 0.8rem;
    color: var(--ha-text-muted, #7A6555);
}

/* ─── CTA Banner ──────────────────────────────────────────────────────── */
.cta-banner {
    padding: var(--ha-gap-2xl, 3rem) 0;
}
.cta-banner-inner {
    position: relative;
    background: linear-gradient(135deg, #3D1E08 0%, #5C2E0E 50%, #7A3D12 100%);
    border-radius: var(--ha-radius-lg, 24px);
    padding: 4rem 3rem;
    color: var(--ha-text-on-dark, #FFF8E7);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: center;
}
.cta-banner-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 8px;
    background: var(--kente-pattern);
    background-size: 60px 8px;
}
.cta-banner-content h2 {
    font-family: var(--ha-font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--ha-text-on-dark, #FFF8E7);
    margin-bottom: 1rem;
    line-height: 1.15;
}
.cta-banner-content p {
    font-size: 1.05rem;
    opacity: 0.9;
    margin-bottom: 0;
}
.cta-banner-content p strong {
    background: rgba(232, 163, 61, 0.25);
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    color: var(--ha-gold-light, #E8A33D);
    font-family: monospace;
    letter-spacing: 0.1em;
}
.cta-eyebrow {
    color: var(--ha-gold-light, #E8A33D);
}
.cta-eyebrow::before {
    background: var(--ha-gold-light, #E8A33D);
}
.cta-banner-actions {
    display: flex; justify-content: flex-end;
    z-index: 2; position: relative;
}
.cta-banner-decor {
    position: absolute;
    right: -50px; top: 50%; transform: translateY(-50%);
    color: var(--ha-gold-light, #E8A33D);
    width: 280px; height: 280px;
    pointer-events: none;
    opacity: 0.6;
    z-index: 1;
}
.cta-banner-decor svg { width: 100%; height: 100%; }

/* ─── Footer (rich extensions) ────────────────────────────────────────── */
.footer-tagline {
    font-size: 0.92rem;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 1.25rem;
    max-width: 320px;
}
.footer-heading {
    font-family: var(--ha-font-display);
    font-size: 1.05rem;
    color: var(--ha-gold-light, #E8A33D);
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 0.6rem;
}
.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--ha-orange);
}
.footer-menu {
    list-style: none; padding: 0; margin: 0;
}
.footer-menu li { margin-bottom: 0.6rem; }
.footer-menu li a {
    color: rgba(255, 248, 231, 0.75);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: inline-block;
}
.footer-menu li a:hover {
    color: var(--ha-gold-light, #E8A33D);
    padding-left: 6px;
}

.newsletter-input-wrapper {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
}
.newsletter-input-wrapper input {
    flex: 1 1 180px;
    min-width: 0;
    padding: 0.85rem 1.15rem;
    border: 1px solid rgba(255, 248, 231, 0.2);
    border-radius: 999px;
    background: rgba(255, 248, 231, 0.06);
    color: var(--ha-text-on-dark, #FFF8E7);
    font-size: 0.92rem;
    backdrop-filter: blur(10px);
    transition: border-color 0.3s ease, background 0.3s ease;
}
.newsletter-input-wrapper input::placeholder {
    color: rgba(255, 248, 231, 0.45);
}
.newsletter-input-wrapper input:focus {
    outline: none;
    border-color: var(--ha-gold-light, #E8A33D);
    background: rgba(255, 248, 231, 0.1);
}
.newsletter-input-wrapper .btn {
    padding: 0.85rem 1.25rem;
    font-size: 0.88rem;
    flex-shrink: 0;
}
.newsletter-privacy {
    font-size: 0.78rem;
    opacity: 0.6;
    margin: 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-copyright {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.7;
}
.footer-legal {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0; margin: 0;
}
.footer-legal a {
    font-size: 0.82rem;
    color: rgba(255, 248, 231, 0.65);
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-legal a:hover { color: var(--ha-gold-light, #E8A33D); }
.footer-made-with {
    margin: 0;
    font-size: 0.82rem;
    opacity: 0.7;
}
.footer-made-with span {
    color: var(--ha-error, #D14444);
    margin: 0 2px;
    animation: heartbeat 1.5s ease-in-out infinite;
}
@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* ─── Back to top ─────────────────────────────────────────────────────── */
.back-to-top {
    position: fixed;
    bottom: 2rem; right: 2rem;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--ha-orange);
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: var(--ha-shadow-lg, 0 10px 30px rgba(196, 101, 26, 0.4));
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s var(--ha-ease, cubic-bezier(0.4, 0, 0.2, 1));
    z-index: 90;
    display: flex; align-items: center; justify-content: center;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover {
    background: var(--ha-brown);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(196, 101, 26, 0.5);
}

/* ════════════════════════════════════════════════════════════════════════════
   DARK MODE OVERRIDES (for new components)
   ════════════════════════════════════════════════════════════════════════════ */
[data-theme="dark"] .product-tabs {
    background: rgba(255, 248, 231, 0.04);
    border-color: rgba(255, 248, 231, 0.1);
}
[data-theme="dark"] .product-tab { color: rgba(255, 248, 231, 0.7); }
[data-theme="dark"] .product-tab:hover {
    color: var(--ha-gold-light, #E8A33D);
    background: rgba(232, 163, 61, 0.1);
}

[data-theme="dark"] .trust-badge-text strong { color: #FFF8E7; }
[data-theme="dark"] .trust-badge-text span { color: rgba(255, 248, 231, 0.65); }

[data-theme="dark"] .our-story-features {
    background: rgba(255, 248, 231, 0.04);
    border-left-color: var(--ha-orange);
}
[data-theme="dark"] .our-story-feature-text strong { color: #FFF8E7; }
[data-theme="dark"] .our-story-feature-text span { color: rgba(255, 248, 231, 0.7); }
[data-theme="dark"] .our-story-quote {
    background: #2D1A05;
    color: #FFF8E7;
}
[data-theme="dark"] .our-story-quote p { color: #FFF8E7; }

[data-theme="dark"] .testimonials-section {
    background: linear-gradient(180deg, #1A0E04 0%, #2D1A05 100%);
}
[data-theme="dark"] .testimonial-card {
    background: rgba(255, 248, 231, 0.04);
    border-color: rgba(255, 248, 231, 0.1);
}
[data-theme="dark"] .testimonial-card blockquote p { color: #FFF8E7; }
[data-theme="dark"] .testimonial-author strong { color: #FFF8E7; }
[data-theme="dark"] .testimonial-author span { color: rgba(255, 248, 231, 0.6); }

[data-theme="dark"] .product-card-image-wrap {
    background: linear-gradient(135deg, #2D1A05 0%, #1A0E04 100%);
}
[data-theme="dark"] .product-card-category { color: rgba(255, 248, 231, 0.6); }

[data-theme="dark"] .section-subtitle { color: rgba(255, 248, 231, 0.7); }

/* ════════════════════════════════════════════════════════════════════════════
   RESPONSIVE OVERRIDES (for new components)
   ════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero-stats { gap: 1.25rem; }
    .hero-stat-number { font-size: 1.6rem; }

    .cta-banner-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .cta-banner-actions { justify-content: center; }
    .cta-banner-decor { display: none; }

    .our-story-quote {
        position: static;
        margin-top: 1rem;
        max-width: 100%;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .hero-section { min-height: auto; padding: 4rem 0 3rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .hero-stats {
        gap: 1rem;
        padding-top: 1rem;
    }
    .hero-stat-number { font-size: 1.4rem; }
    .hero-stat-divider { display: none; }
    .hero-stat-label { font-size: 0.72rem; }

    .hero-floating-leaf, .hero-scroll-indicator { display: none; }
    .hero-visual-glow { width: 240px; height: 240px; }

    .product-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: calc(100% - 2rem);
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .product-tabs::-webkit-scrollbar { display: none; }
    .product-tab { flex-shrink: 0; }

    .trust-badge {
        flex: 1 1 100%;
    }

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

    .cta-banner-inner {
        padding: 2.5rem 1.5rem;
        border-radius: var(--ha-radius-md, 16px);
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }
    .footer-brand { grid-column: auto; }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-legal { justify-content: center; }

    .back-to-top {
        bottom: 1rem; right: 1rem;
        width: 42px; height: 42px;
    }

    .btn-add-to-cart-label { display: none; }
    .btn-add-to-cart {
        padding: 0.65rem;
        width: 38px; height: 38px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-eyebrow { font-size: 0.7rem; padding: 0.3rem 0.7rem; }
    .hero-content h1 { font-size: clamp(2rem, 8vw, 2.6rem); }

    .our-story-features { padding: 1rem; }
    .our-story-feature { gap: 0.6rem; }
    .our-story-feature-num { font-size: 1.25rem; width: 32px; }

    .testimonial-card { padding: 1.5rem; }
}

/* ════════════════════════════════════════════════════════════════════════════
   MOBILE OVERLAY & SEARCH OVERLAY
   ════════════════════════════════════════════════════════════════════════════ */
.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s var(--ha-ease, cubic-bezier(0.4, 0, 0.2, 1));
}
.mobile-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(45, 26, 5, 0.96);
    backdrop-filter: blur(20px);
    z-index: var(--ha-z-modal, 9000);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s var(--ha-ease, cubic-bezier(0.4, 0, 0.2, 1));
    padding: 2rem;
}
.search-overlay.is-active {
    opacity: 1;
    visibility: visible;
}
.search-overlay .close-search {
    position: absolute;
    top: 1.5rem; right: 1.5rem;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(255, 248, 231, 0.1);
    border: 1px solid rgba(255, 248, 231, 0.2);
    color: #FFF8E7;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search-overlay .close-search:hover {
    background: var(--ha-orange);
    transform: rotate(90deg);
}
.search-overlay-inner {
    width: 100%;
    max-width: 720px;
}
.search-overlay form {
    position: relative;
}
.search-overlay input[type="search"] {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 248, 231, 0.3);
    color: #FFF8E7;
    font-family: var(--ha-font-display, 'Fraunces', serif);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    outline: none;
    transition: border-color 0.3s ease;
}
.search-overlay input[type="search"]:focus {
    border-bottom-color: var(--ha-gold-light, #E8A33D);
}
.search-overlay input[type="search"]::placeholder {
    color: rgba(255, 248, 231, 0.4);
    font-style: italic;
}

/* ════════════════════════════════════════════════════════════════════════════
   AFRICAN PATTERNS — DEPLOYMENT ACROSS HOMEPAGE
   Each section gets a distinct motif for rich textile-inspired feeling
   ════════════════════════════════════════════════════════════════════════════ */

/* ─── HERO — sunburst background + tribal triangles bottom edge ───────── */
.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--sunburst-pattern);
    background-size: 600px 600px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: screen;
}

.hero-section::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 20px;
    background-image: var(--tribal-triangles);
    background-size: 40px 20px;
    background-repeat: repeat-x;
    z-index: 6;
    pointer-events: none;
    transform: rotate(180deg);
}

/* Adinkra symbol behind hero content */
.hero-content {
    position: relative;
    z-index: 4;
}
.hero-content::before {
    content: '';
    position: absolute;
    top: -40px; left: -60px;
    width: 280px; height: 280px;
    background-image: var(--adinkra-pattern);
    background-size: 280px 280px;
    background-repeat: no-repeat;
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
    animation: slowSpin 60s linear infinite;
}

@keyframes slowSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ─── TRUST BADGES — mudcloth strip top ───────────────────────────────── */
.trust-badges {
    position: relative;
}
.trust-badges::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 30px;
    background-image: var(--mudcloth-pattern);
    background-size: 60px 60px;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
}

/* ─── BEST SELLERS — dots pattern background + zulu corners ───────────── */
.best-sellers {
    position: relative;
    overflow: hidden;
}
.best-sellers::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: var(--dots-pattern);
    background-size: 24px 24px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}
.best-sellers > .ha-container {
    position: relative;
    z-index: 1;
}

/* Decorative adinkra in corners */
.best-sellers::after {
    content: '';
    position: absolute;
    top: 60px; right: -40px;
    width: 200px; height: 200px;
    background-image: var(--adinkra-pattern);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
    animation: slowSpin 80s linear infinite reverse;
}

/* Section title eyebrow with kente accent */
.section-title {
    position: relative;
}
.section-title::before {
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    margin: 0 auto 1.25rem;
    background-image: var(--kente-pattern);
    background-size: 60px 6px;
    border-radius: 3px;
}

/* Product cards — kente corner ribbon */
.product-card {
    position: relative;
    overflow: hidden;
}
.product-card::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 8px; height: 100%;
    background-image: var(--kente-pattern);
    background-size: 80px 8px;
    background-repeat: repeat-y;
    opacity: 0;
    transition: opacity 0.4s ease;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top right;
    pointer-events: none;
}
.product-card:hover::after {
    opacity: 0.85;
}

/* Product tabs — kente accent on active */
.product-tab.is-active::before {
    content: '';
    position: absolute;
    bottom: 4px; left: 20%; right: 20%;
    height: 3px;
    background-image: var(--kente-pattern);
    background-size: 30px 3px;
    border-radius: 2px;
    opacity: 0.95;
}
.product-tab {
    position: relative;
}

/* ─── KENTE BORDERS — primary divider strips ──────────────────────────── */
.african-border {
    height: 22px;
    background-image: var(--kente-pattern);
    background-size: 80px 22px;
    background-repeat: repeat-x;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 -4px 20px rgba(0, 0, 0, 0.05);
}
.african-border::before,
.african-border::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.2);
}
.african-border::before { top: 0; }
.african-border::after { bottom: 0; }

.african-border-thin {
    height: 8px;
    background-image: var(--kente-pattern);
    background-size: 60px 8px;
    background-repeat: repeat-x;
    opacity: 0.95;
}

/* Animated shimmer on kente border */
.african-border.is-animated {
    overflow: hidden;
}
.african-border.is-animated::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 248, 231, 0.4) 50%, transparent 100%);
    animation: kenteShimmer 4s ease-in-out infinite;
    z-index: 2;
    height: auto;
}
@keyframes kenteShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* ─── OUR STORY — mudcloth side accent + zulu diamonds ────────────────── */
.our-story-section {
    position: relative;
    overflow: hidden;
}
.our-story-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 60px;
    background-image: var(--mudcloth-pattern);
    background-size: 60px 60px;
    opacity: 0.12;
    pointer-events: none;
}
.our-story-section::after {
    content: '';
    position: absolute;
    top: 50px; right: 30px;
    width: 180px; height: 180px;
    background-image: var(--zulu-diamonds);
    background-size: 30px 30px;
    opacity: 0.4;
    pointer-events: none;
    border-radius: 50%;
    mask-image: radial-gradient(circle, black 40%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 40%, transparent 70%);
}

/* Story image frame — kente outline */
.our-story-image-frame {
    position: relative;
}
.our-story-image-frame::before {
    content: '';
    position: absolute;
    top: -10px; left: -10px; right: -10px; bottom: -10px;
    background-image: var(--kente-pattern);
    background-size: 80px 12px;
    background-repeat: repeat-x;
    background-position: 0 0, 0 100%;
    border-radius: calc(var(--ha-radius-lg, 20px) + 10px);
    z-index: -1;
    opacity: 0.9;
}
.our-story-image-frame::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: calc(var(--ha-radius-lg, 20px) + 10px);
    background:
        var(--kente-pattern) top / 80px 12px repeat-x,
        var(--kente-pattern) bottom / 80px 12px repeat-x;
    z-index: -1;
}

/* Our story features — kente left bar */
.our-story-features {
    border-left: none !important;
    position: relative;
    overflow: hidden;
}
.our-story-features::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background-image: var(--kente-pattern);
    background-size: 6px 60px;
    background-repeat: repeat-y;
    transform: rotate(90deg) scaleX(-1);
    transform-origin: left top;
}
/* Use vertical kente strip differently */
.our-story-features {
    position: relative;
}
.our-story-features::after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background:
        linear-gradient(180deg,
            #C4651A 0%, #C4651A 16.6%,
            #E8A33D 16.6%, #E8A33D 33.3%,
            #FFF8E7 33.3%, #FFF8E7 50%,
            #4A2C0A 50%, #4A2C0A 66.6%,
            #8B4513 66.6%, #8B4513 83.3%,
            #C8973F 83.3%, #C8973F 100%);
    background-size: 6px 120px;
    background-repeat: repeat-y;
}
.our-story-features::before { display: none; }

/* ─── WHY HI AFRIKA — sunburst behind + crosshatch ────────────────────── */
.why-section {
    position: relative;
    overflow: hidden;
}
.why-section::before {
    content: '';
    position: absolute;
    top: -100px; left: 50%;
    transform: translateX(-50%);
    width: 800px; height: 800px;
    background-image: var(--sunburst-pattern);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
    animation: slowSpin 120s linear infinite;
}
.why-section > .ha-container {
    position: relative;
    z-index: 1;
}

/* Why cards — adinkra symbol watermark */
.why-card {
    position: relative;
    overflow: hidden;
}
.why-card::after {
    content: '';
    position: absolute;
    bottom: -60px; right: -60px;
    width: 200px; height: 200px;
    background-image: var(--adinkra-pattern);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    z-index: 0;
}
.why-card:hover::after {
    opacity: 0.18;
    transform: scale(1.1);
}
.why-card > * {
    position: relative;
    z-index: 1;
}

/* Why card top border — kente */
.why-card::before {
    background-image: var(--kente-pattern);
    background-size: 80px 4px;
    height: 4px;
    background-color: transparent;
}

/* ─── TESTIMONIALS — zulu diamonds backdrop ───────────────────────────── */
.testimonials-section {
    position: relative;
    overflow: hidden;
}
.testimonials-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--zulu-diamonds);
    background-size: 30px 30px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}
.testimonials-section > .ha-container {
    position: relative;
    z-index: 1;
}

/* Testimonial cards — adinkra accent */
.testimonial-card {
    position: relative;
    overflow: hidden;
}
.testimonial-card::after {
    content: '';
    position: absolute;
    bottom: -30px; left: -30px;
    width: 120px; height: 120px;
    background-image: var(--adinkra-pattern);
    background-size: 120px 120px;
    background-repeat: no-repeat;
    opacity: 0.12;
    pointer-events: none;
    transition: transform 0.5s ease;
}
.testimonial-card:hover::after {
    transform: rotate(45deg) scale(1.2);
}
.testimonial-card > * {
    position: relative;
    z-index: 1;
}

/* ─── CTA BANNER — full kente borders + tribal accents ────────────────── */
.cta-banner-inner {
    position: relative;
    overflow: hidden;
}

/* Kente top stripe (already exists) — bump to 14px */
.cta-banner-inner::before {
    background-size: 80px 14px !important;
    height: 14px !important;
}

/* Kente bottom stripe */
.cta-banner-inner::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 14px;
    background-image: var(--kente-pattern);
    background-size: 80px 14px;
    background-repeat: repeat-x;
    z-index: 2;
}

/* CTA decorative — replace old SVG circle with sunburst pattern */
.cta-banner-decor {
    background-image: var(--sunburst-pattern);
    background-size: 280px 280px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}
.cta-banner-decor svg { display: none; }

/* Tribal triangles row in CTA */
.cta-banner-content {
    position: relative;
    z-index: 3;
}
.cta-banner-content::after {
    content: '';
    display: block;
    margin-top: 1.25rem;
    width: 120px;
    height: 14px;
    background-image: var(--tribal-triangles);
    background-size: 40px 14px;
    background-repeat: repeat-x;
    opacity: 0.7;
}

/* ─── FOOTER — kente double border + mudcloth corner ──────────────────── */
.site-footer {
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 14px;
    background-image: var(--kente-pattern);
    background-size: 80px 14px;
    background-repeat: repeat-x;
    z-index: 3;
}
.site-footer::after {
    content: '';
    position: absolute;
    top: 100px; right: -80px;
    width: 320px; height: 320px;
    background-image: var(--mudcloth-pattern);
    background-size: 60px 60px;
    opacity: 0.06;
    pointer-events: none;
    border-radius: 50%;
    mask-image: radial-gradient(circle, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle, black 30%, transparent 70%);
}

/* Footer headings — kente underline */
.footer-heading::after {
    background-image: var(--kente-pattern);
    background-size: 28px 2px;
    background-repeat: repeat-x;
    width: 36px;
    height: 4px;
}

/* Newsletter wrapper — kente accent */
.newsletter-input-wrapper {
    position: relative;
}
.newsletter-input-wrapper::before {
    content: '';
    position: absolute;
    top: -8px; left: 0;
    width: 60px; height: 3px;
    background-image: var(--kente-pattern);
    background-size: 60px 3px;
    border-radius: 2px;
}

/* ─── HEADER — kente bottom strip on scroll ───────────────────────────── */
.site-header.is-scrolled::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background-image: var(--kente-pattern);
    background-size: 80px 3px;
    background-repeat: repeat-x;
    opacity: 0.85;
}

/* ─── PRODUCT TAB BAR — subtle pattern ────────────────────────────────── */
.product-tabs {
    position: relative;
    overflow: visible;
}
.product-tabs::before {
    content: '';
    position: absolute;
    top: -16px; left: 50%;
    transform: translateX(-50%);
    width: 80px; height: 4px;
    background-image: var(--kente-pattern);
    background-size: 80px 4px;
    border-radius: 2px;
    opacity: 0.6;
}

/* ─── DARK MODE pattern adjustments ───────────────────────────────────── */
[data-theme="dark"] .best-sellers::before {
    opacity: 0.2;
}
[data-theme="dark"] .testimonials-section::before {
    opacity: 0.15;
}
[data-theme="dark"] .why-section::before {
    opacity: 0.25;
}
[data-theme="dark"] .our-story-section::before {
    opacity: 0.18;
}

/* ─── RESPONSIVE — reduce pattern intensity on mobile ─────────────────── */
@media (max-width: 768px) {
    .hero-content::before { display: none; }
    .best-sellers::after { display: none; }
    .our-story-section::before { width: 30px; }
    .our-story-section::after { display: none; }
    .why-section::before {
        width: 400px; height: 400px;
        background-size: 400px 400px;
    }
    .site-footer::after { display: none; }
    .cta-banner-decor { display: none; }
}

/* ════════════════════════════════════════════════════════════════════════════
   RICH AFRICAN DIVIDERS (between sections)
   ════════════════════════════════════════════════════════════════════════════ */

/* Tribal divider — symbol-line-symbol-line-symbol pattern */
.tribal-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 1rem;
    color: var(--ha-orange);
    max-width: 600px;
    margin: 0 auto;
}
.tribal-divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--ha-orange) 50%, transparent 100%);
    max-width: 120px;
}
.tribal-divider-symbol {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--ha-orange);
    flex-shrink: 0;
    position: relative;
    opacity: 0.7;
}
.tribal-divider-symbol::before {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px solid var(--ha-orange);
    border-radius: 50%;
    opacity: 0.4;
}
.tribal-divider-symbol--center {
    width: auto; height: auto;
    background: transparent;
    opacity: 1;
}
.tribal-divider-symbol--center::before { display: none; }
.tribal-divider-symbol--center svg {
    color: var(--ha-orange);
    animation: slowSpin 30s linear infinite;
}

/* Kente rich divider — kente strip with medallion in middle */
.kente-divider-rich {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0;
    overflow: hidden;
}
.kente-divider-strip {
    flex: 1;
    height: 22px;
    background-image: var(--kente-pattern);
    background-size: 80px 22px;
    background-repeat: repeat-x;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 -4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}
.kente-divider-strip::before,
.kente-divider-strip::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.2);
}
.kente-divider-strip::before { top: 0; }
.kente-divider-strip::after { bottom: 0; }

.kente-divider-medallion {
    width: 60px; height: 60px;
    margin: 0 -10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 4px 12px rgba(74, 44, 10, 0.25));
    flex-shrink: 0;
}
.kente-divider-medallion svg {
    animation: medallionPulse 4s ease-in-out infinite;
}
@keyframes medallionPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

/* Triangles divider — sharp tribal zigzag */
.triangles-divider {
    height: 24px;
    background-image: var(--tribal-triangles);
    background-size: 40px 24px;
    background-repeat: repeat-x;
    background-color: var(--ha-cream-dark, #F5E5C8);
    position: relative;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Dark mode adjustments */
[data-theme="dark"] .triangles-divider {
    background-color: #1A0F06;
}
[data-theme="dark"] .kente-divider-medallion svg circle:first-child {
    fill: #2D1A05;
}

/* ─── Hero ornament behind product ─────────────────────────────────── */
.hero-visual-ornament {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}
.hero-visual-ornament svg {
    width: 100%;
    height: 100%;
    max-width: 560px;
    max-height: 560px;
    animation: slowSpin 90s linear infinite;
}
.hero-visual-ornament::after {
    content: '';
    position: absolute;
    width: 320px; height: 320px;
    border: 2px dashed rgba(232, 163, 61, 0.25);
    border-radius: 50%;
    animation: slowSpin 60s linear infinite reverse;
}

@media (max-width: 768px) {
    .hero-visual-ornament svg { max-width: 400px; max-height: 400px; }
    .hero-visual-ornament::after { width: 240px; height: 240px; }
}

/* ════════════════════════════════════════════════════════════════════════════
   PART III — POLISH & ALIGNMENT FIXES (final consolidation layer)
   This block runs LAST in the cascade and corrects all alignment issues.
   ════════════════════════════════════════════════════════════════════════════ */

/* === Reset double-decorations that were causing visual clutter ======= */
.section-title h2::after { display: none !important; }
.section-title::before { display: none !important; }
.best-sellers::after { display: none !important; }
.best-sellers::before { opacity: 0.3 !important; }
.hero-content::before { display: none !important; }
.product-card::after { display: none !important; }
.testimonials-section::before { opacity: 0.18 !important; }
.product-tabs::before { display: none !important; }
.cta-banner-content::after { display: none !important; }

/* === Containers — single source of truth for max-width and padding === */
.ha-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1.25rem, 4vw, 2rem);
    padding-right: clamp(1.25rem, 4vw, 2rem);
    width: 100%;
    box-sizing: border-box;
}

/* === Section vertical rhythm (consistent spacing) ==================== */
.ha-section {
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.trust-badges {
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

/* ════════════════════════════════════════════════════════════════════
   HERO — clean alignment, balanced grid, no overflow
   ════════════════════════════════════════════════════════════════════ */
.hero-section {
    min-height: clamp(640px, 88vh, 860px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(5rem, 10vh, 8rem) clamp(1.25rem, 4vw, 2rem) clamp(6rem, 12vh, 9rem);
    position: relative;
    z-index: 4;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero-eyebrow {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.hero-content h1 {
    margin: 0 0 1.5rem;
    font-size: clamp(2.25rem, 5.5vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
    max-width: 100%;
}

.hero-content h1 .highlight {
    display: inline;
    background: linear-gradient(120deg, #FFC865 0%, #E8A33D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-subtitle {
    margin: 0 0 2.25rem;
    max-width: 520px;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 248, 231, 0.85);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 3rem;
    align-items: center;
}

/* Hero stats — perfect alignment on baseline */
.hero-stats {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2.25rem);
    margin: 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 248, 231, 0.15);
    flex-wrap: wrap;
    width: 100%;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.hero-stat-number {
    display: flex;
    align-items: baseline;
    gap: 2px;
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    font-weight: 700;
    color: #E8A33D;
    line-height: 1;
}

.hero-stat-number > span {
    font-size: 0.55em;
    opacity: 0.85;
    margin-left: 1px;
}

.hero-stat-label {
    font-size: 0.78rem;
    color: rgba(255, 248, 231, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.2;
}

.hero-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 248, 231, 0.2);
    align-self: center;
}

/* Hero visual — centered, contained */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(380px, 50vh, 540px);
    width: 100%;
}

.hero-visual-glow {
    position: absolute;
    width: clamp(280px, 40vw, 460px);
    height: clamp(280px, 40vw, 460px);
    background: radial-gradient(circle, rgba(232, 163, 61, 0.45) 0%, transparent 70%);
    filter: blur(50px);
    z-index: 1;
    pointer-events: none;
}

.hero-visual-ornament {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.hero-visual-ornament svg {
    width: clamp(380px, 50vw, 560px);
    height: clamp(380px, 50vw, 560px);
}

.hero-product-image,
.hero-visual-placeholder {
    position: relative;
    z-index: 3;
    max-width: 100%;
    max-height: clamp(360px, 50vh, 540px);
    height: auto;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.4));
}

.hero-visual-placeholder svg {
    max-height: clamp(360px, 50vh, 540px);
    height: auto;
    width: auto;
}

.hero-floating-leaf {
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 4;
    pointer-events: none;
}

.hero-floating-leaf-1 {
    top: 12%;
    right: 8%;
}

.hero-floating-leaf-2 {
    bottom: 18%;
    left: 4%;
}

/* Hero scroll indicator — perfectly centered */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 6;
}

/* ════════════════════════════════════════════════════════════════════
   TRUST BADGES — uniform card height & alignment
   ════════════════════════════════════════════════════════════════════ */
.trust-badges {
    background: var(--ha-cream-light, #FFFCF5);
    border-bottom: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.06));
}

.trust-badges-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.trust-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    padding: 1.25rem 1.25rem;
    background: var(--ha-surface, #FFFFFF);
    border: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.06));
    border-radius: 14px;
    text-align: left;
    flex: 1 1 0;
    min-width: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 44, 10, 0.08);
    border-color: rgba(196, 101, 26, 0.3);
}

.trust-badge .stars,
.trust-badge .trust-badge-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(196, 101, 26, 0.12) 0%, rgba(232, 163, 61, 0.08) 100%);
    border-radius: 10px;
    color: var(--ha-orange, #C4651A);
    font-size: 0.95rem;
}

.trust-badge .stars {
    color: #FFB838;
    background: rgba(255, 184, 56, 0.12);
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.trust-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.trust-badge-text strong {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--ha-text-dark, #2D1A05);
    line-height: 1.3;
}

.trust-badge-text span {
    font-size: 0.78rem;
    color: var(--ha-text-muted, #7A6555);
    line-height: 1.4;
}

/* ════════════════════════════════════════════════════════════════════
   SECTION TITLE — clean, centered, single underline
   ════════════════════════════════════════════════════════════════════ */
.section-title {
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title .section-eyebrow {
    margin-bottom: 0.85rem;
}

.section-title h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--ha-text-dark, #2D1A05);
    display: inline-block;
    position: relative;
    padding-bottom: 0.85rem;
}

.section-title h2::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: 56px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #C4651A 0%, #E8A33D 100%) !important;
    border-radius: 2px !important;
}

.section-title .section-subtitle,
.section-title p {
    margin: 0;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    color: var(--ha-text-muted, #7A6555);
    max-width: 580px;
}

/* Section eyebrow — consistent across all sections */
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ha-orange, #C4651A);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding-left: 28px;
    position: relative;
    line-height: 1;
}

.section-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: var(--ha-orange, #C4651A);
}

/* ════════════════════════════════════════════════════════════════════
   PRODUCT TABS — pill bar perfectly centered
   ════════════════════════════════════════════════════════════════════ */
.product-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0 auto 3rem;
    padding: 0.4rem;
    background: var(--ha-surface, #FFFFFF);
    border: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.08));
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(74, 44, 10, 0.06);
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
}

/* Wrap the tabs in a centering container */
.best-sellers .product-tabs {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.product-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.25rem;
    background: transparent;
    border: none;
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ha-text-muted, #7A6555);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    line-height: 1;
}

.product-tab:hover {
    color: var(--ha-text-dark, #2D1A05);
    background: rgba(196, 101, 26, 0.08);
}

.product-tab.is-active {
    background: linear-gradient(135deg, #C4651A 0%, #8B4513 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(196, 101, 26, 0.35);
}

.product-tab.is-active::before { display: none !important; }

.product-tab svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════════
   PRODUCT CARDS — clean grid, equal heights
   ════════════════════════════════════════════════════════════════════ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
    margin: 0 0 3rem;
    align-items: stretch;
}

.product-card {
    display: flex;
    flex-direction: column;
    background: var(--ha-surface, #FFFFFF);
    border: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.08));
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.3s ease;
    isolation: isolate;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(74, 44, 10, 0.12);
    border-color: rgba(196, 101, 26, 0.3);
}

.product-card-image-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #FFF8E7 0%, #F5E5C8 100%);
}

.product-card-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-card-image img {
    transform: scale(1.06);
}

.product-card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 3;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 999px;
    line-height: 1;
}

.badge-sale {
    background: #D14444;
}

.badge-bestseller {
    background: linear-gradient(135deg, #C8973F 0%, #C4651A 100%);
}

.product-card-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 3;
}

.product-card:hover .product-card-actions {
    opacity: 1;
    transform: translateX(0);
}

.product-card-action,
.product-card-actions button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(74, 44, 10, 0.08);
    color: var(--ha-text-dark, #2D1A05);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-card-action:hover,
.product-card-actions button:hover {
    background: var(--ha-orange, #C4651A);
    color: #FFFFFF;
    border-color: var(--ha-orange, #C4651A);
    transform: scale(1.05);
}

.product-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
}

.product-card-category {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ha-text-muted, #7A6555);
    margin: 0;
    line-height: 1;
}

.product-card-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ha-text-dark, #2D1A05);
    margin: 0;
    transition: color 0.3s ease;
}

.product-card a {
    text-decoration: none;
    color: inherit;
}

.product-card a:hover .product-card-title {
    color: var(--ha-orange, #C4651A);
}

.product-card-rating {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    line-height: 1;
}

.product-card-rating .stars {
    color: #FFB838;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.product-card-rating .rating-count {
    font-size: 0.78rem;
    color: var(--ha-text-muted, #7A6555);
}

.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.06));
}

.product-card-price {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ha-orange, #C4651A);
    line-height: 1;
}

.product-card-price .price,
.product-card-price ins {
    text-decoration: none;
    font-weight: 700;
    color: var(--ha-orange, #C4651A);
}

.product-card-price del {
    color: var(--ha-text-light, #A89888);
    font-size: 0.82em;
    font-weight: 500;
    margin-right: 0.4em;
}

.btn-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.6rem 0.9rem;
    background: var(--ha-text-dark, #2D1A05);
    color: #FFFFFF;
    border: none;
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1;
}

.btn-add-to-cart:hover {
    background: var(--ha-orange, #C4651A);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(196, 101, 26, 0.3);
}

.btn-add-to-cart svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Section footer button */
.section-footer {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

/* ════════════════════════════════════════════════════════════════════
   WHY CARDS — uniform grid with proper alignment
   ════════════════════════════════════════════════════════════════════ */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
    align-items: stretch;
}

.why-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.75rem;
    background: var(--ha-surface, #FFFFFF);
    border: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.08));
    border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-image: var(--kente-pattern);
    background-size: 80px 4px;
    background-repeat: repeat-x;
    z-index: 1;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(74, 44, 10, 0.1);
}

.why-card-icon-wrap {
    width: 88px;
    height: 88px;
    margin: 0.5rem auto 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-card-icon-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.12;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.why-card:hover .why-card-icon-bg {
    transform: scale(1.12);
    opacity: 0.18;
}

.why-card-icon {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    margin: 0;
}

.why-card-icon svg {
    width: 100%;
    height: 100%;
}

.why-card h3 {
    margin: 0 0 0.85rem;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ha-text-dark, #2D1A05);
    line-height: 1.2;
}

.why-card p {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ha-text-muted, #7A6555);
    flex: 1;
}

.why-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    color: currentColor;
    transition: gap 0.3s ease;
    line-height: 1;
}

.why-card-link:hover {
    gap: 0.65rem;
}

.why-card-link svg {
    width: 14px;
    height: 14px;
}

/* ════════════════════════════════════════════════════════════════════
   TESTIMONIALS — equal height cards
   ════════════════════════════════════════════════════════════════════ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 0;
    align-items: stretch;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background: var(--ha-surface, #FFFFFF);
    border: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.08));
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.testimonial-stars {
    color: #FFB838;
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1;
}

.testimonial-card blockquote {
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
    flex: 1;
}

.testimonial-card blockquote p {
    margin: 0;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--ha-text-dark, #2D1A05);
    font-style: italic;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    margin-top: auto;
    border-top: 1px solid var(--ha-border-subtle, rgba(74, 44, 10, 0.06));
}

.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C4651A 0%, #8B4513 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.testimonial-author strong {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ha-text-dark, #2D1A05);
    line-height: 1.3;
}

.testimonial-author span {
    font-size: 0.78rem;
    color: var(--ha-text-muted, #7A6555);
}

/* ════════════════════════════════════════════════════════════════════
   CTA BANNER — perfect alignment, no overlap
   ════════════════════════════════════════════════════════════════════ */
.cta-banner {
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.cta-banner-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    align-items: center;
    gap: 2rem;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 5vw, 3.5rem);
    background: linear-gradient(135deg, #2D1A05 0%, #5C2E0E 50%, #8B4513 100%);
    border-radius: 24px;
    color: #FFF8E7;
    position: relative;
    overflow: hidden;
}

.cta-banner-content {
    position: relative;
    z-index: 3;
}

.cta-banner-content .section-eyebrow {
    color: #E8A33D;
    margin-bottom: 1rem;
}

.cta-banner-content .section-eyebrow::before {
    background: #E8A33D;
}

.cta-banner-content h2 {
    margin: 0 0 0.75rem;
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
    color: #FFF8E7;
}

.cta-banner-content p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.5;
    opacity: 0.92;
}

.cta-banner-content p strong {
    display: inline-block;
    margin-left: 0.4rem;
    padding: 0.25rem 0.7rem;
    background: rgba(232, 163, 61, 0.22);
    border: 1px solid rgba(232, 163, 61, 0.4);
    border-radius: 6px;
    color: #FFC865;
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.92em;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.cta-banner-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 3;
}

.cta-banner-decor {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
}

/* ════════════════════════════════════════════════════════════════════
   BUTTONS — final consolidated styles
   ════════════════════════════════════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
    white-space: nowrap;
}

.btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.btn-primary {
    background: linear-gradient(135deg, #C4651A 0%, #8B4513 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(196, 101, 26, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(196, 101, 26, 0.45);
}

.btn-secondary {
    background: var(--ha-text-dark, #2D1A05);
    color: #FFFFFF;
}

.btn-secondary:hover {
    background: var(--ha-orange, #C4651A);
    transform: translateY(-2px);
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 0.98rem;
    font-weight: 700;
}

.btn-ghost {
    background: rgba(255, 248, 231, 0.06);
    color: #FFF8E7;
    border: 1.5px solid rgba(255, 248, 231, 0.25);
    backdrop-filter: blur(10px);
}

.btn-ghost:hover {
    background: rgba(255, 248, 231, 0.14);
    border-color: rgba(255, 248, 231, 0.5);
    transform: translateY(-2px);
}

/* ════════════════════════════════════════════════════════════════════
   DIVIDERS — consistent spacing
   ════════════════════════════════════════════════════════════════════ */
.kente-divider-rich {
    margin: 0;
    padding: 0;
}

.triangles-divider {
    margin: 0;
    padding: 0;
    background-color: var(--ha-cream, #FFF8E7);
}

.tribal-divider {
    padding: 1.5rem 1rem;
    margin: 1rem auto;
}

/* ════════════════════════════════════════════════════════════════════
   FOOTER — clean grid alignment
   ════════════════════════════════════════════════════════════════════ */
.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-logo .logo-text {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF8E7;
}

.footer-logo .logo-text span {
    color: #E8A33D;
}

.footer-tagline {
    margin: 0 0 1.5rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 248, 231, 0.75);
    max-width: 320px;
}

.footer-social {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 248, 231, 0.06);
    border: 1px solid rgba(255, 248, 231, 0.12);
    color: rgba(255, 248, 231, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.footer-social a:hover {
    background: var(--ha-orange, #C4651A);
    border-color: var(--ha-orange, #C4651A);
    color: #FFFFFF;
    transform: translateY(-2px);
}

.footer-heading {
    margin: 0 0 1.25rem;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    color: #E8A33D;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 0.6rem;
    line-height: 1;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #C4651A;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 0.55rem;
}

.footer-menu a {
    display: inline-block;
    color: rgba(255, 248, 231, 0.72);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease;
    line-height: 1.5;
}

.footer-menu a:hover {
    color: #E8A33D;
    padding-left: 5px;
}

.footer-newsletter p {
    margin: 0 0 1.25rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 248, 231, 0.72);
}

.newsletter-input-wrapper {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    margin-bottom: 0.75rem;
    flex-wrap: nowrap;
}

.newsletter-input-wrapper::before { display: none !important; }

.newsletter-input-wrapper input {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 1.1rem;
    border: 1px solid rgba(255, 248, 231, 0.2);
    border-radius: 999px;
    background: rgba(255, 248, 231, 0.05);
    color: #FFF8E7;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    transition: border-color 0.3s ease, background 0.3s ease;
    line-height: 1;
}

.newsletter-input-wrapper input::placeholder {
    color: rgba(255, 248, 231, 0.4);
}

.newsletter-input-wrapper input:focus {
    outline: none;
    border-color: #E8A33D;
    background: rgba(255, 248, 231, 0.08);
}

.newsletter-input-wrapper .btn {
    padding: 0.75rem 1.1rem;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.newsletter-privacy {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(255, 248, 231, 0.5);
    line-height: 1.5;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 248, 231, 0.1);
    padding: 1.5rem 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-copyright,
.footer-made-with {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 248, 231, 0.65);
    line-height: 1.4;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-legal li {
    margin: 0;
}

.footer-legal a {
    font-size: 0.82rem;
    color: rgba(255, 248, 231, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1;
}

.footer-legal a:hover {
    color: #E8A33D;
}

.footer-made-with span {
    color: #FF6B6B;
    margin: 0 2px;
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE — final breakpoint adjustments
   ════════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
        text-align: center;
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content .hero-eyebrow,
    .hero-content h1 {
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-stat {
        align-items: center;
    }

    .hero-visual {
        order: -1;
        min-height: 360px;
    }

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

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-column.footer-brand {
        grid-column: 1 / -1;
    }

    .cta-banner-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }

    .cta-banner-actions {
        justify-content: center;
    }

    .cta-banner-decor {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
    }

    .hero-content h1 {
        font-size: clamp(2rem, 7vw, 2.75rem);
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 0.6rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-stats {
        gap: 1rem;
        padding-top: 1.25rem;
        justify-content: space-around;
    }

    .hero-stat-divider {
        display: none;
    }

    .hero-stat-number {
        font-size: 1.4rem;
    }

    .hero-stat-label {
        font-size: 0.7rem;
    }

    .hero-floating-leaf,
    .hero-scroll-indicator {
        display: none;
    }

    .trust-badges-inner {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

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

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

    .product-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: calc(100vw - 2.5rem);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-tabs::-webkit-scrollbar {
        display: none;
    }

    .product-tab {
        flex-shrink: 0;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-column.footer-brand {
        grid-column: auto;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.85rem;
    }

    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .cta-banner-content h2 {
        font-size: 1.6rem;
    }

    .btn-add-to-cart-label {
        display: none;
    }

    .btn-add-to-cart {
        padding: 0.6rem;
        width: 38px;
        height: 38px;
    }

    .product-card-footer {
        padding-top: 0.75rem;
    }
}

@media (max-width: 480px) {
    .hero-eyebrow {
        font-size: 0.68rem;
        padding: 0.3rem 0.7rem;
    }

    .hero-stats {
        gap: 0.5rem;
    }

    .hero-stat {
        flex: 1 1 30%;
        align-items: center;
        text-align: center;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .why-card {
        padding: 2rem 1.25rem;
    }
}

/* ════════════════════════════════════════════════════════════════════
   DARK MODE — cohesion
   ════════════════════════════════════════════════════════════════════ */
[data-theme="dark"] .trust-badges {
    background: #1A0F06;
    border-bottom-color: rgba(255, 248, 231, 0.05);
}

[data-theme="dark"] .trust-badge {
    background: #2D1A05;
    border-color: rgba(255, 248, 231, 0.06);
}

[data-theme="dark"] .trust-badge-text strong {
    color: #FFF8E7;
}

[data-theme="dark"] .trust-badge-text span {
    color: rgba(255, 248, 231, 0.7);
}

[data-theme="dark"] .product-card,
[data-theme="dark"] .why-card,
[data-theme="dark"] .testimonial-card {
    background: #2D1A05;
    border-color: rgba(255, 248, 231, 0.06);
}

[data-theme="dark"] .product-card-title,
[data-theme="dark"] .why-card h3,
[data-theme="dark"] .testimonial-author strong,
[data-theme="dark"] .testimonial-card blockquote p {
    color: #FFF8E7;
}

[data-theme="dark"] .why-card p,
[data-theme="dark"] .product-card-category,
[data-theme="dark"] .product-card-rating .rating-count,
[data-theme="dark"] .testimonial-author span {
    color: rgba(255, 248, 231, 0.7);
}

[data-theme="dark"] .section-title h2 {
    color: #FFF8E7;
}

[data-theme="dark"] .section-title .section-subtitle,
[data-theme="dark"] .section-title p {
    color: rgba(255, 248, 231, 0.7);
}

[data-theme="dark"] .product-card-image-wrap {
    background: linear-gradient(135deg, #1A0F06 0%, #2D1A05 100%);
}

[data-theme="dark"] .product-tabs {
    background: rgba(255, 248, 231, 0.04);
    border-color: rgba(255, 248, 231, 0.1);
}

[data-theme="dark"] .product-tab {
    color: rgba(255, 248, 231, 0.7);
}

[data-theme="dark"] .product-card-footer,
[data-theme="dark"] .testimonial-footer {
    border-top-color: rgba(255, 248, 231, 0.08);
}

[data-theme="dark"] .triangles-divider {
    background-color: #1A0F06;
}

[data-theme="dark"] .btn-add-to-cart {
    background: var(--ha-orange, #C4651A);
}
