:root {
  --black: #040705;
  --black-soft: #0a100c;
  --green-900: #06190f;
  --green-800: #0b2818;
  --green-700: #0e3a22;
  --green-500: #1fa463;
  --gold: #d6ad50;
  --gold-soft: #f2d98d;
  --white: #f7fbf7;
  --muted: #a8b7ad;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --text: #f7fbf7;
  --text-soft: rgba(247, 251, 247, 0.74);
  --text-medium: rgba(247, 251, 247, 0.86);
  --surface: rgba(255, 255, 255, 0.045);
  --surface-hover: rgba(255, 255, 255, 0.075);
  --header-bg: rgba(4, 7, 5, 0.9);
  --menu-bg: rgba(4, 7, 5, 0.97);
  --input-bg: rgba(0, 0, 0, 0.24);
  --deep-bg: #0a100c;
  --max-width: 1180px;
}

[data-theme="light"] {
  --gold: #986b10;
  --gold-soft: #ad7b16;
  --green-500: #147a49;
  --muted: #59685e;
  --line: rgba(8, 55, 31, 0.16);
  --shadow: 0 20px 55px rgba(22, 50, 34, 0.14);
  --text: #122019;
  --text-soft: rgba(18, 32, 25, 0.72);
  --text-medium: rgba(18, 32, 25, 0.86);
  --surface: rgba(255, 255, 255, 0.76);
  --surface-hover: #ffffff;
  --header-bg: rgba(247, 250, 247, 0.93);
  --menu-bg: rgba(247, 250, 247, 0.98);
  --input-bg: rgba(255, 255, 255, 0.82);
  --deep-bg: #e8efe9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(31, 164, 99, 0.12), transparent 34rem),
    linear-gradient(180deg, #020403 0%, var(--black) 38%, #07110b 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

[data-theme="light"] body {
  background:
    radial-gradient(circle at top left, rgba(31, 164, 99, 0.1), transparent 34rem),
    linear-gradient(180deg, #f7faf7 0%, #eef4ef 48%, #f9fbf9 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid transparent;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: var(--header-bg);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 2rem), 1480px);
  min-height: 76px;
  margin-inline: auto;
  gap: 1.5rem;
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand-lockup strong,
.footer-brand strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand-lockup small,
.footer-brand span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.crest {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 60px;
  flex: 0 0 auto;
  border: 1px solid rgba(214, 173, 80, 0.62);
  border-radius: 8px 8px 16px 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.22), transparent 28%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0 6px,
      transparent 6px 14px
    ),
    linear-gradient(160deg, #101711, #082515 58%, #020403);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.logo-crest {
  isolation: isolate;
}

.crest-logo {
  position: absolute;
  inset: 4px;
  z-index: 2;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: contain;
}

.crest-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.logo-crest.has-logo {
  background:
    radial-gradient(circle at 50% 20%, rgba(242, 217, 141, 0.18), transparent 52%),
    linear-gradient(160deg, #101711, #06190f);
}

.logo-crest.has-logo::after {
  display: none;
}

.logo-crest.has-logo .crest-fallback {
  opacity: 0;
}

.crest::after {
  position: absolute;
  bottom: -16px;
  width: 74%;
  height: 28px;
  content: "";
  border-radius: 50%;
  border-top: 2px solid rgba(242, 217, 141, 0.7);
}

.crest-top {
  position: absolute;
  top: 0.46rem;
  color: var(--gold-soft);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.crest-v {
  color: var(--white);
  font-size: 1.65rem;
  font-weight: 950;
  transform: translateY(0.24rem);
}

.crest-large {
  width: 78px;
  height: 90px;
}

.crest-large .crest-v {
  font-size: 2.45rem;
}

.crest-small {
  width: 42px;
  height: 48px;
}

.crest-small .crest-v {
  font-size: 1.28rem;
}

.nav-links {
  display: flex;
  align-items: center;
  order: 1;
  gap: 0.06rem;
  margin-left: auto;
}

.nav-links a {
  border-radius: 8px;
  color: var(--text-medium);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.58rem 0.5rem;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.nav-toggle {
  order: 3;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.theme-toggle {
  display: grid;
  order: 2;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: var(--surface);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: rgba(214, 173, 80, 0.56);
  background: var(--surface-hover);
  transform: translateY(-1px);
}

.theme-toggle span {
  font-size: 1.1rem;
  line-height: 1;
}

.site-header:not(.is-scrolled) .brand-lockup,
.site-header:not(.is-scrolled) .nav-links a,
.site-header:not(.is-scrolled) .theme-toggle {
  color: #f7fbf7;
}

[data-theme="light"] .site-header.is-scrolled .nav-links a:hover,
[data-theme="light"] .site-header.is-scrolled .nav-links a:focus-visible {
  background: rgba(8, 55, 31, 0.08);
}

.nav-toggle span:not(.visually-hidden) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}

.hero-section {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  padding: 9.6rem 0 5rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(4, 7, 5, 0.96) 0%, rgba(4, 7, 5, 0.82) 36%, rgba(4, 7, 5, 0.22) 72%),
    linear-gradient(0deg, var(--black) 0%, transparent 28%),
    url("./assets/hero-stadium.png");
  background-position: center;
  background-size: cover;
}

.hero-section::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  content: "";
  background: linear-gradient(0deg, var(--black), transparent);
}

.page-hero {
  position: relative;
  min-height: 460px;
  padding: 9.4rem 0 4.5rem;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 7, 5, 0.94), rgba(4, 7, 5, 0.68) 48%, rgba(4, 7, 5, 0.2)),
    linear-gradient(0deg, var(--black), transparent 42%),
    url("./assets/hero-stadium.png");
  background-position: center;
  background-size: cover;
}

.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 36%;
  content: "";
  background: linear-gradient(0deg, var(--black), transparent);
}

.page-hero-inner {
  max-width: 820px;
}

.page-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #f7fbf7;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero p:not(.section-kicker) {
  max-width: 660px;
  margin: 1.2rem 0 0;
  color: rgba(247, 251, 247, 0.8);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.page-section-shell {
  min-width: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  align-items: end;
  gap: clamp(2rem, 6vw, 5rem);
  min-height: 560px;
}

.hero-grid > *,
.split-layout > *,
.fan-zone-grid > *,
.match-columns > * {
  min-width: 0;
}

.eyebrow,
.section-kicker,
.panel-kicker,
.card-label {
  margin: 0 0 0.75rem;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 760px;
  color: #f7fbf7;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.7rem, 8.4vw, 7.6rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
}

.hero-copy h1 span {
  display: block;
}

.hero-subtitle {
  max-width: 680px;
  margin: 1.4rem 0 0;
  color: var(--gold);
  font-size: clamp(1.4rem, 3vw, 2.55rem);
  font-weight: 850;
  line-height: 1.06;
}

.hero-lead {
  max-width: 620px;
  margin: 1.1rem 0 0;
  color: rgba(247, 251, 247, 0.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0.78rem 1rem;
  gap: 0.52rem;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

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

.button-primary {
  color: #06100a;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 12px 34px rgba(214, 173, 80, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--black);
  background: linear-gradient(135deg, #fff0b4, var(--gold));
}

.button-ghost {
  border: 1px solid rgba(247, 251, 247, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(242, 217, 141, 0.5);
  background: rgba(31, 164, 99, 0.18);
}

.hero-panel {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(4, 7, 5, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  overflow: hidden;
  color: #f7fbf7;
}

.hero-panel .club-facts dt {
  color: #a8b7ad;
}

.identity-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.13), transparent),
    rgba(255, 255, 255, 0.03);
}

.identity-card strong {
  display: block;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.club-facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.club-facts div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--line);
}

.club-facts div:last-child {
  border-bottom: 0;
}

.club-facts dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.club-facts dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.section {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.section-deep {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    var(--deep-bg);
  border-block: 1px solid var(--line);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  gap: 1.5rem;
}

.section-heading-row > p {
  max-width: 430px;
}

.section h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section h3 {
  margin: 0;
  font-size: 1.1rem;
}

.section-lead,
.section-heading p,
.story-block p,
.motto-block p,
.value-card p,
.feature-card p,
.feature-card small,
.news-card p,
.fan-copy p,
.site-footer p {
  color: var(--text-soft);
}

.section-lead {
  max-width: 670px;
  margin: 1.2rem 0 0;
  font-size: 1.08rem;
}

.check-list,
.benefit-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.benefit-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--text-medium);
  font-weight: 720;
}

.check-list li::before,
.benefit-list li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--gold);
  content: "✓";
}

