/* =====================================================
   RIKAV ART GALLERY - MODERN MINIMAL DESIGN
   Inspired by: HomeCentre
   ===================================================== */

/* CSS Variables - Warm Luxury Palette */
:root {
    --brand-gold: #D4AF37;
    --accent-color: #D4AF37;
    --accent-strong: #B58F2B;
    --text-dark: #1A1917;
    --text-light: #4A453D;
    --bg-ivory: #F7F3EE;
    --bg-beige: #EBE3D6;
    --bg-cream: #F5F1EC;
    --bg-white: #FFFFFF;
    --soft-black: #1A1917;
    --border-color: rgba(212, 175, 55, 0.14);
    --shadow: 0 18px 50px rgba(26, 25, 23, 0.12);
    --shadow-hover: 0 24px 70px rgba(26, 25, 23, 0.18);
    --transition: all 0.28s ease;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
}

body {
    font-family: var(--font-body);
    background: var(--bg-ivory);
    color: var(--text-dark);
    line-height: 1.75;
}

h1, h2, h3, h4, .section-title, .hero-title, .feature-panel h2, .final-cta h2, .page-header h1, .badge h3, .category-card h4 {
    font-family: var(--font-heading);
    letter-spacing: 0.04em;
    color: var(--soft-black);
}

p, .section-subtitle, .hero-subtitle, .product-card-info p, .category-card p, .testimonial-card p, .footer, .badge p {
    font-family: var(--font-body);
    color: rgba(26, 25, 23, 0.78);
}

.container {
    max-width: 1180px;
}

section {
    padding: 76px 0;
}

.eyebrow {
    margin-bottom: 12px;
    color: var(--accent-strong);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.top-banner {
    background: #0f0d0b;
    color: #fff;
    z-index: 1002;
}

.top-banner .container {
    min-height: 28px;
    padding: 6px 20px;
    position: relative;
}

.top-banner p {
    color: rgba(255,255,255,0.88);
    text-align: center;
}

.top-banner .close-banner {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    opacity: 0.72;
    position: absolute;
    right: 170px;
    
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--soft-black);
    border-bottom: 1px solid var(--brand-gold);
    box-shadow: 0 8px 24px rgba(26, 25, 23, 0.05);
    padding: 0.4rem 0;
}

.nav-wrapper {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.logo-img {
    height: 95px !important;
    max-height: 95px !important;
    width: auto !important;
    object-fit: contain !important;
    transform: scale(1.2) !important; 
    transform-origin: left center !important; 
    margin-left: 15px !important;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
}

.nav-menu a {
    color: #FAFAFA;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.22s ease, transform 0.22s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--brand-gold);
}

.dropbtn .fa-chevron-down {
    margin-left: 5px;
    font-size: 0.68rem;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 260px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    list-style: none;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--text-light);
    font-size: 0.78rem;
    text-transform: none;
    letter-spacing: 0;
}

.dropdown-menu a:hover {
    background: var(--bg-cream);
    color: var(--text-dark);
}

.nav-social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 16px;
    border-left: 1px solid rgba(33, 27, 22, 0.1);
}

.nav-social span {
    display: none;
}

.nav-social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 27, 22, 0.1);
    border-radius: 50%;
    background: #fff;
    color: var(--text-dark);
    padding: 0 !important;
}

.nav-social a:hover {
    background: var(--soft-black);
    color: #fff;
}

.premium-hero,
.hero {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background: var(--soft-black);
}

.hero-carousel,
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-video {
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.1s ease, transform 6s ease;
}

.hero-video.active {
    opacity: 1;
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10,8,6,0.84) 0%, rgba(10,8,6,0.52) 46%, rgba(10,8,6,0.18) 100%),
        linear-gradient(0deg, rgba(10,8,6,0.42) 0%, rgba(10,8,6,0.08) 45%);
    z-index: 1;
}

.hero .container,
.premium-hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 100% !important;
    width: 100% !important;
    text-align: left;
    padding-right: 40px;
}

.hero-content .eyebrow {
    color: #dcc47e;
}

.hero-title {
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.9rem);
    line-height: 1.03;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.hero-subtitle {
    max-width: 700px;
    color: rgba(255,255,255,0.86);
    font-size: clamp(1rem, 1.5vw, 1.14rem);
    line-height: 1.75;
    margin-bottom: 26px;
}

.hero-cta,
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.hero-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.trust-chip {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    color: rgba(96, 62, 62, 0.86);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
}

.btn {
    border-radius: 6px;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.95rem 1.6rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.btn-primary,
.btn-secondary {
    background: var(--brand-gold);
    border-color: transparent;
    color: var(--soft-black);
    box-shadow: 0 14px 30px rgba(26, 25, 23, 0.12);
}

.btn-primary:hover,
.btn-secondary:hover {
    background: #c9ad46;
    transform: translateY(-1px) scale(1.02);
    color: var(--soft-black);
}

.btn-outline {
    border-color: var(--brand-gold);
    color: var(--brand-gold);
    background: transparent;
}

.btn-outline:hover {
    background: rgba(212, 175, 55, 0.08);
    color: var(--brand-gold);
}

.section-header {
    max-width: 720px;
    margin: 0 auto 44px;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: 0;
}

.section-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
}

.compact-section {
    padding: 38px 0;
}

.badges-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.badge,
.custom-card,
.offer-card,
.care-feature,
.testimonial-card,
.product-card,
.category-note-box {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.badge {
    padding: 24px;
}

.badge i {
    color: var(--accent-strong);
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.badge h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.badge p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.55;
}

.collection {
    background: #fff;
}

.category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.category-card {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(26, 25, 23, 0.06);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.08), 0 22px 50px rgba(26, 25, 23, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14), 0 26px 58px rgba(26, 25, 23, 0.16);
}

.category-card img,
.category-card .product-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: var(--bg-cream);
}

.category-card-content {
    padding: 24px;
}

.category-card h4 {
    margin: 0 0 10px;
    font-size: 1.24rem;
    color: var(--soft-black);
    transition: color 0.24s ease;
}

.category-card:hover h4 {
    color: var(--brand-gold);
}

.category-card p {
    margin: 0 0 20px;
    color: var(--text-light);
    line-height: 1.75;
}

.category-card span,
.btn-overlay {
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.warm-band {
    background: linear-gradient(135deg, var(--bg-cream), #fff);
    color: var(--text-dark);
}

.warm-band .split-copy h2,
.warm-band .split-copy p,
.warm-band .pill-list span {
    color: var(--text-dark);
}

.split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 46px;
    align-items: center;
}

.split-copy h2,
.feature-panel h2,
.final-cta h2 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    margin-bottom: 18px;
}

