/*
Theme Name: KW Ice Hockey League
Theme URI: https://kwicehockey.com
Author: KW IHL
Author URI: https://kwicehockey.com
Description: Official theme for KW Ice Hockey League. Built with SportsPress integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kw-hockey
Tags: sports, hockey, sportspress, dark, responsive
*/

/* ─────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────── */
:root {
  --ice:        #EEF4F9;
  --ice-deep:   #D6E8F5;
  --blue:       #1A3A5C;
  --blue-mid:   #2B5F8E;
  --blue-light: #4A90C4;
  --gold:       #C9A84C;
  --gold-light: #E8C96A;
  --gold-dark:  #9A7A30;
  --white:      #FAFCFF;
  --dark:       #0D1B2A;
  --dark-2:     #0F2236;
  --text:       #1E2D3D;
  --text-muted: #5A7A9A;
  --radius:     0px;
  --transition: 0.3s ease;
}

/* ─────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Barlow Condensed', 'Noto Sans KR', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ─────────────────────────────────────────
   TYPOGRAPHY
───────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  line-height: 1;
}

/* ─────────────────────────────────────────
   LAYOUT CONTAINER
───────────────────────────────────────── */
.kw-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 768px) {
  .kw-container { padding: 0 20px; }
}

/* ─────────────────────────────────────────
   NAVIGATION
───────────────────────────────────────── */
#kw-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 72px;
  background: rgba(13, 27, 42, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  transition: background var(--transition);
}

#kw-header .kw-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.kw-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

/* 이미지 로고 */
.kw-logo__img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(74,144,196,.4));
}

/* 워드프레스 커스텀 로고 */
.kw-logo .custom-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.kw-logo__text {
  line-height: 1.2;
}

.kw-logo__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  color: var(--white);
  white-space: nowrap;
}

.kw-logo__sub {
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(201, 168, 76, 0.75);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 1px;
}

/* Nav links */
.kw-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.kw-nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  transition: color var(--transition);
  padding: 4px 0;
  position: relative;
}

.kw-nav a::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}

.kw-nav a:hover,
.kw-nav a.current-menu-item {
  color: var(--white);
}

.kw-nav a:hover::after,
.kw-nav a.current-menu-item::after {
  transform: scaleX(1);
}

.kw-nav .kw-btn--nav {
  background: var(--gold);
  color: var(--dark) !important;
  padding: 9px 22px;
  font-weight: 700 !important;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.kw-nav .kw-btn--nav:hover {
  background: var(--gold-light);
}

.kw-nav .kw-btn--nav::after { display: none; }

/* Mobile menu toggle */
.kw-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.kw-menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--white);
  transition: all var(--transition);
}

/* ─────────────────────────────────────────
   TICKER BAR
───────────────────────────────────────── */
.kw-ticker {
  background: var(--gold);
  padding: 11px 0;
  overflow: hidden;
  white-space: nowrap;
}

.kw-ticker__inner {
  display: inline-flex;
  gap: 80px;
  animation: kw-ticker 25s linear infinite;
}

.kw-ticker__item {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px; letter-spacing: 3px;
  color: var(--dark);
  display: inline-flex; align-items: center; gap: 14px;
}

.kw-ticker__dot {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--dark);
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes kw-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.kw-hero {
  min-height: 100vh;
  background: var(--dark);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.kw-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(74,144,196,0.10) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 15% 80%, rgba(201,168,76,0.05) 0%, transparent 60%),
    linear-gradient(180deg, #0D1B2A 0%, #0F2236 50%, #0D1B2A 100%);
}

.kw-hero__rink {
  position: absolute; inset: 0; pointer-events: none;
}

.kw-hero__rink::before,
.kw-hero__rink::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(74, 144, 196, 0.07);
}

.kw-hero__rink::before {
  width: 640px; height: 640px;
  transform: translate(-50%, -50%);
}

.kw-hero__rink::after {
  width: 320px; height: 320px;
  transform: translate(-50%, -50%);
}

