:root {
    --brand-red: #a52a2a;
    --brand-red-dark: #8b2323;
    --brand-red-light: #c04040;
    --brand-gold: #c5a028;
    --brand-gold-dark: #a8861f;
    --brand-gold-light: #dbb84a;
    --brand-brown: #2b1b17;
    --cream: #fdf8f3;
    --cream-dark: #f5ebe0;
    --white: #ffffff;
    --text-body: #4a3f35;
    --text-muted: #7a6f63;
    --shadow-soft: 0 8px 32px rgba(43, 27, 23, 0.06);
    --shadow-hover: 0 16px 48px rgba(43, 27, 23, 0.1);
    --radius-sm: 1rem;
    --radius-md: 1.25rem;
    --radius-lg: 1.75rem;
    --radius-pill: 50rem;
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);

    --bs-primary: var(--brand-red);
    --bs-primary-rgb: 165, 42, 42;
    --bs-secondary: var(--brand-gold);
    --bs-secondary-rgb: 197, 160, 40;
    --bs-body-font-family: "Inter", system-ui, sans-serif;
    --bs-body-color: var(--text-body);
    --bs-body-bg: var(--white);
    --bs-border-radius: var(--radius-sm);
    --bs-border-radius-lg: var(--radius-md);
    --bs-border-radius-xl: var(--radius-lg);
    --theme-transition-duration: 0.35s;
}
/* 
myanmargantgaw
myanmarangoun
MyanmarChatu
MyanmarNjaun
Myanmar\ Latpan.ttf
Myanmar\ MUA\ font.ttf

 */
@font-face {
    font-family: "Padauk";
    src: url("../pyidaungsu1/myanmargantgaw.ttf") format("truetype");
}


/* Smooth theme transitions */
*, *::before, *::after {
  font-family: "Padauk" !important;
  font-weight: 400;
  font-style: normal;
    transition: background-color var(--theme-transition-duration) var(--ease-smooth),
                color var(--theme-transition-duration) var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth),
                box-shadow var(--theme-transition-duration) var(--ease-smooth),
                fill var(--theme-transition-duration) var(--ease-smooth);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; }

    .about-reveal {
        opacity: 1;
        transform: none;
        animation: none;
    }
}


/* Dark theme overrides */
body.dark {
    --white: #0b0b0d;
    --cream: #0f1112;
    --cream-dark: #0b0b0b;
    --text-body: #e6e6e6;
    --text-muted: #bdbdbd;
    --brand-brown: #f5efe9;
    --bs-body-bg: var(--white);
    --bs-body-color: var(--text-body);
    --bs-secondary-color: var(--text-muted);
    --bs-tertiary-color: var(--text-muted);
    --bs-border-color: rgba(255, 255, 255, 0.12);
    --shadow-soft: 0 8px 32px rgba(0,0,0,0.5);
    --shadow-hover: 0 16px 48px rgba(0,0,0,0.6);
}

.category_name {
    /* text-shadow: 2px 2px 8px rgba(255, 217, 0, 0.7) !important; */
    text-shadow:
        0 0 6px #c5a028,
        0 0 12px #c5a028,
        0 0 18px rgba(197, 160, 40, 0.6);
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: var(--bs-body-font-family);
    color: var(--text-body);
    background: var(--bs-body-bg);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.display-font {
    font-family: "Outfit", system-ui, sans-serif;
    color: var(--brand-brown);
}

/* Announcement Bar */
.announcement-bar {
    background: linear-gradient(90deg, var(--brand-red-dark), var(--brand-red), var(--brand-red-light));
    font-size: 0.875rem;
    letter-spacing: 0.01em;
}

/* Navbar */
.navbar {
    padding: 0.85rem 0;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(197, 160, 40, 0.12);
    transition: box-shadow 0.35s var(--ease-smooth), padding 0.35s var(--ease-smooth), background-color var(--theme-transition-duration) var(--ease-smooth);
}

.navbar.scrolled {
    box-shadow: var(--shadow-soft);
    padding: 0.6rem 0;
}

/* Dark mode navbar overrides */
body.dark .navbar {
    background: rgba(11, 11, 13, 0.92) !important; /* darker navbar in dark mode */
    border-bottom-color: rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow-soft);
}

/* Ensure nav links are readable in dark mode */
body.dark .nav-link {
    color: var(--text-body) !important;
}

body.dark .nav-link:hover,
body.dark .nav-link.active {
    color: var(--brand-gold-light) !important;
    background: rgba(197, 160, 40, 0.04) !important;
}

/* If Bootstrap utility bg-white is present, neutralize it in dark mode */
body.dark .bg-white {
    background-color: transparent !important;
}


.navbar-brand img {
    height: 72px;
    width: auto;
    object-fit: contain;
    transition: transform 0.35s var(--ease-smooth);
}

.navbar-brand:hover img {
    transform: scale(1.02);
}

.nav-link {
    font-weight: bold;
    font-size: 16px;
    color: var(--text-body) !important;
    padding: 0.5rem 1rem !important;
    border-radius: var(--radius-pill);
    transition: color 0.3s var(--ease-smooth), background 0.3s var(--ease-smooth);
}

.nav-link:hover,
.nav-link.active {
    color: var(--brand-red) !important;
    background: rgba(165, 42, 42, 0.06);
}

.nav-icon-btn {
    width: 44px;
    height: 44px;
    border: none;
    background: var(--cream);
    border-radius: var(--radius-pill);
    color: var(--text-body);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s var(--ease-smooth), color 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.nav-icon-btn:hover {
    background: rgba(197, 160, 40, 0.15);
    color: var(--brand-red);
    transform: translateY(-1px);
}

.cart-badge {
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 0.65rem;
    background: var(--brand-red);
}

/* Hamburger menu */
.navbar-toggler {
    padding: 0.5rem;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.hamburger {
    width: 24px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2.5px;
    background: var(--text-body);
    border-radius: 4px;
    transform-origin: center;
    transition: all 0.35s var(--ease-smooth);
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8.75px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8.75px) rotate(-45deg);
}

body.dark .hamburger span {
    background: var(--text-body);
}

/* Buttons */
.btn {
    transition: all 0.35s var(--ease-smooth);
}

.btn-primary {
    --bs-btn-bg: var(--brand-red);
    --bs-btn-border-color: var(--brand-red);
    --bs-btn-hover-bg: var(--brand-red-dark);
    --bs-btn-hover-border-color: var(--brand-red-dark);
    --bs-btn-active-bg: var(--brand-red-dark);
    --bs-btn-active-border-color: var(--brand-red-dark);
    --bs-btn-focus-shadow-rgb: 165, 42, 42;
    box-shadow: 0 4px 20px rgba(165, 42, 42, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(165, 42, 42, 0.28);
}

.btn-outline-gold {
    color: var(--brand-brown);
    border: 2px solid rgba(197, 160, 40, 0.45);
    background: transparent;
}

.btn-outline-gold:hover {
    background: rgba(197, 160, 40, 0.1);
    border-color: var(--brand-gold);
    color: var(--brand-brown);
    transform: translateY(-2px);
}

.btn-gold {
    background: linear-gradient(135deg, var(--brand-gold-light), var(--brand-gold));
    border: none;
    color: var(--brand-brown);
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(197, 160, 40, 0.25);
}

.btn-gold:hover {
    background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-dark));
    color: var(--brand-brown);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(197, 160, 40, 0.35);
}

