/* consolidated */

/* ===== mobile-homepage ===== */
/* ============================================================
   EGYPTIQUE — Homepage mobile fixes (≤ 575px)
   v2 — selectors enumerated explicitly to avoid [class*="_h"]
        matching Porto's `_heading` wrapper class.
   ============================================================ */

/* --------- HERO ---------------------------------------------- */
/* Dark left-to-right gradient so left-aligned text reads over
   the Anubis statue. Mobile-only. */
@media (max-width: 767px) {
    .vc_custom_egy_home_hero {
        position: relative;
        isolation: isolate;
    }
    .vc_custom_egy_home_hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.70) 35%,
            rgba(0,0,0,0.35) 65%,
            rgba(0,0,0,0)    100%);
        pointer-events: none;
        z-index: 0;
    }
    .vc_custom_egy_home_hero > * { position: relative; z-index: 1; }
}

@media (max-width: 575px) {
    .vc_custom_egy_home_hero_h,
    .vc_custom_egy_home_hero_h h1,
    .vc_custom_egy_home_hero_h .vc_custom_heading,
    h1.vc_custom_egy_home_hero_h {
        font-size: clamp(2.1rem, 8.5vw, 2.7rem) !important;
        line-height: 1.05 !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        padding-right: 4px !important;
    }
    .vc_custom_egy_home_hero_col { padding: 1.5rem 1rem !important; }
    .vc_custom_egy_home_hero_p,
    .vc_custom_egy_home_hero_p .vc_custom_heading {
        font-size: 0.95rem !important;
        line-height: 1.55 !important;
    }
}

