/* Loaded only by the sports landing page; the other catalogs share their original styles. */
html, body { color-scheme: light; }
#global-header.sticky nav a,
#global-header.sticky .text-gray-600,
#global-header.sticky span,
#global-header.sticky button,
#global-header.sticky i[data-lucide] {
    color: #14251c !important;
    text-shadow: none !important;
    filter: none !important;
}
#global-header.sticky img { filter: none !important; }
.navie-sports-page .navie-suite-hero {
    min-height: auto;
    padding: 7rem 0 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #10271b;
}
.navie-sports-page .navie-suite-hero::after { display: none; }
.navie-sports-page .navie-suite-hero-inner {
    width: 100%;
    max-width: 90rem;
    padding: 0 1.5rem;
    text-align: center;
}
.navie-sports-page .navie-suite-hero h1 {
    max-width: none;
    margin: 1.2rem 0;
    font-size: clamp(2.85rem, 5.7vw, 5.5rem);
    line-height: 1.04;
    letter-spacing: -.055em;
}
.navie-sports-page .navie-suite-hero h1 span { color: #15803d; }
.navie-sports-page .navie-suite-hero p {
    max-width: 43rem;
    margin: 0 auto;
    color: #526158;
    font-size: clamp(.95rem, 1.3vw, 1.1rem);
    line-height: 1.65;
}
.navie-sports-team {
    display: block;
    width: 100%;
    max-width: 90rem;
    height: auto;
    margin: 1.1rem auto 0;
}
#modalidades { scroll-margin-top: 1rem; }
.navie-sports-photo-card {
    min-height: 46rem;
    gap: 1rem;
    padding: clamp(2rem, 4vw, 4.5rem);
}
.navie-sports-photo-card::before { display: none; }
.navie-sports-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
}
.navie-sports-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(3,7,18,.12) 0%, rgba(3,7,18,.2) 23%, rgba(3,7,18,.85) 46%, #030712 88%);
}
.navie-sports-photo-card.is-upcoming { filter: none; }
.navie-sports-photo-card .navie-suite-visual {
    min-height: 15rem;
    align-items: flex-start;
    justify-content: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}
.navie-sports-photo-card .navie-suite-visual::before { display: none; }
.navie-sports-photo-card .navie-suite-icon {
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 1.1rem;
    background: color-mix(in srgb, var(--deep) 80%, transparent);
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    backdrop-filter: blur(8px);
}
.navie-sports-photo-card .navie-suite-icon svg { width: 1.7rem; height: 1.7rem; }
.navie-sports-photo-card .navie-suite-copy { max-width: none; display: flex; flex-direction: column; flex: 1; }
.navie-sports-photo-card .navie-suite-status { background: #071810; align-self: flex-start; }
.navie-sports-photo-card .navie-suite-actions { margin-top: auto; padding-top: 1.75rem; }
.navie-sports-photo-card.is-upcoming .navie-suite-status { background: #071c2b; }
.navie-sports-photo-card .navie-suite-copy h3 { font-size: clamp(2.4rem, 4.25vw, 4.4rem); }
.navie-sports-photo-card .navie-suite-action:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
@media (max-width: 1023px) and (min-width: 768px) {
    .navie-sports-photo-card { padding: 2rem 1.5rem; }
    .navie-sports-photo-card .navie-suite-features { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .navie-sports-page .navie-suite-hero { padding-top: 6.5rem; }
    .navie-sports-page .navie-suite-hero-inner { padding: 0 1.25rem; }
    .navie-sports-page .navie-suite-hero h1 { max-width: 13ch; margin: 1.15rem auto; }
    .navie-sports-page .navie-suite-hero p { max-width: 30rem; }
    .navie-sports-team { margin-top: 1.25rem; }
    .navie-sports-photo-card { min-height: 43rem; padding: 1.5rem 1.25rem 3rem; gap: 1.5rem; }
    .navie-sports-photo-card .navie-suite-visual { min-height: 14rem; }
    .navie-sports-background { height: 29rem; }
    .navie-sports-photo-card::after {
        background: linear-gradient(180deg, rgba(3,7,18,.08) 0, rgba(3,7,18,.2) 12rem, rgba(3,7,18,.92) 20rem, #030712 29rem);
    }
    .navie-sports-photo-card .navie-suite-copy h3 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
}