.split-copy p,
.feature-panel p,
.final-cta p {
    color: var(--text-light);
    line-height: 1.85;
    margin-bottom: 24px;
}

.pill-list,
.care-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.pill-list span,
.care-grid span {
    padding: 9px 13px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    color: var(--text-light);
    font-size: 0.86rem;
}

.split-media {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-hover);
}

.split-media img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.two-feature-section {
    background: #fff;
}

.feature-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.feature-panel {
    min-height: 100%;
    padding: 36px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--bg-ivory);
}

.dark-panel {
    background: var(--soft-black);
    color: #fff;
}

.dark-panel h2,
.dark-panel p {
    color: #fff;
}

.dark-panel .pill-list span {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.82);
}

.care-section {
    background: var(--bg-cream);
}

.care-grid {
    justify-content: center;
    max-width: 920px;
    margin: 0 auto 30px;
}

.center-cta {
    text-align: center;
}

.testimonials {
    background: #fff;
}

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

.testimonial-card {
    padding: 24px;
}

.testimonial-card p {
    color: var(--text-light);
    line-height: 1.75;
}

.final-cta {
    background: var(--soft-black);
    color: #fff;
}

.final-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
    align-items: center;
}

.final-cta h2,
.final-cta p {
    color: #fff;
}

.final-cta .btn-outline {
    color: #fff;
    border-color: rgba(255,255,255,0.24);
}

.footer {
    background: #0f0d0b;
    color: rgba(255,255,255,0.78);
    padding: 56px 0 22px;
}

.footer h3,
.footer h4 {
    color: #fff;
}

.footer a {
    color: rgba(255,255,255,0.78);
}

.footer a:hover {
    color: #fff;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: rgba(255,255,255,0.52);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 999;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 18px 45px rgba(37, 211, 102, 0.3);
    font-size: 1.7rem;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    color: #fff;
}

.page-header {
    position: relative;
    overflow: hidden;
    padding: 130px 0 92px;
    background:
        linear-gradient(90deg, rgba(20,17,15,0.82), rgba(20,17,15,0.44)),
        url("../images/StoreFront.jpg") center/cover;
    color: #fff;
}

.page-header h1,
.page-header p {
    color: #fff;
}

.page-header h1 {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    margin-bottom: 14px;
}

.page-header p {
    max-width: 720px;
    color: rgba(255,255,255,0.84);
    font-size: 1.08rem;
}

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

.product-card {
    overflow: hidden;
}

.product-image {
    position: relative;
    overflow: hidden;
    background: var(--bg-cream);
}

.product-image img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.product-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(20,17,15,0.62);
    opacity: 0;
    transition: var(--transition);
}

.product-image:hover .product-overlay,
.category-card:hover .product-overlay {
    opacity: 1;
}

.product-card-info {
    padding: 20px;
}

.product-card-info h4 {
    margin-bottom: 8px;
}

.product-card-info p {
    color: var(--text-light);
    font-size: 0.92rem;
    line-height: 1.65;
}

.category-note-box {
    margin-top: 34px;
    padding: 32px;
    text-align: center;
}

.category-note-box h3 {
    margin-bottom: 10px;
}

.category-note-box p {
    color: var(--text-light);
}

.category-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.contact-wrapper,
.about-wrapper {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 46px;
    align-items: start;
}

.contact-info,
.contact-form-container,
.about-text,
.about-image,
.map-placeholder,
.google-rating,
.value-card {
    border-radius: 8px !important;
}

.contact-info,
.contact-form-container {
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 32px;
    box-shadow: var(--shadow);
}

.info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.info-item i {
    color: var(--accent-strong);
    margin-top: 4px;
}

.social-links a {
    margin-right: 12px;
    color: var(--accent-strong);
    font-size: 1.35rem;
}

.map-placeholder iframe {
    filter: saturate(0.7);
}

.map-actions {
    justify-content: center;
    margin-top: 24px;
}

@media (max-width: 1020px) {
    .badges-wrapper,
    .products-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .split-grid,
    .feature-panel-grid,
    .final-cta-inner,
    .footer-content,
    .contact-wrapper,
    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .final-cta-inner {
        text-align: left;
    }
}

@media (max-width: 860px) {
    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: transparent;
        border: 0;
    }

    .menu-toggle span {
        display: block;
        width: 28px;
        height: 2px;
        background: var(--text-dark);
    }

    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px 0 4px;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-wrapper {
        flex-wrap: wrap;
    }

    .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0;
        min-width: 0;
        background: transparent;
        padding: 8px 0 8px 14px;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown:focus-within .dropdown-menu {
        transform: none;
    }

    .nav-social {
        border-left: 0;
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (max-width: 640px) {
    section {
        padding: 58px 0;
    }

    .top-banner .container {
        padding-right: 44px;
        flex-direction: column;
        gap: 6px;
    }

    .hero {
        min-height: 760px;
        padding: 70px 0;
    }

    .hero-overlay {
        background: linear-gradient(0deg, rgba(10,8,6,0.84), rgba(10,8,6,0.42));
    }

    .hero-cta .btn,
    .cta-buttons .btn {
        width: 100%;
    }

    .badges-wrapper,
    .category-grid,
    .products-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .split-media img {
        height: 360px;
    }

    .feature-panel,
    .category-note-box,
    .contact-info,
    .contact-form-container {
        padding: 24px;
    }

    .category-card img,
    .product-image img {
        height: 245px;
    }
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    line-height: 1.7;
    background-color: var(--bg-white);
    overflow-x: hidden;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-dark);
}

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

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Styling */
section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.section-subtitle {
    font-size: 0.95rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

/* Buttons - Modern & Clean */
.btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient(135deg, #C4A747, #A68C3F);
    color: var(--bg-white);
    border-color: #A68C3F;
    box-shadow: 0 12px 24px rgba(196, 167, 71, 0.25);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(196, 167, 71, 0.35);
    background: linear-gradient(135deg, #A68C3F, #C4A747);
}

.btn-review {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    background: #ffffff;
    color: #1a1917;
    border: 2px solid rgba(26, 25, 23, 0.12);
    box-shadow: 0 18px 40px rgba(52, 53, 61, 0.08);
}

.btn-review:hover {
    transform: translateY(-2px);
    background: #f6f1e7;
    border-color: rgba(26, 25, 23, 0.24);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(196, 167, 71, 0.35);
    background: linear-gradient(135deg, #A68C3F, #C4A747);
}

.btn-secondary {
    background: rgba(44, 34, 24, 0.9);
    color: var(--bg-white);
    border: 2px solid rgba(255,255,255,0.15);
}

.btn-secondary:hover {
    background: var(--text-dark);
    color: var(--bg-white);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--text-dark);
    color: var(--text-dark);
}

.btn-outline:hover {
    background: var(--text-dark);
    color: var(--bg-white);
}

.btn-large {
    padding: 16px 40px;
    font-size: 0.85rem;
}

.google-review-cta {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
}

.google-review-cta .review-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 36px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(26, 25, 23, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(44, 34, 24, 0.08);
}

.google-review-cta .review-stars {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
    color: #d4af37;
    font-size: 1.1rem;
}

.google-review-cta h2 {
    font-size: clamp(2rem, 2.2vw, 2.5rem);
    margin-bottom: 16px;
    color: var(--text-dark);
}

.google-review-cta p {
    max-width: 700px;
    margin: 0 auto 28px;
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
}

.google-review-cta .btn-review {
    font-size: 0.95rem;
    letter-spacing: 0.8px;
}

@media (max-width: 768px) {
    .google-review-cta .review-box {
        padding: 32px 24px;
    }

    .google-review-cta h2 {
        font-size: 1.8rem;
    }
}

.btn.small {
    padding: 10px 18px;
    font-size: 0.75rem;
}

.announcement-bar {
    background: linear-gradient(90deg, var(--bg-cream) 0%, var(--bg-ivory) 100%);
    border-bottom: 1px solid rgba(196, 167, 71, 0.2);
    color: var(--text-dark);
    font-size: 0.88rem;
    position: relative;
}

.announcement-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.announcement-bar p {
    margin: 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 500;
    flex: 1;
}

.announcement-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.social-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--text-dark);
    margin-top: 10px;
}