/* --------- INTRO ("Discover Egypt's living heritage") ------- */
@media (max-width: 575px) {
    .vc_custom_egy_home_intro { padding: 2.5rem 0 !important; }
    .vc_custom_egy_home_intro_h,
    .vc_custom_egy_home_intro_h h2,
    .vc_custom_egy_home_intro_h .vc_custom_heading {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
    }
    .vc_custom_egy_home_intro_p,
    .vc_custom_egy_home_intro_p .vc_custom_heading {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
}

/* --------- SECTION HEADINGS (sec1..sec4) -------------------- */
/* Explicit selectors — [class*="_h"] would also match `_heading`. */
@media (max-width: 575px) {
    .vc_custom_egy_home_sec1_h,
    .vc_custom_egy_home_sec2_h,
    .vc_custom_egy_home_sec3_h,
    .vc_custom_egy_home_sec4_h,
    .vc_custom_egy_home_sec1_h h2,
    .vc_custom_egy_home_sec2_h h2,
    .vc_custom_egy_home_sec3_h h2,
    .vc_custom_egy_home_sec4_h h2 {
        font-size: 1.65rem !important;
        line-height: 1.15 !important;
        margin: 0.4rem 0 0.4rem !important;
    }
    .vc_custom_egy_home_sec1_p,
    .vc_custom_egy_home_sec2_p,
    .vc_custom_egy_home_sec3_p,
    .vc_custom_egy_home_sec4_p,
    .vc_custom_egy_home_sec1_p .vc_custom_heading,
    .vc_custom_egy_home_sec2_p .vc_custom_heading,
    .vc_custom_egy_home_sec3_p .vc_custom_heading,
    .vc_custom_egy_home_sec4_p .vc_custom_heading {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    .vc_custom_egy_home_sec1_eyebrow,
    .vc_custom_egy_home_sec2_eyebrow,
    .vc_custom_egy_home_sec3_eyebrow,
    .vc_custom_egy_home_sec4_eyebrow {
        font-size: 11px !important;
        letter-spacing: 0.22em !important;
    }
    .vc_custom_egy_home_sec1,
    .vc_custom_egy_home_sec2,
    .vc_custom_egy_home_sec3,
    .vc_custom_egy_home_sec4 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .vc_custom_egy_home_sec1_text,
    .vc_custom_egy_home_sec2_text,
    .vc_custom_egy_home_sec3_text,
    .vc_custom_egy_home_sec4_text {
        padding-bottom: 1.2rem !important;
    }
}

/* --------- COLUMN ORDER FIX (sec2 + sec4) ------------------- */
/* sec2 (Royalty) and sec4 (Home Decor) put products first then text
   in source order. Reverse on stacked layout so heading reads first. */
@media (max-width: 991px) {
    .vc_custom_egy_home_sec2 > .porto-wrap-container > .row,
    .vc_custom_egy_home_sec4 > .porto-wrap-container > .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}

/* --------- TUTANKHAMUN BUST SECTION ------------------------- */
@media (max-width: 767px) {
    .vc_custom_egy_home_tut {
        position: relative;
        isolation: isolate;
    }
    .vc_custom_egy_home_tut::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.78) 50%,
            rgba(0,0,0,0.88) 100%);
        pointer-events: none;
        z-index: 0;
    }
    .vc_custom_egy_home_tut > * { position: relative; z-index: 1; }
}
@media (max-width: 575px) {
    .vc_custom_egy_home_tut_h,
    .vc_custom_egy_home_tut_h h2,
    .vc_custom_egy_home_tut_h .vc_custom_heading {
        font-size: 1.65rem !important;
        line-height: 1.2 !important;
    }
    .vc_custom_egy_home_tut_p,
    .vc_custom_egy_home_tut_p .vc_custom_heading {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    .vc_custom_egy_home_tut_eyebrow {
        font-size: 11px !important;
        letter-spacing: 0.22em !important;
    }
}

/* --------- PRODUCT CARD CATEGORY LABEL (don't truncate) ----- */
@media (max-width: 575px) {
    .products .product .category-list,
    .products .product .product-loop-categories,
    .products .product .product-cats,
    .products .product .product-content .category-list a {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
        letter-spacing: 0.1em !important;
    }
    .products .product .product-content,
    .products .product .product-content-bottom {
        padding: 0.6rem 0.75rem !important;
    }
    /* PRODUCT TITLE: allow up to 2 lines instead of single-line ellipsis. */
    .products .product h3.woocommerce-loop-product__title,
    .products .product .woocommerce-loop-product__title,
    ul.products li.product h3 {
        white-space: normal !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        line-clamp: 2 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.25 !important;
        min-height: 2.5em !important;
    }
}

/* --------- FOOTER "Get 10% OFF" SIGNUP --------------------- */
.wpb_custom_23295d0553c81b3d37366954ed24cb2f input[type="email"],
.wpb_custom_23295d0553c81b3d37366954ed24cb2f input[type="text"],
.wpb_custom_23295d0553c81b3d37366954ed24cb2f input[type="tel"] {
    background-color: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(201,169,97,0.55) !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 12px 18px !important;
    width: 100% !important;
}
.wpb_custom_23295d0553c81b3d37366954ed24cb2f input[type="email"]::placeholder,
.wpb_custom_23295d0553c81b3d37366954ed24cb2f input[type="text"]::placeholder {
    color: rgba(255,255,255,0.55) !important;
}
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button[type="submit"],
.wpb_custom_23295d0553c81b3d37366954ed24cb2f input[type="submit"],
.wpb_custom_23295d0553c81b3d37366954ed24cb2f .wpforms-container button[type="submit"] {
    background: #c9a961 !important;
    color: #111 !important;
    border: none !important;
    border-radius: 4px !important;
}
/* Form is actually `<form>…<div class="d-flex">input + button</div>…</form>`.
   Stack the inner d-flex column on mobile. */
@media (max-width: 575px) {
    .wpb_custom_23295d0553c81b3d37366954ed24cb2f form .d-flex,
    .wpb_custom_23295d0553c81b3d37366954ed24cb2f form.wpcf7-form .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .wpb_custom_23295d0553c81b3d37366954ed24cb2f .wysija-paragraph {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .wpb_custom_23295d0553c81b3d37366954ed24cb2f button[type="submit"],
    .wpb_custom_23295d0553c81b3d37366954ed24cb2f button.btn {
        width: 100% !important;
        font-size: 13px !important;
        padding: 12px 18px !important;
    }
}
/* SUBSCRIBE button: override Porto's .btn-dark to gold + dark text on all sizes.
   Porto's CSS sets <span> color to light, which overrides the button's color
   and makes the text invisible — also force the span color. */
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button.btn.btn-dark,
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button[type="submit"].btn-dark {
    background-color: #c9a961 !important;
    background-image: none !important;
    border-color: #c9a961 !important;
    color: #111 !important;
    opacity: 1 !important;
}
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button.btn.btn-dark > span,
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button[type="submit"].btn-dark > span,
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button.btn span {
    color: #111 !important;
}
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button.btn.btn-dark:hover,
.wpb_custom_23295d0553c81b3d37366954ed24cb2f button[type="submit"].btn-dark:hover {
    background-color: #b4944c !important;
    border-color: #b4944c !important;
    color: #111 !important;
}

/* --------- FOOTER LOGO size ---------------------------------- */
@media (max-width: 575px) {
    .vc_custom_egy_footer_logo img,
    #footer .vc_custom_egy_footer_logo img {
        max-width: 200px !important;
        height: auto !important;
    }
}

/* ===== home-v2 ===== */
/* ============================================================
   EGYPTIQUE — Homepage v2 (matching offline showcase design)
   All selectors are .ev-* / .egyptique-v2 scoped to keep
   the rest of the site (Porto + WooCommerce) unaffected.
   ============================================================ */

.egyptique-v2 {
    /* surfaces */
    --basalt:    #1a1611;
    --basalt-2:  #241e17;
    --ink:       #2a241c;
    --alabaster: #f4eee2;
    --papyrus:   #ece3d2;
    --papyrus-2: #e3d8c2;

    /* accents */
    --bronze:    #b1843f;
    --bronze-lt: #cda767;
    --bronze-dk: #8a6630;

    /* ink / text */
    --granite:   #6c6557;
    --granite-lt:#a79e8d;
    --cream-dim: #c4b9a3;
    --line:      #d8cdb8;
    --line-dk:   rgba(205,167,103,0.22);

    --maxw: 1440px;
    --gut:  clamp(20px, 5vw, 72px);

    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    --mono:  'Space Mono', ui-monospace, monospace;

    background: var(--alabaster);
    color: var(--basalt);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.egyptique-v2 *,
.egyptique-v2 *::before,
.egyptique-v2 *::after { box-sizing: border-box; }
.egyptique-v2 img { max-width: 100%; display: block; }
.egyptique-v2 a { color: inherit; text-decoration: none; }
.egyptique-v2 button { font-family: inherit; cursor: pointer; }

/* ---------- shared type ---------- */
.egyptique-v2 .ev-eyebrow {
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--bronze);
    display: inline-block;
}
.egyptique-v2 h1,
.egyptique-v2 h2,
.egyptique-v2 h3,
.egyptique-v2 h4 {
    font-family: var(--serif);
    font-weight: 500;
    margin: 0;
    line-height: 1.04;
    letter-spacing: -.01em;
    color: var(--basalt) !important;  /* dark on cream sections */
}
.egyptique-v2 p { color: var(--basalt); }
.egyptique-v2 .ev-intro .meta div .n,
.egyptique-v2 .ev-intro h2,
.egyptique-v2 .ev-collection h2,
.egyptique-v2 .ev-collection .card .name,
.egyptique-v2 .ev-collection .card .name a,
.egyptique-v2 .ev-collection .card .price,
.egyptique-v2 .ev-collection .card .price bdi,
.egyptique-v2 .ev-collection .card .price .amount,
.egyptique-v2 .ev-collection .card .price .woocommerce-Price-amount,
.egyptique-v2 .ev-collection .card .price .woocommerce-Price-currencySymbol,
.egyptique-v2 .ev-collection .card .price span,
.egyptique-v2 .ev-collection .card .body a,
.egyptique-v2 .ev-custom h2,
.egyptique-v2 .ev-feature.ev-light h2 {
    color: var(--basalt) !important;
}
.egyptique-v2 .ev-intro .meta div .l { color: var(--granite) !important; }
.egyptique-v2 .ev-collection p { color: var(--granite) !important; }
.egyptique-v2 .ev-custom .ev-lede,
.egyptique-v2 .ev-feature.ev-light .ev-lede { color: var(--granite) !important; }
.egyptique-v2 .ev-intro p,
.egyptique-v2 .ev-intro .ev-lede { color: var(--granite) !important; }

/* Dark-section headings & body stay light */
.egyptique-v2 .ev-hero h1,
.egyptique-v2 .ev-hero h2,
.egyptique-v2 .ev-feature.ev-dark h2,
.egyptique-v2 .ev-why h2,
.egyptique-v2 .ev-why-cell h3 {
    color: #fff !important;
}
.egyptique-v2 .ev-hero p { color: var(--cream-dim) !important; }
.egyptique-v2 .ev-hero .ev-stat .n { color: #fff !important; }
.egyptique-v2 .ev-hero .ev-stat .l { color: var(--granite-lt) !important; }
.egyptique-v2 .ev-feature.ev-dark .ev-lede { color: var(--cream-dim) !important; }
.egyptique-v2 .ev-why-cell p { color: var(--cream-dim) !important; }
.egyptique-v2 .ev-news h2 { color: #231a0c !important; }
.egyptique-v2 .ev-news p  { color: #4d3a1a !important; }
.egyptique-v2 .ev-display { font-size: clamp(2.8rem, 7vw, 6.2rem); }
.egyptique-v2 .ev-h-sec   { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
.egyptique-v2 .ev-lede    { font-size: clamp(1.05rem, 1.4vw, 1.32rem); color: var(--granite); line-height: 1.65; max-width: 62ch; }

.egyptique-v2 .ev-wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.egyptique-v2 section  { position: relative; }

/* ---------- buttons ---------- */
.egyptique-v2 .ev-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sans);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 15px 26px;
    border: 1px solid transparent;
    transition: .22s;
    white-space: nowrap;
    border-radius: 0;
}
.egyptique-v2 .ev-btn .arr { transition: transform .22s; }
.egyptique-v2 .ev-btn:hover .arr { transform: translateX(4px); }
.egyptique-v2 .ev-btn-gold      { background: var(--bronze); color: #1a1611; }
.egyptique-v2 .ev-btn-gold:hover{ background: var(--bronze-lt); color: #1a1611; }
.egyptique-v2 .ev-btn-out       { border-color: currentColor; color: inherit; background: transparent; }
.egyptique-v2 .ev-btn-out:hover { background: var(--bronze); border-color: var(--bronze); color: #1a1611; }

.egyptique-v2 .ev-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--bronze-dk);
    white-space: nowrap;
}
.egyptique-v2 .ev-link-arrow .arr { transition: transform .2s; }
.egyptique-v2 .ev-link-arrow:hover .arr { transform: translateX(5px); }
.egyptique-v2 .ev-link-arrow--light { color: var(--bronze-lt); }

/* =================== HERO =================== */
.egyptique-v2 .ev-hero { background: var(--basalt); color: var(--alabaster); overflow: hidden; }
.egyptique-v2 .ev-hero .ev-wrap {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
    padding-top: clamp(40px, 7vw, 90px);
    padding-bottom: clamp(40px, 7vw, 90px);
}
.egyptique-v2 .ev-hero .ev-eyebrow { color: var(--bronze-lt); }
.egyptique-v2 .ev-hero h1 { color: #fff; margin: 18px 0 22px; line-height: 1.06; }
.egyptique-v2 .ev-hero h1 em { color: var(--bronze-lt); font-style: italic; }
.egyptique-v2 .ev-hero p { color: var(--cream-dim); font-size: 1.12rem; max-width: 46ch; }
.egyptique-v2 .ev-cta-row { display: flex; align-items: center; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.egyptique-v2 .ev-hero .ev-stat { display: flex; gap: 26px; margin-top: 46px; }
.egyptique-v2 .ev-hero .ev-stat .n { font-family: var(--serif); font-size: 2.1rem; color: #fff; line-height: 1; }
.egyptique-v2 .ev-hero .ev-stat .l { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--granite-lt); margin-top: 7px; }

.egyptique-v2 .ev-hero-art {
    position: relative;
    aspect-ratio: 4/5;
    border: 1px solid var(--line-dk);
    overflow: hidden;
    background:
        repeating-linear-gradient(135deg, rgba(205,167,103,.10) 0 2px, transparent 2px 11px),
        linear-gradient(150deg, #221c15, #2c241a);
}
.egyptique-v2 .ev-hero-art__bg {
    position: absolute; inset: 0;
    background-image: url('https://egyptique.co/wp-content/uploads/2026/04/image_03-69e775f4b1a3e-scaled.jpg');
    background-size: cover;
    background-position: center;
    opacity: 1;
}
.egyptique-v2 .ev-tag {
    position: absolute;
    left: -1px; bottom: 26px;
    background: var(--bronze);
    color: #1a1611;
    font-family: var(--mono);
    font-size: .68rem;
    letter-spacing: .04em;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
}

/* =================== INTRO =================== */
.egyptique-v2 .ev-intro .ev-wrap {
    padding-block: clamp(56px, 8vw, 108px);
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    align-items: end;
}
.egyptique-v2 .ev-intro h2 { font-size: clamp(2rem, 3.4vw, 3rem); margin-top: 16px; }
.egyptique-v2 .ev-intro .col-r { display: flex; flex-direction: column; gap: 22px; }
.egyptique-v2 .ev-intro .meta {
    display: flex;
    gap: 40px;
    border-top: 1px solid var(--line);
    padding-top: 22px;
    flex-wrap: wrap;
}
.egyptique-v2 .ev-intro .meta div .n { font-family: var(--serif); font-size: 1.9rem; line-height: 1.1; }
.egyptique-v2 .ev-intro .meta div .l { font-size: .74rem; color: var(--granite); letter-spacing: .06em; margin-top: 4px; }

/* =================== COLLECTION (product rails) =================== */
.egyptique-v2 .ev-collection { padding-block: clamp(46px, 6vw, 82px); border-top: 1px solid var(--line); }
.egyptique-v2 .ev-collection.ev-alt { background: var(--papyrus); }
.egyptique-v2 .ev-sec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}
.egyptique-v2 .ev-sec-head .lhs { max-width: 60ch; }
.egyptique-v2 .ev-sec-head .ev-eyebrow { margin-bottom: 14px; display: block; }
.egyptique-v2 .ev-sec-head p { color: var(--granite); margin: 14px 0 0; }
.egyptique-v2 .ev-sec-head .controls { display: flex; gap: 10px; align-items: center; }

.egyptique-v2 .ev-round-btn {
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: transparent;
    display: grid; place-items: center;
    color: var(--ink);
    transition: .2s;
    font-size: 16px;
}
.egyptique-v2 .ev-round-btn:hover { background: var(--basalt); border-color: var(--basalt); color: var(--bronze-lt); }

/* product rail */
.egyptique-v2 .ev-rail {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none;
}
.egyptique-v2 .ev-rail::-webkit-scrollbar { display: none; }

.egyptique-v2 .card {
    flex: 0 0 clamp(230px, 25vw, 290px);
    scroll-snap-align: start;
    background: transparent !important;
    border: none !important;
}
.egyptique-v2 .card .frame {
    position: relative;
    aspect-ratio: 3/3.6;
    background: var(--alabaster);
    border: 1px solid var(--line);
    overflow: hidden;
    display: block;
}
.egyptique-v2 .ev-collection.ev-alt .card .frame { background: #f3ebda; }
.egyptique-v2 .card .frame img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.egyptique-v2 .card:hover .frame img { transform: scale(1.04); }
.egyptique-v2 .card .frame .ph { position: absolute; inset: 0; }
.egyptique-v2 .card .cat {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    background: rgba(26,22,17,.82);
    color: var(--bronze-lt);
    font-size: .6rem; font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 5px 9px;
}
.egyptique-v2 .card .body {
    padding: 16px 2px 0 !important;
    background: transparent !important;
    color: var(--basalt) !important;
}
.egyptique-v2 .card .name {
    font-family: var(--serif);
    font-size: 1.16rem;
    line-height: 1.2;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
    color: var(--basalt);
}
.egyptique-v2 .card .name a { color: inherit; }
.egyptique-v2 .card .name a:hover { color: var(--bronze-dk); }
.egyptique-v2 .card .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.egyptique-v2 .card .price { font-weight: 600; font-size: 1rem; color: var(--basalt); }
.egyptique-v2 .card .price ins,
.egyptique-v2 .card .price del { text-decoration: none; }
.egyptique-v2 .card .price del { opacity: .5; margin-right: 4px; }
.egyptique-v2 .card .stars { color: var(--bronze-lt); font-size: .8rem; letter-spacing: 2px; }

/* =================== FEATURE BANDS (Royalty / Decor / Tut) =================== */
.egyptique-v2 .ev-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: min(76vh, 640px);
}
.egyptique-v2 .ev-feature.ev-flip .ev-fig { order: 2; }
.egyptique-v2 .ev-feature .ev-fig {
    position: relative;
    background:
        repeating-linear-gradient(135deg, rgba(138,102,48,.07) 0 2px, transparent 2px 11px),
        linear-gradient(150deg, var(--papyrus), var(--papyrus-2));
    overflow: hidden;
}
.egyptique-v2 .ev-feature.ev-dark .ev-fig {
    background:
        repeating-linear-gradient(135deg, rgba(205,167,103,.10) 0 2px, transparent 2px 11px),
        linear-gradient(150deg, #221c15, #2c241a);
}
.egyptique-v2 .ev-feature .ev-fig__bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .55;
}
.egyptique-v2 .ev-feature .ev-fig__bg[data-cat="royalty"] {
    background-image: url('https://egyptique.co/wp-content/uploads/exhibitions/japan/cover/large.jpg');
}
.egyptique-v2 .ev-feature .ev-fig__bg[data-cat="decor"] {
    background-image: url('https://egyptique.co/wp-content/uploads/exhibitions/india/cover/large.jpg');
    opacity: .65;
}
.egyptique-v2 .ev-feature .ev-fig__bg[data-cat="tut"] {
    background-image: url('https://egyptique.co/wp-content/uploads/exhibitions/usa/cover/large.jpg');
}
.egyptique-v2 .ev-feature .ev-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 6vw, 92px);
    gap: 20px;
}
.egyptique-v2 .ev-feature.ev-dark   { background: var(--basalt); color: var(--alabaster); }
.egyptique-v2 .ev-feature.ev-dark .ev-lede   { color: var(--cream-dim); }
.egyptique-v2 .ev-feature.ev-dark .ev-eyebrow{ color: var(--bronze-lt); }
.egyptique-v2 .ev-feature.ev-light { background: var(--papyrus); }
.egyptique-v2 .ev-feature .ev-num {
    font-family: var(--mono);
    font-size: .72rem;
    letter-spacing: .2em;
    color: var(--bronze);
}
.egyptique-v2 .ev-feature h2 { font-size: clamp(2.2rem, 3.6vw, 3.4rem); }

/* =================== WHY =================== */
.egyptique-v2 .ev-why { background: var(--basalt); color: var(--alabaster); padding-block: clamp(56px, 7vw, 96px); }
.egyptique-v2 .ev-why .head { text-align: center; margin-bottom: 54px; }
.egyptique-v2 .ev-why .head .ev-eyebrow { color: var(--bronze-lt); }
.egyptique-v2 .ev-why .head h2 { color: #fff; margin-top: 14px; }
.egyptique-v2 .ev-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line-dk);
    border: 1px solid var(--line-dk);
}
.egyptique-v2 .ev-why-cell {
    background: var(--basalt);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: background .25s;
}
.egyptique-v2 .ev-why-cell:hover { background: var(--basalt-2); }
.egyptique-v2 .ev-why-cell .ic {
    width: 46px; height: 46px;
    display: grid; place-items: center;
    color: var(--bronze-lt);
    border: 1px solid var(--line-dk);
    border-radius: 50%;
}
.egyptique-v2 .ev-why-cell h3 { font-size: 1.5rem; color: #fff; }
.egyptique-v2 .ev-why-cell p { color: var(--cream-dim); font-size: .94rem; margin: 0; }

/* =================== CUSTOM ORDER =================== */
.egyptique-v2 .ev-custom { padding-block: clamp(56px, 8vw, 100px); }
.egyptique-v2 .ev-custom .ev-wrap {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}
.egyptique-v2 .ev-custom h2 {
    font-size: clamp(2.1rem, 3.8vw, 3.4rem);
    margin: 16px 0 20px;
}
.egyptique-v2 .ev-custom__art {
    aspect-ratio: 5/4;
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    background:
        repeating-linear-gradient(135deg, rgba(138,102,48,.07) 0 2px, transparent 2px 11px),
        linear-gradient(150deg, var(--papyrus), var(--papyrus-2));
}
.egyptique-v2 .ev-custom__art .ev-fig__bg[data-cat="custom"] {
    position: absolute; inset: 0;
    background-image: url('https://egyptique.co/wp-content/uploads/exhibitions/germany/cover/mini.jpg');
    background-size: cover;
    background-position: center;
    opacity: .75;
}

/* =================== NEWSLETTER =================== */
.egyptique-v2 .ev-news { background: var(--bronze); color: #1a1611; }
.egyptique-v2 .ev-news .ev-wrap {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 50px;
    align-items: center;
    padding-block: clamp(48px, 6vw, 82px);
}
.egyptique-v2 .ev-news .ev-eyebrow { color: #5c4419; }
.egyptique-v2 .ev-news h2 { font-size: clamp(2.1rem, 3.8vw, 3.3rem); margin-top: 12px; color: #231a0c; }
.egyptique-v2 .ev-news p { color: #4d3a1a; margin: 14px 0 0; }
.egyptique-v2 .ev-news .ev-fine { font-size: .74rem; color: #5c4419; margin-top: 14px; }
.egyptique-v2 .ev-news .ev-fine a { text-decoration: underline; color: inherit; }

/* Override CF7 form layout inside news */
.egyptique-v2 .ev-news .wpcf7-form { margin: 0; }
.egyptique-v2 .ev-news .d-flex {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    max-width: 480px;
}
.egyptique-v2 .ev-news .wysija-paragraph {
    flex: 1;
    margin: 0 !important;
}
.egyptique-v2 .ev-news input[type="email"],
.egyptique-v2 .ev-news input[type="text"] {
    width: 100% !important;
    flex: 1;
    border: 1px solid #231a0c !important;
    background: transparent !important;
    padding: 16px 18px !important;
    font-family: var(--sans) !important;
    font-size: .95rem !important;
    color: #231a0c !important;
    border-radius: 0 !important;
    height: auto !important;
}
.egyptique-v2 .ev-news input::placeholder { color: #6b5326 !important; opacity: 1 !important; }
.egyptique-v2 .ev-news input:focus { outline: none; background: rgba(255,255,255,.18) !important; }
.egyptique-v2 .ev-news button[type="submit"],
.egyptique-v2 .ev-news input[type="submit"],
.egyptique-v2 .ev-news button.btn {
    background: #1a1611 !important;
    color: var(--bronze-lt) !important;
    border: 1px solid #1a1611 !important;
    padding: 0 26px !important;
    height: auto !important;
    font-size: .78rem !important;
    font-weight: 600 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}
.egyptique-v2 .ev-news button[type="submit"]:hover,
.egyptique-v2 .ev-news button.btn:hover { background: #231a0c !important; }
.egyptique-v2 .ev-news button.btn > span { color: var(--bronze-lt) !important; }

/* =================== RESPONSIVE =================== */
@media (max-width: 1080px) {
    .egyptique-v2 .ev-hero .ev-wrap { grid-template-columns: 1fr; gap: 40px; }
    .egyptique-v2 .ev-hero-art { max-width: 460px; }
    .egyptique-v2 .ev-intro .ev-wrap { grid-template-columns: 1fr; gap: 30px; align-items: start; }
    .egyptique-v2 .ev-feature { grid-template-columns: 1fr; }
    .egyptique-v2 .ev-feature.ev-flip .ev-fig { order: 0; }
    .egyptique-v2 .ev-feature .ev-fig { min-height: 60vw; }
    .egyptique-v2 .ev-why-grid { grid-template-columns: repeat(2, 1fr); }
    .egyptique-v2 .ev-custom .ev-wrap,
    .egyptique-v2 .ev-news .ev-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .egyptique-v2 .ev-why-grid { grid-template-columns: 1fr; }
    .egyptique-v2 .ev-sec-head { flex-direction: column; align-items: flex-start; }
    .egyptique-v2 .ev-sec-head .controls { display: none; }
    .egyptique-v2 .card { flex-basis: 74vw; }
    .egyptique-v2 .ev-news .d-flex { flex-direction: column !important; max-width: 100%; }
    .egyptique-v2 .ev-news button.btn,
    .egyptique-v2 .ev-news button[type="submit"] { padding: 15px !important; width: 100%; margin-top: 10px; }
    .egyptique-v2 .ev-hero .ev-cta-row { gap: 14px; }
    .egyptique-v2 .ev-hero .ev-stat { gap: 18px; flex-wrap: wrap; }
}

/* ============================================================
   Edge-to-edge wrapper — scoped to #main on page template only
   ============================================================ */
body.page-template-page-home-v2 #main,
body.page-template-page-home-v2 #main > .container,
body.page-template-page-home-v2 #main > .container > .row,
body.page-template-page-home-v2 #main > .container > .row > .main-content {
    max-width: none !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.page-template-page-home-v2 .post-content,
body.page-template-page-home-v2 article.post,
body.page-template-page-home-v2 .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}
body.page-template-page-home-v2 .page-top,
body.page-template-page-home-v2 .page-header,
body.page-template-page-home-v2 .breadcrumb { display: none !important; }

/* ============================================================
   FOOTER REDESIGN — match the offline showcase
   Applied site-wide (the user asked to follow footer pixel-by-pixel).
   This restyles Porto's existing footer markup; the original HTML
   structure is preserved.
   ============================================================ */
.egy-v2-footer {
    background: #1a1611 !important;
    color: #c4b9a3 !important;
    padding: clamp(54px,6vw,84px) 0 0 !important;
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif !important;
}
.egy-v2-footer * { box-sizing: border-box; }
.egy-v2-footer .egy-v2-foot-wrap {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 72px);
}
.egy-v2-footer .egy-v2-foot-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(205,167,103,0.22);
}
.egy-v2-footer .egy-v2-brand {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: .14em;
    color: #fff;
    margin-bottom: 18px;
    display: block;
}
.egy-v2-footer .egy-v2-brand b { color: #b1843f; font-weight: 600; }
.egy-v2-footer .egy-v2-brand-col p {
    font-size: .9rem;
    max-width: 34ch;
    color: #c4b9a3;
    margin: 0;
}
.egy-v2-footer .egy-v2-socials { display: flex; gap: 10px; margin-top: 22px; }
.egy-v2-footer .egy-v2-socials a {
    width: 40px; height: 40px;
    border: 1px solid rgba(205,167,103,0.22);
    border-radius: 50%;
    display: grid; place-items: center;
    color: #c4b9a3;
    transition: .2s;
}
.egy-v2-footer .egy-v2-socials a:hover {
    background: #b1843f;
    border-color: #b1843f;
    color: #1a1611;
}
.egy-v2-footer h4 {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #cda767;
    margin: 0 0 18px;
}
.egy-v2-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.egy-v2-footer ul a {
    font-size: .9rem;
    color: #c4b9a3;
    transition: color .15s, padding .15s;
    text-decoration: none;
}
.egy-v2-footer ul a:hover { color: #fff; padding-left: 3px; }
.egy-v2-footer .egy-v2-pay {
    display: flex;
    gap: 8px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.egy-v2-footer .egy-v2-pay span {
    font-family: 'Space Mono', ui-monospace, monospace;
    font-size: .6rem;
    letter-spacing: .05em;
    border: 1px solid rgba(205,167,103,0.22);
    padding: 6px 8px;
    color: #c4b9a3;
}
.egy-v2-footer .egy-v2-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 24px;
    font-size: .78rem;
    color: #a79e8d;
    flex-wrap: wrap;
    gap: 10px;
}
.egy-v2-footer .egy-v2-bar .badges { display: flex; gap: 18px; }
.egy-v2-footer .egy-v2-bar .badges b {
    color: #cda767;
    font-weight: 600;
    letter-spacing: .06em;
}
.egy-v2-footer .egy-v2-bar .egy-v2-copy a {
    color: #cda767;
    text-decoration: none;
    font-weight: 600;
    transition: color .15s;
    border-bottom: 1px solid rgba(205,167,103,0.35);
}
.egy-v2-footer .egy-v2-bar .egy-v2-copy a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

@media (max-width: 1080px) {
    .egy-v2-footer .egy-v2-foot-top { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .egy-v2-footer .egy-v2-brand-col { grid-column: 1 / -1; }
}
@media (max-width: 575px) {
    .egy-v2-footer .egy-v2-foot-top { grid-template-columns: 1fr 1fr; }
    .egy-v2-footer .egy-v2-bar { justify-content: flex-start; }
}

/* ===== faq-toggle ===== */
/* ============================================================
   FAQ ACCORDION (single-product page) — replace Porto's
   solid 24px gray dot with a clear +/− gold toggle that
   contrasts on the dark page.
   ============================================================ */

/* ---- 1) reset the original ::after circle and ::before chevron ---- */
.custom-toggle .toggle > label::after,
.custom-toggle .toggle > label::before {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
/* Kill Porto's tiny secondary chevron entirely — we render our own */
.custom-toggle .toggle > label::before {
    display: none !important;
    content: none !important;
}

/* ---- 2) draw a mathematically centered gold +/− indicator ----
   Use two CSS gradients as background bars (one horizontal, one vertical)
   positioned dead-center. Glyph-free, so font metrics can't shift it. */
.custom-toggle .toggle > label {
    position: relative;
    padding-right: 56px !important;        /* leave room for the icon */
    cursor: pointer;
}
.custom-toggle .toggle > label::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 4px !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid rgba(201,169,97,0.45) !important;
    border-radius: 50% !important;
    /* Two bars: horizontal 12px × 1.5px, vertical 1.5px × 12px, both centered */
    background-color: transparent !important;
    background-image:
        linear-gradient(#c9a961, #c9a961),
        linear-gradient(#c9a961, #c9a961) !important;
    background-size: 12px 1.5px, 1.5px 12px !important;
    background-position: center center, center center !important;
    background-repeat: no-repeat, no-repeat !important;
    transition: background-color .25s ease, border-color .25s ease,
                background-image .25s ease, transform .35s ease;
}
.custom-toggle .toggle > label:hover::after {
    background-color: rgba(201,169,97,0.10) !important;
    border-color: #c9a961 !important;
}
/* Active state: keep only the horizontal bar to make a clean − */
.custom-toggle .toggle.active > label::after {
    background-color: #c9a961 !important;
    background-image:
        linear-gradient(#111, #111),
        linear-gradient(#111, #111) !important;
    background-size: 12px 1.5px, 0 0 !important;        /* hide vertical bar */
    border-color: #c9a961 !important;
}

/* ---- 3) keep the dividers + text crisp on dark bg ---- */
.custom-toggle .toggle label {
    border-color: rgba(255,255,255,0.10) !important;
    color: #e8e8e8 !important;
}
.custom-toggle .toggle.active label,
.custom-toggle .toggle label:hover {
    color: #fff !important;
    border-color: rgba(201,169,97,0.35) !important;
}
.custom-toggle .toggle-content {
    color: rgba(255,255,255,0.72) !important;
}

/* ---- 4) LAYOUT: roomier rows, readable answers, gold heading ---- */
/* Question row */
.custom-toggle .toggle > label {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
    padding-left: 2px !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.4 !important;
}
/* divider between rows a touch stronger */
.custom-toggle .toggle label {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
/* Answer body — comfortable reading measure + spacing */
.custom-toggle .toggle-content {
    padding: 0.35rem 2px 1.5rem !important;
    font-size: 0.98rem !important;
    line-height: 1.75 !important;
    max-width: 68ch !important;
}
.custom-toggle .toggle-content p { margin: 0 !important; }
/* FAQ heading ("Frequent Asked Questions") — larger gold serif.
   The heading is the vc_custom_heading immediately before the toggles. */
.porto-toggles.custom-toggle {
    margin-top: 0.5rem !important;
}

/* ---- 5) mobile sizing ---- */
@media (max-width: 575px) {
    .custom-toggle .toggle > label::after {
        width: 26px !important;
        height: 26px !important;
        background-size: 10px 1.5px, 1.5px 10px !important;
    }
    .custom-toggle .toggle.active > label::after {
        background-size: 10px 1.5px, 0 0 !important;
    }
    .custom-toggle .toggle > label {
        padding-right: 44px !important;
        padding-top: 1.15rem !important;
        padding-bottom: 1.15rem !important;
        font-size: 0.98rem !important;
    }
    .custom-toggle .toggle-content {
        font-size: 0.95rem !important;
        padding-bottom: 1.25rem !important;
    }
}

/* ===== mobile-menu ===== */
/* ============================================================
   EGYPTIQUE — Mobile side-nav drawer theming.
   Porto's default panel is white-on-dark-text; restyle it to
   match the site's dark / gold palette while keeping all the
   accordion + tab functionality intact.

   Palette:
     --ev-dark    #14110c   panel background (deep warm charcoal)
     --ev-dark-2  #1d1813   raised rows / active tab
     --ev-gold    #c9a961   accent
     --ev-gold-lt #dcc183   accent hover
     --ev-ink     #ece6d5   primary text
     --ev-ink-2   #b8b1a0   secondary text
     --ev-line    rgba(201,169,97,0.16)  hairlines
   ============================================================ */

/* ---- panel container ---- */
#side-nav-panel {
    background: #14110c !important;
    color: #ece6d5 !important;
    box-shadow: -12px 0 40px rgba(0,0,0,0.5) !important;
    border-left: 1px solid rgba(201,169,97,0.18) !important;
}
/* The inner white wrapper Porto injects */
#side-nav-panel > div,
#side-nav-panel .mobile-tabs,
#side-nav-panel .mobile-tab-content,
#side-nav-panel .menu-wrap,
#side-nav-panel .tab-pane {
    background: transparent !important;
    color: #ece6d5 !important;
}

/* ---- darken the page-side overlay a touch more ---- */
.panel-overlay {
    background: rgba(10, 8, 5, 0.62) !important;
}

/* ---- close (X) button ---- */
.side-nav-panel-close {
    background: rgba(201,169,97,0.10) !important;
    border: 1px solid rgba(201,169,97,0.30) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    transition: background .2s ease, border-color .2s ease !important;
}
.side-nav-panel-close:hover {
    background: rgba(201,169,97,0.22) !important;
    border-color: #c9a961 !important;
}
.side-nav-panel-close svg line {
    stroke: #c9a961 !important;
}

/* ---- tab strip (Main Menu / Categories) ---- */
#side-nav-panel .mobile-tabs .mobile-tab-items {
    border-bottom: 1px solid rgba(201,169,97,0.18) !important;
    margin: 0 !important;
    padding: 0 4px !important;
}
#side-nav-panel .mobile-tab-item {
    border: none !important;
}
#side-nav-panel .mobile-tab-item > a {
    color: #b8b1a0 !important;
    font-family: 'Lexend', 'Hanken Grotesk', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    padding: 20px 8px 16px !important;
    position: relative !important;
    transition: color .2s ease !important;
    background: transparent !important;
}
#side-nav-panel .mobile-tab-item.active > a,
#side-nav-panel .mobile-tab-item > a:hover {
    color: #c9a961 !important;
}
/* gold underline under the active tab */
#side-nav-panel .mobile-tab-item.active > a::after {
    content: "" !important;
    position: absolute !important;
    left: 8px; right: 8px; bottom: -1px;
    height: 2px !important;
    background: #c9a961 !important;
}

/* ---- menu rows ---- */
#side-nav-panel .mobile-menu,
#side-nav-panel .accordion-menu {
    background: transparent !important;
    padding: 6px 0 !important;
}
#side-nav-panel .mobile-menu li {
    border-bottom: 1px solid rgba(201,169,97,0.12) !important;
    background: transparent !important;
}
#side-nav-panel .mobile-menu li:last-child {
    border-bottom: none !important;
}
#side-nav-panel .mobile-menu li > a {
    color: #ece6d5 !important;
    background: transparent !important;
    font-family: 'Lexend', 'Hanken Grotesk', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    padding: 15px 22px !important;
    transition: color .18s ease, padding-left .18s ease, background .18s ease !important;
}
#side-nav-panel .mobile-menu li > a:hover,
#side-nav-panel .mobile-menu li > a:focus {
    color: #c9a961 !important;
    background: rgba(201,169,97,0.06) !important;
    padding-left: 26px !important;
}
/* current / active item */
#side-nav-panel .mobile-menu li.current-menu-item > a,
#side-nav-panel .mobile-menu li.active > a {
    color: #c9a961 !important;
}

/* ---- nested submenu rows (mega-menu flattened) ----
   Porto's desktop mega-menu adds col-1/col-3/wide classes that constrain
   these <li>/<ul> to a narrow column width (~100px). In the mobile accordion
   we need every level full-width and stacked, otherwise the absolute-
   positioned chevron lands on top of the heading text.

   NOTE: we set width/float/columns here but DELIBERATELY do NOT force a
   `display` value — Porto's accordion JS (jQuery slideToggle) sets inline
   display:none/block to collapse & expand. Forcing display here would keep
   every submenu permanently open. */
#side-nav-panel .mobile-menu li,
#side-nav-panel .mobile-menu li.col-1,
#side-nav-panel .mobile-menu li.col-2,
#side-nav-panel .mobile-menu li.col-3,
#side-nav-panel .mobile-menu li.col-4,
#side-nav-panel .mobile-menu li.wide,
#side-nav-panel .mobile-menu li.mega-menu,
#side-nav-panel .mobile-menu li.menu-item-heading {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
#side-nav-panel .mobile-menu ul,
#side-nav-panel .mobile-menu ul.sub-menu {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    background: rgba(0,0,0,0.22) !important;
    padding: 0 !important;
    columns: auto !important;       /* kill any multi-column layout */
}
/* Collapsed/expanded state — let the .open class drive visibility.
   Porto's JS toggles `.open` on the parent <li>. */
#side-nav-panel .mobile-menu li.has-sub > ul.sub-menu {
    display: none;
}
#side-nav-panel .mobile-menu li.has-sub.open > ul.sub-menu {
    display: block;
}
#side-nav-panel .mobile-menu ul li > a {
    font-size: 13px !important;
    color: #b8b1a0 !important;
    padding-left: 34px !important;
}
#side-nav-panel .mobile-menu ul ul li > a {
    padding-left: 46px !important;
}
#side-nav-panel .mobile-menu ul li > a:hover {
    color: #c9a961 !important;
    padding-left: 38px !important;
}
/* section headings inside mega menus (A–H, I–N, etc.).
   IMPORTANT: these are expandable (.has-sub) — they contain the actual
   deity/king list. Keep their .arrow toggle visible & working. */
