/**
 * Bishop Stang Footer -- Styles v1.0.0
 */

.bsftr-wrap, .bsftr-wrap *, .bsftr-wrap *::before, .bsftr-wrap *::after {
    box-sizing: border-box;
}

.bsftr-wrap {
    --bsftr-maroon:      #a80532;
    --bsftr-maroon-dark: #7a0025;
    --bsftr-pink:        #d86b88;
    --bsftr-footer-bg:   #111111;
    --bsftr-line:        rgba(255,255,255,0.09);
    --bsftr-text:        #b9b4b6;
    --bsftr-heading:     #ffffff;
    --bsftr-serif:       'Playfair Display', Georgia, serif;
    --bsftr-sans:        'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
    font-family: var(--bsftr-sans);
}

/* =============================================
   QUICK ACCESS UTILITY BAR
============================================= */
.bsftr-quicklinks {
    background: #000;
    border-bottom: 1px solid var(--bsftr-line);
}
.bsftr-quicklinks-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}
.bsftr-quicklinks-inner a {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}
.bsftr-quicklinks-inner a:hover { color: #fff; }

/* =============================================
   FOOTER SHELL
============================================= */
.bsftr-footer {
    background: var(--bsftr-footer-bg);
    color: var(--bsftr-text);
    padding-top: 64px;
}
.bsftr-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.bsftr-top {
    display: grid;
    grid-template-columns: 1.6fr repeat(6, 1fr);
    gap: 28px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--bsftr-line);
}

/* =============================================
   BRAND COLUMN
============================================= */
.bsftr-brand-logo { margin-bottom: 20px; }
.bsftr-logo-full {
    max-width: 220px;
    height: auto;
    display: block;
}

.bsftr-address {
    font-size: 14px;
    line-height: 1.7;
    color: var(--bsftr-text);
    margin-bottom: 18px;
}

.bsftr-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.bsftr-contact-row i {
    color: var(--bsftr-maroon);
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}
.bsftr-contact-row a { color: var(--bsftr-text); text-decoration: none; }
.bsftr-contact-row a:hover { color: #fff; }

.bsftr-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}
.bsftr-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}
.bsftr-social a:hover {
    background: var(--bsftr-maroon);
    border-color: var(--bsftr-maroon);
    transform: translateY(-2px);
}

/* =============================================
   NAV COLUMNS
============================================= */
.bsftr-col-heading {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bsftr-heading);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bsftr-col-heading::before {
    content: '';
    width: 16px;
    height: 2px;
    background: var(--bsftr-maroon);
    flex-shrink: 0;
}

.bsftr-links,
.bsftr-links li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
.bsftr-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.bsftr-links li { margin: 0 !important; padding: 0 !important; }
.bsftr-links a {
    color: var(--bsftr-text);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
}
.bsftr-links a:hover { color: #fff; }
.bsftr-links a:hover i { transform: translateX(2px); }
.bsftr-links a i {
    font-size: 10px;
    color: var(--bsftr-maroon);
    transition: transform 0.2s ease;
    margin-top: 4px;
    flex-shrink: 0;
}

/* =============================================
   ALSO OF INTEREST
============================================= */
.bsftr-interest {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--bsftr-line);
    flex-wrap: wrap;
    font-size: 14px;
}
.bsftr-interest-label { font-weight: 700; color: #fff; flex-shrink: 0; }
.bsftr-interest a {
    color: var(--bsftr-text);
    text-decoration: none;
    transition: color 0.2s ease;
}
.bsftr-interest a:hover { color: var(--bsftr-pink); }
.bsftr-interest-sep { color: rgba(255,255,255,0.2); }

/* =============================================
   AFFILIATIONS
============================================= */
.bsftr-affiliations {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 28px 0;
    border-bottom: 1px solid var(--bsftr-line);
    flex-wrap: wrap;
    opacity: 0.75;
}
.bsftr-affiliation {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--bsftr-text);
    letter-spacing: 0.03em;
}
.bsftr-affiliation i { color: var(--bsftr-pink); font-size: 15px; }

/* =============================================
   BOTTOM BAR
============================================= */
.bsftr-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: rgba(255,255,255,0.45);
}
.bsftr-copyright { flex: 1; text-align: left; }
.bsftr-bottom-links {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}
.bsftr-bottom-links a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}
.bsftr-bottom-links a:hover { color: #fff; }
.bsftr-credit {
    flex: 1;
    text-align: right;
}
.bsftr-credit a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}
.bsftr-credit a:hover { color: #fff; }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1200px) {
    .bsftr-top { grid-template-columns: 1.6fr repeat(3, 1fr); row-gap: 36px; }
}

@media (max-width: 1024px) {
    .bsftr-top { grid-template-columns: 1fr 1fr 1fr; row-gap: 36px; }
    .bsftr-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .bsftr-top { grid-template-columns: 1fr; gap: 36px; }
    .bsftr-inner { padding: 0 20px; }
    .bsftr-quicklinks-inner { justify-content: flex-start; padding: 12px 20px; gap: 18px 22px; }
    .bsftr-affiliations { gap: 20px 28px; }
    .bsftr-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .bsftr-copyright, .bsftr-bottom-links, .bsftr-credit { flex: none; text-align: left; justify-content: flex-start; }
    .bsftr-bottom-links { gap: 16px; }
}