.social-pill span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-pill a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(196, 167, 71, 0.15);
    color: var(--accent-strong);
    transition: var(--transition);
}

.social-pill a:hover {
    background: rgba(196, 167, 71, 0.28);
}

.top-banner {
    background-color: var(--text-dark);
    color: #ffffff;
    font-size: 0.8rem;
    width: 100%;
    position: relative;
}

.top-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 6px 15px;
    position: relative;
}

.top-banner p {
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.top-banner .btn {
    padding: 2px 10px !important;
    font-size: 0.75rem !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    background: transparent;
}

.top-banner .btn:hover {
    background: #ffffff !important;
    color: var(--text-dark) !important;
}

.top-banner .close-banner {
    position: absolute;
    right: 15px;
    color: #ffffff !important;
    opacity: 0.6;
    transition: 0.2s;
}

.top-banner .close-banner:hover {
    opacity: 1;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.header-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(196, 167, 71, 0.15);
    color: var(--accent-strong);
    transition: var(--transition);
}

.header-social a:hover {
    background: rgba(196, 167, 71, 0.28);
    color: var(--text-dark);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.category-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

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

.category-card .product-image {
    position: relative;
    overflow: hidden;
    height: 260px;
    border-radius: 0;
    padding: 0;
    background: none;
}

.category-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card h4 {
    margin: 18px 20px 10px;
    font-size: 1.2rem;
}

.category-card p {
    margin: 0 20px 20px;
    color: var(--text-light);
}

@media (max-width: 940px) {
    .header-social {
        width: 100%;
        justify-content: center;
    }
}

.featured-categories {
    background: var(--bg-cream);
    padding: 80px 0;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.category-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

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

.category-card img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
}

.category-card-content {
    padding: 24px;
}

.category-card h4 {
    margin-bottom: 10px;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.category-card p {
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

.category-card .btn {
    width: 100%;
}

.video-story {
    background: var(--bg-white);
    padding: 80px 0;
}

.video-story .section-header {
    margin-bottom: 40px;
}

.video-story-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
    align-items: center;
}

.video-story-text h2 {
    margin-bottom: 20px;
    font-size: 2.6rem;
}

.video-story-text p {
    color: var(--text-light);
    font-size: 1rem;
    margin-bottom: 24px;
}

.video-story-text .btn {
    min-width: 200px;
}

.trending-section {
    background: var(--bg-cream);
    padding: 80px 0;
}

.trending-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.trending-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
}

.trending-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.trending-card-content {
    padding: 24px;
}

.offer-section {
    background: var(--bg-white);
    padding: 80px 0;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.offer-card {
    background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-white) 100%);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    border-radius: 18px;
    padding: 28px;
}

.offer-card h4 {
    margin-bottom: 14px;
    color: var(--accent-strong);
}

.offer-card p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

.offer-card .btn {
    width: auto;
}

.why-choose {
    background: var(--bg-cream);
    padding: 80px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.why-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.why-card h4 {
    font-size: 1rem;
    margin-bottom: 12px;
}

.why-card p {
    color: var(--text-light);
    line-height: 1.7;
}

.instagram-section {
    background: var(--bg-white);
    padding: 80px 0;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.instagram-card {
    height: 240px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: var(--bg-cream);
}

.instagram-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-card span {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

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

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--bg-white);
    color: var(--text-dark);
    font-size: 0.95rem;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-form button {
    width: auto;
}

@media (max-width: 980px) {
    .video-story-grid,
    .wholesale-content,
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 940px) {
    .nav-wrapper {
        flex-wrap: wrap;
    }

    .nav-menu {
        justify-content: center;
        gap: 14px;
    }
}

@media (max-width: 720px) {
    .announcement-bar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .announcement-bar p {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .logo-img {
    height: auto;
    max-height: 55px;
    max-width: 240px;
    object-fit: contain;
}

    .logo-tagline {
        font-size: 0.65rem;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-subtitle {
        font-size: 0.98rem;
    }

    .hero-cta {
        flex-direction: column;
    }
}

.hero-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.hero-social a {
    color: #FFFFFF;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    transition: var(--transition);
}

.hero-social a:hover {
    color: #FFFFFF;
    opacity: 0.95;
}

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

.social-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 260px;
    display: block;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: var(--shadow);
}

.social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.16);
}

.social-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

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

.social-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    background: linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.7) 100%);
    color: #FFFFFF;
    opacity: 1;
}

.social-card-overlay h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.social-card-overlay p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
}

.social-cta {
    text-align: center;
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-social {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    color: #999999;
    transition: var(--transition);
    font-size: 0.95rem;
}

.footer-social a:hover {
    color: #FFFFFF;
    background: rgba(255,255,255,0.14);
}

.social-links a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(1, 160, 217, 0.16);
    color: var(--accent-strong);
    transition: var(--transition);
}