.btn-rounded {
    border-radius: var(--radius-pill);
    padding: 0.8rem 2.25rem;
    font-weight: 600;
}

/* Hero */
/* Hero - Flexible Dark Mode Design */
.hero-section {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 85% 15%, rgba(197, 160, 40, 0.14), transparent 50%),
        radial-gradient(ellipse at 10% 85%, rgba(165, 42, 42, 0.06), transparent 45%);
    pointer-events: none;
    transition: background var(--theme-transition-duration) var(--ease-smooth);
}

/* Dark mode background */
body.dark .hero-section {
    background: linear-gradient(160deg, var(--white) 0%, #1a1c1e 45%, #0f1112 100%);
}

body.dark .hero-section::before {
    background:
        radial-gradient(ellipse at 85% 15%, rgba(197, 160, 40, 0.08), transparent 50%),
        radial-gradient(ellipse at 10% 85%, rgba(165, 42, 42, 0.04), transparent 45%);
}

/* Background image for desktop */
/* @media (min-width: 992px) {
    .hero-section {
        background: rgb(22, 18, 18);
        background-image: url("../images/background.png");
        background-size: cover;
        background-position: center;
    }
} */

/* Background image for mobile hero image wrap - Flexible Dark Mode */
/* @media (max-width: 767.98px) {
    body.dark .hero-image-wrap {
        background: linear-gradient(160deg, var(--white) 0%, #1a1c1e 45%, #0f1112 100%);
    }

    body.dark .hero-image-wrap::before {
        background:
            radial-gradient(ellipse at 85% 15%, rgba(197, 160, 40, 0.08), transparent 50%),
            radial-gradient(ellipse at 10% 85%, rgba(165, 42, 42, 0.04), transparent 45%);
    }
    .hero-image-wrap {
        position: relative;
        background: rgb(22, 18, 18);
        background-image: url("../images/background.png");
        background-size: cover;
        background-position: center;
        border-radius: var(--radius-lg);
        overflow: hidden;
        transition: background var(--theme-transition-duration) var(--ease-smooth);
    }
    
} */

.hero-grid-pattern {
    display: none;
}

.hero-badge {
    background: rgba(197, 160, 40, 0.12);
    color: var(--brand-gold-dark);
    border: 1px solid rgba(197, 160, 40, 0.25);
    font-weight: 600;
    transition: background var(--theme-transition-duration) var(--ease-smooth),
                color var(--theme-transition-duration) var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .hero-badge {
    color: var(--brand-gold);
    border-color: rgba(197, 160, 40, 0.35);
}

.hero-title {
    color: var(--brand-brown);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .hero-title {
    color: var(--text-body);
}

.hero-title .highlight {
    background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-lead {
    color: var(--text-muted);
}

.hero-stat-box {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(197, 160, 40, 0.1);
    transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth);
}

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

.hero-stat-value {
    color: var(--brand-brown);
}

.hero-stat-label {
    color: var(--text-muted);
    font-size: 0.8rem;
}

.hero-image-wrap {
    position: relative;
}

.hero-image-wrap > img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-hover);
    transition: transform 0.6s var(--ease-smooth);
}

.hero-image-wrap:hover > img {
    transform: scale(1.01);
}

.floating-badge {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(197, 160, 40, 0.15);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.sale-badge-circle {
    width: 84px;
    height: 84px;
    background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
    box-shadow: 0 8px 28px rgba(165, 42, 42, 0.3);
}

.scroll-indicator {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s var(--ease-smooth);
}

.scroll-indicator:hover {
    color: var(--brand-red);
}

/* Sections */
.section-padding {
    padding: 5rem 0;
}

.section-header p {
    color: var(--text-muted);
}

.section-link {
    color: var(--brand-red);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s var(--ease-smooth), gap 0.3s var(--ease-smooth);
}

.section-link:hover {
    color: var(--brand-gold-dark);
}

/* Category Cards */
.category-card {
    display: block;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 4 / 3;
    box-shadow: var(--shadow-soft);
    transition: transform 0.45s var(--ease-smooth), box-shadow 0.45s var(--ease-smooth);
}

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

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

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

.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(43, 27, 23, 0.82) 0%, rgba(43, 27, 23, 0.25) 55%, transparent 100%);
}

.category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.75rem;
}

.category-pill {
    background: rgba(197, 160, 40, 0.25);
    backdrop-filter: blur(6px);
    font-size: 0.75rem;
    padding: 0.3rem 0.85rem;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(197, 160, 40, 0.3);
}

/* Product Cards */
.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1rem;
    border: 1px solid rgba(197, 160, 40, 0.08);
    box-shadow: var(--shadow-soft);
    height: 100%;
    transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth);
}

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

.product-card a {
    color: var(--brand-brown);
}

.product-image-wrap {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--cream);
    aspect-ratio: 1;
}

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

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

.product-badge {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
    border-radius: var(--radius-pill);
    letter-spacing: 0.02em;
}

.badge-sale {
    background: var(--brand-red);
    color: #fff;
}

.badge-new {
    background: var(--brand-gold);
    color: var(--brand-brown);
}

.badge-bestseller {
    background: linear-gradient(135deg, var(--brand-gold-light), var(--brand-gold));
    color: var(--brand-brown);
}

.color-swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--cream-dark);
    display: inline-block;
    transition: transform 0.25s var(--ease-smooth);
}

.color-swatch:hover {
    transform: scale(1.15);
}

.star-rating {
    color: var(--brand-gold);
    font-size: 0.85rem;
}

/* Features */
.features-section {
    background: var(--cream);
    border-radius: var(--radius-lg);
    margin: 0 1rem;
}

.feature-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    height: 100%;
    border: 1px solid rgba(197, 160, 40, 0.1);
    box-shadow: var(--shadow-soft);
    transition: transform 0.35s var(--ease-smooth);
}

.feature-card:hover {
    transform: translateY(-4px);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, rgba(197, 160, 40, 0.15), rgba(197, 160, 40, 0.08));
    color: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Testimonials */
.testimonials-section {
    position: relative;
    background: rgb(22, 18, 18);
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    transition: background-color var(--theme-transition-duration) var(--ease-smooth);
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 18, 18, 0.72);
    transition: background-color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonials-section::before {
    background: rgba(11, 11, 13, 0.85);
}