.kw-hero__content {
  position: relative; z-index: 2;
  padding: 120px 0 100px;
}

.kw-hero__eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 5px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
  animation: kw-fadeup 0.8s ease both;
}

.kw-hero__eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.kw-hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 11vw, 136px);
  line-height: 0.88;
  color: var(--white);
  letter-spacing: 2px;
  animation: kw-fadeup 0.8s 0.15s ease both;
}

.kw-hero__title .line-kw {
  color: var(--gold);
  text-shadow: 0 0 60px rgba(201,168,76,0.28);
}

.kw-hero__title .line-ice {
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.35);
  color: transparent;
  font-size: clamp(70px, 12vw, 150px);
}

.kw-hero__title .line-league {
  font-size: clamp(32px, 5.5vw, 68px);
  letter-spacing: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.kw-hero__slogan {
  margin-top: 32px;
  animation: kw-fadeup 0.8s 0.3s ease both;
}

.kw-hero__slogan p {
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 300; letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.kw-hero__slogan strong { color: var(--gold-light); font-weight: 600; }

.kw-hero__slogan small {
  display: block; margin-top: 8px;
  font-size: 11px; letter-spacing: 5px;
  color: rgba(255,255,255,0.25);
}

.kw-hero__actions {
  margin-top: 48px;
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  animation: kw-fadeup 0.8s 0.45s ease both;
}

.kw-hero__stats {
  position: absolute; right: 48px; bottom: 80px; z-index: 2;
  display: flex; gap: 48px;
  animation: kw-fadeup 0.8s 0.6s ease both;
}

.kw-stat__number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px; letter-spacing: 2px;
  color: var(--white); line-height: 1;
}

.kw-stat__number em { color: var(--gold); font-style: normal; }

.kw-stat__label {
  font-size: 10px; font-weight: 700; letter-spacing: 3.5px;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase; margin-top: 4px;
}

/* Scroll hint */
.kw-scroll-hint {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: kw-fadeup 1s 1s ease both;
}

.kw-scroll-hint span {
  font-size: 9px; letter-spacing: 3px;
  color: rgba(255,255,255,0.25); text-transform: uppercase;
}

.kw-scroll-hint__line {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: kw-scroll-pulse 2s infinite;
}

/* ─────────────────────────────────────────
   SECTION SHARED
───────────────────────────────────────── */
.kw-section {
  padding: 96px 0;
}

.kw-section--dark  { background: var(--dark); }
.kw-section--ice   { background: var(--ice); }
.kw-section--white { background: var(--white); }

.kw-section--dark .kw-section__title  { color: var(--white); }
.kw-section--blue .kw-section__title  { color: var(--white); }

.kw-section__label {
  font-size: 11px; font-weight: 700; letter-spacing: 5px;
  color: var(--gold); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px;
}

.kw-section__label::before {
  content: '';
  width: 20px; height: 2px;
  background: var(--gold); flex-shrink: 0;
}

.kw-section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5.5vw, 68px);
  letter-spacing: 2px; line-height: 1;
  color: var(--blue);
  margin-bottom: 48px;
}

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.kw-btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 15px 36px;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
}

.kw-btn--primary {
  background: var(--gold); color: var(--dark);
}

.kw-btn--primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.35);
}

.kw-btn--outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
  clip-path: none;
}

.kw-btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ─────────────────────────────────────────
   SPORTSPRESS — SCHEDULE / EVENTS
───────────────────────────────────────── */
.kw-schedule-grid { display: grid; gap: 2px; }