.social-links a:hover {
    background: rgba(1, 160, 217, 0.28);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 24px;
    right: 24px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* =====================================================
   NAVIGATION - Modern & Clean
   ===================================================== */
.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    padding: 15px 0;
    min-height: 110px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(1, 160, 217, 0.12);
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
}

.logo {
    display: flex;
    align-items: center;
    max-width: 360px;
}

.logo-img {
    height: 85px;
    width: auto;
    object-fit: contain;
}

.logo-tagline {
    font-size: 0.78rem;
    color: var(--accent-strong);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: var(--text-dark);
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    white-space: nowrap;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--text-dark);
    transition: width 0.3s ease;
}

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

.nav-cta {
    background: var(--text-dark);
    color: var(--bg-white) !important;
    padding: 12px 24px !important;
    border-radius: 4px;
    font-size: 0.78rem;
    white-space: nowrap;
}

.nav-cta:hover {
    background: #000000;
}

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

.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-dark);
    margin: 4px 0;
    transition: 0.3s;
}

/* =====================================================
   HERO SECTION - Minimal & Elegant with Video Background
   ===================================================== */
.hero {
    position: relative;
    background: linear-gradient(180deg, #FAFAFA 0%, #F5F5F5 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-dark);
    padding: 60px 20px;
    margin-top: 0;
    overflow: hidden;
}

/* Hero Video Background */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(247, 241, 232, 0.75) 0%, rgba(255, 249, 240, 0.4) 45%, rgba(34, 25, 18, 0.25) 100%);
    z-index: 1;
}

.hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.hero-video.active {
    opacity: 1;
}

.hero-bg {
    background: radial-gradient(circle at center, var(--bg-ivory) 0%, var(--bg-beige) 50%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-radius: 2px;
}

.hero-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 300;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
}

.hero-trust-chips {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.trust-chip {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-indicator i {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.7);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-8px);
    }
    60% {
        transform: translateX(-50%) translateY(-4px);
    }
}

/* =====================================================
   TRUST BADGES - Clean Grid
   ===================================================== */
.trust-badges {
    background: var(--bg-white);
    padding: 50px 0;
    border-bottom: 1px solid var(--border-color);
}

.badges-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0;
}

.badge {
    text-align: center;
    padding: 40px 20px;
    background: var(--bg-white);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.badge:hover {
    background: var(--bg-cream);
}

.badge i {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.badge h3 {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.badge p {
    color: var(--text-light);
    font-size: 0.85rem;
}

/* =====================================================
   COLLECTION SECTION
   ===================================================== */
.collection {
    background: var(--bg-white);
}

.category-section {
    margin-bottom: 70px;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
}

.category-header i {
    font-size: 1.4rem;
    color: var(--text-dark);
}

.category-header h3 {
    font-size: 1.6rem;
    color: var(--text-dark);
    font-weight: 600;
    letter-spacing: -0.3px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.product-card {
    background: var(--bg-white);
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

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

.product-image {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: linear-gradient(135deg, var(--bg-ivory) 0%, var(--bg-cream) 100%);
    border-radius: 8px;
    padding: 20px;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 4px 20px rgba(255,255,255,0.5);
}
.product-frame {
    position: relative;
    background: radial-gradient(circle, rgba(38,166,154,0.1) 0%, transparent 70%);
    padding: 24px;
    border: 1px solid var(--border-teal);
    border-radius: 12px;
    box-shadow: var(--shadow-teal), 0 0 0 1px rgba(38,166,154,0.2);
    transition: all 0.4s ease;
}
.product-frame:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(38,166,154,0.3), 0 0 0 1px rgba(38,166,154,0.4);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245,242,233,0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    backdrop-filter: blur(5px);
}
.product-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(212,175,55,0.2) 0%, transparent 70%);
    border-radius: inherit;
}

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

.btn-overlay {
    padding: 12px 28px;
    background: var(--text-dark);
    color: var(--bg-white);
    border-radius: 2px;
    font-weight: 500;
    transform: translateY(20px);
    transition: var(--transition);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-card:hover .btn-overlay {
    transform: translateY(0);
}

.btn-overlay:hover {
    background: #000000;
}

.product-card h4 {
    font-size: 1rem;
    padding: 18px 18px 8px;
    color: var(--text-dark);
    font-weight: 500;
}

.product-card p {
    padding: 0 18px 18px;
    color: var(--text-light);
    font-size: 0.85rem;
}

.collection-cta {
    text-align: center;
    margin-top: 60px;
    padding: 50px 40px;
    background: var(--bg-cream);
    border: 1px solid var(--border-color);
}

.collection-cta p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--text-dark);
    font-weight: 500;
}

/* =====================================================
   WHOLESALE SECTION
   ===================================================== */
.wholesale {
    background: var(--bg-light);
}

.wholesale-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wholesale-text h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.lead {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 30px;
}

.wholesale-features {
    margin-bottom: 40px;
}

.feature {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.feature i {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-top: 4px;
}

.feature h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--text-dark);
    font-weight: 600;
}

.feature p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.wholesale-image {
    position: relative;
}

.wholesale-image img {
    border-radius: 0;
    box-shadow: var(--shadow-hover);
}

.wholesale-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--text-dark);
    color: var(--bg-white);
    padding: 18px 26px;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.wholesale-badge i {
    font-size: 2rem;
    color: var(--bg-white);
    margin-bottom: 8px;
}

.wholesale-badge p {
    font-weight: 600;
    color: var(--bg-white);
    margin: 0;
    font-size: 0.85rem;
}

/* =====================================================
   CUSTOMIZATION SECTION
   ===================================================== */
.customization {
    background: var(--bg-white);
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.custom-card {
    text-align: center;
    padding: 40px 28px;
    background: var(--bg-white);
    border-radius: 0;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.custom-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.custom-card i {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-bottom: 18px;
}

.custom-card h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-weight: 600;
}

.custom-card p {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* =====================================================
   CUSTOMIZATION & CARE SECTION
   ===================================================== */
.customization-care {
    background: var(--bg-cream);
    padding: 80px 0;
}

.care-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.care-feature {
    text-align: center;
    padding: 36px 28px;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: var(--transition);
    box-shadow: var(--shadow);
}

.care-feature:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-color);
}

.care-feature i {
    font-size: 2.8rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.care-feature h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-weight: 600;
}

.care-feature p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* =====================================================
   COMING SOON BANNER
   ===================================================== */