#side-nav-panel .mobile-menu .menu-item-heading > a,
#side-nav-panel .mobile-menu li.nolink > a {
    color: #cdb27f !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    padding-left: 34px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}
#side-nav-panel .mobile-menu .menu-item-heading > a:hover,
#side-nav-panel .mobile-menu li.nolink > a:hover {
    color: #c9a961 !important;
    padding-left: 34px !important;   /* don't shift the heading on hover */
}

/* ---- accordion expand/collapse arrows ---- */
#side-nav-panel .mobile-menu .arrow,
#side-nav-panel .mobile-menu .toggle,
#side-nav-panel .mobile-menu li.has-sub > .arrow {
    color: #c9a961 !important;
}
#side-nav-panel .mobile-menu li.has-sub > a::after,
#side-nav-panel .mobile-menu .arrow::before {
    color: #c9a961 !important;
    border-color: #c9a961 !important;
}
/* Porto draws the toggle as a span.arrow with a chevron; pin it to the far
   right of each row and give it a clear hit area. */
#side-nav-panel .mobile-menu li.has-sub {
    position: relative !important;
}
#side-nav-panel .mobile-menu .arrow {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 52px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    z-index: 2 !important;
}
/* keep heading/link text clear of the arrow */
#side-nav-panel .mobile-menu li.has-sub > a {
    padding-right: 56px !important;
}

