/* ════════════════════════════════════════════════
   SHERWOOD PARK CRUSADERS — site styles (PSG-inspired)
   ════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700;1,800;1,900&family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;1,600;1,700;1,800&family=DM+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:    #06090a;
  --dark:     #0a0f0d;
  --surface:  #0f1512;
  --surface-2:#151d18;
  --border:   #1c2620;
  --border-2: #243029;
  --green:    #0a7d34;
  --green-d:  #06351a;
  --lime:     #2fd45f;
  --muted:    #6f827a;
  --dim:      #41524a;
  --fg:       #f2f5f3;
  --fg-dim:   #aab8b0;
  --gold:     #e6c34a;
  --red:      #e2564d;

  --f-head: 'Archivo', sans-serif;
  --f-cond: 'Barlow Condensed', sans-serif;
  --f-mono: 'DM Mono', monospace;
  --f-body: 'Archivo', sans-serif;
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--fg);
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--green); color: #fff; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 2rem; }

/* ════════ PROMO STRIP ════════ */
.promo { background: linear-gradient(90deg, var(--green-d), var(--green)); }
.promo-inner {
  display: flex; align-items: center; justify-content: center; gap: 1.25rem;
  height: 42px; font-family: var(--f-cond); font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: #fff;
}
.promo-inner .sep { color: rgba(255,255,255,0.4); }
.promo-cta { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--gold); font-weight: 700; }
.promo-cta::after { content: '→'; }

