:root {
    --whfc-blue: #0f3d91;
    --whfc-blue-deep: #0a2351;
    --whfc-blue-light: #7cc7ff;
    --whfc-blue-soft: #dff2ff;
    --whfc-white: #ffffff;
    --whfc-ink: #0f172a;
    --whfc-slate: #475569;
    --whfc-border: rgba(15, 61, 145, 0.14);
    --whfc-shadow: 0 24px 70px rgba(10, 35, 81, 0.16);
    --whfc-radius: 24px;
    --whfc-radius-sm: 16px;
    --whfc-container: 1180px;
    --whfc-space-section: clamp(2.5rem, 4.4vw, 4rem);
    --whfc-space-tight: clamp(1.5rem, 3vw, 2.5rem);
    --whfc-space-grid: clamp(1rem, 2vw, 1.5rem);
    --whfc-header-inner-width: min(calc(100% - 1rem), var(--whfc-container));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    overscroll-behavior-y: none;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Times New Roman", Georgia, serif;
    color: var(--whfc-ink);
    background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 22%, #edf6ff 100%);
    line-height: 1.6;
    overscroll-behavior-y: none;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

body.admin-bar .site-header {
    top: 32px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(calc(100% - 2rem), var(--whfc-container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    isolation: isolate;
    background-color: #0a2351;
    background: linear-gradient(180deg, rgb(6, 22, 52), rgb(10, 35, 81));
    border-bottom: 1px solid rgba(124, 199, 255, 0.2);
    box-shadow: 0 14px 36px rgba(4, 12, 30, 0.5);
    overflow-x: clip;
    overflow-y: visible;
    transition: background 0.28s ease, box-shadow 0.28s ease;
}

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "branding nav cta";
    align-items: center;
    gap: 0.9rem;
    min-height: 112px;
    padding: 0.35rem 0;
    position: relative;
    overflow: visible;
}

.site-main {
    padding-top: 0.5rem;
    flex: 1 0 auto;
}

.fixture-countdown-banner {
    border-top: 1px solid rgba(124, 199, 255, 0.16);
    background:
        radial-gradient(circle at top right, rgba(124, 199, 255, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(7, 24, 57, 0.98), rgba(14, 47, 109, 0.96));
}

.fixture-countdown-banner.is-hidden {
    display: none;
}

.fixture-countdown-banner__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    min-height: 40px;
    padding: 0.35rem 0;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.fixture-countdown-banner__inner::before,
.fixture-countdown-banner__inner::after {
    content: "✦";
    position: absolute;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 0 12px rgba(124, 199, 255, 0.55);
    opacity: 0;
    pointer-events: none;
}

.fixture-countdown-banner__inner::before {
    top: 0.35rem;
    left: 28%;
    font-size: 0.54rem;
    animation: whfc-banner-sparkle 3.8s ease-in-out infinite;
}

.fixture-countdown-banner__inner::after {
    right: 23%;
    bottom: 0.4rem;
    font-size: 0.48rem;
    animation: whfc-banner-sparkle 4.6s ease-in-out 1.1s infinite;
}

@keyframes whfc-banner-sparkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.6) rotate(0deg);
    }

    25% {
        opacity: 0.9;
        transform: scale(1) rotate(15deg);
    }

    50% {
        opacity: 0.35;
        transform: scale(1.2) rotate(-10deg);
    }

    75% {
        opacity: 0.8;
        transform: scale(0.88) rotate(18deg);
    }
}

.fixture-countdown-banner__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.16rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(124, 199, 255, 0.24);
    color: rgba(223, 242, 255, 0.94);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fixture-countdown-banner__title {
    color: var(--whfc-white);
    font-size: 0.82rem;
    line-height: 1.1;
    white-space: nowrap;
}

.fixture-countdown-banner__meta {
    color: rgba(223, 242, 255, 0.86);
    font-size: 0.72rem;
    line-height: 1.2;
}

.fixture-countdown-banner__meta {
    font-weight: 700;
    flex: 1 1 240px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixture-countdown-banner__clock {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
    position: relative;
    padding-inline: 0.15rem;
}

.fixture-countdown-banner__clock::before {
    content: "";
    position: absolute;
    inset: -0.1rem -0.18rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at 12% 30%, rgba(255, 255, 255, 0.22) 0 1px, transparent 2px),
        radial-gradient(circle at 52% 70%, rgba(124, 199, 255, 0.28) 0 1.5px, transparent 3px),
        radial-gradient(circle at 86% 34%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px);
    opacity: 0.72;
    animation: whfc-countdown-twinkle 5s linear infinite;
    pointer-events: none;
}

@keyframes whfc-countdown-twinkle {
    0% {
        transform: translateX(-1.5%);
        opacity: 0.3;
    }

    50% {
        transform: translateX(1.5%);
        opacity: 0.8;
    }

    100% {
        transform: translateX(-1.5%);
        opacity: 0.3;
    }
}

.fixture-countdown-banner__unit {
    display: inline-flex;
    align-items: baseline;
    gap: 0.08rem;
    padding: 0.12rem 0.32rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(124, 199, 255, 0.18);
    position: relative;
    z-index: 1;
}

