/* ============================================
   MAISON NOIR — Premium Furniture Stylesheet
   ============================================ */

:root {
    /* Colors */
    --bg: #faf8f5;
    --bg-alt: #f2ede5;
    --ink: #1a1612;
    --ink-soft: #4a3f35;
    --muted: #8b7d6f;
    --line: #e5dfd4;
    --accent: #b8935a;
    --accent-dark: #8f6f3f;
    --white: #ffffff;

    /* Typography */
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Jost', sans-serif;

    /* Spacing */
    --container: 1320px;
    --section-py: 120px;

    /* Transitions */
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============ RESET ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-soft);
    background: var(--bg);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 500;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

/* ============ UTILITIES ============ */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 30px;
}

.section-padding {
    padding: var(--section-py) 0;
}

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 70px;
}

.section-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
}
.section-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 1px;
    background: var(--accent);
}

.section-title {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 400;
    margin-bottom: 20px;
}
.section-title em {
    font-style: italic;
    color: var(--accent);
    font-weight: 300;
}

.section-subtitle {
    font-size: 16px;
    color: var(--muted);
    max-width: 520px;
    margin: 0 auto;
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 38px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.4s var(--ease);
    border: 1px solid transparent;
    cursor: pointer;
}
.btn i { transition: transform 0.4s var(--ease); font-size: 11px; }
.btn:hover i { transform: translateX(5px); }

.btn-primary {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
}
.btn-primary:hover {
    background: var(--accent);
    border-color: var(--accent);
}

.btn-outline {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
}
.btn-outline:hover {
    background: var(--ink);
    color: var(--white);
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.4s var(--ease);
}

.header-top {
    background: var(--ink);
    color: var(--bg);
    padding: 10px 0;
    font-size: 12px;
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-inner i { color: var(--accent); margin-right: 8px; }
.header-top-links { display: flex; gap: 30px; }
.header-top-links a:hover { color: var(--accent); }

.header-main {
    background: rgba(250, 248, 245, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    transition: all 0.4s var(--ease);
    position: relative;
}
.site-header.scrolled .header-top { display: none; }
.site-header.scrolled .header-main { box-shadow: 0 4px 30px rgba(0,0,0,0.05); }

.header-main-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo-mark {
    width: 44px;
    height: 44px;
    background: var(--ink);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}
.logo-text {
    font-family: var(--font-display);
    font-size: 26px;
    color: var(--ink);
    font-weight: 500;
    letter-spacing: 0.02em;
}
.logo-text em {
    font-style: italic;
    color: var(--accent);
    font-weight: 400;
}

.nav-menu {
    display: flex;
    gap: 38px;
}
.nav-menu a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink);
    position: relative;
    padding: 8px 0;
    transition: color 0.3s var(--ease);
}
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--accent);
    transition: all 0.4s var(--ease);
    transform: translateX(-50%);
}
.nav-menu a:hover,
.nav-menu a.active {
    color: var(--accent);
}
.nav-menu a.active::after,
.nav-menu a:hover::after {
    width: 24px;
}

.header-icons {
    display: flex;
    gap: 22px;
    align-items: center;
}
.header-icons a {
    color: var(--ink);
    font-size: 16px;
    transition: color 0.3s var(--ease);
    position: relative;
}
.header-icons a:hover { color: var(--accent); }

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--accent);
    color: var(--white);
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: var(--font-body);
}

.mobile-toggle {
    display: none;
    color: var(--ink);
    font-size: 20px;
}

/* ============================================
   1. HERO SECTION — Editorial Premium
   ============================================ */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 720px;
    max-height: 1000px;
    overflow: hidden;
    background: var(--ink);
}

/* Owl base structure */
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
    height: 100%;
}
.hero-slider .owl-item > div { height: 100%; }

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* Top padding = header total height (top-bar ~40px + main-nav ~88px) */
    padding-top: 130px;
    /* Bottom padding = space for controls/scroll indicator */
    padding-bottom: 140px;
    overflow: hidden;
    box-sizing: border-box;
}

