/* =========================================
   HUMLA ORGANIC — CUSTOM STYLES
   Color Palette:
   - Forest Green #2d5016
   - Natural Green #4a7c38
   - Light Sage #8ba888
   - Earthy Brown #8b6f47
   - Gold Accent #c9a961
   - Warm Cream #faf6f0
   - Off White #f5f1e8
   - Dark #1a2e0f
   ========================================= */

:root {
    /* Palette derived from the official Humla Organic logo */
    --green-deep: #2f5a28;
    --green-mid: #4f9b39;
    --green-leaf: #5aa83f;
    --green-lime: #8fbb3f;
    --green-sage: #9dbb8f;
    --green-light: #e9f1e0;
    --amber: #e8a13a;
    --orange: #d9762b;
    --brown: #8b6f47;
    --gold: #d9902f;          /* logo amber-orange accent */
    --gold-light: #f0c274;
    --cream: #fbf8f2;
    --offwhite: #f4f1e9;
    --dark: #1f3a18;
    --text: #2c3a24;
    --text-muted: #5a6b52;
    --shadow-sm: 0 4px 12px rgba(45,80,22,0.08);
    --shadow: 0 10px 30px rgba(45,80,22,0.12);
    --shadow-lg: 0 20px 60px rgba(45,80,22,0.18);
    --radius: 14px;
    --radius-lg: 22px;
}

* { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: -0.01em;
}

em {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    color: var(--green-mid);
}

a { color: var(--green-deep); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--gold); }

img { max-width: 100%; }

/* Logo emblem hover life */
.navbar-brand:hover .humla-emblem { transform: scale(1.05) rotate(-2deg); }
.humla-emblem { transition: transform 0.45s cubic-bezier(.2,.9,.3,1); }

/* ============ TOP BAR ============ */
.top-bar {
    background: var(--green-deep);
    color: var(--cream);
    font-size: 0.82rem;
    padding: 8px 0;
    letter-spacing: 0.02em;
}
.top-bar i { color: var(--gold); margin-right: 6px; }
.social-top a {
    color: var(--cream);
    margin-left: 10px;
    font-size: 0.95rem;
}
.social-top a:hover { color: var(--gold); }

/* ============ NAVBAR ============ */
.main-nav {
    background: rgba(250, 246, 240, 0.96);
    backdrop-filter: blur(14px);
    padding: 14px 0;
    border-bottom: 1px solid rgba(45,80,22,0.08);
    transition: all 0.35s ease;
}
.main-nav.scrolled {
    padding: 8px 0;
    box-shadow: var(--shadow-sm);
}

/* ===== OFFICIAL HUMLA ORGANIC LOGO ===== */
.brand-logo {
    display: flex;
    align-items: center;
    gap: clamp(6px, 1.2vw, 12px);
    min-width: 0;
}
.logo-mark {
    width: clamp(38px, 5.2vw, 56px);
    height: clamp(38px, 5.2vw, 56px);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-mark svg,
.humla-emblem {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}
.main-nav.scrolled .logo-mark {
    width: clamp(34px, 4.4vw, 46px);
    height: clamp(34px, 4.4vw, 46px);
    transition: all 0.35s ease;
}
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    min-width: 0;
}
.logo-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2.1vw, 1.4rem);
    color: #3f5c35;
    letter-spacing: clamp(0.14em, 0.45vw, 0.3em);
    white-space: nowrap;
}
.logo-sub {
    font-size: clamp(0.52rem, 1.15vw, 0.72rem);
    letter-spacing: clamp(0.16em, 0.5vw, 0.34em);
    color: #7fae4b;
    font-weight: 500;
    margin-top: 4px;
    white-space: nowrap;
}
.site-footer .logo-name { color: #fff; }
.site-footer .logo-sub { color: #8fbb3f; }
/* Very small screens — keep logo compact but legible */
@media (max-width: 360px) {
    .logo-name { font-size: 0.92rem; letter-spacing: 0.1em; }
    .logo-sub { font-size: 0.48rem; letter-spacing: 0.14em; }
    .logo-mark { width: 34px; height: 34px; }
}

/* Nepali typography */
.np-slogan, .np-heading, .np-name, .hero-np, .bf-item .np {
    font-family: 'Inter', 'Noto Sans Devanagari', sans-serif;
}
.np-heading {
    font-size: 1.05rem;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 14px;
}
.hero-np {
    font-size: 1.05rem;
    color: var(--gold-light);
    font-weight: 500;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}
.product-title .np-name, .cat-body h3 small {
    display: inline-block;
    font-size: 0.78rem;
    color: var(--gold);
    font-weight: 500;
    font-family: 'Inter', 'Noto Sans Devanagari', sans-serif;
    margin-left: 6px;
    vertical-align: middle;
}
.top-phone { color: var(--cream) !important; font-weight: 600; }
.top-phone:hover { color: var(--gold) !important; }

/* Order Now button (brand style) */
.btn-order-now {
    background: var(--gold);
    color: var(--dark) !important;
    border: 2px solid var(--gold);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-order-now:hover {
    background: #fff;
    border-color: #fff;
    color: var(--green-deep) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.25);
}

/* ===== BRAND FEATURES STRIP ===== */
.brand-features-section {
    background: var(--green-deep);
    padding: 44px 0;
    position: relative;
}
.brand-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.bf-item {
    text-align: center;
    color: var(--cream);
    padding: 0 8px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.bf-item:last-child { border-right: none; }
.bf-icon {
    width: 52px; height: 52px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgba(201,169,97,0.15);
    border: 1px solid rgba(201,169,97,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gold);
    transition: all 0.4s ease;
}
.bf-item:hover .bf-icon {
    background: var(--gold);
    color: var(--green-deep);
    transform: translateY(-4px);
}
.bf-item strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}
.bf-item .np {
    display: block;
    font-size: 0.78rem;
    color: var(--gold-light);
    opacity: 0.85;
}
@media (max-width: 991px) {
    .brand-features { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; }
    .bf-item { border-right: none; }
}
@media (max-width: 576px) {
    .brand-features { grid-template-columns: repeat(2, 1fr); }
    .bf-item strong { font-size: 0.8rem; }
}

.navbar-nav { gap: 4px; }
.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--text);
    padding: 8px 14px !important;
    position: relative;
    transition: color 0.3s;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px; left: 14px; right: 14px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--green-deep); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

