/* === BASE === */
:root {
  --purple: #2D1B69;
  --purple-light: #3D2B80;
  --gold: #FFB800;
  --gold-dark: #CC9400;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --off-white: #F5F0E8;
  --gray-100: #E8E4DC;
  --gray-400: #9A958A;
  --gray-600: #5C5750;
  --text-primary: #1A1A1A;
  --text-secondary: #5C5750;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* === HERO === */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 60% at 60% 70%, rgba(45, 27, 105, 0.9) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 80% 50%, rgba(45, 27, 105, 0.4) 0%, transparent 60%),
    linear-gradient(135deg, #0A0A0A 0%, #1A1035 40%, #0A0A0A 100%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 80px 80px;
}

.hero-kicker {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 17px;
  color: var(--gray-400);
  line-height: 1.65;
  max-width: 420px;
  margin-bottom: 48px;
}

.hero-teams-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-chip {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 6px 14px;
}

/* Stadium Art */
.hero-stadium-art {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.stadium-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.stadium-row {
  height: 28px;
  background: rgba(255, 184, 0, 0.06);
  border-top: 1px solid rgba(255, 184, 0, 0.08);
}

.stadium-row:last-child {
  background: rgba(45, 27, 105, 0.6);
  border-top: 2px solid rgba(255, 184, 0, 0.3);
  height: 80px;
}

.stadium-field {
  background: linear-gradient(180deg, rgba(45, 27, 105, 0.8) 0%, rgba(45, 27, 105, 0.4) 100%);
}

.crowd-silhouettes {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  height: 200px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

.crowd-mound {
  flex: 1;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 40px 40px 0 0;
}

.crowd-1 { height: 160px; }
.crowd-2 { height: 200px; }
.crowd-3 { height: 140px; }

.stadium-glow {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(45, 27, 105, 0.8) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* === MANIFESTO === */
.manifesto {
  background: var(--purple);
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

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

.manifesto::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.manifesto-inner { max-width: 900px; margin: 0 auto; }

.manifesto-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.manifesto-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 32px;
}

.manifesto-body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 680px;
  margin-bottom: 20px;
}

.manifesto-body:last-of-type { margin-bottom: 56px; }

.manifesto-stat-row {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}

.manifesto-stat {}

.manifesto-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.manifesto-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.manifesto-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

/* === TEAMS === */
.teams-section {
  background: var(--black);
  padding: 120px 80px;
}

.teams-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.section-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 64px;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.team-card {
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}

.team-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(45, 27, 105, 0.3) 0%, transparent 100%);
  z-index: 0;
}

.team-card > * { position: relative; z-index: 1; }

.team-card--lsu { background: #1A1035; }
.team-card--saints { background: #0D0D12; }
.team-card--pelicans { background: #1A2540; }
.team-card--ul { background: #1A1A0A; }
.team-card--tulane { background: #0A1A15; }
.team-card--latech { background: #1A0F0F; }

.team-card-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(255, 184, 0, 0.1);
  border: 1px solid rgba(255, 184, 0, 0.2);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.team-card-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.team-card-desc {
  font-size: 14px;
  color: var(--gray-400);
  line-height: 1.6;
  margin-bottom: 20px;
}

.team-card-fans {
  font-size: 12px;
  color: rgba(255, 184, 0, 0.7);
  font-weight: 500;
}

/* === FEATURES === */
.features-section {
  background: #0E0E12;
  padding: 120px 80px;
}

.features-inner { max-width: 1100px; margin: 0 auto; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature-card {}

.feature-icon {
  color: var(--gold);
  margin-bottom: 20px;
  width: 32px;
}

.feature-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: var(--white);
  margin-bottom: 12px;
}

.feature-desc {
  font-size: 15px;
  color: var(--gray-400);
  line-height: 1.65;
}

/* === BATTLEGROUND === */
.battleground-section {
  background: var(--purple);
  padding: 120px 80px;
}

.battleground-inner { max-width: 900px; margin: 0 auto; }

.battleground-header { margin-bottom: 64px; }

.battleground-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  max-width: 600px;
  margin-top: 16px;
}

.leaderboard {}

.leaderboard-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 40px 200px 1fr 80px;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.leaderboard-row--1 { border-color: rgba(255, 184, 0, 0.3); }

.leaderboard-rank {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.leaderboard-row--1 .leaderboard-rank { color: var(--gold); }
.leaderboard-row--2 .leaderboard-rank { color: rgba(255, 184, 0, 0.6); }
.leaderboard-row--3 .leaderboard-rank { color: rgba(255, 184, 0, 0.4); }

.leaderboard-school {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.leaderboard-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.leaderboard-fill {
  height: 100%;
  background: var(--gold);
  border-radius: 2px;
}

.leaderboard-score {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: var(--gold);
  text-align: right;
}

.leaderboard-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 20px;
}

/* === CLOSING === */
.closing-section {
  background: var(--black);
  padding: 120px 80px;
  overflow: hidden;
}

.closing-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}

.closing-art {
  position: relative;
  width: 200px;
  height: 200px;
}

.closing-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(45, 27, 105, 0.9) 0%, transparent 70%);
  border-radius: 50%;
}

.closing-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  opacity: 0.6;
}

.closing-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  opacity: 0.4;
}

.closing-content {}

.closing-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 28px;
}

.closing-body {
  font-size: 16px;
  color: var(--gray-400);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* === FOOTER === */
.footer {
  background: #050508;
  padding: 60px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--white);
  letter-spacing: 0.05em;
}

.footer-tagline {
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 2px;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links span {
  font-size: 13px;
  color: var(--gray-600);
}

.footer-copy {
  font-size: 13px;
  color: var(--gray-600);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-stadium-art { display: none; }
  .hero-content { padding: 60px 24px; }
  .manifesto, .teams-section, .features-section, .battleground-section, .closing-section { padding: 80px 24px; }
  .teams-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; gap: 32px; }
  .leaderboard-row { grid-template-columns: 30px 1fr 60px; }
  .leaderboard-bar, .leaderboard-score { display: none; }
  .closing-inner { grid-template-columns: 1fr; gap: 40px; }
  .closing-art { display: none; }
  .manifesto-stat-row { flex-direction: column; align-items: flex-start; gap: 24px; }
  .manifesto-stat-divider { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 48px; }
  .section-headline { font-size: 36px; }
  .closing-headline { font-size: 40px; }
}
