/* ==========================================================================
   Sutton Rangers FC — 2026 redesign design system
   Loaded after site.css. site.css is left intact so the /management
   templates (which still use the old Tailwind-ish utility classes) keep
   working; everything public-facing uses the sr-* classes below.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    /* Surfaces */
    --sr-black: #0b0b0b;
    --sr-panel: #111111;
    --sr-pitch: #1a1a1a;
    --sr-pitch-soft: #252525;
    --sr-paper: #f9f9f9;
    --sr-paper-alt: #f4f4f4;
    --sr-white: #ffffff;

    /* Brand */
    --sr-red: #cc0000;
    --sr-red-hot: #ff2200;
    --sr-red-deep: #a30000;

    /* Text */
    --sr-ink: #1a1a1a;
    --sr-muted: #6b7280;
    --sr-muted-light: #9ca3af;
    --sr-muted-dark: #4b5563;

    /* Lines */
    --sr-line: #e5e7eb;
    --sr-line-dark: rgba(255, 255, 255, 0.09);
    --sr-line-dark-soft: rgba(255, 255, 255, 0.07);

    /* Rhythm */
    --sr-shell: 1440px;
    --sr-gutter: clamp(20px, 4vw, 64px);
    --sr-section: clamp(56px, 7vw, 104px);
    --sr-section-tight: clamp(44px, 5vw, 72px);

    --sr-display: 'Barlow Condensed', 'Inter', sans-serif;
    --sr-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

