/* ===== LEADERSPORTS GLOBAL STYLES ===== */
/* LIGHT theme: chalk-line body + jersey-purple accent + volt-lime trim */

:root {
  --chalk: #F7F6F1;
  --ink: #262630;
  --purple: #5B3E8C;
  --purple-dark: #4A3170;
  --lime: #B7D948;
  --steel: #6E7681;
  --gold: #D9B23A;
  --silver: #A8B0BA;
  --bronze: #B0763F;
  --white: #FFFFFF;
  --hairline: #E3E1D8;
  --deeppanel: #2B2B36;
}

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

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #262630;
  background-color: #F7F6F1;
  overflow-x: hidden;
}

a {
  color: #4A3170;
  text-decoration: none;
}

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

/* ===== PODIUM-STRIP NAV ===== */
.podium-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FFFFFF;
  width: 100%;
  box-shadow: 0 2px 12px rgba(38, 38, 48, 0.08);
}

.podium-nav .podium-strip {
  display: flex;
  align-items: flex-end;
  height: 16px;
  overflow: hidden;
}

.podium-nav .podium-strip .pod-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #262630;
  min-width: 40px;
}

.podium-nav .podium-strip .pod-gold {
  background-color: #D9B23A;
  height: 16px;
  flex: 2;
}

.podium-nav .podium-strip .pod-silver {
  background-color: #A8B0BA;
  height: 11px;
  flex: 1.5;
}

.podium-nav .podium-strip .pod-bronze {
  background-color: #B0763F;
  height: 8px;
  flex: 1;
  color: #FFFFFF;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Arial Black", "Segoe UI", Arial, sans-serif;
}

.brand .whistle {
  width: 14px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.brand .whistle::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 9px;
  background-color: #6E7681;
  border-radius: 7px 7px 0 0;
}

.brand .whistle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 12px;
  background-color: #6E7681;
  border-radius: 3px;
}

.brand .lanyard {
  position: absolute;
  top: -3px;
  left: 5px;
  width: 2px;
  height: 8px;
  background-color: #B7D948;
  border-radius: 1px;
}

.brand a {
  color: #5B3E8C;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links .armband {
  display: inline-block;
  border: 2px solid #5B3E8C;
  border-radius: 14px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #4A3170;
  transition: all 0.2s ease;
}

.nav-links .armband:hover {
  text-decoration: underline;
  text-decoration-color: #B7D948;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.nav-links a.active .armband {
  background-color: #5B3E8C;
  color: #FFFFFF;
  border-color: #5B3E8C;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #5B3E8C;
  margin: 4px 0;
  border-radius: 2px;
}

/* ===== HERO ===== */
.jersey-hero {
  background-color: #F7F6F1;
  width: 100%;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 24px 80px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-text {
  flex: 0 0 55%;
}

.eyebrow {
  display: inline-block;
  background-color: #5B3E8C;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-variant: small-caps;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 22px;
}

.hero-text h1 {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  color: #262630;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-text h1 .champions {
  color: #5B3E8C;
}

.hero-text p.subcopy {
  font-size: 17px;
  color: #6E7681;
  max-width: 560px;
  margin-bottom: 32px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background-color: #5B3E8C;
  color: #FFFFFF;
  box-shadow: 0 6px 16px rgba(91, 62, 140, 0.28);
}

.btn-secondary {
  border: 1px solid #5B3E8C;
  color: #5B3E8C;
  background-color: transparent;
}

/* ===== JERSEY GRAPHIC ===== */
.hero-graphic {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
}

.kit-rail {
  width: 300px;
  position: relative;
}

.rail-bar {
  height: 6px;
  background-color: #6E7681;
  border-radius: 3px;
  margin-bottom: 26px;
  position: relative;
}

.rail-bar::before,
.rail-bar::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 12px;
  top: 6px;
  width: 2px;
  background-color: #6E7681;
}

.rail-bar::before { left: 12px; }
.rail-bar::after { right: 12px; left: auto; }

.jersey-wrap {
  display: flex;
  justify-content: center;
}

.jersey {
  width: 170px;
  height: 230px;
  background-color: #5B3E8C;
  position: relative;
  border-radius: 8px 8px 26px 26px;
  box-shadow: 0 14px 30px rgba(91, 62, 140, 0.3);
}

.jersey::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 26px;
  background-color: #6E7681;
  border-radius: 3px;
}

.jersey::after {
  content: "10";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 72px;
  font-weight: 900;
  color: #FFFFFF;
}

.jersey .collar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 22px solid #B7D948;
  z-index: 2;
}

.jersey .nameplate {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 3px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #5B3E8C;
  text-transform: uppercase;
  z-index: 3;
}

.jersey .armband {
  position: absolute;
  top: 40px;
  right: 6px;
  background-color: #B7D948;
  width: 26px;
  height: 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
  color: #262630;
  z-index: 3;
}

.small-hangers {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 26px;
}

.bib,
.vest {
  position: relative;
  width: 70px;
  height: 90px;
  border-radius: 6px 6px 16px 16px;
}

.bib {
  background-color: #FFFFFF;
  border: 2px solid #E3E1D8;
}

.vest {
  background-color: #B7D948;
}

.bib::before,
.vest::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 16px;
  background-color: #6E7681;
}