.home-cards,
.stack {
  display: grid;
  gap: 1rem;
}

.feature-card,
.player-card,
.news-card,
.match-row,
.value-card,
.story-block,
.motto-block,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.feature-card:hover,
.player-card:hover,
.news-card:hover,
.news-card:focus-visible,
.match-row:hover,
.value-card:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 173, 80, 0.38);
  background: var(--surface-hover);
}

.news-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.feature-card {
  padding: 1.2rem;
}

.match-scoreline,
.fixture-versus {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.9rem;
}

.match-scoreline span,
.fixture-versus strong {
  font-weight: 900;
}

.match-scoreline span:last-child,
.fixture-versus strong:last-child {
  text-align: right;
}

.match-scoreline strong {
  min-width: 5.2rem;
  border-radius: 8px;
  padding: 0.36rem 0.62rem;
  color: var(--black);
  background: var(--gold);
  font-size: 1.45rem;
  text-align: center;
}

.fixture-versus span {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.manager-card blockquote {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: var(--gold-soft);
  border-left: 3px solid var(--gold);
  font-weight: 800;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
}

.story-block,
.motto-block {
  padding: 1.35rem;
}

.story-block-wide {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(31, 164, 99, 0.14), transparent 70%),
    rgba(255, 255, 255, 0.045);
}