/* ---- social icons at bottom (one row) ---- */
#side-nav-panel .share-links,
#side-nav-panel .social-icons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 22px !important;
    margin: 0 !important;
}
#side-nav-panel .share-links a {
    flex: 0 0 auto !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201,169,97,0.30) !important;
    background: transparent !important;
    color: #c9a961 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 15px !important;
    text-align: center !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease !important;
}
#side-nav-panel .share-links a:hover {
    background: #c9a961 !important;
    color: #14110c !important;
    border-color: #c9a961 !important;
}
/* The FontAwesome glyph is rendered via ::before. Make the pseudo-element
   fill the whole anchor and self-center the glyph so it's dead-center in
   the circle regardless of the font's internal baseline metrics. */
#side-nav-panel .share-links a::before {
    color: inherit !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 15px !important;
    text-align: center !important;
}

/* ---- scrollbar (webkit) ---- */
#side-nav-panel::-webkit-scrollbar { width: 6px; }
#side-nav-panel::-webkit-scrollbar-track { background: transparent; }
#side-nav-panel::-webkit-scrollbar-thumb {
    background: rgba(201,169,97,0.30);
    border-radius: 3px;
}

/* ---- search box inside the panel (if mobile search is enabled) ---- */
#side-nav-panel .searchform input,
#side-nav-panel .search-form input {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(201,169,97,0.25) !important;
    color: #ece6d5 !important;
}
#side-nav-panel .searchform input::placeholder {
    color: #8a8270 !important;
}