.coming-soon {
    background: var(--bg-cream);
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.coming-soon-content {
    text-align: center;
    color: var(--text-dark);
}

.coming-soon-content i {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.coming-soon-content h3 {
    font-size: 1.4rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 600;
}

.coming-soon-content p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about {
    background: var(--bg-white);
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image img {
    border-radius: 0;
    box-shadow: var(--shadow-hover);
}

.about-text h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 18px;
    font-weight: 600;
}

.about-text p {
    margin-bottom: 18px;
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.8;
}

.about-values {
    margin: 28px 0;
    padding: 28px;
    background: var(--bg-light);
    border-radius: 0;
    border-left: 3px solid var(--text-dark);
}

.about-values h3 {
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: var(--text-dark);
    font-weight: 600;
}

.about-values ul {
    list-style: none;
}

.about-values li {
    padding: 9px 0;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.about-values li i {
    color: var(--text-dark);
    font-size: 1rem;
}

.google-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 16px;
    background: var(--bg-light);
    border-radius: 0;
    width: fit-content;
}

.google-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.google-rating p {
    margin: 0;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.9rem;
}

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.testimonials {
    background: var(--bg-light);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.testimonial-card {
    background: var(--bg-white);
    padding: 32px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.stars {
    margin-bottom: 18px;
}

.stars i {
    color: #FFD700;
    font-size: 1rem;
    margin-right: 2px;
}

.testimonial-card p {
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 18px;
    line-height: 1.7;
    font-size: 0.9rem;
}

.testimonial-card h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--text-dark);
    font-weight: 600;
}

.testimonial-card span {
    color: var(--text-light);
    font-size: 0.85rem;
}

/* =====================================================
   CONTACT SECTION
   ===================================================== */
.contact {
    background: var(--bg-white);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

.contact-info h3,
.contact-form-container h3 {
    font-size: 1.6rem;
    color: var(--text-dark);
    margin-bottom: 28px;
    font-weight: 600;
}

.info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-top: 4px;
}

.info-item h4 {
    font-size: 0.95rem;
    margin-bottom: 4px;
    color: var(--text-dark);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item p,
.info-item a {
    color: var(--text-light);
    font-size: 0.9rem;
}

.info-item a:hover {
    color: var(--text-dark);
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.social-links a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-dark);
    color: var(--bg-white);
    border-radius: 0;
    font-size: 1.2rem;
    transition: var(--transition);
}

.social-links a:hover {
    background: #000000;
    transform: translateY(-2px);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 0.9rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--text-dark);
}

.contact-form button {
    width: fit-content;
}

.map-container h3 {
    font-size: 1.6rem;
    color: var(--text-dark);
    margin-bottom: 28px;
    text-align: center;
    font-weight: 600;
}

.map-placeholder iframe {
    width: 100%;
    border-radius: 0;
    box-shadow: var(--shadow);
}

/* Additional Contact Page Styles */
.why-contact {
    margin-top: 60px;
}

.why-contact h2 {
    text-align: center;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 40px;
    font-weight: 600;
}

.contact-reasons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.reason-card {
    text-align: center;
    padding: 32px 24px;
    background: var(--bg-light);
    border-radius: 0;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.reason-card:hover {
    transform: translateY(-3px);
    background: var(--bg-white);
    box-shadow: var(--shadow);
}

.reason-card i {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-bottom: 18px;
}

.reason-card h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-weight: 600;
}

.reason-card p {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* =====================================================
   FOOTER - Minimal & Modern
   ===================================================== */
.footer {
    background: var(--text-dark);
    color: #999999;
    padding: 60px 0 20px;
}

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

.footer-col h3 {
    font-size: 1.2rem;
    color: var(--bg-white);
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-col h4 {
    font-size: 0.8rem;
    color: var(--bg-white);
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.footer-col p {
    color: #D4C5B5;
    line-height: 1.7;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.tagline {
    color: #FFFFFF !important;
    font-size: 1.2rem !important;
    font-style: italic;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 12px 0 !important;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #999999;
    transition: var(--transition);
    font-size: 0.9rem;
}

.footer-col ul li a:hover {
    color: var(--bg-white);
}

.footer-col ul li i {
    margin-right: 10px;
    color: #777777;
}

.footer-bottom {
    text-align: center;
    padding-top: 28px;
    border-top: 1px solid #333333;
}

.footer-bottom p {
    color: #777777;
    font-size: 0.85rem;
}

/* =====================================================
   MODAL
   ===================================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    background-color: var(--bg-white);
    margin: 10% auto;
    padding: 40px;
    border-radius: 0;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.close {
    color: #aaa;
    float: right;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
}

.close:hover {
    color: var(--text-dark);
}

.modal-content h2 {
    color: var(--text-dark);
    margin-bottom: 18px;
    font-size: 1.8rem;
}

.modal-content p {
    margin-bottom: 28px;
    color: var(--text-light);
}

/* =====================================================
   PAGE HEADER (For About, Contact, Legal Pages)
   ===================================================== */
.page-header {
    background: var(--bg-light);
    padding: 100px 0 60px;
    text-align: -webkit-center;
    color: var(--text-dark);
    border-bottom: 1px solid var(--border-color);
}

.page-header h1 {
    font-size: 2.4rem;
    color: var(--text-dark);
    margin-bottom: 14px;
    font-weight: 600;
}

.page-header p {
    font-size: 1rem;
    color: var(--text-light);
}

/* About Page Additional Styles */
.about-content {
    padding: 80px 0;
}

.values-section {
    margin: 80px 0;
}

.values-section h2 {
    text-align: center;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 50px;
    font-weight: 600;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.value-card {
    text-align: center;
    padding: 36px 28px;
    background: var(--bg-light);
    border-radius: 0;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.value-card:hover {
    transform: translateY(-3px);
    background: var(--bg-white);
    box-shadow: var(--shadow);
}

.value-card i {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 18px;
}

.value-card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-weight: 600;
}

.value-card p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 0.9rem;
}

.products-overview {
    margin: 80px 0;
}

.products-overview h2 {
    text-align: center;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 50px;
    font-weight: 600;
}

.product-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.category-box {
    background: var(--bg-white);
    padding: 32px 28px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.category-box:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.category-box i {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 18px;
}

.category-box h3 {
    font-size: 1.2rem;
    margin-bottom: 18px;
    color: var(--text-dark);
    font-weight: 600;
}

.category-box ul {
    list-style: none;
}

.category-box ul li {
    padding: 7px 0;
    color: var(--text-light);
    position: relative;
    padding-left: 16px;
    font-size: 0.9rem;
}

.category-box ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--text-dark);
    font-weight: bold;
}

.why-choose {
    margin: 80px 0;
    padding: 50px 40px;
    background: var(--bg-light);
    border-radius: 0;
}

.why-choose h2 {
    text-align: center;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 50px;
    font-weight: 600;
}

.reasons-grid {
    display: grid;
    gap: 22px;
}

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

.reason-item i {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-top: 4px;
}

.reason-item h4 {
    font-size: 1rem;
    margin-bottom: 6px;
    color: var(--text-dark);
    font-weight: 600;
}

.reason-item p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.about-cta {
    text-align: center;
    margin: 80px 0 40px;
    padding: 50px 40px;
    background: var(--bg-cream);
    border-radius: 0;
}

.about-cta h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-weight: 600;
}

.about-cta p {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 28px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Legal Pages */
.legal-content {
    padding: 80px 0;
    background: var(--bg-white);
}

.legal-page-container {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    color: var(--text-light);
}

.legal-page-container h2 {
    font-size: 1.8rem;
    color: var(--text-dark);
    margin-top: 38px;
    margin-bottom: 18px;
    font-weight: 600;
}

.legal-page-container h3 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-top: 28px;
    margin-bottom: 14px;
    font-weight: 600;
}

.legal-page-container p {
    margin-bottom: 18px;
    color: var(--text-light);
    font-size: 0.95rem;
}

.legal-page-container ul {
    margin: 18px 0;
    padding-left: 28px;
}

.legal-page-container ul li {
    margin-bottom: 10px;
    color: var(--text-light);
    line-height: 1.7;
    font-size: 0.95rem;
}

.legal-page-container strong {
    color: var(--text-dark);
}

.legal-page-container .legal-section {
    margin-bottom: 42px;
}

.legal-page-container .legal-section:last-child {
    margin-bottom: 0;
}

.legal-page-container ul {
    list-style-type: disc;
}

.acceptance-note {
    margin-top: 48px;
    padding: 28px;
    background: var(--bg-light);
    border-left: 3px solid var(--text-dark);
    border-radius: 0;
}

.acceptance-note p {
    margin: 0;
    font-size: 1rem;
    color: var(--text-dark);
}

/* =====================================================
   RESPONSIVE DESIGN
   ===================================================== */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.4rem;
    }
    
    .wholesale-content,
    .about-wrapper {
        grid-template-columns: 1fr;
    }
    
    .wholesale-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .navbar {
        padding: 14px 0;
    }
    
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .care-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .wholesale-content {
        grid-template-columns: 1fr;
    }

    .menu-toggle {
        display: flex;
    }
    
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-white);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        border-bottom: 1px solid var(--border-color);
    }
    
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-features {
        gap: 12px;
    }
    
    .feature-item {
        font-size: 0.8rem;
        padding: 10px 14px;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .category-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .badges-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    
    section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .hero-trust-chips {
        gap: 8px;
        margin-bottom: 24px;
    }
    
    .trust-chip {
        font-size: 0.65rem;
        padding: 6px 12px;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 8px;
    }
    
    .btn-primary, .btn-secondary, .btn-outline {
        width: 100%;
    }
    
    .hero-features {
        flex-direction: column;
    }
    
    .category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .care-features {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }
    
    .badges-wrapper {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 0.88rem;
    }
    
    .contact-wrapper {
        flex-direction: column;
    }
}

