/* ================================================
   DECOR PAGE — Maison Noir
   Cinematic Showcase · Tabbed Gallery
   ================================================ */

/* ============ COMMON ============ */
.dc-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 14px;
}

.dc-section-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    color: var(--ink);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.dc-section-sub {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}


/* ================================================
   1. FEATURED SHOWCASE — Cinematic Hero
   ================================================ */
.dc-featured {
    background: var(--bg);
    padding-top: 120px;
}

.dc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    padding-bottom: 32px;
    font-weight: 500;
}
.dc-breadcrumb a {
    color: var(--muted);
    transition: color 0.3s var(--ease);
    text-decoration: none;
}
.dc-breadcrumb a:hover { color: var(--accent); }
.dc-breadcrumb .bc-sep { color: var(--line); }
.dc-breadcrumb .bc-current { color: var(--ink); }

.dc-feature-stage {
    position: relative;
    min-height: 680px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.dc-feature-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg,
            rgba(15,12,10,0.85) 0%,
            rgba(15,12,10,0.55) 35%,
            rgba(15,12,10,0.15) 60%,
            rgba(15,12,10,0.5) 100%
        );
    z-index: 1;
}

/* Vertical side label */
.dc-side-label {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    z-index: 2;
    white-space: nowrap;
}

.dc-feature-stage .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.dc-feature-content {
    max-width: 720px;
    margin-left: auto;
    text-align: right;
    color: var(--white);
    padding: 80px 0;
}

.dc-feature-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 22px;
    padding-right: 50px;
    position: relative;
}
.dc-feature-eyebrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background: var(--accent);
}

.dc-feature-title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 28px;
    letter-spacing: -0.02em;
    color: var(--white);
}

.dc-feature-desc {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,0.85);
    margin-bottom: 38px;
    max-width: 600px;
    margin-left: auto;
}

.dc-feature-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 36px;
    flex-wrap: wrap;
}

.dc-feature-price {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 26px;
    font-weight: 500;
    color: var(--accent);
}

.dc-feature-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 38px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s var(--ease);
    cursor: pointer;
}
.dc-feature-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--ink);
    gap: 18px;
}

/* Scroll cue */
.dc-scroll-cue {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2;
}
.dc-scroll-cue span {
    font-size: 9px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}
.dc-scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, var(--accent) 0%, transparent 100%);
    position: relative;
    overflow: hidden;
}
.dc-scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: var(--white);
    animation: scrollLine 2.2s ease-in-out infinite;
}
@keyframes scrollLine {
    0%   { transform: translateY(-100%); opacity: 0; }
    25%  { opacity: 1; }
    100% { transform: translateY(220%); opacity: 0; }
}


/* ================================================
   2. TABS SECTION — Premium Tabbed Gallery
   ================================================ */
.dc-tabs-section {
    padding: 110px 0 130px;
    background:
        linear-gradient(180deg, #fbf8f3 0%, #f5efe6 100%);
    position: relative;
    overflow: hidden;
}

.dc-tabs-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,147,90,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.dc-tabs-section .container { position: relative; z-index: 1; }

.dc-tabs-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

/* Tab Buttons */
.dc-tab-nav {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(184,147,90,0.25);
}

.dc-tab-btn {
    position: relative;
    background: none;
    border: none;
    padding: 22px 48px 26px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s var(--ease);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.dc-tab-label {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: -0.01em;
    transition: color 0.3s var(--ease);
}

.dc-tab-tagline {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 12px;
    color: transparent;
    letter-spacing: 0.04em;
    transition: color 0.3s var(--ease);
    height: 16px;
}

.dc-tab-btn:hover .dc-tab-label { color: var(--ink); }

.dc-tab-btn.active .dc-tab-label { color: var(--ink); }
.dc-tab-btn.active .dc-tab-tagline { color: var(--accent); }

/* Animated underline indicator */
.dc-tab-indicator {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: var(--accent);
    transition: all 0.45s var(--ease);
    pointer-events: none;
}

/* ============ TAB PANES ============ */
.dc-tab-pane {
    display: none;
    animation: fadeUp 0.5s var(--ease);
}
.dc-tab-pane.active { display: block; }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Products grid */
.dc-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 36px;
}

/* Product card */
.dc-product {
    background: var(--white);
    transition: all 0.4s var(--ease);
    box-shadow: 0 2px 12px rgba(26,22,18,0.04);
}
.dc-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(26,22,18,0.12);
}

