:root {
    --lumiere-footer-dark: #15120f;
    --lumiere-footer-dark-soft: #1d1813;
    --lumiere-footer-gold: #15120f;
    --lumiere-footer-gold-bright: #15120f;
    --lumiere-footer-white: #fffaf0;
}

.lumiere-global-footer {
    position: relative;
    overflow: hidden;
    padding: 78px clamp(24px, 6vw, 100px) 24px;
    background:
        radial-gradient(circle at 80% 15%, rgba(21,18,15,.13), transparent 30%),
        linear-gradient(145deg, var(--lumiere-footer-dark-soft), var(--lumiere-footer-dark));
    color: var(--lumiere-footer-gold);
    font-family: Montserrat, Arial, sans-serif;
}

.lumiere-footer__glow {
    position: absolute;
    top: -180px;
    left: -160px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(21,18,15,.08);
    filter: blur(10px);
    pointer-events: none;
}

.lumiere-global-footer h2 {
    margin: 0 0 22px;
    color: var(--lumiere-footer-gold-bright);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.05;
}

.lumiere-footer__main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .8fr 1fr 1fr 1.45fr;
    gap: clamp(34px, 5vw, 80px);
    max-width: 1480px;
    margin: 0 auto;
}

.lumiere-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lumiere-footer__column li + li {
    margin-top: 11px;
}

.lumiere-footer__column a,
.lumiere-footer__bottom a {
    position: relative;
    display: inline-block;
    color: var(--lumiere-footer-gold) !important;
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none !important;
    transition: color .25s ease, transform .25s ease;
}

.lumiere-footer__column ul a::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.lumiere-footer__column a:hover,
.lumiere-footer__column a:focus-visible,
.lumiere-footer__bottom a:hover,
.lumiere-footer__bottom a:focus-visible {
    color: var(--lumiere-footer-white) !important;
    transform: translateX(3px);
}

.lumiere-footer__column ul a:hover::after,
.lumiere-footer__column ul a:focus-visible::after {
    transform: scaleX(1);
}