/* Optional: Add a subtle filter to background image in dark mode */
body.dark .testimonials-section {
    filter: brightness(0.8) contrast(1.1);
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    transition: transform 0.4s var(--ease-smooth),
                background 0.4s var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.2);
}

body.dark .testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(197, 160, 40, 0.25);
}

body.dark .testimonial-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.testimonial-stars {
    color: var(--brand-gold-light);
}

.testimonial-stars .star-rating,
.testimonial-stars .star-rating i {
    color: var(--brand-gold-light);
}

.testimonial-card blockquote {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonial-card blockquote {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: none;
}

.testimonial-card .text-secondary {
    color: rgba(255, 255, 255, 0.78) !important;
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonial-card .text-secondary {
    color: rgba(255, 255, 255, 0.55) !important;
}

.testimonial-card .fw-semibold {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonial-card .fw-semibold {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: none;
}

.testimonials-section .review-avatar {
    background: rgba(197, 160, 40, 0.25);
    color: #fff8e7;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.testimonials-section .section-link {
    color: #fff4d6;
}

.testimonials-section .section-link:hover {
    color: #ffffff;
}

/* Testimonials header elements */
.testimonial-badge {
    background: rgba(197, 160, 40, 0.22);
    color: #ffe9a8;
    border: 1px solid rgba(255, 228, 150, 0.35);
    transition: background var(--theme-transition-duration) var(--ease-smooth),
                color var(--theme-transition-duration) var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonial-badge {
    background: rgba(197, 160, 40, 0.2);
    color: var(--brand-gold);
    border-color: rgba(197, 160, 40, 0.35);
}

.testimonial-title {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonial-title {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none;
}

.testimonial-subtitle {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .testimonial-subtitle {
    color: rgba(255, 255, 255, 0.65);
    text-shadow: none;
}

.stats-bar .stat-value {
    font-family: "Outfit", sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--brand-gold-light);
}

.stats-bar .stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(197, 160, 40, 0.25);
}

/* Footer */
.footer-section {
    background: var(--cream);
}

.footer-brand img {
    height: 72px;
    width: auto;
}

.footer-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s var(--ease-smooth), padding-left 0.3s var(--ease-smooth);
}

.footer-link:hover {
    color: var(--brand-red);
    padding-left: 4px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-pill);
    background: var(--white);
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 160, 40, 0.15);
    transition: all 0.3s var(--ease-smooth);
}

.social-link:hover {
    background: var(--brand-red);
    color: #fff;
    border-color: var(--brand-red);
    transform: translateY(-2px);
}

.payment-icon {
    height: 28px;
    padding: 0 0.65rem;
    border-radius: var(--radius-sm);
    background: var(--white);
    border: 1px solid rgba(197, 160, 40, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--brand-brown);
}

/* Utilities */
.text-brand-red { color: var(--brand-red); }
.text-brand-gold { color: var(--brand-gold); }
.text-brand-brown { color: var(--brand-brown); }
.bg-cream { background-color: var(--cream); }
.bg-light-section { background-color: var(--cream); }

.badge-just-dropped {
    background: rgba(197, 160, 40, 0.12);
    color: var(--brand-gold-dark);
    border: 1px solid rgba(197, 160, 40, 0.2);
    font-weight: 600;
}

@media (min-width: 992px) {
    /* Desktop: show dropdown on hover */
    .navbar .dropdown .dropdown-menu { display: block; visibility: hidden; opacity: 0; transform: translateY(6px); transition: opacity 0.15s ease, transform 0.15s ease; }
    .navbar .dropdown:hover > .dropdown-menu { visibility: visible; opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .navbar-brand img,
    .footer-brand img {
        height: 56px;
    }

    .section-padding {
        padding: 3.5rem 0;
    }

    .stats-bar .stat-divider {
        display: none;
    }

    .features-section {
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 575.98px) {
    .sale-badge-circle {
        width: 68px;
        height: 68px;
        font-size: 0.75rem;
    }

    .btn-rounded {
        width: 100%;
    }
}


/* ==========================================
   MODERN 2026 UI UPGRADE
   Add at bottom of existing CSS
========================================== */

/* Smooth page animation */
body {
    animation: pageFade .5s ease;
}

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

/* Better container spacing */
.container {
    position: relative;
    z-index: 2;
}

/* Modern shop page */
main {
    background:
        radial-gradient(circle at top right,
            rgba(197,160,40,.05),
            transparent 30%),
        radial-gradient(circle at bottom left,
            rgba(165,42,42,.04),
            transparent 30%);
}

/* ==========================================
   SIDEBAR
========================================== */

.sidebar .card {
    background: var(--white);
    border: none;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,.04);
    overflow: hidden;
}

.sidebar .card h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.sidebar .card a {
    color: var(--text-body);
    transition: .3s;
}

.sidebar .card a:hover {
    color: var(--brand-red);
    padding-left: 4px;
}

.shop-filter-toggle {
    width: 100%;
    justify-content: center;
}

.shop-filter-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.75rem;
}

.shop-filter-close {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    color: var(--brand-red);
    font-size: 1rem;
}

.shop-filter-close:hover {
    background: rgba(165, 42, 42, 0.1);
}

.shop-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(43, 27, 23, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s var(--ease-smooth), visibility 0.3s var(--ease-smooth);
}

body.shop-filter-open {
    overflow: hidden;
}

body.shop-filter-open .shop-filter-backdrop {
    opacity: 1;
    visibility: visible;
}

/* ==========================================
   PRODUCT GRID
========================================== */

.product-grid {
    position: relative;
}

/* ==========================================
   PRODUCT CARD
========================================== */

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: var(--white);
    border: 1px solid rgba(197,160,40,.08);
    box-shadow:
        0 10px 30px rgba(43,27,23,.05),
        0 1px 2px rgba(43,27,23,.05);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 60px rgba(43,27,23,.12),
        0 10px 20px rgba(43,27,23,.08);
}

/* Shimmer hover */
.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.3),
            transparent
        );
    transition: .8s;
    z-index: 1;
}

.product-card:hover::before {
    left: 140%;
}

/* ==========================================
   PRODUCT IMAGE
========================================== */

.product-image-wrap {
    background:
        linear-gradient(
            135deg,
            #fdf8f3,
            #f8f5ef
        );
    border-radius: 20px;
    overflow: hidden;
}

.product-image-wrap img {
    transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        filter .4s ease;
}

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

/* ==========================================
   PRODUCT TITLE
========================================== */

.product-title {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--brand-brown);
    transition: color .3s ease;
}

.product-card:hover .product-title {
    color: var(--brand-red);
}

/* ==========================================
   PRICE
========================================== */

.product-price {
    font-size: 1.1rem;
    color: var(--brand-red);
}

.product-price small {
    font-size: .8rem;
}

/* ==========================================
   COLOR DOTS
========================================== */

.color-dot,
.color-swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all .25s ease;
    cursor: pointer;
}

.color-dot:hover,
.color-swatch:hover {
    transform: scale(1.3);
    box-shadow: 0 0 0 4px rgba(197,160,40,.15);
}