.motto-block {
  display: grid;
  align-content: end;
  min-height: 240px;
  border-color: rgba(214, 173, 80, 0.32);
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.18), transparent),
    linear-gradient(160deg, rgba(14, 58, 34, 0.62), rgba(255, 255, 255, 0.04));
}

.motto-block span {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.motto-block strong {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.value-card {
  min-height: 180px;
  padding: 1.2rem;
}

.value-card h3::after {
  display: block;
  width: 38px;
  height: 3px;
  margin: 0.8rem 0 1rem;
  content: "";
  border-radius: 999px;
  background: var(--gold);
}

.player-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.squad-groups {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
}

.squad-group {
  display: grid;
  gap: 0.9rem;
}

.squad-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.squad-group-heading h3 {
  color: var(--gold-soft);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.squad-group-heading span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.player-card {
  position: relative;
  display: grid;
  gap: 0.9rem;
  min-height: 330px;
  padding: 1.1rem;
  overflow: hidden;
}

.player-card::after {
  position: absolute;
  right: -1.5rem;
  bottom: -3rem;
  color: rgba(255, 255, 255, 0.045);
  content: attr(data-number);
  font-size: clamp(5rem, 16vw, 9rem);
  font-weight: 950;
}

.player-photo,
.player-photo-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(214, 173, 80, 0.22);
  border-radius: 8px;
  object-fit: cover;
}

.player-photo-placeholder {
  display: grid;
  place-items: center;
  color: rgba(247, 251, 247, 0.82);
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.18), transparent 38%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0 8px,
      transparent 8px 18px
    ),
    linear-gradient(145deg, var(--green-800), var(--black));
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.player-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(214, 173, 80, 0.48);
  border-radius: 8px;
  color: var(--gold-soft);
  background: linear-gradient(135deg, rgba(214, 173, 80, 0.18), rgba(255, 255, 255, 0.04));
  font-size: 1.6rem;
  font-weight: 950;
}

.player-card > div:not(.player-photo-placeholder):not(.player-number) {
  position: relative;
  z-index: 1;
}

.player-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
}

.player-card > span {
  position: relative;
  z-index: 1;
  width: fit-content;
  border-radius: 999px;
  padding: 0.34rem 0.62rem;
  color: var(--gold-soft);
  background: rgba(214, 173, 80, 0.11);
  font-size: 0.78rem;
  font-weight: 850;
}

.player-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text-soft);
}