/* ════════ NAV ════════ */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(6,9,10,0.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; height: 72px; gap: 2rem; }
.nav-menu-btn {
  display: flex; align-items: center; gap: 0.6rem; background: var(--green);
  color: #fff; border: none; padding: 0 1.1rem; height: 44px;
  font-family: var(--f-cond); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer;
  clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%); transition: background 0.2s;
}
.nav-menu-btn:hover { background: var(--lime); }
.nav-menu-btn .bars { display: flex; flex-direction: column; gap: 3px; }
.nav-menu-btn .bars span { width: 16px; height: 2px; background: #fff; display: block; }
.nav-crest { display: flex; align-items: center; gap: 0.7rem; }
.nav-crest img { width: 42px; height: 42px; object-fit: contain; }
.nav-crest-name { font-family: var(--f-cond); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.1em; text-transform: uppercase; line-height: 0.95; }
.nav-crest-name small { display: block; font-size: 0.6rem; letter-spacing: 0.22em; color: var(--muted); font-weight: 600; }
.nav-primary { display: flex; gap: 1.75rem; list-style: none; margin-left: 1rem; }
.nav-primary a {
  font-family: var(--f-cond); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fg-dim); position: relative; padding: 0.3rem 0; transition: color 0.2s;
}
.nav-primary a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--lime); transition: width 0.25s; }
.nav-primary a:hover, .nav-primary a.active { color: #fff; }
.nav-primary a:hover::after, .nav-primary a.active::after { width: 100%; }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 1.25rem; }
.nav-util { font-family: var(--f-cond); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-dim); transition: color 0.2s; }
.nav-util:hover { color: #fff; }
.nav-tickets {
  background: #fff; color: var(--black); padding: 0.6rem 1.3rem;
  font-family: var(--f-cond); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.15em;
  text-transform: uppercase; clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%); transition: all 0.2s;
}
.nav-tickets:hover { background: var(--lime); color: #fff; }

/* ════════ MENU DRAWER ════════ */
.drawer { position: fixed; inset: 0; z-index: 500; visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer-bg { position: absolute; inset: 0; background: rgba(3,6,4,0.6); backdrop-filter: blur(3px); opacity: 0; transition: opacity 0.35s; }
.drawer.is-open .drawer-bg { opacity: 1; }
.drawer-panel {
  position: absolute; inset: 0 0 0 0;
  background: var(--black);
  background-image: radial-gradient(ellipse 60% 50% at 15% 0%, rgba(10,125,52,0.22), transparent 60%);
  display: flex; flex-direction: column;
  transform: translateY(-100%); transition: transform 0.45s cubic-bezier(0.7,0,0.2,1);
  overflow-y: auto;
}
.drawer.is-open .drawer-panel { transform: translateY(0); }
.drawer-panel::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.drawer-top { display: flex; align-items: center; justify-content: space-between; height: 72px; flex-shrink: 0; position: relative; z-index: 1; }
.drawer-crest { display: flex; align-items: center; gap: 0.75rem; }
.drawer-crest img { width: 42px; height: 42px; object-fit: contain; }
.drawer-crest span { font-family: var(--f-cond); font-weight: 700; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg); }
.drawer-close {
  background: none; border: 1px solid var(--border-2); color: var(--fg-dim);
  font-family: var(--f-cond); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 0.6rem 1.1rem; cursor: pointer; transition: all 0.2s;
}
.drawer-close:hover { border-color: var(--lime); color: var(--lime); }
.drawer-body { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 3rem 2rem; position: relative; z-index: 1; }
.drawer-cols { display: grid; grid-template-columns: repeat(3,1fr) 1.3fr; gap: 3rem; align-items: start; }
.drawer-col { opacity: 0; transform: translateY(20px); }
.drawer.is-open .drawer-col, .drawer.is-open .drawer-feature { animation: drawerIn 0.5s var(--d,0s) forwards cubic-bezier(0.2,0.7,0.2,1); }
@keyframes drawerIn { to { opacity: 1; transform: translateY(0); } }
.drawer-col h4 {
  font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--lime); margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--border);
}
.drawer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; }
.drawer-col a {
  font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.55rem;
  text-transform: uppercase; color: var(--fg); line-height: 1.15; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: color 0.2s, transform 0.2s;
}
.drawer-col a:hover { color: var(--lime); transform: translateX(6px); }
.drawer-col a.active { color: var(--lime); }
.drawer-col a .ext { font-size: 0.7rem; font-style: normal; color: var(--muted); }
.drawer-feature {
  opacity: 0; transform: translateY(20px);
  background: linear-gradient(160deg, var(--green-d), var(--surface));
  border: 1px solid var(--border-2); padding: 2rem;
}
.drawer-feature-eyebrow { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 0.75rem; }
.drawer-feature-title { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: 2.4rem; line-height: 0.9; text-transform: uppercase; color: #fff; margin-bottom: 1rem; }
.drawer-feature p { font-family: var(--f-body); font-size: 0.85rem; color: var(--fg-dim); line-height: 1.5; margin-bottom: 1.5rem; }
.drawer-feature-btn {
  display: inline-block; background: var(--lime); color: var(--black);
  font-family: var(--f-cond); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 0.7rem 1.5rem; clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%); transition: background 0.2s;
}
.drawer-feature-btn:hover { background: #fff; }
.drawer-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 1rem; }
.drawer-soc { display: flex; gap: 1.5rem; }
.drawer-soc a { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); transition: color 0.2s; }
.drawer-soc a:hover { color: #fff; }
.drawer-meta { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.12em; color: var(--dim); }
@media (max-width: 900px) {
  .drawer-cols { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .drawer-feature { grid-column: span 2; }
  .drawer-col a { font-size: 1.3rem; }
}
@media (max-width: 560px) {
  .drawer-cols { grid-template-columns: 1fr; }
  .drawer-feature { grid-column: span 1; }
  .drawer-body { padding: 2rem 0; }
}

/* ════════ PAGE HEADER (inner pages) ════════ */
.page-head { padding: 3.5rem 0 0; border-bottom: 1px solid var(--border); }
.breadcrumb {
  font-family: var(--f-mono); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.5rem;
}
.breadcrumb a:hover { color: var(--lime); }
.page-title {
  font-family: var(--f-head); font-weight: 900; font-style: italic;
  font-size: clamp(2.5rem, 6vw, 5rem); line-height: 0.9; text-transform: uppercase; color: #fff;
}
.page-season { font-family: var(--f-cond); font-weight: 600; font-size: 1.3rem; letter-spacing: 0.15em; color: var(--lime); margin-top: 0.75rem; }
/* sub-nav tabs */
.subnav { display: flex; gap: 2rem; margin-top: 2.5rem; }
.subnav a {
  font-family: var(--f-cond); font-weight: 700; font-size: 1rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); padding-bottom: 1rem; position: relative; transition: color 0.2s;
}
.subnav a::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 3px; background: var(--lime); transition: width 0.25s; }
.subnav a:hover { color: var(--fg); }
.subnav a.active { color: #fff; }
.subnav a.active::after { width: 100%; }
/* filter pills */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 2.5rem 0; }
.filter-pill {
  font-family: var(--f-cond); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--fg-dim); background: var(--surface);
  border: 1px solid var(--border); padding: 0.5rem 1.1rem; cursor: pointer; transition: all 0.2s;
}
.filter-pill:hover { border-color: var(--border-2); color: #fff; }
.filter-pill.active { background: var(--lime); border-color: var(--lime); color: var(--black); }

/* ════════ HERO (home) ════════ */
.hero { position: relative; height: calc(100vh - 114px); min-height: 620px; max-height: 880px; overflow: hidden; background: linear-gradient(135deg, #0b1a12 0%, var(--black) 68%); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; opacity: 0; transition: opacity 0.6s ease; }
.hero.is-ready .hero-img { opacity: 1; }
.hero-title, .hero-read { opacity: 0; transition: opacity 0.5s ease; }
.hero.is-ready .hero-title { opacity: 1; }
.hero.is-ready .hero-read { opacity: 1; transition-delay: 0.08s; }
.hero-skeleton { display: none; width: min(58%, 500px); height: 3rem; margin-bottom: 1.6rem; border-radius: 4px; background: linear-gradient(90deg, rgba(255,255,255,0.05) 25%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.05) 75%); background-size: 200% 100%; animation: heroShimmer 1.4s ease-in-out infinite; }
.hero.is-loading .hero-skeleton { display: block; }
.hero.is-loading .hero-title { display: none; }
@keyframes heroShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,9,10,0.96) 0%, rgba(6,9,10,0.4) 38%, transparent 62%), linear-gradient(to right, rgba(6,9,10,0.7) 0%, transparent 45%); }
.hero-accent { position: absolute; left: 0; bottom: 0; width: 6px; height: 46%; background: var(--lime); }
.hero-content { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: 3.5rem; }
.hero-tag { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 1.1rem; background: rgba(10,125,52,0.18); border: 1px solid rgba(47,212,95,0.3); padding: 0.35rem 0.85rem; }
.hero-title { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; color: #fff; max-width: 18ch; margin-bottom: 1.5rem; text-shadow: 0 2px 30px rgba(0,0,0,0.5); }
.hero-read { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--f-cond); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; border-bottom: 2px solid var(--lime); padding-bottom: 0.5rem; transition: gap 0.2s; }
.hero-read:hover { gap: 1.2rem; }
.hero-read .arrow { display: grid; place-items: center; width: 26px; height: 26px; background: var(--lime); color: var(--black); border-radius: 50%; font-size: 0.8rem; }