/* Background image with zoom ken-burns effect */
.hero-slide-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
}
.owl-item.active .hero-slide-image {
    animation: slowZoom 10s linear forwards;
}
@keyframes slowZoom {
    from { transform: scale(1.08); }
    to   { transform: scale(1.18); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15,12,10,0.88) 0%, rgba(15,12,10,0.65) 40%, rgba(15,12,10,0.25) 75%, rgba(15,12,10,0.45) 100%),
        linear-gradient(180deg, rgba(15,12,10,0.35) 0%, transparent 30%, transparent 70%, rgba(15,12,10,0.6) 100%);
    z-index: 1;
}

/* Giant watermark MN behind content */
.hero-watermark {
    position: absolute;
    bottom: -8vw;
    right: -2vw;
    font-family: var(--font-display);
    font-size: 48vw;
    font-weight: 400;
    font-style: italic;
    color: rgba(184, 147, 90, 0.06);
    line-height: 0.8;
    letter-spacing: -0.05em;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-content {
    max-width: 720px;
    color: var(--white);
    padding-left: 70px;
}

/* Meta row: 01 — Category */
.hero-meta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(20px);
}
.owl-item.active .hero-meta-row {
    animation: heroFade 1s var(--ease-out) 0.2s forwards;
}

.hero-number {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 20px;
    color: var(--accent);
    font-weight: 500;
}
.hero-divider {
    width: 60px;
    height: 1px;
    background: var(--accent);
    opacity: 0.6;
}
.hero-category {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}

/* Main title — uses clamp so it scales with viewport */
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 6.8vw, 6.8rem);
    font-weight: 400;
    color: var(--white);
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(30px);
}
.hero-title em {
    font-style: italic;
    font-weight: 300;
    color: var(--accent);
    display: inline-block;
}
.owl-item.active .hero-title {
    animation: heroFade 1.2s var(--ease-out) 0.4s forwards;
}

/* Thin rule between title and subtitle */
.hero-rule {
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,0.35);
    margin-bottom: 24px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
}
.owl-item.active .hero-rule {
    animation: heroRule 1s var(--ease-out) 0.7s forwards;
}
@keyframes heroRule {
    to { opacity: 1; transform: scaleX(1); }
}

.hero-subtitle {
    font-family: var(--font-display);
    font-size: clamp(16px, 1.4vw, 20px);
    font-style: italic;
    font-weight: 400;
    color: rgba(255,255,255,0.88);
    line-height: 1.55;
    max-width: 540px;
    margin-bottom: 38px;
    opacity: 0;
    transform: translateY(20px);
}
.owl-item.active .hero-subtitle {
    animation: heroFade 1s var(--ease-out) 0.85s forwards;
}

/* Footer row — CTA + meta tag */
.hero-footer-row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
}
.owl-item.active .hero-footer-row {
    animation: heroFade 1s var(--ease-out) 1s forwards;
}

/* Custom CTA — minimal, editorial */
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--white);
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 22px 0;
    position: relative;
    transition: all 0.4s var(--ease);
}
.hero-cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    transition: all 0.5s var(--ease);
}
.hero-cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 1px;
    background: var(--accent);
    transition: all 0.5s var(--ease);
}
.hero-cta:hover::after { width: 100%; }
.hero-cta:hover { color: var(--accent); }

.hero-cta-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.4s var(--ease);
}
.hero-cta:hover .hero-cta-arrow {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--ink);
    transform: translateX(6px) rotate(-8deg);
}

.hero-meta-tag {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    padding-left: 25px;
    position: relative;
}
.hero-meta-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 1px;
    background: rgba(255,255,255,0.4);
}

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

/* ============ HERO EXTRAS ============ */

/* Left vertical side label */
.hero-sidelabel {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    z-index: 4;
}
.hero-sidelabel-text {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    white-space: nowrap;
    padding-left: 50px;
    position: relative;
}
.hero-sidelabel-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 1px;
    background: var(--accent);
}

/* Bottom right controls: counter + nav */
.hero-controls {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 40px;
    color: var(--white);
}