/* ==========================================
   BADGES
========================================== */

.product-badge {
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

.badge-sale {
    background:
        linear-gradient(
            135deg,
            #d63031,
            #a52a2a
        );
}

.badge-new {
    background:
        linear-gradient(
            135deg,
            #f4d03f,
            #c5a028
        );
}

.badge-bestseller {
    background:
        linear-gradient(
            135deg,
            #f7dc6f,
            #c5a028
        );
}

/* ==========================================
   SORT SELECT
========================================== */

.form-select {
    border-radius: 14px;
    border: 1px solid rgba(197,160,40,.15);
    box-shadow: none;
}

.form-select:focus {
    border-color: var(--brand-gold);
    box-shadow:
        0 0 0 4px rgba(197,160,40,.12);
}

/* ==========================================
   FOOTER
========================================== */

.footer-section {
    border-top: 1px solid rgba(197,160,40,.08);
}

.footer-link:hover {
    transform: translateX(3px);
}

/* ==========================================
   NAVBAR IMPROVEMENTS
========================================== */

.navbar {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.nav-icon-btn {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.5),
        0 2px 8px rgba(0,0,0,.04);
}

.nav-icon-btn:hover {
    transform: translateY(-2px);
}

/* ==========================================
   DARK MODE IMPROVEMENTS
========================================== */

body.dark .text-muted,
body.dark .text-secondary,
body.dark small.text-muted {
    color: var(--text-muted) !important;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .display-font {
    color: var(--brand-brown);
}

body.dark .sidebar .card,
body.dark .product-card {
    background: #131517;
    border-color: rgba(255,255,255,.06);
    color: var(--text-body);
}

body.dark .shop-filter-panel {
    background: #0f1112;
}

body.dark .shop-filter-close {
    background: #181a1d;
    color: var(--brand-gold-light);
}

body.dark .sidebar .card h6,
body.dark .sidebar .form-check-label,
body.dark .product-title,
body.dark .product-meta,
body.dark .product-price {
    color: var(--text-body);
}

body.dark .product-card:hover .product-title {
    color: var(--brand-gold-light);
}

body.dark .sidebar .form-check-input {
    background-color: #1a1c1e;
    border-color: rgba(255, 255, 255, 0.25);
}

body.dark .sidebar .form-check-input:checked {
    background-color: var(--brand-red);
    border-color: var(--brand-red);
}

body.dark .form-select {
    background-color: #131517;
    color: var(--text-body);
    border-color: rgba(255, 255, 255, 0.15);
}

body.dark .form-select:focus {
    border-color: rgba(197, 160, 40, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 40, 0.15);
}

body.dark .shop-pagination .page-link {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--text-body);
}

body.dark .shop-pagination .page-link:hover {
    background: rgba(197, 160, 40, 0.15);
    border-color: rgba(197, 160, 40, 0.4);
    color: #fff;
}

body.dark .shop-pagination .page-item.active .page-link {
    background: var(--brand-red);
    border-color: var(--brand-red);
    color: #fff;
}

body.dark .shop-pagination .page-item.disabled .page-link {
    background: #101214;
    color: rgba(255, 255, 255, 0.35);
}

body.dark .product-image-wrap {
    background:
        linear-gradient(
            135deg,
            #181a1d,
            #0f1112
        );
}

body.dark .footer-section {
    background: #101214;
}

body.dark .social-link {
    background: #181a1d;
}

body.dark .product-card::before {
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.05),
            transparent
        );
}

/* ==========================================
   SEARCH OVERLAY
========================================== */

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s var(--ease-smooth), visibility 0.4s var(--ease-smooth);
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay .search-container {
    width: 100%;
    max-width: 640px;
    padding: 0 2rem;
    transform: translateY(20px) scale(0.96);
    transition: transform 0.5s var(--ease-smooth);
}

.search-overlay.active .search-container {
    transform: translateY(0) scale(1);
}

.search-overlay .search-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: var(--radius-pill);
    background: var(--cream);
    color: var(--text-body);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.search-overlay .search-close:hover {
    background: var(--brand-red);
    color: #fff;
    transform: rotate(90deg);
}

.search-overlay .search-form {
    position: relative;
    width: 100%;
}

.search-overlay .search-form .search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--text-muted);
    pointer-events: none;
    transition: color 0.3s var(--ease-smooth);
}

.search-overlay .search-form .search-icon.focused {
    color: var(--brand-red);
}

.search-overlay .search-form input {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    font-size: 1.25rem;
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    color: var(--text-body);
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(197, 160, 40, 0.2);
    outline: none;
    transition: border-color 0.3s var(--ease-smooth);
}

.search-overlay .search-form input::placeholder {
    color: var(--text-muted);
    font-weight: 400;
    opacity: 0.6;
}

.search-overlay .search-form input:focus {
    border-color: var(--brand-red);
}

.search-overlay .search-form .search-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brand-red), var(--brand-gold));
    transition: width 0.5s var(--ease-smooth);
}

.search-overlay .search-form input:focus ~ .search-underline {
    width: 100%;
}

.search-overlay .search-hints {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.search-overlay .search-hints kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 0.5rem;
    font-size: 0.7rem;
    font-family: inherit;
    font-weight: 600;
    background: var(--cream);
    border-radius: 6px;
    border: 1px solid rgba(197, 160, 40, 0.15);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    color: var(--text-muted);
}

body.dark .search-overlay {
    background: rgba(11, 11, 13, 0.95);
}

body.dark .search-overlay .search-close {
    background: #1a1c1e;
    color: var(--text-body);
}

body.dark .search-overlay .search-close:hover {
    background: var(--brand-red);
    color: #fff;
}

body.dark .search-overlay .search-form input {
    color: var(--text-body);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark .search-overlay .search-form input:focus {
    border-bottom-color: var(--brand-gold-light);
}

body.dark .search-overlay .search-form .search-underline {
    background: linear-gradient(90deg, var(--brand-gold-light), var(--brand-gold));
}

body.dark .search-overlay .search-hints kbd {
    background: #1a1c1e;
    border-color: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
}

.search-results {
    margin-top: 1.25rem;
    max-height: min(52vh, 420px);
    overflow-y: auto;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(197, 160, 40, 0.15);
    box-shadow: 0 12px 40px rgba(43, 27, 23, 0.08);
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.85rem 1rem;
    text-decoration: none;
    color: var(--text-body);
    border-bottom: 1px solid rgba(43, 27, 23, 0.06);
    transition: background 0.2s ease;
}

.search-result-item:last-of-type {
    border-bottom: none;
}

.search-result-item:hover {
    background: rgba(197, 160, 40, 0.08);
}

.search-result-item img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 0.7rem;
    background: #f4efe8;
    flex-shrink: 0;
}

.search-result-name {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
}