.btn-brand {
    background: var(--green-deep);
    color: var(--cream) !important;
    border: 2px solid var(--green-deep);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-brand:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(201,169,97,0.35);
}
.btn-outline-brand {
    background: transparent;
    color: var(--green-deep);
    border: 2px solid var(--green-deep);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-outline-brand:hover {
    background: var(--green-deep);
    color: var(--cream);
    transform: translateY(-2px);
}

.btn-outline-light-hero {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.35s ease;
    display: inline-flex;
    align-items: center;
}
.btn-outline-light-hero:hover {
    background: #fff;
    color: var(--green-deep);
    border-color: #fff;
}
.btn-outline-light-hero:hover { color: var(--green-deep); }

/* ============ HERO ============ */
.hero-section {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    padding: 120px 0 80px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    animation: slowZoom 20s ease-in-out infinite alternate;
}
@keyframes slowZoom {
    from { transform: scale(1.05); }
    to { transform: scale(1.15); }
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(26,46,15,0.88) 0%, rgba(26,46,15,0.65) 50%, rgba(26,46,15,0.35) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}
.hero-badge .dot {
    width: 8px; height: 8px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    color: #fff;
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 24px;
}
.hero-title em { color: var(--gold-light); font-weight: 500; }
.hero-title .text-accent { color: var(--gold); }

.hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.88);
    max-width: 580px;
    margin-bottom: 36px;
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.hero-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    max-width: 600px;
}
.hero-stats .stat strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 700;
}
.hero-stats .stat span {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
}
.divider-v {
    width: 1px;
    background: rgba(255,255,255,0.2);
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.8);
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 3;
}
.scroll-indicator i { animation: bounce 2s infinite; font-size: 1rem; }
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.scroll-indicator:hover { color: var(--gold); }

/* ============ SECTIONS ============ */
.section {
    padding: 100px 0;
    position: relative;
}
.section-head { margin-bottom: 60px; }

.eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 14px;
    position: relative;
    padding-left: 42px;
}
.eyebrow::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 32px; height: 1px;
    background: var(--gold);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.15;
    margin-bottom: 18px;
    font-weight: 700;
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 640px;
}

.lead-text {
    font-size: 1.18rem;
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 1.7;
}
.body-text {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 16px;
}

/* ============ INTRO ============ */
.intro-section {
    padding: 120px 0;
    background: var(--cream);
    position: relative;
}
.intro-section::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 40%; height: 100%;
    background: var(--green-light);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    opacity: 0.5;
    z-index: 0;
}
.intro-section > .container { position: relative; z-index: 1; }

.intro-signature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}
.sig-line { width: 50px; height: 1px; background: var(--gold); }
.intro-signature span {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: var(--green-deep);
}