.hero-counter {
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hero-counter .current {
    font-size: 36px;
    font-style: italic;
    color: var(--accent);
    font-weight: 500;
    line-height: 1;
}
.hero-counter .separator {
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    margin: 0 4px;
}
.hero-counter .total {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}

.hero-nav {
    display: flex;
    gap: 10px;
}
.hero-nav-btn {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.4s var(--ease);
}
.hero-nav-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--ink);
}

/* Scroll indicator bottom-left */
.hero-scroll {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 4;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
.hero-scroll-line {
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,0.25);
    position: relative;
    overflow: hidden;
}
.hero-scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: var(--accent);
    animation: scrollMove 2.5s var(--ease) infinite;
}
@keyframes scrollMove {
    0%   { left: -30%; }
    100% { left: 100%; }
}

/* Hide default owl dots for hero */
.hero-slider .owl-dots { display: none !important; }

/* ============ HERO RESPONSIVE ============ */

/* Short laptop screens (13"/14" with ~720–800px height) */
@media (max-height: 820px) {
    .hero-section { min-height: 680px; }
    .hero-slide { padding-top: 120px; padding-bottom: 120px; }
    .hero-title { font-size: clamp(2.6rem, 5.5vw, 5rem); margin-bottom: 24px; }
    .hero-meta-row { margin-bottom: 22px; }
    .hero-subtitle { margin-bottom: 28px; font-size: 15px; }
    .hero-rule { margin-bottom: 18px; }
    .hero-controls { bottom: 35px; right: 35px; }
    .hero-scroll { bottom: 35px; left: 35px; }
}

/* Very short screens */
@media (max-height: 700px) {
    .hero-section { min-height: 620px; }
    .hero-slide { padding-top: 110px; padding-bottom: 100px; }
    .hero-title { font-size: clamp(2.3rem, 4.8vw, 4rem); }
    .hero-meta-row { margin-bottom: 18px; }
    .hero-subtitle { margin-bottom: 22px; }
}

@media (max-width: 1100px) {
    .hero-content { padding-left: 0; }
    .hero-sidelabel { display: none; }
    .hero-scroll { display: none; }
}
@media (max-width: 768px) {
    .hero-section,
    .hero-slide { min-height: 620px; height: auto; padding: 140px 0 130px; }
    .hero-title { font-size: 2.8rem; }
    .hero-subtitle { font-size: 15px; }
    .hero-meta-row { margin-bottom: 22px; gap: 14px; }
    .hero-divider { width: 30px; }
    .hero-footer-row { gap: 20px; }
    .hero-meta-tag { display: none; }
    .hero-controls { bottom: 25px; right: 20px; gap: 18px; }
    .hero-counter .current { font-size: 24px; }
    .hero-nav-btn { width: 42px; height: 42px; }
    .hero-watermark { font-size: 80vw; }
}

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

.categories-carousel .category-item {
    text-align: center;
    cursor: pointer;
}

.category-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--bg-alt);
    margin-bottom: 24px;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}
.category-item:hover .category-image img {
    transform: scale(1.08);
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,22,18,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s var(--ease);
}
.category-overlay i {
    width: 56px;
    height: 56px;
    background: var(--accent);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transform: translateY(20px);
    transition: transform 0.5s var(--ease);
}
.category-item:hover .category-overlay { opacity: 1; }
.category-item:hover .category-overlay i { transform: translateY(0); }

.category-name {
    font-size: 22px;
    font-weight: 500;
    color: var(--ink);
    transition: color 0.3s var(--ease);
}
.category-item:hover .category-name { color: var(--accent); }

.categories-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.categories-carousel .owl-nav button {
    pointer-events: auto;
    width: 54px;
    height: 54px;
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    color: var(--ink) !important;
    font-size: 16px !important;
    transition: all 0.3s var(--ease);
    border-radius: 0 !important;
    margin: 0 !important;
}
.categories-carousel .owl-nav button:hover {
    background: var(--ink) !important;
    color: var(--accent) !important;
    border-color: var(--ink) !important;
}
.categories-carousel .owl-nav .owl-prev { margin-left: -27px !important; }
.categories-carousel .owl-nav .owl-next { margin-right: -27px !important; }

