@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/barlow-condensed/barlow-condensed-latin-ext-800.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/barlow-condensed/barlow-condensed-latin-800.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --navy: #081b33;
    --navy-2: #0d294b;
    --navy-3: #16416c;
    --gold: #f4c400;
    --gold-soft: #ffe36a;
    --ink: #142235;
    --muted: #647187;
    --line: #dfe5ec;
    --surface: #f4f6f8;
    --white: #fff;
    --shadow: 0 24px 70px rgba(8, 27, 51, .14);
    --radius: 6px;
    --shell: min(1180px, calc(100% - 40px));
}

/* Team pages */
.team-page {
    overflow: clip;
    background: #f3f5f7;
    color: var(--navy);
}

.team-page .team-hero {
    position: relative;
    min-height: 0;
    padding: 150px 0 76px;
    overflow: hidden;
    align-items: stretch;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 204, 0, .2), transparent 28%),
        linear-gradient(125deg, #06172b 0%, #0b2948 62%, #123b62 100%);
}

.team-page .team-hero::after {
    position: absolute;
    right: -7vw;
    bottom: -170px;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(255, 204, 0, .07);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.team-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
    align-items: end;
    gap: clamp(42px, 7vw, 100px);
}

.team-hero.has-no-image .team-hero__grid { grid-template-columns: minmax(0, 900px); }
.team-hero__content { min-width: 0; }
.team-page .team-breadcrumb { margin-bottom: 38px; color: rgba(255, 255, 255, .72); }
.team-page .team-breadcrumb a { color: var(--white); }
.team-page .team-breadcrumb a:hover { color: var(--gold); }
.team-page .team-breadcrumb a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.team-page .team-hero .kicker { display: inline-block; margin-bottom: 16px; color: var(--gold); }
.team-page .team-hero h1 {
    max-width: 980px;
    margin: 0;
    overflow-wrap: anywhere;
    font-size: clamp(44px, 6vw, 86px);
    line-height: .98;
    letter-spacing: -.045em;
}

.team-hero__season {
    display: inline-flex;
    min-height: 40px;
    margin: 24px 0 0;
    padding: 9px 15px;
    align-items: center;
    border: 1px solid rgba(255, 204, 0, .5);
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.team-hero__excerpt { max-width: 720px; margin: 24px 0 0; color: rgba(255, 255, 255, .78); font-size: 17px; line-height: 1.7; }
.team-hero__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 2px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
    aspect-ratio: 4 / 3;
}

.team-hero__image { width: 100%; height: 100%; display: block; object-fit: cover; }
.team-page__body { padding: 0 0 112px; }
.team-page__body > .shell { width: min(1340px, calc(100% - 48px)); }

.team-section-nav {
    position: relative;
    z-index: 3;
    display: flex;
    width: max-content;
    max-width: 100%;
    min-height: 64px;
    margin: -32px 0 64px;
    padding: 8px;
    gap: 4px;
    align-items: center;
    overflow-x: auto;
    border-bottom: 4px solid var(--gold);
    background: var(--white);
    box-shadow: 0 16px 44px rgba(4, 20, 38, .12);
    scrollbar-width: thin;
}

.team-section-nav a {
    display: inline-flex;
    min-width: max-content;
    min-height: 44px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .055em;
    text-decoration: none;
    text-transform: uppercase;
}