.intro-image-grid {
    position: relative;
    height: 520px;
}
.intro-image-grid .img-main {
    position: absolute;
    top: 0; left: 0;
    width: 70%;
    height: 80%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.intro-image-grid .img-sub {
    position: absolute;
    bottom: 0; right: 0;
    width: 55%;
    height: 50%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 8px solid var(--cream);
}
.intro-image-grid img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.intro-image-grid img:hover { transform: scale(1.06); }

.img-badge {
    position: absolute;
    top: 45%;
    left: 58%;
    width: 130px; height: 130px;
    background: var(--green-deep);
    color: var(--cream);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--cream);
}
.img-badge i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 4px;
}
.img-badge span {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

/* ============ CATEGORIES ============ */
.categories-section { background: var(--offwhite); }

.category-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.45s ease;
    height: 100%;
}
.category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}
.cat-img {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.cat-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.category-card:hover .cat-img img { transform: scale(1.08); }

.cat-icon {
    position: absolute;
    bottom: -24px;
    right: 20px;
    width: 56px; height: 56px;
    background: var(--green-deep);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: var(--shadow);
    border: 4px solid #fff;
    transition: transform 0.4s ease;
}
.category-card:hover .cat-icon {
    transform: rotate(-15deg) scale(1.1);
}

.cat-body { padding: 30px 24px 24px; }
.cat-body h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.cat-body p {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 16px;
}
.cat-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--green-deep);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
}
.cat-link:hover { color: var(--gold); gap: 12px; }

/* ============ FEATURED PRODUCTS ============ */
.featured-section { background: var(--cream); }

.product-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.45s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.product-image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: var(--green-light);
}
.product-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.product-card:hover .product-image img { transform: scale(1.08); }

.product-badge {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--gold);
    color: var(--dark);
    font-size: 0.7rem;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.product-wishlist {
    position: absolute;
    top: 14px; right: 14px;
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-deep);
    cursor: pointer;
    transition: all 0.3s;
}
.product-wishlist:hover {
    background: var(--green-deep);
    color: #fff;
}

.product-body {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-category {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 8px;
}
.product-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
    line-height: 1.3;
}
.product-desc {
    color: var(--text-muted);
    font-size: 0.88rem;
    margin-bottom: 16px;
    flex: 1;
}
.product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.product-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--green-deep);
}
.product-rating {
    color: var(--gold);
    font-size: 0.8rem;
}
.product-actions {
    display: flex;
    gap: 8px;
}
.product-actions .btn {
    flex: 1;
    font-size: 0.82rem;
    padding: 10px 14px;
    border-radius: 50px;
}

/* ============ WHY SECTION ============ */
.why-section { background: var(--offwhite); }

.why-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: var(--radius-lg);
    height: 100%;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}
.why-card:hover {
    transform: translateY(-6px);
    border-bottom-color: var(--gold);
    box-shadow: var(--shadow);
}
.why-icon {
    width: 58px; height: 58px;
    background: var(--green-light);
    color: var(--green-deep);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 18px;
    transition: all 0.4s ease;
}
.why-card:hover .why-icon {
    background: var(--green-deep);
    color: var(--gold);
    transform: rotate(-8deg);
}
.why-card h4 { font-size: 1.15rem; margin-bottom: 8px; }
.why-card p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* ============ JOURNEY ============ */
.journey-section { background: var(--cream); }

.journey-timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 40px;
}
.journey-timeline::before {
    content: '';
    position: absolute;
    top: 38px; left: 5%; right: 5%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--green-mid), var(--gold));
    z-index: 0;
}
.journey-step {
    position: relative;
    text-align: center;
    z-index: 1;
}
.step-icon {
    width: 76px; height: 76px;
    background: #fff;
    border: 3px solid var(--green-deep);
    color: var(--green-deep);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin: 0 auto 18px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
}
.step-icon:hover {
    background: var(--green-deep);
    color: var(--gold);
    transform: scale(1.08);
}
.step-num {
    position: absolute;
    top: -6px; right: -6px;
    width: 26px; height: 26px;
    background: var(--gold);
    color: var(--dark);
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}
.journey-step h4 { font-size: 1.05rem; margin-bottom: 6px; }
.journey-step p { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

@media (max-width: 991px) {
    .journey-timeline {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }
    .journey-timeline::before { display: none; }
}
@media (max-width: 576px) {
    .journey-timeline { grid-template-columns: repeat(2, 1fr); }
}

/* ============ HUMLA STORY ============ */
.humla-story {
    background: var(--green-deep);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}
.humla-story::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(201,169,97,0.2), transparent 70%);
    border-radius: 50%;
}
.humla-story .eyebrow { color: var(--gold); }
.humla-story .section-title { color: #fff; }
.humla-story .section-title em { color: var(--gold); }
.humla-story .body-text { color: rgba(255,255,255,0.82); }
.humla-story .btn-outline-brand {
    color: #fff;
    border-color: #fff;
}
.humla-story .btn-outline-brand:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark);
}