.match-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.match-columns h3 {
  margin-bottom: 1rem;
  color: var(--gold-soft);
  text-transform: uppercase;
}

.match-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.match-row span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.match-row strong {
  display: block;
  margin-top: 0.28rem;
  font-size: 1rem;
}

.match-row p {
  margin: 0.35rem 0 0;
}

.match-row time {
  flex: 0 0 6.5rem;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 850;
  text-align: right;
}

.fixture-row {
  border-color: rgba(31, 164, 99, 0.22);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.news-card {
  display: block;
  overflow: hidden;
  color: inherit;
  background: var(--surface);
}

.news-image {
  height: 150px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.34), transparent 42%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0 8px,
      transparent 8px 18px
    ),
    linear-gradient(145deg, var(--green-800), var(--black));
}

.news-body {
  padding: 1rem;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-card h3 {
  margin-top: 0.9rem;
  line-height: 1.15;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--gold-soft);
  font-weight: 900;
}

.text-link::after {
  margin-left: 0.38rem;
  content: "→";
  transition: transform 180ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(3px);
}

.article-page .site-header {
  border-color: var(--line);
  background: rgba(4, 7, 5, 0.9);
  backdrop-filter: blur(18px);
}

.article-main {
  padding-top: 76px;
}

.article-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 5vw, 4rem);
  overflow: hidden;
}

.article-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.12), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(31, 164, 99, 0.2), transparent 24rem),
    linear-gradient(180deg, rgba(6, 25, 15, 0.84), rgba(4, 7, 5, 0.98));
}

.article-shell {
  max-width: 920px;
}

.article-back {
  margin-bottom: 1.2rem;
}

.article-card {
  padding: clamp(1.2rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-card h1 {
  max-width: 12ch;
  margin: 1rem 0;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  line-height: 0.94;
}

.article-standfirst {
  max-width: 760px;
  margin: 0;
  color: var(--text-medium);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 720;
}

.article-image {
  min-height: clamp(220px, 38vw, 420px);
  margin: clamp(1.4rem, 4vw, 2.4rem) 0;
  border: 1px solid rgba(214, 173, 80, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.28), transparent 42%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0 10px,
      transparent 10px 22px
    ),
    linear-gradient(145deg, var(--green-800), var(--black));
}

.article-body {
  display: grid;
  gap: 1.1rem;
  max-width: 760px;
}

.article-body p {
  margin: 0;
  color: var(--text-medium);
  font-size: 1.03rem;
  line-height: 1.75;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
}

.lineup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 1rem;
}

.football-pitch {
  position: relative;
  min-height: 660px;
  aspect-ratio: 1.18;
  border: 1px solid rgba(242, 217, 141, 0.36);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.13) 50%, transparent 50.2%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0 10%,
      rgba(0, 0, 0, 0.025) 10% 20%
    ),
    linear-gradient(180deg, #0b5e35, #064526);
  box-shadow: var(--shadow);
}

.football-pitch::before {
  position: absolute;
  inset: 2.2%;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.43);
  border-radius: 3px;
}

.pitch-halfway {
  position: absolute;
  top: 50%;
  left: 2.2%;
  right: 2.2%;
  border-top: 2px solid rgba(255, 255, 255, 0.43);
}

.pitch-centre-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.43);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pitch-centre-circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  transform: translate(-50%, -50%);
}

.pitch-box {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 16%;
  border: 2px solid rgba(255, 255, 255, 0.43);
}

.pitch-box-top {
  top: 2.2%;
  border-top: 0;
}

.pitch-box-bottom {
  bottom: 2.2%;
  border-bottom: 0;
}

.pitch-player {
  position: absolute;
  top: var(--player-y);
  left: var(--player-x);
  z-index: 2;
  display: grid;
  justify-items: center;
  width: 118px;
  color: #f7fbf7;
  text-align: center;
  transform: translate(-50%, -50%);
}

.pitch-player span {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 38px;
  padding: 0 0.42rem;
  border: 2px solid var(--gold-soft);
  border-radius: 999px;
  color: #06100a;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.34);
  font-size: 0.7rem;
  font-weight: 950;
}