.fixture-countdown-banner__value {
    color: var(--whfc-white);
    font-size: 0.78rem;
    line-height: 1;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.fixture-countdown-banner__label {
    color: rgba(223, 242, 255, 0.78);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
}

.fixture-countdown-banner__link {
    color: var(--whfc-blue-light);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.fixture-countdown-banner__weather {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.12rem 0.42rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(124, 199, 255, 0.18);
    color: rgba(223, 242, 255, 0.92);
    font-size: 0.68rem;
    line-height: 1.1;
    white-space: nowrap;
}

.fixture-countdown-banner__weather-icon {
    font-size: 0.84rem;
    line-height: 1;
}

.fixture-countdown-banner__weather-temp {
    font-weight: 800;
    color: var(--whfc-white);
}

.fixture-countdown-banner__weather-condition {
    color: rgba(223, 242, 255, 0.78);
}

.fixture-countdown-banner__weather-wind {
    color: rgba(124, 199, 255, 0.95);
    font-weight: 700;
}

.fixture-countdown-banner__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: 1px solid rgba(124, 199, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    cursor: pointer;
    font-size: 0.88rem;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fixture-countdown-banner__close:hover,
.fixture-countdown-banner__close:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    color: var(--whfc-white);
    border-color: rgba(124, 199, 255, 0.36);
}

.fixture-countdown-banner__reopen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: max-content;
    max-width: calc(100% - 1rem);
    margin: 0.18rem 0.5rem 0 auto;
    padding: 0.34rem 0.7rem;
    border: 1px solid rgba(124, 199, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(7, 24, 57, 0.96), rgba(10, 35, 81, 0.98));
    color: rgba(223, 242, 255, 0.96);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(4, 12, 30, 0.24);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.fixture-countdown-banner__reopen:hover,
.fixture-countdown-banner__reopen:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(124, 199, 255, 0.4);
    background: linear-gradient(180deg, rgba(10, 35, 81, 0.98), rgba(14, 47, 109, 0.98));
}

.fixture-countdown-banner__reopen[hidden] {
    display: none;
}

.fixture-countdown-banner.is-placeholder .fixture-countdown-banner__tag,
.fixture-countdown-banner.is-placeholder .fixture-countdown-banner__unit {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

.site-footer {
    margin-top: auto;
}

.site-branding {
    grid-area: branding;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    position: relative;
    z-index: 3;
}

.site-branding__mark {
    display: inline-block;
    width: clamp(76px, 8vw, 120px);
    height: clamp(76px, 8vw, 120px);
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border-radius: 22px;
    background:
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.12) 0 10px,
            rgba(10, 35, 81, 0.14) 10px 20px),
        radial-gradient(circle at 30% 30%, rgba(223, 242, 255, 0.16), rgba(255, 255, 255, 0.02) 55%, rgba(10, 35, 81, 0.08) 100%);
    box-shadow: inset 0 0 0 1px rgba(124, 199, 255, 0.18), 0 14px 26px rgba(4, 12, 30, 0.18);
    overflow: hidden;
    transform: none;
    border: 0;
    transition: width 0.2s ease, height 0.2s ease;
}

.site-branding__mark--logo {
    background:
        repeating-linear-gradient(135deg,
            rgba(255, 255, 255, 0.12) 0 10px,
            rgba(10, 35, 81, 0.14) 10px 20px),
        radial-gradient(circle at 30% 30%, rgba(223, 242, 255, 0.18), rgba(255, 255, 255, 0.04) 52%, rgba(10, 35, 81, 0.1) 100%);
}

.site-branding__logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
    filter: drop-shadow(0 0 8px rgba(124, 199, 255, 0.24));
    transform: scale(1);
    image-rendering: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.site-branding__mark--logo:hover .site-branding__logo-image,
.site-branding__mark--logo:focus-visible .site-branding__logo-image {
    transform: scale(1.01);
    filter: drop-shadow(0 0 12px rgba(124, 199, 255, 0.32));
}

.site-branding__fallback {
    font-weight: 800;
    letter-spacing: 0.08em;
}

.site-branding__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-width: 0;
    gap: 0.08rem;
}

.site-branding__title {
    color: var(--whfc-white);
    font-size: clamp(1.55rem, 1.9vw, 1.78rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 0 rgba(4, 12, 30, 0.34);
    position: relative;
    padding-bottom: 0.32rem;
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Times New Roman", Georgia, serif;
}

.site-branding__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.34rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--whfc-blue-light) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(223, 242, 255, 0) 100%);
}

.site-branding__tagline {
    color: rgba(223, 242, 255, 0.86);
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 1;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.site-nav {
    grid-area: nav;
    align-self: center;
}

.site-nav__menu,
.site-footer__list,
.site-footer .menu,
.site-nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__menu,
.site-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
}

.site-nav a,
.site-nav .menu a {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.98);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.76rem;
    white-space: nowrap;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.site-nav__menu>li>a,
.site-nav .menu>li>a {
    position: relative;
    padding-bottom: 0.38rem;
}

.site-nav__menu>li>a::before,
.site-nav .menu>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.06rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(124, 199, 255, 0.18), rgba(124, 199, 255, 0.92), rgba(124, 199, 255, 0.18));
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.site-nav__menu>li>a::after,
.site-nav .menu>li>a::after {
    content: "⚽";
    position: absolute;
    left: 0;
    bottom: -0.52rem;
    width: 0.56rem;
    text-align: center;
    font-size: 0.56rem;
    line-height: 1;
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.2s ease, left 0.65s linear;
    pointer-events: none;
}

.site-nav a:hover,
.site-nav .menu a:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.site-nav__menu>li>a:hover::before,
.site-nav__menu>li>a:focus-visible::before,
.site-nav .menu>li>a:hover::before,
.site-nav .menu>li>a:focus-visible::before,
.site-nav .menu-item-has-children:hover>a::before,
.site-nav .menu-item-has-children:focus-within>a::before,
.site-nav .page_item_has_children:hover>a::before,
.site-nav .page_item_has_children:focus-within>a::before {
    transform: scaleX(1);
    opacity: 1;
}

.site-nav__menu>li>a:hover::after,
.site-nav__menu>li>a:focus-visible::after,
.site-nav .menu>li>a:hover::after,
.site-nav .menu>li>a:focus-visible::after,
.site-nav .menu-item-has-children:hover>a::after,
.site-nav .menu-item-has-children:focus-within>a::after,
.site-nav .page_item_has_children:hover>a::after,
.site-nav .page_item_has_children:focus-within>a::after {
    opacity: 1;
    animation: whfc-football-roll 0.65s linear;
}