.search-result-meta {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.search-view-all,
.search-empty {
    display: block;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
}

.search-empty {
    color: var(--text-muted);
}

.search-view-all {
    text-decoration: none;
    color: var(--brand-red);
    font-weight: 600;
    border-top: 1px solid rgba(43, 27, 23, 0.06);
}

.search-view-all:hover {
    background: rgba(165, 42, 42, 0.05);
}

body.dark .search-results {
    background: rgba(26, 28, 30, 0.95);
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark .search-result-item {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.dark .search-view-all {
    border-top-color: rgba(255, 255, 255, 0.06);
    color: var(--brand-gold-light);
}

/* ==========================================
   PRODUCT DETAIL / GALLERY
========================================== */

.product-gallery {
    position: sticky;
    top: 100px;
}

.main-image-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--cream);
    aspect-ratio: 1;
    box-shadow: var(--shadow-soft);
}

.main-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s var(--ease-smooth);
}

.thumbnails-row {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.thumb-item {
    flex: 1;
    max-width: 100px;
    aspect-ratio: 1;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.5;
    transition: opacity 0.3s var(--ease-smooth), border-color 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.thumb-item:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.thumb-item.active {
    opacity: 1;
    border-color: var(--brand-red);
    box-shadow: 0 0 0 4px rgba(165, 42, 42, 0.12);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product info spacing */
.product-info {
    padding-top: 0.5rem;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 0.85rem;
}

.breadcrumb a {
    color: var(--text-muted);
    transition: color 0.3s var(--ease-smooth);
}

.breadcrumb a:hover {
    color: var(--brand-red);
}

.breadcrumb .active {
    color: var(--brand-brown);
    font-weight: 500;
}

/* Size buttons */
.size-btn {
    min-width: 48px;
    height: 48px;
    border: 2px solid rgba(197, 160, 40, 0.2);
    border-radius: var(--radius-sm);
    background: var(--white);
    color: var(--text-body);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.25s var(--ease-smooth);
}

.size-btn:hover:not(.disabled) {
    border-color: var(--brand-gold);
    background: rgba(197, 160, 40, 0.06);
}

.size-btn.active {
    border-color: var(--brand-red);
    background: var(--brand-red);
    color: #fff;
    box-shadow: 0 4px 16px rgba(165, 42, 42, 0.25);
}

.size-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Color swatch buttons for detail page */
.color-swatch-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.25s var(--ease-smooth);
    padding: 0;
    outline: none;
    position: relative;
}

.color-swatch-btn:hover {
    transform: scale(1.1);
}

.color-swatch-btn.active {
    border-color: var(--brand-red);
    box-shadow: 0 0 0 3px rgba(165, 42, 42, 0.15);
    transform: scale(1.1);
}

/* Quantity selector */
.qty-selector {
    border: 2px solid rgba(197, 160, 40, 0.2);
    border-radius: var(--radius-pill);
    overflow: hidden;
    background: var(--white);
}

.qty-btn {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: var(--text-body);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background 0.25s var(--ease-smooth), color 0.25s var(--ease-smooth);
}

.qty-btn:hover {
    background: var(--cream);
    color: var(--brand-red);
}

.qty-value {
    min-width: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    color: var(--brand-brown);
    user-select: none;
}

/* Dark mode overrides for detail page */
body.dark .main-image-wrap {
    background: #181a1d;
}

body.dark .thumb-item {
    border-color: transparent;
}

body.dark .thumb-item.active {
    border-color: var(--brand-gold-light);
    box-shadow: 0 0 0 4px rgba(197, 160, 40, 0.15);
}

body.dark .breadcrumb .active {
    color: var(--text-body);
}

body.dark .size-btn {
    background: #181a1d;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--text-body);
}

body.dark .size-btn:hover:not(.disabled) {
    border-color: var(--brand-gold);
    background: rgba(197, 160, 40, 0.08);
}

body.dark .size-btn.active {
    border-color: var(--brand-gold-light);
    background: var(--brand-gold);
    color: var(--brand-brown);
}

body.dark .qty-selector {
    border-color: rgba(255, 255, 255, 0.1);
    background: #181a1d;
}

body.dark .qty-btn:hover {
    background: #0f1112;
    color: var(--brand-gold-light);
}

body.dark .qty-value {
    color: var(--text-body);
}

/* ==========================================
   ABOUT PAGE
========================================= */

.about-page {
    position: relative;
    padding: 5rem 0 6rem;
    background: linear-gradient(165deg, var(--white) 0%, var(--cream) 45%, var(--cream-dark) 100%);
    overflow: hidden;
}

.about-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 12% 35%, rgba(197, 160, 40, 0.12), transparent 48%),
        radial-gradient(ellipse at 88% 12%, rgba(165, 42, 42, 0.07), transparent 42%);
    pointer-events: none;
}

.about-page .container {
    position: relative;
    z-index: 1;
}

.about-reveal {
    opacity: 0;
    transform: translateY(18px);
    animation: aboutFadeUp 0.75s var(--ease-smooth) forwards;
}

.about-reveal-delay-1 {
    animation-delay: 0.12s;
}

.about-reveal-delay-2 {
    animation-delay: 0.24s;
}

@keyframes aboutFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-quote-block {
    position: relative;
    max-width: 840px;
    margin: 0 auto 3.25rem;
    padding: 2.5rem 2.25rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(197, 160, 40, 0.2);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(12px);
}

.about-quote-block::before {
    content: "\201C";
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(197, 160, 40, 0.35);
    font-family: Georgia, serif;
}

.about-quote {
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
    line-height: 2;
    color: var(--brand-brown);
    font-weight: 600;
    font-style: normal;
}

.about-quote-author {
    display: block;
    margin-top: 1.15rem;
    font-size: 0.9rem;
    font-style: normal;
    color: var(--brand-gold-dark);
    font-weight: 600;
}

.about-main-row {
    align-items: flex-start;
}

.about-story-panel {
    padding: 2rem 2.25rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(197, 160, 40, 0.14);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
}

.about-story-title {
    color: var(--brand-brown);
    line-height: 1.35;
}

.about-story-body p {
    margin-bottom: 1.2rem;
    font-size: 0.98rem;
    line-height: 2;
    color: var(--text-muted);
    text-align: justify;
}

.about-story-body p:last-child {
    margin-bottom: 0;
}

.about-photo-stack {
    position: sticky;
    top: 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.about-photo-frame {
    margin: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(197, 160, 40, 0.18);
    background: var(--white);
    box-shadow: var(--shadow-soft);
    transition: transform 0.45s var(--ease-smooth), box-shadow 0.45s var(--ease-smooth);
}

.about-photo-frame:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.about-photo-frame img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s var(--ease-smooth);
}

/* .about-photo-frame:hover img {
    transform: scale(1.03);
} */

.about-photo-frame-main img {
    aspect-ratio: 4 / 5;
}

.about-photo-frame-secondary img {
    aspect-ratio: 16 / 10;
}