/* ============================================
   3. COLLECTIONS SECTION
   ============================================ */
.collections-section {
    background: var(--bg-alt);
    position: relative;
}
.collections-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.collection-card {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s var(--ease);
}
.collection-card:hover { transform: translateY(-8px); }

.collection-image {
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--ink);
}
.collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease);
    opacity: 0.92;
}
.collection-card:hover .collection-image img {
    transform: scale(1.06);
    opacity: 1;
}

.collection-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(26,22,18,0.85) 60%);
    color: var(--white);
}

.collection-number {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 14px;
    color: var(--accent);
    letter-spacing: 0.1em;
}

.collection-title {
    font-size: 32px;
    color: var(--white);
    margin: 8px 0 10px;
    font-weight: 500;
}

.collection-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 18px;
}

.collection-link {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent);
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: gap 0.4s var(--ease);
}
.collection-card:hover .collection-link { gap: 18px; }

/* ============================================
   4. THE VAULT SECTION
   ============================================ */
.vault-section {
    background: var(--bg);
    position: relative;
}

.vault-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--line);
}

.vault-tab {
    padding: 20px 40px;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    position: relative;
    transition: color 0.3s var(--ease);
    font-family: var(--font-body);
}
.vault-tab::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: all 0.4s var(--ease);
    transform: translateX(-50%);
}
.vault-tab.active,
.vault-tab:hover { color: var(--ink); }
.vault-tab.active::after { width: 60%; }

.vault-pane { display: none; position: relative; }
.vault-pane.active { display: block; animation: fadeIn 0.6s var(--ease); }

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

.product-card {
    background: var(--white);
    border: 1px solid var(--line);
    transition: all 0.4s var(--ease);
    margin-bottom: 30px;
}
.product-card:hover {
    border-color: var(--accent);
    box-shadow: 0 20px 50px rgba(26,22,18,0.08);
}

.product-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--bg-alt);
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease);
}
.product-card:hover .product-image img { transform: scale(1.06); }

.product-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    transform: translateY(100%);
    transition: transform 0.4s var(--ease);
}
.product-card:hover .product-hover { transform: translateY(0); }

.product-btn {
    width: 44px;
    height: 44px;
    background: var(--white);
    color: var(--ink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s var(--ease);
}
.product-btn:hover {
    background: var(--accent);
    color: var(--white);
}

.product-info {
    padding: 24px;
    text-align: center;
}
.product-name {
    font-size: 19px;
    color: var(--ink);
    margin-bottom: 6px;
    font-weight: 500;
}
.product-price {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--accent);
    font-size: 18px;
}

/* Vault owl nav */
.vault-carousel.owl-carousel { position: relative; }
.vault-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}
.vault-carousel .owl-nav button {
    pointer-events: auto;
    width: 54px;
    height: 54px;
    background: var(--ink) !important;
    color: var(--accent) !important;
    font-size: 16px !important;
    transition: all 0.3s var(--ease);
    border-radius: 0 !important;
    margin: 0 !important;
}
.vault-carousel .owl-nav button:hover {
    background: var(--accent) !important;
    color: var(--white) !important;
}
.vault-carousel .owl-nav .owl-prev { margin-left: -27px !important; }
.vault-carousel .owl-nav .owl-next { margin-right: -27px !important; }

/* ============================================
   5. ABOUT SECTION
   ============================================ */
.about-section {
    background: var(--bg-alt);
    position: relative;
}

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

.about-images {
    position: relative;
    height: 620px;
}

.about-img {
    position: absolute;
    overflow: hidden;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}
.about-img:hover img { transform: scale(1.05); }

.about-img-1 {
    top: 0;
    left: 0;
    width: 65%;
    height: 75%;
    z-index: 1;
}

.about-img-2 {
    bottom: 0;
    right: 0;
    width: 55%;
    height: 55%;
    z-index: 2;
    border: 10px solid var(--bg-alt);
}