@keyframes whfc-football-roll {
    0% {
        left: 0;
        transform: rotate(0deg);
    }

    100% {
        left: calc(100% - 0.56rem);
        transform: rotate(420deg);
    }
}

.site-nav .menu-item-has-children,
.site-nav .page_item_has_children {
    position: relative;
}

.site-nav .menu-item-has-children>a,
.site-nav .page_item_has_children>a {
    padding-right: 1rem;
}

.site-nav .submenu-toggle {
    width: 1.45rem;
    height: 1.45rem;
    margin-left: 0.15rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.96);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-nav .submenu-toggle::before {
    content: "▾";
    font-size: 0.82rem;
}

.site-nav .submenu-toggle:hover,
.site-nav .submenu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.16);
}

.site-nav .submenu-toggle[aria-expanded="true"]::before {
    transform: translateY(-1px) rotate(180deg);
}

.site-nav .menu-item-has-children>.sub-menu,
.site-nav .page_item_has_children>.children {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 230px;
    padding: 0.45rem;
    margin: 0;
    list-style: none;
    border-radius: 12px;
    border: 1px solid rgba(124, 199, 255, 0.3);
    background: linear-gradient(180deg, rgba(6, 22, 52, 0.99), rgba(10, 35, 81, 0.98));
    box-shadow: 0 18px 34px rgba(4, 12, 30, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 70;
}

.site-nav .menu-item-has-children>.sub-menu a,
.site-nav .page_item_has_children>.children a {
    display: block;
    padding: 0.5rem 0.6rem;
    border-radius: 8px;
    font-size: clamp(0.8rem, 0.85vw, 0.9rem);
}

.site-nav .menu-item-has-children>.sub-menu a:hover,
.site-nav .menu-item-has-children>.sub-menu a:focus-visible,
.site-nav .page_item_has_children>.children a:hover,
.site-nav .page_item_has_children>.children a:focus-visible {
    background: rgba(124, 199, 255, 0.16);
}

.site-nav .menu-item-has-children:hover>.sub-menu,
.site-nav .menu-item-has-children:focus-within>.sub-menu,
.site-nav .menu-item-has-children.submenu-open>.sub-menu,
.site-nav .page_item_has_children:hover>.children,
.site-nav .page_item_has_children:focus-within>.children,
.site-nav .page_item_has_children.submenu-open>.children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-cta {
    grid-area: cta;
    min-width: 136px;
    min-height: 42px;
    position: static;
    justify-self: end;
    align-self: center;
    margin-top: 0;
}

@media (min-width: 641px) {
    .site-header {
        margin-bottom: 24px;
    }

    .site-nav {
        width: 100%;
        justify-self: center;
    }

    .site-nav__menu,
    .site-nav .menu {
        justify-content: center;
    }
}

@media (min-width: 1181px) {
    body.home {
        --whfc-home-header-height: clamp(7.5rem, 6.8vw, 8.1rem);
        --whfc-home-hero-content-drop: clamp(2rem, 2.2vw, 2.8rem);
    }

    .site-header {
        background: transparent;
        border-bottom: 0;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0;
        transition: padding 0.26s ease;
    }

    .site-main {
        padding-top: 0;
    }

    body.home .site-header {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 70;
    }

    body.home .site-main {
        padding-top: 0 !important;
    }

    body.home .hero {
        margin-top: 0 !important;
        padding-top: calc(4.4rem + var(--whfc-home-header-height) + var(--whfc-fixture-banner-height, 0px));
    }

    body.home .hero__grid {
        padding-top: var(--whfc-home-hero-content-drop);
    }

    .site-header .container.site-header__inner {
        width: max-content !important;
        max-width: calc(100% - 1rem);
        margin-inline: auto;
    }

    .site-header__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 0.42rem clamp(0.7rem, 1.2vw, 1.45rem);
        gap: clamp(0.55rem, 1vw, 1.1rem);
        background: linear-gradient(180deg, rgb(6, 22, 52), rgb(10, 35, 81));
        border: 1px solid rgba(124, 199, 255, 0.24);
        border-radius: 24px;
        box-shadow: 0 14px 36px rgba(4, 12, 30, 0.45);
        transition: padding 0.26s ease, gap 0.26s ease, border-radius 0.26s ease, box-shadow 0.26s ease;
    }

    .site-branding,
    .site-nav,
    .header-cta {
        flex: 0 0 auto;
    }

    .site-branding {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin-left: 0;
        gap: 0.8rem;
    }

    .site-branding__mark {
        width: clamp(90px, 6.3vw, 112px);
        height: clamp(90px, 6.3vw, 112px);
        max-width: 100%;
        transform: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .site-branding__mark--logo {
        background: transparent;
    }

    .site-branding__title {
        font-size: clamp(1.62rem, 1.35vw, 1.84rem);
        transition: font-size 0.24s ease;
    }

    .site-branding__tagline {
        transition: font-size 0.24s ease, letter-spacing 0.24s ease, opacity 0.24s ease;
    }

    .site-nav {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: auto;
        max-width: none;
        justify-self: auto !important;
        margin-inline: 0;
        padding-inline: 0;
        z-index: 2;
    }

    .header-cta {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0 0 0 0.25rem;
        justify-self: auto;
        align-self: center;
    }

    .site-nav__menu,
    .site-nav .menu {
        gap: clamp(0.45rem, 0.8vw, 0.95rem);
        justify-content: center !important;
    }

    .site-nav a,
    .site-nav .menu a {
        font-size: clamp(0.73rem, 0.73vw, 0.82rem);
        transition: font-size 0.24s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    }

    .site-header.is-compact {
        padding: 0;
    }

    .site-header.is-compact .site-header__inner {
        padding: 0.3rem clamp(0.62rem, 1.05vw, 1.15rem);
        gap: clamp(0.45rem, 0.72vw, 0.85rem);
        border-radius: 20px;
        box-shadow: 0 10px 24px rgba(4, 12, 30, 0.4);
    }

    .site-header.is-compact .site-branding__mark {
        width: clamp(72px, 4.9vw, 88px);
        height: clamp(72px, 4.9vw, 88px);
    }

    .site-header.is-compact .site-branding__title {
        font-size: clamp(1.34rem, 1.08vw, 1.58rem);
    }

    .site-header.is-compact .site-branding__tagline {
        font-size: 0.62rem;
        letter-spacing: 0.12em;
        opacity: 0.86;
    }

    .site-header.is-compact .site-nav__menu,
    .site-header.is-compact .site-nav .menu {
        gap: clamp(0.28rem, 0.5vw, 0.48rem);
    }

    .site-header.is-compact .site-nav a,
    .site-header.is-compact .site-nav .menu a {
        font-size: clamp(0.68rem, 0.64vw, 0.76rem);
    }

    .site-header.is-compact .header-cta {
        min-height: 36px;
        padding: 0.62rem 1.05rem;
        font-size: 0.92rem;
        line-height: 1;
    }

    .fixture-countdown-banner__inner {
        width: min(var(--whfc-header-inner-width), calc(100% - 1rem));
        max-width: calc(100% - 1rem);
        margin-inline: auto;
        padding: 0.38rem clamp(0.95rem, 1.6vw, 2rem);
        gap: 0.55rem;
        flex-wrap: nowrap;
        border: 1px solid rgba(124, 199, 255, 0.22);
        border-top: 0;
        border-radius: 22px;
        background:
            radial-gradient(circle at 18% 0%, rgba(124, 199, 255, 0.14), transparent 24%),
            linear-gradient(180deg, rgba(7, 24, 57, 0.98), rgba(10, 35, 81, 0.97));
        box-shadow: 0 14px 28px rgba(4, 12, 30, 0.3);
    }

    .fixture-countdown-banner {
        background: transparent;
        border-top: 0;
        margin-top: -0.05rem;
    }

    .fixture-countdown-banner__reopen {
        width: max-content;
        max-width: calc(100% - 1rem);
        margin-top: 0.12rem;
        margin-right: max(0.5rem, calc((100% - var(--whfc-header-inner-width)) / 2));
        padding: 0.32rem 0.82rem;
    }

    .site-header.is-compact .fixture-countdown-banner__weather-condition,
    .site-header.is-compact .fixture-countdown-banner__weather-wind {
        display: none;
    }
}

@media (min-width: 1280px) {
    .site-header__inner {
        padding-inline: clamp(0.8rem, 1.3vw, 1.75rem);
    }
}

@media (min-width: 1366px) {
    .site-header__inner {
        padding-inline: clamp(0.95rem, 1.6vw, 2rem);
        gap: clamp(0.7rem, 1vw, 1.2rem);
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .site-header__inner {
        gap: 0.65rem;
    }

    .site-nav__menu,
    .site-nav .menu {
        gap: clamp(0.35rem, 0.52vw, 0.58rem);
    }

    .site-nav a,
    .site-nav .menu a {
        font-size: clamp(0.7rem, 0.68vw, 0.78rem);
        letter-spacing: 0.025em;
    }

    .site-branding__mark {
        width: clamp(84px, 6.5vw, 100px);
        height: clamp(84px, 6.5vw, 100px);
    }

    .site-branding__title {
        font-size: clamp(1.44rem, 1.45vw, 1.62rem);
    }
}

@media (prefers-reduced-motion: reduce) {

    .site-nav__menu>li>a::before,
    .site-nav .menu>li>a::before,
    .site-nav__menu>li>a::after,
    .site-nav .menu>li>a::after {
        transition: none;
        animation: none !important;
    }

    .fixture-countdown-banner__inner::before,
    .fixture-countdown-banner__inner::after,
    .fixture-countdown-banner__clock::before {
        animation: none !important;
    }
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 0.25rem;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--whfc-white);
}

.hero {
    --hero-pitch-y: 42%;
    position: relative;
    overflow: hidden;
    padding: 4.4rem 0 4.5rem;
    background:
        linear-gradient(115deg, rgba(6, 22, 52, 0.62), rgba(10, 35, 81, 0.45) 45%, rgba(124, 199, 255, 0.24)),
        radial-gradient(circle at top right, rgba(124, 199, 255, 0.26), transparent 34%),
        url("../images/PITCH.webp");
    background-size: auto, auto, cover;
    background-position: center, top right, center var(--hero-pitch-y);
    background-repeat: no-repeat;
}

@media (min-width: 1600px) {
    .hero {
        --hero-pitch-y: 45%;
    }
}

@media (min-width: 641px) and (max-width: 1180px) {
    .hero {
        --hero-pitch-y: 40%;
    }
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
    gap: 1.4rem;
    align-items: center;
    perspective: 1200px;
}

.hero__content {
    justify-self: start;
}

.hero__visual-wrap {
    position: relative;
    padding-bottom: 4.75rem;
}

.hero__visual {
    min-height: 400px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(15, 61, 145, 0.94), rgba(124, 199, 255, 0.75));
    box-shadow: var(--whfc-shadow);
    display: grid;
    place-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eyebrow,
.highlight-card__label,
.news-card__meta,
.post-card__meta {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: clamp(0.82rem, 0.95vw, 0.92rem);
    font-weight: 700;
    color: var(--whfc-blue);
}

.hero h1,
.page-title,
.section h2 {
    line-height: 1.05;
    margin: 0 0 1rem;
}

.hero h1 {
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    max-width: 9ch;
    color: var(--whfc-white);
    text-shadow: 0 2px 10px rgba(4, 12, 30, 0.55);
}

.hero__intro {
    max-width: 58ch;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 8px rgba(4, 12, 30, 0.5);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.35rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    background: linear-gradient(135deg, var(--whfc-blue) 0%, #1f68f2 100%);
    color: var(--whfc-white);
    box-shadow: 0 18px 45px rgba(15, 61, 145, 0.24);
}

.button--ghost {
    color: var(--whfc-blue-deep);
    border-color: rgba(15, 61, 145, 0.2);
    background: rgba(255, 255, 255, 0.75);
}

.hero__card,
.highlight-card,
.news-card,
.feature-card,
.info-panel,
.sponsor-tile,
.post-card,
.content-main {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--whfc-border);
    border-radius: var(--whfc-radius);
    box-shadow: var(--whfc-shadow);
}

.stats-grid,
.highlights {
    perspective: 1200px;
}

.hero__card {
    padding: 1.5rem;
}

.hero__card--floating {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: -2.25rem;
    background: rgba(255, 255, 255, 0.94);
    z-index: 2;
}

.hero__badge {
    display: grid;
    place-items: center;
    width: 132px;
    aspect-ratio: 1;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(145deg, var(--whfc-blue-deep), var(--whfc-blue) 58%, var(--whfc-blue-light));
    color: white;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.hero__badge--large {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    font-size: 2.8rem;
    border-width: 12px;
    opacity: 0.2;
    pointer-events: none;
}

.hero__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.hero__meta li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--whfc-slate);
    border-top: 1px solid rgba(15, 61, 145, 0.08);
    padding-top: 1rem;
}