.story-image-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.story-image-wrap > img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: var(--radius-lg);
}
.story-quote {
    position: absolute;
    bottom: 24px; left: 24px; right: 24px;
    background: rgba(255,255,255,0.95);
    color: var(--dark);
    padding: 22px 26px;
    border-radius: var(--radius);
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.story-quote i {
    font-size: 2.5rem;
    color: var(--gold);
    line-height: 0.8;
    margin-top: 4px;
}
.story-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.5;
}

.story-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.story-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}
.story-feature i {
    font-size: 1.8rem;
    color: var(--gold);
}
.story-feature strong {
    display: block;
    font-size: 0.95rem;
    color: #fff;
}
.story-feature span {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
}

/* ============ TESTIMONIALS ============ */
.testimonials-section { background: var(--offwhite); }

.testimonial-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    position: relative;
    margin: 30px 0;
}
.quote-mark {
    width: 60px; height: 60px;
    background: var(--green-deep);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: -60px auto 20px;
    position: relative;
}
.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-style: italic;
    color: var(--dark);
    line-height: 1.6;
    margin-bottom: 28px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.testimonial-author img {
    width: 54px; height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
}
.testimonial-author strong {
    display: block;
    font-size: 1rem;
    color: var(--dark);
}
.testimonial-author span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.carousel-nav-icon {
    width: 46px; height: 46px;
    background: #fff;
    color: var(--green-deep);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s;
}
.carousel-nav-icon:hover {
    background: var(--green-deep);
    color: var(--gold);
}
.carousel-control-prev, .carousel-control-next {
    width: 60px;
    opacity: 1;
}
.carousel-indicators-custom {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.carousel-indicators-custom button {
    width: 10px; height: 10px;
    border-radius: 50%;
    border: none;
    background: var(--green-sage);
    transition: all 0.3s;
}
.carousel-indicators-custom button.active {
    background: var(--green-deep);
    width: 30px;
    border-radius: 5px;
}

/* ============ BLOG PREVIEW ============ */
.blog-section { background: var(--cream); }

.blog-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all 0.45s ease;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}
.blog-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.blog-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.blog-card:hover .blog-img img { transform: scale(1.08); }
.blog-date {
    position: absolute;
    top: 16px; left: 16px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.1;
    box-shadow: var(--shadow-sm);
}
.blog-date strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--green-deep);
}
.blog-date span {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
}
.blog-body { padding: 26px; }
.blog-tag {
    display: inline-block;
    background: var(--green-light);
    color: var(--green-deep);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.blog-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
    line-height: 1.3;
}
.blog-title a { color: var(--dark); }
.blog-title a:hover { color: var(--green-mid); }
.blog-excerpt {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 16px;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: var(--text-muted);
    padding-top: 14px;
    border-top: 1px solid var(--green-light);
}
.blog-readmore {
    color: var(--green-deep);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.blog-readmore:hover { gap: 10px; color: var(--gold); }

/* ============ FAQ ============ */
.faq-section { background: var(--offwhite); }

.accordion-item {
    background: #fff;
    border: none !important;
    border-radius: var(--radius) !important;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.accordion-button {
    background: #fff;
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 20px 24px;
    border: none;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    background: var(--green-deep);
    color: #fff;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c9a961'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c9a961'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
    color: var(--text-muted);
    padding: 20px 24px 24px;
    line-height: 1.7;
}

/* ============ NEWSLETTER ============ */
.newsletter-section {
    padding: 80px 0;
    background: var(--cream);
}
.newsletter-box {
    background: linear-gradient(120deg, var(--green-deep) 0%, var(--green-mid) 55%, var(--amber) 130%);
    border-radius: var(--radius-lg);
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}
.newsletter-box::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(201,169,97,0.25), transparent 70%);
    border-radius: 50%;
}
.newsletter-box::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(201,169,97,0.15), transparent 70%);
    border-radius: 50%;
}
.newsletter-box .eyebrow { color: var(--gold); }
.newsletter-box .eyebrow::before { background: var(--gold); }
.newsletter-box .section-title { color: #fff; }
.newsletter-box .section-title em { color: var(--gold); }

.newsletter-form {
    display: flex;
    gap: 8px;
    background: #fff;
    padding: 6px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.newsletter-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 22px;
    font-size: 0.95rem;
    background: transparent;
    color: var(--dark);
}
.newsletter-form button {
    background: var(--green-deep);
    color: var(--cream);
    border: none;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.newsletter-form button:hover { background: var(--gold); color: var(--dark); }
.text-white-80 { color: rgba(255,255,255,0.8); }
.text-white-60 { color: rgba(255,255,255,0.6); }

/* ============ FOOTER ============ */
.site-footer {
    background: var(--dark);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 0;
}
.footer-top { padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-about { font-size: 0.92rem; margin: 18px 0 24px; line-height: 1.7; }
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.footer-social a:hover {
    background: var(--gold);
    color: var(--dark);
    transform: translateY(-3px);
}

.footer-title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li { margin-bottom: 10px; }
.footer-list a {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    transition: all 0.3s;
}
.footer-list a:hover { color: var(--gold); padding-left: 4px; }

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.contact-list i {
    color: var(--gold);
    margin-top: 3px;
    font-size: 1rem;
}
.contact-list span { font-size: 0.88rem; }

.footer-bottom {
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.85rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom p span { color: var(--gold); }

/* ============ MOBILE STICKY ORDER BAR ============ */
.mobile-order-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--green-deep);
    display: none;
    z-index: 997;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.18);
}
.mobile-order-bar a {
    flex: 1;
    padding: 14px 8px;
    text-align: center;
    color: var(--cream);
    font-weight: 600;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.mobile-order-bar a:first-child { border-right: 1px solid rgba(255,255,255,0.15); }
.mobile-order-bar a.wa { background: #25D366; color: #fff; }
.mobile-order-bar a i { font-size: 1.1rem; color: var(--gold); }
.mobile-order-bar a.wa i { color: #fff; }
@media (max-width: 767px) {
    .mobile-order-bar { display: flex; }
    body { padding-bottom: 52px; }
    .whatsapp-float { display: none; }
    .back-to-top { bottom: 68px; }
}

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
    position: fixed;
    bottom: 24px; right: 24px;
    width: 58px; height: 58px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 10px 25px rgba(37,211,102,0.4);
    z-index: 999;
    transition: all 0.3s;
}
.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(37,211,102,0.55);
}
.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: -6px;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: ripple 2s infinite;
    opacity: 0;
}
@keyframes ripple {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* ============ BACK TO TOP ============ */
.back-to-top {
    position: fixed;
    bottom: 90px; right: 24px;
    width: 44px; height: 44px;
    background: var(--green-deep);
    color: var(--cream);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    box-shadow: var(--shadow);
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover { background: var(--gold); color: var(--dark); }

/* ============ OFFCANVAS ============ */
.offcanvas { background: var(--cream); }
.offcanvas .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(45,80,22,0.08);
}

/* ============ PAGE BANNER (subpages) ============ */
.page-banner {
    padding: 140px 0 80px;
    background: linear-gradient(100deg, rgba(26,46,15,0.9), rgba(45,80,22,0.75)),
                url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=80') center/cover;
    color: #fff;
    position: relative;
}
.page-banner h1 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: #fff;
    margin-bottom: 14px;
}
.page-banner h1 em { color: var(--gold); }
.breadcrumb-custom {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    list-style: none;
    padding: 0;
}
.breadcrumb-custom a { color: var(--gold); }
.breadcrumb-custom li:not(:last-child)::after {
    content: '/';
    color: rgba(255,255,255,0.5);
    margin-left: 8px;
}

/* ============ REVEAL ANIMATIONS ============ */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============ PRODUCTS PAGE ============ */
.products-filter {
    background: #fff;
    padding: 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 100px;
}
.filter-group { margin-bottom: 24px; }
.filter-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--green-light);
}
.filter-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-size: 0.92rem;
    border-radius: 8px;
    transition: all 0.3s;
    margin-bottom: 4px;
}
.filter-btn:hover { background: var(--green-light); color: var(--green-deep); }
.filter-btn.active {
    background: var(--green-deep);
    color: #fff;
}
.filter-btn .count {
    float: right;
    font-size: 0.8rem;
    opacity: 0.7;
}

