/* Radiant Airflows marketing site - footer. */

#radiant-website .rw-footer {
    background: #0f2a2d;
    color: #cfe0e1;
    margin-top: var(--rw-space-6);
}

#radiant-website .rw-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.4fr);
    gap: var(--rw-space-5);
    padding-block: var(--rw-space-6);
}

@media (max-width: 960px) {
    #radiant-website .rw-footer__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 560px) {
    #radiant-website .rw-footer__grid { grid-template-columns: minmax(0, 1fr); gap: var(--rw-space-4); }
}

#radiant-website .rw-footer__col--brand img {
    height: 44px;
    width: auto;
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
}

#radiant-website .rw-footer__blurb {
    margin-top: var(--rw-space-3);
    font-size: 0.92rem;
    max-width: 42ch;
    color: #a9c0c1;
}

#radiant-website .rw-footer__social {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: var(--rw-space-3);
    color: #eaf3f3;
    font-weight: 600;
}
#radiant-website .rw-footer__social:hover { color: #fff; }

#radiant-website .rw-footer__heading {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: var(--rw-space-3);
}

#radiant-website .rw-footer__list { display: grid; gap: 0.55rem; }
#radiant-website .rw-footer__list a { color: #cfe0e1; font-size: 0.92rem; overflow-wrap: anywhere; }
#radiant-website .rw-footer__list a:hover { color: #fff; }

#radiant-website .rw-footer__col { min-width: 0; }
#radiant-website .rw-footer__office { margin-bottom: var(--rw-space-3); font-size: 0.9rem; }
#radiant-website .rw-footer__office-label {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.2rem;
}
#radiant-website .rw-footer__address { font-style: normal; color: #a9c0c1; overflow-wrap: anywhere; }
#radiant-website .rw-footer__phones { display: grid; gap: 0.2rem; margin-top: 0.35rem; }
#radiant-website .rw-footer__phones a { overflow-wrap: anywhere; }
#radiant-website .rw-footer__phones a,
#radiant-website .rw-footer__email { color: #eaf3f3; font-weight: 600; }
#radiant-website .rw-footer__phones a:hover,
#radiant-website .rw-footer__email:hover { color: #fff; }
#radiant-website .rw-footer__email { display: inline-block; margin-top: 0.4rem; overflow-wrap: anywhere; }

#radiant-website .rw-footer__bar {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
#radiant-website .rw-footer__bar-inner {
    display: flex;
    justify-content: space-between;
    gap: var(--rw-space-3);
    padding-block: var(--rw-space-3);
    font-size: 0.85rem;
    color: #94adae;
    flex-wrap: wrap;
}