.hero__meta strong {
    color: var(--whfc-ink);
}

.section {
    padding: var(--whfc-space-section) 0;
}

.section--tight {
    padding: var(--whfc-space-tight) 0;
}

.section--compact {
    padding: 0.75rem 0 0;
}

.section--stats {
    margin-top: clamp(2rem, 3vw, 3rem);
    position: relative;
    z-index: 2;
}

.section--alt {
    background: linear-gradient(180deg, rgba(223, 242, 255, 0.42), rgba(255, 255, 255, 0.85));
}

.match-centre {
    position: relative;
    overflow: hidden;
    background:
        repeating-linear-gradient(90deg,
            rgba(15, 61, 145, 0.15) 0 18px,
            rgba(223, 242, 255, 0.05) 18px 36px),
        linear-gradient(180deg, rgba(223, 242, 255, 0.46), rgba(255, 255, 255, 0.88));
}

.match-centre::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(15, 61, 145, 0.08), transparent 42%),
        linear-gradient(135deg, rgba(10, 35, 81, 0.08), rgba(124, 199, 255, 0.03) 45%, transparent 72%);
    opacity: 1;
    pointer-events: none;
}

.match-centre>.container {
    position: relative;
    z-index: 1;
}

.section--dark {
    background: linear-gradient(135deg, var(--whfc-blue-deep) 0%, var(--whfc-blue) 100%);
    color: var(--whfc-white);
}