.pitch-player strong {
  max-width: 100%;
  margin-top: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  padding: 0.25rem 0.4rem;
  overflow: hidden;
  color: #f7fbf7;
  background: rgba(3, 15, 8, 0.86);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.24);
  font-size: 0.7rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tactical-brief,
.ticket-match,
.ticket-booking,
.shop-cart,
.honour-card,
.season-card,
.standings-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.tactical-brief {
  position: sticky;
  top: 96px;
  padding: 1.25rem;
}

.tactical-brief > strong {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.tactical-brief dl {
  margin: 0;
}

.tactical-brief dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0;
  border-top: 1px solid var(--line);
}

.tactical-brief dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tactical-brief dd {
  margin: 0;
  font-weight: 850;
  text-align: right;
}

.tactical-brief p {
  margin: 1rem 0 0;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.bench-panel {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.bench-panel .card-label {
  margin-bottom: 0.7rem;
}

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

.bench-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0.55rem 0.65rem;
  background: rgba(255, 255, 255, 0.035);
}

.bench-list span {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  border-radius: 999px;
  color: #06100a;
  background: var(--gold);
  font-size: 0.68rem;
  font-weight: 950;
}

.bench-list strong {
  overflow: hidden;
  font-size: 0.82rem;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 1rem;
}

.preview-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.preview-card {
  display: grid;
  align-content: center;
  gap: 0.9rem;
  min-height: 260px;
  padding: clamp(1.1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.12), transparent 48%),
    var(--surface);
}

.preview-card h3 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.preview-card p {
  max-width: 520px;
  margin: 0;
  color: var(--text-soft);
}

.ticket-preview .ticket-match {
  min-height: 320px;
}

.ticket-match {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 470px;
  padding: clamp(1.2rem, 4vw, 2rem);
  overflow: hidden;
  color: #f7fbf7;
  border-color: rgba(214, 173, 80, 0.34);
  background:
    linear-gradient(145deg, rgba(214, 173, 80, 0.14), transparent 40%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 10px, transparent 10px 24px),
    linear-gradient(160deg, #0d3520, #030705 72%);
}

.ticket-match::after {
  position: absolute;
  right: -1rem;
  bottom: -4.5rem;
  content: "V";
  color: rgba(255, 255, 255, 0.05);
  font-size: 18rem;
  font-weight: 950;
}

.ticket-clubs {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
}

.ticket-clubs strong {
  max-width: 10ch;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.ticket-clubs span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.ticket-details {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ticket-details span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  padding: 0.42rem 0.6rem;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.76rem;
  font-weight: 800;
}

.ticket-booking {
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.form-label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticket-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.ticket-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0.85rem;
  color: var(--text);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.ticket-category:hover,
.ticket-category:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(214, 173, 80, 0.42);
}

.ticket-category.is-selected {
  border-color: var(--gold);
  background: rgba(214, 173, 80, 0.11);
  box-shadow: inset 3px 0 0 var(--gold);
}

.ticket-category span {
  display: grid;
  gap: 0.25rem;
}

.ticket-category small {
  color: var(--text-soft);
  line-height: 1.25;
}

.ticket-category b {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 0.8rem;
}

.ticket-checkout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}

.quantity-stepper button,
.quantity-stepper input {
  min-width: 0;
  border: 0;
  color: var(--text);
  background: var(--input-bg);
  text-align: center;
}

.quantity-stepper button {
  cursor: pointer;
  font-size: 1.1rem;
}

.quantity-stepper button:hover {
  background: rgba(214, 173, 80, 0.16);
}

.quantity-stepper input {
  width: 48px;
  border-inline: 1px solid var(--line);
  appearance: textfield;
}

.quantity-stepper input::-webkit-inner-spin-button {
  appearance: none;
}

.ticket-total {
  display: grid;
  gap: 0.2rem;
}

.ticket-total span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ticket-total strong {
  color: var(--gold);
  font-size: 1.35rem;
}

.demo-message {
  min-height: 1.5rem;
  margin: 0;
  color: var(--green-500);
  font-size: 0.88rem;
  font-weight: 850;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 1rem;
}

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

.product-grid-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.product-card:hover {
  border-color: rgba(214, 173, 80, 0.4);
  background: var(--surface-hover);
  transform: translateY(-3px);
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 0.8rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.product-visual::before {
  position: absolute;
  width: 118px;
  height: 138px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 26px 26px 8px 8px;
  background: rgba(0, 0, 0, 0.16);
  transform: perspective(180px) rotateX(-4deg);
}

.product-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.28));
}