.about-badge {
    position: absolute;
    top: 40%;
    right: -20px;
    width: 140px;
    height: 140px;
    background: var(--ink);
    color: var(--accent);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    font-family: var(--font-display);
}
.badge-number {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    color: var(--accent);
}
.badge-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--white);
    margin-top: 8px;
    font-family: var(--font-body);
    line-height: 1.3;
}

.about-content .section-header {
    text-align: left;
    margin: 0 0 30px;
}
.about-content .section-eyebrow { padding-left: 45px; }

.about-lead {
    font-family: var(--font-display);
    font-size: 22px;
    font-style: italic;
    color: var(--ink);
    line-height: 1.5;
    margin-bottom: 24px;
}

.about-content p { margin-bottom: 24px; }

.about-stats {
    display: flex;
    gap: 50px;
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.stat {
    display: flex;
    flex-direction: column;
}
.stat-number {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 500;
    color: var(--accent);
    line-height: 1;
}
.stat-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 8px;
}

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

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}

.contact-info .section-header {
    text-align: left;
    margin: 0 0 30px;
}
.contact-info .section-eyebrow { padding-left: 45px; }

.contact-details {
    margin-top: 40px;
}
.contact-details li {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
    align-items: flex-start;
}
.contact-details li:last-child { border-bottom: none; }
.contact-details i {
    width: 48px;
    height: 48px;
    background: var(--bg-alt);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.contact-details strong {
    display: block;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-details span { font-size: 14px; color: var(--muted); }

.contact-form {
    background: var(--white);
    padding: 50px;
    border: 1px solid var(--line);
    box-shadow: 0 30px 80px rgba(26,22,18,0.06);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 24px;
}
.form-group label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 10px;
    font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    background: var(--bg);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--ink);
    transition: all 0.3s var(--ease);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
    background: var(--white);
}

.contact-form .btn { width: 100%; justify-content: center; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--ink);
    color: rgba(250,248,245,0.7);
    padding-top: 100px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 60px;
    padding-bottom: 80px;
}

.footer-brand p {
    font-size: 14px;
    margin: 24px 0 30px;
    line-height: 1.8;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.footer-logo .logo-mark { background: var(--accent); color: var(--ink); }
.footer-logo .logo-text { color: var(--bg); }

.footer-social {
    display: flex;
    gap: 14px;
}
.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(250,248,245,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg);
    transition: all 0.3s var(--ease);
    font-size: 14px;
}
.footer-social a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--ink);
}

.footer-col h4 {
    color: var(--bg);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    font-family: var(--font-display);
}

.footer-col ul li {
    margin-bottom: 14px;
}
.footer-col ul a {
    font-size: 14px;
    transition: all 0.3s var(--ease);
    display: inline-block;
}
.footer-col ul a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

.newsletter-form {
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid rgba(250,248,245,0.2);
}
.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 0;
    color: var(--bg);
    font-family: var(--font-body);
    font-size: 14px;
}
.newsletter-form input::placeholder { color: rgba(250,248,245,0.4); }
.newsletter-form input:focus { outline: none; }
.newsletter-form button {
    color: var(--accent);
    padding: 0 10px;
    font-size: 16px;
}
.newsletter-form button:hover { transform: translateX(4px); transition: transform 0.3s var(--ease); }