.section--dark .eyebrow,
.section--dark h2,
.section--dark p,
.section--dark h3 {
    color: var(--whfc-white);
}

.section-heading,
.two-column-grid,
.hero__grid,
.highlights,
.cards-grid,
.sponsor-grid,
.content-grid,
.site-footer__grid,
.stats-grid,
.gallery-grid {
    display: grid;
}

.stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.stat-card {
    padding: 1.25rem 1.5rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 61, 145, 0.08);
    box-shadow: var(--whfc-shadow);
    transform-style: preserve-3d;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.stat-card strong {
    display: block;
    color: var(--whfc-blue-deep);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1;
    margin-bottom: 0.45rem;
}

.stat-card span {
    color: var(--whfc-slate);
    font-weight: 600;
}

.highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--whfc-space-grid);
}

.highlight-card,
.feature-card,
.info-panel,
.post-card,
.content-main {
    padding: 1.5rem;
}

.highlight-card {
    display: grid;
    gap: 0.7rem;
    transform-style: preserve-3d;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.highlight-card__link {
    color: var(--whfc-blue);
    font-weight: 700;
}

.match-card {
    position: relative;
    overflow: hidden;
}

.match-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: var(--whfc-radius) var(--whfc-radius) 0 0;
    background: linear-gradient(90deg, var(--whfc-blue-deep), var(--whfc-blue), var(--whfc-blue-light));
}

.match-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(15, 61, 145, 0.03), transparent 38%),
        repeating-linear-gradient(135deg, rgba(15, 61, 145, 0.018) 0 10px, rgba(255, 255, 255, 0.012) 10px 20px);
    opacity: 0.5;
    pointer-events: none;
}

.match-card>* {
    position: relative;
    z-index: 1;
}

@media (hover: hover) and (min-width: 1181px) {
    .hero__visual:hover {
        transform: translateY(-8px) rotateX(3deg) rotateY(-5deg);
        box-shadow: 0 28px 68px rgba(10, 35, 81, 0.26);
    }

    .stat-card:hover,
    .highlight-card:hover {
        transform: translateY(-6px) rotateX(2deg) rotateY(-3deg);
        box-shadow: 0 30px 62px rgba(10, 35, 81, 0.22);
    }
}

.match-card__teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.4rem;
}

.match-card__teams strong {
    font-size: 1.02rem;
}

.match-card__teams strong:first-child {
    text-align: right;
}

.match-card__teams strong:last-child {
    text-align: left;
}

.match-card__teams>span {
    font-weight: 800;
    color: var(--whfc-blue);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.match-card__score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 42px;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    background: linear-gradient(135deg, var(--whfc-blue-deep), var(--whfc-blue));
    color: var(--whfc-white) !important;
    font-size: 1.08rem;
    letter-spacing: 0.06em;
}

.match-card__meta {
    color: var(--whfc-slate);
    font-weight: 600;
}

.table-chip {
    display: inline-flex;
    align-items: baseline;
    gap: 0.65rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(15, 61, 145, 0.08);
    border: 1px solid rgba(15, 61, 145, 0.14);
}