.about-photo-frame figcaption {
    padding: 0.7rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--brand-brown);
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(197, 160, 40, 0.12);
}

.about-year-badge {
    align-self: flex-end;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--brand-brown);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(197, 160, 40, 0.35);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth);
}

.about-year-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

body.dark .about-quote-block {
    background: rgba(19, 21, 23, 0.85);
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark .about-story-panel {
    background: rgba(19, 21, 23, 0.72);
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark .about-quote {
    color: var(--text-body);
}

body.dark .about-quote-author {
    color: var(--brand-gold);
}

body.dark .about-story-title {
    color: var(--text-body);
}

body.dark .about-photo-frame {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark .about-photo-frame figcaption {
    background: #131517;
    color: var(--text-body);
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .about-year-badge {
    color: var(--brand-gold-light);
    background: rgba(19, 21, 23, 0.85);
    border-color: rgba(197, 160, 40, 0.35);
}

.about-hero {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(160deg, var(--white) 0%, var(--cream) 50%, var(--cream-dark) 100%);
    overflow: hidden;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(197, 160, 40, 0.1), transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(165, 42, 42, 0.06), transparent 40%);
    pointer-events: none;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(197, 160, 40, 0.12);
    color: var(--brand-gold-dark);
    border: 1px solid rgba(197, 160, 40, 0.25);
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: var(--radius-pill);
}

.about-hero h1 {
    color: var(--brand-brown);
}

.about-hero .highlight {
    background: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-hero-image {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-hover);
    transition: opacity 0.6s var(--ease-smooth), transform 0.6s var(--ease-smooth), filter 0.6s var(--ease-smooth);
}

.about-hero-image-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    isolation: isolate;
}

.about-hero-image-base {
    filter: grayscale(1) contrast(0.95) brightness(0.95);
}

.about-hero-image-color {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.about-hero-image-wrap:hover .about-hero-image-color {
    opacity: 1;
}

.about-hero-image-wrap:hover .about-hero-image-base {
    opacity: 0;
}

.about-hero-image-wrap:hover .about-hero-image {
    transform: scale(1.015);
}

.about-hero-image-chip {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    padding: 0.4rem 0.85rem;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--brand-brown);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(197, 160, 40, 0.35);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(8px);
}

.about-hero-image-wrap::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(197, 160, 40, 0.2);
    border-radius: var(--radius-lg);
    z-index: -1;
}

.about-stats {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(197, 160, 40, 0.08);
    margin-top: -3rem;
    position: relative;
    z-index: 2;
}

.about-stat-item {
    text-align: center;
    padding: 1rem 0;
    transition: transform 0.35s var(--ease-smooth);
}

.about-stat-item:hover {
    transform: translateY(-3px);
}

.about-stat-item:not(:last-child) {
    border-right: 1px solid rgba(197, 160, 40, 0.1);
}

.about-stat-number {
    font-family: "Outfit", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--brand-red);
    line-height: 1.1;
}

.about-stat-label {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

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

.story-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(197, 160, 40, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth), border-color 0.4s var(--ease-smooth);
}

.story-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(197, 160, 40, 0.25);
}

.story-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, rgba(197, 160, 40, 0.15), rgba(197, 160, 40, 0.08));
    color: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.story-card h5 {
    color: var(--brand-brown);
}

.story-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.story-image {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-hover);
}

.values-section {
    position: relative;
    background: var(--white);
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    transition: background-color var(--theme-transition-duration) var(--ease-smooth);
}

/* Dark mode overlay for values section */
.values-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    transition: background-color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .values-section::before {
    background: rgba(11, 11, 13, 0.85);
}

.values-section .container {
    position: relative;
    z-index: 1;
}

.value-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    height: 100%;
    border: 1px solid rgba(197, 160, 40, 0.3);
    transition: transform 0.4s var(--ease-smooth), 
                box-shadow 0.4s var(--ease-smooth),
                background var(--theme-transition-duration) var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth);
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(197, 160, 40, 0.5);
}

body.dark .value-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(197, 160, 40, 0.25);
}

body.dark .value-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(197, 160, 40, 0.4);
}

.value-card .value-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-pill);
    background: var(--white);
    color: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1.25rem;
    box-shadow: 0 4px 16px rgba(197, 160, 40, 0.1);
    transition: background var(--theme-transition-duration) var(--ease-smooth),
                color var(--theme-transition-duration) var(--ease-smooth),
                box-shadow var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .value-card .value-icon {
    background: #1a1c1e;
    color: var(--brand-gold);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.value-card h5 {
    color: var(--brand-brown);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .value-card h5 {
    color: var(--text-body);
}

.value-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .value-card p {
    color: rgba(255, 255, 255, 0.7);
}

/* Values section header */
.values-section .about-hero-badge {
    background: rgba(197, 160, 40, 0.15);
    color: var(--brand-gold-dark);
    border: 1px solid rgba(197, 160, 40, 0.25);
    transition: background var(--theme-transition-duration) var(--ease-smooth),
                color var(--theme-transition-duration) var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .values-section .about-hero-badge {
    background: rgba(197, 160, 40, 0.2);
    color: var(--brand-gold);
    border-color: rgba(197, 160, 40, 0.35);
}

.values-section h2 {
    color: var(--brand-brown);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .values-section h2 {
    color: var(--text-body);
}

.values-section p {
    color: var(--text-muted);
    transition: color var(--theme-transition-duration) var(--ease-smooth);
}

body.dark .values-section p {
    color: rgba(255, 255, 255, 0.6);
}

.team-card {
    text-align: center;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem 1.5rem;
    border: 1px solid rgba(197, 160, 40, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth), border-color 0.4s var(--ease-smooth);
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(197, 160, 40, 0.28);
}

.team-card img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--cream);
    box-shadow: 0 4px 16px rgba(197, 160, 40, 0.15);
}

.team-card h5 {
    color: var(--brand-brown);
    margin-top: 1rem;
}

.team-card .team-role {
    color: var(--brand-gold-dark);
    font-size: 0.85rem;
    font-weight: 600;
}

.team-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
}

.newsletter-cta {
    background: linear-gradient(135deg, var(--brand-red-dark), var(--brand-red), var(--brand-red-light));
    border-radius: var(--radius-lg);
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}

.newsletter-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(255,255,255,0.06), transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(197,160,40,0.1), transparent 40%);
    pointer-events: none;
}

.newsletter-cta h2 {
    color: #fff;
}

.newsletter-cta p {
    color: rgba(255,255,255,0.7);
}

.newsletter-form {
    display: flex;
    gap: 0.75rem;
    max-width: 480px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 0.85rem 1.25rem;
    border-radius: var(--radius-pill);
    border: none;
    font-family: var(--bs-body-font-family);
    font-size: 0.95rem;
    outline: none;
}

.newsletter-form .btn {
    flex-shrink: 0;
}

/* ==========================================
   CONTACT PAGE
========================================= */