.search-bar {
    background: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 30px;
}
.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 0.95rem;
    background: transparent;
}
.search-bar i { color: var(--green-deep); font-size: 1.1rem; }

.sort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}
.sort-select {
    padding: 10px 18px;
    border: 1px solid var(--green-light);
    border-radius: 50px;
    background: #fff;
    font-size: 0.9rem;
    color: var(--text);
    cursor: pointer;
}
.sort-select:focus {
    border-color: var(--green-deep);
    outline: none;
    box-shadow: 0 0 0 3px rgba(45,80,22,0.1);
}

/* ============ PRODUCT DETAIL ============ */
.product-gallery {
    background: #fff;
    padding: 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.product-main-image {
    height: 480px;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--green-light);
    margin-bottom: 16px;
}
.product-main-image img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.product-thumb {
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.product-thumb.active { border-color: var(--gold); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-detail-info h1 {
    font-size: 2.2rem;
    margin-bottom: 12px;
}
.product-detail-price {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--green-deep);
    margin: 20px 0;
}
.detail-meta {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--green-light);
    border-bottom: 1px solid var(--green-light);
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.detail-meta > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.detail-meta i { color: var(--gold); font-size: 1.2rem; }
.detail-meta strong { display: block; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.detail-meta span { font-size: 0.95rem; color: var(--dark); }

.qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid var(--green-light);
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
}
.qty-selector button {
    width: 42px; height: 42px;
    background: transparent;
    border: none;
    color: var(--green-deep);
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s;
}
.qty-selector button:hover { background: var(--green-light); }
.qty-selector input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    background: transparent;
    outline: none;
}