.kw-match-card {
  background: var(--white);
  padding: 22px 32px;
  display: grid;
  grid-template-columns: 130px 1fr minmax(110px,auto) 1fr 48px;
  align-items: center;
  gap: 16px;
  border-left: 3px solid transparent;
  position: relative;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.kw-match-card:hover {
  border-left-color: var(--gold);
  transform: translateX(4px);
  box-shadow: 4px 0 20px rgba(201,168,76,0.10);
}

.kw-match-card--live {
  border-left-color: #E74C3C !important;
  background: linear-gradient(90deg, rgba(231,76,60,0.03) 0%, var(--white) 50%);
}

.kw-match-card__live-badge {
  position: absolute; top: 12px; right: 14px;
  background: #E74C3C; color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  padding: 3px 8px;
  animation: kw-live-pulse 1.5s infinite;
}

.kw-match-card__date { text-align: center; }

.kw-match-card__day {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px; letter-spacing: 1px;
  color: var(--blue); line-height: 1;
}

.kw-match-card__weekday {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase;
}

.kw-match-card__time {
  font-size: 11px; letter-spacing: 1px;
  color: var(--text-muted); margin-top: 2px;
}

.kw-team-block {
  display: flex; align-items: center; gap: 14px;
}

.kw-team-block--away { flex-direction: row-reverse; }

.kw-team-block__logo {
  width: 50px; height: 50px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-mid));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 13px; color: var(--gold);
  overflow: hidden;
}

.kw-team-block__logo img { width: 100%; height: 100%; object-fit: cover; }

.kw-team-block__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: 1px; color: var(--blue); line-height: 1;
}

.kw-team-block__record {
  font-size: 11px; color: var(--text-muted); letter-spacing: 1px;
}

.kw-match-score { text-align: center; }

.kw-match-score__numbers {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px; letter-spacing: 4px;
  color: var(--blue); line-height: 1;
}

.kw-match-score__numbers--final { color: var(--text-muted); }

.kw-match-score__vs {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase;
}

.kw-match-score__venue {
  font-size: 10px; color: var(--text-muted); letter-spacing: 1px; margin-top: 3px;
}

.kw-match-card__arrow {
  font-size: 18px; color: var(--gold); opacity: 0;
  transition: opacity var(--transition);
}

.kw-match-card:hover .kw-match-card__arrow { opacity: 1; }

/* SportsPress override — event list widget */
.sp-template-event-list .sp-event-results { font-family: 'Bebas Neue', sans-serif; }

/* ─────────────────────────────────────────
   SPORTSPRESS — LEAGUE TABLE / STANDINGS
───────────────────────────────────────── */
.kw-section--dark .sp-template-league-table table,
.kw-standings-table {
  width: 100%;
  border-collapse: collapse;
}

.kw-standings-table thead th,
.kw-section--dark .sp-template-league-table thead th {
  font-size: 10px; font-weight: 700; letter-spacing: 3.5px;
  color: var(--gold); text-transform: uppercase;
  padding: 12px 16px; text-align: center;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}

.kw-standings-table thead th:first-child { text-align: left; }

.kw-standings-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background var(--transition);
}

.kw-standings-table tbody tr:hover {
  background: rgba(74,144,196,0.07);
}

.kw-standings-table td {
  padding: 15px 16px; text-align: center;
  font-size: 15px; font-weight: 600;
  color: rgba(255,255,255,0.65); letter-spacing: 1px;
}

.kw-standings-table td:first-child { text-align: left; }

.kw-standings-table .kw-rank {
  font-family: 'Bebas Neue', sans-serif; font-size: 22px;
  color: rgba(255,255,255,0.18); width: 28px; text-align: center;
}

.kw-standings-table tr:first-child .kw-rank { color: var(--gold); }

.kw-standings-table .kw-pts {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px; color: var(--gold) !important; letter-spacing: 2px;
}

.kw-team-cell {
  display: flex; align-items: center; gap: 12px;
}

.kw-team-cell__logo {
  width: 34px; height: 34px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-light));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 10px; color: var(--gold);
  overflow: hidden;
}

.kw-team-cell__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px; letter-spacing: 1px; color: var(--white);
}

.kw-form-dots { display: flex; gap: 4px; justify-content: center; }

.kw-form-dot {
  width: 8px; height: 8px; border-radius: 50%;
}