.lumiere-footer__eyebrow {
    margin: 0 0 10px;
    color: var(--lumiere-footer-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.lumiere-footer__subscribe > p:not(.lumiere-footer__eyebrow):not(.lumiere-footer__notice) {
    max-width: 430px;
    margin: 0 0 22px;
    color: rgba(255, 250, 240, .72);
    font-size: 13px;
    line-height: 1.75;
}

.lumiere-footer__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 470px;
    border-bottom: 1px solid rgba(214, 185, 111, .6);
}

.lumiere-footer__form input {
    min-width: 0;
    height: 48px;
    padding: 0 12px 0 0;
    border: 0 !important;
    outline: none;
    background: transparent !important;
    color: var(--lumiere-footer-white) !important;
    box-shadow: none !important;
    font-size: 13px;
}

.lumiere-footer__form input::placeholder {
    color: rgba(255, 250, 240, .46);
}

.lumiere-footer__form button {
    min-width: 112px;
    padding: 0 17px;
    border: 1px solid var(--lumiere-footer-gold) !important;
    border-radius: 999px;
    background: var(--lumiere-footer-gold) !important;
    color: #17120d !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translateY(-6px);
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.lumiere-footer__form button:hover,
.lumiere-footer__form button:focus-visible {
    background: transparent !important;
    color: var(--lumiere-footer-gold-bright) !important;
    transform: translateY(-8px);
    box-shadow: 0 9px 24px rgba(21,18,15,.16);
}

.lumiere-footer__notice {
    margin: 12px 0 0;
    font-size: 12px;
}

.lumiere-footer__notice.is-success { color: #15120f; }
.lumiere-footer__notice.is-error { color: #f0b3a9; }

.lumiere-footer__lower {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: 60px;
    max-width: 1480px;
    margin: 68px auto 0;
    padding-top: 38px;
    border-top: 1px solid rgba(21,18,15,.25);
}

.lumiere-footer__lower h2 {
    margin-bottom: 18px;
    font-size: 24px;
}

.lumiere-footer__payment-list,
.lumiere-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lumiere-payment,
.lumiere-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid rgba(21,18,15,.35);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    color: var(--lumiere-footer-gold) !important;
    text-decoration: none !important;
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.lumiere-payment {
    min-width: 150px;
    padding: 10px 16px;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
}

.lumiere-payment img {
    display: block;
    width: auto;
    max-width: 96px;
    height: 30px;
    object-fit: contain;
}

.lumiere-payment svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.lumiere-social {
    width: 52px;
    min-width: 52px;
    height: 52px;
}

.lumiere-social svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.lumiere-payment:hover,
.lumiere-payment:focus-visible,
.lumiere-social:hover,
.lumiere-social:focus-visible {
    border-color: var(--lumiere-footer-gold-bright);
    background: rgba(21,18,15,.13);
    color: var(--lumiere-footer-white) !important;
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
}

.lumiere-footer__bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1480px;
    margin: 38px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(21,18,15,.15);
    color: rgba(255, 250, 240, .52);
    font-size: 11px;
}

.lumiere-footer__bottom p { margin: 0; }

@media (max-width: 1050px) {
    .lumiere-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .lumiere-global-footer {
        padding-top: 58px;
    }

    .lumiere-footer__main,
    .lumiere-footer__lower {
        grid-template-columns: 1fr;
    }

    .lumiere-footer__lower {
        gap: 34px;
        margin-top: 52px;
    }

    .lumiere-footer__bottom {
        display: block;
    }

    .lumiere-footer__bottom a {
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .lumiere-footer__main {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .lumiere-footer__form {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .lumiere-footer__form input {
        border-bottom: 1px solid rgba(214, 185, 111, .6) !important;
    }

    .lumiere-footer__form button {
        width: 100%;
        margin-top: 15px;
        transform: none;
    }

    .lumiere-footer__form button:hover,
    .lumiere-footer__form button:focus-visible {
        transform: translateY(-2px);
    }
}


/* 2.4 Cash on Delivery logo replaces only the icon */
.lumiere-payment--cod .lumiere-payment__icon {
    width: 30px;
    max-width: 30px;
    height: 30px;
    flex: 0 0 30px;
    object-fit: contain;
}

.lumiere-payment--cod span {
    display: inline-block;
    white-space: nowrap;
}


/* v6.12.0 — Heikaya footer credits */
.lumiere-footer__credits {
    display: flex;
    align-items: center;
    gap: 24px;
    color: rgba(255, 250, 240, .52);
}
.lumiere-footer__credits > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.lumiere-footer__credits > span a {
    margin: 0 !important;
}
@media (max-width: 720px) {
    .lumiere-footer__credits {
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 10px 18px;
    }
    .lumiere-footer__credits > a {
        margin-top: 0 !important;
    }
}


/* v6.12.1 — true three-part footer bottom alignment */
.lumiere-footer__bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 24px !important;
}

.lumiere-footer__copyright {
    justify-self: start;
    margin: 0 !important;
}

.lumiere-footer__developer {
    justify-self: center;
    margin: 0 !important;
    text-align: center;
    white-space: nowrap;
}

.lumiere-footer__developer a {
    margin: 0 !important;
}

.lumiere-footer__backtop {
    justify-self: end;
    margin: 0 !important;
}

@media (max-width: 720px) {
    .lumiere-footer__bottom {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center;
        gap: 10px !important;
    }

    .lumiere-footer__copyright,
    .lumiere-footer__developer,
    .lumiere-footer__backtop {
        justify-self: center !important;
        margin: 0 !important;
    }
}


/* ============================================================
   v6.13.0 — Bright Heikaya footer
   ============================================================ */
.lumiere-global-footer {
    background: #fffdf9 !important;
    color: #15120f !important;
    border-top: 1px solid rgba(21,18,15,.08) !important;
}

.lumiere-footer__glow {
    display: none !important;
}

.lumiere-global-footer h2,
.lumiere-footer__eyebrow,
.lumiere-footer__column a,
.lumiere-footer__bottom a,
.lumiere-payment,
.lumiere-social {
    color: #15120f !important;
}

.lumiere-footer__eyebrow {
    color: #15120f !important;
}

.lumiere-footer__subscribe > p:not(.lumiere-footer__eyebrow):not(.lumiere-footer__notice) {
    color: rgba(21,18,15,.68) !important;
}

.lumiere-footer__column a:hover,
.lumiere-footer__column a:focus-visible,
.lumiere-footer__bottom a:hover,
.lumiere-footer__bottom a:focus-visible {
    color: #15120f !important;
}

.lumiere-footer__form {
    border-bottom-color: rgba(21,18,15,.28) !important;
}

.lumiere-footer__form input {
    color: #15120f !important;
}

.lumiere-footer__form input::placeholder {
    color: rgba(21,18,15,.42) !important;
}

.lumiere-footer__form button {
    border-color: #15120f !important;
    background: #15120f !important;
    color: #15120f !important;
}

.lumiere-footer__form button:hover,
.lumiere-footer__form button:focus-visible {
    border-color: #15120f !important;
    background: #15120f !important;
    color: #fffdf9 !important;
}

.lumiere-footer__lower,
.lumiere-footer__bottom {
    border-top-color: rgba(21,18,15,.12) !important;
}

.lumiere-payment,
.lumiere-social {
    border-color: rgba(21,18,15,.18) !important;
    background: rgba(255,255,255,.62) !important;
}

.lumiere-payment:hover,
.lumiere-payment:focus-visible,
.lumiere-social:hover,
.lumiere-social:focus-visible {
    border-color: #15120f !important;
    background: rgba(21,18,15,.12) !important;
    color: #15120f !important;
    box-shadow: 0 12px 28px rgba(21,18,15,.10) !important;
}

.lumiere-footer__bottom {
    color: rgba(21,18,15,.58) !important;
}

.lumiere-footer__notice.is-success { color: #5e6337 !important; }
.lumiere-footer__notice.is-error { color: #9b433b !important; }

@media (max-width: 480px) {
    .lumiere-footer__form input {
        border-bottom-color: rgba(21,18,15,.28) !important;
    }
}