/* ===== referral-theme ===== */
/* ============================================================
   EGYPTIQUE — ITX B2B Referral plugin re-skin.
   Repaints the referral welcome popup + My-Account dashboard
   from the plugin's generic indigo/teal/Material palette into
   the site's basalt + gold theme. Pure CSS override — the
   plugin's PHP/JS (tracking, commissions, discounts) is
   untouched, so plugin updates won't lose functionality.

   Palette:
     basalt   #1a1611    panel bg
     raised   #211b14    cards
     elevated #2a2218    inputs / hovers
     gold     #c9a961    accent
     gold-lt  #dcc183
     gold-dk  #8a6630
     ink      #ece6d5    primary text
     ink-2    #b8b1a0    secondary text
     line     rgba(201,169,97,0.18)
   ============================================================ */

/* =================== POPUP =================== */
.itx-popup-overlay {
    background: rgba(10, 8, 5, 0.72) !important;
    backdrop-filter: blur(4px) !important;
}
.itx-popup-container {
    background: #1a1611 !important;
    border: 1px solid rgba(201,169,97,0.30) !important;
    border-radius: 6px !important;
    box-shadow: 0 30px 70px -15px rgba(0,0,0,0.7),
                0 0 0 1px rgba(201,169,97,0.08) inset !important;
}
.itx-popup-close {
    background: rgba(201,169,97,0.12) !important;
    border: 1px solid rgba(201,169,97,0.30) !important;
    color: #c9a961 !important;
}
.itx-popup-close:hover {
    background: rgba(201,169,97,0.24) !important;
    border-color: #c9a961 !important;
    color: #dcc183 !important;
}
.itx-popup-content { padding: 46px 32px 26px !important; }
.itx-popup-logo img {
    border-radius: 6px !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.4) !important;
}
.itx-popup-welcome {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 1.7em !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #ece6d5 !important;
    letter-spacing: 0.01em !important;
}
/* discount pill — gold instead of purple */
.itx-discount-badge {
    background: linear-gradient(135deg, #dcc183 0%, #c9a961 50%, #8a6630 100%) !important;
    color: #1a1611 !important;
    font-family: 'Hanken Grotesk', 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 20px rgba(201,169,97,0.28) !important;
    animation: itxGoldPulse 2.4s infinite !important;
}
@keyframes itxGoldPulse {
    0%, 100% { box-shadow: 0 6px 20px rgba(201,169,97,0.28); }
    50%      { box-shadow: 0 6px 28px rgba(201,169,97,0.46); }
}
/* Start Shopping button — solid gold */
.itx-popup-btn {
    background: linear-gradient(135deg, #dcc183 0%, #c9a961 50%, #8a6630 100%) !important;
    color: #1a1611 !important;
    font-family: 'Hanken Grotesk', 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    font-size: 0.82em !important;
    border-radius: 3px !important;
    box-shadow: 0 8px 22px -6px rgba(201,169,97,0.5) !important;
}
.itx-popup-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px -6px rgba(201,169,97,0.65) !important;
    filter: brightness(1.05) !important;
}

/* =================== DASHBOARD =================== */
.itx-referral-dashboard {
    color: #ece6d5 !important;
    font-family: 'Hanken Grotesk', 'Inter', sans-serif !important;
}
.itx-referral-dashboard a { color: #c9a961 !important; }

/* generic section cards */
.itx-dashboard-section {
    background: #211b14 !important;
    border: 1px solid rgba(201,169,97,0.16) !important;
    border-radius: 5px !important;
}
.itx-dashboard-section h3,
.itx-dashboard-section h4 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    color: #ece6d5 !important;
    border-bottom-color: rgba(201,169,97,0.18) !important;
    letter-spacing: 0.01em !important;
}

/* referral URL section — was purple gradient */
.itx-referral-url-section {
    background: #1a1611 !important;
    border: 1px solid rgba(201,169,97,0.30) !important;
    color: #ece6d5 !important;
}
.itx-referral-url-section h3 {
    color: #c9a961 !important;
    border-bottom-color: rgba(201,169,97,0.22) !important;
}
.itx-url-input {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(201,169,97,0.28) !important;
    color: #ece6d5 !important;
    border-radius: 4px !important;
}
.itx-url-input::selection { background: rgba(201,169,97,0.35); }
.itx-referral-url-section .button {
    background: linear-gradient(135deg, #dcc183 0%, #c9a961 50%, #8a6630 100%) !important;
    color: #1a1611 !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    border-radius: 3px !important;
}
.itx-referral-url-section .button:hover { filter: brightness(1.06) !important; }
.itx-referral-url-section .itx-description { color: #b8b1a0 !important; }

/* welcome section */
.itx-welcome-section {
    background: #211b14 !important;
    border-left: 4px solid #c9a961 !important;
}
.itx-welcome-text { color: #cfc6b3 !important; }
.itx-welcome-logo img { box-shadow: 0 2px 10px rgba(0,0,0,0.4) !important; }

/* stats boxes */
.itx-stat-box {
    background: #2a2218 !important;
    border: 1px solid rgba(201,169,97,0.14) !important;
    border-radius: 5px !important;
}
.itx-stat-value { color: #ece6d5 !important; }
.itx-stat-label { color: #b8b1a0 !important; }
.itx-stat-box.itx-stat-highlight {
    background: linear-gradient(135deg, #2a2014 0%, #3a2c16 100%) !important;
    border: 1px solid rgba(201,169,97,0.45) !important;
    color: #ece6d5 !important;
}
.itx-stat-highlight .itx-stat-value { color: #dcc183 !important; }
.itx-stat-highlight .itx-stat-label { color: #c9a961 !important; }

/* earnings summary boxes — keep subtle semantic tint, on-theme */
.itx-earnings-summary { border-top-color: rgba(201,169,97,0.16) !important; }
.itx-earnings-summary h4 { color: #ece6d5 !important; }
.itx-earning-box {
    background: #2a2218 !important;
    border: 1px solid rgba(201,169,97,0.14) !important;
}
.itx-earning-label { color: #b8b1a0 !important; }
.itx-earning-earned   { border-color: rgba(122,160,90,0.35) !important; }
.itx-earning-paid     { border-color: rgba(120,150,190,0.30) !important; }
.itx-earning-balance  { border-color: rgba(201,169,97,0.18) !important; }
.itx-earning-balance.has-balance {
    background: linear-gradient(135deg, #2a2014 0%, #3a2c16 100%) !important;
    border-color: rgba(201,169,97,0.5) !important;
}
.itx-earning-earned   .itx-earning-value { color: #b6cf8e !important; }
.itx-earning-paid     .itx-earning-value { color: #a9c2e0 !important; }
.itx-earning-balance  .itx-earning-value { color: #cfc6b3 !important; }
.itx-earning-balance.has-balance .itx-earning-value { color: #dcc183 !important; }

/* filter section */
.itx-filter-section { background: #1d1813 !important; }
.itx-filter-field label { color: #cfc6b3 !important; }
.itx-filter-field input[type="date"] {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(201,169,97,0.25) !important;
    color: #ece6d5 !important;
    border-radius: 4px !important;
    color-scheme: dark !important;
}
.itx-quick-filters { border-top-color: rgba(201,169,97,0.16) !important; }

/* all .button inside the dashboard (filters/quick filters) */
.itx-referral-dashboard .button,
.itx-filter-buttons .button,
.itx-quick-filters .button {
    background: rgba(201,169,97,0.10) !important;
    border: 1px solid rgba(201,169,97,0.35) !important;
    color: #dcc183 !important;
    border-radius: 3px !important;
    font-weight: 500 !important;
    transition: background .2s ease, color .2s ease, border-color .2s ease !important;
}
.itx-referral-dashboard .button:hover,
.itx-filter-buttons .button:hover,
.itx-quick-filters .button:hover {
    background: #c9a961 !important;
    border-color: #c9a961 !important;
    color: #1a1611 !important;
}
/* primary filter (apply) button — solid gold */
.itx-filter-buttons .button[type="submit"],
.itx-filter-buttons .button.button-primary {
    background: linear-gradient(135deg, #dcc183 0%, #c9a961 50%, #8a6630 100%) !important;
    border: none !important;
    color: #1a1611 !important;
}

/* tabs */
.itx-tabs { border-bottom-color: rgba(201,169,97,0.20) !important; }
.itx-tab-btn { color: #b8b1a0 !important; }
.itx-tab-btn:hover { color: #ece6d5 !important; }
.itx-tab-btn.active {
    color: #c9a961 !important;
    border-bottom-color: #c9a961 !important;
}
.itx-tab-content {
    background: #211b14 !important;
    border: 1px solid rgba(201,169,97,0.16) !important;
    border-top: none !important;
}

/* data tables */
.itx-data-table th,
.itx-data-table td { border-bottom-color: rgba(201,169,97,0.12) !important; }
.itx-data-table th {
    background: #1a1611 !important;
    color: #c9a961 !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}
.itx-data-table td { color: #cfc6b3 !important; }
.itx-data-table tbody tr:hover { background: rgba(201,169,97,0.05) !important; }
.itx-no-data { color: #8a8270 !important; }
.itx-table-total { color: #b8b1a0 !important; }

/* badges — gold-tinted instead of blue/purple */
.itx-badge-tracked {
    background-color: rgba(201,169,97,0.16) !important;
    color: #dcc183 !important;
}
.itx-badge-direct {
    background-color: rgba(180,148,76,0.22) !important;
    color: #c9a961 !important;
}

/* mobile: active tab gold */
@media screen and (max-width: 768px) {
    .itx-tab-btn { border-bottom-color: rgba(201,169,97,0.16) !important; }
    .itx-tab-btn.active {
        background: linear-gradient(135deg, #dcc183 0%, #c9a961 50%, #8a6630 100%) !important;
        color: #1a1611 !important;
        border-bottom-color: #c9a961 !important;
    }
    .itx-data-table tbody tr {
        border: 1px solid rgba(201,169,97,0.16) !important;
    }
    .itx-data-table tbody td { border-bottom-color: rgba(201,169,97,0.10) !important; }
}

/* ===== no-underline ===== */
/* ============================================================
   Remove default underline from all links, site-wide.
   Something in the stack sets `a { text-decoration: underline }`
   globally; this resets it in every state. Elements that use a
   border-bottom for emphasis (e.g. footer "Powered by ignitix.co")
   are unaffected since that isn't text-decoration.
   ============================================================ */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active,
#header a,
#footer a,
.main-menu a,
.mobile-menu a,
.woocommerce a,
.egyptique-v2 a,
.egy-v2-footer a {
    text-decoration: none !important;
}

/* ===== exhib-text-fix ===== */
/* ============================================================
   Fix: Exhibitions section heading + lede on the homepage were
   inheriting the dark basalt color from `.egyptique-v2 h2/h3`
   (!important), making them barely visible on the dark band.
   Restore light text. Color only — no layout changes.
   Higher specificity (.egyptique-v2 .ex-*) beats .egyptique-v2 h2.
   ============================================================ */
.egyptique-v2 .ex-section-head__title,
.exhibitions-page--embedded .ex-section-head__title {
    color: #ece6d5 !important;   /* cream */
}
.egyptique-v2 .ex-section-head__lede,
.exhibitions-page--embedded .ex-section-head__lede {
    color: #c4b9a3 !important;   /* soft cream, readable secondary */
}

/* ===== contact ===== */
/* ============================================================
   CONTACT US v2 — dark/gold themed page
   ============================================================ */
.egy-contact {
    --c-bg:     #14110c;
    --c-panel:  #1d1813;
    --c-elev:   #2a2218;
    --c-gold:   #c9a961;
    --c-gold-lt:#dcc183;
    --c-gold-dk:#8a6630;
    --c-ink:    #ece6d5;
    --c-ink-2:  #b8b1a0;
    --c-line:   rgba(201,169,97,0.18);
    --c-serif:  'Cormorant Garamond', Georgia, serif;
    --c-sans:   'Hanken Grotesk', 'Inter', system-ui, sans-serif;

    background: var(--c-bg);
    color: var(--c-ink);
    font-family: var(--c-sans);
}
.egy-contact * { box-sizing: border-box; }
.egy-contact .egy-contact__wrap {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 64px);
}

/* eyebrow / headings */
.egy-contact .egy-c-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 12px;
}
.egy-contact .egy-contact__title {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    line-height: 1.05;
    color: var(--c-ink);
    margin: 0;
}
.egy-contact .egy-c-h2 {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--c-ink);
    margin: 0 0 1.4rem;
}
.egy-contact .egy-contact__lede {
    font-family: var(--c-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    line-height: 1.6;
    color: var(--c-ink-2);
    max-width: 60ch;
    margin: 1.2rem 0 0;
}

/* hero */
.egy-contact .egy-contact__hero {
    padding-top: clamp(48px, 7vw, 96px);
    padding-bottom: clamp(30px, 4vw, 48px);
    border-bottom: 1px solid var(--c-line);
}

/* body grid */
.egy-contact .egy-contact__body { padding-block: clamp(44px, 6vw, 80px); }
.egy-contact .egy-contact__grid {
    display: grid;
    grid-template-columns: 1.35fr 0.9fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

/* form column */
.egy-contact .egy-contact__form-col { min-width: 0; }
.egy-contact .wpcf7 { margin: 0; }
.egy-contact .wpcf7 label {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: var(--c-ink-2) !important;
    margin-bottom: 0.5rem !important;
}
.egy-contact .wpcf7 .row { margin-inline: -10px; }
.egy-contact .wpcf7 .row > [class*="col-"] { padding-inline: 10px; }
.egy-contact .wpcf7 input[type="text"],
.egy-contact .wpcf7 input[type="email"],
.egy-contact .wpcf7 input[type="tel"],
.egy-contact .wpcf7 textarea {
    width: 100% !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid var(--c-line) !important;
    border-radius: 4px !important;
    color: var(--c-ink) !important;
    padding: 13px 16px !important;
    font-family: var(--c-sans) !important;
    font-size: 0.95rem !important;
    transition: border-color .2s ease, background .2s ease;
}
.egy-contact .wpcf7 input::placeholder,
.egy-contact .wpcf7 textarea::placeholder { color: rgba(184,177,160,0.5) !important; }
.egy-contact .wpcf7 input:focus,
.egy-contact .wpcf7 textarea:focus {
    outline: none !important;
    border-color: var(--c-gold) !important;
    background: rgba(201,169,97,0.06) !important;
}
.egy-contact .wpcf7 textarea { min-height: 170px !important; resize: vertical !important; }

/* submit button — gold */
.egy-contact .wpcf7 .btn,
.egy-contact .wpcf7 input[type="submit"],
.egy-contact .wpcf7 button[type="submit"] {
    background: linear-gradient(135deg, var(--c-gold-lt) 0%, var(--c-gold) 50%, var(--c-gold-dk) 100%) !important;
    color: #14110c !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 14px 40px !important;
    font-family: var(--c-sans) !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: filter .2s ease, transform .2s ease !important;
    margin-top: 0.5rem !important;
}
.egy-contact .wpcf7 .btn:hover,
.egy-contact .wpcf7 input[type="submit"]:hover,
.egy-contact .wpcf7 button[type="submit"]:hover { filter: brightness(1.06) !important; transform: translateY(-1px) !important; }
.egy-contact .wpcf7-spinner { margin: 0 0 0 12px; }

/* info column */
.egy-contact .egy-contact__info-col {
    background: var(--c-panel);
    border: 1px solid var(--c-line);
    border-radius: 6px;
    padding: clamp(24px, 3vw, 36px);
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.egy-contact .egy-c-info-block { display: flex; flex-direction: column; }
.egy-contact .egy-c-info-block .egy-c-eyebrow { margin-bottom: 8px; }
.egy-contact .egy-c-info-text { margin: 0; color: var(--c-ink); line-height: 1.6; font-size: 0.98rem; }
.egy-contact .egy-c-email {
    font-family: var(--c-serif);
    font-size: 1.3rem;
    color: var(--c-gold-lt) !important;
    font-weight: 500;
    word-break: break-word;
    transition: color .2s ease;
}
.egy-contact .egy-c-email:hover { color: #fff !important; }

/* stats */
.egy-contact .egy-c-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 1.4rem 0;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
}
.egy-contact .egy-c-stat { display: flex; flex-direction: column; }
.egy-contact .egy-c-stat__n {
    font-family: var(--c-serif);
    font-size: 2rem;
    line-height: 1;
    color: var(--c-gold-lt);
    margin-bottom: 6px;
}
.egy-contact .egy-c-stat__l {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--c-ink-2);
}

/* socials */
.egy-contact .egy-c-socials { display: flex; gap: 12px; }
.egy-contact .egy-c-socials a {
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid rgba(201,169,97,0.35);
    border-radius: 50%;
    color: var(--c-gold);
    transition: all .2s ease;
}
.egy-contact .egy-c-socials a:hover {
    background: var(--c-gold);
    border-color: var(--c-gold);
    color: #14110c;
}
.egy-contact .egy-c-socials svg { display: block; }

/* map section */
.egy-contact .egy-contact__map-section { padding-bottom: clamp(50px, 7vw, 90px); }
.egy-contact .egy-c-map-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.egy-contact .egy-c-map-head .egy-c-h2 { margin: 6px 0 0; }
.egy-contact .egy-c-directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid var(--c-gold);
    color: var(--c-gold) !important;
    padding: 12px 26px;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: all .25s ease;
    white-space: nowrap;
}
.egy-contact .egy-c-directions:hover {
    background: var(--c-gold);
    color: #14110c !important;
}
.egy-contact .egy-c-directions .arr,
.egy-contact .egy-c-directions span { transition: transform .2s ease; }
.egy-contact .egy-c-directions:hover span { transform: translateX(4px); }
.egy-contact .egy-c-map {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 8;
    min-height: 320px;
    border: 1px solid var(--c-line);
    border-radius: 6px;
    overflow: hidden;
}
.egy-contact .egy-c-map iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    /* subtle themed tint on the map */
    filter: grayscale(0.2) contrast(1.05);
}

/* edge-to-edge on this template */
body.page-template-page-contact-v2 #main,
body.page-template-page-contact-v2 #main > .container,
body.page-template-page-contact-v2 #main > .container > .row,
body.page-template-page-contact-v2 #main > .container > .row > .main-content {
    max-width: none !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page-template-page-contact-v2 .post-content,
body.page-template-page-contact-v2 article.post,
body.page-template-page-contact-v2 .entry-content { margin: 0 !important; padding: 0 !important; }
body.page-template-page-contact-v2 .page-top,
body.page-template-page-contact-v2 .page-header,
body.page-template-page-contact-v2 .breadcrumb { display: none !important; }
/* Porto's block-based Page Header (empty gradient banner, data-id 2577) is
   redundant on this custom template — remove the gap it leaves. */
body.page-template-page-contact-v2 .porto-block[data-id="2577"] { display: none !important; }

/* responsive */
@media (max-width: 860px) {
    .egy-contact .egy-contact__grid { grid-template-columns: 1fr; }
    .egy-contact .egy-c-map { aspect-ratio: 3 / 4; min-height: 380px; }
    .egy-contact .egy-c-map-head { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   ETSY icon injected into Porto header top-bar + mobile drawer
   (Porto has no native Etsy option). Porto hides the anchor's inline
   content with text-indent:-149985px + overflow:hidden (icons render
   via ::before only), which pushed our injected SVG off-screen. Reset
   those and center the SVG so the Etsy glyph is visible.
   ============================================================ */
.share-links a.egy-etsy-link,
#side-nav-panel .share-links a.egy-etsy-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-indent: 0 !important;
    overflow: visible !important;
}
.share-links a.egy-etsy-link svg,
#side-nav-panel .share-links a.egy-etsy-link svg {
    position: static !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    fill: currentColor !important;
}

/* ===== stores ===== */
/* ============================================================
   OUR STORE v2 — single Cairo location, dark/gold theme
   (reuses the contact palette conventions)
   ============================================================ */
.egy-stores {
    --c-bg:     #14110c;
    --c-panel:  #1d1813;
    --c-elev:   #2a2218;
    --c-gold:   #c9a961;
    --c-gold-lt:#dcc183;
    --c-gold-dk:#8a6630;
    --c-ink:    #ece6d5;
    --c-ink-2:  #b8b1a0;
    --c-line:   rgba(201,169,97,0.18);
    --c-serif:  'Cormorant Garamond', Georgia, serif;
    --c-sans:   'Hanken Grotesk', 'Inter', system-ui, sans-serif;

    background: var(--c-bg);
    color: var(--c-ink);
    font-family: var(--c-sans);
}
.egy-stores * { box-sizing: border-box; }
.egy-stores .egy-stores__wrap {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 64px);
}
.egy-stores .egy-c-eyebrow {
    display: block;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--c-gold); margin-bottom: 12px;
}

/* hero */
.egy-stores .egy-stores__hero {
    padding-top: clamp(48px, 7vw, 96px);
    padding-bottom: clamp(30px, 4vw, 48px);
    border-bottom: 1px solid var(--c-line);
}
.egy-stores .egy-stores__title {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    line-height: 1.05;
    color: var(--c-ink);
    margin: 0;
}
.egy-stores .egy-stores__lede {
    font-family: var(--c-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    line-height: 1.6;
    color: var(--c-ink-2);
    max-width: 64ch;
    margin: 1.2rem 0 0;
}

/* body grid: map + card */
.egy-stores .egy-stores__body { padding-block: clamp(44px, 6vw, 80px); }
.egy-stores .egy-stores__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
}
.egy-stores .egy-stores__map {
    position: relative;
    min-height: 460px;
    border: 1px solid var(--c-line);
    border-radius: 6px;
    overflow: hidden;
}
.egy-stores .egy-stores__map iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    filter: grayscale(0.2) contrast(1.05);
}

/* store card */
.egy-stores .egy-stores__card {
    background: var(--c-panel);
    border: 1px solid var(--c-line);
    border-radius: 6px;
    padding: clamp(26px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.egy-stores .egy-stores__name {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--c-ink);
    margin: -0.4rem 0 0.4rem;
    line-height: 1.1;
}
.egy-stores .egy-s-row { display: flex; flex-direction: column; }
.egy-stores .egy-s-label {
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--c-gold); margin-bottom: 7px;
}
.egy-stores .egy-s-text { margin: 0; color: var(--c-ink); line-height: 1.6; font-size: 0.98rem; }
.egy-stores .egy-c-email {
    font-family: var(--c-serif);
    font-size: 1.25rem;
    color: var(--c-gold-lt) !important;
    font-weight: 500;
    word-break: break-word;
    transition: color .2s ease;
}
.egy-stores .egy-c-email:hover { color: #fff !important; }

/* directions button */
.egy-stores .egy-c-directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background: linear-gradient(135deg, var(--c-gold-lt) 0%, var(--c-gold) 50%, var(--c-gold-dk) 100%);
    border: none;
    color: #14110c !important;
    padding: 13px 28px;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: filter .2s ease, transform .2s ease;
    margin-top: 0.2rem;
}
.egy-stores .egy-c-directions:hover { filter: brightness(1.06); transform: translateY(-1px); color: #14110c !important; }
.egy-stores .egy-c-directions span { transition: transform .2s ease; }
.egy-stores .egy-c-directions:hover span { transform: translateX(4px); }

/* socials */
.egy-stores .egy-s-socials-row { display: flex; flex-direction: column; padding-top: 1.2rem; border-top: 1px solid var(--c-line); }
.egy-stores .egy-c-socials { display: flex; gap: 12px; }
.egy-stores .egy-c-socials a {
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid rgba(201,169,97,0.35);
    border-radius: 50%;
    color: var(--c-gold);
    transition: all .2s ease;
}
.egy-stores .egy-c-socials a:hover { background: var(--c-gold); border-color: var(--c-gold); color: #14110c; }
.egy-stores .egy-c-socials svg { display: block; }

/* edge-to-edge + hide porto page header on this template */
body.page-template-page-stores-v2 #main,
body.page-template-page-stores-v2 #main > .container,
body.page-template-page-stores-v2 #main > .container > .row,
body.page-template-page-stores-v2 #main > .container > .row > .main-content {
    max-width: none !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page-template-page-stores-v2 .post-content,
body.page-template-page-stores-v2 article.post,
body.page-template-page-stores-v2 .entry-content { margin: 0 !important; padding: 0 !important; }
body.page-template-page-stores-v2 .page-top,
body.page-template-page-stores-v2 .page-header,
body.page-template-page-stores-v2 .breadcrumb { display: none !important; }
body.page-template-page-stores-v2 .porto-block[data-id="2577"] { display: none !important; }

/* responsive */
@media (max-width: 860px) {
    .egy-stores .egy-stores__grid { grid-template-columns: 1fr; }
    .egy-stores .egy-stores__map { min-height: 340px; order: 2; }
    .egy-stores .egy-stores__card { order: 1; }
}

/* ===== about ===== */
/* ============================================================
   ABOUT US v2 — dark/gold editorial page
   ============================================================ */
.egy-about {
    --c-bg:     #14110c;
    --c-panel:  #1d1813;
    --c-elev:   #2a2218;
    --c-papyrus:#ece3d2;
    --c-gold:   #c9a961;
    --c-gold-lt:#dcc183;
    --c-gold-dk:#8a6630;
    --c-ink:    #ece6d5;
    --c-ink-2:  #b8b1a0;
    --c-line:   rgba(201,169,97,0.18);
    --c-serif:  'Cormorant Garamond', Georgia, serif;
    --c-sans:   'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    --c-mono:   'Space Mono', ui-monospace, monospace;

    background: var(--c-bg);
    color: var(--c-ink);
    font-family: var(--c-sans);
}
.egy-about * { box-sizing: border-box; }
.egy-about .egy-about__wrap {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 64px);
}
.egy-about .egy-a-eyebrow {
    display: block;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--c-gold); margin-bottom: 12px;
}
.egy-about .egy-a-h2 {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    line-height: 1.08;
    color: var(--c-ink);
    margin: 0 0 1.1rem;
}
.egy-about .egy-a-text {
    color: var(--c-ink-2);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.75;
    margin: 0;
    max-width: 60ch;
}

/* buttons */
.egy-about .egy-a-btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    padding: 14px 30px; border-radius: 3px;
    transition: all .22s ease; white-space: nowrap;
}
.egy-about .egy-a-btn span { transition: transform .2s ease; }
.egy-about .egy-a-btn:hover span { transform: translateX(4px); }
.egy-about .egy-a-btn-gold {
    background: linear-gradient(135deg, var(--c-gold-lt) 0%, var(--c-gold) 50%, var(--c-gold-dk) 100%);
    color: #14110c !important;
}
.egy-about .egy-a-btn-gold:hover { filter: brightness(1.06); transform: translateY(-1px); }
.egy-about .egy-a-btn-out {
    border: 1px solid var(--c-gold);
    color: var(--c-gold) !important;
}
.egy-about .egy-a-btn-out:hover { background: var(--c-gold); color: #14110c !important; }
.egy-about .egy-about__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 2rem; }

/* HERO */
.egy-about .egy-about__hero {
    padding-top: clamp(48px, 6vw, 90px);
    padding-bottom: clamp(40px, 5vw, 70px);
}
.egy-about .egy-about__hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}
.egy-about .egy-about__title {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    line-height: 1.04;
    color: var(--c-ink);
    margin: 0 0 1.4rem;
}
.egy-about .egy-about__title em { font-style: italic; color: var(--c-gold-lt); }
.egy-about .egy-about__lede {
    font-family: var(--c-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 1.7vw, 1.4rem);
    line-height: 1.6;
    color: var(--c-ink-2);
    max-width: 56ch;
    margin: 0;
}
.egy-about .egy-about__hero-art {
    position: relative;
    aspect-ratio: 4/5;
    border: 1px solid var(--c-line);
    overflow: hidden;
    background:
        repeating-linear-gradient(135deg, rgba(205,167,103,.10) 0 2px, transparent 2px 11px),
        linear-gradient(150deg, #221c15, #2c241a);
}
.egy-about .egy-about__hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
}
.egy-about .egy-a-tag {
    position: absolute; left: -1px; bottom: 26px;
    background: var(--c-gold); color: #14110c;
    font-family: var(--c-mono); font-size: .68rem;
    letter-spacing: .04em; padding: 8px 14px;
    text-transform: uppercase; font-weight: 700; z-index: 2;
}

/* STATS */
.egy-about .egy-about__stats {
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
    padding-block: clamp(28px, 4vw, 44px);
}
.egy-about .egy-a-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.egy-about .egy-a-stat { display: flex; flex-direction: column; }
.egy-about .egy-a-stat__n {
    font-family: var(--c-serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
    color: var(--c-gold-lt);
    margin-bottom: 8px;
}
.egy-about .egy-a-stat__l {
    font-size: 0.72rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--c-ink-2);
}

/* FEATURE (text + image) */
.egy-about .egy-about__feature { padding-block: clamp(44px, 6vw, 84px); }
.egy-about .egy-about__feature--alt { background: var(--c-panel); }
.egy-about .egy-a-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}
.egy-about .egy-a-feature-img {
    aspect-ratio: 4/3;
    background-size: cover; background-position: center;
    border: 1px solid var(--c-line);
    border-radius: 6px;
    min-height: 280px;
}
.egy-about .egy-a-feature-grid--flip .egy-a-feature-img { order: 0; }

/* WHY grid */
.egy-about .egy-about__why {
    background: var(--c-bg);
    padding-block: clamp(48px, 7vw, 90px);
    border-top: 1px solid var(--c-line);
}
.egy-about .egy-a-why-head { text-align: center; margin-bottom: clamp(30px, 4vw, 52px); }
.egy-about .egy-a-why-head .egy-a-h2 { margin-top: 12px; }
.egy-about .egy-a-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--c-line);
    border: 1px solid var(--c-line);
}
.egy-about .egy-a-cell {
    background: var(--c-bg);
    padding: 36px 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: background .25s ease;
}
.egy-about .egy-a-cell:hover { background: var(--c-panel); }
.egy-about .egy-a-ic {
    width: 46px; height: 46px;
    display: grid; place-items: center;
    color: var(--c-gold-lt);
    border: 1px solid var(--c-line);
    border-radius: 50%;
}
.egy-about .egy-a-cell h3 {
    font-family: var(--c-serif);
    font-size: 1.4rem; font-weight: 500;
    color: var(--c-ink); margin: 0;
}
.egy-about .egy-a-cell p { color: var(--c-ink-2); font-size: 0.92rem; line-height: 1.6; margin: 0; }

/* TEAM */
.egy-about .egy-about__team {
    padding-block: clamp(44px, 6vw, 80px);
    text-align: center;
    background: var(--c-panel);
}
.egy-about .egy-about__team .egy-a-eyebrow { text-align: center; }
.egy-about .egy-about__team-text {
    font-family: var(--c-serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    line-height: 1.5;
    color: var(--c-ink);
    max-width: 40ch;
    margin: 0.6rem auto 0;
}

/* CTA band */
.egy-about .egy-about__cta-band {
    text-align: center;
    padding-block: clamp(56px, 8vw, 110px);
    background:
        radial-gradient(ellipse at center, rgba(201,169,97,0.08) 0%, transparent 60%),
        var(--c-bg);
    border-top: 1px solid var(--c-line);
}
.egy-about .egy-a-rule {
    display: block; width: 1px; height: 56px;
    margin: 0 auto 34px;
    background: linear-gradient(180deg, transparent 0%, var(--c-gold) 50%, transparent 100%);
}
.egy-about .egy-about__cta-title {
    font-family: var(--c-serif);
    font-weight: 500;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    color: var(--c-ink);
    margin: 0 0 16px;
}
.egy-about .egy-about__cta-lede {
    font-family: var(--c-serif);
    font-style: italic; font-weight: 300;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    color: var(--c-ink-2);
    max-width: 52ch; margin: 0 auto 8px;
}
.egy-about .egy-about__cta-band .egy-about__cta { justify-content: center; }

/* edge-to-edge + hide porto page header on this template */
body.page-template-page-about-v2 #main,
body.page-template-page-about-v2 #main > .container,
body.page-template-page-about-v2 #main > .container > .row,
body.page-template-page-about-v2 #main > .container > .row > .main-content {
    max-width: none !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page-template-page-about-v2 .post-content,
body.page-template-page-about-v2 article.post,
body.page-template-page-about-v2 .entry-content { margin: 0 !important; padding: 0 !important; }
body.page-template-page-about-v2 .page-top,
body.page-template-page-about-v2 .page-header,
body.page-template-page-about-v2 .breadcrumb { display: none !important; }
body.page-template-page-about-v2 .porto-block[data-id="2577"] { display: none !important; }
/* Porto's dedicated "About Us Page Header" banner (Anubis + old copy) is
   redundant with our new hero — remove it. */
body.page-template-page-about-v2 .porto-block[data-id="2369"] { display: none !important; }

/* responsive */
@media (max-width: 900px) {
    .egy-about .egy-about__hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .egy-about .egy-about__hero-art { max-width: 440px; }
    .egy-about .egy-a-feature-grid { grid-template-columns: 1fr; gap: 28px; }
    .egy-about .egy-a-feature-grid--flip .egy-a-feature-img { order: -1; }
    .egy-about .egy-a-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }
    .egy-about .egy-a-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .egy-about .egy-a-why-grid { grid-template-columns: 1fr; }
    .egy-about .egy-about__cta { flex-direction: column; }
    .egy-about .egy-a-btn { justify-content: center; }
}

/* ===== whatsapp ===== */
/* ============================================================
   Floating WhatsApp widget (bottom-right, all pages)
   WhatsApp green with a subtle gold ring to tie into the theme.
   ============================================================ */
.egy-wa {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 8px 24px -4px rgba(37,211,102,0.55),
                0 0 0 2px rgba(201,169,97,0.55);
    transition: transform .25s ease, box-shadow .25s ease;
    text-decoration: none !important;
}
.egy-wa:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px -4px rgba(37,211,102,0.7),
                0 0 0 2px rgba(201,169,97,0.9);
    color: #fff !important;
}
.egy-wa__icon { display: block; position: relative; z-index: 2; }

/* pulsing ring */
.egy-wa__pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    z-index: 1;
    animation: egyWaPulse 2.4s ease-out infinite;
}
@keyframes egyWaPulse {
    0%   { transform: scale(1);   opacity: 0.55; }
    70%  { transform: scale(1.7); opacity: 0; }
    100% { transform: scale(1.7); opacity: 0; }
}

/* hover tooltip label (desktop) */
.egy-wa__label {
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: #14110c;
    color: #ece6d5;
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 9px 15px;
    border: 1px solid rgba(201,169,97,0.4);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.6);
}
.egy-wa__label::after {
    content: "";
    position: absolute;
    right: -5px; top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 9px; height: 9px;
    background: #14110c;
    border-right: 1px solid rgba(201,169,97,0.4);
    border-top: 1px solid rgba(201,169,97,0.4);
}
.egy-wa:hover .egy-wa__label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Porto scroll-to-top (#topcontrol): lift it above the WhatsApp button so
   they stack instead of overlapping. */
#topcontrol {
    bottom: 96px !important;
    right: 24px !important;
    z-index: 9997 !important;
}

/* mobile: slightly smaller, hide the tooltip */
@media (max-width: 575px) {
    .egy-wa {
        width: 52px; height: 52px;
        right: 16px; bottom: 16px;
    }
    .egy-wa__icon { width: 27px; height: 27px; }
    .egy-wa__label { display: none !important; }
    #topcontrol { bottom: 80px !important; right: 16px !important; }
}
