/* ============================================================
   Y-TOWN TUNE UPS — Main Stylesheet
   Theme: Mob Era / Gangster Basketball · Black & Orange
   ============================================================ */

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

:root {
  --black:      #0a0a0a;
  --black-mid:  #111111;
  --black-soft: #1a1a1a;
  --black-card: #161616;
  --orange:     #FF6A00;
  --orange-dim: #cc5500;
  --orange-glow:#FF8C00;
  --cream:      #e8d5b0;
  --cream-dim:  #b8a882;
  --gold:       #c9a030;
  --white:      #f0ece4;
  --gray:       #555;
  --gap:        clamp(3rem, 6vw, 6rem);
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 3px; }

/* ── SELECTION ── */
::selection { background: var(--orange); color: var(--black); }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  transition: background 0.4s, padding 0.4s, box-shadow 0.4s;
}

.navbar.scrolled {
  background: rgba(10, 10, 10, 0.97);
  padding: 0.6rem 2rem;
  box-shadow: 0 2px 30px rgba(255, 106, 0, 0.15);
  border-bottom: 1px solid rgba(255, 106, 0, 0.2);
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  height: 52px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255,106,0,0.4));
  transition: filter 0.3s;
}
.nav-logo img:hover { filter: drop-shadow(0 0 16px rgba(255,106,0,0.8)); }

.nav-links {
  list-style: none;
  display: flex;
  gap: 2.2rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--cream-dim);
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--orange);
  transition: width 0.3s;
}

.nav-links a:hover { color: var(--orange); }
.nav-links a:hover::after { width: 100%; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--cream);
  transition: all 0.3s;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--black);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(255,106,0,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(255,106,0,0.06) 0%, transparent 60%);
  pointer-events: none;
}

/* pinstripes */
.pinstripes {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 38px,
    rgba(255,106,0,0.025) 38px,
    rgba(255,106,0,0.025) 40px
  );
  pointer-events: none;
}

.hero-skyline {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 220px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220'%3E%3Cpath fill='%23111111' d='M0,220 L0,160 L30,160 L30,120 L50,120 L50,100 L70,100 L70,80 L90,80 L90,60 L110,60 L110,80 L130,80 L130,40 L150,40 L150,80 L170,80 L170,100 L190,100 L190,130 L220,130 L220,90 L240,90 L240,60 L260,60 L260,90 L280,90 L280,110 L310,110 L310,70 L330,70 L330,50 L350,50 L350,30 L370,30 L370,50 L390,50 L390,70 L410,70 L410,100 L440,100 L440,80 L460,80 L460,55 L480,55 L480,80 L500,80 L500,60 L520,60 L520,80 L540,80 L540,110 L560,110 L560,90 L580,90 L580,65 L600,65 L600,45 L620,45 L620,65 L640,65 L640,90 L660,90 L660,70 L680,70 L680,50 L700,50 L700,70 L720,70 L720,90 L750,90 L750,110 L770,110 L770,80 L790,80 L790,55 L810,55 L810,35 L830,35 L830,55 L850,55 L850,80 L870,80 L870,100 L900,100 L900,130 L920,130 L920,100 L940,100 L940,75 L960,75 L960,55 L980,55 L980,75 L1000,75 L1000,100 L1020,100 L1020,80 L1040,80 L1040,60 L1060,60 L1060,80 L1080,80 L1080,105 L1110,105 L1110,85 L1130,85 L1130,65 L1150,65 L1150,45 L1170,45 L1170,65 L1190,65 L1190,85 L1210,85 L1210,110 L1240,110 L1240,90 L1260,90 L1260,120 L1290,120 L1290,140 L1310,140 L1310,160 L1330,160 L1330,140 L1360,140 L1360,160 L1380,160 L1380,180 L1410,180 L1410,200 L1440,200 L1440,220 Z'/%3E%3C/svg%3E") no-repeat bottom center / cover;
  opacity: 0.7;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 6rem 2rem 8rem;
}

.hero-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--orange);
  opacity: 0;
  animation: fadeUp 0.8s 0.2s forwards;
}

.hero-logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 55vw, 680px);
  height: auto;
  opacity: 0.07;
  pointer-events: none;
  z-index: 1;
  animation: logoPulse 6s ease-in-out infinite;
}