/* ════════ FIXTURES RAIL ════════ */
.fixtures { background: var(--dark); border-bottom: 1px solid var(--border); }
.fixtures-head { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 0 1rem; }
.fixtures-title { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.15rem; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; }
.fixtures-link { font-family: var(--f-mono); font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); }
.fixtures-rail { display: flex; gap: 1px; overflow-x: auto; background: var(--border); border-top: 1px solid var(--border); scrollbar-width: thin; scrollbar-color: var(--green) var(--surface); }
.fixtures-rail::-webkit-scrollbar { height: 5px; }
.fixtures-rail::-webkit-scrollbar-track { background: var(--surface); }
.fixtures-rail::-webkit-scrollbar-thumb { background: var(--green); }
.fixture { flex: 0 0 270px; background: var(--dark); padding: 1.1rem 1.25rem; transition: background 0.2s; }
.fixture:hover { background: var(--surface); }
.fixture-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.9rem; }
.fixture-status { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.fixture-status.live { color: var(--lime); }
.fixture-comp { font-family: var(--f-mono); font-size: 0.55rem; letter-spacing: 0.12em; color: var(--dim); }
.fixture-team { display: flex; align-items: center; gap: 0.7rem; margin: 0.35rem 0; }
.fixture-team img { width: 26px; height: 26px; object-fit: contain; flex-shrink: 0; }
.fixture-team-name { font-family: var(--f-cond); font-weight: 600; font-size: 1rem; letter-spacing: 0.03em; text-transform: uppercase; flex: 1; }
.fixture-team.spc .fixture-team-name { color: var(--lime); font-weight: 700; }
.fixture-score { font-family: var(--f-head); font-weight: 800; font-size: 1.3rem; font-style: italic; }
.fixture-foot { margin-top: 0.9rem; padding-top: 0.75rem; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.fixture-when { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.1em; color: var(--muted); }
.fixture-cta { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lime); }
.loading { padding: 2.5rem; text-align: center; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.15em; color: var(--muted); width: 100%; }

/* ════════ SECTION SHELL ════════ */
.section { padding: 5rem 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; gap: 1rem; }
.sec-eyebrow { font-family: var(--f-mono); font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--lime); margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.6rem; }
.sec-eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--lime); }
.sec-title { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 0.95; text-transform: uppercase; color: #fff; }
.sec-link { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); border-bottom: 1px solid var(--border); padding-bottom: 0.3rem; white-space: nowrap; }
.sec-link:hover { border-color: var(--lime); }

