/* Shared monochrome signature footer */
.signature-footer {
    background: #050505 !important;
    color: #fff !important;
    font-family: "Inter", Arial, sans-serif !important;
    overflow: hidden !important;
    padding: 0 clamp(24px, 6vw, 105px) 28px !important;
    position: relative !important;
}

.signature-footer a { color: inherit !important; text-decoration: none !important; }

.signature-footer__lead {
    align-items: end !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
    display: grid !important;
    gap: 50px !important;
    grid-template-columns: 1.35fr .65fr !important;
    padding: 82px 0 68px !important;
    position: relative !important;
    z-index: 2 !important;
}

.signature-footer__eyebrow,
.signature-footer__title,
.signature-footer__heading {
    text-transform: uppercase !important;
}

.signature-footer__eyebrow {
    color: rgba(255,255,255,.58) !important;
    display: block !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    margin-bottom: 22px !important;
}

.signature-footer__title {
    font-family: "Oswald", "Arial Narrow", sans-serif !important;
    font-size: clamp(52px, 6vw, 102px) !important;
    font-weight: 600 !important;
    letter-spacing: -2.5px !important;
    line-height: .92 !important;
    margin: 0 !important;
    max-width: 900px !important;
}

.signature-footer__lead-side p {
    color: rgba(255,255,255,.62) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
    max-width: 410px !important;
}

.signature-footer__phone {
    align-items: center !important;
    border-bottom: 1px solid rgba(255,255,255,.35) !important;
    border-top: 1px solid rgba(255,255,255,.35) !important;
    display: flex !important;
    font-size: clamp(20px, 2vw, 31px) !important;
    font-weight: 800 !important;
    justify-content: space-between !important;
    min-height: 82px !important;
}

.signature-footer__phone span { font-size: 22px !important; transition: transform .2s ease !important; }
.signature-footer__phone:hover span { transform: translateX(5px) !important; }

.signature-footer__grid {
    align-items: start !important;
    display: grid !important;
    gap: clamp(34px, 4.5vw, 72px) !important;
    grid-template-columns: 1.35fr .7fr .85fr !important;
    padding: 68px 0 80px !important;
    position: relative !important;
    z-index: 2 !important;
}

.signature-footer__grid > div:not(.signature-footer__identity) {
    border-top: 1px solid rgba(255,255,255,.2) !important;
    padding-top: 18px !important;
}

.signature-footer__brand {
    color: #fff !important;
    display: inline-flex !important;
    font-size: 31px !important;
    font-weight: 800 !important;
    letter-spacing: -1.8px !important;
    line-height: 1 !important;
}

.signature-footer__brand-copy {
    color: rgba(255,255,255,.54) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin: 24px 0 30px !important;
    max-width: 380px !important;
}

.signature-footer__socials { display: flex !important; gap: 9px !important; }
.signature-footer__social {
    align-items: center !important;
    border: 1px solid rgba(255,255,255,.42) !important;
    display: inline-flex !important;
    height: 48px !important;
    justify-content: center !important;
    transition: background .2s ease, color .2s ease !important;
    width: 48px !important;
}
.signature-footer__social svg { height: 20px !important; width: 20px !important; }
.signature-footer__social:hover { background: #fff !important; color: #050505 !important; }

.signature-footer__heading {
    color: rgba(255,255,255,.52) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 1.8px !important;
    margin: 0 0 17px !important;
}

.signature-footer__links {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
    justify-content: flex-start !important;
    width: 100% !important;
}
.signature-footer__links a {
    color: rgba(255,255,255,.72) !important;
    font-size: 13px !important;
    width: fit-content !important;
}
.signature-footer__links a:hover { color: #fff !important; }

.signature-footer__bottom {
    align-items: center !important;
    border-top: 1px solid rgba(255,255,255,.2) !important;
    color: rgba(255,255,255,.48) !important;
    display: flex !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    justify-content: space-between !important;
    letter-spacing: 1px !important;
    padding-top: 27px !important;
    position: relative !important;
    text-transform: uppercase !important;
    z-index: 2 !important;
}

.signature-footer__credit { color: rgba(255,255,255,.5) !important; }
.signature-footer__credit strong {
    color: #fff !important;
    font-weight: 800 !important;
    letter-spacing: 1.4px !important;
    margin-left: 5px !important;
}

.signature-footer__wordmark {
    bottom: -3.5vw !important;
    color: rgba(255,255,255,.025) !important;
    font-size: 15vw !important;
    font-weight: 900 !important;
    left: 50% !important;
    letter-spacing: -1vw !important;
    line-height: .8 !important;
    pointer-events: none !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
}

@media (max-width: 800px) {
    .signature-footer { padding: 0 20px 100px !important; }
    .signature-footer__lead { align-items: start !important; gap: 42px !important; grid-template-columns: 1fr !important; padding: 65px 0 55px !important; }
    .signature-footer__title { font-size: clamp(49px, 14vw, 70px) !important; }
    .signature-footer__grid { grid-template-columns: 1fr 1fr !important; padding: 55px 0 65px !important; }
    .signature-footer__identity { grid-column: 1 / -1 !important; }
    .signature-footer__bottom { align-items: flex-start !important; flex-direction: column !important; gap: 15px !important; }
    .signature-footer__wordmark { bottom: 40px !important; font-size: 25vw !important; }
}

@media (max-width: 480px) {
    .signature-footer__grid { grid-template-columns: 1fr !important; }
    .signature-footer__identity { grid-column: auto !important; }
    .signature-footer__phone { font-size: 22px !important; }
}