.kw-form-dot--w { background: #27AE60; }
.kw-form-dot--l { background: #E74C3C; }
.kw-form-dot--d { background: rgba(255,255,255,0.18); }

/* ─────────────────────────────────────────
   RECRUITMENT SECTION
───────────────────────────────────────── */
.kw-section--recruit {
  background: linear-gradient(140deg, var(--blue) 0%, var(--dark) 100%);
  position: relative;
  overflow: hidden;
}

.kw-section--recruit::before {
  content: 'PLAY';
  position: absolute; left: -10px; bottom: -50px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 220px; letter-spacing: 12px;
  color: rgba(255,255,255,0.025); pointer-events: none;
  line-height: 1;
}

.kw-recruit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}

.kw-recruit-grid .kw-section__title { color: var(--white); }

.kw-recruit-poem p {
  font-size: 18px; font-weight: 300;
  line-height: 2.2; color: rgba(255,255,255,0.6); letter-spacing: .3px;
}

.kw-recruit-poem p strong { color: var(--white); font-weight: 600; }
.kw-recruit-poem p em { color: var(--gold-light); font-style: normal; }

.kw-recruit-poem { margin-bottom: 40px; }

/* Recruitment form card */
.kw-form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 40px;
  backdrop-filter: blur(10px);
}

.kw-form-card__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; letter-spacing: 3px; color: var(--gold);
  margin-bottom: 28px;
}

.kw-field { margin-bottom: 16px; }

.kw-field label {
  display: block; font-size: 10px; font-weight: 700; letter-spacing: 3px;
  color: rgba(255,255,255,0.38); text-transform: uppercase; margin-bottom: 6px;
}

.kw-field input,
.kw-field select,
.kw-field textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  padding: 12px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; letter-spacing: 1px;
  outline: none;
  transition: border-color var(--transition);
  -webkit-appearance: none; appearance: none;
  border-radius: 0;
}

.kw-field input:focus,
.kw-field select:focus,
.kw-field textarea:focus {
  border-color: var(--gold);
}

.kw-field select option { background: var(--dark); }

.kw-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.kw-form-submit {
  width: 100%; margin-top: 8px;
  padding: 16px;
  background: var(--gold); color: var(--dark);
  border: none; cursor: pointer;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px; letter-spacing: 4px;
  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  transition: all var(--transition);
}

.kw-form-submit:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.35);
}

/* ─────────────────────────────────────────
   GALLERY / MEDIA
───────────────────────────────────────── */
.kw-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 240px 240px;
  gap: 4px;
}

.kw-gallery-item {
  overflow: hidden; position: relative;
  background: var(--blue-mid); cursor: pointer;
}

.kw-gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.kw-gallery-item:nth-child(2) { grid-column: span 4; }
.kw-gallery-item:nth-child(3) { grid-column: span 3; }
.kw-gallery-item:nth-child(4) { grid-column: span 3; }
.kw-gallery-item:nth-child(5) { grid-column: span 4; }

.kw-gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}

.kw-gallery-item:hover img { transform: scale(1.05); }

.kw-gallery-item__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,27,42,0.8) 0%, transparent 60%);
  opacity: 0; transition: opacity var(--transition);
  display: flex; align-items: flex-end; padding: 20px;
}

.kw-gallery-item:hover .kw-gallery-item__overlay { opacity: 1; }

.kw-gallery-item__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2.5px;
  color: var(--gold); text-transform: uppercase;
}

/* Gallery placeholder (before real photos) */
.kw-gallery-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
}

.kw-gallery-placeholder__icon {
  font-size: 36px; opacity: 0.2;
}

.kw-gallery-placeholder__text {
  font-size: 10px; letter-spacing: 2.5px;
  color: rgba(255,255,255,0.25); text-transform: uppercase;
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
#kw-footer {
  background: var(--dark);
  border-top: 1px solid rgba(201,168,76,0.12);
  padding: 64px 0 32px;
}