/* ════════ NEWS GRID ════════ */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.ncard { background: var(--surface); display: block; transition: background 0.2s; }
.ncard:hover { background: var(--surface-2); }
.ncard-img { height: 200px; background: linear-gradient(135deg,#0d1f12,#0a140d); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.ncard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.ncard:hover .ncard-img img { transform: scale(1.05); }
.ncard-watermark { width: 90px !important; height: 90px !important; object-fit: contain !important; opacity: 0.12; }
.ncard-body { padding: 1.4rem 1.5rem 1.6rem; }
.ncard-cat { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 0.55rem; }
.ncard-title { font-family: var(--f-cond); font-weight: 700; font-size: 1.3rem; line-height: 1.15; letter-spacing: 0.01em; color: #fff; margin-bottom: 0.6rem; transition: color 0.2s; }
.ncard:hover .ncard-title { color: var(--lime); }
.ncard-meta { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.12em; color: var(--muted); }

/* ════════ STATS LEADERS ════════ */
.leaders { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.leaders-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: var(--border); }
.lcell { background: var(--surface); padding: 1.75rem 1.4rem; }
.lcell-label { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.9rem; }
.lcell-val { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: 2.6rem; line-height: 1; color: var(--lime); margin-bottom: 0.4rem; }
.lcell-player { font-family: var(--f-cond); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.03em; text-transform: uppercase; color: var(--fg-dim); }
.lcell-sub { font-family: var(--f-mono); font-size: 0.56rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 0.2rem; }

/* ════════ SQUAD CARDS (PSG-style) ════════ */
.squad-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.squad-card { position: relative; background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface) 100%); border: 1px solid var(--border); overflow: hidden; aspect-ratio: 3/4; display: flex; flex-direction: column; justify-content: flex-end; transition: border-color 0.25s, transform 0.25s; }
.squad-card:hover { border-color: var(--lime); transform: translateY(-4px); }
.squad-card-num { position: absolute; top: 0.6rem; right: 1rem; font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: 4.5rem; line-height: 1; color: rgba(47,212,95,0.18); z-index: 1; }
.squad-card-photo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.squad-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.squad-card-watermark { width: 60% !important; height: auto !important; opacity: 0.08; }
.squad-card-grad { position: absolute; inset: 0; background: linear-gradient(to top, var(--black) 5%, transparent 55%); }
.squad-card-info { position: relative; z-index: 2; padding: 1.25rem; }
.squad-card-pos { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 0.35rem; }
.squad-card-fn { font-family: var(--f-cond); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-dim); line-height: 1; }
.squad-card-ln { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.6rem; letter-spacing: 0.01em; text-transform: uppercase; color: #fff; line-height: 0.95; }
.squad-card-meta { font-family: var(--f-mono); font-size: 0.56rem; letter-spacing: 0.08em; color: var(--muted); margin-top: 0.5rem; }
.squad-rookie { display: inline-block; margin-top: 0.5rem; font-family: var(--f-mono); font-size: 0.5rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--black); background: var(--lime); padding: 0.12rem 0.4rem; }
.group-title { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.6rem; text-transform: uppercase; color: #fff; margin: 3rem 0 1.5rem; display: flex; align-items: center; gap: 1rem; }
.group-title::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ════════ STAFF CARDS ════════ */
.staff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px,1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.staff-cell { background: var(--surface); padding: 2rem 1.75rem; transition: background 0.2s; }
.staff-cell:hover { background: var(--surface-2); }
.staff-photo { width: 96px; height: 96px; margin-bottom: 1.25rem; border: 1px solid var(--border-2); overflow: hidden; }
.staff-photo img { width: 100%; height: 100%; object-fit: cover; }
.staff-role { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); margin-bottom: 0.6rem; }
.staff-name { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.75rem; text-transform: uppercase; line-height: 0.95; }
.staff-name.tba { color: var(--muted); }
.staff-bio { margin-top: 1.1rem; color: var(--fg-dim); font-size: 0.92rem; line-height: 1.6; max-width: 46ch; }