.table-chip strong {
    font-size: 1.2rem;
    color: var(--whfc-blue-deep);
}

.table-chip span {
    color: var(--whfc-slate);
    font-weight: 700;
}

.cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--whfc-space-grid);
    margin-top: 1.25rem;
}

.cards-grid--feature {
    align-items: stretch;
}

.news-card {
    overflow: hidden;
}

.news-card__link {
    display: block;
    height: 100%;
}

.news-card__media,
.news-card__placeholder {
    min-height: 220px;
    background: linear-gradient(135deg, rgba(15, 61, 145, 0.14), rgba(124, 199, 255, 0.5));
}

.news-card__media img,
.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card__body {
    padding: 1.35rem;
}

.news-card h3,
.feature-card h3,
.plain-card h3,
.link-card h3,
.info-panel h3,
.post-card h2 {
    margin-top: 0;
}

.link-card,
.plain-card,
.metric-panel,
.contact-panel {
    border-radius: var(--whfc-radius);
}

.fixture-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--whfc-space-grid);
}

.fixture-card {
    padding: 1.5rem;
    border-radius: var(--whfc-radius);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--whfc-border);
    box-shadow: var(--whfc-shadow);
    display: grid;
    gap: 1rem;
}

.fixture-card h2 {
    margin: 0;
}

.link-card,
.plain-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--whfc-border);
    box-shadow: var(--whfc-shadow);
}

.metric-panel {
    display: grid;
    gap: 1rem;
}

.section-heading {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: end;
}

.text-link {
    color: var(--whfc-blue);
    font-weight: 700;
}

.two-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.two-column-grid--balanced {
    align-items: center;
}

.two-column-grid--single {
    grid-template-columns: 1fr;
}

.feature-stack {
    display: grid;
    gap: 0.85rem;
}

.live-pulse-grid {
    gap: 1rem;
}

.live-weather-panel,
.football-news-panel {
    padding: 1.45rem;
}

.live-weather-panel {
    background:
        radial-gradient(circle at top right, rgba(124, 199, 255, 0.24), transparent 38%),
        rgba(255, 255, 255, 0.92);
}

.live-weather-panel__temp {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    color: var(--whfc-blue-deep);
}

.live-weather-panel__condition {
    margin: 0.6rem 0 0.4rem;
    color: var(--whfc-blue);
    font-weight: 700;
}

.live-weather-panel__meta,
.live-weather-panel__source {
    margin: 0.35rem 0;
    color: var(--whfc-slate);
    font-size: 0.92rem;
}

.football-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.football-news-list li {
    display: grid;
    gap: 0.2rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(15, 61, 145, 0.1);
}

.football-news-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.football-news-list a {
    color: var(--whfc-blue-deep);
    font-weight: 700;
}

.football-news-list a:hover,
.football-news-list a:focus-visible {
    color: var(--whfc-blue);
}

.football-news-list span {
    color: var(--whfc-slate);
    font-size: clamp(0.84rem, 0.95vw, 0.92rem);
}

.feature-card {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.info-panel ul,
.entry-content ul {
    padding-left: 1.2rem;
}

.sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--whfc-space-grid);
}

.gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--whfc-space-grid);
}

.gallery-tile {
    min-height: 220px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--whfc-border);
    box-shadow: var(--whfc-shadow);
    background: rgba(255, 255, 255, 0.92);
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-tile--placeholder {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(15, 61, 145, 0.12), rgba(124, 199, 255, 0.46));
    color: var(--whfc-blue-deep);
    font-weight: 700;
}

.sponsor-tile {
    display: grid;
    place-items: center;
    min-height: 120px;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    color: var(--whfc-blue-deep);
}

.content-grid {
    grid-template-columns: minmax(0, 1fr);
}

.content-main {
    padding: 1.5rem;
}

.entry-content>*:first-child {
    margin-top: 0;
}

.page-hero {
    padding: 3.5rem 0 2rem;
}

.page-hero--light {
    background: linear-gradient(180deg, rgba(223, 242, 255, 0.52), rgba(255, 255, 255, 0));
}

.page-hero--dark {
    background: linear-gradient(135deg, var(--whfc-blue-deep) 0%, var(--whfc-blue) 100%);
    color: var(--whfc-white);
}

.page-hero--dark .eyebrow,
.page-hero--dark .page-title,
.page-hero--dark .page-intro,
.page-hero--dark h2,
.page-hero--dark p,
.page-hero--dark span,
.page-hero--dark a {
    color: var(--whfc-white);
}

.page-intro {
    font-size: 1.08rem;
    max-width: 60ch;
}

.detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.detail-list li {
    display: grid;
    gap: 0.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 61, 145, 0.08);
}

.detail-list strong {
    color: var(--whfc-blue-deep);
}

.contact-mini-list,
.contact-panel--stacked,
.social-links--stacked {
    display: grid;
    gap: 0.75rem;
}

.contact-panel {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-panel a,
.contact-panel span {
    font-weight: 600;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-links__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font-weight: 700;
}

.social-links:not(.social-links--light) .social-links__item {
    border-color: rgba(15, 61, 145, 0.12);
    background: rgba(15, 61, 145, 0.04);
    color: var(--whfc-blue-deep);
}

.entry-content a,
.post-card a {
    color: var(--whfc-blue);
}

.pagination-wrap {
    margin-top: 2rem;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: #061634;
    color: rgba(255, 255, 255, 0.88);
    padding: 2.8rem 0 1.5rem;
}

.site-footer::before,
.site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    pointer-events: none;
    background:
        repeating-linear-gradient(90deg,
            rgba(124, 199, 255, 0.95) 0 18px,
            rgba(255, 255, 255, 0.85) 18px 26px,
            rgba(124, 199, 255, 0.35) 26px 42px),
        linear-gradient(90deg, rgba(10, 35, 81, 0), rgba(10, 35, 81, 0.52) 55%, rgba(10, 35, 81, 0));
}