/* ===== SEASON-FIXTURE ROWS ===== */
.fixture-rows {
  background-color: #F7F6F1;
  padding: 80px 0;
}

.section-title {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 24px;
  font-size: 34px;
  font-weight: 800;
  color: #5B3E8C;
  letter-spacing: -0.5px;
}

.fixture-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fixture-row {
  background-color: #FFFFFF;
  border: 1px solid #E3E1D8;
  border-radius: 10px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.fixture-row .round-chip {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5B3E8C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
}

.fixture-row .fixture-main {
  flex: 1;
}

.fixture-row h3 {
  font-size: 20px;
  color: #262630;
  font-weight: 800;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.fixture-row h3 .vs {
  color: #B7D948;
  font-weight: 900;
  font-size: 16px;
}

.fixture-row h3 .away {
  color: #5B3E8C;
  font-weight: 700;
  font-size: 15px;
}

.fixture-row p {
  color: #3B3B46;
  font-size: 15px;
  max-width: 640px;
}

.fixture-row .result-tag {
  transform: rotate(-6deg);
  background-color: #B7D948;
  color: #262630;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: 4px;
  flex-shrink: 0;
}

/* ===== PODIUM METRIC BAND ===== */
.podium-band {
  background-color: #2B2B36;
  padding: 90px 24px;
}

.podium-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  min-height: 320px;
}

.podium-block {
  flex: 1;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 8px 8px 0 0;
  padding: 26px 14px 18px;
  text-align: center;
}

.podium-gold {
  background-color: #D9B23A;
  height: 280px;
}

.podium-silver {
  background-color: #A8B0BA;
  height: 220px;
}

.podium-bronze {
  background-color: #B0763F;
  height: 170px;
}

.podium-block .num {
  font-size: 44px;
  font-weight: 900;
  color: #262630;
  line-height: 1;
  margin-bottom: 8px;
}

.podium-block .label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #262630;
}

.stat-chip {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 22px 26px;
  text-align: center;
  align-self: center;
  margin-left: 16px;
}

.stat-chip .stat-num {
  font-size: 30px;
  font-weight: 900;
  color: #5B3E8C;
}

.stat-chip .stat-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3B3B46;
  margin-top: 4px;
}

/* ===== STATEMENT BAND ===== */
.statement-band {
  background-color: #FFFFFF;
  padding: 90px 24px;
}

.statement-inner {
  max-width: 800px;
  margin: 0 auto;
  border-left: 4px solid #5B3E8C;
  padding-left: 28px;
}

.statement-inner p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  color: #262630;
}

.statement-inner .attributed {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5B3E8C;
  font-variant: small-caps;
}

/* ===== CTA BAND ===== */
.cta-band {
  background-color: #F7F6F1;
  padding: 80px 24px;
  text-align: center;
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta-inner h2 {
  font-size: 36px;
  font-weight: 800;
  color: #5B3E8C;
  margin-bottom: 16px;
}

.cta-inner p {
  color: #6E7681;
  font-size: 17px;
  margin-bottom: 30px;
}

/* ===== TROPHY-CABINET FOOTER ===== */
.trophy-footer {
  background-color: #262630;
  color: #FFFFFF;
  padding: 0;
}

.ribbon-strip {
  width: 100%;
  height: 14px;
  display: flex;
  align-items: flex-start;
  border-top: 2px solid #FFFFFF;
  gap: 0;
}

.ribbon-strip .ribbon {
  height: 14px;
  width: 25px;
}

.ribbon-gold { background-color: #D9B23A; }
.ribbon-silver { background-color: #A8B0BA; }
.ribbon-bronze { background-color: #B0763F; }

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 46px 24px 20px;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-brand .mini-whistle {
  width: 14px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.footer-brand .mini-whistle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 8px;
  background-color: #B7D948;
  border-radius: 6px 6px 0 0;
}

.ftr-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 30px;
}

.ftr-links a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}

.ftr-links a:hover {
  color: #B7D948;
}

.trophy-shelf {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 26px;
  margin: 10px auto 26px;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 10px;
  max-width: 260px;
}

.trophy-shelf .trophy {
  color: #B7D948;
  font-size: 26px;
  line-height: 1;
}

.legal-line {
  font-size: 13px;
  color: #B9BDC3;
  line-height: 1.7;
}

.legal-line a {
  color: #B7D948;
}

.footer-pad {
  height: 0;
}

/* ===== FADE-UP REVEAL ===== */
.fade-up {
  opacity: 1;
}

.fade-up.visible {
  animation: fadeUp 0.6s ease forwards;
}

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

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    padding: 50px 24px;
  }
  .hero-text { flex: 1 1 auto; }
  .hero-graphic { flex: 1 1 auto; margin-top: 20px; }
  .hero-text h1 { font-size: 40px; }
  .podium-inner { flex-wrap: wrap; }
  .podium-block { max-width: 30%; }
  .stat-chip { margin-left: 0; }
}

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px 24px;
    gap: 12px;
    display: none;
    border-top: 2px solid #E3E1D8;
  }
  .nav-links.open { display: flex; }
  .nav-links .armband { width: 100%; text-align: center; }
  .fixture-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .fixture-row .result-tag { align-self: flex-end; }
  .podium-inner { flex-direction: column; align-items: center; }
  .podium-block { max-width: 260px; width: 100%; }
  .statement-inner p { font-size: 21px; }
}