.kw-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  margin-bottom: 32px;
}

.kw-footer__brand-slogan {
  font-size: 13px; font-weight: 300; letter-spacing: 1.5px;
  color: rgba(255,255,255,0.3); line-height: 2; margin-top: 16px;
}

.kw-footer__col-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px; letter-spacing: 3px; color: var(--gold);
  margin-bottom: 16px;
}

.kw-footer__col ul li { margin-bottom: 10px; }

.kw-footer__col ul li a {
  font-size: 14px; color: rgba(255,255,255,0.4);
  letter-spacing: 1px; transition: color var(--transition);
}

.kw-footer__col ul li a:hover { color: var(--gold); }

.kw-footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}

.kw-footer__copy {
  font-size: 11px; letter-spacing: 2px; color: rgba(255,255,255,0.18);
}

.kw-footer__gametime {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px; letter-spacing: 3px; color: rgba(255,255,255,0.18);
}

.kw-footer__gametime span { color: var(--gold); }

/* ─────────────────────────────────────────
   SPORTSPRESS GLOBAL OVERRIDES
───────────────────────────────────────── */
/* Make SportsPress widgets inherit theme fonts */
.sp-template,
.sp-template * {
  font-family: 'Barlow Condensed', 'Noto Sans KR', sans-serif;
}

.sp-template h4.sp-table-caption,
.sp-template .sp-table-caption {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px; letter-spacing: 2px;
  color: var(--gold);
  border: none; background: transparent;
  padding: 0 0 16px 0; margin: 0;
}

.sp-template table {
  width: 100%; border-collapse: collapse;
}

.sp-template thead th {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase;
  padding: 10px 14px; text-align: center;
  background: transparent;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}

.sp-template tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background var(--transition);
}

.sp-template tbody tr:hover { background: rgba(74,144,196,0.07); }

.sp-template tbody td {
  padding: 14px; color: rgba(255,255,255,0.65);
  font-size: 15px; letter-spacing: 1px; text-align: center;
}

.sp-template tbody td.data-pts {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; color: var(--gold) !important;
}

/* SportsPress event blocks */
.sp-event-results .team { font-family: 'Bebas Neue', sans-serif; font-size: 20px; }
.sp-event-results .results { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--blue); }

/* ─────────────────────────────────────────
   KEYFRAMES
───────────────────────────────────────── */
@keyframes kw-fadeup {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes kw-scroll-pulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}

@keyframes kw-live-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .kw-match-card {
    grid-template-columns: 100px 1fr auto 1fr 0;
  }

  .kw-recruit-grid { grid-template-columns: 1fr; gap: 48px; }
  .kw-footer__grid { grid-template-columns: 1fr 1fr; }

  .kw-hero__stats { right: 24px; bottom: 60px; gap: 32px; }
  .kw-stat__number { font-size: 40px; }

  .kw-gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 200px 200px 200px;
  }

  .kw-gallery-item:nth-child(1) { grid-column: span 6; grid-row: span 1; }
  .kw-gallery-item:nth-child(2) { grid-column: span 3; }
  .kw-gallery-item:nth-child(3) { grid-column: span 3; }
  .kw-gallery-item:nth-child(4) { grid-column: span 3; }
  .kw-gallery-item:nth-child(5) { grid-column: span 3; }
}

@media (max-width: 768px) {
  .kw-nav { display: none; }
  .kw-nav.is-open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(13,27,42,0.98);
    padding: 24px 24px 32px;
    gap: 20px;
    border-bottom: 1px solid rgba(201,168,76,0.15);
  }

  .kw-menu-toggle { display: flex; }

  .kw-hero__stats { display: none; }

  .kw-match-card {
    grid-template-columns: 80px 1fr auto 1fr;
    padding: 16px;
    gap: 8px;
  }

  .kw-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .kw-footer__bottom { flex-direction: column; text-align: center; }

  .kw-section { padding: 64px 0; }
}