.contact-hero {
    position: relative;
    padding: 5.5rem 0;
    background: linear-gradient(160deg, var(--white) 0%, var(--cream) 50%, var(--cream-dark) 100%);
    overflow: hidden;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 30%, rgba(197, 160, 40, 0.1), transparent 50%),
        radial-gradient(ellipse at 30% 70%, rgba(165, 42, 42, 0.06), transparent 40%);
    pointer-events: none;
}

.contact-hero-copy,
.contact-section-heading p {
    color: var(--text-muted);
    line-height: 1.8;
}

.contact-hero-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(120px, 180px) 1fr;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(197, 160, 40, 0.14);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 1.5rem;
    overflow: hidden;
}

.contact-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 4px solid var(--brand-gold);
    pointer-events: none;
}

.contact-hero-logo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: var(--radius-md);
    background: var(--cream);
    padding: 1rem;
}

.contact-panel-kicker {
    color: var(--brand-red);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-main-section {
    position: relative;
}

.contact-info-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(197, 160, 40, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-smooth);
}

.contact-branch-card {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

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

.contact-info-card .contact-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, rgba(197, 160, 40, 0.15), rgba(197, 160, 40, 0.08));
    color: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-info-card h6 {
    color: var(--brand-brown);
}

.contact-info-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.contact-info-card a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s var(--ease-smooth);
}

.contact-info-card a:hover {
    color: var(--brand-red);
}

.contact-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
}

.contact-form-wrap {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 3rem;
    border: 1px solid rgba(197, 160, 40, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-form-wrap .form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--brand-brown);
}

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
    border-radius: var(--radius-sm);
    border: 2px solid rgba(197, 160, 40, 0.15);
    padding: 0.75rem 1rem;
    font-family: var(--bs-body-font-family);
    font-size: 0.95rem;
    color: var(--text-body);
    background: var(--white);
    transition: border-color 0.3s var(--ease-smooth), box-shadow 0.3s var(--ease-smooth);
}

.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
    border-color: var(--brand-red);
    box-shadow: 0 0 0 4px rgba(165, 42, 42, 0.08);
}

.contact-form-wrap .form-control::placeholder {
    color: var(--text-muted);
    opacity: 0.5;
}

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

.contact-details-panel {
    position: sticky;
    top: 120px;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid rgba(197, 160, 40, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-detail-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(197, 160, 40, 0.12);
}

.contact-detail-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-detail-row > i {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(165, 42, 42, 0.08);
    color: var(--brand-red);
    font-size: 1.1rem;
}

.contact-detail-row a,
.contact-detail-row p {
    color: var(--text-muted);
    text-decoration: none;
    line-height: 1.75;
}

.contact-detail-row a:hover {
    color: var(--brand-red);
}

.contact-map-section {
    background:
        linear-gradient(180deg, var(--white), var(--cream));
}

.contact-map-card {
    height: 100%;
    background: var(--white);
    border: 1px solid rgba(197, 160, 40, 0.08);
    border-radius: var(--radius-lg);
    padding: 1rem;
    box-shadow: var(--shadow-soft);
}

.contact-map-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0.5rem 1rem;
}

.contact-map-card-header p {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.contact-map-card-header a {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    color: var(--brand-red);
    flex-shrink: 0;
}

.contact-map-card-header a:hover {
    background: rgba(165, 42, 42, 0.1);
}

.map-placeholder {
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--cream);
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 160, 40, 0.08);
}

.map-placeholder iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 360px;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(197, 160, 40, 0.1);
    background: transparent;
}

.faq-accordion .accordion-button {
    padding: 1.25rem 0;
    font-weight: 600;
    color: var(--brand-brown);
    background: transparent;
    box-shadow: none;
    font-size: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-red);
    background: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-size: 1rem;
    opacity: 0.5;
    transition: transform 0.3s var(--ease-smooth);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    opacity: 1;
}

