/**
 * Home hub page styles
 * VERSION: 2026.09.07.1
 */

.jumbotron-hub {
    margin-bottom: 0;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3.5rem, 7vw, 5rem);
}

.hero-hub {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.hero-hub .hero-logo {
    max-width: 140px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.hero-hub .hero-eyebrow {
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}

.hero-hub h1 {
    font-size: var(--font-size-hero);
    margin: 0 0 14px;
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.15;
}

.hero-hub .lead {
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
    line-height: 1.55;
    opacity: 0.92;
    margin-bottom: 8px;
}

.hero-hub .hero-actions {
    justify-content: center;
    margin-top: 28px;
}

.btn-hero-secondary {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.55) !important;
    color: #fff !important;
}
.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #fff !important;
    color: #fff !important;
}

.page-header-flush {
    border-bottom: none;
    margin-bottom: 28px;
}

.page-header-dark {
    border-bottom: none;
}
.page-header-dark h2 {
    color: var(--color-section-dark-text);
}

.home-section-lead {
    color: var(--color-text-muted);
    font-size: 16px;
    margin: 8px 0 0;
}

.ui-card-branch {
    display: flex;
    flex-direction: column;
}

.ui-card__list {
    margin: 0 0 20px;
    padding-left: 18px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.ui-card__list li + li {
    margin-top: 6px;
}

.mp-logo-strip--light {
    justify-content: flex-start;
    margin: 0 0 20px;
}
.mp-logo-strip--light a {
    background: var(--color-surface-muted);
    color: var(--color-text);
    border: 1px solid var(--color-border);
}
.mp-logo-strip--light a:hover {
    background: #E8EEF3;
    color: var(--color-text);
}

.ui-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.ui-card-link:hover,
.ui-card-link:focus {
    text-decoration: none;
    color: inherit;
}
.section-dark .ui-card-link .ui-card__icon {
    color: #7EB8E0;
}

.btn-on-dark {
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
}
.btn-on-dark:hover,
.btn-on-dark:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
    color: #fff !important;
}

.contact-aside {
    margin-top: 0;
}
.contact-aside__hours {
    font-size: 15px;
    margin: 0 0 8px;
    color: var(--color-text);
}

@media (max-width: 767px) {
    .hero-hub .hero-logo {
        max-width: 110px;
    }
    .contact-aside {
        margin-top: 24px;
    }
}
