/* Naqsheen — store UI (gold English labels, pure white surfaces) */

:root {
    --white: #ffffff;
    --ink: #1a1a1a;
    --ink-soft: rgba(26, 26, 26, 0.58);
    --line: rgba(0, 0, 0, 0.04);
    --line-hover: rgba(0, 0, 0, 0.08);
    --gold: #9a7d4f;
    --gold-deep: #826842;
    --gold-soft: #b09462;
    --shadow-rest: 0 10px 25px -18px rgba(0, 0, 0, 0.22);
    --shadow-lift: 0 20px 35px -18px rgba(0, 0, 0, 0.20);
}

body.studio-shell,
body.studio-shell .scroll-container,
body.studio-shell .store-section,
body.studio-shell .categories-stream,
body.studio-shell .site-header,
body.studio-shell .footer-area {
    background: #ffffff !important;
    border-color: var(--line) !important;
}

body.studio-shell {
    color: var(--ink);
}

/* --- Menu (all pages) --- */
body.studio-shell #menu-overlay {
    background: rgba(255, 255, 255, 0.98) !important;
}

body.studio-shell .menu-link-box {
    background: #ffffff !important;
    border: 1px solid var(--line) !important;
    box-shadow: var(--shadow-rest) !important;
}

body.studio-shell .menu-link-box:hover {
    border-color: var(--line-hover) !important;
    box-shadow: var(--shadow-lift) !important;
}

body.studio-shell .menu-en {
    color: var(--gold) !important;
}

body.studio-shell .menu-fa {
    color: var(--ink) !important;
}

/* --- Store categories --- */
body.studio-shell .store-featured {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 0.15rem;
}

body.studio-shell .store-intro-en {
    font-family: 'Mont', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    text-align: center;
    color: var(--gold-soft);
    padding-bottom: 0.1rem;
}

body.studio-shell .categories-stream {
    gap: 1rem !important;
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
}

body.studio-shell .tagline-card {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg, #ffffff 0%, #f5f3ef 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    text-align: center;
    box-shadow: 0 10px 25px -18px rgba(0, 0, 0, 0.22) !important;
    direction: rtl;
}

body.studio-shell .tagline-text {
    font-family: 'Kalameh', sans-serif;
    font-size: 1.12rem;
    line-height: 1.85;
    color: var(--ink);
    direction: rtl;
    text-align: center;
    margin: 0;
}

body.studio-shell .tagline-line {
    display: block;
}

@media (max-width: 480px) {
    body.studio-shell .tagline-card {
        padding: 1.35rem 1.1rem;
    }

    body.studio-shell .tagline-text {
        font-size: 1.05rem;
        line-height: 1.9;
    }
}

body.studio-shell .categories-stream .card-fa {
    font-size: 1.28rem !important;
}

body.studio-shell .categories-stream .card-en {
    font-size: 0.95rem !important;
}

body.studio-shell .category-card:not(.category-card--curated) {
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    border-radius: 16px !important;
    padding: 1.2rem 1.1rem !important;
    box-shadow: var(--shadow-rest) !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

body.studio-shell .category-card:not(.category-card--curated):hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-lift) !important;
    border-color: var(--line-hover) !important;
}

body.studio-shell .card-topline {
    font-family: 'Mont', sans-serif !important;
    letter-spacing: 0.22em !important;
    font-size: 0.62rem !important;
    color: var(--gold-soft) !important;
    text-transform: uppercase !important;
    margin-bottom: 0.55rem !important;
}

body.studio-shell .card-fa {
    font-size: 1.28rem !important;
    color: var(--ink) !important;
    line-height: 1.4 !important;
}

body.studio-shell .card-en {
    font-family: 'Mont', sans-serif !important;
    font-style: italic !important;
    font-weight: 200 !important;
    letter-spacing: 0.04em !important;
    font-size: 0.88rem !important;
    color: var(--gold) !important;
    text-align: right !important;
}

body.studio-shell a.category-card.category-card--curated {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f2ea 0%, #fffefb 48%, #f2ebe3 100%) !important;
    border: 1px solid rgba(154, 125, 79, 0.22) !important;
    border-radius: 16px !important;
    box-shadow:
        0 12px 30px -16px rgba(130, 104, 66, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    padding: 1.3rem 1.15rem 1.3rem 1.55rem !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

body.studio-shell a.category-card.category-card--curated::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--gold-soft), var(--gold-deep));
}

body.studio-shell a.category-card.category-card--curated:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(154, 125, 79, 0.32) !important;
    background: linear-gradient(135deg, #f3ece2 0%, #ffffff 50%, #eee6dc 100%) !important;
    box-shadow:
        0 16px 36px -14px rgba(130, 104, 66, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
}

body.studio-shell a.category-card.category-card--curated .card-title-en {
    color: var(--gold-deep);
    font-weight: 200;
}

body.studio-shell .card-title-en {
    font-family: 'Mont', sans-serif;
    font-weight: 200;
    font-size: 1.45rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-deep);
    line-height: 1.25;
    text-align: center;
}

body.studio-shell .categories-divider-line {
    background: var(--line);
}

body.studio-shell .categories-divider-label {
    font-family: 'Mont', sans-serif;
    font-size: 0.54rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-soft);
    white-space: nowrap;
}

/* --- Store gallery --- */
body.studio-shell .category-header,
body.studio-shell .store-top-msg {
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    box-shadow: var(--shadow-rest) !important;
}

body.studio-shell .category-en {
    font-family: 'Mont', sans-serif !important;
    font-style: italic !important;
    font-weight: 200 !important;
    letter-spacing: 0.06em !important;
    font-size: 0.88rem !important;
    color: var(--gold) !important;
}

body.studio-shell .dot.active {
    background-color: var(--gold) !important;
}