/* Dropdown Menu Styles */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--bg-white);
    min-width: 200px;
    box-shadow: var(--shadow);
    z-index: 1000;
    list-style: none;
    padding: 10px 0;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeIn 0.2s ease;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px !important;
    color: var(--text-dark);
    font-size: 0.85rem !important;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
}

.dropdown-menu a::after {
    display: none !important;
}

.dropdown-menu a:hover {
    background-color: var(--bg-ivory);
    color: var(--accent-color);
}

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

.nav-social a::after { display: none !important; }
.nav-social a:hover { color: var(--accent-strong) !important; }

/* =====================================================
   FINAL PREMIUM OVERRIDES - keep after legacy CSS
   ===================================================== */
:root {
    --accent-color: #b89a52;
    --accent-strong: #8f7135;
    --brand-gold: #D4AF37;
    --text-dark: #1A1917;
    --text-light: #4A453D;
    --bg-ivory: #fbf8f1;
    --bg-beige: #eee6da;
    --bg-cream: #f7f2ea;
    --soft-black: #1A1917;
    --border-color: rgba(95, 78, 57, 0.14);
    --shadow: 0 18px 50px rgba(35, 27, 20, 0.08);
    --shadow-hover: 0 24px 70px rgba(35, 27, 20, 0.14);
}

