/* Luxury Cut Legal Footer — v1.0.0
   BEM namespace: .lux-footer__
   Charcoal + champagne-gold (luxury barber aesthetic; calibrate against
   template palette during 1.C if needed). */

/* Hide the theme template footer (single source of truth = this plugin) */
footer.site-footer {
    display: none !important;
}

/* Header wordmark sizing (v1.1.3): natural PNG is 832x140 — constrain
   to standard header logo scale */
img.custom-logo {
    max-width: 210px !important;
    height: auto !important;
}

/* Home hero shop photo (v1.1.4): FULL photo, no crop — natural 1.64:1
   landscape shown complete, vertically centered against the text column,
   soft shadow to anchor it. */
img.wp-image-2184 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(22, 22, 22, 0.16);
}

/* Vertically centre the hero's two columns so the landscape photo
   sits balanced beside the taller text column */
div:has(> div > figure > img.wp-image-2184) {
    display: flex;
    align-items: center !important;
}

.lux-footer {
    background: #161616;
    padding: 56px 32px 0;
    font-family: inherit;
}

/* Full-width shop photo band above the footer grid (v1.1.1)
   True-colour photo melting into the charcoal footer via bottom fade */
.lux-footer__photo {
    position: relative;
    margin: -56px -32px 40px;
    height: 240px;
    background-image: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.05) 45%, rgba(22, 22, 22, 0.55) 78%, #161616 100%), url('/wp-content/uploads/2026/07/2026-07-17-15.54.29.jpg');
    background-size: cover;
    background-position: center 35%;
}

.lux-footer__photo-caption {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    color: #c9a96a;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .lux-footer__photo {
        margin: -40px -20px 32px;
        height: 200px;
    }
}

.lux-footer__grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.9fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
}

.lux-footer__wordmark {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lux-footer__tagline {
    color: #c9a96a;
    font-size: 14px;
    margin: 0 0 12px;
}

.lux-footer__blurb {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 300px;
}

.lux-footer__heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 18px;
}

.lux-footer__list,
.lux-footer__hours {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lux-footer__list li {
    margin: 0 0 12px;
}

.lux-footer__hours li {
    display: flex;
    justify-content: space-between;
    color: #b8b8b8;
    font-size: 13px;
    margin: 0 0 8px;
    max-width: 220px;
}

.lux-footer__day {
    color: #8a8a8a;
}

.lux-footer__list a {
    color: #b8b8b8;
    font-size: 15px;
    text-decoration: none;
}

.lux-footer__list a:hover,
.lux-footer__list a:focus {
    color: #c9a96a;
    text-decoration: underline;
}

.lux-footer__link--prominent {
    font-weight: 600;
    color: #efefef !important;
}

.lux-footer__legal-bar {
    border-top: 1px solid #2a2a2a;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0 32px;
    text-align: center;
}

.lux-footer__company {
    color: #b8b8b8;
    font-size: 12px;
    margin: 0 0 6px;
}

.lux-footer__address,
.lux-footer__vat {
    color: #8a8a8a;
    font-size: 12px;
    margin: 0 0 6px;
}

.lux-footer__contact {
    color: #b8b8b8;
    font-size: 12px;
    margin: 0 0 6px;
}

/* Payment badges (v1.2.0) — deposits via Stripe */
.lux-footer__payments {
    margin: 14px 0 10px;
}

.lux-footer__payments-label {
    display: block;
    color: #8a8a8a;
    font-size: 11px;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.lux-footer__badges {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.lux-footer__badge {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    color: #d6d6d6;
    background: #1f1f1f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.lux-footer__contact a {
    color: #b8b8b8;
    text-decoration: underline;
}

.lux-footer__contact a:hover {
    color: #c9a96a;
}

.lux-footer__copyright {
    color: #8a8a8a;
    font-size: 11px;
    margin: 0;
}

@media (max-width: 992px) {
    .lux-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .lux-footer {
        padding: 40px 20px 0;
    }
    .lux-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 32px;
    }
    .lux-footer__blurb {
        max-width: none;
    }
}