body.sr {
    margin: 0;
    font-family: var(--sr-body);
    background: var(--sr-black);
    color: var(--sr-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Wrapped in :where() so this contributes ZERO specificity. Without it,
   `body.sr a` (0,1,2) outranks single-class colour utilities like
   `.text-primary` (0,1,0) and every link on the Tailwind-based /management
   screens inherits the body's white — invisible on a white card. */
:where(body.sr a) { color: inherit; text-decoration: none; }
body.sr ::selection { background: var(--sr-red); color: #fff; }

.sr-shell {
    max-width: var(--sr-shell);
    margin: 0 auto;
    width: 100%;
    padding-left: var(--sr-gutter);
    padding-right: var(--sr-gutter);
}

/* Section surfaces */
.sr-sec { padding: var(--sr-section) 0; }
.sr-sec--tight { padding: var(--sr-section-tight) 0; }
.sr-sec--dark { background: var(--sr-black); color: #fff; }
.sr-sec--panel { background: var(--sr-panel); color: #fff; border-bottom: 1px solid var(--sr-line-dark-soft); }
.sr-sec--paper { background: var(--sr-paper); color: var(--sr-ink); }
.sr-sec--paper-alt { background: var(--sr-paper-alt); color: var(--sr-ink); }
.sr-sec--red { background: var(--sr-red); color: #fff; }
.sr-sec--rel { position: relative; overflow: hidden; }

/* Oversized watermark word behind a section */
.sr-watermark {
    position: absolute;
    font: 900 clamp(150px, 22vw, 380px)/1 var(--sr-display);
    color: rgba(255, 255, 255, .03);
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
}
.sr-watermark--red { color: rgba(204, 0, 0, .07); }
.sr-watermark--tr { top: -6%; right: -6%; }
.sr-watermark--br { bottom: -20%; right: -4%; }
.sr-watermark--bl { bottom: -18%; left: -4%; }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */

.sr-h1 {
    font: 900 clamp(46px, 8vw, 132px)/.85 var(--sr-display);
    text-transform: uppercase;
    letter-spacing: -.015em;
    margin: 0;
}
.sr-h2 {
    font: 900 clamp(38px, 5vw, 72px)/.9 var(--sr-display);
    text-transform: uppercase;
    letter-spacing: -.01em;
    margin: 0;
}
.sr-h3 {
    font: 900 clamp(26px, 3vw, 42px)/1 var(--sr-display);
    text-transform: uppercase;
    margin: 0;
}
.sr-h4 {
    font: 900 clamp(22px, 2.4vw, 32px)/1 var(--sr-display);
    text-transform: uppercase;
    margin: 0;
}
.sr-red { color: var(--sr-red); }

.sr-lede {
    font: 400 clamp(15px, 1.3vw, 18px)/1.6 var(--sr-body);
    color: var(--sr-muted-light);
    max-width: 480px;
    margin: 24px 0 0;
    text-wrap: pretty;
}
.sr-sec--paper .sr-lede,
.sr-sec--paper-alt .sr-lede { color: var(--sr-muted); }
.sr-sec--red .sr-lede { color: rgba(255, 255, 255, .88); }

.sr-body { font: 400 15px/1.65 var(--sr-body); color: var(--sr-muted); text-wrap: pretty; }
.sr-meta {
    font: 600 11px/1 var(--sr-body);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-muted-light);
}
.sr-mono {
    font: 500 11px ui-monospace, Menlo, monospace;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .3);
}

/* Skewed eyebrow tag */
.sr-tag {
    display: inline-block;
    background: var(--sr-red);
    color: #fff;
    font: 800 12px/1 var(--sr-display);
    letter-spacing: .24em;
    text-transform: uppercase;
    padding: 9px 15px 8px;
    transform: skewX(-10deg);
    margin-bottom: 20px;
}
.sr-tag > span { display: inline-block; transform: skewX(10deg); }
.sr-tag--dark { background: var(--sr-black); }
.sr-tag--flat { transform: none; }
.sr-tag--flat > span { transform: none; }

/* Corner ribbon on cards/images */
.sr-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--sr-red);
    color: #fff;
    font: 800 11px/1 var(--sr-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 10px 14px;
    z-index: 2;
}
.sr-ribbon--dark { background: var(--sr-pitch); }
.sr-ribbon--right { left: auto; right: 0; }

/* Section header: red rule + label + optional trailing link */
.sr-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: clamp(28px, 3.5vw, 48px);
}
.sr-head--baseline { align-items: baseline; margin-bottom: 26px; }
.sr-rule {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.sr-rule::before {
    content: '';
    width: 34px;
    height: 4px;
    background: var(--sr-red);
    display: block;
    flex-shrink: 0;
}
.sr-rule--tight { margin-bottom: 0; }
.sr-eyebrow {
    font: 800 13px/1 var(--sr-display);
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--sr-red);
}
.sr-eyebrow--muted { color: var(--sr-muted-light); }
.sr-more {
    font: 700 13px/1 var(--sr-display);
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sr-muted-light);
    transition: color .2s ease;
    white-space: nowrap;
}
.sr-more:hover { color: var(--sr-red); }
.sr-sec--paper .sr-more,
.sr-sec--paper-alt .sr-more { color: var(--sr-muted); }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.sr-btn {
    display: inline-block;
    font: 800 15px/1 var(--sr-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 19px 34px;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    text-align: center;
}
.sr-btn--sm { font-size: 13px; padding: 15px 26px; }

/* Angled primary */
.sr-btn--red {
    background: var(--sr-red);
    color: #fff;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.sr-btn--red:hover { background: var(--sr-red-hot); color: #fff; }

.sr-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .32);
    color: #fff;
    background: transparent;
}
.sr-btn--ghost:hover { background: #fff; color: var(--sr-black); border-color: #fff; }

.sr-btn--black { background: var(--sr-black); color: #fff; }
.sr-btn--black:hover { background: #fff; color: var(--sr-red); }

.sr-btn--outline-dark {
    border: 2px solid var(--sr-ink);
    color: var(--sr-ink);
    background: transparent;
}
.sr-btn--outline-dark:hover { background: var(--sr-ink); color: #fff; }

.sr-btn--white { background: #fff; color: var(--sr-black); }
.sr-btn--white:hover { background: var(--sr-red); color: #fff; }

/* --------------------------------------------------------------------------
   Filter tab strip
   -------------------------------------------------------------------------- */

.sr-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    background: rgba(255, 255, 255, .1);
    width: fit-content;
    max-width: 100%;
}
.sr-tab {
    background: var(--sr-black);
    color: var(--sr-muted-light);
    font: 800 13px/1 var(--sr-display);
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 15px 24px;
    transition: background-color .2s ease, color .2s ease;
}
.sr-tab:hover { background: var(--sr-pitch); color: #fff; }
.sr-tab.is-active { background: var(--sr-red); color: #fff; }
.sr-tab.is-active:hover { background: var(--sr-red); color: #fff; }

/* --------------------------------------------------------------------------
   Grids — the design uses hairline 2px gutters between tiles
   -------------------------------------------------------------------------- */

.sr-grid { display: grid; gap: 2px; }
.sr-grid--gap { gap: 24px; }
.sr-grid--170 { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.sr-grid--200 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.sr-grid--210 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.sr-grid--240 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.sr-grid--250 { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.sr-grid--280 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.sr-grid--280f { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.sr-grid--320 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.sr-grid--330 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); }
.sr-grid--340 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }

/* Placeholder tiles for imagery the club hasn't supplied yet */
.sr-ph {
    background: repeating-linear-gradient(122deg, #232323 0 16px, #191919 16px 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sr-ph--light { background: repeating-linear-gradient(122deg, #e6e6e6 0 14px, #efefef 14px 28px); }
.sr-ph--light .sr-mono { color: #a3a3a3; }

/* --------------------------------------------------------------------------
   Ticker
   -------------------------------------------------------------------------- */

.sr-ticker {
    background: var(--sr-red);
    height: 34px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.sr-ticker__label {
    background: var(--sr-black);
    color: #fff;
    height: 34px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font: 800 11px/1 var(--sr-display);
    letter-spacing: .18em;
    text-transform: uppercase;
    flex-shrink: 0;
    z-index: 2;
}
.sr-ticker__dot {
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background: var(--sr-red);
    margin-right: 8px;
    animation: srPulse 1.6s ease-in-out infinite;
}
.sr-ticker__track {
    display: flex;
    white-space: nowrap;
    animation: srTicker 46s linear infinite;
    will-change: transform;
}
.sr-ticker__item {
    font: 700 12px/1 var(--sr-display);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.sr-ticker__item::after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .45);
    border-radius: 9999px;
}

@keyframes srTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes srPulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

/* --------------------------------------------------------------------------
   Nav
   -------------------------------------------------------------------------- */

.sr-nav {
    position: sticky;
    top: 0;
    z-index: 120;
    background: rgba(11, 11, 11, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--sr-line-dark);
}
.sr-nav__inner {
    max-width: var(--sr-shell);
    margin: 0 auto;
    padding: 0 var(--sr-gutter);
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.sr-brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.sr-brand img { height: 44px; width: 44px; object-fit: cover; border-radius: 3px; }
.sr-brand__name {
    font: 900 21px/.86 var(--sr-display);
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.sr-nav__links {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.2vw, 34px);
}
.sr-nav__link {
    font: 700 14px/1 var(--sr-display);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: color .2s ease, border-color .2s ease;
    white-space: nowrap;
}
.sr-nav__link:hover,
.sr-nav__link.is-active { color: var(--sr-red); border-bottom-color: var(--sr-red); }
.sr-nav__cta {
    font: 800 13px/1 var(--sr-display);
    letter-spacing: .16em;
    text-transform: uppercase;
    background: var(--sr-red);
    color: #fff;
    padding: 12px 22px;
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    transition: background-color .2s ease;
    white-space: nowrap;
}
.sr-nav__cta:hover { background: var(--sr-red-hot); color: #fff; }

.sr-burger {
    display: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    line-height: 0;
}
.sr-nav__mobile {
    display: none;
    border-top: 1px solid var(--sr-line-dark);
    padding: 8px var(--sr-gutter) 20px;
    background: rgba(11, 11, 11, .98);
}
.sr-nav__mobile a {
    display: block;
    font: 700 15px/1 var(--sr-display);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid var(--sr-line-dark-soft);
}
.sr-nav__mobile a:hover,
.sr-nav__mobile a.sr-red { color: var(--sr-red); }

@media (max-width: 1080px) {
    .sr-nav__links { display: none; }
    .sr-burger { display: inline-flex; }
    .sr-nav__mobile.is-open { display: block; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.sr-hero {
    position: relative;
    min-height: min(86vh, 880px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: var(--sr-black);
}
.sr-hero__bg { position: absolute; inset: 0; }
.sr-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sr-hero__wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(96deg, rgba(11, 11, 11, .97) 0%, rgba(11, 11, 11, .86) 38%, rgba(11, 11, 11, .35) 72%, rgba(204, 0, 0, .22) 100%);
}
.sr-hero__scan {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, rgba(0, 0, 0, .22) 0 1px, transparent 1px 3px);
    opacity: .5;
    mix-blend-mode: multiply;
}
.sr-hero__wedge {
    position: absolute;
    top: 0;
    right: 0;
    width: min(38%, 520px);
    height: 100%;
    background: linear-gradient(180deg, rgba(204, 0, 0, .14), rgba(204, 0, 0, 0));
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.sr-hero__body {
    position: relative;
    z-index: 5;
    padding-top: clamp(72px, 10vw, 150px);
    padding-bottom: clamp(36px, 5vw, 72px);
}
.sr-hero__title {
    font-family: var(--sr-display);
    font-weight: 900;
    font-size: clamp(62px, 12.5vw, 208px);
    line-height: .8;
    letter-spacing: -.015em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.sr-hero__est {
    display: inline-flex;
    align-items: center;
    margin-bottom: clamp(18px, 2.4vw, 30px);
}
.sr-hero__est-a {
    background: var(--sr-red);
    color: #fff;
    font: 800 13px/1 var(--sr-display);
    letter-spacing: .24em;
    text-transform: uppercase;
    padding: 9px 15px 8px;
    transform: skewX(-10deg);
}
.sr-hero__est-b {
    color: #fff;
    font: 600 13px/1 var(--sr-display);
    letter-spacing: .24em;
    text-transform: uppercase;
    padding-left: 16px;
}
.sr-hero__cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: clamp(24px, 4vw, 64px);
    margin-top: clamp(26px, 3.5vw, 44px);
}
.sr-hero__cols p {
    font: 500 clamp(15px, 1.35vw, 19px)/1.55 var(--sr-body);
    color: #c9c9c9;
    max-width: 430px;
    margin: 0;
    text-wrap: pretty;
}
.sr-btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Page hero (interior pages) */
.sr-phero {
    background: var(--sr-black);
    padding: clamp(48px, 6vw, 88px) 0 clamp(40px, 5vw, 64px);
    position: relative;
    overflow: hidden;
}
.sr-phero--red { background: var(--sr-red); }
.sr-phero--red .sr-lede { color: rgba(255, 255, 255, .88); }
.sr-phero__inner { position: relative; }

/* --------------------------------------------------------------------------
   Next-fixture bar (sits at the foot of the hero)
   -------------------------------------------------------------------------- */

.sr-nextbar {
    position: relative;
    z-index: 6;
    border-top: 3px solid var(--sr-red);
    background: rgba(11, 11, 11, .86);
    backdrop-filter: blur(10px);
}
.sr-nextbar__inner {
    max-width: var(--sr-shell);
    margin: 0 auto;
    padding: 0 var(--sr-gutter);
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.sr-nextbar__label {
    background: var(--sr-red);
    display: flex;
    align-items: center;
    padding: 0 20px;
    font: 900 13px/1 var(--sr-display);
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #fff;
    min-height: 86px;
}
.sr-nextbar__teams {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 16px 26px;
    flex: 2 1 340px;
    min-width: 0;
}
.sr-nextbar__club { flex: 1; min-width: 0; }
.sr-nextbar__club p:first-child {
    font: 800 clamp(18px, 1.7vw, 26px)/1 var(--sr-display);
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.sr-nextbar__club p:last-child {
    font: 600 11px/1 var(--sr-body);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sr-muted);
    margin: 6px 0 0;
}
.sr-crest {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 2px;
    padding: 5px;
    flex-shrink: 0;
}
.sr-crest img { width: 100%; height: 100%; object-fit: contain; }
.sr-crest--empty {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 900 14px/1 var(--sr-display);
    color: #fff;
    letter-spacing: .06em;
}
.sr-vs { font: 900 15px/1 var(--sr-display); letter-spacing: .14em; color: var(--sr-red); }
.sr-nextbar__cd {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px 26px;
    border-left: 1px solid var(--sr-line-dark);
}
.sr-nextbar__cta {
    background: #fff;
    color: var(--sr-black);
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font: 900 14px/1 var(--sr-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    min-height: 86px;
    transition: background-color .2s ease, color .2s ease;
}
.sr-nextbar__cta:hover { background: var(--sr-red); color: #fff; }

/* Countdown */
.sr-cd { display: flex; align-items: center; gap: 14px; }
.sr-cd__unit { text-align: center; min-width: 52px; }
.sr-cd__n { font: 900 30px/1 var(--sr-display); color: #fff; margin: 0; }
.sr-cd__l {
    font: 600 9px/1 var(--sr-body);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-muted);
    margin: 6px 0 0;
}
.sr-cd__unit--live .sr-cd__n,
.sr-cd__unit--live .sr-cd__l { color: var(--sr-red); }
.sr-cd__sep { color: var(--sr-red); font: 900 22px/1 var(--sr-display); margin-top: -14px; }
.sr-cd--lg .sr-cd__n { font-size: clamp(34px, 3.4vw, 52px); }

/* --------------------------------------------------------------------------
   Result / form cards
   -------------------------------------------------------------------------- */

.sr-form-card {
    background: var(--sr-black);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 22px 20px 20px;
    position: relative;
    overflow: hidden;
    transition: background-color .2s ease;
    display: block;
}
.sr-form-card:hover { background: #161616; color: #fff; }
.sr-form-card__accent { position: absolute; top: 0; left: 0; width: 100%; height: 3px; }
.sr-form-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}
.sr-form-card__date {
    font: 600 10px/1 var(--sr-body);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-muted);
}
.sr-res {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 900 14px/1 var(--sr-display);
    flex-shrink: 0;
}
.sr-res--w { background: var(--sr-red); }
.sr-res--d { background: var(--sr-muted-dark); }
.sr-res--l { background: var(--sr-pitch-soft); }
.sr-form-card__opp {
    font: 800 20px/1.05 var(--sr-display);
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.sr-form-card__score {
    font: 900 34px/1 var(--sr-display);
    color: #fff;
    margin: 10px 0 0;
    letter-spacing: .02em;
}
.sr-form-card__comp { font: 500 11px/1 var(--sr-body); color: var(--sr-muted); margin: 10px 0 0; }

/* --------------------------------------------------------------------------
   Stat tiles
   -------------------------------------------------------------------------- */

.sr-stats { display: grid; gap: 2px; }
.sr-stat { padding: clamp(22px, 2.6vw, 34px); }
.sr-stat__n { font: 900 clamp(38px, 4.5vw, 64px)/1 var(--sr-display); margin: 0; }
.sr-stat__l {
    font: 600 11px/1.4 var(--sr-body);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.sr-stat--red { background: var(--sr-red); color: #fff; }
.sr-stat--red .sr-stat__l { color: rgba(255, 255, 255, .8); }
.sr-stat--dark { background: var(--sr-black); border: 1px solid rgba(255, 255, 255, .12); }
.sr-stat--dark .sr-stat__n { color: #fff; }
.sr-stat--dark .sr-stat__l { color: var(--sr-muted); }
.sr-stat--paper { background: #fff; padding: 18px 22px; flex: 1; }
.sr-stat--paper .sr-stat__n { font-size: 40px; color: var(--sr-ink); }
.sr-stat--paper .sr-stat__l { font-size: 10px; letter-spacing: .16em; color: var(--sr-muted); margin-top: 8px; }

/* --------------------------------------------------------------------------
   Squad promo cards (home + teams overview)
   -------------------------------------------------------------------------- */

.sr-squad-card {
    display: block;
    background: var(--sr-black);
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
    color: #fff;
}
.sr-squad-card:hover { color: #fff; }
.sr-squad-card__media { aspect-ratio: 4/5; position: relative; overflow: hidden; }
.sr-squad-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}
.sr-squad-card:hover .sr-squad-card__media img { transform: scale(1.05); }
.sr-squad-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 11, 11, .1) 0%, rgba(11, 11, 11, .55) 55%, rgba(11, 11, 11, .96) 100%);
}
.sr-squad-card__body { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; }
.sr-squad-card__name {
    font: 900 clamp(26px, 2.6vw, 38px)/.92 var(--sr-display);
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.sr-squad-card__desc { font: 400 13px/1.55 var(--sr-body); color: var(--sr-muted-light); margin: 12px 0 0; }
.sr-squad-card__foot {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
.sr-squad-card__foot span {
    font: 700 11px/1 var(--sr-body);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
}
.sr-squad-card__foot span:last-child { color: var(--sr-red); }

/* --------------------------------------------------------------------------
   Player cards
   -------------------------------------------------------------------------- */

.sr-player {
    background: #fff;
    border: 1px solid var(--sr-line);
    display: block;
    position: relative;
    overflow: hidden;
    color: var(--sr-ink);
}
.sr-player:hover { color: var(--sr-ink); }
.sr-player__media {
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(122deg, #ececec 0 14px, #f4f4f4 14px 28px);
}
.sr-player__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}
.sr-player:hover .sr-player__media img { transform: scale(1.04); }
.sr-player__ghost {
    position: absolute;
    right: -6px;
    bottom: -18px;
    font: 900 clamp(70px, 7vw, 104px)/1 var(--sr-display);
    color: rgba(204, 0, 0, .14);
    pointer-events: none;
    z-index: 1;
}
.sr-player__no {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--sr-red);
    color: #fff;
    font: 900 15px/1 var(--sr-display);
    padding: 9px 12px;
    min-width: 36px;
    text-align: center;
    z-index: 2;
}
.sr-player__cap {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--sr-pitch);
    color: #fff;
    font: 800 10px/1 var(--sr-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 8px 11px;
    z-index: 2;
}
.sr-player__body { padding: 16px 18px; border-top: 3px solid var(--sr-red); }
.sr-player__first {
    font: 600 11px/1 var(--sr-body);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sr-muted-light);
    margin: 0;
}
.sr-player__last { font: 900 24px/1 var(--sr-display); text-transform: uppercase; margin: 6px 0 0; }
.sr-player__stats {
    display: flex;
    gap: 16px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--sr-paper-alt);
}
.sr-player__stats span { font: 500 11px/1 var(--sr-body); color: var(--sr-muted); }

/* --------------------------------------------------------------------------
   League tables

   The league publishes P / W / D / L / GD / Pts — no goals for/against — so
   the compact variant shows P W Pts and the full one adds D L GD.
   -------------------------------------------------------------------------- */

.sr-table { background: #fff; border: 1px solid var(--sr-line); }
.sr-table__head,
.sr-table__row {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 34px 34px 46px;
    align-items: center;
    gap: 0;
}
.sr-table__head {
    padding: 14px 20px;
    background: var(--sr-pitch);
    color: #fff;
    font: 700 10px/1 var(--sr-body);
    letter-spacing: .14em;
    text-transform: uppercase;
}
.sr-table__row {
    padding: 15px 20px;
    border-bottom: 1px solid #f4f4f4;
    color: var(--sr-ink);
}
.sr-table__row:last-child { border-bottom: none; }
.sr-table__pos { font: 900 15px/1 var(--sr-display); color: var(--sr-muted-light); }
.sr-table__club {
    font: 500 15px/1.2 var(--sr-body);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sr-table__n { text-align: center; font: 500 14px/1 var(--sr-body); color: var(--sr-muted); }
.sr-table__pts { text-align: right; font: 800 15px/1 var(--sr-body); }

/* Our own row */
.sr-table__row.is-us { background: var(--sr-red); color: #fff; }
.sr-table__row.is-us .sr-table__pos { color: #fff; }
.sr-table__row.is-us .sr-table__club { font-weight: 800; }
.sr-table__row.is-us .sr-table__n { color: rgba(255, 255, 255, .8); }

/* Full variant — dark, on the Match Centre */
.sr-table--full { background: transparent; border: 1px solid rgba(255, 255, 255, .1); }
.sr-table--full .sr-table__head,
.sr-table--full .sr-table__row {
    grid-template-columns: 44px minmax(0, 1fr) repeat(4, 40px) 62px;
}
.sr-table--full .sr-table__head { background: var(--sr-red); padding: 15px 22px; }
.sr-table--full .sr-table__row {
    padding: 16px 22px;
    background: var(--sr-black);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: #fff;
}
.sr-table--full .sr-table__pos { font-size: 16px; }
.sr-table--full .sr-table__pts { font-size: 16px; }
.sr-table--full .sr-table__row.is-us { background: var(--sr-red); }

@media (max-width: 560px) {
    .sr-table--full .sr-table__head,
    .sr-table--full .sr-table__row { grid-template-columns: 34px minmax(0, 1fr) 34px 34px 48px; }
    .sr-table__hide-sm { display: none; }
}

/* --------------------------------------------------------------------------
   Shop products
   -------------------------------------------------------------------------- */

.sr-product {
    background: #fff;
    border: 1px solid var(--sr-line);
    display: flex;
    flex-direction: column;
    color: var(--sr-ink);
}
.sr-product__media {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(122deg, #ececec 0 14px, #f4f4f4 14px 28px);
}
.sr-product__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sr-product__body {
    padding: 20px 22px 24px;
    border-top: 3px solid var(--sr-red);
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sr-product__cat {
    font: 600 10px/1 var(--sr-body);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-muted-light);
    margin: 0;
}
.sr-product__name {
    font: 900 21px/1.02 var(--sr-display);
    text-transform: uppercase;
    margin: 9px 0 0;
}
.sr-product__desc {
    font: 400 13px/1.55 var(--sr-body);
    color: var(--sr-muted);
    margin: 10px 0 0;
    text-wrap: pretty;
}
.sr-product__foot {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
}
.sr-product__price { font: 900 24px/1 var(--sr-display); color: var(--sr-red); }
.sr-product__stock {
    font: 800 10px/1 var(--sr-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--sr-muted-light);
    text-align: right;
}
.sr-product__stock.is-out { color: var(--sr-ink); text-decoration: line-through; }

/* --------------------------------------------------------------------------
   News
   -------------------------------------------------------------------------- */

.sr-lead {
    background: #fff;
    display: flex;
    flex-direction: column;
    color: var(--sr-ink);
    flex: 2 1 420px;
    min-width: 0;
}
.sr-lead:hover { color: var(--sr-ink); }
.sr-lead__media { aspect-ratio: 16/9; position: relative; overflow: hidden; }
.sr-lead__media img { width: 100%; height: 100%; object-fit: cover; }
.sr-lead__body { padding: clamp(24px, 2.6vw, 38px); }

/* Side-by-side variant, used when the lead story has no column of smaller
   stories beside it — a full-width 16/9 hero would otherwise be enormous. */
.sr-lead--wide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    /* Must claim the whole flex row: `flex:none` would size it to max-content
       and the auto-fit columns would collapse to their 320px minimum. */
    flex: 1 1 100%;
    width: 100%;
}
.sr-lead--wide .sr-lead__media { aspect-ratio: auto; min-height: 340px; }
.sr-lead--wide .sr-lead__media img { position: absolute; inset: 0; }
.sr-lead--wide .sr-lead__body {
    padding: clamp(28px, 3.4vw, 52px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sr-lead--wide .sr-lead__title { font-size: clamp(30px, 3.4vw, 52px); line-height: .96; }
.sr-lead__title {
    font: 900 clamp(26px, 2.8vw, 42px)/.98 var(--sr-display);
    text-transform: uppercase;
    margin: 14px 0 0;
}
.sr-read {
    display: inline-block;
    font: 800 13px/1 var(--sr-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--sr-red);
    margin-top: 22px;
}

.sr-news-row {
    background: #fff;
    display: flex;
    color: var(--sr-ink);
    align-items: stretch;
}
.sr-news-row:hover { color: var(--sr-ink); }
.sr-news-row__media {
    width: 112px;
    flex-shrink: 0;
    background: repeating-linear-gradient(122deg, #e6e6e6 0 12px, #efefef 12px 24px);
    position: relative;
    overflow: hidden;
}
.sr-news-row__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sr-news-row__body { padding: 18px 20px; min-width: 0; }
.sr-news-row__title { font: 800 20px/1.02 var(--sr-display); text-transform: uppercase; margin: 10px 0 0; }

.sr-news-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    color: var(--sr-ink);
}
.sr-news-card:hover { color: var(--sr-ink); }
.sr-news-card__media { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.sr-news-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sr-news-card__body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.sr-news-card__title {
    font: 900 22px/1.02 var(--sr-display);
    text-transform: uppercase;
    margin: 12px 0 0;
    flex: 1;
}

/* Article body */
.sr-article { font: 400 17px/1.75 var(--sr-body); color: #d4d4d4; max-width: 68ch; }
.sr-article p { margin: 0 0 1.35em; }
.sr-article h2 { font: 900 clamp(24px, 2.6vw, 36px)/1 var(--sr-display); text-transform: uppercase; color: #fff; margin: 2em 0 .6em; }
.sr-article h3 { font: 800 clamp(20px, 2.2vw, 28px)/1 var(--sr-display); text-transform: uppercase; color: #fff; margin: 1.8em 0 .5em; }
.sr-article a { color: var(--sr-red); text-decoration: underline; text-underline-offset: 3px; }
.sr-article ul, .sr-article ol { padding-left: 1.3em; margin: 0 0 1.35em; }
.sr-article li { margin-bottom: .5em; }
.sr-article blockquote {
    border-left: 4px solid var(--sr-red);
    margin: 1.8em 0;
    padding: 4px 0 4px 24px;
    color: #fff;
    font: 500 20px/1.5 var(--sr-body);
}

/* --------------------------------------------------------------------------
   Fixture rows
   -------------------------------------------------------------------------- */

.sr-fixtures { background: #fff; border: 1px solid var(--sr-line); }
.sr-fix {
    display: grid;
    grid-template-columns: minmax(150px, 190px) 1fr auto;
    gap: clamp(14px, 2vw, 30px);
    align-items: center;
    padding: clamp(16px, 1.8vw, 24px) clamp(18px, 2.2vw, 30px);
    border-bottom: 1px solid var(--sr-paper-alt);
    border-left: 4px solid var(--sr-line);
    transition: background-color .15s ease;
}
.sr-fix:hover { background: var(--sr-paper); }
.sr-fix--next { border-left-color: var(--sr-red); }
.sr-fix__comp {
    font: 800 11px/1 var(--sr-display);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-red);
    margin: 0;
}
.sr-fix__date { font: 600 13px/1 var(--sr-body); color: var(--sr-ink); margin: 9px 0 0; }
.sr-fix__venue { font: 400 12px/1.4 var(--sr-body); color: var(--sr-muted-light); margin: 6px 0 0; }
.sr-fix__teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 26px);
    min-width: 0;
}
.sr-fix__team {
    font: 800 clamp(16px, 1.6vw, 22px)/1.1 var(--sr-display);
    text-transform: uppercase;
    color: var(--sr-ink);
    margin: 0;
    flex: 1;
}
.sr-fix__team--h { text-align: right; }
.sr-fix__team--a { text-align: left; }
.sr-fix__score {
    flex-shrink: 0;
    min-width: 82px;
    text-align: center;
    padding: 9px 12px;
    font: 900 20px/1 var(--sr-display);
    letter-spacing: .04em;
    background: var(--sr-pitch);
    color: #fff;
}
.sr-fix__score--pending { background: var(--sr-paper-alt); color: var(--sr-muted); }
.sr-fix__action {
    font: 800 11px/1 var(--sr-display);
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sr-muted-light);
    white-space: nowrap;
    transition: color .2s ease;
}
.sr-fix__action:hover { color: var(--sr-red); }

@media (max-width: 720px) {
    .sr-fix { grid-template-columns: 1fr; gap: 14px; }
    .sr-fix__teams { justify-content: flex-start; }
    .sr-fix__team { flex: 0 1 auto; }
}

/* Next-fixture feature panel */
.sr-nextpanel {
    background: var(--sr-pitch);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    margin-bottom: clamp(32px, 4vw, 52px);
}
.sr-nextpanel__l { padding: clamp(28px, 3vw, 44px); border-right: 1px solid var(--sr-line-dark); }
.sr-nextpanel__r {
    padding: clamp(28px, 3vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.sr-nextpanel__title {
    font: 900 clamp(28px, 3vw, 44px)/.95 var(--sr-display);
    text-transform: uppercase;
    margin: 16px 0 0;
}
.sr-nextpanel__meta { font: 500 14px/1.6 var(--sr-body); color: var(--sr-muted-light); margin: 16px 0 0; }

/* --------------------------------------------------------------------------
   Sponsors / partners
   -------------------------------------------------------------------------- */

.sr-partners { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 2px; background: var(--sr-line-dark-soft); }
.sr-partner {
    background: var(--sr-black);
    border: 1px solid var(--sr-line-dark-soft);
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    transition: background-color .2s ease;
}
.sr-partner:hover { background: #151515; }
.sr-partner img { max-height: 56px; max-width: 100%; object-fit: contain; filter: grayscale(1) brightness(1.9); transition: filter .25s ease; }
.sr-partner:hover img { filter: none; }
.sr-partner__name {
    font: 800 15px/1.2 var(--sr-display);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-muted-dark);
    text-align: center;
}
.sr-partner--tall { min-height: 120px; }

.sr-package {
    padding: clamp(28px, 3vw, 40px);
    display: flex;
    flex-direction: column;
}
.sr-package__tier {
    font: 800 11px/1 var(--sr-display);
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0;
}
.sr-package__price { font: 900 clamp(38px, 4vw, 58px)/1 var(--sr-display); margin: 16px 0 0; }
.sr-package__period { font: 500 12px/1 var(--sr-body); margin: 10px 0 24px; }
.sr-package__items { display: flex; flex-direction: column; gap: 11px; flex: 1; }
.sr-package__item { display: flex; gap: 10px; align-items: flex-start; font: 400 13px/1.55 var(--sr-body); }
.sr-package__item::before { content: ''; width: 6px; height: 6px; margin-top: 7px; flex-shrink: 0; background: currentColor; }

/* --------------------------------------------------------------------------
   Panels / callouts
   -------------------------------------------------------------------------- */

.sr-panel { background: #fff; padding: clamp(26px, 3vw, 40px); color: var(--sr-ink); }
.sr-panel--edge { border-left: 4px solid var(--sr-red); }
.sr-panel--dark { background: var(--sr-pitch); color: #fff; }
.sr-panel--dark .sr-body { color: var(--sr-muted-light); }
.sr-info-card {
    background: #fff;
    padding: clamp(24px, 2.8vw, 36px);
    border: 1px solid var(--sr-line);
    border-top: 4px solid var(--sr-red);
    color: var(--sr-ink);
}
.sr-info-card__label {
    font: 800 11px/1 var(--sr-display);
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--sr-red);
    margin: 0;
}
.sr-info-card__value {
    font: 900 clamp(26px, 2.6vw, 36px)/1 var(--sr-display);
    text-transform: uppercase;
    margin: 16px 0 0;
}
.sr-info-card__note { font: 400 13px/1.6 var(--sr-body); color: var(--sr-muted); margin: 12px 0 0; }

/* Simple key/value list rows */
.sr-rows { display: flex; flex-direction: column; gap: 2px; background: var(--sr-line); }
.sr-row {
    background: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--sr-ink);
}

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */

.sr-field { display: block; }
.sr-field > span {
    display: block;
    font: 700 10px/1 var(--sr-body);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sr-muted);
    margin-bottom: 9px;
}
.sr-input,
.sr-field input,
.sr-field textarea,
.sr-field select {
    width: 100%;
    border: 1px solid var(--sr-line);
    border-bottom: 2px solid var(--sr-ink);
    background: var(--sr-paper);
    padding: 14px 16px;
    font: 500 15px var(--sr-body);
    color: var(--sr-ink);
    outline: none;
    border-radius: 0;
    transition: border-color .2s ease;
}
.sr-input:focus,
.sr-field input:focus,
.sr-field textarea:focus,
.sr-field select:focus { border-bottom-color: var(--sr-red); }
.sr-field textarea { resize: vertical; }
.sr-form { display: flex; flex-direction: column; gap: 18px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.sr-footer { background: var(--sr-black); color: #fff; border-top: 4px solid var(--sr-red); }
/* Longhand only — this element is also a .sr-shell, and a `padding: x 0`
   shorthand would zero out the shell's horizontal gutter. */
.sr-footer__inner {
    padding-top: clamp(48px, 6vw, 80px);
    padding-bottom: clamp(48px, 6vw, 80px);
}
.sr-footer__cols { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 56px); }
.sr-footer__brand { flex: 2 1 260px; min-width: 0; }
.sr-footer__col { flex: 1 1 140px; min-width: 0; }
.sr-footer__col h3 {
    font: 800 12px/1 var(--sr-display);
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--sr-red);
    margin: 0 0 20px;
}
.sr-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.sr-footer__col a, .sr-footer__col li { font: 500 14px/1.5 var(--sr-body); color: var(--sr-muted-light); }
.sr-footer__col a:hover { color: var(--sr-red); }
.sr-social { display: flex; gap: 2px; margin-top: 26px; background: rgba(255, 255, 255, .1); width: fit-content; }
.sr-social a {
    width: 42px;
    height: 42px;
    background: var(--sr-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sr-muted-light);
    transition: background-color .2s ease, color .2s ease;
}
.sr-social a:hover { background: var(--sr-red); color: #fff; }
.sr-footer__base {
    margin-top: clamp(40px, 5vw, 64px);
    padding-top: 26px;
    border-top: 1px solid var(--sr-line-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.sr-footer__base p { font: 500 12px/1 var(--sr-body); color: var(--sr-muted-dark); margin: 0; }
.sr-footer__base p:last-child {
    font-family: var(--sr-display);
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Flash messages
   -------------------------------------------------------------------------- */

.sr-flash {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    margin-bottom: 2px;
    font: 500 14px/1.5 var(--sr-body);
    border-left: 4px solid var(--sr-red);
    background: var(--sr-pitch);
    color: #fff;
}
.sr-flash--success { border-left-color: #16a34a; }
.sr-flash--error { border-left-color: var(--sr-red); }

/* --------------------------------------------------------------------------
   Reveal on scroll
   -------------------------------------------------------------------------- */

[data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s cubic-bezier(.16, 1, .3, 1), transform .75s cubic-bezier(.16, 1, .3, 1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    [data-reveal] { opacity: 1; transform: none; transition: none; }
    .sr-ticker__track { animation: none; }
    .sr-ticker__dot { animation: none; }
    .sr-squad-card__media img,
    .sr-player__media img { transition: none; }
    html { scroll-behavior: auto; }
}

/* --------------------------------------------------------------------------
   Utilities
   -------------------------------------------------------------------------- */

.sr-empty {
    border: 1px dashed rgba(255, 255, 255, .16);
    padding: clamp(32px, 4vw, 56px);
    text-align: center;
}
.sr-empty p { margin: 0; }
.sr-empty__title { font: 900 clamp(22px, 2.4vw, 30px)/1 var(--sr-display); text-transform: uppercase; color: #fff; }
.sr-empty__note { font: 400 14px/1.6 var(--sr-body); color: var(--sr-muted); margin-top: 12px !important; }
.sr-sec--paper .sr-empty,
.sr-sec--paper-alt .sr-empty { border-color: var(--sr-line); background: #fff; }
.sr-sec--paper .sr-empty__title,
.sr-sec--paper-alt .sr-empty__title { color: var(--sr-ink); }

.sr-stack { display: flex; flex-direction: column; gap: clamp(40px, 5vw, 68px); }
.sr-stack--sm { gap: 24px; }
.sr-split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
}
.sr-split--center { align-items: center; }
.sr-flex-news { display: flex; flex-wrap: wrap; gap: 24px; align-items: stretch; }
.sr-flex-news__side { flex: 1 1 300px; display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.sr-hide-sm { display: initial; }

@media (max-width: 640px) {
    .sr-hide-sm { display: none; }
    .sr-nextbar__label,
    .sr-nextbar__cta { min-height: 64px; }
    .sr-nextbar__cd { border-left: none; border-top: 1px solid var(--sr-line-dark); }
}