.action-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}
.btn-whatsapp:hover {
    background: #1da851;
    color: #fff;
    transform: translateY(-2px);
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.benefits-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--green-light);
    align-items: flex-start;
}
.benefits-list li i {
    color: var(--gold);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ============ CONTACT ============ */
.contact-info-card {
    background: #fff;
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all 0.4s;
}
.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.contact-icon {
    width: 58px; height: 58px;
    background: var(--green-light);
    color: var(--green-deep);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 18px;
}
.contact-info-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.contact-info-card p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }

.contact-form-wrap {
    background: #fff;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.form-control-custom {
    background: var(--cream);
    border: 1px solid transparent;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    margin-bottom: 16px;
    width: 100%;
    transition: all 0.3s;
}
.form-control-custom:focus {
    outline: none;
    border-color: var(--green-deep);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(45,80,22,0.1);
}
.form-control-custom.invalid { border-color: #c0392b; }
.form-error {
    color: #c0392b;
    font-size: 0.82rem;
    margin-top: -10px;
    margin-bottom: 12px;
    display: none;
}
.form-error.show { display: block; }

.form-success {
    background: var(--green-light);
    color: var(--green-deep);
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: none;
    align-items: center;
    gap: 10px;
}
.form-success.show { display: flex; }

.map-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 400px;
    background: var(--green-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    flex-direction: column;
    gap: 10px;
}
.map-wrap i { font-size: 3rem; color: var(--green-deep); }

/* ============ ABOUT / STORY ============ */
.value-card {
    background: #fff;
    padding: 32px 26px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all 0.4s;
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}
.value-icon {
    width: 70px; height: 70px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}
.value-card h4 { font-size: 1.15rem; margin-bottom: 10px; }
.value-card p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* ============ GALLERY ============ */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}
.gallery-filter-btn {
    padding: 10px 22px;
    border: 1px solid var(--green-light);
    background: #fff;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    transition: all 0.3s;
}
.gallery-filter-btn:hover, .gallery-filter-btn.active {
    background: var(--green-deep);
    border-color: var(--green-deep);
    color: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}