.dc-product-img {
    display: block;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f5efe6 0%, #ebe2d0 100%);
    text-decoration: none;
}
.dc-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s var(--ease);
}
.dc-product:hover .dc-product-img img { transform: scale(1.07); }

/* Add to cart - slides up */
.dc-add-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: var(--ink);
    color: var(--accent);
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transform: translateY(100%);
    transition: all 0.4s var(--ease);
    z-index: 3;
}
.dc-add-cart i { font-size: 12px; }
.dc-product:hover .dc-add-cart { transform: translateY(0); }
.dc-add-cart:hover { background: var(--accent); color: var(--white); }

.dc-product-info {
    padding: 22px 18px 26px;
    text-align: center;
}

.dc-product-name {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 8px;
    line-height: 1.3;
}
.dc-product-name a {
    color: var(--ink);
    text-decoration: none;
    transition: color 0.3s var(--ease);
}
.dc-product-name a:hover { color: var(--accent); }

.dc-product-price {
    display: inline-block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    color: var(--accent);
}

/* View all button */
.dc-view-all-wrap {
    text-align: center;
    margin-top: 70px;
}

.dc-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 42px;
    background: transparent;
    border: 1px solid var(--ink);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s var(--ease);
    cursor: pointer;
}
.dc-view-all-btn:hover {
    background: var(--ink);
    color: var(--accent);
    gap: 18px;
}


/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1100px) {
    .dc-feature-content { padding: 60px 0; }
    .dc-products-grid { gap: 40px 28px; }
}

@media (max-width: 900px) {
    .dc-feature-stage { min-height: 580px; }
    .dc-side-label { display: none; }

    .dc-feature-content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .dc-feature-desc { margin-left: auto; margin-right: auto; }
    .dc-feature-actions { justify-content: center; }
    .dc-feature-eyebrow { padding-right: 0; padding-left: 50px; }
    .dc-feature-eyebrow::after { right: auto; left: 0; }

    .dc-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dc-tab-btn { padding: 18px 32px 22px; }
    .dc-tab-label { font-size: 22px; }
}

@media (max-width: 768px) {
    .dc-featured { padding-top: 100px; }
    .dc-breadcrumb { padding-bottom: 24px; }

    .dc-feature-stage { min-height: 520px; }
    .dc-feature-content { padding: 50px 0; }
    .dc-feature-desc { font-size: 14.5px; margin-bottom: 28px; }

    .dc-feature-actions { flex-direction: column; gap: 22px; align-items: stretch; }
    .dc-feature-price { text-align: center; font-size: 22px; }
    .dc-feature-btn { justify-content: center; padding: 16px 30px; }

    .dc-scroll-cue { display: none; }

    .dc-tabs-section { padding: 80px 0 100px; }
    .dc-tabs-head { margin-bottom: 40px; }
    .dc-section-sub { font-size: 14px; }

    .dc-tab-nav { gap: 0; }
    .dc-tab-btn { padding: 16px 22px 22px; flex: 1; }
    .dc-tab-label { font-size: 18px; }
    .dc-tab-tagline { font-size: 10.5px; height: 14px; }

    .dc-products-grid { gap: 30px 18px; }
    .dc-product-name { font-size: 15px; }
    .dc-product-price { font-size: 14px; }
    .dc-add-cart { padding: 13px 14px; font-size: 10px; transform: translateY(0); /* always visible on mobile */ }

    .dc-view-all-wrap { margin-top: 50px; }
    .dc-view-all-btn { padding: 16px 28px; font-size: 10px; width: 100%; justify-content: center; max-width: 380px; }
}

@media (max-width: 480px) {
    .dc-feature-title { font-size: 2.2rem; }
    .dc-feature-eyebrow { font-size: 10px; letter-spacing: 0.3em; padding-left: 36px; }
    .dc-feature-eyebrow::after { width: 28px; }

    .dc-products-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .dc-tab-label { font-size: 16px; }
    .dc-tab-tagline { display: none; }
    .dc-tab-btn { padding: 16px 14px; }
}