.footer-bottom {
    border-top: 1px solid rgba(250,248,245,0.1);
    padding: 30px 0;
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.footer-legal {
    display: flex;
    gap: 30px;
}
.footer-legal a:hover { color: var(--accent); }

/* ============================================
   MEGA MENU (Furniture dropdown)
   ============================================ */
.nav-menu .has-mega {
    position: static;
}
.nav-menu .has-mega > a .mega-caret {
    font-size: 9px;
    margin-left: 6px;
    transition: transform 0.3s var(--ease);
}
.nav-menu .has-mega:hover > a .mega-caret {
    transform: rotate(180deg);
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 30px 60px rgba(26,22,18,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s var(--ease);
    z-index: 999;
    padding: 0;
}

.nav-menu .has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 28px 30px 32px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 35px;
    min-height: auto;
}

/* ============ MEGA LEFT — Categories list ============ */
.mega-left {
    border-right: 1px solid var(--line);
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.mega-cat {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px !important;
    font-family: var(--font-body) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--ink) !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    transition: all 0.25s var(--ease);
    cursor: pointer;
    border-left: 2px solid transparent;
}
.mega-cat::after { display: none !important; }
.mega-cat i {
    font-size: 10px;
    color: var(--muted);
    transition: all 0.3s var(--ease);
}
.mega-cat:hover,
.mega-cat.active {
    background: var(--bg);
    color: var(--accent) !important;
    border-left-color: var(--accent);
    padding-left: 18px !important;
}
.mega-cat:hover i,
.mega-cat.active i {
    color: var(--accent);
    transform: translateX(3px);
}

/* ============ MEGA RIGHT — Sub-category grids ============ */
.mega-right {
    position: relative;
}

.mega-pane {
    display: none;
    animation: megaFade 0.35s var(--ease);
}
.mega-pane.active { display: block; }

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

.mega-pane-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}
.mega-pane-header h4 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--ink);
}
.mega-viewall {
    font-size: 10px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: var(--accent) !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
}
.mega-viewall::after { display: none !important; }
.mega-viewall i { font-size: 9px; transition: transform 0.3s var(--ease); }
.mega-viewall:hover i { transform: translateX(4px); }

.mega-sub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 10px;
}

.mega-sub-item {
    display: block !important;
    text-align: left;
    padding: 0 !important;
    font-family: var(--font-body) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    width: 100%;
}
.mega-sub-item::after { display: none !important; }

.mega-sub-img {
    width: 100%;
    aspect-ratio: 16/11;
    overflow: hidden;
    background: var(--bg-alt);
    margin-bottom: 6px;
    position: relative;
    display: block;
}
.mega-sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s var(--ease);
}
.mega-sub-item:hover .mega-sub-img img {
    transform: scale(1.08);
}
.mega-sub-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(184, 147, 90, 0);
    transition: background 0.3s var(--ease);
}
.mega-sub-item:hover .mega-sub-img::after {
    background: rgba(184, 147, 90, 0.12);
}

.mega-sub-name {
    display: block;
    width: 100%;
    font-size: 12px !important;
    color: var(--ink) !important;
    font-weight: 500 !important;
    transition: color 0.3s var(--ease);
    line-height: 1.3;
    padding: 4px 2px 0;
    text-align: left;
}
.mega-sub-item:hover .mega-sub-name { color: var(--accent) !important; }

/* For smaller laptops - reduce to 4 items but even smaller */
@media (max-width: 1400px) {
    .mega-inner {
        padding: 24px 25px 28px;
        grid-template-columns: 210px 1fr;
        gap: 24px;
    }
    .mega-sub-grid { gap: 12px 8px; }
    .mega-cat { font-size: 12px !important; padding: 10px 12px !important; }
}