.gallery-item {
    height: 260px;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.gallery-item::after {
    content: '\F52A';
    font-family: 'bootstrap-icons';
    position: absolute;
    inset: 0;
    background: rgba(26,46,15,0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover::after { opacity: 1; }

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.lightbox.active { display: flex; }
.lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 8px;
}
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute;
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: none;
    width: 50px; height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.3s;
    backdrop-filter: blur(10px);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--gold); color: var(--dark); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { top: 50%; left: 20px; transform: translateY(-50%); }
.lightbox-next { top: 50%; right: 20px; transform: translateY(-50%); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
    .section { padding: 80px 0; }
}
@media (max-width: 991px) {
    .hero-section { padding: 100px 0 60px; min-height: 80vh; }
    .hero-stats { gap: 20px; }
    .hero-stats .divider-v { display: none; }
    .intro-image-grid { height: 420px; }
    .section { padding: 70px 0; }
    .intro-section::before { display: none; }
}
@media (max-width: 767px) {
    .section { padding: 60px 0; }
    .hero-section { min-height: 75vh; }
    .hero-buttons .btn { width: 100%; }
    .hero-stats { gap: 16px; font-size: 0.85rem; }
    .hero-stats .stat strong { font-size: 1.15rem; }
    .img-badge { display: none; }
    .intro-image-grid { height: 380px; }
    .newsletter-box { padding: 40px 24px; }
    .newsletter-form { flex-direction: column; padding: 14px; border-radius: var(--radius); }
    .newsletter-form input { padding: 12px 16px; }
    .newsletter-form button { padding: 14px; justify-content: center; }
    .footer-bottom { text-align: center; justify-content: center; }
    .contact-form-wrap { padding: 28px 22px; }
    .whatsapp-float { width: 52px; height: 52px; font-size: 1.6rem; }
    .back-to-top { bottom: 84px; width: 40px; height: 40px; }
    .story-image-wrap > img { height: 380px; }
    .story-quote { padding: 16px 18px; }
    .story-quote p { font-size: 0.95rem; }
}
@media (max-width: 576px) {
    .section-title { font-size: 1.8rem; }
    .cat-img { height: 200px; }
    .product-image { height: 200px; }
    .product-main-image { height: 320px; }
    .product-thumbs { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================================
   DEVICE RESPONSIVE REFINEMENTS
   Targets: 1920 / 1440 / 1200 / 992 / 768 / 576 / 375
   ========================================================= */

/* --- Global fluid safety --- */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; max-width: 100vw; }
img, svg, video, iframe { max-width: 100%; }
.container { padding-left: 16px; padding-right: 16px; }

/* --- 1920px+ ultra-wide --- */
@media (min-width: 1600px) {
    .container { max-width: 1440px; }
    .section { padding: 120px 0; }
    .hero-section { min-height: 88vh; }
    .hero-title { font-size: 5.4rem; }
}

/* --- 1440px --- */
@media (min-width: 1400px) and (max-width: 1599px) {
    .container { max-width: 1320px; }
}

/* --- 1200px --- */
@media (max-width: 1399px) and (min-width: 1200px) {
    .navbar-nav .nav-link { font-size: 0.86rem; padding: 8px 10px !important; }
    .navbar-nav .nav-link::after { left: 10px; right: 10px; }
}

/* --- 992px – 1199px (small desktop / large tablet) --- */
@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-nav .nav-link { font-size: 0.8rem; padding: 8px 7px !important; }
    .navbar-nav .nav-link::after { left: 7px; right: 7px; }
    .btn-brand { padding: 9px 16px; font-size: 0.82rem; }
    .logo-name { font-size: 1.05rem; letter-spacing: 0.16em; }
    .logo-sub { font-size: 0.55rem; letter-spacing: 0.2em; }
    .hero-title { font-size: 3.6rem; }
    .section-title { font-size: 2.4rem; }
}

/* --- 992px and below: mobile nav active --- */
@media (max-width: 991px) {
    .main-nav { padding: 10px 0; }
    .navbar-toggler {
        border: 1px solid rgba(47,90,40,0.25);
        padding: 6px 10px;
        border-radius: 10px;
    }
    .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(79,155,57,0.2); }
    .offcanvas { width: min(320px, 85vw) !important; }
    .hero-title { font-size: clamp(2.4rem, 7vw, 3.6rem); }
    .hero-np { font-size: 0.98rem; }
    .hero-sub { font-size: 1.02rem; max-width: 100%; }
    .page-banner { padding: 100px 0 60px; }
    .intro-image-grid { height: 400px; }
    .story-image-wrap > img { height: 420px; }
    .products-filter { position: static; margin-bottom: 24px; }
    .newsletter-box { padding: 44px 32px; }
}

/* --- 768px (tablet portrait) --- */
@media (max-width: 767px) {
    .top-bar { display: none !important; }
    .section { padding: 56px 0; }
    .section-head { margin-bottom: 40px; }
    .eyebrow { font-size: 0.7rem; letter-spacing: 0.24em; padding-left: 32px; }
    .eyebrow::before { width: 22px; }
    .hero-section { min-height: auto; padding: 80px 0 60px; }
    .hero-badge { font-size: 0.68rem; padding: 7px 14px; letter-spacing: 0.1em; }
    .hero-buttons { flex-direction: column; gap: 10px; }
    .hero-buttons .btn { width: 100%; justify-content: center; }
    .scroll-indicator { display: none; }
    .hero-stats { justify-content: space-between; width: 100%; gap: 12px; }
    .hero-stats .stat { flex: 1; min-width: 90px; }
    .lead-text { font-size: 1.05rem; }
    .intro-image-grid { height: 340px; }
    .intro-image-grid .img-main { width: 78%; height: 76%; }
    .intro-image-grid .img-sub { width: 52%; height: 46%; border-width: 6px; }
    .cat-body, .product-body, .blog-body { padding: 20px 18px; }
    .product-actions { flex-direction: column; }
    .product-actions .btn { width: 100%; }
    .testimonial-card { padding: 44px 22px 34px; margin-top: 40px; }
    .testimonial-text { font-size: 1.1rem; }
    .carousel-control-prev, .carousel-control-next { width: 40px; }
    .accordion-button { font-size: 0.95rem; padding: 16px 18px; }
    .accordion-body { padding: 16px 18px 20px; font-size: 0.92rem; }
    .detail-meta { gap: 16px; }
    .action-buttons { flex-direction: column; }
    .action-buttons .btn, .action-buttons .btn-whatsapp { width: 100%; justify-content: center; }
    .site-footer { padding: 56px 0 0; }
    .footer-top { padding-bottom: 32px; }
    .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
    .gallery-item { height: 170px; }
    .gallery-filters { gap: 8px; }
    .gallery-filter-btn { padding: 8px 14px; font-size: 0.78rem; }
    .lightbox { padding: 16px; }
    .lightbox-prev, .lightbox-next { width: 42px; height: 42px; font-size: 1.2rem; }
    .lightbox-prev { left: 8px; } .lightbox-next { right: 8px; }
    .page-banner { padding: 84px 0 48px; }
    .page-banner h1 { font-size: clamp(1.7rem, 7vw, 2.4rem); }
    .breadcrumb-custom { font-size: 0.72rem; }
}