.team-section-nav a:hover { background: #f0f3f6; }
.team-section-nav a:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.team-section { scroll-margin-top: 120px; }
.team-page .team-section + .team-section { margin-top: 96px; }
.team-section__heading { margin-bottom: 36px; }
.team-section__heading .kicker { display: block; margin-bottom: 10px; color: #a57a00; }
.team-section__heading h2 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.team-editorial { max-width: 900px; }
.team-editorial__content { max-width: 820px; margin: 0; }
.team-editorial__content img,
.team-editorial__content iframe,
.team-editorial__content video,
.team-editorial__content table { max-width: 100%; }
.team-editorial__content img { height: auto; }
.team-editorial__content iframe,
.team-editorial__content video { width: 100%; }
.team-editorial__content a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.team-roster-photo {
    width: 100%;
    margin: 0 0 clamp(38px, 5vw, 62px);
    overflow: hidden;
    border: 1px solid #d5dce3;
    border-bottom: 5px solid var(--gold);
    border-radius: 12px;
    background: var(--navy);
    box-shadow: 0 20px 52px rgba(6, 23, 43, .14);
}

.team-roster-photo__image {
    width: 100%;
    height: auto;
    display: block;
}

.team-roster__group + .team-roster__group { margin-top: 54px; }
.team-roster__group > h3 {
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cfd6dd;
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -.025em;
}

.team-roster__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.team-person-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce2e8;
    border-bottom: 4px solid var(--gold);
    background: var(--white);
    box-shadow: 0 12px 36px rgba(6, 23, 43, .08);
}

.team-person-card__media { position: relative; overflow: hidden; background: #0a213b; aspect-ratio: 4 / 5; }
.team-person-card__image { width: 100%; height: 100%; display: block; object-fit: cover; }
.team-person-card__number {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    color: var(--navy);
    background: var(--gold);
    box-shadow: 0 8px 22px rgba(4, 18, 34, .3);
    font-size: 21px;
    font-weight: 950;
    line-height: 1;
}
.team-person-card__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background:
        linear-gradient(145deg, transparent 0 52%, rgba(255, 204, 0, .12) 52% 100%),
        radial-gradient(circle at 75% 20%, rgba(255, 204, 0, .18), transparent 32%),
        #071c34;
}

.team-person-card__placeholder span {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 3px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.team-person-card__body { min-width: 0; padding: 22px 22px 24px; }
.team-person-card__role {
    margin: 10px 0 0;
    color: #9b7300;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.team-person-card h3,
.team-person-card h4 {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.team-person-card__meta { display: grid; margin: 22px 0 0; gap: 10px; }
.team-person-card__meta div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.team-person-card__meta dt { color: #66717d; font-size: 12px; line-height: 1.4; }
.team-person-card__meta dd { margin: 0; color: var(--navy); font-size: 12px; font-weight: 800; line-height: 1.4; text-align: right; overflow-wrap: anywhere; }

.team-staff__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.team-person-card--coach .team-person-card__media { aspect-ratio: 4 / 5; }
.team-person-card__coach-meta { margin: 16px 0 0; color: #596572; font-size: 13px; }
.team-person-card__career { margin-top: 16px; color: #4e5a66; font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
.team-person-card__career > :first-child { margin-top: 0; }
.team-person-card__career > :last-child { margin-bottom: 0; }

.matches-hub-page .team-hero__excerpt { font-size: 19px; }
.matches-hub-page .team-section-nav a { padding-inline: 21px; font-size: 15px; }
.matches-hub-page .team-section__heading .kicker { font-size: 12px; }

.matches-team-nav {
    display: flex;
    margin: -34px 0 26px;
    gap: 8px;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
}

.matches-team-nav a {
    display: inline-flex;
    min-height: 46px;
    padding: 10px 20px;
    border: 2px solid var(--navy);
    align-items: center;
    justify-content: center;
    color: var(--navy);
    background: var(--white);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.matches-team-nav a:hover,
.matches-team-nav a[aria-current="page"] {
    border-color: var(--gold);
    background: var(--gold);
}

.matches-team-nav a:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.matches-team-nav + .team-section-nav { margin-top: 0; }

.team-schedule__months { display: grid; gap: 30px; }
.team-schedule__month { overflow: hidden; border: 1px solid #d9e0e6; background: var(--white); box-shadow: 0 12px 34px rgba(6, 23, 43, .06); }
.team-schedule__month > h3 {
    margin: 0;
    padding: 21px 26px;
    background: var(--navy);
    color: var(--white);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.team-schedule__list { display: grid; }
.team-fixture {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 104px;
    min-width: 0;
    min-height: 104px;
    padding: 18px 24px;
    gap: 18px;
    align-items: center;
}

.team-fixture + .team-fixture { border-top: 1px solid #e2e7ec; }
.team-fixture__date { display: grid; margin: 0; gap: 3px; color: #4e5e6f; overflow-wrap: anywhere; }
.team-fixture__date-value { font-size: 15px; font-weight: 850; }
.team-fixture__time { color: var(--navy); font-size: 16px; font-weight: 750; line-height: 1.2; }
.team-fixture__time strong { color: #8a6900; font-size: 19px; font-weight: 950; }
.team-fixture__teams { display: grid; grid-template-columns: minmax(0, 1fr) minmax(78px, auto) minmax(0, 1fr); gap: 9px; align-items: center; min-width: 0; }

.team-fixture__teams span { min-width: 0; font-size: clamp(18px, 1.55vw, 23px); font-weight: 900; line-height: 1.18; overflow-wrap: anywhere; }
.team-fixture__teams span:first-child { text-align: right; }
.team-fixture__teams span:last-child { text-align: left; }
.team-fixture__score { min-width: 78px; padding: 11px 14px; background: var(--gold); color: var(--navy); font-size: 25px; font-weight: 950; line-height: 1; text-align: center; }
.team-fixture.has-no-score .team-fixture__score { border: 1px solid #d2dae2; background: #edf1f4; color: #506071; }
.team-fixture__link { display: inline-flex; min-height: 46px; padding: 8px 12px; gap: 8px; align-items: center; justify-content: center; color: var(--navy); font-size: 13px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.team-fixture__link:hover { background: #edf1f4; }
.team-fixture__link:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.team-fixture:not(:has(.team-fixture__link)) { grid-template-columns: 170px minmax(0, 1fr); }

.team-table-scroll {
    width: 100%;
    max-width: 100%;
    contain: inline-size layout paint;
    overflow-x: auto;
    border: 1px solid #d5dce3;
    background: var(--white);
    box-shadow: 0 14px 40px rgba(6, 23, 43, .08);
    scrollbar-color: var(--gold) #e4e8ec;
}

.team-standings { min-width: 0; max-width: 100%; overflow: hidden; }

.team-table-scroll:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.team-table { width: 100%; min-width: 1080px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.team-table th,
.team-table td { padding: 18px 15px; border-bottom: 1px solid #e1e6eb; text-align: center; white-space: nowrap; }
.team-table thead th { height: 66px; background: var(--navy); color: var(--white); font-size: 14px; letter-spacing: .055em; text-transform: uppercase; }
.team-table thead th:nth-child(2),
.team-table tbody th { text-align: left; }
.team-table tbody th { min-width: 270px; color: var(--navy); font-size: 18px; font-weight: 900; }
.team-table tbody td { color: #435363; font-size: 16px; font-weight: 700; }
.team-table tbody tr:last-child th,
.team-table tbody tr:last-child td { border-bottom: 0; }
.team-table tbody tr:nth-child(even) { background: #f7f8fa; }
.team-table tbody tr.is-current-team { background: #fff4bf; box-shadow: inset 5px 0 0 var(--gold); }
.team-table__logo-cell { width: 76px; }
.team-table__logo { width: 42px; height: 42px; display: block; margin: auto; object-fit: contain; }
.team-table abbr { text-decoration: none; }
.team-table a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.team-empty-state {
    max-width: 760px;
    margin: 64px 0 0;
    padding: 30px 34px;
    border-left: 5px solid var(--gold);
    background: var(--white);
    color: #465462;
    font-size: 17px;
    line-height: 1.6;
}

@media (max-width: 1200px) {
    .team-roster__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
    .team-page .team-hero { padding: 132px 0 68px; }
    .team-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(260px, 36%); gap: 42px; }
    .team-page .team-section + .team-section { margin-top: 80px; }
    .team-fixture { grid-template-columns: 150px minmax(0, 1fr) 90px; gap: 13px; }
    .team-fixture:not(:has(.team-fixture__link)) { grid-template-columns: 150px minmax(0, 1fr); }
}

@media (max-width: 900px) {
    .team-hero__grid { grid-template-columns: minmax(0, 1fr); }
    .team-hero__media { width: min(100%, 620px); aspect-ratio: 16 / 9; }
    .team-roster__grid,
    .team-staff__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .team-fixture,
    .team-fixture:not(:has(.team-fixture__link)) { grid-template-columns: minmax(0, 1fr) auto; }
    .team-fixture__date { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .team-page .team-hero { padding: 116px 0 58px; }
    .team-page .team-breadcrumb { margin-bottom: 28px; }
    .team-page .team-hero h1 { font-size: clamp(39px, 13vw, 58px); letter-spacing: -.04em; }
    .team-page__body { padding-bottom: 80px; }
    .team-roster-photo { margin-bottom: 34px; border-radius: 8px; }
    .team-page__body > .shell { width: min(100% - 28px, 1340px); }
    .team-section-nav {
        width: 100%;
        margin: -28px 0 52px;
        flex-wrap: wrap;
        overflow: visible;
    }
    .team-section-nav a { flex: 1 1 auto; padding-inline: 15px; }
    .team-page .team-section + .team-section { margin-top: 68px; }
    .team-section__heading { margin-bottom: 28px; }
    .team-section__heading h2 { font-size: clamp(34px, 11vw, 48px); }
    .team-roster__grid,
    .team-staff__grid { grid-template-columns: minmax(0, 1fr); }
    .team-person-card__media { aspect-ratio: 16 / 13; }
    .team-person-card__number { top: 12px; right: 12px; width: 48px; height: 48px; font-size: 19px; }
    .team-person-card--coach .team-person-card__media { aspect-ratio: 4 / 5; }
    .team-fixture,
    .team-fixture:not(:has(.team-fixture__link)) { grid-template-columns: minmax(0, 1fr); padding: 18px; gap: 13px; }
    .team-fixture__date { grid-column: auto; }
    .team-fixture__date { grid-template-columns: repeat(2, max-content); align-items: baseline; gap: 10px; }
    .team-fixture__date-value { font-size: 15px; }
    .team-fixture__time { font-size: 15px; }
    .team-fixture__time strong { font-size: 18px; }
    .team-fixture__teams { grid-template-columns: minmax(0, 1fr) minmax(62px, auto) minmax(0, 1fr); gap: 7px; }
    .team-fixture__teams span { font-size: clamp(16px, 4.9vw, 20px); }
    .team-fixture__score { min-width: 62px; padding: 10px 8px; font-size: 22px; }
    .team-fixture__link { width: max-content; max-width: 100%; padding-inline: 0; justify-content: flex-start; }
    .team-table { min-width: 1020px; }
    .team-table th,
    .team-table td { padding: 16px 12px; }
    .team-table thead th { font-size: 13px; }
    .team-table tbody th { min-width: 250px; font-size: 17px; }
    .team-table tbody td { font-size: 15px; }
    .team-table thead th:first-child,
    .team-table tbody td:first-child { min-width: 48px; }
}

@media (max-width: 360px) {
    .team-page__body > .shell { width: min(100% - 20px, 1340px); }
    .team-person-card__body { padding: 20px 18px 22px; }
    .team-person-card__meta div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
    .team-person-card__meta dd { text-align: left; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif; line-height: 1.6; }
body.nav-is-open { overflow: hidden; }
body.search-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.shell--content { max-width: 900px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: var(--navy); background: var(--gold); font-weight: 800; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; background: rgba(8,27,51,.97); box-shadow: 0 12px 36px rgba(0,0,0,.2); }
body:not(.home) .site-header { background: rgba(8,27,51,.98); box-shadow: 0 10px 35px rgba(8,27,51,.14); }
.site-header__inner { min-height: 94px; display: flex; align-items: center; gap: 34px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--white); }
.site-brand .custom-logo-link { display: block; line-height: 0; }
.site-brand .custom-logo { width: auto; max-width: 78px; max-height: 72px; }
.site-brand__crest { width: 58px; height: 68px; display: grid; place-items: center; background: var(--gold); color: var(--navy); font-size: 17px; font-weight: 950; letter-spacing: -1px; clip-path: polygon(10% 0, 90% 0, 100% 72%, 50% 100%, 0 72%); }
.site-brand__crest-image { width: 58px; height: 70px; display: block; object-fit: contain; }
.site-brand__text { display: grid; line-height: .92; text-transform: uppercase; }
.site-brand__text strong { font-size: 24px; font-weight: 950; letter-spacing: -.8px; }
.site-brand__text small { margin-top: 7px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 3px; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav__list li { position: relative; }
.site-nav__list a { display: block; padding: 36px 0 31px; font-size: 13px; font-weight: 900; letter-spacing: .65px; text-transform: uppercase; }
.site-nav__list > li > a::after { content: ''; position: absolute; right: 50%; bottom: 24px; left: 50%; height: 3px; background: var(--gold); transition: right .2s, left .2s; }
.site-nav__list > li:hover > a::after, .site-nav__list > .current-menu-item > a::after { right: 0; left: 0; }
.site-nav__list .sub-menu { position: absolute; top: calc(100% - 12px); left: -22px; min-width: 240px; margin: 0; padding: 12px 0; visibility: hidden; opacity: 0; transform: translateY(8px); list-style: none; color: var(--navy); background: var(--white); box-shadow: var(--shadow); transition: .2s; }
.site-nav__list li:hover > .sub-menu, .site-nav__list li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.site-nav__list .sub-menu a { padding: 10px 22px; font-size: 12px; }
.header-shop { display: inline-flex; align-items: center; gap: 9px; padding: 14px 18px; color: var(--navy); background: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .6px; text-transform: uppercase; }
.nav-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 9px; border: 0; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: min(820px, 92vh); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: radial-gradient(circle at 75% 30%, var(--navy-3), var(--navy) 55%); }
.hero--image { background-image: var(--hero-image); background-position: 68% center; background-size: cover; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,31,.95) 0%, rgba(4,16,31,.63) 48%, rgba(4,16,31,.15) 78%), linear-gradient(0deg, rgba(4,16,31,.85), transparent 52%); }
.hero::before { content: ''; position: absolute; z-index: 1; top: 0; right: -9vw; width: 36vw; height: 100%; opacity: .15; background: var(--gold); transform: skewX(-11deg); }
.hero__content { position: relative; z-index: 2; padding-bottom: 205px; }
.hero__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.hero__eyebrow span { width: 42px; height: 4px; background: var(--gold); }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(44px, 6.3vw, 88px); line-height: .98; letter-spacing: -3px; text-wrap: balance; }
.hero__content > p { max-width: 670px; margin: 24px 0 32px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero__rail { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero__rail a { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 26px 34px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(8,27,51,.92); transition: background .2s, transform .2s; }
.hero__rail a:first-child { background: var(--gold); color: var(--navy); }
.hero__rail a:hover { background: var(--navy-2); transform: translateY(-6px); }
.hero__rail a:first-child:hover { background: var(--gold-soft); }
.hero__rail strong { font-size: 18px; font-weight: 900; text-transform: uppercase; }
.hero__rail span { margin-top: 4px; font-size: 13px; opacity: .7; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 24px; border: 2px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 950; letter-spacing: .7px; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button--gold { color: var(--navy); background: var(--gold); }
.button--outline { color: var(--navy); border-color: var(--navy); }
.text-link { color: inherit; font-size: 12px; font-weight: 900; letter-spacing: .55px; text-transform: uppercase; }
.kicker { display: block; margin-bottom: 8px; color: var(--navy-3); font-size: 11px; font-weight: 950; letter-spacing: 2.2px; text-transform: uppercase; }
.section { padding: 96px 0; }
.section--navy { color: var(--white); background: var(--navy); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2, .page-heading h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 55px); line-height: 1; letter-spacing: -2px; }
.section-heading--light h2, .section-heading--light .text-link { color: var(--white); }
.section-heading--light .kicker { color: var(--gold); }
.section-heading--center { justify-content: center; text-align: center; }

.matches {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 92px;
    background: #06172c;
}
.matches > .shell { width: var(--first-screen-shell); }
.matches::after {
    content: 'JKS';
    position: absolute;
    right: -35px;
    bottom: -115px;
    color: rgba(255,255,255,.02);
    font-size: 330px;
    font-weight: 950;
    line-height: 1;
    pointer-events: none;
}
.matches__heading { position: relative; z-index: 1; }
.matches__heading .kicker { color: var(--gold); }
.matches__heading .text-link { padding: 10px 0; border-bottom: 2px solid var(--gold); }
.matches__heading .text-link:hover { color: var(--gold); }
.text-link--icon { display: inline-flex; align-items: center; gap: 9px; }
.link-arrow-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex: 0 0 auto;
    background: currentColor;
    mask: url('../images/icons/arrow-right.svg') center / contain no-repeat;
    -webkit-mask: url('../images/icons/arrow-right.svg') center / contain no-repeat;
    transition: transform .2s ease;
}
.text-link--icon:hover .link-arrow-icon,
.text-link--icon:focus-visible .link-arrow-icon,
.match-card__link:hover .link-arrow-icon,
.match-card__link:focus-visible .link-arrow-icon { transform: translateX(4px); }
.matches__heading .text-link:focus-visible,
.match-card__link:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.matches__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}
.match-card {
    position: relative;
    min-width: 0;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 34px 28px;
    border: 1px solid rgba(255,255,255,.12);
    border-top: 5px solid var(--gold);
    color: var(--white);
    background:
        radial-gradient(circle at 88% 12%, rgba(244,196,0,.065), transparent 28%),
        linear-gradient(145deg, rgba(16,52,91,.94), rgba(10,38,70,.94));
    box-shadow: 0 22px 58px rgba(0,0,0,.18);
}
.match-card__header { min-height: 100px; padding: 28px 0 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.match-card__header p { margin: 7px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.45; }
.match-card__eyebrow { color: var(--gold); font-size: 11px; font-weight: 950; letter-spacing: 2px; text-transform: uppercase; }
.match-card__kickoff { min-height: 105px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 18px 0 12px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: center; }
.match-card__kickoff span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.match-card__kickoff strong { max-width: 100%; font-size: clamp(17px, 1.42vw, 22px); line-height: 1.22; overflow-wrap: anywhere; }
.match-card__kickoff small,
.match-card__status { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.35; }
.match-card__teams {
    min-height: 235px;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(88px, .55fr) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 22px 0 14px;
}
.match-team { min-width: 0; display: grid; justify-items: center; align-content: center; gap: 11px; text-align: center; }
.match-team img,
.match-team__logo-missing {
    width: 92px;
    height: 92px;
    object-fit: contain;
}
.match-team__logo-missing {
    display: grid;
    place-items: center;
    border: 1px dashed rgba(255,255,255,.2);
    border-radius: 50%;
    color: rgba(255,255,255,.45);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.match-team__role { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.match-team strong {
    max-width: 100%;
    min-height: 38px;
    font-size: 15px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.match-card__center { min-width: 0; display: grid; place-items: center; text-align: center; }
.match-card__score { color: var(--white); font-size: clamp(42px, 4vw, 64px); font-weight: 950; letter-spacing: -2px; line-height: 1; overflow-wrap: anywhere; }
.match-card__versus { color: var(--gold); font-size: 18px; font-weight: 950; letter-spacing: 1px; }
.match-card__empty { margin: auto 0; color: rgba(255,255,255,.62); text-align: center; }
.match-card__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
    text-align: right;
    text-transform: uppercase;
    transition: color .2s ease;
}
.match-card__link:hover { color: var(--gold-soft); }

@media (max-width: 900px) {
    .matches__grid { grid-template-columns: 1fr; }
    .match-card { min-height: 440px; }
}

.news-section { background: var(--surface); }
.news-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 22px; }
.news-card { min-width: 0; background: var(--white); transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.news-card--featured { grid-row: span 2; }
.news-card__media { min-height: 200px; display: block; overflow: hidden; background: var(--navy-2); }
.news-card--featured .news-card__media { min-height: 420px; }
.news-card__media img { width: 100%; height: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; transition: transform .4s; }
.news-card:hover .news-card__media img { transform: scale(1.04); }
.news-card__placeholder { min-height: 220px; display: grid; place-items: center; color: rgba(255,255,255,.12); font-size: 74px; font-weight: 950; }
.news-card__body { padding: 23px; }
.news-card__meta { display: flex; gap: 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.news-card__meta span { color: var(--navy-3); }
.news-card h3 { margin: 10px 0 16px; color: var(--navy); font-size: 20px; line-height: 1.2; letter-spacing: -.5px; }
.news-card--featured h3 { font-size: 31px; }
.news-card p { color: var(--muted); }

.cta-band { color: var(--white); background: var(--navy-2); }
.cta-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.cta-tile { min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; border-right: 1px solid rgba(255,255,255,.12); transition: background .2s; }
.cta-tile:hover { background: var(--navy-3); }
.cta-tile--gold { color: var(--navy); background: var(--gold); }
.cta-tile--gold:hover { background: var(--gold-soft); }
.cta-tile span { font-size: 11px; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; }
.cta-tile strong { margin-top: 6px; font-size: 27px; line-height: 1.1; }
.cta-tile b { margin-top: 22px; font-size: 25px; }

.competition { background: var(--white); }
.competition__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.fixtures-panel, .standings-panel { padding: 34px; background: var(--surface); }
.fixtures-panel h3, .standings-panel h3 { margin: 0 0 22px; color: var(--navy); font-size: 22px; }
.fixture-row { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.fixture-row time { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.fixture-row > div { display: grid; grid-template-columns: 1fr 54px 1fr; align-items: center; gap: 12px; }
.fixture-row > div span:last-child { text-align: right; }
.fixture-row strong { padding: 6px; color: var(--white); background: var(--navy); text-align: center; }
.standing-row { min-height: 49px; display: grid; grid-template-columns: 38px 1fr 42px 48px; align-items: center; gap: 8px; padding: 7px 10px; border-bottom: 1px solid var(--line); font-size: 13px; }
.standing-row > span:not(:first-child), .standing-row > b { text-align: center; }
.standing-row.is-jarota { color: var(--navy); background: var(--gold); }
.standings-panel .text-link { display: inline-block; margin-top: 25px; }

.sponsors-section {
    border-top: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(8, 27, 51, .025) 25%, transparent 25%) 0 0 / 34px 34px,
        #f7f8fa;
}
.sponsors-section > .shell { width: min(1340px, calc(100% - 48px)); }
.sponsors-section__heading { align-items: flex-end; margin-bottom: 54px; }
.sponsors-section__heading > div { max-width: 760px; }
.sponsors-section__heading p { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.sponsor-group + .sponsor-group { margin-top: 44px; padding-top: 38px; border-top: 1px solid #dde2e7; }
.sponsor-group h3 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.sponsor-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.sponsor-group--main .sponsor-logo-grid { grid-template-columns: minmax(260px, 380px); }
.sponsor-logo-card {
    min-width: 0;
    min-height: 150px;
    display: grid;
    place-items: center;
    padding: 24px;
    border: 1px solid #dce2e8;
    border-radius: 8px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 10px 28px rgba(8, 27, 51, .045);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
a.sponsor-logo-card:hover {
    border-color: rgba(190, 148, 0, .7);
    box-shadow: 0 15px 34px rgba(8, 27, 51, .09);
    transform: translateY(-3px);
}
a.sponsor-logo-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sponsor-logo-card.is-featured { min-height: 195px; padding: 32px; }
.sponsor-logo-card img {
    width: auto;
    height: auto;
    max-width: min(88%, 200px);
    max-height: 86px;
    display: block;
    object-fit: contain;
}
.sponsor-logo-card.is-featured img { max-width: min(90%, 260px); max-height: 125px; }

.footer-sponsors { padding: 64px 0; border-top: 1px solid var(--line); background: #f7f8fa; }
.footer-sponsors__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.footer-sponsors__heading h2 { margin: 4px 0 0; color: var(--navy); font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -1.5px; }
.footer-sponsors__logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.footer-sponsors .sponsor-logo-card { min-height: 108px; padding: 16px; box-shadow: none; }
.footer-sponsors .sponsor-logo-card img { max-width: 88%; max-height: 68px; filter: none; opacity: 1; }

.site-footer { color: #c9d2dc; background: #031225; border-top: 4px solid var(--gold); }
.site-footer__main { border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer__compact { width: min(1220px, calc(100% - 48px)); display: grid; grid-template-columns: 1.2fr .9fr 1fr; align-items: center; gap: clamp(42px, 7vw, 100px); padding-top: 54px; padding-bottom: 54px; }
.site-footer h2 { margin: 0 0 16px; color: var(--gold); font-size: 13px; font-weight: 950; letter-spacing: 1.3px; text-transform: uppercase; }
.site-footer p { margin: 0; color: #b6c2cf; font-size: 14px; line-height: 1.65; }
.site-brand--footer { margin-bottom: 12px; }
.site-brand--footer .site-brand__crest-image { width: 50px; height: 68px; object-fit: contain; }
.site-brand--footer .site-brand__text strong { max-width: 250px; color: var(--white); font-size: 19px; line-height: 1.1; }
.footer-identity__contact {
    display: grid;
    gap: 7px;
    margin: 0 0 13px;
    color: #dce3ea;
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}
.footer-identity__address { display: block; }
.footer-identity__phone {
    width: fit-content;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: var(--white);
    font-weight: 800;
}
.footer-identity__phone span { color: var(--gold); font-size: 11px; font-weight: 950; letter-spacing: .7px; text-transform: uppercase; }
.footer-identity__phone:hover { color: var(--gold); }
.footer-social { margin: 0; text-align: center; }
.footer-social ul, .site-footer__bottom ul { margin: 0; padding: 0; list-style: none; }
.footer-social ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.footer-social a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.04); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.footer-social a:hover, .footer-social a:focus-visible { color: var(--navy); border-color: var(--gold); background: var(--gold); transform: translateY(-2px); }
.footer-contact { justify-self: end; }
.footer-contact p { max-width: 270px; margin-bottom: 14px; }
.footer-action { min-height: 40px; display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .5px; text-transform: uppercase; }
.footer-action .link-arrow-icon { width: 18px; height: 18px; background-color: currentColor; }
.site-footer a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.site-footer__bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #98a7b7; font-size: 11px; letter-spacing: .35px; text-transform: uppercase; }
.site-footer__bottom ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.site-footer__bottom a { color: #c9d2dc; text-decoration: underline; text-decoration-color: rgba(244,196,0,.65); text-underline-offset: 4px; }
.site-footer__bottom a:hover, .site-footer__bottom a:focus-visible { color: var(--white); text-decoration-color: var(--gold); }

.archive-main, .page-main { padding-top: 160px; min-height: 65vh; }
.page-heading { margin-bottom: 46px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-archive__heading p { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.news-archive__grid { align-items: stretch; }
.news-archive__grid .news-card { display: flex; flex-direction: column; }
.news-archive__grid .news-card__body { display: flex; flex: 1; flex-direction: column; }
.news-archive__grid .news-card__body .text-link { margin-top: auto; }
.news-archive .page-numbers { margin: 45px 0 0; padding: 0; display: flex; justify-content: center; gap: 8px; list-style: none; }
.news-archive .page-numbers li .page-numbers { margin: 0; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 45px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--line); }
.page-numbers.current { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.article-hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; color: var(--white); background: var(--navy-2); }
.article-hero--image { background-image: var(--hero-image); background-position: center; background-size: cover; }
.article-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,31,.95), rgba(4,16,31,.1)); }
.article-hero__inner { position: relative; z-index: 1; padding-bottom: 72px; }
.article-hero h1 { max-width: 950px; margin: 14px 0 0; font-size: clamp(40px, 6vw, 74px); line-height: 1; letter-spacing: -2.5px; }
.article-hero .news-card__meta { color: var(--gold); }
.article-layout { display: grid; grid-template-columns: minmax(0, 770px) 260px; justify-content: space-between; gap: 70px; padding-top: 70px; padding-bottom: 90px; }
.article-content { font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif; font-size: 18px; }
.article-content > *:first-child { margin-top: 0; }
.article-content a { color: var(--navy-3); text-decoration: underline; }
.article-content h2, .article-content h3 { color: var(--navy); font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif; line-height: 1.15; }
.article-content blockquote { margin-inline: 0; padding: 22px 30px; border-left: 5px solid var(--gold); background: var(--surface); }
.article-aside { align-self: start; padding: 28px; border-top: 5px solid var(--gold); background: var(--surface); }
.content-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; }

.club-content-page { background: #f3f5f7; }
.club-content-page__hero {
    position: relative;
    overflow: hidden;
    padding: 165px 0 84px;
    color: var(--white);
    background:
        radial-gradient(circle at 85% 20%, rgba(244,196,0,.11), transparent 30%),
        linear-gradient(135deg, #031225, #082d55);
}
.club-content-page__hero::after {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image: url('../images/jarota-crest.png');
    background-repeat: repeat;
    background-size: 118px auto;
    content: '';
    pointer-events: none;
}
.club-content-page__hero .shell { position: relative; z-index: 1; }
.club-content-page__hero .jarota-breadcrumb { color: rgba(255,255,255,.68); }
.club-content-page__hero .jarota-breadcrumb a { color: rgba(255,255,255,.82); }
.club-content-page__hero .jarota-breadcrumb a:hover { color: var(--gold); }
.club-content-page__hero .kicker { display: block; margin-top: 34px; color: var(--gold); }
.club-content-page__hero h1 {
    max-width: 920px;
    margin: 10px 0 0;
    color: var(--white);
    font-size: clamp(44px, 6vw, 76px);
    line-height: .98;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    text-wrap: balance;
}
.club-content-page__body { min-height: 360px; padding: 0 0 96px; }
.club-content-page__content {
    position: relative;
    z-index: 2;
    width: min(100%, 1040px);
    margin: -34px auto 0;
    padding: clamp(34px, 5vw, 68px);
    border-top: 5px solid var(--gold);
    color: #172538;
    background: var(--white);
    box-shadow: 0 24px 70px rgba(3,18,37,.12);
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.75;
}
.club-content-page__content > *:first-child { margin-top: 0; }
.club-content-page__content > *:last-child { margin-bottom: 0; }
.club-content-page__content p,
.club-content-page__content li,
.club-content-page__content a,
.club-content-page__content span,
.club-content-page__content strong,
.club-content-page__content em,
.club-content-page__content h2,
.club-content-page__content h3,
.club-content-page__content h4,
.club-content-page__content td,
.club-content-page__content th {
    font-family: Aptos, "Segoe UI", Arial, sans-serif !important;
}
.club-content-page__content p { margin: 0 0 22px; }
.club-content-page__content h2,
.club-content-page__content h3,
.club-content-page__content h4 {
    margin: 38px 0 16px;
    color: var(--navy);
    line-height: 1.15;
}
.club-content-page__content a {
    color: #0757a3;
    text-decoration-color: var(--gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.club-content-page__content a:hover { color: var(--navy); }
.club-content-page__content ul,
.club-content-page__content ol { padding-left: 24px; }
.club-content-page__content li + li { margin-top: 8px; }
.club-content-page__content img { max-width: 100%; height: auto; border-radius: 10px; }
.club-content-page__content table { width: 100%; border-collapse: collapse; }
.club-content-page__content th,
.club-content-page__content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; }
.club-content-page__content hr { margin: 38px 0; border: 0; border-top: 1px solid var(--line); }
.club-content-page__extra { margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--line); }

.directory-page { background: #f3f5f7; }
.directory-page__hero {
    position: relative;
    overflow: hidden;
    padding: 152px 0 88px;
    color: var(--white);
    background:
        radial-gradient(circle at 82% 18%, rgba(255,202,0,.13), transparent 30%),
        linear-gradient(135deg, #06182d 0%, #0b2a4b 100%);
}
.directory-page__hero::after {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    opacity: .16;
    background: repeating-linear-gradient(135deg, transparent 0 42px, rgba(255,255,255,.06) 42px 43px);
}
.directory-page__hero .shell { position: relative; z-index: 1; }
.directory-page__hero .jarota-breadcrumb { color: rgba(255,255,255,.68); }
.directory-page__hero .jarota-breadcrumb a { color: rgba(255,255,255,.82); }
.directory-page__hero .jarota-breadcrumb a:hover { color: var(--gold); }
.directory-page__hero .kicker { display: block; margin-top: 34px; color: var(--gold); }
.directory-page__hero h1 {
    max-width: 900px;
    margin: 12px 0 0;
    color: var(--white);
    font-size: clamp(48px, 6vw, 82px);
    line-height: .98;
    letter-spacing: -2.5px;
}
.directory-page__hero p { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.directory-page__body { padding: 72px 0 96px; }
.team-directory__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.team-directory__card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(7,30,55,.14);
    border-top: 4px solid var(--gold);
    color: var(--white);
    background: linear-gradient(145deg, #102f52 0%, #071c34 100%);
    box-shadow: 0 20px 45px rgba(7,30,55,.12);
}
.team-directory__card .kicker { position: relative; z-index: 1; color: var(--gold); }
.team-directory__card h2 { position: relative; z-index: 1; max-width: 440px; margin: 16px 0 42px; color: var(--white); font-size: clamp(26px, 3vw, 40px); line-height: 1.05; }
.team-directory__number { position: absolute; right: 20px; bottom: -34px; color: rgba(255,255,255,.055); font-size: 190px; font-weight: 900; line-height: 1; }
.team-directory__card .button { position: relative; z-index: 1; }
.directory-page__empty { margin: 0; padding: 36px; border-left: 4px solid var(--gold); background: var(--white); }

@media (max-width: 760px) {
    .club-content-page__hero { padding: 125px 0 64px; }
    .club-content-page__hero .kicker { margin-top: 24px; }
    .club-content-page__hero h1 { font-size: clamp(38px, 12vw, 56px); letter-spacing: -1.5px; }
    .club-content-page__body { padding-bottom: 68px; }
    .club-content-page__content { margin-top: -24px; padding: 30px 22px; font-size: 16px; line-height: 1.7; }
    .directory-page__hero { padding: 125px 0 64px; }
    .directory-page__hero .kicker { margin-top: 24px; }
    .directory-page__hero h1 { font-size: clamp(38px, 12vw, 56px); letter-spacing: -1.5px; }
    .directory-page__hero p { font-size: 16px; }
    .directory-page__body { padding: 48px 0 68px; }
    .team-directory__grid { grid-template-columns: 1fr; }
    .team-directory__card { min-height: 260px; padding: 30px 24px; }
    .team-directory__number { font-size: 140px; }
}

.team-hero { min-height: 420px; display: flex; align-items: flex-end; padding: 150px 0 70px; color: var(--white); background: linear-gradient(120deg, var(--navy), var(--navy-3)); }
.team-hero .kicker { color: var(--gold); }
.team-hero h1 { margin: 0; font-size: clamp(46px, 7vw, 80px); line-height: 1; letter-spacing: -3px; }
.team-section + .team-section { margin-top: 92px; }
.team-intro { max-width: 800px; margin-bottom: 70px; }
.player-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.player-card { overflow: hidden; background: var(--surface); }
.player-card img, .player-card__placeholder { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.player-card__placeholder { display: grid; place-items: center; color: rgba(255,255,255,.15); background: var(--navy); font-size: 60px; font-weight: 950; }
.player-card > div:last-child { padding: 20px; }
.player-card h3 { margin: 0; color: var(--navy); font-size: 18px; }
.player-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.schedule-list { display: grid; gap: 30px; }
.schedule-month { padding: 28px 34px; background: var(--surface); }
.schedule-month h3 { margin: 0 0 8px; color: var(--navy); font-size: 24px; }
.full-table { max-width: 900px; background: var(--surface); }
.full-table__head { display: grid; grid-template-columns: 38px 1fr 42px 48px; gap: 8px; padding: 14px 10px; color: var(--white); background: var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 140px 0 80px; color: var(--white); background: var(--navy); text-align: center; }
.error-page__code { display: block; color: var(--gold); font-size: clamp(90px, 20vw, 220px); font-weight: 950; line-height: .8; }
.error-page h1 { margin: 30px 0 8px; font-size: 40px; }

@media (max-width: 1400px) {
    .site-header__inner { min-height: 82px; }
    .nav-toggle { display: block; order: 2; }
    .header-shop { order: 3; }
    .site-nav { position: fixed; inset: 82px 0 0; margin: 0; padding: 30px 20px; visibility: hidden; opacity: 0; overflow-y: auto; background: var(--navy); transform: translateY(-15px); transition: .2s; }
    .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
    .site-nav__list { display: block; }
    .site-nav__list a { padding: 14px 0; font-size: 18px; }
    .site-nav__list > li > a::after { display: none; }
    .site-nav__list .sub-menu { position: static; min-width: 0; padding: 0 0 8px 18px; visibility: visible; opacity: 1; transform: none; color: rgba(255,255,255,.75); background: transparent; box-shadow: none; }
    .site-nav__list .sub-menu a { padding: 8px 0; font-size: 13px; }
    .news-grid { grid-template-columns: 1.4fr 1fr; }
    .news-card--featured { grid-row: span 2; }
    .news-grid .news-card:last-child { display: none; }
    .sponsor-logo-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .player-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1100px) {
    .sponsor-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .footer-sponsors__logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    :root { --shell: min(100% - 28px, 1180px); }
    .site-brand__text { display: none; }
    .site-brand__crest, .site-brand__crest-image { width: 46px; height: 58px; font-size: 14px; }
    .header-shop { padding: 12px; }
    .header-shop span { display: none; }
    .hero { min-height: 760px; }
    .hero__content { padding-bottom: 280px; }
    .hero h1 { font-size: clamp(39px, 13vw, 60px); letter-spacing: -2px; }
    .hero__content > p { font-size: 15px; }
    .hero__rail { grid-template-columns: 1fr; width: 100%; }
    .hero__rail a { min-height: 78px; padding: 15px 22px; }
    .hero__rail span { display: none; }
    .section { padding: 68px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
    .matches__grid, .competition__grid, .cta-band__grid, .article-layout, .content-columns { grid-template-columns: 1fr; }
    .match-card { padding: 25px 18px; }
    .matches { scroll-margin-top: 78px; }
    .match-card__teams { grid-template-columns: 1fr 48px 1fr; }
    .match-team img, .match-team__logo-missing { width: 58px; height: 58px; }
    .news-grid, .archive-grid { grid-template-columns: 1fr; }
    .news-card--featured .news-card__media { min-height: 240px; }
    .news-grid .news-card:last-child { display: block; }
    .cta-tile { min-height: 170px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .fixtures-panel, .standings-panel { padding: 24px 16px; }
    .fixture-row { grid-template-columns: 1fr; gap: 6px; }
    .fixture-row > div { grid-template-columns: 1fr 42px 1fr; font-size: 12px; }
    .sponsors-section > .shell { width: min(100% - 28px, 1340px); }
    .sponsors-section__heading { align-items: flex-start; margin-bottom: 38px; }
    .sponsors-section__heading p { font-size: 14px; }
    .sponsor-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .sponsor-group--main .sponsor-logo-grid { grid-template-columns: minmax(0, 1fr); }
    .sponsor-logo-card { min-height: 118px; padding: 15px; }
    .sponsor-logo-card.is-featured { min-height: 160px; padding: 24px; }
    .sponsor-logo-card img { max-width: 90%; max-height: 70px; }
    .sponsor-logo-card.is-featured img { max-height: 110px; }
    .footer-sponsors { padding: 48px 0; }
    .footer-sponsors__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
    .footer-sponsors__logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer__compact { width: min(100% - 28px, 1220px); grid-template-columns: 1fr; gap: 34px; padding-top: 46px; padding-bottom: 46px; text-align: center; }
    .site-brand--footer .site-brand__text { display: grid; }
    .site-brand--footer { justify-content: center; }
    .footer-identity__contact { justify-items: center; }
    .footer-identity__phone { width: auto; }
    .footer-contact { justify-self: center; }
    .site-footer__bottom { flex-direction: column; justify-content: center; gap: 10px; padding-top: 18px; padding-bottom: 18px; text-align: center; }
    .site-footer__bottom ul { justify-content: center; }
    .article-hero { min-height: 470px; }
    .article-layout { gap: 35px; padding-top: 45px; }
    .article-content { font-size: 17px; }
    .player-grid { grid-template-columns: repeat(2, 1fr); }
    .schedule-month { padding: 22px 15px; }
}

@media (max-width: 380px) {
    .sponsors-section > .shell { width: min(100% - 20px, 1340px); }
    .footer-sponsors__logos { grid-template-columns: 1fr 1fr; gap: 8px; }
    .sponsor-logo-card { min-height: 108px; padding: 12px; }
    .sponsor-logo-card img { max-height: 62px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Header v2 — compact club navigation inspired by modern matchday sites. */
.site-header__inner {
    width: min(1800px, calc(100% - 48px));
    min-height: 100px;
    gap: 26px;
}
.site-header .site-brand--header { width: 76px; justify-content: center; }
.site-header .site-brand--header .custom-logo { max-width: 70px; max-height: 80px; }
.site-header .site-brand__crest-image { width: 58px; height: 80px; }
.site-header .nav-toggle {
    width: 50px;
    height: 50px;
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 11px;
    cursor: pointer;
    order: initial;
}
.site-header .site-brand--header,
.quick-nav,
.header-signature,
.header-search,
.header-match,
.site-header .header-shop { order: initial; }
.hero { min-height: 760px; }
.site-header .nav-toggle > span:not(.screen-reader-text) { height: 3px; margin: 6px 0; border-radius: 4px; }
.quick-nav { margin-right: auto; }
.quick-nav ul { display: flex; align-items: center; gap: clamp(28px, 3vw, 62px); margin: 0; padding: 0; list-style: none; }
.quick-nav a { position: relative; display: block; padding: 38px 0 32px; font-size: 14px; font-weight: 950; letter-spacing: .3px; text-transform: uppercase; }
.quick-nav a::after { content: ''; position: absolute; right: 50%; bottom: 27px; left: 50%; height: 3px; background: var(--gold); transition: right .2s, left .2s; }
.quick-nav a:hover::after, .quick-nav a:focus-visible::after { right: 0; left: 0; }
.header-signature { min-width: 210px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 8px 16px; border: 1px solid rgba(244,196,0,.55); border-radius: 8px; color: var(--gold); background: rgba(8,27,51,.55); text-transform: uppercase; }
.header-signature strong { font-size: 17px; }
.header-signature span { font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.header-search { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 0; color: var(--white); background: transparent; cursor: pointer; }
.header-search__icon { position: relative; width: 22px; height: 22px; display: block; border: 2px solid currentColor; border-radius: 50%; }
.header-search__icon::after { content: ''; position: absolute; right: -7px; bottom: -4px; width: 10px; height: 2px; border-radius: 2px; background: currentColor; transform: rotate(45deg); }
.header-match, .header-shop { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; padding: 12px 22px; border: 2px solid var(--gold); border-radius: 10px; font-size: 13px; font-weight: 950; letter-spacing: .7px; text-transform: uppercase; }
.header-match { color: var(--navy); background: var(--gold); }
.header-shop { color: var(--navy); background: var(--gold); }
.header-match:hover { background: var(--gold-soft); }
.header-shop:hover,
.header-shop:focus-visible { color: var(--gold); background: rgba(8,27,51,.72); }

.search-panel {
    position: absolute;
    z-index: 5;
    inset: 0;
    min-height: 100%;
    color: var(--white);
    background: rgba(5, 20, 38, .9);
    box-shadow: 0 12px 36px rgba(0,0,0,.24);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}
.search-panel[hidden] { display: none; }
.search-panel__form {
    min-height: 100px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px auto;
    align-items: center;
    gap: 18px;
}
.search-panel__field {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 3px solid rgba(255,255,255,.96);
}
.search-panel__field-icon,
.search-panel__submit-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    border: 2px solid currentColor;
    border-radius: 50%;
}
.search-panel__field-icon::after,
.search-panel__submit-icon::after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: -3px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: rotate(45deg);
}
.search-panel input {
    min-width: 0;
    width: 100%;
    min-height: 56px;
    padding: 0 6px;
    border: 0;
    color: var(--white);
    background: transparent;
    font: inherit;
    font-size: clamp(16px, 1.25vw, 20px);
    outline: 0;
}
.search-panel input::placeholder { color: rgba(255,255,255,.9); opacity: 1; }
.search-panel__field:focus-within { border-bottom-color: var(--white); }
.search-panel__close {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--white);
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}
.search-panel__submit {
    min-width: 160px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 26px;
    border: 0;
    border-radius: 10px;
    color: var(--navy);
    background: var(--gold);
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .4px;
    text-transform: uppercase;
    cursor: pointer;
}
.search-panel__submit:hover { background: var(--gold-soft); }
.search-panel__close:focus-visible,
.search-panel__submit:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.search-is-open .rmp_menu_trigger { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.site-nav--drawer {
    position: fixed;
    z-index: 1002;
    inset: 0 auto 0 0;
    width: min(430px, 90vw);
    margin: 0;
    padding: 0 34px 40px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    color: var(--white);
    background: var(--navy);
    box-shadow: 20px 0 60px rgba(0,0,0,.3);
    transform: translateX(-100%);
    transition: visibility 0s linear .3s, opacity .3s, transform .3s;
}
.site-nav--drawer.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
.site-nav__head { min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 950; letter-spacing: 2px; text-transform: uppercase; }
.site-nav__head button { width: 44px; height: 44px; border: 0; color: var(--white); background: transparent; font-size: 36px; line-height: 1; cursor: pointer; }
.site-nav__brand { display: flex; align-items: center; gap: 17px; padding: 30px 0 24px; }
.site-nav__brand img { width: 52px; height: 75px; object-fit: contain; }
.site-nav__brand div { display: grid; line-height: 1; text-transform: uppercase; }
.site-nav__brand strong { font-size: 26px; font-weight: 950; }
.site-nav__brand span { margin-top: 7px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 3px; }
.site-nav--drawer .site-nav__list { display: block; margin: 0; padding: 0; }
.site-nav--drawer .site-nav__list > li { border-bottom: 1px solid rgba(255,255,255,.1); }
.site-nav--drawer .site-nav__list a { padding: 14px 0; color: var(--white); font-size: 15px; }
.site-nav--drawer .site-nav__list > li > a::after { display: none; }
.site-nav--drawer .site-nav__list .sub-menu { position: static; min-width: 0; display: grid; gap: 2px; margin: -4px 0 12px; padding: 0 0 0 18px; visibility: visible; opacity: 1; transform: none; color: rgba(255,255,255,.7); background: transparent; box-shadow: none; }
.site-nav--drawer .site-nav__list .sub-menu a { padding: 7px 0; color: rgba(255,255,255,.7); font-size: 11px; }
.nav-backdrop { position: fixed; z-index: 1001; inset: 0; display: block; visibility: hidden; opacity: 0; pointer-events: none; border: 0; background: rgba(1,8,17,.68); cursor: pointer; transition: visibility .3s, opacity .3s; }
.nav-backdrop.is-open { visibility: visible; opacity: 1; pointer-events: auto; }

@media (max-width: 1500px) {
    .header-signature { display: none; }
}
@media (max-width: 1120px) {
    .quick-nav { display: none; }
    .site-header__inner { gap: 18px; }
    .header-search { margin-left: auto; }
}
@media (max-width: 680px) {
    .site-header__inner { width: min(100% - 24px, 1800px); min-height: 82px; gap: 9px; }
    .site-header .site-brand--header { width: 53px; }
    .site-header .site-brand__crest-image, .site-header .site-brand--header .custom-logo { width: 44px; height: 62px; }
    .site-header .nav-toggle { width: 43px; height: 43px; padding: 9px; }
    .header-search { width: 42px; height: 42px; }
    .header-search__icon { width: 20px; height: 20px; border-width: 2px; }
    .header-match { display: none; }
    .header-shop { min-height: 45px; padding: 9px 13px; font-size: 11px; }
    .search-panel { inset: 0; }
    .search-panel__form { min-height: 82px; grid-template-columns: minmax(0, 1fr) 44px 52px; gap: 8px; }
    .search-panel__field { min-height: 52px; gap: 12px; }
    .search-panel input { min-height: 50px; font-size: 15px; }
    .search-panel__close { width: 44px; height: 44px; }
    .search-panel__submit { min-width: 52px; min-height: 48px; padding: 0; }
    .search-panel__submit > span:last-child { display: none; }
}

/* News cards v2 — image-led matchday tiles. */
.news-section,
.news-archive {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--white);
    background-color: #06264a;
}
.news-section::before,
.news-archive::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .035;
    background-image: url('../images/jarota-crest.png');
    background-repeat: repeat;
    background-size: 118px auto;
    background-position: 24px 18px;
}
.news-section .section-heading h2,
.news-archive .page-heading h1 { color: var(--white); }
.news-section .kicker,
.news-archive .kicker { color: var(--gold); }
.news-section .button--outline { color: var(--navy); border-color: var(--gold); background: var(--gold); }
.news-section .button--outline:hover,
.news-section .button--outline:focus-visible { color: var(--gold); border-color: var(--gold); background: var(--navy); }
.news-archive__heading p { color: rgba(255,255,255,.68); }

.news-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px;
}
.news-grid .news-card,
.news-grid .news-card--featured {
    grid-column: span 2;
    grid-row: auto;
}
.news-grid .news-card:nth-child(4),
.news-grid .news-card:nth-child(5) { grid-column: span 3; }
.news-card,
.news-card--featured {
    position: relative;
    min-height: 0;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    color: var(--white);
    background: var(--navy-2);
    box-shadow: none;
    isolation: isolate;
}
.news-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.news-card__media,
.news-card--featured .news-card__media {
    position: absolute;
    z-index: -2;
    inset: 0;
    min-height: 0;
    display: block;
    background: var(--navy-2);
}
.news-card__media img,
.news-card--featured .news-card__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    transition: transform .45s ease;
}
.news-card:hover .news-card__media img { transform: scale(1.055); }
.news-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,14,29,.03) 20%, rgba(3,14,29,.32) 48%, rgba(3,14,29,.96) 100%);
}
.news-card__placeholder { width: 100%; height: 100%; min-height: 0; display: grid; place-items: center; color: rgba(255,255,255,.15); }
.news-card__body {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 30px;
    background: transparent;
}
.news-card__meta { gap: 12px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.news-card__meta span { color: rgba(255,255,255,.66); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.news-card h3,
.news-card--featured h3 {
    max-width: 92%;
    margin: 6px 0 0;
    color: var(--white);
    font-size: clamp(19px, 1.45vw, 25px);
    line-height: 1.14;
    letter-spacing: -.6px;
    text-wrap: balance;
}
.news-card h3 a::after { content: ''; position: absolute; z-index: 3; inset: 0; }
.news-card p,
.news-card .text-link { display: none; }
.news-archive__grid .news-card,
.news-archive__grid .news-card--featured { display: block; aspect-ratio: 16 / 10; }
.news-archive__grid .news-card__body { display: flex; }
.news-archive .page-numbers li .page-numbers { color: var(--white); border-color: rgba(255,255,255,.25); }
.news-archive .page-numbers li .page-numbers.current { color: var(--navy); border-color: var(--gold); }

@media (max-width: 1000px) {
    .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .news-grid .news-card,
    .news-grid .news-card--featured,
    .news-grid .news-card:nth-child(4) { grid-column: span 1; display: block; }
    .news-grid .news-card:nth-child(5) { grid-column: 1 / -1; display: block; aspect-ratio: 2 / 1; }
    .news-card__body { padding: 23px; }
}
@media (max-width: 680px) {
    .news-grid { grid-template-columns: 1fr; }
    .news-grid .news-card,
    .news-grid .news-card--featured,
    .news-grid .news-card:nth-child(4),
    .news-grid .news-card:nth-child(5) { grid-column: 1; aspect-ratio: 16 / 10; }
    .news-card__body { padding: 21px; }
    .news-card h3, .news-card--featured h3 { font-size: 20px; }
}

/* NextGEN albums presented with the same image-led hierarchy as news cards. */
.gallery-archive .news-archive__header { margin-bottom: 46px; }
.gallery-archive .news-archive__header p { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.gallery-archive__content { color: var(--white); font-family: Aptos, "Segoe UI", Arial, sans-serif; }
.gallery-archive .ngg-albumoverview.default-view {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0 !important;
    clear: both;
}
.gallery-archive .ngg-album-compact {
    position: relative;
    width: auto !important;
    min-width: 0;
    display: block !important;
    float: none !important;
    aspect-ratio: 16 / 10;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: var(--navy-2);
    box-shadow: none;
    isolation: isolate;
    transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-archive .ngg-album-compact:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.gallery-archive .ngg-album-compact::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,14,29,.02) 18%, rgba(3,14,29,.3) 50%, rgba(3,14,29,.97) 100%);
    content: '';
    pointer-events: none;
}
.gallery-archive .ngg-album-compactbox,
.gallery-archive .ngg-album-link,
.gallery-archive .ngg-album-link > a {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.gallery-archive .ngg-album-link img.Thumb {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover;
    transition: transform .45s ease;
}
.gallery-archive .ngg-album-compact:hover .ngg-album-link img.Thumb { transform: scale(1.055); }
.gallery-archive .ngg-album-compact h4 {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 45px;
    left: 26px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.16;
    text-wrap: balance;
}
.gallery-archive .ngg-album-compact h4 a.ngg-album-desc {
    max-width: none !important;
    display: block;
    color: var(--white) !important;
    font-weight: 800;
    text-decoration: none;
}
.gallery-archive .ngg-album-gallery-image-counter {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 20px;
    left: 26px;
    margin: 0 !important;
    color: rgba(255,255,255,.72);
    font-size: 12px;
}
.gallery-archive .ngg-album-gallery-image-counter strong { color: var(--gold); }
.gallery-archive .ngg-navigation { grid-column: 1 / -1; color: var(--white); }
.gallery-archive .ngg-navigation a,
.gallery-archive .ngg-navigation span { border-color: rgba(255,255,255,.22) !important; color: var(--white) !important; background: transparent !important; }
.gallery-archive .ngg-navigation span.current { color: var(--navy) !important; border-color: var(--gold) !important; background: var(--gold) !important; }

@media (max-width: 1000px) {
    .gallery-archive .ngg-albumoverview.default-view { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}
@media (max-width: 680px) {
    .gallery-archive .news-archive__header p { font-size: 15px; }
    .gallery-archive .ngg-albumoverview.default-view { grid-template-columns: 1fr; }
    .gallery-archive .ngg-album-compact h4 { right: 21px; bottom: 42px; left: 21px; font-size: 20px; }
    .gallery-archive .ngg-album-gallery-image-counter { right: 21px; bottom: 18px; left: 21px; }
}

/* Reusable compact news-card variant. It is opt-in via variant="horizontal". */
.news-card--horizontal {
    min-height: 180px;
    display: grid;
    grid-template-columns: minmax(150px, 42%) 1fr;
    aspect-ratio: auto;
    background: var(--white);
}
.news-card--horizontal .news-card__media {
    position: relative;
    z-index: 0;
    inset: auto;
    min-height: 180px;
}
.news-card--horizontal .news-card__media::after {
    background: linear-gradient(180deg, rgba(3,14,29,.02), rgba(3,14,29,.22));
}
.news-card--horizontal .news-card__body {
    position: relative;
    inset: auto;
    justify-content: center;
    padding: 24px;
    color: var(--ink);
    background: var(--white);
}
.news-card--horizontal .news-card__meta { color: var(--muted); }
.news-card--horizontal .news-card__meta span { color: var(--navy-3); }
.news-card--horizontal h3 { max-width: none; color: var(--navy); font-size: 20px; }
.news-card--horizontal p { display: block; margin: 8px 0 0; color: var(--muted); font-size: 14px; }

@media (max-width: 560px) {
    .news-card--horizontal { grid-template-columns: 1fr; }
    .news-card--horizontal .news-card__media { min-height: 210px; }
}

/* First screen v3: shared header, hero and quick links. */
:root { --first-screen-shell: min(1340px, calc(100% - 48px)); }

.site-header { border-bottom-color: transparent; font-family: Aptos, "Segoe UI", Arial, sans-serif; }
.site-header.is-scrolled {
    border-bottom-color: rgba(255,255,255,.12);
    background: rgba(8,27,51,.98);
    box-shadow: 0 12px 34px rgba(0,0,0,.22);
}
.site-header__inner {
    width: min(1800px, calc(100% - 48px));
    min-height: 92px;
    gap: 18px;
}
.site-header .site-brand--header { width: 70px; }
.site-header .site-brand--header .custom-logo { max-width: 64px; max-height: 74px; }
.site-header .site-brand__crest-image { width: 54px; height: 74px; }
.site-header .nav-toggle {
    width: 48px;
    height: 48px;
    padding: 10px;
}
.quick-nav {
    min-width: 0;
    display: block;
    flex: 1 1 auto;
    margin: 0 0 0 10px;
}
.quick-nav .quick-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(38px, 3.5vw, 70px);
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-nav__list li { min-width: 0; }
.quick-nav__list a {
    position: relative;
    display: block;
    padding: 34px 0 29px;
    font-family: 'Barlow Condensed', Aptos, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
    white-space: nowrap;
}
.quick-nav__list a::after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 25px;
    left: 50%;
    height: 3px;
    background: var(--gold);
    transition: right .2s ease, left .2s ease;
}
.quick-nav__list a:hover::after,
.quick-nav__list a:focus-visible::after,
.quick-nav__list .current-menu-item > a::after { right: 0; left: 0; }
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}
.header-social ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    transition: color .2s ease, background .2s ease, transform .2s ease;
}
.header-social__icon,
.header-shop__icon {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    background-color: currentColor;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.header-social__icon--facebook { mask-image: url('../images/icons/facebook.svg'); -webkit-mask-image: url('../images/icons/facebook.svg'); }
.header-social__icon--youtube { mask-image: url('../images/icons/youtube.svg'); -webkit-mask-image: url('../images/icons/youtube.svg'); }
.header-social__icon--instagram { mask-image: url('../images/icons/instagram.svg'); -webkit-mask-image: url('../images/icons/instagram.svg'); }
.header-social__icon--x { mask-image: url('../images/icons/x-twitter.svg'); -webkit-mask-image: url('../images/icons/x-twitter.svg'); }
.header-shop__icon { width: 18px; height: 18px; mask-image: url('../images/icons/shop.svg'); -webkit-mask-image: url('../images/icons/shop.svg'); }
.header-social a:hover,
.header-social a:focus-visible { color: var(--navy); background: var(--gold); transform: translateY(-2px); }
.header-actions .header-search { margin-left: 0; }
.header-match,
.header-shop { min-height: 50px; padding: 10px 18px; }
.site-header a:focus-visible,
.site-header button:focus-visible,
.hero a:focus-visible,
.hero-links a:focus-visible,
.site-nav--drawer a:focus-visible,
.site-nav--drawer button:focus-visible {
    outline: 3px solid var(--gold-soft);
    outline-offset: 3px;
}

/* Full-screen club navigation built from the existing WordPress menu. */
.site-nav--drawer {
    inset: 0;
    width: 100%;
    padding: 0 max(42px, calc((100vw - 1740px) / 2)) 64px;
    overflow-x: hidden;
    overflow-y: auto;
    background:
        radial-gradient(circle at 88% 12%, rgba(244,196,0,.13), transparent 27%),
        linear-gradient(135deg, #06172d 0%, #092746 58%, #0b3153 100%);
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
    transform: translateY(-24px) scale(.992);
    transform-origin: top center;
    transition: visibility 0s linear .28s, opacity .28s ease, transform .28s ease;
}
.site-nav--drawer::before {
    position: fixed;
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(30deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5%),
        linear-gradient(150deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5%),
        radial-gradient(circle, rgba(244,196,0,.08) 0 2px, transparent 2.5px);
    background-position: 0 0, 0 0, 0 0;
    background-size: 88px 154px, 88px 154px, 88px 88px;
    content: '';
    pointer-events: none;
}
.site-nav--drawer.is-open {
    transform: none;
}
.site-nav--drawer > * {
    position: relative;
    z-index: 1;
}
.site-nav--drawer .site-nav__head {
    min-height: 112px;
    justify-content: flex-start;
    gap: 18px;
    padding-right: 210px;
    border-bottom-color: rgba(255,255,255,.14);
    color: rgba(255,255,255,.64);
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    letter-spacing: 2.4px;
}
.site-nav--drawer .site-nav__head::after {
    width: 52px;
    height: 3px;
    margin-left: 6px;
    background: var(--gold);
    content: '';
}
.site-nav--drawer .site-nav__head button {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    order: -1;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.nav-close-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
}
.nav-close-icon::before,
.nav-close-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 3px;
    border-radius: 3px;
    background: currentColor;
    content: '';
}
.nav-close-icon::before { transform: translate(-50%, -50%) rotate(45deg); }
.nav-close-icon::after { transform: translate(-50%, -50%) rotate(-45deg); }
.site-nav--drawer .site-nav__head button:hover {
    color: var(--navy);
    border-color: var(--gold);
    background: var(--gold);
    transform: rotate(90deg);
}
.site-nav--drawer .site-nav__brand {
    position: absolute;
    top: 18px;
    right: max(42px, calc((100vw - 1740px) / 2));
    padding: 0;
}
.site-nav--drawer .site-nav__brand img {
    width: 48px;
    height: 70px;
}
.site-nav--drawer .site-nav__brand strong {
    font-size: 24px;
}
.site-nav--drawer .site-nav__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 52px clamp(30px, 3vw, 66px);
    margin: 0;
    padding: 48px 0 12px;
    list-style: none;
}
.site-nav--drawer .site-nav__list > li {
    min-width: 0;
    margin: 0;
    border: 0;
}
.site-nav--drawer .site-nav__list > li > a {
    position: relative;
    display: inline-block;
    padding: 0 0 15px;
    color: var(--gold);
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    font-size: clamp(22px, 1.55vw, 30px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.08;
    text-transform: uppercase;
}
.site-nav--drawer .site-nav__list > li > a::after {
    position: absolute;
    right: 100%;
    bottom: 6px;
    left: 0;
    height: 2px;
    display: block;
    background: var(--gold);
    content: '';
    transition: right .2s ease;
}
.site-nav--drawer .site-nav__list > li > a:hover::after,
.site-nav--drawer .site-nav__list > li > a:focus-visible::after {
    right: 0;
}
.site-nav--drawer .site-nav__list .sub-menu {
    position: static;
    min-width: 0;
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none;
    list-style: none;
}
.site-nav--drawer .site-nav__list .sub-menu a {
    position: relative;
    display: block;
    padding: 8px 0 8px 17px;
    color: rgba(255,255,255,.83);
    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .025em;
    line-height: 1.35;
    text-transform: uppercase;
    transition: color .18s ease, transform .18s ease;
}
.site-nav--drawer .site-nav__list .sub-menu a::before {
    position: absolute;
    top: 16px;
    left: 0;
    width: 7px;
    height: 2px;
    background: rgba(244,196,0,.68);
    content: '';
}
.site-nav--drawer .site-nav__list .sub-menu a:hover,
.site-nav--drawer .site-nav__list .sub-menu a:focus-visible {
    color: var(--gold);
    transform: translateX(5px);
}
.nav-backdrop {
    background: rgba(1,8,17,.82);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 1600px) {
    .site-nav--drawer .site-nav__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
    .site-nav--drawer .site-nav__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .site-nav--drawer { padding-inline: 26px; }
    .site-nav--drawer .site-nav__brand { right: 26px; }
    .site-nav--drawer .site-nav__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 30px; }
}
@media (max-width: 580px) {
    .site-nav--drawer { padding: 0 20px 44px; }
    .site-nav--drawer .site-nav__head { min-height: 78px; padding-right: 0; }
    .site-nav--drawer .site-nav__head::after,
    .site-nav--drawer .site-nav__brand { display: none; }
    .site-nav--drawer .site-nav__head button { width: 44px; height: 44px; font-size: 30px; }
    .site-nav--drawer .site-nav__list { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-top: 28px; }
    .site-nav--drawer .site-nav__list > li > a { font-size: 24px; }
    .site-nav--drawer .site-nav__list .sub-menu a { font-size: 13px; }
}

@media (max-width: 1350px) {
    .header-social { display: none; }
}

.hero {
    min-height: clamp(720px, 82vh, 800px);
    align-items: center;
    isolation: isolate;
}
.hero__media {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 68% center;
}
.hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3,14,29,.96) 0%, rgba(3,14,29,.78) 40%, rgba(3,14,29,.34) 72%, rgba(3,14,29,.42) 100%),
        linear-gradient(0deg, rgba(3,14,29,.7) 0%, rgba(3,14,29,.08) 62%, rgba(3,14,29,.42) 100%);
}
.hero::before {
    z-index: 2;
    right: -10vw;
    width: 27vw;
    opacity: .085;
    pointer-events: none;
}
.hero__content {
    z-index: 3;
    width: var(--first-screen-shell);
    padding-top: 150px;
    padding-bottom: 68px;
}
.hero__eyebrow { margin-bottom: 20px; }
.hero h1 {
    max-width: 700px;
    font-size: clamp(44px, 5vw, 78px);
    line-height: 1.01;
    letter-spacing: -2.5px;
    overflow-wrap: break-word;
    text-wrap: balance;
}
.hero__content > p {
    max-width: 625px;
    display: -webkit-box;
    margin: 24px 0 32px;
    overflow: hidden;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hero .button--gold:hover { background: var(--gold-soft); }
.hero-read-more__icon {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    background: currentColor;
    mask: url('../images/icons/arrow-right.svg') center / contain no-repeat;
    -webkit-mask: url('../images/icons/arrow-right.svg') center / contain no-repeat;
    transition: transform .2s ease;
}
.hero-read-more:hover .hero-read-more__icon,
.hero-read-more:focus-visible .hero-read-more__icon { transform: translateX(4px); }

@supports (content-visibility: auto) {
    .team-showcase,
    .footer-sponsors {
        content-visibility: auto;
        contain-intrinsic-size: 700px;
    }
}

.hero-links {
    position: relative;
    z-index: 3;
    padding: 18px 0;
    color: var(--white);
    background: #06172c;
}
.hero-links__grid {
    width: var(--first-screen-shell);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-inline: auto;
}
.hero-links a {
    min-width: 0;
    min-height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    border: 1px solid rgba(255,255,255,.1);
    background: var(--navy-2);
    transition: border-color .2s ease, background .2s ease;
}
.hero-links a:first-child { color: var(--navy); border-color: var(--gold); background: var(--gold); }
.hero-links a:hover { border-color: rgba(244,196,0,.7); background: var(--navy-3); }
.hero-links a:first-child:hover { border-color: var(--gold-soft); background: var(--gold-soft); }
.hero-links a > span { min-width: 0; display: grid; }
.hero-links strong { font-size: 18px; font-weight: 900; letter-spacing: .2px; text-transform: uppercase; }
.hero-links small { margin-top: 5px; font-size: 13px; opacity: .72; }
.hero-links b { flex: 0 0 auto; font-size: 23px; transition: transform .2s ease; }
.hero-links a:hover b,
.hero-links a:focus-visible b { transform: translateX(5px); }

@media (max-width: 1180px) {
    .quick-nav { display: none; }
    .header-actions { margin-left: auto; }
    .hero { min-height: clamp(660px, 78vh, 720px); }
    .hero__content { padding-top: 132px; }
}

@media (max-width: 760px) {
    :root { --first-screen-shell: min(100% - 28px, 1340px); }
    .site-header__inner { min-height: 78px; gap: 9px; }
    .site-header .site-brand--header { width: 48px; order: 0; }
    .site-header .site-brand__crest-image,
    .site-header .site-brand--header .custom-logo { width: 43px; height: 58px; }
    .site-header .nav-toggle { width: 44px; height: 44px; order: 2; padding: 9px; }
    .header-actions { order: 1; margin-left: auto; }
    .header-search { display: grid; }
    .header-match { display: none; }
    .site-header .header-shop {
        width: 46px;
        min-height: 46px;
        padding: 0;
    }
    .site-header .header-shop > span[aria-hidden="true"] { display: inline; font-size: 14px; }
    .site-header .header-action__label { display: none; }
    .search-panel { inset: 0; }
    .search-panel__form { min-height: 78px; }
    .hero {
        min-height: clamp(620px, 82svh, 690px);
        align-items: center;
        background-position: 62% center;
    }
    .hero__content { padding-top: 116px; padding-bottom: 46px; }
    .hero__eyebrow { gap: 9px; margin-bottom: 15px; font-size: 10px; letter-spacing: 1.5px; }
    .hero__eyebrow span { width: 30px; height: 3px; }
    .hero h1 { max-width: 100%; font-size: clamp(38px, 12vw, 58px); line-height: 1.02; letter-spacing: -1.7px; }
    .hero__content > p { margin: 20px 0 26px; font-size: 15px; line-height: 1.55; }
    .hero .button { min-height: 50px; padding-inline: 20px; }
    .hero-links { padding: 14px 0; }
    .hero-links__grid { grid-template-columns: 1fr; gap: 10px; }
    .hero-links a { min-height: 94px; padding: 20px 22px; }
    .hero-links strong { font-size: 16px; }
}

@media (max-width: 380px) {
    .search-panel__form { grid-template-columns: minmax(0, 1fr) 40px 48px; gap: 5px; }
    .search-panel__field { gap: 8px; }
    .search-panel__field-icon { display: none; }
    .search-panel__close { width: 40px; height: 40px; }
    .search-panel__submit { min-width: 48px; }
    :root { --first-screen-shell: min(100% - 20px, 1340px); }
    .site-header__inner { gap: 7px; }
    .hero { min-height: 610px; }
    .hero h1 { font-size: clamp(35px, 11.5vw, 44px); }
    .hero__content > p { -webkit-line-clamp: 2; }
}

/* Home news — one lead story and a 2 × 2 supporting grid. */
.news-section > .shell { width: min(1340px, calc(100% - 48px)); }
.news-section .section-heading { margin-bottom: 38px; }
.news-section .news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, .5fr));
    grid-template-rows: repeat(2, minmax(230px, 1fr));
    gap: 24px;
}
.news-section .news-card,
.news-section .news-card--featured,
.news-section .news-grid .news-card:nth-child(4),
.news-section .news-grid .news-card:nth-child(5) {
    min-width: 0;
    min-height: 230px;
    grid-column: auto;
    grid-row: auto;
    display: block;
    aspect-ratio: auto;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    transform: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.news-section .news-card--featured {
    min-height: 500px;
    grid-column: 1;
    grid-row: 1 / span 2;
}
.news-section .news-card:hover {
    border-color: rgba(255,202,0,.76);
    box-shadow: 0 22px 55px rgba(0,0,0,.34);
    transform: none;
}
.news-section .news-card__media,
.news-section .news-card--featured .news-card__media { min-height: 0; }
.news-section .news-card__media img,
.news-section .news-card--featured .news-card__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}
.news-section .news-card__media::after {
    background: linear-gradient(180deg, rgba(3,14,29,.02) 12%, rgba(3,14,29,.24) 46%, rgba(3,14,29,.97) 100%);
}
.news-section .news-card__body {
    min-width: 0;
    padding: 24px 62px 24px 25px;
}
.news-section .news-card--featured .news-card__body { padding: 38px 82px 36px 38px; }
.news-section .news-card__body::after {
    content: '→';
    position: absolute;
    right: 25px;
    bottom: 24px;
    color: var(--gold);
    font-size: 24px;
    font-weight: 900;
    transition: transform .25s ease;
}
.news-section .news-card--featured .news-card__body::after { right: 38px; bottom: 36px; }
.news-section .news-card:hover .news-card__body::after { transform: translateX(6px); }
.news-section .news-card__meta {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
}
.news-section .news-card__meta span {
    order: -1;
    padding: 5px 8px 4px;
    color: var(--navy);
    background: var(--gold);
    font-size: 9px;
    line-height: 1;
    letter-spacing: .8px;
}
.news-section .news-card h3,
.news-section .news-card--featured h3 {
    max-width: 100%;
    display: -webkit-box;
    margin: 10px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: clamp(18px, 1.32vw, 23px);
    line-height: 1.16;
    text-wrap: balance;
}
.news-section .news-card--featured h3 {
    -webkit-line-clamp: 3;
    font-size: clamp(29px, 2.45vw, 42px);
    line-height: 1.06;
    letter-spacing: -1.2px;
}
.news-section .news-card--featured p {
    max-width: 660px;
    display: -webkit-box;
    margin: 14px 0 0;
    overflow: hidden;
    color: rgba(255,255,255,.78);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 1.55;
}
.news-section .news-card h3 a:focus-visible { outline: none; }
.news-section .news-card h3 a:focus-visible::after {
    inset: 4px;
    border-radius: 14px;
    outline: 3px solid var(--gold);
    outline-offset: -3px;
}
.news-section .news-grid--count-1 .news-card--featured { grid-column: 1 / -1; grid-row: auto; }
.news-section .news-grid--count-2 .news-card:nth-child(2) { grid-column: 2 / -1; grid-row: 1 / span 2; }
.news-section .news-grid--count-3 .news-card:nth-child(n+2) { grid-column: 2 / -1; }
.news-section .news-grid--count-4 .news-card:nth-child(4) { grid-column: 2 / -1; }
.news-section__empty {
    margin: 0;
    padding: 32px;
    color: rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}

@media (max-width: 1023px) {
    .news-section .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        gap: 20px;
    }
    .news-section .news-card,
    .news-section .news-card--featured,
    .news-section .news-grid .news-card:nth-child(2),
    .news-section .news-grid .news-card:nth-child(3),
    .news-section .news-grid .news-card:nth-child(4),
    .news-section .news-grid .news-card:nth-child(5) {
        min-height: 280px;
        grid-column: auto;
        grid-row: auto;
    }
    .news-section .news-card--featured {
        min-height: 460px;
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .news-section > .shell { width: min(100% - 28px, 1340px); }
    .news-section .section-heading { margin-bottom: 28px; }
    .news-section .news-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .news-section .news-card,
    .news-section .news-card--featured,
    .news-section .news-grid .news-card:nth-child(2),
    .news-section .news-grid .news-card:nth-child(3),
    .news-section .news-grid .news-card:nth-child(4),
    .news-section .news-grid .news-card:nth-child(5) {
        min-height: 245px;
        grid-column: 1;
    }
    .news-section .news-card--featured { min-height: 390px; }
    .news-section .news-card__body,
    .news-section .news-card--featured .news-card__body { padding: 24px 58px 23px 22px; }
    .news-section .news-card__body::after,
    .news-section .news-card--featured .news-card__body::after { right: 22px; bottom: 22px; }
    .news-section .news-card h3,
    .news-section .news-card--featured h3 { font-size: 21px; line-height: 1.14; }
    .news-section .news-card--featured h3 { font-size: clamp(26px, 8vw, 34px); }
    .news-section .news-card--featured p { -webkit-line-clamp: 2; font-size: 14px; }
}

@media (max-width: 380px) {
    .news-section > .shell { width: min(100% - 20px, 1340px); }
    .news-section .news-card,
    .news-section .news-card--featured { min-height: 225px; }
    .news-section .news-card--featured { min-height: 350px; }
}

/* Home first-team showcase. */
.team-showcase {
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
}
.team-showcase > .shell { width: min(1340px, calc(100% - 48px)); }
.team-showcase__grid {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(44px, 6vw, 96px);
}
.team-showcase__intro { min-width: 0; }
.team-showcase__intro .kicker { color: var(--gold); }
.team-showcase__intro h2 {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--white);
    font-size: clamp(38px, 4.4vw, 68px);
    line-height: .98;
    letter-spacing: -2px;
}
.team-showcase__intro p {
    max-width: 570px;
    margin: 24px 0 30px;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.7;
}
.team-showcase__link { min-height: 48px; }
.team-showcase__link:hover .link-arrow-icon,
.team-showcase__link:focus-visible .link-arrow-icon { transform: translateX(4px); }
.team-showcase__link:focus-visible { outline: 3px solid var(--white); outline-offset: 5px; }
.team-showcase__players {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.team-player-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}
.team-player-card__media {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e9edf1;
}
.team-player-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}
.team-player-card__placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--gold);
    background:
        linear-gradient(145deg, rgba(255, 202, 0, .12), transparent 55%),
        var(--navy);
}
.team-player-card__placeholder span {
    padding: 14px 16px;
    border: 2px solid currentColor;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: 4px;
}
.team-player-card__body { min-width: 0; padding: 18px 20px 21px; }
.team-player-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin: 0 0 7px;
    color: #947400;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.team-player-card__meta span + span::before { content: '•'; margin-right: 12px; color: #bdc4cc; }
.team-player-card h3 {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.15;
}
.team-showcase__empty-visual {
    position: relative;
    min-height: 0;
    aspect-ratio: 1672 / 940;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .2);
}
.team-showcase__empty-visual::after {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(115deg, rgba(3, 22, 43, .18), transparent 58%);
}
.team-showcase__empty-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1100px) {
    .team-showcase__grid { grid-template-columns: minmax(0, 1fr); }
    .team-showcase__intro { max-width: 760px; }
}

@media (max-width: 620px) {
    .team-showcase > .shell { width: min(100% - 28px, 1340px); }
    .team-showcase__grid { gap: 34px; }
    .team-showcase__intro h2 { font-size: clamp(34px, 11vw, 48px); letter-spacing: -1px; }
    .team-showcase__intro p { margin: 18px 0 24px; font-size: 14px; }
    .team-showcase__players { grid-template-columns: minmax(0, 1fr); }
    .team-player-card__media { aspect-ratio: 16 / 13; }
    .team-showcase__empty-visual {
        min-height: 220px;
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 380px) {
    .team-showcase > .shell { width: min(100% - 20px, 1340px); }
    .team-showcase__empty-visual { min-height: 190px; }
}

/* Home competition — compact fixtures and league standings. */
.competition {
    color: var(--ink);
    background: #f3f5f7;
}
.competition > .shell { width: min(1340px, calc(100% - 48px)); }
.competition__heading { align-items: flex-end; }
.competition__heading > div { max-width: 760px; }
.competition__heading p { margin: 16px 0 0; color: var(--muted); font-size: 16px; }
.competition__heading .text-link { flex: 0 0 auto; }
.competition__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, 1fr);
    align-items: stretch;
    gap: 28px;
}
.competition .competition-card {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce2e8;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(8,27,51,.08);
}
.competition-card__header {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    border-bottom: 1px solid #e4e8ec;
}
.competition-card__header > div > span {
    display: block;
    margin-bottom: 5px;
    color: #987600;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.competition .competition-card__header h3 {
    margin: 0;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.05;
}
.competition-card__header a {
    flex: 0 0 auto;
    color: var(--navy);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}
.competition-card__header a span { display: inline-block; color: #a78200; transition: transform .2s ease; }
.competition-card__header a:hover span { transform: translateX(4px); }
.competition-card__header a:focus-visible,
.competition-fixture__link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.competition-fixtures { padding: 0 26px 10px; }
.competition-fixture {
    min-width: 0;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 18px;
    padding: 18px 0 18px 14px;
    border-bottom: 1px solid #e7eaee;
    border-left: 3px solid transparent;
}
.competition-fixture:last-child { border-bottom: 0; }
.competition-fixture.has-jarota { border-left-color: var(--gold); }
.competition-fixture__date {
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.competition-fixture__teams {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}
.competition-fixture__team { min-width: 0; }
.competition-fixture__team small {
    display: block;
    margin-bottom: 4px;
    color: #8893a0;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.competition-fixture__team strong {
    display: block;
    overflow: hidden;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.competition-fixture__team--away { text-align: right; }
.competition-fixture__team.is-jarota strong { font-weight: 950; }
.competition-fixture__score {
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: 5px;
    color: var(--white);
    background: var(--navy);
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.competition-fixture__link {
    display: grid;
    place-items: center;
    color: #9b7900;
    font-size: 20px;
    font-weight: 900;
}

.competition-table-wrap { padding: 10px 22px 22px; overflow: hidden; }
.competition-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--navy);
    font-size: 13px;
}
.competition-table th,
.competition-table td { padding: 13px 10px; border-bottom: 1px solid #e7eaee; }
.competition-table thead th {
    color: #7b8795;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .8px;
    text-align: center;
    text-transform: uppercase;
}
.competition-table thead th:nth-child(1) { width: 52px; }
.competition-table thead th:nth-child(3),
.competition-table thead th:nth-child(4) { width: 50px; }
.competition-table thead th:nth-child(2),
.competition-table tbody th { text-align: left; }
.competition-table tbody td { text-align: center; }
.competition-table tbody th {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.competition-table tbody tr:last-child > * { border-bottom: 0; }
.competition-table tbody tr.is-jarota { background: rgba(255,202,0,.13); box-shadow: inset 4px 0 0 var(--gold); }
.competition-table tbody tr.is-jarota th { font-weight: 950; }
.competition-card__empty {
    margin: 0;
    padding: 34px 26px;
    color: var(--muted);
    font-size: 14px;
}
.competition-empty {
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px 34px;
    color: var(--navy);
}
.competition-empty__icon {
    position: relative;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border: 2px solid rgba(8, 27, 51, .18);
    border-radius: 50%;
}
.competition-empty__icon::before,
.competition-empty__icon::after {
    position: absolute;
    content: '';
    background: var(--gold);
}
.competition-empty__icon::before { width: 12px; height: 2px; top: 19px; left: 14px; }
.competition-empty__icon::after { width: 2px; height: 12px; top: 9px; left: 19px; }
.competition-empty h4 {
    max-width: 420px;
    margin: 0;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.25;
}
.competition-empty p {
    max-width: 480px;
    margin: 12px 0 22px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}
.competition-empty a {
    color: var(--navy);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .55px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.competition-empty a span { color: #9b7900; }
.competition-empty a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }

@media (max-width: 1023px) {
    .competition__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
    .competition > .shell { width: min(100% - 28px, 1340px); }
    .competition__heading { align-items: flex-start; }
    .competition__heading p { font-size: 14px; }
    .competition-card__header { min-height: 82px; padding: 19px 20px; }
    .competition .competition-card__header h3 { font-size: 21px; }
    .competition-card__header a { font-size: 10px; }
    .competition-fixtures { padding: 0 18px 8px; }
    .competition-fixture {
        grid-template-columns: minmax(0, 1fr) 26px;
        gap: 12px;
        padding: 17px 0 17px 11px;
    }
    .competition-fixture__date { grid-column: 1 / -1; }
    .competition-fixture__teams { grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); gap: 8px; }
    .competition-fixture__team strong { font-size: 12px; white-space: normal; }
    .competition-fixture__score { min-height: 31px; }
    .competition-table-wrap { padding: 8px 14px 16px; }
    .competition-table th,
    .competition-table td { padding: 12px 7px; }
    .competition-empty { min-height: 270px; padding: 32px 24px; }
    .competition-empty h4 { font-size: 18px; }
}

@media (max-width: 480px) {
    .competition-card__header { align-items: flex-start; }
    .competition-table thead th:nth-child(3),
    .competition-table tbody td:nth-child(3) { display: none; }
    .competition-table thead th:nth-child(1) { width: 42px; }
    .competition-table thead th:nth-child(4) { width: 48px; }
}

@media (max-width: 380px) {
    .competition > .shell { width: min(100% - 20px, 1340px); }
    .competition-card__header { gap: 10px; padding-inline: 16px; }
    .competition-fixtures { padding-inline: 12px; }
    .competition-fixture { padding-left: 8px; }
    .competition-fixture__teams { grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr); gap: 6px; }
    .competition-empty { padding-inline: 20px; }
}

/* --------------------------------------------------------------------------
   News archive and single article
   -------------------------------------------------------------------------- */

.news-archive {
    min-height: 65vh;
    padding-top: clamp(130px, 10vw, 170px);
    padding-bottom: clamp(64px, 7vw, 104px);
}

.news-archive > .shell {
    width: min(1240px, calc(100% - 40px));
}

.news-archive__header {
    max-width: 900px;
    margin-bottom: clamp(34px, 5vw, 62px);
}

.news-archive__header .kicker {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    margin: 22px 0 16px;
    padding: 5px 11px;
    color: var(--navy);
    background: var(--gold);
}

.news-archive__header h1 {
    max-width: 14ch;
    margin: 0;
    color: var(--white);
    font-size: clamp(42px, 7vw, 82px);
    line-height: .96;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.news-archive__description {
    max-width: 720px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .75);
    font-size: 17px;
    line-height: 1.7;
}

.news-category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: calc(clamp(34px, 5vw, 62px) * -.35) 0 clamp(32px, 4vw, 48px);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
}

.news-category-filter {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: var(--white);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.news-category-filter span {
    min-width: 24px;
    padding: 3px 6px;
    border-radius: 999px;
    color: var(--navy);
    background: rgba(255, 255, 255, .86);
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.news-category-filter:hover,
.news-category-filter:focus-visible,
.news-category-filter.is-active {
    color: var(--navy);
    border-color: var(--gold);
    background: var(--gold);
    transform: translateY(-2px);
}

.news-category-filter.is-active span {
    background: var(--white);
}

.news-category-filter:focus-visible {
    outline: 3px solid var(--white);
    outline-offset: 3px;
}

@media (max-width: 620px) {
    .news-category-filters {
        flex-wrap: nowrap;
        margin-top: -10px;
        padding: 11px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .news-category-filter {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 9px 13px;
        font-size: 12px;
    }
}

.news-archive__description > :first-child {
    margin-top: 0;
}

.news-archive__description > :last-child {
    margin-bottom: 0;
}

.jarota-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.jarota-breadcrumb a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
}

.jarota-breadcrumb a:hover {
    color: var(--gold);
    text-decoration-color: currentColor;
}

.jarota-breadcrumb a:focus-visible,
.news-archive a:focus-visible,
.single-post .article-hero a:focus-visible,
.single-post .article-content a:focus-visible,
.single-post .article-aside a:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
}

.news-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 30px;
}

.news-archive__grid .news-card,
.news-archive__grid .news-card--standard,
.news-archive__grid .news-card--featured {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    color: var(--navy);
    background: var(--white);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .13);
}

.news-archive__grid .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 23px 52px rgba(0, 0, 0, .25);
}

.news-archive__grid .news-card__media,
.news-archive__grid .news-card--featured .news-card__media {
    position: relative;
    z-index: 0;
    inset: auto;
    width: 100%;
    min-height: 0;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--navy-2);
}

.news-archive__grid .news-card__media::after {
    background: linear-gradient(180deg, transparent 68%, rgba(3, 14, 29, .24));
}

.news-archive__grid .news-card__media img,
.news-archive__grid .news-card--featured .news-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news-archive__grid .news-card__body,
.news-archive__grid .news-card--featured .news-card__body {
    position: static;
    z-index: auto;
    inset: auto;
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    color: var(--navy);
    background: var(--white);
}

.news-archive__grid .news-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 12px;
    color: #617083;
    font-size: 12px;
    line-height: 1.4;
}

.news-archive__grid .news-card__meta span {
    color: #174d83;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
}

.news-archive__grid .news-card h3,
.news-archive__grid .news-card--featured h3 {
    max-width: none;
    margin: 10px 0 12px;
    color: var(--navy);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.17;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
    text-wrap: pretty;
}

.news-archive__grid .news-card h3 a {
    color: inherit;
    text-decoration: none;
}

.news-archive__grid .news-card h3 a::after {
    display: none;
}

.news-archive__grid .news-card p {
    display: block;
    margin: 0 0 18px;
    color: #59687a;
    font-size: 15px;
    line-height: 1.65;
}

.news-archive__grid .news-card .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: auto;
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-transform: uppercase;
}

.news-pagination {
    margin-top: 48px;
}

.news-pagination .page-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-pagination li .page-numbers,
.news-pagination > .nav-links .page-numbers {
    min-width: 44px;
    min-height: 44px;
    display: grid;
    margin: 0;
    padding: 8px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 4px;
    color: var(--white);
    background: transparent;
    font-weight: 800;
}

.news-pagination li a.page-numbers:hover,
.news-pagination > .nav-links a.page-numbers:hover {
    border-color: var(--gold);
    color: var(--navy);
    background: var(--gold);
}

.news-pagination .page-numbers.current {
    border-color: var(--gold);
    color: var(--navy);
    background: var(--gold);
    box-shadow: 0 0 0 2px #06264a, 0 0 0 4px var(--gold);
}

.news-empty {
    max-width: 720px;
    margin: 0;
    padding: 22px 24px;
    border-left: 5px solid var(--gold);
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    line-height: 1.6;
}

/* Single article hero. */
.single-post .article-hero {
    position: relative;
    min-height: clamp(500px, 62vw, 720px);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: var(--white);
    background: var(--navy-2);
    isolation: isolate;
}

.single-post .article-hero__image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.single-post .article-hero__shade {
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(3, 14, 29, .22) 10%, rgba(3, 14, 29, .42) 48%, rgba(3, 14, 29, .97) 100%),
        linear-gradient(90deg, rgba(3, 14, 29, .55), transparent 68%);
}

.single-post .article-hero__inner {
    width: min(1180px, calc(100% - 40px));
    padding-bottom: clamp(46px, 7vw, 86px);
}

.single-post .jarota-breadcrumb--light {
    max-width: 920px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .76);
}

.single-post .jarota-breadcrumb--light [aria-current="page"] {
    max-width: 48ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-post .article-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 700;
}

.single-post .article-hero__category {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    color: var(--navy);
    background: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.single-post .article-hero h1 {
    max-width: 1050px;
    margin: 0;
    color: var(--white);
    font-size: clamp(42px, 6.4vw, 82px);
    line-height: .98;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

/* Single article content and legacy content safety. */
.single-post .article-layout {
    width: min(1160px, calc(100% - 40px));
    grid-template-columns: minmax(0, 820px) minmax(220px, 260px);
    gap: clamp(38px, 6vw, 78px);
    padding-top: clamp(50px, 7vw, 82px);
    padding-bottom: clamp(72px, 8vw, 112px);
}

.single-post .article-content {
    min-width: 0;
    max-width: 820px;
    color: #26384b;
    font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 1.4vw, 19px);
    line-height: 1.82;
    overflow-wrap: break-word;
}

.single-post .article-content > * {
    max-width: 100%;
}

.single-post .article-content p,
.single-post .article-content ul,
.single-post .article-content ol,
.single-post .article-content blockquote,
.single-post .article-content table,
.single-post .article-content figure,
.single-post .article-content .wp-block-embed {
    margin-top: 0;
    margin-bottom: 1.55em;
}

.single-post .article-content h2,
.single-post .article-content h3,
.single-post .article-content h4,
.single-post .article-content h5,
.single-post .article-content h6 {
    margin: 1.8em 0 .7em;
    color: var(--navy);
    font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.15;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.single-post .article-content h2 { font-size: clamp(29px, 4vw, 42px); }
.single-post .article-content h3 { font-size: clamp(24px, 3vw, 32px); }
.single-post .article-content h4 { font-size: 22px; }
.single-post .article-content h5 { font-size: 19px; }
.single-post .article-content h6 { font-size: 17px; }

.single-post .article-content ul,
.single-post .article-content ol {
    padding-left: 1.35em;
}

.single-post .article-content li + li {
    margin-top: .45em;
}

.single-post .article-content a {
    color: #075da8;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.single-post .article-content blockquote {
    padding: 25px 30px;
    border-left: 6px solid var(--gold);
    color: var(--navy);
    background: #f2f5f8;
    font-size: 1.08em;
    line-height: 1.65;
}

.single-post .article-content img {
    max-width: 100%;
    height: auto;
}

.single-post .article-content figure,
.single-post .article-content .wp-caption {
    max-width: 100%;
}

.single-post .article-content figcaption,
.single-post .article-content .wp-caption-text {
    margin-top: 9px;
    color: #657386;
    font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.single-post .article-content .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.single-post .article-content .alignleft {
    float: left;
    margin: 6px 28px 18px 0;
}

.single-post .article-content .alignright {
    float: right;
    margin: 6px 0 18px 28px;
}

.single-post .article-content .alignwide {
    width: min(100%, 980px);
    max-width: min(100%, 980px);
}

.single-post .article-content table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.single-post .article-content th,
.single-post .article-content td {
    min-width: 120px;
    padding: 12px 14px;
    border: 1px solid #cad3dd;
    text-align: left;
}

.single-post .article-content th {
    color: var(--white);
    background: var(--navy);
    font-family: Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
}

.single-post .article-content iframe,
.single-post .article-content video,
.single-post .article-content embed,
.single-post .article-content object,
.single-post .article-content .wp-block-embed__wrapper {
    width: 100%;
    max-width: 100%;
}

.single-post .article-content iframe,
.single-post .article-content video {
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    border: 0;
}

.single-post .article-content .gallery,
.single-post .article-content .wp-block-gallery,
.single-post .article-content .ngg-galleryoverview {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    clear: both;
}

.single-post .article-content .gallery-item,
.single-post .article-content .wp-block-gallery .wp-block-image,
.single-post .article-content .ngg-gallery-thumbnail-box,
.single-post .article-content .ngg-gallery-thumbnail {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
}

.single-post .article-content .ngg-gallery-thumbnail-box,
.single-post .article-content .ngg-gallery-thumbnail,
.single-post .article-content .ngg-gallery-thumbnail > a {
    display: block !important;
}

.single-post .article-content .gallery img,
.single-post .article-content .wp-block-gallery img,
.single-post .article-content .ngg-galleryoverview img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 0;
}

.single-post .article-aside {
    align-self: start;
    padding: 26px;
    border-top: 6px solid var(--gold);
    color: var(--white);
    background: var(--navy);
    box-shadow: 0 18px 42px rgba(5, 25, 48, .16);
}

.single-post .article-aside .kicker {
    color: var(--gold);
}

.single-post .article-aside p {
    margin: 14px 0 22px;
    color: rgba(255, 255, 255, .76);
    line-height: 1.55;
}

.single-post .article-aside .button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    color: var(--white);
    border-color: var(--gold);
}

.single-post .article-aside .button:hover {
    color: var(--navy);
    background: var(--gold);
}

@media (min-width: 1101px) {
    .single-post .article-aside {
        position: sticky;
        top: 118px;
    }
}

@media (max-width: 1199px) {
    .news-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 1100px) {
    .single-post .article-layout {
        max-width: 860px;
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .single-post .article-content {
        width: 100%;
        max-width: 820px;
        margin-inline: auto;
    }

    .single-post .article-aside {
        position: static;
        width: min(100%, 820px);
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .news-archive > .shell,
    .single-post .article-hero__inner,
    .single-post .article-layout {
        width: min(100% - 28px, 1240px);
    }

    .news-archive__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .news-archive__grid .news-card__body,
    .news-archive__grid .news-card--featured .news-card__body {
        padding: 21px;
    }

    .single-post .article-hero {
        min-height: 500px;
    }

    .single-post .article-hero h1 {
        font-size: clamp(35px, 11vw, 52px);
    }

    .single-post .jarota-breadcrumb--light [aria-current="page"] {
        max-width: 24ch;
    }

    .single-post .article-content .alignleft,
    .single-post .article-content .alignright {
        float: none;
        margin: 0 0 1.55em;
    }

    .single-post .article-content blockquote {
        padding: 21px 20px;
    }
}

@media (max-width: 390px) {
    .news-archive__header h1 {
        font-size: 39px;
    }

    .news-pagination li .page-numbers,
    .news-pagination > .nav-links .page-numbers {
        min-width: 42px;
        min-height: 44px;
    }

    .single-post .article-content .gallery,
    .single-post .article-content .wp-block-gallery,
    .single-post .article-content .ngg-galleryoverview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

/* Local/development fixtures --------------------------------------------- */
.demo-content-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 28px;
    padding: 14px 18px;
    border: 1px solid rgba(244, 196, 0, .55);
    border-radius: 10px;
    color: var(--navy);
    background: rgba(244, 196, 0, .13);
    font-size: .9rem;
    line-height: 1.5;
}

.demo-content-notice strong {
    flex: 0 0 auto;
    color: var(--navy);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.demo-content-notice span {
    color: #34465c;
}

@media (max-width: 600px) {
    .demo-content-notice {
        flex-direction: column;
        gap: 4px;
    }
}

.legal-draft {
    color: #26384d;
}

.legal-draft__updated {
    margin: 0 0 34px;
    padding: 16px 18px;
    border-left: 4px solid var(--gold);
    background: #f4f6f8;
}

.legal-draft h2 {
    margin: 46px 0 14px;
    color: var(--navy);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.2;
}

.legal-draft p,
.legal-draft li {
    max-width: 82ch;
}

.legal-draft ol,
.legal-draft ul {
    padding-left: 1.35em;
}

.legal-draft li + li {
    margin-top: 9px;
}

/* Yellow centered header: club crest overlaps the bar like the visual reference. */
.site-header,
.site-header.is-scrolled,
body:not(.home) .site-header {
    color: var(--navy);
    border-bottom-color: rgba(8, 27, 51, .16);
    background: var(--gold);
    box-shadow: 0 10px 30px rgba(8, 27, 51, .16);
}

.site-header__inner {
    position: relative;
    min-height: 88px;
}

.site-header .site-brand--header {
    position: absolute;
    z-index: 4;
    top: 8px;
    left: 50%;
    width: 138px;
    justify-content: center;
    transform: translateX(-50%);
    filter: drop-shadow(0 7px 8px rgba(8, 27, 51, .22));
}

.site-header .site-brand__crest-image,
.site-header .site-brand--header .custom-logo {
    width: auto;
    max-width: 120px;
    height: 159px;
    max-height: 159px;
    object-fit: contain;
}

.site-header .nav-toggle {
    margin-left: 0;
}

.site-header .nav-toggle > span:not(.screen-reader-text) {
    background: var(--navy);
}

.quick-nav {
    max-width: calc(50% - 156px);
    flex: 0 1 calc(50% - 156px);
    margin-right: auto;
}

.quick-nav .quick-nav__list {
    gap: clamp(16px, 1.75vw, 36px);
}

.quick-nav__list a {
    color: var(--navy);
}

.quick-nav__list a::after {
    background: var(--navy);
}

.header-actions {
    margin-left: auto;
}

.header-social a,
.header-search {
    color: var(--navy);
}

.header-social a:hover,
.header-social a:focus-visible {
    color: var(--gold);
    background: var(--navy);
}

.site-header .header-shop {
    color: var(--gold);
    border-color: var(--navy);
    background: var(--navy);
}

.site-header .header-shop:hover,
.site-header .header-shop:focus-visible {
    color: var(--navy);
    background: var(--gold-soft);
}

.site-header a:focus-visible,
.site-header button:focus-visible {
    outline-color: var(--navy);
}

@media (min-width: 1181px) and (max-width: 1350px) {
    .quick-nav .quick-nav__list {
        gap: 12px;
    }

    .quick-nav__list a {
        font-size: 16px;
    }
}

@media (max-width: 1180px) {
    .site-header__inner {
        min-height: 84px;
    }

    .site-header .site-brand--header {
        top: 7px;
        width: 120px;
    }

    .site-header .site-brand__crest-image,
    .site-header .site-brand--header .custom-logo {
        max-width: 101px;
        height: 143px;
        max-height: 143px;
    }
}

@media (max-width: 760px) {
    .site-header__inner {
        min-height: 76px;
    }

    .site-header .site-brand--header {
        top: 7px;
        left: 50%;
        width: 91px;
        transform: translateX(-50%);
    }

    .site-header .site-brand__crest-image,
    .site-header .site-brand--header .custom-logo {
        width: auto;
        max-width: 79px;
        height: 112px;
        max-height: 112px;
    }

    .site-header .nav-toggle {
        order: 0;
    }

    .header-actions {
        order: 1;
        margin-left: auto;
    }
}

@media (max-width: 420px) {
    .site-header__inner {
        width: min(100% - 18px, 1800px);
    }

    .site-header .site-brand--header {
        width: 81px;
    }

    .site-header .site-brand__crest-image,
    .site-header .site-brand--header .custom-logo {
        max-width: 70px;
        height: 99px;
        max-height: 99px;
    }

    .site-header .nav-toggle,
    .header-search {
        width: 40px;
        height: 40px;
    }

    .site-header .header-shop {
        width: 42px;
        min-height: 42px;
    }
}

/* Primary navigation: desktop dropdowns plus a full mobile menu. */
.site-header .nav-toggle {
    display: none !important;
}

@media (max-width: 1180px) {
    .site-header .nav-toggle {
        position: relative;
        z-index: 7;
        display: block !important;
        flex: 0 0 auto;
    }
}

.header-navs {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
    pointer-events: none;
}

.header-navs .quick-nav {
    position: relative;
    min-width: 0;
    max-width: none;
    display: flex;
    align-items: center;
    margin: 0;
    pointer-events: auto;
}

.quick-nav--left {
    grid-column: 1;
}

.quick-nav--right {
    grid-column: 3;
    margin-right: 360px !important;
}

.header-navs .quick-nav__list {
    width: 100%;
    justify-content: flex-start;
    gap: clamp(14px, 1.45vw, 28px);
}

.quick-nav__item {
    position: relative;
    flex: 0 0 auto;
}

.quick-nav__item > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.quick-nav__chevron {
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .18s ease;
}

.quick-nav__item--has-submenu:hover .quick-nav__chevron,
.quick-nav__item--has-submenu:focus-within .quick-nav__chevron {
    transform: translateY(3px) rotate(225deg);
}

.quick-nav .quick-nav__submenu {
    position: absolute;
    z-index: 20;
    top: calc(100% - 7px);
    left: -18px;
    min-width: 230px;
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    color: var(--white);
    background: var(--navy);
    box-shadow: 0 18px 44px rgba(8, 27, 51, .3);
    transform: translateY(10px);
    transition: visibility 0s linear .18s, opacity .18s ease, transform .18s ease;
}

.quick-nav__submenu::before {
    position: absolute;
    bottom: 100%;
    left: 28px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--navy);
    border-left: 8px solid transparent;
    content: '';
}

.quick-nav__item--has-submenu:hover > .quick-nav__submenu,
.quick-nav__item--has-submenu:focus-within > .quick-nav__submenu {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-delay: 0s;
}

.quick-nav__submenu li {
    min-width: 0;
}

.quick-nav__submenu a {
    display: block;
    padding: 11px 13px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .35px;
    white-space: nowrap;
    transition: color .16s ease, background .16s ease, transform .16s ease;
}

.quick-nav__submenu a::after {
    display: none;
}

.quick-nav__submenu a:hover,
.quick-nav__submenu a:focus-visible {
    color: var(--navy);
    background: var(--gold);
    transform: translateX(3px);
}

.site-header .site-brand--header {
    z-index: 6;
}

.site-header .header-actions {
    position: relative;
    z-index: 7;
}

@media (max-width: 1350px) {
    .quick-nav--right {
        margin-right: 190px !important;
    }
}

@media (max-width: 1180px) {
    .site-header,
    .site-header.is-scrolled,
    body:not(.home) .site-header {
        padding-bottom: 0;
    }

    .header-navs {
        display: none;
    }
}

/* Stadium hub assembled from the existing editable WordPress pages. */
.venue-hub {
    color: var(--navy);
    background: #f2f5f8;
}

.venue-hub__hero {
    position: relative;
    overflow: hidden;
    padding: 205px 0 84px;
    color: var(--white);
    background:
        radial-gradient(circle at 82% 24%, rgba(244, 196, 0, .18), transparent 30%),
        linear-gradient(130deg, #06172c 0%, #0b2a4b 66%, #123f69 100%);
}

.venue-hub__hero::after {
    position: absolute;
    right: -90px;
    bottom: -210px;
    width: 470px;
    height: 470px;
    border: 76px solid rgba(244, 196, 0, .08);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.venue-hub__hero .shell {
    position: relative;
    z-index: 1;
}

.venue-hub__hero .jarota-breadcrumb {
    margin-bottom: 36px;
    color: rgba(255, 255, 255, .72);
}

.venue-hub__hero .jarota-breadcrumb a,
.venue-hub__hero h1 {
    color: var(--white);
}

.venue-hub__hero .kicker {
    color: var(--gold);
}

.venue-hub__hero h1 {
    max-width: 900px;
    margin: 10px 0 0;
    font-size: clamp(48px, 6vw, 86px);
    line-height: .98;
    letter-spacing: -.045em;
}

.venue-hub__hero > .shell > p {
    max-width: 780px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.65;
}

.venue-hub__nav {
    position: sticky;
    z-index: 80;
    top: 88px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 9px 28px rgba(8, 27, 51, .08);
    backdrop-filter: blur(12px);
}

.venue-hub__nav .shell {
    display: flex;
    gap: 8px;
    padding-block: 12px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.venue-hub__nav a {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 4px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.venue-hub__nav a:hover,
.venue-hub__nav a:focus-visible {
    color: var(--navy);
    background: var(--gold);
}

.venue-hub__section {
    scroll-margin-top: 170px;
    padding: 86px 0;
    border-bottom: 1px solid var(--line);
}

.venue-hub__section:nth-child(even) {
    background: var(--white);
}

.venue-hub__section-grid {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(48px, 8vw, 120px);
}

.venue-hub__section-heading {
    position: sticky;
    top: 180px;
}

.venue-hub__section-heading > span {
    display: block;
    color: var(--gold);
    font-family: 'Barlow Condensed', Aptos, sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: .8;
}

.venue-hub__section-heading p {
    margin: 18px 0 7px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.venue-hub__section-heading h2 {
    margin: 0;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1;
    letter-spacing: -.035em;
}

.venue-hub__content {
    min-width: 0;
    padding: clamp(28px, 4vw, 54px);
    background: var(--white);
    box-shadow: 0 20px 60px rgba(8, 27, 51, .1);
}

.venue-hub__section:nth-child(even) .venue-hub__content {
    border: 1px solid var(--line);
    box-shadow: none;
}

.venue-hub__content > :first-child {
    margin-top: 0;
}

.venue-hub__content > :last-child {
    margin-bottom: 0;
}

.venue-hub__content img,
.venue-hub__content iframe {
    max-width: 100%;
}

.venue-hub__content iframe {
    width: 100%;
}

@media (max-width: 820px) {
    .venue-hub__hero {
        padding: 190px 0 68px;
    }

    .venue-hub__hero h1 {
        font-size: clamp(43px, 12vw, 64px);
    }

    .venue-hub__hero > .shell > p {
        font-size: 16px;
    }

    .venue-hub__nav {
        top: 124px;
    }

    .venue-hub__section {
        scroll-margin-top: 190px;
        padding: 62px 0;
    }

    .venue-hub__section-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .venue-hub__section-heading {
        position: static;
    }

    .venue-hub__section-heading > span {
        font-size: 50px;
    }

    .venue-hub__content {
        padding: 25px 20px;
    }
}

/* Footer sponsor carousel: three logos at a time with manual controls. */
.footer-sponsors {
    --sponsor-carousel-gap: 18px;
    --sponsor-visible: 3;
    padding: 70px 0 76px;
    overflow: hidden;
}

.footer-sponsors > .shell {
    width: min(1180px, calc(100% - 48px));
}

.footer-sponsors__heading {
    align-items: center;
    margin-bottom: 32px;
}

.footer-sponsors__heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -2px;
}

.footer-sponsors__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-sponsors__controls button {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 2px solid var(--navy);
    border-radius: 50%;
    color: var(--navy);
    background: transparent;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.footer-sponsors__controls button:hover,
.footer-sponsors__controls button:focus-visible {
    color: var(--gold);
    background: var(--navy);
    transform: translateY(-2px);
}

.footer-sponsors__controls button:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
}

.footer-sponsors__arrow {
    width: 12px;
    height: 12px;
    display: block;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.footer-sponsors__arrow--prev {
    margin-left: 5px;
    transform: rotate(-135deg);
}

.footer-sponsors__arrow--next {
    margin-right: 5px;
    transform: rotate(45deg);
}

.footer-sponsors__viewport {
    overflow: hidden;
}

.footer-sponsors__logos {
    display: flex;
    grid-template-columns: none;
    gap: var(--sponsor-carousel-gap);
    will-change: transform;
    transition: transform .48s cubic-bezier(.22, .61, .36, 1);
}

.footer-sponsors__slide {
    min-width: 0;
    flex: 0 0 calc((100% - 36px) / 3);
}

.footer-sponsors__slide > .sponsor-logo-card {
    width: 100%;
    height: 100%;
    min-height: 150px;
    padding: 24px;
}

.footer-sponsors__slide > .sponsor-logo-card img {
    max-width: min(88%, 230px);
    max-height: 88px;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal;
}

.footer-sponsors.is-static .footer-sponsors__controls {
    display: none;
}

@media (max-width: 820px) {
    .footer-sponsors {
        --sponsor-carousel-gap: 14px;
        --sponsor-visible: 2;
    }

    .footer-sponsors > .shell {
        width: min(100% - 28px, 1180px);
    }

    .footer-sponsors__slide {
        flex-basis: calc((100% - 14px) / 2);
    }
}

@media (max-width: 540px) {
    .footer-sponsors {
        --sponsor-carousel-gap: 10px;
        --sponsor-visible: 1;
        padding: 52px 0 58px;
    }

    .footer-sponsors__heading {
        flex-direction: row;
        align-items: center;
        gap: 18px;
        margin-bottom: 24px;
    }

    .footer-sponsors__heading h2 {
        font-size: 36px;
    }

    .footer-sponsors__controls {
        margin-left: auto;
    }

    .footer-sponsors__controls button {
        width: 42px;
        height: 42px;
    }

    .footer-sponsors__slide {
        flex-basis: 100%;
    }

    .footer-sponsors__slide > .sponsor-logo-card {
        min-height: 132px;
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-sponsors__logos {
        transition: none;
    }
}

/* Let the two desktop navigation groups grow outward from the centered crest. */
@media (min-width: 1181px) {
    .quick-nav--left .quick-nav__list {
        justify-content: flex-end;
    }
}

/* Larger desktop navigation and actions, kept responsive around the centered crest. */
@media (min-width: 1181px) {
    .header-navs .quick-nav__item > a {
        font-size: 20px;
    }

    .header-social a {
        width: 44px;
        height: 44px;
    }

    .header-social__icon {
        width: 24px;
        height: 24px;
    }

    .header-search {
        width: 56px;
        height: 56px;
    }

    .header-search__icon {
        width: 26px;
        height: 26px;
        border-width: 2.5px;
    }

    .header-search__icon::after {
        right: -8px;
        bottom: -5px;
        width: 12px;
        height: 2.5px;
    }

    .site-header .header-shop {
        min-height: 56px;
        gap: 11px;
        padding: 12px 20px;
        font-size: 15px;
    }

    .site-header .header-shop__icon {
        width: 22px;
        height: 22px;
    }
}

@media (min-width: 1181px) and (max-width: 1350px) {
    .header-navs .quick-nav__item > a {
        font-size: 18px;
    }
}

@media (min-width: 1351px) and (max-width: 1580px) {
    .header-social {
        display: none;
    }
}

@media (max-width: 1180px) {
    .header-navs .quick-nav__item > a {
        font-size: 16px;
    }
}

/* Static footer sponsor list. All entries are visible without carousel controls. */
.footer-sponsors__logos--static {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    transform: none !important;
    transition: none;
    will-change: auto;
}

.footer-sponsors__logos--static > .sponsor-logo-card {
    width: 100%;
    min-height: 128px;
    padding: 20px;
}

.footer-sponsors__logos--static > .sponsor-logo-card img {
    max-width: min(88%, 210px);
    max-height: 82px;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal;
}

@media (max-width: 1100px) {
    .footer-sponsors__logos--static {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 700px) {
    .footer-sponsors__logos--static {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .footer-sponsors__logos--static > .sponsor-logo-card {
        min-height: 108px;
        padding: 14px;
    }

    .footer-sponsors__logos--static > .sponsor-logo-card img {
        max-height: 68px;
    }
}

/* Club board — editable person cards based on the team roster design. */
.club-board-page__body > .shell {
    width: min(1340px, calc(100% - 48px));
}

.club-board-page__content {
    position: relative;
    z-index: 2;
    margin: -34px auto 0;
    padding: clamp(36px, 5vw, 70px);
    border-top: 5px solid var(--gold);
    background: #f7f8fa;
    box-shadow: 0 24px 70px rgba(3, 18, 37, .12);
}

.club-board-page__intro {
    max-width: 900px;
    margin-bottom: clamp(52px, 7vw, 84px);
    color: #39485a;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.75;
}

.club-board-page__intro > :first-child { margin-top: 0; }
.club-board-page__intro > :last-child { margin-bottom: 0; }
.club-board-section + .club-board-section { margin-top: clamp(68px, 8vw, 104px); }
.club-board-section__heading { margin-bottom: 32px; }
.club-board-section__heading .kicker {
    display: block;
    margin-bottom: 10px;
    color: #9b7300;
}

.club-board-section__heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.club-board-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.club-board-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce2e8;
    border-bottom: 4px solid var(--gold);
    background: var(--white);
    box-shadow: 0 12px 36px rgba(6, 23, 43, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.club-board-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(6, 23, 43, .14);
}

.club-board-card__media {
    position: relative;
    overflow: hidden;
    background: #0a213b;
    aspect-ratio: 4 / 5;
}

.club-board-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.club-board-card__body { padding: 22px 22px 24px; }
.club-board-card h3 {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--navy);
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.club-board-card__role {
    margin: 12px 0 0;
    color: #9b7300;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.club-board-card__details {
    margin: 10px 0 0;
    color: #657182;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .club-board-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    .club-board-page__body > .shell { width: min(100% - 28px, 1340px); }
    .club-board-page__content { padding: 36px 24px 54px; }
    .club-board-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}

@media (max-width: 520px) {
    .club-board-page__body > .shell { width: min(100% - 20px, 1340px); }
    .club-board-page__content { padding-inline: 18px; }
    .club-board-page__intro { margin-bottom: 48px; }
    .club-board-grid { grid-template-columns: minmax(0, 1fr); }
    .club-board-card__media { aspect-ratio: 16 / 13; }
}

@media (prefers-reduced-motion: reduce) {
    .club-board-card { transition: none; }
}