@keyframes logoPulse {
  0%, 100% { opacity: 0.07; }
  50%       { opacity: 0.13; }
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--white);
  opacity: 0;
  animation: fadeUp 0.9s 0.4s forwards;
}

.hero-title span {
  color: var(--orange);
  -webkit-text-stroke: 2px var(--orange);
  text-shadow: 0 0 40px rgba(255,106,0,0.4);
}

.hero-tagline {
  font-family: 'IM Fell English', serif;
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  color: var(--cream-dim);
  letter-spacing: 0.05em;
  opacity: 0;
  animation: fadeUp 0.9s 0.8s forwards;
}

.hero-tagline em { color: var(--orange); font-style: italic; }

.hero-divider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  opacity: 0;
  animation: fadeUp 0.9s 1s forwards;
}

.hero-divider .line {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange-dim), transparent);
}

.diamond { color: var(--orange); font-size: 0.6rem; }

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.9s 1.1s forwards;
}

.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 1s 2s forwards;
}

.scroll-indicator span {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--cream-dim);
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--orange), transparent);
  animation: scrollDrop 1.8s ease-in-out infinite;
}

@keyframes scrollDrop {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2.2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  transform: translateX(-110%) skewX(-20deg);
  transition: transform 0.4s;
}
.btn:hover::before { transform: translateX(110%) skewX(-20deg); }

.btn-primary {
  background: var(--orange);
  color: var(--black);
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.btn-primary:hover {
  background: var(--orange-glow);
  box-shadow: 0 0 30px rgba(255,106,0,0.5);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--cream-dim);
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.btn-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
  box-shadow: 0 0 20px rgba(255,106,0,0.2);
  transform: translateY(-2px);
}

.btn-full { width: 100%; text-align: center; }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: var(--orange);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.7rem 0;
  position: relative;
}

.stats-track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  animation: ticker 20s linear infinite;
  padding-right: 4rem;
}

.stats-track::after {
  content: attr(data-dup);
}

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

.stat-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  color: var(--black);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
}

.stat-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stat-sep { color: var(--black); font-size: 0.5rem; opacity: 0.5; }

/* ============================================================
   SECTIONS SHARED
   ============================================================ */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--gap) 2rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.6rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  line-height: 1;
}

.section-title span { color: var(--orange); }

.title-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.title-ornament span:not(.diamond-sm) {
  display: block;
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange-dim));
}

.title-ornament span:last-child {
  background: linear-gradient(90deg, var(--orange-dim), transparent);
}

.diamond-sm { color: var(--orange); font-size: 0.5rem; }

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  background: var(--black-mid);
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 48px,
    rgba(255,106,0,0.02) 48px,
    rgba(255,106,0,0.02) 50px
  );
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.about-card {
  background: var(--black-card);
  border: 1px solid rgba(255,106,0,0.12);
  padding: 2.2rem 1.8rem;
  text-align: center;
  position: relative;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.about-card:hover {
  border-color: var(--orange);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(255,106,0,0.15);
}

.about-card--featured {
  border-color: rgba(255,106,0,0.4);
  background: linear-gradient(160deg, #1a0f00 0%, var(--black-card) 60%);
}

.card-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  filter: grayscale(0.3);
}

.about-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--orange);
  margin-bottom: 0.8rem;
}

.about-card p {
  font-size: 0.9rem;
  color: var(--cream-dim);
  line-height: 1.7;
}

.about-quote {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 2.5rem;
  border-top: 1px solid rgba(255,106,0,0.2);
  border-bottom: 1px solid rgba(255,106,0,0.2);
}

.about-quote blockquote {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--cream);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-quote cite {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
}

/* ============================================================
   ROSTER
   ============================================================ */
.roster {
  background: var(--black);
  position: relative;
}

.roster::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.player-card {
  background: var(--black-card);
  border: 1px solid rgba(255,106,0,0.15);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.player-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 45px rgba(255,106,0,0.18);
  border-color: var(--orange);
}

.player-number {
  background: var(--orange);
  color: var(--black);
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 2rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1.2rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  letter-spacing: -0.04em;
}

.player-info {
  padding: 1.4rem 1.2rem;
  flex: 1;
}

.player-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 0.2rem;
}

.player-pos {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
}

.player-stats {
  display: flex;
  gap: 0.8rem;
}

