.elementor-2016 .elementor-element.elementor-element-a673a9f{--display:flex;}.elementor-2016 .elementor-element.elementor-element-3f3dd56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2016 .elementor-element.elementor-element-3f3dd56:not(.elementor-motion-effects-element-type-background), .elementor-2016 .elementor-element.elementor-element-3f3dd56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F0;}/* Start custom CSS for html, class: .elementor-element-e78b1e0 *//* =========================================================
   DIVINE FOOTER — D.4 VANITY FAIR 2026 ARCHITECTURAL CORE
   Hybrid serif/sans, grain, cinematic motion, signature underline
========================================================= */

:root {
    --divine-ink: #0B0A09;
    --divine-terracotta: #C45A3A;
    --divine-bone: #F9F7F2;
    --transition-luxe: 0.6s cubic-bezier(.19,.49,.32,1);
}

/* ---------------------------------------------------------
   1. FOOTER WRAPPER — ARCHITECTURAL PRESENCE
--------------------------------------------------------- */

.dm-footer {
    background-color: var(--divine-ink) !important;
    color: var(--divine-bone);
    padding: clamp(80px, 10vw, 120px) 6vw 70px !important;
    margin-top: 140px;
    position: relative;
    overflow: hidden;
    width: 100%;
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px;
}

/* Medium Vogue-style grain overlay */
.dm-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NkYGD4DwABBAEAzszbmQAAAABJRU5ErkJggg==");
    opacity: 0.12;
    mix-blend-mode: overlay;
    z-index: 1;
}

/* ---------------------------------------------------------
   2. GHOST LOGO — REFINED, LESS INTRUSIVE
--------------------------------------------------------- */

.dm-footer::before {
    content: 'D';
    position: absolute;
    right: -4%;
    bottom: -8%;
    font-family: "Didot", "Playfair Display", serif;
    font-size: clamp(18rem, 38vw, 48rem);
    font-weight: 700;
    color: rgba(255,255,255,0.03);
    line-height: 0.7;
    pointer-events: none;
    z-index: 1;
    letter-spacing: -0.05em;
    user-select: none;
}

/* ---------------------------------------------------------
   3. TOP GRID — MASTHEAD DIRECTORY
--------------------------------------------------------- */

.dm-footer-top {
    display: grid !important;
    grid-template-columns: 2.5fr repeat(3, minmax(140px, 1fr));
    gap: clamp(40px, 5vw, 80px);
    position: relative;
    z-index: 2;
}

/* ---------------------------------------------------------
   4. LOGO — SERIF MASTHEAD
--------------------------------------------------------- */

.dm-footer-logo {
    font-family: "Didot", "Playfair Display", serif !important;
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin-bottom: 32px;
    display: inline-block;
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   5. SECTION TITLES — SIGNATURE UNDERLINE MOTIF
--------------------------------------------------------- */

.dm-footer-title {
    font-family: "Inter", system-ui, sans-serif !important;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--divine-terracotta);
    margin-bottom: 28px;
    display: block;
    position: relative;
    padding-bottom: 12px;
}

/* Underline motif */
.dm-footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background: var(--divine-terracotta);
    transform: scaleX(1);
    transform-origin: left;
}

/* ---------------------------------------------------------
   6. NAVIGATION LINKS — CINEMATIC MICRO-MOTION
--------------------------------------------------------- */

.dm-footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dm-footer-list li {
    margin-bottom: 14px;
}

.dm-footer-list a {
    position: relative;
    font-family: "Reddit Sans", sans-serif; !important;
    font-weight: 400;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color var(--transition-luxe), transform var(--transition-luxe);
    display: inline-block;
}

/* Terracotta underline animation */
.dm-footer-list a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--divine-terracotta);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--transition-luxe);
}

.dm-footer-list a:hover {
    color: #ffffff;
    transform: translateX(8px);
}

.dm-footer-list a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* ---------------------------------------------------------
   7. SOCIAL BUTTONS — ARCHITECTURAL CAPSULES
--------------------------------------------------------- */

.dm-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.dm-footer-social a {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 10px 22px;
    transition: var(--transition-luxe);
}

.dm-footer-social a:hover {
    background: var(--divine-terracotta) !important;
    color: #ffffff !important;
    border-color: var(--divine-terracotta) !important;
    transform: translateY(-3px);
}

/* ---------------------------------------------------------
   8. BOTTOM BAR — CLEAN, MODERN, EDITORIAL
--------------------------------------------------------- */

.dm-footer-bottom {
    margin-top: 90px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: "Inter", system-ui, sans-serif !important;
    font-size: 9px !important;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(255,255,255,0.25);
}

/* ---------------------------------------------------------
   9. RESPONSIVE REFINEMENTS
--------------------------------------------------------- */

@media (max-width: 1024px) {
    .dm-footer-top {
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (max-width: 768px) {
    .dm-footer-top {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dm-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .dm-footer::before {
        display: none;
    }
}

/* =========================================================
   D.4 FOOTER MENU — READABILITY FIX
========================================================= */

.dm-footer-list a {
    color: rgba(255,255,255,0.78) !important; /* Higher contrast */
    font-weight: 500 !important; /* Slightly stronger for clarity */
    font-size: 1.05rem !important; /* Micro‑downscale for crispness */
    letter-spacing: 0.01em !important;
    text-rendering: optimizeLegibility;
}

/* Underline: thicker + slightly lower for clarity */
.dm-footer-list a::after {
    height: 2px !important;
    bottom: -6px !important;
    background-color: var(--divine-terracotta) !important;
}

/* Hover: remove micro-blur shift, keep elegance */
.dm-footer-list a:hover {
    transform: none !important;
    color: #ffffff !important;
}/* End custom CSS */