body { background: var(--bg-ivory); color: #1A1917; font-weight: 600; }
section { padding: 76px 0; }
.container { max-width: 1180px; }
.eyebrow { margin-bottom: 12px; color: var(--accent-strong); font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.top-banner { width: 100%; position: sticky; top: 0; background-color: #000000; color: #FFFFFF; font-size: 13px; text-align: center; padding: 8px 0; z-index: 1002; }
.top-banner .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 0 24px; }
.top-banner p { color: #FFFFFF; margin: 0; }
.top-banner .btn { font-size: 13px; }
.top-banner .close-banner { appearance: none; background: transparent; border: 0; color: #fff !important; cursor: pointer; font-size: 1.2rem; line-height: 1; opacity: .72; position: absolute; right: 140px; }
.navbar { position: sticky; top: 0; left: 0; width: 100%; z-index: 999; background: #f7f2e8; border-radius: 0; transform: none; border-bottom: 1px solid rgba(26, 25, 23, 0.08); box-shadow: none; padding-top: 10px; padding-bottom: 10px; padding-left: 0; padding-right: 0; }
.nav-wrapper { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: nowrap; position: relative; }
.logo { position: absolute; top: 50%; left: 4%; transform: translateY(-50%); z-index: 1001; display: flex; align-items: center; background: transparent; }
.logo-link { display: flex; align-items: center; gap: 12px; }
.logo-img { display: block; height: 55px; width: auto; object-fit: contain; margin-right: 12px; background: transparent; }
.logo-text { display: flex; flex-direction: column; justify-content: center; text-align: left; }
.logo-brand { font-size: 20px; font-weight: 700; color: #1A1917; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; }
.logo-slogan { font-size: 10px; font-weight: 500; color: #C5A059; letter-spacing: 0.5px; margin-top: 2px; }

.menu-toggle { display: none !important; }
.nav-menu { position: static !important; inset: auto !important; display: flex !important; flex: 1 1 auto; min-width: 0; align-items: center; justify-content: flex-end; flex-direction: row !important; flex-wrap: nowrap; gap: clamp(16px, 2vw, 30px); list-style: none; margin: 0; padding: 0 !important; background: transparent !important; border: 0 !important; transform: none !important; opacity: 20 !important; visibility: visible !important; white-space: nowrap; }
.nav-menu a { color: #1A1917; font-size: clamp(.78rem, .8vw, .88rem); font-weight: 600; letter-spacing: .9px; text-transform: uppercase; white-space: nowrap; padding: 8px 0; }
.nav-menu a:hover, .nav-menu a.active { color: var(--brand-gold); }
.dropdown { position: relative; }
.dropbtn .fa-chevron-down { margin-left: 5px; font-size: .68rem; }
.dropdown-menu { display: block; position: absolute; top: calc(100% + 12px); left: 0; transform: translateY(6px); min-width: 280px; padding: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--border-color); box-shadow: 0 18px 45px rgba(20,17,15,.14); border-radius: 8px; opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; list-style: none; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 10px 12px !important; border-radius: 6px; color: var(--text-dark); font-size: .78rem !important; text-transform: none !important; letter-spacing: 0 !important; }
.dropdown-menu a:hover { background: var(--bg-cream); color: var(--text-dark); }
.nav-social { display: flex !important; align-items: center; flex: 0 0 auto; gap: 10px !important; padding-left: 16px !important; border-left: 1px solid rgba(33,27,22,.1) !important; }
.nav-social span { display: none; }
.nav-social a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #fff; color: #1A1917 !important; padding: 0 !important; box-shadow: 0 10px 24px rgba(20,17,15,.12); font-size: 1rem; }
.nav-social a[aria-label="Instagram"] { background: radial-gradient(circle at 30% 110%, #fdf497 0 12%, #fdf497 13%, #fd5949 42%, #d6249f 68%, #285aeb 100%); }
.nav-social a[aria-label="Facebook"] { background: #1877f2; }
.nav-social a[aria-label="WhatsApp"] { background: #25d366; }
.nav-social a:hover { color: #fff !important; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(20,17,15,.18); }
.premium-hero, .hero { min-height: calc(100vh - 100px); display: flex; align-items: center; position: relative; overflow: hidden; padding: 86px 0; background: var(--soft-black); }
.hero-carousel, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: 0; transform: scale(1.02); transition: opacity 1.1s ease, transform 6s ease; }
.hero-video.active { opacity: 1; transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,6,.84), rgba(10,8,6,.52) 46%, rgba(10,8,6,.18)), linear-gradient(0deg, rgba(10,8,6,.42), rgba(10,8,6,.08) 45%); z-index: 1; }
.hero .container, .premium-hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 850px; margin: 0 auto; padding: 0 3rem; text-align: left; }
.hero-content .eyebrow { color: #dcc47e; }
.hero-title { color: #fff; font-size: clamp(2.35rem, 5vw, 4.9rem); line-height: 1.03; letter-spacing: 0; margin-bottom: 20px; }
.hero-subtitle { max-width: 100%; color: #FFFFFF; font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.75; font-weight: 500; margin-bottom: 26px; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; width: 100% !important; }
.category-card img, .category-card .product-image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.section-title, .section-subtitle, .badge p, .category-card p, .product-card-info p, .testimonial-card p, .about-text p { color: #1A1917 !important; font-weight: 600 !important; }
.hero, .dark-panel, .final-cta, .page-header { color: #FFFFFF; }
.hero h1, .hero h2, .hero p, .hero a, .hero .trust-chip, .dark-panel h2, .dark-panel p, .final-cta h2, .final-cta p, .page-header h1, .page-header p {font-weight: 600 !important; }
.hero:not(.premium-hero) { color: var(--text-dark); }
.hero:not(.premium-hero) .hero-title,
.hero:not(.premium-hero) .hero-subtitle,
.hero:not(.premium-hero) .hero p,
.hero:not(.premium-hero) .hero a,
.hero:not(.premium-hero) .hero .trust-chip {
    color: var(--text-dark) !important;
}
.btn { border-radius: 4px; letter-spacing: 1.1px; font-weight: 700; }
.btn-primary { background: linear-gradient(135deg, #c5a765, #94743b); border-color: #94743b; color: #fff; }
.btn-secondary { background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.94); color: #000; }
.hero .btn-secondary, .hero .btn-outline { color: #000 !important; }
.hero .btn-secondary { background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.94); }
.hero .btn-secondary:hover { background: rgba(245,245,245,0.98); }
.btn-outline { border-color: rgba(33,27,22,.18); color: var(--text-dark); background: transparent; }
.section-header { max-width: 720px; margin: 0 auto 44px; }
.section-title { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: 0; }
.section-subtitle { color: var(--text-dark); font-size: 1rem; line-height: 1.8; }
.compact-section { padding: 38px 0; }
.badges-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.badge, .custom-card, .offer-card, .care-feature, .testimonial-card, .product-card, .category-note-box { background: rgba(255,255,255,.82); border: 1px solid var(--border-color); border-radius: 8px; box-shadow: var(--shadow); }
.badge { padding: 24px; }
.badge i { color: var(--accent-strong); font-size: 1.2rem; margin-bottom: 16px; }
.badge h3 { font-size: 1.05rem; margin-bottom: 8px; }
.badge p { color: var(--text-dark); font-size: .9rem; line-height: 1.55; }
.collection { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { display: block; overflow: hidden; border-radius: 8px; background: #fff; border: 1px solid var(--border-color); box-shadow: none; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.category-card img, .category-card .product-image img { width: 100%; height: 255px; object-fit: contain; object-position: center; background: var(--bg-cream); }
.category-card-content { padding: 22px; }
.category-card h4 { margin: 0 0 8px; font-size: 1.18rem; }
.category-card p { margin: 0 0 18px; color: var(--text-dark); line-height: 1.65; }
.category-card span, .btn-overlay { color: var(--accent-strong); font-size: .78rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.warm-band {
    background: linear-gradient(135deg, var(--bg-cream), #fff);
    color: var(--text-dark);
}
.warm-band .split-copy h2,
.warm-band .split-copy p,
.warm-band .pill-list span {
    color: var(--text-dark);
}
.split-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 46px; align-items: center; }
.split-copy h2, .feature-panel h2, .final-cta h2 { font-size: clamp(2rem, 3.2vw, 3rem); margin-bottom: 18px; }
.split-copy p, .feature-panel p, .final-cta p { color: var(--text-dark); line-height: 1.85; margin-bottom: 24px; }
.pill-list, .care-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill-list span, .care-grid span { padding: 9px 13px; border: 1px solid var(--border-color); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--text-dark); font-size: .86rem; }
.split-media { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-hover); }
.split-media img { width: 100%; height: 560px; object-fit: contain; object-position: center; }
.feature-panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-panel { min-height: 100%; padding: 36px; border: 1px solid var(--border-color); border-radius: 8px; background: var(--bg-ivory); }
.dark-panel { background: var(--soft-black); color: #fff; }
.dark-panel h2, .dark-panel p, .final-cta h2, .final-cta p { color: #fff; }
.dark-panel .pill-list span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.82); }
.care-section { background: var(--bg-cream); }
.care-grid { justify-content: center; max-width: 920px; margin: 0 auto 30px; }
.center-cta { text-align: center; }
.testimonials { background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.testimonial-card { padding: 24px; }
.testimonial-card p { color: var(--text-dark); line-height: 1.75; }
.final-cta { background: var(--soft-black); color: #fff; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.final-cta .btn-outline { color: #fff; border-color: rgba(255,255,255,.24); }
.page-header { position: relative; overflow: hidden; padding: 130px 0 92px; background: linear-gradient(90deg, rgba(20,17,15,.82), rgba(20,17,15,.44)), url("../images/StoreFront.jpg") center/cover; color: #fff; }
.page-header h1, .page-header p { color: #fff; }
.page-header h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); margin-bottom: 14px; }
.page-header p { max-width: 720px; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { overflow: hidden; }
.product-image { position: relative; overflow: hidden; background: var(--bg-cream); }
.product-image img { width: 100%; height: 275px; object-fit: contain; object-position: center; }
.product-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px; background: rgba(20,17,15,.62); opacity: 0; transition: var(--transition); }
.product-image:hover .product-overlay, .category-card:hover .product-overlay { opacity: 1; }
.product-card-info { padding: 20px; }
.product-card-info h4 { margin-bottom: 8px; }
.product-card-info p { color: var(--text-light); font-size: .92rem; line-height: 1.65; }
.category-note-box { margin-top: 34px; padding: 32px; text-align: center; }
.category-note-box h3 { margin-bottom: 10px; }
.category-note-box p { color: var(--text-dark); }
.category-cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.contact-wrapper, .about-wrapper { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: start; }
.contact-info, .contact-form-container { background: #fff; border: 1px solid var(--border-color); padding: 32px; box-shadow: var(--shadow); border-radius: 8px !important; }
.info-item { display: flex; gap: 14px; margin-bottom: 22px; }
.info-item i { color: var(--accent-strong); margin-top: 4px; }
.social-links a { margin-right: 12px; color: var(--accent-strong); font-size: 1.35rem; }
.footer { background: #0f0d0b; color: rgba(255,255,255,.78); padding: 56px 0 22px; }
.footer h3, .footer h4 { color: #fff; }
.footer a { color: rgba(255,255,255,.78); }
.footer a:hover { color: #fff; }
.footer-content { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-social { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; color: rgba(255,255,255,.52); }
.whatsapp-float { position: fixed; right: 20px; bottom: 22px; z-index: 999; width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 18px 45px rgba(37,211,102,.3); font-size: 1.7rem; }
.whatsapp-float:hover { transform: translateY(-3px); color: #fff; }

@media (max-width: 1020px) {
    .badges-wrapper, .products-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .split-grid, .feature-panel-grid, .final-cta-inner, .footer-content, .contact-wrapper, .about-wrapper { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
    .nav-wrapper { gap: 20px; }
    .logo-img { max-height: 86px; max-width: 300px; }
    .nav-menu { gap: 12px; }
    .nav-menu a { font-size: .7rem; letter-spacing: .25px; }
    .nav-social { gap: 6px !important; padding-left: 10px !important; }
    .nav-social a { width: 36px; height: 36px; }
}
@media (max-width: 768px) {
    .navbar { padding: 8px 0 !important; }
    .nav-wrapper { min-height: 74px; flex-wrap: wrap; gap: 12px; }
    .logo-img { max-height: 76px; max-width: 250px; }
    .menu-toggle { display: flex !important; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; background: transparent; border: 0; padding: 0; cursor: pointer; }
    .menu-toggle span { display: block; width: 28px; height: 2px; background: var(--text-dark); }
    .nav-menu { display: none !important; width: 100%; flex: 0 0 100%; flex-direction: column !important; align-items: stretch; gap: 0; padding: 14px 0 4px !important; }
    .nav-menu.active { display: flex; }
    .nav-menu.active { display: flex !important; }
    .nav-menu a { display: block; padding: 11px 0; font-size: .82rem; }
    .dropdown-menu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border-radius: 0; min-width: 0; background: transparent; padding: 8px 0 8px 14px; }
    .dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { transform: none; }
    .nav-social { border-left: 0 !important; padding-left: 0 !important; padding-top: 10px; justify-content: flex-start; }
}
@media (max-width: 640px) {
    section { padding: 58px 0; }
    .top-banner .container { flex-direction: column; gap: 6px; }
    .hero { min-height: 760px; padding: 70px 0; }
    .hero-overlay { background: linear-gradient(0deg, rgba(10,8,6,.84), rgba(10,8,6,.42)); }
    .hero-cta .btn, .cta-buttons .btn { width: 100%; }
    .badges-wrapper, .category-grid, .products-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .split-media img { height: 360px; }
    .feature-panel, .category-note-box, .contact-info, .contact-form-container { padding: 24px; }
    .category-card img, .product-image img { height: 245px; }
}

/* =====================================================
   MOBILE HEADER / LOGO OVERRIDES
   Corrects absolute-positioned logo and oversized logo-img
   on mobile & tablet WITHOUT affecting desktop (>768px).
   ===================================================== */
@media (max-width: 768px) {
    /* Bring the logo into normal flow so it sits left of the hamburger */
    .logo {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        flex: 0 0 auto;
        order: 1;
        justify-content: flex-start;
    }

    /* Re-center the logo inside its box and remove desktop scale/margins */
    .logo-img {
        height: 46px !important;
        max-height: 46px !important;
        width: auto !important;
        max-width: 165px !important;
        transform: none !important;
        transform-origin: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Keep hamburger on the right of the logo in the flex header row */
    .nav-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        min-height: 64px;
        gap: 10px;
    }

    .menu-toggle {
        order: 2;
        margin-left: auto;
    }
}