/* ════════ CAMPS & EVENTS ════════ */
.events-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.25rem; align-items: stretch; }
.event-banner { position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 0.7rem; padding: 2rem 2.25rem 1.85rem; min-height: 210px; background: var(--surface-2); border: 1px solid var(--border-2); border-top: 3px solid transparent; transition: background 0.2s, border-color 0.2s; }
.event-banner.camp { border-top-color: var(--lime); }
.event-banner.golf { border-top-color: var(--gold); }
.event-banner:hover { background: #19231d; }
.event-banner::after { content: ''; position: absolute; right: -46px; top: 50%; transform: translateY(-50%); width: 230px; height: 230px; background: url('logo.png') center/contain no-repeat; opacity: 0.06; pointer-events: none; }
.event-banner > * { position: relative; z-index: 1; }
.event-eyebrow { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; }
.event-banner.camp .event-eyebrow { color: var(--lime); }
.event-banner.golf .event-eyebrow { color: var(--gold); }
.event-title { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: clamp(1.65rem,2.4vw,2.15rem); line-height: 0.95; text-transform: uppercase; color: #fff; }
.event-sub { font-family: var(--f-cond); font-weight: 500; font-size: 1.02rem; color: var(--fg-dim); max-width: 34ch; }
.event-cta { margin-top: auto; padding-top: 1.5rem; display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; }
.event-banner.camp .event-cta { color: var(--lime); }
.event-banner.golf .event-cta { color: var(--gold); }
.event-banner:hover .event-cta { gap: 0.9rem; }

/* ════════ CAMP DETAIL CARDS ════════ */
.camp { border: 1px solid var(--border); background: var(--surface); margin: 0 auto 2rem; max-width: 860px; }
.camp-top { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; padding: 1.75rem 2rem 1.5rem; border-bottom: 1px solid var(--border); }
.camp-eyebrow { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); margin-bottom: 0.5rem; }
.camp-name { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: clamp(1.6rem,3vw,2.1rem); text-transform: uppercase; color: #fff; line-height: 0.9; }
.camp-facts { display: flex; flex-wrap: wrap; gap: 2.5rem; }
.camp-facts > div { font-family: var(--f-cond); font-weight: 600; font-size: 1.1rem; color: var(--fg); white-space: nowrap; }
.camp-facts span { display: block; font-family: var(--f-mono); font-size: 0.55rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.25rem; }
.camp-facts .price { color: var(--lime); }
.camp-scheds { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.camp-sched { width: 100%; border-collapse: collapse; background: var(--surface); }
.camp-sched caption { text-align: left; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lime); padding: 1.15rem 1.5rem 0.65rem; }
.camp-sched td { padding: 0.6rem 1.5rem; border-top: 1px solid var(--border); font-family: var(--f-cond); font-size: 1.05rem; }
.camp-sched td:first-child { font-weight: 700; font-style: italic; color: #fff; width: 34%; }
.camp-sched td:last-child { color: var(--fg-dim); text-align: right; }
.camp-note { padding: 1.15rem 2rem; font-family: var(--f-cond); font-weight: 500; font-size: 1rem; color: var(--fg-dim); }
.camp-note strong { color: var(--lime); font-weight: 700; }

/* ════════ FORM PAGES (camp / golf) ════════ */
.form-intro { max-width: 860px; margin: 0 auto 2rem; }
.form-intro p { color: var(--fg-dim); font-size: 1.02rem; line-height: 1.7; margin-bottom: 1rem; }
.form-open { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lime); border-bottom: 1px solid var(--border-2); padding-bottom: 0.3rem; }
.form-open:hover { border-color: var(--lime); }
.register-cta { max-width: 860px; margin: 2rem auto 0; display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.register-btn { cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 0.6rem; height: 58px; padding: 0 2.75rem; font-family: var(--f-cond); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--black); background: var(--lime); clip-path: polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%); transition: gap 0.2s, filter 0.2s; }
.register-btn:hover { gap: 1.1rem; filter: brightness(1.08); }
.register-note { font-family: var(--f-cond); font-weight: 500; font-size: 0.95rem; color: var(--muted); }

/* ════════ STANDINGS TABLE ════════ */
.standings-block { margin-bottom: 3rem; }
.standings-div { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.4rem; text-transform: uppercase; color: #fff; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.standings-div::before { content: ''; width: 8px; height: 24px; background: var(--lime); }
.standings-table { width: 100%; border-collapse: collapse; border: 1px solid var(--border); }
.standings-table thead tr { background: var(--surface-2); }
.standings-table th { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); padding: 0.85rem 0.75rem; text-align: center; }
.standings-table th:nth-child(2) { text-align: left; }
.standings-table td { font-family: var(--f-cond); font-weight: 600; font-size: 0.95rem; padding: 0.85rem 0.75rem; text-align: center; border-top: 1px solid var(--border); color: var(--fg-dim); }
.standings-table td:nth-child(2) { text-align: left; text-transform: uppercase; letter-spacing: 0.03em; color: #fff; display: flex; align-items: center; gap: 0.6rem; }
.standings-table td img { width: 22px; height: 22px; object-fit: contain; }
.standings-table tr.spc td { background: rgba(10,125,52,0.12); }
.standings-table tr.spc td:nth-child(2) { color: var(--lime); }
.standings-table td.pts { font-family: var(--f-head); font-weight: 800; font-style: italic; color: #fff; font-size: 1.05rem; }
.standings-rank { font-family: var(--f-head); font-weight: 800; font-style: italic; color: var(--lime); }

/* ════════ FULL FIXTURES LIST ════════ */
.fx-month { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.5rem; text-transform: uppercase; color: #fff; margin: 2.5rem 0 1rem; }
.fx-row { display: flex; align-items: center; gap: 1.5rem; padding: 1.1rem 1.25rem; background: var(--surface); border: 1px solid var(--border); margin-bottom: 0.5rem; transition: border-color 0.2s; flex-wrap: wrap; }
.fx-row:hover { border-color: var(--border-2); }
.fx-date { font-family: var(--f-mono); font-size: 0.65rem; letter-spacing: 0.1em; color: var(--muted); min-width: 90px; }
.fx-status { font-family: var(--f-mono); font-size: 0.55rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.2rem 0.5rem; border: 1px solid var(--border-2); color: var(--muted); }
.fx-status.final { color: var(--fg-dim); }
.fx-status.upcoming { color: var(--lime); border-color: var(--green-d); }
.fx-teams { display: flex; align-items: center; gap: 0.7rem; flex: 1; min-width: 220px; font-family: var(--f-cond); font-weight: 600; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.03em; }
.fx-teams img { width: 24px; height: 24px; object-fit: contain; }
.fx-teams .spc { color: var(--lime); font-weight: 700; }
.fx-teams .at { color: var(--muted); font-size: 0.75rem; }
.fx-score { font-family: var(--f-head); font-weight: 800; font-style: italic; font-size: 1.25rem; }
.fx-cta { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lime); margin-left: auto; }
.fx-result { font-family: var(--f-mono); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.1em; padding: 0.15rem 0.5rem; }
.fx-result.w { color: var(--lime); border: 1px solid var(--green-d); }
.fx-result.l { color: var(--red); border: 1px solid rgba(226,86,77,0.3); }

/* ════════ CRUSADERS TV ════════ */
.tv-feature { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.5rem; margin-bottom: 3rem; }
.tv-player { position: relative; aspect-ratio: 16/9; background: #000; border: 1px solid var(--border); overflow: hidden; }
.tv-player iframe { width: 100%; height: 100%; border: 0; }
.tv-feature-meta { display: flex; flex-direction: column; justify-content: center; }
.tv-feature-cat { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 1rem; }
.tv-feature-title { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: clamp(1.6rem,3vw,2.6rem); line-height: 1; text-transform: uppercase; color: #fff; margin-bottom: 1rem; }
.tv-feature-date { font-family: var(--f-mono); font-size: 0.65rem; letter-spacing: 0.12em; color: var(--muted); }
.tv-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; }
.tv-card { background: var(--surface); border: 1px solid var(--border); cursor: pointer; transition: border-color 0.2s, transform 0.2s; overflow: hidden; }
.tv-card:hover { border-color: var(--lime); transform: translateY(-3px); }
.tv-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.tv-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tv-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(6,9,10,0.25); transition: background 0.2s; }
.tv-card:hover .tv-play { background: rgba(6,9,10,0.1); }
.tv-play span { width: 48px; height: 48px; border-radius: 50%; background: var(--lime); color: var(--black); display: grid; place-items: center; font-size: 1.1rem; padding-left: 3px; }
.tv-card-body { padding: 1rem 1.1rem 1.2rem; }
.tv-card-title { font-family: var(--f-cond); font-weight: 700; font-size: 1.02rem; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; color: #fff; transition: color 0.2s; }
.tv-card:hover .tv-card-title { color: var(--lime); }
.tv-card-date { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.1em; color: var(--muted); margin-top: 0.5rem; }

/* ════════ FOOTER ════════ */
.footer { background: var(--dark); border-top: 1px solid var(--border); padding: 4rem 0 2rem; margin-top: auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.footer-crest { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.footer-crest img { width: 56px; height: 56px; object-fit: contain; }
.footer-crest-name { font-family: var(--f-head); font-weight: 900; font-style: italic; font-size: 1.4rem; line-height: 0.9; text-transform: uppercase; }
.footer-crest-name span { color: var(--lime); }
.footer-addr { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.06em; color: var(--muted); line-height: 1.9; }
.footer-addr a { color: var(--lime); }
.footer-soc { display: flex; gap: 1rem; margin-top: 1rem; }
.footer-soc a { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); transition: color 0.2s; }
.footer-soc a:hover { color: #fff; }
.footer-col h4 { font-family: var(--f-cond); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1.1rem; padding-bottom: 0.55rem; border-bottom: 1px solid var(--border); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a { font-family: var(--f-mono); font-size: 0.63rem; letter-spacing: 0.08em; color: var(--muted); transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.08em; color: var(--dim); }

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1100px) {
  .squad-grid { grid-template-columns: repeat(3,1fr); }
  .tv-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1000px) {
  .nav-primary { display: none; }
  .news-grid { grid-template-columns: repeat(2,1fr); }
  .leaders-grid { grid-template-columns: repeat(2,1fr); }
  .squad-grid { grid-template-columns: repeat(2,1fr); }
  .staff-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .camp-scheds { grid-template-columns: 1fr; }
  .camp-top { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .tv-feature { grid-template-columns: 1fr; }
  .tv-grid { grid-template-columns: repeat(2,1fr); }
  .subnav { gap: 1.25rem; overflow-x: auto; }
}
@media (max-width: 640px) {
  .nav-crest-name, .nav-util.hide-sm { display: none; }
  .promo-inner .hide-sm { display: none; }
  .news-grid, .leaders-grid, .squad-grid, .tv-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { height: 75vh; }
  .standings-table { font-size: 0.8rem; }
}