.product-visual.has-product-image {
  min-height: 250px;
  background:
    radial-gradient(circle at 50% 18%, rgba(242, 217, 141, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(6, 25, 15, 0.96), rgba(4, 7, 5, 0.96));
}

.product-visual.has-product-image::before,
.product-visual.has-product-image .product-mark {
  opacity: 0;
}

.product-mark {
  color: #f7fbf7;
  font-size: 1.4rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
}

.product-visual-home {
  background: linear-gradient(145deg, #050807 0 48%, #15784a 48% 70%, #d6ad50 70%);
}

.product-visual-away {
  background: linear-gradient(145deg, #f7fbf7 0 58%, #16794a 58% 78%, #111713 78%);
}

.product-visual-away .product-mark {
  color: #0a2818;
  text-shadow: none;
}

.product-visual-third {
  background: linear-gradient(145deg, #d6ad50, #87621d 65%, #090d0a);
}

.product-visual-keeper {
  background: linear-gradient(145deg, #e53b66, #6c275f 55%, #111713);
}

.product-visual-scarf {
  background: repeating-linear-gradient(90deg, #07100b 0 34px, #126a40 34px 68px, #d6ad50 68px 78px);
}

.product-visual-hoodie {
  background: linear-gradient(145deg, #252b28, #050705 66%, #a88338);
}

.product-visual-cap {
  background: linear-gradient(145deg, #064c2a, #07100b 70%, #d6ad50);
}

.product-visual-ball {
  background:
    radial-gradient(circle at center, #f3f6f3 0 22%, transparent 23%),
    conic-gradient(from 12deg, #111713, #e7ece8, #1fa463, #e7ece8, #d6ad50, #111713);
}

.product-body {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
}

.product-category {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-body h3 {
  font-size: 1.1rem;
}

.product-body p {
  min-height: 3.8rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.product-action {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.product-action > strong {
  color: var(--gold);
}

.button-product {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(214, 173, 80, 0.4);
  color: var(--text);
  background: rgba(214, 173, 80, 0.1);
  cursor: pointer;
}

.button-product:hover,
.button-product:focus-visible {
  border-color: var(--gold);
  background: rgba(214, 173, 80, 0.18);
}

.shop-cart {
  position: sticky;
  top: 96px;
  padding: 1rem;
}

.cart-heading,
.cart-summary,
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.cart-heading .card-label {
  margin-bottom: 0.25rem;
}

.cart-count {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #06100a;
  background: var(--gold);
  font-weight: 950;
}

.cart-items {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 0;
}

.cart-empty,
.cart-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.cart-item {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--line);
}

.cart-item div {
  display: grid;
  gap: 0.2rem;
}

.cart-item strong {
  font-size: 0.82rem;
}

.cart-item span {
  color: var(--muted);
  font-size: 0.75rem;
}

.cart-item button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 6px;
  color: var(--text);
  background: var(--surface-hover);
  cursor: pointer;
}

.cart-summary {
  padding: 1rem 0;
  border-block: 1px solid var(--line);
}

.cart-summary strong {
  color: var(--gold);
  font-size: 1.15rem;
}

.cart-note {
  margin-top: 0.8rem;
}

.honours-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.honour-card {
  min-height: 210px;
  padding: 1.2rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.honour-card:hover {
  border-color: rgba(214, 173, 80, 0.44);
  transform: translateY(-3px);
}

.honour-card > strong {
  display: block;
  color: var(--gold);
  font-size: 4rem;
  line-height: 1;
}

.honour-card h3 {
  margin-top: 1rem;
  text-transform: uppercase;
}

.honour-card p {
  color: var(--text-soft);
}

.archive-heading {
  margin: clamp(3rem, 6vw, 5rem) 0 1rem;
}

.archive-heading h3 {
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  text-transform: uppercase;
}

.season-archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.season-card {
  padding: 1.2rem;
}

.season-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.season-title span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.season-title h3 {
  margin-top: 0.35rem;
  font-size: 1.35rem;
}

.season-card dl {
  margin: 0;
}

.season-card dl div {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
}

.season-card dl div:last-child {
  border-bottom: 0;
}

.season-card dt {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 850;
  text-transform: uppercase;
}

.season-card dd {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 750;
}

.standings-shell {
  overflow: hidden;
}

.standings-scroll {
  overflow-x: auto;
}

.standings-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.standings-table th,
.standings-table td {
  height: 58px;
  padding: 0.65rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.standings-table thead th {
  height: 48px;
  color: var(--muted);
  background: rgba(31, 164, 99, 0.08);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.standings-table tbody th {
  display: flex;
  align-items: center;
  min-width: 220px;
  gap: 0.65rem;
  text-align: left;
}

.standings-table tbody tr {
  transition: background 180ms ease;
}

.standings-table tbody tr:hover {
  background: var(--surface-hover);
}

.standings-table tbody tr.is-vipers {
  background: rgba(214, 173, 80, 0.13);
  box-shadow: inset 4px 0 0 var(--gold);
}

.standings-table .points {
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 950;
}

.crest-table {
  width: 30px;
  height: 34px;
  border-radius: 5px 5px 9px 9px;
}

.crest-table .crest-top {
  display: none;
}

.crest-table .crest-v {
  font-size: 0.94rem;
}

.form-guide {
  display: inline-flex;
  gap: 0.25rem;
}

.form-guide i {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 950;
}

.form-w {
  background: #16874f;
}

.form-d {
  background: #747f78;
}

.form-l {
  background: #b34141;
}

.table-note {
  margin: 0;
  padding: 0.9rem 1rem;
  color: var(--text-soft);
  font-size: 0.8rem;
}

.article-related-section {
  padding-top: 0;
}

.fan-zone-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.08), transparent 36%),
    linear-gradient(180deg, var(--black), var(--green-900));
}

.fan-zone-section .benefit-list li {
  color: rgba(247, 251, 247, 0.86);
}

.fan-zone-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.fan-copy {
  max-width: 680px;
}

.fan-copy h2 {
  max-width: 10ch;
}

.fan-copy .button {
  margin-top: 1.6rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  background:
    linear-gradient(135deg, rgba(31, 164, 99, 0.12), transparent),
    rgba(255, 255, 255, 0.055);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(247, 251, 247, 0.82);
  font-size: 0.86rem;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #f7fbf7;
  background: rgba(0, 0, 0, 0.24);
  padding: 0.82rem 0.9rem;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(214, 173, 80, 0.72);
  box-shadow: 0 0 0 3px rgba(214, 173, 80, 0.14);
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  color: #f7fbf7;
  padding: 2.6rem 0;
  border-top: 1px solid var(--line);
  background: #020403;
}

.site-footer p {
  color: rgba(247, 251, 247, 0.74);
}

[data-theme="light"] .article-page .site-header {
  background: var(--header-bg);
}

[data-theme="light"] .article-card {
  background: rgba(255, 255, 255, 0.84);
}

[data-theme="light"] .article-card .button-ghost {
  border-color: rgba(8, 55, 31, 0.22);
  color: var(--text);
  background: rgba(8, 55, 31, 0.06);
}

[data-theme="light"] .story-block-wide {
  background:
    linear-gradient(135deg, rgba(31, 164, 99, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.8);
}

.motto-block,
.fan-zone-section {
  color: #f7fbf7;
}

.motto-block p,
.fan-zone-section .fan-copy p {
  color: rgba(247, 251, 247, 0.74);
}

[data-theme="light"] .fan-zone-section {
  background:
    linear-gradient(135deg, rgba(214, 173, 80, 0.08), transparent 36%),
    linear-gradient(180deg, #07110b, #0b2b1a);
}

[data-theme="light"] .contact-form {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(31, 164, 99, 0.12), transparent),
    rgba(255, 255, 255, 0.055);
}

[data-theme="light"] .social-links a {
  color: rgba(247, 251, 247, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.footer-title {
  margin: 0 0 0.8rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.social-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.5rem 0.7rem;
  color: rgba(247, 251, 247, 0.82);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--white);
  border-color: rgba(214, 173, 80, 0.48);
  background: rgba(214, 173, 80, 0.1);
}

@media (max-width: 1180px) {
  .nav-shell {
    gap: 0.65rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.4rem);
    display: grid;
    max-height: calc(100vh - 92px);
    margin-left: 0;
    padding: 0.6rem;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--menu-bg);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    padding: 0.75rem;
    font-size: 0.82rem;
  }

  [data-theme="light"] .site-header:not(.is-scrolled) {
    background: var(--header-bg);
  }

  [data-theme="light"] .site-header:not(.is-scrolled) .brand-lockup,
  [data-theme="light"] .site-header:not(.is-scrolled) .nav-links a,
  [data-theme="light"] .site-header:not(.is-scrolled) .theme-toggle {
    color: var(--text);
  }
}

@media (max-width: 1020px) {
  .hero-grid,
  .split-layout,
  .fan-zone-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 560px;
  }

  .values-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .player-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lineup-layout,
  .preview-layout,
  .ticket-layout,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .tactical-brief,
  .shop-cart {
    position: static;
  }

  .tactical-brief {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }

  .tactical-brief > .card-label,
  .tactical-brief > strong,
  .tactical-brief > p {
    grid-column: 1;
  }

  .tactical-brief dl {
    grid-column: 2;
    grid-row: 1 / span 4;
  }

  .bench-panel {
    grid-column: 1 / -1;
  }

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

  .product-grid-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .honours-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .site-header {
    background: var(--header-bg);
    backdrop-filter: blur(18px);
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.4rem);
    display: grid;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--menu-bg);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    padding: 0.85rem 0.75rem;
  }

  .hero-section {
    min-height: auto;
    padding-top: 8.4rem;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-background {
    background-image:
      linear-gradient(90deg, rgba(4, 7, 5, 0.96) 0%, rgba(4, 7, 5, 0.68) 100%),
      linear-gradient(0deg, var(--black) 0%, transparent 36%),
      url("./assets/hero-stadium.png");
  }

  .section-heading-row,
  .match-row {
    align-items: start;
    flex-direction: column;
  }

  .match-row time {
    text-align: left;
  }

  .about-grid,
  .match-columns,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-block-wide {
    grid-row: auto;
  }

  .product-grid,
  .product-grid-preview,
  .season-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticket-checkout {
    grid-template-columns: auto 1fr;
  }

  .ticket-checkout > .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  .container,
  .nav-shell {
    width: min(calc(100% - 1.1rem), var(--max-width));
  }

  .brand-lockup strong {
    font-size: 0.9rem;
  }

  .brand-lockup small {
    font-size: 0.67rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 13.8vw, 3.4rem);
  }

  .hero-actions,
  .social-links {
    width: 100%;
  }

  .button,
  .social-links a {
    width: 100%;
  }

  .identity-card,
  .club-facts div,
  .match-scoreline,
  .fixture-versus {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .identity-card {
    display: grid;
  }

  .club-facts div {
    display: grid;
  }

  .club-facts dd,
  .match-scoreline span:last-child,
  .fixture-versus strong:last-child {
    text-align: left;
  }

  .values-grid,
  .player-grid,
  .news-grid,
  .product-grid,
  .product-grid-preview,
  .honours-grid,
  .season-archive,
  .ticket-categories {
    grid-template-columns: 1fr;
  }

  .football-pitch {
    min-height: 590px;
    aspect-ratio: 0.62;
  }

  .pitch-player {
    width: 86px;
  }

  .pitch-player span {
    width: auto;
    min-width: 38px;
    height: 34px;
    padding: 0 0.28rem;
    font-size: 0.62rem;
  }

  .pitch-player strong {
    font-size: 0.61rem;
  }

  .tactical-brief {
    display: block;
  }

  .ticket-match {
    min-height: 410px;
  }

  .ticket-checkout {
    grid-template-columns: 1fr 1fr;
  }

  .season-card dl div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .product-body p {
    min-height: 0;
  }
}