.pstat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.pstat span {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--gray);
  text-transform: uppercase;
}

.pstat strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--cream);
}

.roster-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.82rem;
  color: var(--gray);
}

.roster-note a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,106,0,0.3);
  transition: border-color 0.3s;
}
.roster-note a:hover { border-color: var(--orange); }

/* ============================================================
   SCHEDULE
   ============================================================ */
.schedule {
  background: var(--black-mid);
  position: relative;
}

.schedule::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(255,106,0,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255,106,0,0.1);
  border: 1px solid rgba(255,106,0,0.15);
}

.game-row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 1.8rem;
  background: var(--black-card);
  transition: background 0.3s;
}

.game-row:hover { background: #1c1200; }

.game-row--upcoming {
  border-left: 3px solid var(--orange);
}

.game-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.g-month {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
}

.g-day {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.game-label {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  padding: 0.15rem 0.5rem;
  background: var(--orange);
  color: var(--black);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.game-label.away {
  background: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
}

.game-info h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--white);
}

.game-info h4 .vs {
  color: var(--orange);
  font-weight: 300;
  margin: 0 0.3rem;
}

.game-info p {
  font-size: 0.78rem;
  color: var(--gray);
  margin-top: 0.2rem;
}

.game-status {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  font-weight: 600;
}

.game-status.upcoming {
  border: 1px solid var(--orange);
  color: var(--orange);
}

.game-status.win {
  background: #0a2a0a;
  color: #4caf50;
  border: 1px solid #4caf50;
}

.game-status.loss {
  background: #2a0a0a;
  color: #e53935;
  border: 1px solid #e53935;
}

.schedule-note {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: var(--gray);
  font-style: italic;
  letter-spacing: 0.05em;
}

/* ============================================================
   JERSEYS
   ============================================================ */
.jerseys {
  background: var(--black);
  position: relative;
  overflow: hidden;
}

.jerseys::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.jersey-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.jersey-image-wrap {
  position: relative;
}

.jersey-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 60px rgba(255,106,0,0.3));
  transition: filter 0.4s, transform 0.4s;
}

.jersey-image-wrap:hover .jersey-img {
  filter: drop-shadow(0 30px 80px rgba(255,106,0,0.5));
  transform: scale(1.02);
}

.jersey-badge {
  position: absolute;
  top: 1rem; right: 2rem;
  background: var(--orange);
  color: var(--black);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

.jersey-details h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.jersey-details p {
  font-size: 0.95rem;
  color: var(--cream-dim);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.jersey-features {
  list-style: none;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.jersey-features li {
  font-size: 0.88rem;
  color: var(--cream-dim);
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.feat-diamond { color: var(--orange); font-size: 0.45rem; flex-shrink: 0; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--black-mid);
  position: relative;
}

.contact::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.contact-info > p {
  font-size: 0.92rem;
  color: var(--cream-dim);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.c-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1.2;
}

.contact-item strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.15rem;
}

.contact-item p {
  font-size: 0.88rem;
  color: var(--cream-dim);
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--black-card);
  border: 1px solid rgba(255,106,0,0.2);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.85rem 1.1rem;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--gray); }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255,106,0,0.1);
}

.form-group select { cursor: pointer; }
.form-group select option { background: var(--black-card); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #050505;
  border-top: 1px solid rgba(255,106,0,0.15);
  text-align: center;
  padding: 3rem 2rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  height: 70px;
  width: auto;
  filter: drop-shadow(0 0 15px rgba(255,106,0,0.3));
  opacity: 0.85;
}

.footer-tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

.footer-divider { color: var(--orange); font-size: 0.5rem; opacity: 0.5; }

.footer-copy {
  font-size: 0.72rem;
  color: var(--gray);
  letter-spacing: 0.1em;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .jersey-showcase { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 760px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(5,5,5,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 999;
  }

  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.3rem; }

  .nav-toggle { display: flex; z-index: 1001; }

  .game-row {
    grid-template-columns: 70px 1fr;
    gap: 1rem;
  }

  .game-status { display: none; }
}

@media (max-width: 500px) {
  .hero-buttons { flex-direction: column; align-items: center; }
  .player-card { flex-direction: column; }
  .player-number {
    writing-mode: horizontal-tb;
    padding: 0.6rem 1rem;
    min-width: unset;
    font-size: 1.4rem;
  }
}