/* Hide mega menu on mobile — we'll show inside drawer */
@media (max-width: 1100px) {
    .mega-menu { display: none; }

    /* In mobile drawer, show mega menu as collapsible */
    .nav-menu.open .has-mega > a .mega-caret {
        display: inline-block;
        float: right;
        margin-top: 8px;
    }
    .nav-menu.open .has-mega.open > a .mega-caret {
        transform: rotate(180deg);
    }
    .nav-menu.open .has-mega .mega-menu {
        display: none;
        position: static;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .nav-menu.open .has-mega.open .mega-menu {
        display: block;
    }
    .nav-menu.open .mega-inner {
        grid-template-columns: 1fr;
        padding: 10px 0 20px;
        min-height: 0;
        gap: 10px;
    }
    .nav-menu.open .mega-left {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid rgba(250,248,245,0.1);
        padding-bottom: 10px;
    }
    .nav-menu.open .mega-cat {
        color: rgba(250,248,245,0.7) !important;
        padding: 10px 0 !important;
        font-size: 13px !important;
        border: none;
    }
    .nav-menu.open .mega-cat:hover,
    .nav-menu.open .mega-cat.active {
        background: transparent;
        color: var(--accent) !important;
        padding-left: 10px !important;
    }
    .nav-menu.open .mega-right { min-height: 0; }
    .nav-menu.open .mega-pane-header h4 { font-size: 18px; color: var(--bg); }
    .nav-menu.open .mega-pane-header { border-color: rgba(250,248,245,0.1); margin-bottom: 16px; padding-bottom: 12px; }
    .nav-menu.open .mega-sub-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .nav-menu.open .mega-sub-name { color: var(--bg) !important; font-size: 12px !important; }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
    :root { --section-py: 90px; }
    .nav-menu { display: none; }
    .mobile-toggle { display: block; }
    .collections-grid { grid-template-columns: 1fr; gap: 30px; }
    .about-grid { grid-template-columns: 1fr; gap: 60px; }
    .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
    .header-top-links { display: none; }

    /* Mobile menu drawer */
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 380px;
        height: 100vh;
        background: var(--ink);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 80px 50px;
        gap: 0;
        z-index: 999;
        transition: right 0.5s var(--ease);
        box-shadow: -20px 0 60px rgba(0,0,0,0.2);
    }
    .nav-menu.open {
        display: flex !important;
        right: 0;
    }
    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(250,248,245,0.1);
    }
    .nav-menu li:last-child { border-bottom: none; }
    .nav-menu a {
        display: block;
        padding: 22px 0;
        color: var(--bg) !important;
        font-size: 16px;
        font-family: var(--font-display);
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: none;
    }
    .nav-menu a:hover,
    .nav-menu a.active { color: var(--accent) !important; }
    .nav-menu a::after { display: none; }

    /* Overlay when menu open */
    body.menu-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 998;
        animation: fadeIn 0.4s var(--ease);
    }
    body.menu-open { overflow: hidden; }

    .mobile-toggle {
        z-index: 1001;
        position: relative;
        color: var(--ink);
        font-size: 20px;
    }
    .mobile-toggle.active { color: var(--bg); }
}

@media (max-width: 768px) {
    :root { --section-py: 70px; }
    .container { padding: 0 20px; }
    .section-header { margin-bottom: 50px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form { padding: 30px 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 50px; }
    .footer-bottom-inner { flex-direction: column; gap: 15px; text-align: center; }
    .footer-legal { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .about-stats { gap: 25px; flex-wrap: wrap; }
    .stat-number { font-size: 32px; }
    .header-icons a:not(.cart-icon):not(.mobile-toggle) { display: none; }
    .header-icons { gap: 14px; }

    /* Section title smaller on mobile */
    .section-title { font-size: 2rem !important; }
    .section-header { margin-bottom: 40px; }

    /* Vault tabs scroll horizontally on mobile */
    .vault-tabs {
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .vault-tabs::-webkit-scrollbar { display: none; }
    .vault-tab {
        padding: 16px 22px;
        font-size: 11px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* About section tighter */
    .about-images { height: 460px; }
    .about-badge {
        width: 110px;
        height: 110px;
        right: 10px;
    }
    .badge-number { font-size: 32px; }
    .about-lead { font-size: 18px; }

    /* Header top bar hide on very small */
    .header-top { display: none; }

    /* Owl nav buttons smaller on mobile */
    .categories-carousel .owl-nav button,
    .vault-carousel .owl-nav button {
        width: 42px !important;
        height: 42px !important;
        font-size: 13px !important;
    }
    .categories-carousel .owl-nav .owl-prev,
    .vault-carousel .owl-nav .owl-prev { margin-left: -10px !important; }
    .categories-carousel .owl-nav .owl-next,
    .vault-carousel .owl-nav .owl-next { margin-right: -10px !important; }
}

@media (max-width: 480px) {
    .contact-form { padding: 24px 18px; }
    .hero-title { font-size: 2.3rem !important; }
    .hero-content { padding-left: 0; }
}