.site-footer::before {
    top: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.16) inset;
}

.site-footer::after {
    bottom: 0;
    opacity: 0.78;
    transform: scaleX(-1);
}

.site-footer>.container {
    position: relative;
    z-index: 1;
}

.site-footer__grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 2rem;
}

.site-footer__title,
.site-footer h3 {
    color: white;
    margin-top: 0;
}

.site-footer__list,
.site-footer .menu {
    display: grid;
    gap: 0.7rem;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 960px) {

    .site-header {
        margin-bottom: 14px;
    }

    .site-header__inner {
        min-height: 102px;
        padding: 0.3rem 0.7rem;
        gap: 0.55rem;
    }

    .site-branding {
        margin-left: 0;
        max-width: calc(100% - 10.5rem);
    }

    .site-branding__mark {
        width: clamp(74px, 10vw, 90px);
        height: clamp(74px, 10vw, 90px);
        min-width: 74px;
        min-height: 74px;
        transform: none;
    }

    .site-branding__title {
        font-size: clamp(1.05rem, 2.15vw, 1.35rem);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-branding__tagline {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    .fixture-countdown-banner__inner {
        gap: 0.5rem;
        padding: 0.32rem 0;
    }

    .fixture-countdown-banner__clock {
        gap: 0.25rem;
    }

    .fixture-countdown-banner__meta {
        font-size: 0.68rem;
    }

    .fixture-countdown-banner__weather {
        font-size: 0.64rem;
    }

    .fixture-countdown-banner__close {
        width: 1.25rem;
        height: 1.25rem;
    }

    .fixture-countdown-banner__reopen {
        font-size: 0.64rem;
        margin-left: calc(0.9rem + clamp(78px, 10vw, 96px) + 0.75rem);
        margin-right: auto;
        margin-top: 0.16rem;
    }

    .site-nav__menu,
    .site-nav .menu {
        gap: 0.45rem;
    }

    .site-nav__menu>li>a::before,
    .site-nav .menu>li>a::before,
    .site-nav__menu>li>a::after,
    .site-nav .menu>li>a::after {
        display: none;
    }

    .site-nav a,
    .site-nav .menu a {
        font-size: 0.8rem;
        line-height: 1.28;
    }

    .header-cta {
        min-width: 132px;
        min-height: 40px;
        margin-top: 0;
    }

    .hero__grid,
    .two-column-grid,
    .highlights,
    .cards-grid,
    .site-footer__grid,
    .sponsor-grid,
    .section-heading,
    .gallery-grid,
    .stats-grid,
    .fixture-grid {
        grid-template-columns: 1fr;
    }

    .hero__card--floating {
        position: static;
        margin-top: 1rem;
    }

    .hero__visual-wrap {
        padding-bottom: 0;
    }

    .hero__visual {
        min-height: 320px;
    }

    .match-card__teams {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .match-card__teams strong:first-child,
    .match-card__teams strong:last-child {
        text-align: center;
    }

}

@media (min-width: 641px) and (max-width: 1180px) {
    .site-header {
        margin-bottom: 10px;
    }

    .site-header__inner {
        display: flex;
        min-height: 112px;
        align-items: center;
        justify-content: flex-start;
        padding: 0.75rem 0.9rem;
    }

    .site-branding {
        margin-left: 0 !important;
        max-width: calc(100% - 4rem);
    }

    .site-branding__mark {
        width: clamp(78px, 10vw, 96px);
        height: clamp(78px, 10vw, 96px);
    }

    .site-branding__title {
        font-size: clamp(1.18rem, 2.1vw, 1.46rem);
    }

    .header-cta {
        display: none !important;
    }

    .nav-toggle {
        display: inline-block !important;
        position: absolute;
        right: 0.65rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 60;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.15rem);
        left: auto;
        right: 0.5rem;
        width: clamp(168px, 24vw, 220px);
        max-width: calc(100vw - 1rem);
        max-height: calc(100svh - 8rem);
        padding: 0 0 0.25rem;
        display: none !important;
        z-index: 999;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .site-nav.is-open {
        display: block !important;
    }

    .site-nav__menu,
    .site-nav .menu {
        display: grid;
        gap: 0;
        width: 100%;
        margin: 0;
        background: linear-gradient(180deg, rgb(6, 22, 52), rgb(10, 35, 81));
        border: 1px solid rgba(124, 199, 255, 0.2);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 14px 32px rgba(4, 12, 30, 0.45);
        justify-items: stretch;
    }

    .site-nav__menu li a,
    .site-nav .menu li a {
        display: block;
        width: 100%;
        padding: 0.46rem 0.8rem;
        border-bottom: 0;
        font-size: 0.76rem;
        line-height: 1.2;
        color: rgba(255, 255, 255, 0.98);
        text-align: center;
        text-decoration-line: underline;
        text-decoration-color: rgba(124, 199, 255, 0.35);
        text-decoration-thickness: 1px;
        text-underline-offset: 0.32rem;
    }

    .site-nav .menu-item-has-children,
    .site-nav .page_item_has_children {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .site-nav .menu-item-has-children>a,
    .site-nav .page_item_has_children>a {
        padding-right: 0.6rem;
    }

    .site-nav .submenu-toggle {
        width: 1.45rem;
        height: 1.45rem;
        margin-right: 0.08rem;
        border: 1px solid rgba(124, 199, 255, 0.26);
        background: rgba(255, 255, 255, 0.08);
    }

    .site-nav .menu-item-has-children>.sub-menu,
    .site-nav .page_item_has_children>.children {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        grid-column: 1 / -1;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.05);
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease;
    }

    .site-nav .menu-item-has-children.submenu-open>.sub-menu,
    .site-nav .page_item_has_children.submenu-open>.children {
        max-height: min(18rem, calc(100svh - 11rem));
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .site-nav .menu-item-has-children>.sub-menu a,
    .site-nav .page_item_has_children>.children a {
        padding: 0.42rem 0.58rem;
        font-size: 0.68rem;
        border-top: 1px solid rgba(124, 199, 255, 0.12);
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .site-header {
        margin-bottom: 0;
    }

    .site-main {
        padding-top: 0;
    }

    body.admin-bar .site-header {
        top: 0;
    }

    .site-header__inner {
        display: flex;
        min-height: 110px;
        align-items: center;
        justify-content: flex-start;
        padding: 0.85rem 0.75rem;
    }

    .hero {
        --hero-pitch-y: 36%;
        padding-top: 3.2rem;
    }

    .site-branding {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        align-self: center;
        margin-left: 0;
        max-width: calc(100% - 3.9rem);
    }

    .site-branding__mark {
        width: clamp(70px, 21vw, 84px);
        height: clamp(70px, 21vw, 84px);
        min-width: 70px;
        min-height: 70px;
        transform: translateY(0);
    }

    .site-branding__mark--logo {
        border-width: 0;
    }

    .site-branding__text {
        align-items: flex-start;
        text-align: left;
    }

    .site-branding__title {
        font-size: clamp(1.08rem, 4.3vw, 1.24rem);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fixture-countdown-banner__inner {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.35rem 0.5rem;
        align-items: center;
        padding: 0.35rem 0;
    }

    .fixture-countdown-banner__tag,
    .fixture-countdown-banner__title,
    .fixture-countdown-banner__meta,
    .fixture-countdown-banner__weather {
        grid-column: 1 / -1;
    }

    .fixture-countdown-banner__title {
        font-size: 0.76rem;
        white-space: normal;
    }

    .fixture-countdown-banner__clock {
        grid-column: 1 / 2;
        justify-self: start;
    }

    .fixture-countdown-banner__link {
        grid-column: 2 / 3;
        justify-self: end;
    }

    .fixture-countdown-banner__weather {
        justify-self: start;
        white-space: normal;
    }

    .fixture-countdown-banner__close {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-self: end;
    }

    .fixture-countdown-banner__reopen {
        width: max-content;
        max-width: calc(100% - 1rem);
        margin-left: calc(0.75rem + clamp(70px, 21vw, 84px) + 0.75rem);
        margin-right: auto;
        font-size: 0.62rem;
        padding: 0.36rem 0.68rem;
    }

    .site-branding__tagline {
        display: none;
    }

    .nav-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 60;
    }

    .header-cta {
        display: none;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: auto;
        right: 0.45rem;
        transform: none;
        width: clamp(168px, 52vw, 228px);
        max-width: calc(100vw - 0.9rem);
        max-height: calc(100dvh - 7rem);
        padding: 0 0 0.4rem;
        display: none;
        z-index: 90;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .site-nav.is-open {
        display: block;
    }

    .site-nav__menu,
    .site-nav .menu {
        display: grid;
        gap: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-right: 0;
        background: linear-gradient(180deg, rgb(6, 22, 52), rgb(10, 35, 81));
        border: 1px solid rgba(124, 199, 255, 0.2);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 14px 32px rgba(4, 12, 30, 0.45);
        justify-items: stretch;
    }

    .site-nav__menu li a,
    .site-nav .menu li a {
        display: block;
        width: 100%;
        padding: clamp(0.46rem, 1.8vw, 0.56rem) clamp(0.75rem, 3.8vw, 0.9rem);
        border-bottom: 0;
        font-size: clamp(0.7rem, 2.4vw, 0.76rem);
        line-height: 1.15;
        color: rgba(255, 255, 255, 0.98);
        text-align: center;
        text-decoration-line: underline;
        text-decoration-color: rgba(124, 199, 255, 0.35);
        text-decoration-thickness: 1px;
        text-underline-offset: 0.34rem;
    }

    .site-nav__menu>li>a,
    .site-nav .menu>li>a {
        padding-bottom: 0.78rem;
    }

    .site-nav .menu-item-has-children,
    .site-nav .page_item_has_children {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .site-nav .menu-item-has-children>a,
    .site-nav .page_item_has_children>a {
        padding-right: clamp(0.65rem, 3.5vw, 0.8rem);
    }

    .site-nav .submenu-toggle {
        width: 1.65rem;
        height: 1.65rem;
        margin-right: 0.06rem;
        border: 1px solid rgba(124, 199, 255, 0.26);
        background: rgba(255, 255, 255, 0.08);
    }

    .site-nav .menu-item-has-children>.sub-menu,
    .site-nav .page_item_has_children>.children {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        grid-column: 1 / -1;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.05);
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease;
    }

    .site-nav .menu-item-has-children.submenu-open>.sub-menu,
    .site-nav .page_item_has_children.submenu-open>.children {
        max-height: calc(100dvh - 9rem);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .site-nav .menu-item-has-children>.sub-menu a,
    .site-nav .page_item_has_children>.children a {
        padding: 0.5rem 0.8rem;
        font-size: 0.72rem;
        border-top: 1px solid rgba(124, 199, 255, 0.12);
        border-radius: 0;
    }

    .section {
        padding: 2.8rem 0;
    }

    .content-main,
    .highlight-card,
    .feature-card,
    .info-panel,
    .post-card,
    .hero__card {
        padding: 1.25rem;
    }

    .hero h1 {
        max-width: none;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 1181px) {
    .hero>.container.hero__grid {
        width: min(calc(100% - 2rem), 1320px);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: clamp(2.2rem, 6vw, 7rem);
    }

    .hero__content {
        max-width: 560px;
        justify-self: start;
        margin-left: calc(clamp(-4.5rem, -5vw, -1.2rem) - 100px);
    }

    .hero__visual-wrap {
        width: min(100%, 520px);
        justify-self: end;
        margin-right: calc(clamp(-4.5rem, -5vw, -1.2rem) - 100px);
    }
}