/* --- 576px (large phone) --- */
@media (max-width: 575px) {
    .container { padding-left: 14px; padding-right: 14px; }
    .section { padding: 48px 0; }
    .section-title { font-size: clamp(1.55rem, 7vw, 2rem); }
    .section-desc, .body-text { font-size: 0.94rem; }
    .hero-title { font-size: clamp(2.1rem, 10vw, 2.9rem); line-height: 1.1; }
    .hero-np { font-size: 0.9rem; }
    .hero-sub { font-size: 0.95rem; }
    .hero-stats { padding-top: 20px; gap: 10px; }
    .hero-stats .stat strong { font-size: 1rem; }
    .hero-stats .stat span { font-size: 0.62rem; letter-spacing: 0.08em; }
    .intro-image-grid { height: 280px; }
    .cat-img { height: 180px; }
    .product-image { height: 190px; }
    .product-title { font-size: 1.08rem; }
    .blog-img { height: 190px; }
    .why-card, .value-card, .contact-info-card { padding: 24px 18px; }
    .journey-timeline { gap: 28px 14px; }
    .step-icon { width: 62px; height: 62px; font-size: 1.35rem; }
    .journey-step h4 { font-size: 0.95rem; }
    .journey-step p { font-size: 0.76rem; }
    .story-image-wrap > img { height: 300px; }
    .story-quote { position: static; margin-top: 12px; }
    .newsletter-box { padding: 32px 20px; }
    .contact-form-wrap { padding: 24px 18px; }
    .product-main-image { height: 260px; }
    .product-detail-info h1 { font-size: 1.6rem; }
    .product-detail-price { font-size: 1.5rem; }
    .footer-bottom { flex-direction: column; text-align: center; font-size: 0.8rem; }
}

/* --- 375px (small phone) --- */
@media (max-width: 400px) {
    .section { padding: 40px 0; }
    .hero-title { font-size: 1.95rem; }
    .hero-badge { font-size: 0.6rem; padding: 6px 12px; }
    .hero-stats { flex-wrap: wrap; }
    .hero-stats .stat { min-width: 46%; }
    .btn { font-size: 0.84rem; }
    .btn-lg { padding: 11px 18px !important; font-size: 0.86rem !important; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item { height: 140px; }
    .product-thumbs { grid-template-columns: repeat(4, 1fr); }
    .product-thumb { height: 58px; }
    .mobile-order-bar a { font-size: 0.78rem; padding: 12px 4px; }
    .brand-features { gap: 20px 10px; }
    .bf-icon { width: 44px; height: 44px; font-size: 1.15rem; }
    .bf-item strong { font-size: 0.74rem; }
    .bf-item .np { font-size: 0.68rem; }
}

/* --- Landscape phones --- */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section { min-height: auto; padding: 70px 0 40px; }
    .hero-stats { display: none; }
    .scroll-indicator { display: none; }
}

/* --- Touch device tweaks --- */
@media (hover: none) {
    .product-card:hover, .category-card:hover, .blog-card:hover,
    .why-card:hover, .value-card:hover, .contact-info-card:hover {
        transform: none;
    }
    .btn, .filter-btn, .gallery-filter-btn, .nav-link { -webkit-tap-highlight-color: transparent; }
    .btn, .cat-link, .blog-readmore { min-height: 44px; display: inline-flex; align-items: center; }
    .filter-btn { padding: 12px 14px; }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1; transform: none; }
}

/* --- Print --- */
@media print {
    .main-nav, .top-bar, .site-footer, .whatsapp-float,
    .back-to-top, .mobile-order-bar, .hero-bg { display: none !important; }
    body { background: #fff; color: #000; }
}