.faq-accordion .accordion-body {
    padding: 0 0 1.25rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

body.dark .about-stats {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .about-stat-item:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .story-card {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .value-card {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .value-card .value-icon {
    background: #1a1c1e;
}

body.dark .team-card {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .about-hero-image-chip {
    color: var(--brand-gold-light);
    background: rgba(19, 21, 23, 0.72);
    border-color: rgba(197, 160, 40, 0.4);
}

body.dark .contact-info-card {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .contact-hero-panel,
body.dark .contact-details-panel,
body.dark .contact-map-card {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .contact-hero-logo,
body.dark .contact-map-card-header a {
    background: #181a1d;
}

body.dark .contact-form-wrap {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .contact-form-wrap .form-control,
body.dark .contact-form-wrap .form-select {
    background: #181a1d;
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--text-body);
}

body.dark .faq-accordion .accordion-item {
    border-color: rgba(255, 255, 255, 0.06);
}

body.dark .faq-accordion .accordion-button {
    color: var(--text-body);
}

body.dark .map-placeholder {
    background: #131517;
    border-color: rgba(255, 255, 255, 0.06);
}

/* ==========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .about-page {
        padding: 3rem 0 4rem;
    }

    .about-quote-block {
        margin-bottom: 2rem;
        padding: 1.75rem 1.25rem;
    }

    .about-quote-block::before {
        font-size: 2.5rem;
        left: 0.75rem;
    }

    .about-quote {
        font-size: 0.95rem;
        line-height: 1.85;
    }

    .about-story-panel {
        padding: 1.35rem 1.15rem;
    }

    .about-story-body p {
        line-height: 1.85;
    }

    .about-photo-stack {
        position: static;
        margin-bottom: 0.5rem;
    }

    .about-photo-frame:hover {
        transform: none;
    }

    .about-photo-frame:hover img {
        transform: none;
    }

    .about-story-title {
        font-size: 1.75rem;
    }

    .about-hero {
        padding: 3rem 0;
    }

    .about-hero-image-chip {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .about-stats {
        margin-top: 0;
        padding: 1.5rem 1rem;
    }

    .about-stat-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(197, 160, 40, 0.1);
        padding-bottom: 1rem;
    }

    .about-stat-item {
        padding: 1rem 0;
    }

    .about-stat-number {
        font-size: 2rem;
    }

    .story-card {
        padding: 1.5rem;
    }

    .newsletter-cta {
        padding: 2.5rem 1.5rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .contact-hero {
        padding: 3rem 0;
    }

    .contact-hero-panel {
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .contact-hero-logo {
        max-width: 170px;
    }

    .contact-branch-card {
        flex-direction: column;
        padding: 1.5rem;
    }

    .contact-form-wrap {
        padding: 1.5rem;
    }

    .contact-details-panel {
        position: static;
        padding: 1.5rem;
    }

    .contact-detail-row {
        grid-template-columns: 44px 1fr;
    }

    .contact-detail-row > i {
        width: 44px;
        height: 44px;
    }

    .contact-map-card {
        padding: 0.75rem;
    }

    .contact-map-card-header {
        align-items: center;
    }

    .map-placeholder {
        min-height: 260px;
    }

    .map-placeholder iframe {
        min-height: 260px;
    }

    .product-card {
        border-radius: 22px;
    }

    .sidebar {
        margin-bottom: 2rem;
    }

    .shop-filter-panel {
        position: fixed;
        top: 84px;
        left: 0;
        z-index: 1010;
        width: min(86vw, 360px);
        height: calc(100vh - 84px);
        margin-bottom: 0 !important;
        padding: 0;
        background: var(--white);
        box-shadow: 16px 0 48px rgba(43, 27, 23, 0.18);
        transform: translateX(-105%);
        transition: transform 0.34s var(--ease-smooth);
        overflow: hidden;
    }

    .shop-filter-backdrop {
        top: 84px;
    }

    body.shop-filter-open .shop-filter-panel {
        transform: translateX(0);
    }

    .shop-filter-panel-inner {
        height: 100%;
        overflow-y: auto;
        padding: 0 1rem 1rem;
    }

    .shop-filter-panel .card {
        border-radius: 18px;
    }

    .display-font {
        font-size: 2rem;
    }
}



/* Pagination */

.shop-pagination nav {
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

.shop-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    list-style: none;
    padding: 0;
}

.shop-pagination .page-item {
    margin: 0;
}

.shop-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    height: 2.4rem;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(43, 27, 23, 0.1);
    color: var(--brand-brown, #2b1b17);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shop-pagination .page-link:hover {
    background: rgba(197, 160, 40, 0.1);
    border-color: rgba(197, 160, 40, 0.45);
    color: var(--brand-brown, #2b1b17);
    transform: translateY(-1px);
}

.shop-pagination .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 40, 0.2);
}

.shop-pagination .page-item.active .page-link {
    background: var(--brand-red, #a52a2a);
    border-color: var(--brand-red, #a52a2a);
    color: #fff;
    box-shadow: none;
}

.shop-pagination .page-item.disabled .page-link {
    opacity: 0.45;
    pointer-events: none;
    background: #f7f4f1;
    border-color: rgba(43, 27, 23, 0.08);
    color: #8a7a74;
}

.shop-pagination .small.text-muted {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .shop-pagination .page-link {
        min-width: 2.2rem;
        height: 2.2rem;
        padding: 0 0.6rem;
        font-size: 0.85rem;
    }
}

/* Testimonials Slider - Responsive: 3 cards on desktop, 1 card on mobile */
.testimonials-slider-container {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    cursor: grab;
}

.testimonials-slider-container:active {
    cursor: grabbing;
}

.testimonials-slider {
    display: flex;
    transition: transform 0.6s var(--ease-smooth);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.testimonials-slider.dragging {
    transition: none;
}

.testimonial-slide {
    flex: 0 0 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.testimonial-card {
    height: 100%;
}

.slider-controls {
    margin-top: 2.5rem;
}

.slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(197, 160, 40, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: var(--brand-gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s var(--ease-smooth),
                background var(--theme-transition-duration) var(--ease-smooth),
                border-color var(--theme-transition-duration) var(--ease-smooth),
                color var(--theme-transition-duration) var(--ease-smooth);
}

.slider-btn:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--brand-brown);
    transform: scale(1.1);
}

body.dark .slider-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(197, 160, 40, 0.35);
    color: var(--brand-gold);
}

body.dark .slider-btn:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--brand-brown);
}

.slider-dots {
    display: flex;
    gap: 0.75rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(197, 160, 40, 0.3);
    cursor: pointer;
    transition: all 0.3s var(--ease-smooth),
                background var(--theme-transition-duration) var(--ease-smooth);
}

.slider-dot:hover {
    background: rgba(197, 160, 40, 0.5);
    transform: scale(1.2);
}

.slider-dot.active {
    background: var(--brand-gold-light);
    transform: scale(1.2);
}

body.dark .slider-dot {
    background: rgba(197, 160, 40, 0.2);
}

body.dark .slider-dot:hover {
    background: rgba(197, 160, 40, 0.4);
}

body.dark .slider-dot.active {
    background: var(--brand-gold);
}

/* Mobile: 1 card at a time */
@media (max-width: 767px) {
    .testimonial-slide {
        flex: 0 0 100%;
        padding: 0 10px;
    }
    
    .slider-controls {
        margin-top: 2rem;
    }
}

/* Tablet: 2 cards at a time */
@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-slide {
        flex: 0 0 50%;
    }
}

/* Desktop/Laptop: 3 cards at a time */
@media (min-width: 992px) {
    .testimonial-slide {
        flex: 0 0 33.333%;
    }
}

/* ==========================================
   REVIEW PAGE
========================================== */

.review-hero {
    background:
        radial-gradient(circle at top right, rgba(197,160,40,.08), transparent 35%),
        radial-gradient(circle at bottom left, rgba(165,42,42,.06), transparent 35%);
}

.review-stats-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1.25rem;
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(197,160,40,.15);
    box-shadow: 0 10px 30px rgba(43,27,23,.05);
}

.review-stats-score {
    font-family: "Outfit", system-ui, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--brand-red);
    line-height: 1;
}

.review-form-card,
.review-card {
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid rgba(197,160,40,.12);
    box-shadow: 0 12px 36px rgba(43,27,23,.05);
}

.review-form-card {
    padding: 1.75rem;
    position: sticky;
    top: 100px;
}

.review-card {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(43,27,23,.08);
}

.review-card-message {
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 0;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(165,42,42,.1);
    color: var(--brand-red);
    font-weight: 700;
    flex-shrink: 0;
}

.review-form .form-control {
    border-radius: .9rem;
    border-color: rgba(43,27,23,.12);
    padding: .8rem 1rem;
    background: #fff;
    color: var(--text-body);
}

.review-form .form-control:focus {
    border-color: rgba(197,160,40,.5);
    box-shadow: 0 0 0 .2rem rgba(197,160,40,.15);
}

.review-rating-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: .35rem;
}

.review-rating-input input {
    display: none;
}

.review-rating-input label {
    cursor: pointer;
    color: #d6d0c8;
    font-size: 1.45rem;
    transition: color .2s ease, transform .2s ease;
}

.review-rating-input label:hover,
.review-rating-input label:hover ~ label,
.review-rating-input input:checked ~ label {
    color: var(--brand-gold);
}

.review-rating-input label:hover {
    transform: scale(1.08);
}

body.dark .review-stats-card,
body.dark .review-form-card,
body.dark .review-card {
    background: #131517;
    border-color: rgba(255,255,255,.08);
    color: var(--text-body);
}

body.dark .review-form .form-control {
    background: #101214;
    border-color: rgba(255,255,255,.12);
    color: var(--text-body);
}

body.dark .review-avatar {
    background: rgba(197,160,40,.15);
    color: var(--brand-gold-light);
}

@media (max-width: 991.98px) {
    .review-form-card {
        position: static;
    }
}
