/* TSG REDESIGN — BUILT FROM SCRATCH
   No rules from the prior prototypes are reused. */

:root {
  --black: #03070c;
  --navy: #07111c;
  --panel: #09131f;
  --blue: #1288ff;
  --blue-bright: #21a0ff;
  --text: #ffffff;
  --muted: #d2d8e1;
  --line: rgba(77,146,219,.28);
  --shell: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.shell {
  width: min(calc(100% - 56px), var(--shell));
  margin: 0 auto;
}

/* HEADER */

.topbar {
  position: relative;
  z-index: 20;
  height: 92px;
  background: #020509;
  border-bottom: 1px solid rgba(35,102,170,.12);
}

.nav-shell {
  height: 92px;
  display: grid;
  grid-template-columns: 190px 1fr 130px;
  align-items: center;
  gap: 18px;
}

.logo {
  position: relative;
  align-self: start;
  z-index: 3;
}

.logo img {
  width: 155px;
  margin-top: 12px;
  filter: drop-shadow(0 0 12px rgba(17,135,255,.22));
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 43px);
}

.nav a {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.nav a.active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 18px;
  height: 3px;
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue), 0 0 18px rgba(18,136,255,.8);
}

.tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.tools button {
  position: relative;
  width: 38px; height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
}

.tools .cart span {
  position: absolute;
  right: 0; top: -2px;
  width: 17px; height: 17px;
  border-radius: 50%;
  background: var(--blue);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
}

.menu-toggle { display: none; }

/* HERO */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background:
    radial-gradient(circle at 56% 51%, rgba(13,97,206,.14), transparent 26%),
    #03070c;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(107deg, transparent 0 34%, rgba(25,113,255,.12) 34.4% 34.7%, transparent 35.1%),
    linear-gradient(159deg, transparent 0 47%, rgba(255,102,0,.11) 47.4% 47.7%, transparent 48.1%);
  mix-blend-mode: screen;
}

.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 92px 26px 72px 28px;
}

.hero h1 {
  margin: 0 0 24px;
  text-transform: uppercase;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  font-size: clamp(66px, 6.4vw, 108px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: .90;
  transform: scaleX(.88);
  transform-origin: left center;
  text-shadow: 0 5px 18px rgba(0,0,0,.62);
}

.hero h1 span { display: block; }
.hero h1 .blue {
  color: #0e85ff;
  text-shadow:
    0 0 13px rgba(14,133,255,.38),
    0 5px 18px rgba(0,0,0,.7);
}

.hero-copy p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.48;
  color: #e9edf3;
}

.actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 4px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .18s ease;
}

.button.primary {
  min-width: 200px;
  background: linear-gradient(#1996ff, #0868e7);
  border: 1px solid #56baff;
  box-shadow:
    0 0 8px rgba(19,137,255,.8),
    0 0 25px rgba(19,137,255,.38);
}

.button.secondary {
  min-width: 172px;
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(214,229,247,.58);
}

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

.hero-art {
  position: relative;
  min-width: 0;
  margin-right: calc((100vw - min(calc(100vw - 56px), var(--shell))) / -2);
}

.hero-art::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 16%;
  background: linear-gradient(90deg, #03070c 0%, rgba(3,7,12,.88) 18%, transparent 100%);
  pointer-events: none;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* FIND YOUR TEAM */

.find-team {
  padding: 26px 0 24px;
  background:
    radial-gradient(circle at 50% 0, rgba(11,73,143,.09), transparent 40%),
    #050a11;
  border-top: 1px solid rgba(43,113,186,.25);
}

.find-head {
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}

.find-team h2,
.shop-sports h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  transform: scaleX(.92);
  transform-origin: left center;
}

.find-team h2::after,
.shop-sports h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin-top: 10px;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(18,136,255,.9);
}

.team-search {
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 52px;
  border: 1px solid rgba(81,144,211,.35);
  border-radius: 5px;
  background: #0a111b;
  overflow: hidden;
}

.team-search input,
.team-search button {
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}

.team-search input { padding: 0 17px; }
.team-search input::placeholder { color: #8793a3; }
.team-search button { font-size: 20px; cursor: pointer; }

.team-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.team-card {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(104,156,212,.36);
  border-radius: 5px;
  background: linear-gradient(180deg, #08111c, #05090f);
  transition: .18s ease;
}

.team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(24,142,255,.72);
  box-shadow: 0 0 20px rgba(18,136,255,.10);
}

.team-logo {
  height: 90px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}

.team-logo img {
  max-height: 90px;
  max-width: 135px;
  object-fit: contain;
}

.team-card h3,
.team-card p {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.05;
  text-align: center;
}

.team-card h3 { font-size: 21px; font-weight: 900; }
.team-card p { font-size: 18px; font-weight: 900; }

.team-card a {
  margin-top: 11px;
  color: #0d8fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.start-card {
  border-color: rgba(14,135,255,.85);
  box-shadow: inset 0 0 24px rgba(11,97,207,.08);
}

/* BENEFITS */

.benefits {
  padding: 18px 0;
  background: #04080d;
  border-top: 1px solid rgba(61,126,193,.15);
  border-bottom: 1px solid rgba(61,126,193,.16);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.benefit-grid article {
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 10px 18px;
  border-right: 1px solid rgba(92,145,201,.18);
}

.benefit-grid article:last-child { border-right: 0; }

.benefit-grid img {
  width: 72px;
  height: 65px;
  object-fit: contain;
  margin-bottom: 4px;
}

.benefit-grid h3 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}

.benefit-grid p {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.32;
  color: #edf1f6;
}

/* SHOP BY SPORT */

.shop-sports {
  position: relative;
  overflow: hidden;
  padding: 22px 0 24px;
  background: #060a10;
}

.fire-streaks {
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    linear-gradient(rgba(5,8,13,.72), rgba(5,8,13,.78)),
    url("../images/fire-streak-texture.webp") center/cover;
  transform: scaleY(5);
  transform-origin: center;
  pointer-events: none;
}

.shop-sports .shell { position: relative; z-index: 2; }

.shop-sports h2 { font-size: 36px; margin-bottom: 18px; }

.sport-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.sport-tile {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(139,177,219,.46);
  border-radius: 5px;
  background: #05090f;
  transition: .18s ease;
  display: flex;
  align-items: stretch;
}

.sport-tile img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}

.sport-tile:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: #258fff;
  box-shadow: 0 0 20px rgba(20,133,255,.18);
}

/* TEAM SALES / NEXT LEVEL */

.team-sales {
  overflow: hidden;
  min-height: 245px;
  background:
    radial-gradient(circle at 62% 55%, rgba(19,119,235,.12), transparent 32%),
    #050910;
  border-top: 1px solid rgba(43,116,194,.20);
}

.sales-grid {
  min-height: 245px;
  display: grid;
  grid-template-columns: 36% 64%;
}

.sales-copy {
  position: relative;
  z-index: 4;
  padding: 27px 20px 25px 8px;
}

.sales-copy h2 {
  margin: 0 0 13px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  font-size: clamp(38px, 4.1vw, 63px);
  line-height: .90;
  text-transform: uppercase;
  transform: scaleX(.90);
  transform-origin: left center;
}

.sales-copy h2 span,
.sales-copy h2 strong { display: block; }
.sales-copy h2 strong {
  color: #1189ff;
  font-weight: inherit;
  text-shadow: 0 0 12px rgba(17,137,255,.38);
}

.sales-copy p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.35;
  color: #f0f3f7;
}

.sales-copy .button {
  min-height: 42px;
  padding: 0 20px;
  font-size: 13px;
}

.sales-copy .button.primary { min-width: 150px; }
.sales-copy .button.secondary { min-width: 128px; }

.sales-art {
  position: relative;
  margin-right: calc((100vw - min(calc(100vw - 56px), var(--shell))) / -2);
  min-width: 0;
}

.sales-art::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 18%;
  background: linear-gradient(90deg, #050910, rgba(5,9,16,.70), transparent);
}

.sales-art img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* TRUST BAR */

.trust {
  background: #06111f;
  border-top: 1px solid rgba(30,119,218,.35);
  border-bottom: 1px solid rgba(30,119,218,.22);
}

.trust-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.trust-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 50px;
  border-right: 1px solid rgba(73,139,211,.22);
}

.trust-grid > div:last-child { border-right: 0; }

.trust-icon {
  color: #1b94ff;
  font-size: 31px;
  text-shadow: 0 0 10px rgba(27,148,255,.45);
}

.trust p {
  margin: 0;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.trust b { font-weight: 900; }

/* RESPONSIVE */

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: 150px 1fr 100px; }
  .nav { gap: 16px; }
  .nav a { font-size: 12px; }
  .logo img { width: 130px; }
  .hero-grid { grid-template-columns: 45% 55%; }
  .sport-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }

  .menu-toggle {
    display: grid;
    justify-self: end;
    gap: 5px;
    width: 42px; height: 42px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span { width: 24px; height: 2px; background: white; }

  .nav-shell { grid-template-columns: 130px 1fr auto; }
  .tools { display: none; }

  .nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 92px;
    height: auto;
    padding: 18px 24px 24px;
    flex-direction: column;
    align-items: stretch;
    background: #020509;
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .nav a { height: auto; padding: 10px 0; }
  .nav a::after { display: none; }

  .hero-grid,
  .sales-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy { padding: 70px 8px 36px; }
  .hero-art {
    min-height: 480px;
    margin-right: 0;
  }

  .hero-art::before {
    inset: 0 0 auto 0;
    width: auto;
    height: 18%;
    background: linear-gradient(#03070c, transparent);
  }

  .find-head { grid-template-columns: 1fr; }
  .team-cards { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid article:nth-child(3) { border-right: 0; }
  .sport-grid { grid-template-columns: repeat(3, 1fr); }

  .sales-copy { padding: 36px 8px; }
  .sales-art { min-height: 310px; margin-right: 0; }
  .sales-art::before {
    inset: 0 0 auto 0;
    width: auto;
    height: 20%;
    background: linear-gradient(#050910, transparent);
  }
}

@media (max-width: 560px) {
  .topbar, .nav-shell { height: 78px; }
  .nav { top: 78px; }
  .logo img { width: 108px; margin-top: 9px; }

  .hero h1 { font-size: 58px; }
  .hero-copy p { font-size: 15px; }
  .hero-art { min-height: 340px; }

  .team-cards,
  .benefit-grid,
  .sport-grid,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-grid article { border-bottom: 1px solid rgba(92,145,201,.14); }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(73,139,211,.16); padding: 14px 5px; }
  .trust-grid > div:last-child { grid-column: 1 / -1; border-bottom: 0; }

  .sport-tile img { aspect-ratio: auto; }
  .sales-art { min-height: 230px; }
}

/* Equal-height Shop By Sport cards */
.sport-grid { align-items: stretch; }
.sport-tile { height: 100%; overflow: hidden; }
.sport-tile img {
  width: 100%;
  height: 100%;
  aspect-ratio: 216 / 394;
  object-fit: contain;
  object-position: center center;
  background: #03070c;
}


/* =========================================================
   GLOBAL BLUE + RED/ORANGE FIRE BACKGROUND
   Covers the entire site instead of only isolated sections.
   ========================================================= */

html {
  background: #02060b;
}

body {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 119, 255, .18), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(255, 54, 0, .13), transparent 22%),
    radial-gradient(circle at 28% 48%, rgba(0, 132, 255, .14), transparent 26%),
    radial-gradient(circle at 78% 56%, rgba(255, 74, 0, .12), transparent 24%),
    radial-gradient(circle at 20% 84%, rgba(0, 111, 255, .16), transparent 26%),
    radial-gradient(circle at 86% 88%, rgba(255, 61, 0, .12), transparent 24%),
    #03070c;
}

/* Large fixed fire streak field across the entire viewport */
body::before {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: -3;
  pointer-events: none;
  opacity: .82;
  background:
    repeating-linear-gradient(
      154deg,
      transparent 0 66px,
      rgba(0, 106, 255, 0) 66px 70px,
      rgba(14, 126, 255, .68) 71px 73px,
      rgba(79, 183, 255, .23) 74px 78px,
      transparent 79px 138px
    ),
    repeating-linear-gradient(
      24deg,
      transparent 0 78px,
      rgba(255, 45, 0, 0) 78px 82px,
      rgba(255, 62, 0, .62) 83px 85px,
      rgba(255, 131, 20, .20) 86px 90px,
      transparent 91px 154px
    );
  transform: rotate(-2deg) scale(1.16);
  filter: blur(.35px);
  mix-blend-mode: screen;
}

/* Softer glowing fire clouds under the streaks */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 14% 8%, rgba(0, 133, 255, .28), transparent 30%),
    radial-gradient(ellipse at 90% 16%, rgba(255, 51, 0, .20), transparent 27%),
    radial-gradient(ellipse at 18% 39%, rgba(0, 112, 255, .24), transparent 29%),
    radial-gradient(ellipse at 87% 46%, rgba(255, 70, 0, .19), transparent 27%),
    radial-gradient(ellipse at 15% 72%, rgba(0, 125, 255, .25), transparent 29%),
    radial-gradient(ellipse at 88% 80%, rgba(255, 58, 0, .19), transparent 27%);
  filter: blur(30px);
}

/* Make sections translucent so the global fire remains visible */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales,
.trust {
  background-color: rgba(3, 7, 12, .78) !important;
  backdrop-filter: blur(1.5px);
}

/* Preserve section contrast while allowing fire through */
.find-team {
  background:
    linear-gradient(rgba(5,10,17,.78), rgba(5,10,17,.82)),
    radial-gradient(circle at 50% 0, rgba(11,73,143,.08), transparent 40%) !important;
}

.benefits {
  background: rgba(4, 8, 13, .78) !important;
}

.shop-sports {
  background: rgba(6, 10, 16, .70) !important;
}

.team-sales {
  background:
    linear-gradient(rgba(5,9,16,.68), rgba(5,9,16,.76)),
    radial-gradient(circle at 62% 55%, rgba(19,119,235,.10), transparent 32%) !important;
}

.trust {
  background: rgba(6, 17, 31, .82) !important;
}

/* Add local fire wisps inside major sections so the effect feels continuous */
.hero::before,
.find-team::before,
.shop-sports::before,
.team-sales::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(138deg, transparent 0 31%, rgba(16, 128, 255, .20) 31.4% 31.8%, transparent 32.2%),
    linear-gradient(18deg, transparent 0 61%, rgba(255, 68, 0, .17) 61.4% 61.8%, transparent 62.2%);
  mix-blend-mode: screen;
}

.hero > *,
.find-team > *,
.shop-sports > *,
.team-sales > * {
  position: relative;
  z-index: 1;
}

/* Reduce the old Shop By Sport local texture so it doesn't fight the new global fire */
.fire-streaks {
  opacity: .18;
}


/* =========================================================
   REAL FLAME BACKGROUND OVERRIDE
   Uses an actual blue/orange flame texture rather than CSS lines.
   ========================================================= */

html,
body {
  background: #02060b !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -10 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background:
    linear-gradient(rgba(1,4,8,.20), rgba(1,4,8,.28)),
    url("../images/global-fire-background.webp") center top / cover fixed no-repeat !important;
}

body::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -9 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 22% 12%, rgba(0,125,255,.12), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255,63,0,.10), transparent 24%),
    radial-gradient(circle at 18% 54%, rgba(0,126,255,.10), transparent 24%),
    radial-gradient(circle at 84% 65%, rgba(255,72,0,.10), transparent 24%) !important;
  filter: none !important;
}

/* Let the flame texture show through every section */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales,
.trust {
  background: rgba(3,7,12,.62) !important;
  backdrop-filter: blur(.7px);
}

/* Keep local pseudo effects subtle; actual flame art now does the heavy lifting */
.hero::before,
.find-team::before,
.shop-sports::before,
.team-sales::before {
  opacity: .08 !important;
}

.fire-streaks {
  opacity: 0 !important;
}


/* =========================================================
   INTERTWINED BLUE + RED FIRE BACKGROUND
   Real flame texture image: mixed colors across the whole page.
   ========================================================= */

html,
body {
  background: #02050a !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -20 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background:
    linear-gradient(rgba(1,4,8,.16), rgba(1,4,8,.24)),
    url("../images/global-intertwined-fire.webp") center top / cover no-repeat fixed !important;
}

body::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -19 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 25% 22%, rgba(0,126,255,.12), transparent 22%),
    radial-gradient(circle at 68% 26%, rgba(255,58,0,.12), transparent 22%),
    radial-gradient(circle at 42% 56%, rgba(0,122,255,.10), transparent 24%),
    radial-gradient(circle at 78% 70%, rgba(255,68,0,.10), transparent 24%) !important;
  filter: none !important;
}

.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales,
.trust {
  background: rgba(3,7,12,.55) !important;
  backdrop-filter: blur(.45px);
}

/* Remove prior line / local fake-fire overlays so only the real flame texture reads. */
.hero::before,
.find-team::before,
.shop-sports::before,
.team-sales::before,
.fire-streaks {
  opacity: 0 !important;
}


/* =========================================================
   FINAL APPROVED SITE BACKGROUND
   Exact blue/red intertwined fire artwork approved by client.
   ========================================================= */
html,
body {
  background: #02050a !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -20 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background-image:
    linear-gradient(rgba(1, 4, 8, .22), rgba(1, 4, 8, .30)),
    url("../images/blue-red-fire-background.webp") !important;
  background-size: cover, 1536px auto !important;
  background-position: center, center top !important;
  background-repeat: no-repeat, repeat-y !important;
  background-attachment: fixed, fixed !important;
}

body::after {
  display: none !important;
}

/* Let the approved fire show through the page while preserving readability. */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales,
.trust {
  background: rgba(3, 7, 12, .56) !important;
  backdrop-filter: none !important;
}

/* Disable all older synthetic fire/line effects. */
.hero::before,
.find-team::before,
.shop-sports::before,
.team-sales::before,
.fire-streaks {
  opacity: 0 !important;
  background: none !important;
}


/* Transparent hero athlete layer over approved site fire */
.hero-art {
  background: transparent !important;
  overflow: visible;
}
.hero-art::before {
  display: none !important;
}
.hero-art img {
  object-fit: contain !important;
  object-position: center bottom !important;
  background: transparent !important;
}


/* FINAL HERO: fully opaque players on transparent PNG over approved site fire */
.hero-art {
  background: transparent !important;
  overflow: visible !important;
}
.hero-art::before,
.hero-art::after {
  display: none !important;
}
.hero-art img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
}


/* FINAL CTA ATHLETES — wide transparent cutout over approved fire background */
.sales-art {
  background: transparent !important;
  overflow: visible !important;
}
.sales-art::before,
.sales-art::after {
  display: none !important;
}
.sales-art img {
  width: 450px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
  float: right;
  margin-right:200px;
}


/* =========================================================
   FINAL BACKGROUND / HERO CLEANUP
   ========================================================= */

/* Remove any leftover diagonal decorative lines that can form an X */
.hero::before,
.hero::after,
.hero-copy::before,
.hero-copy::after,
.find-team::before,
.find-team::after,
.shop-sports::before,
.shop-sports::after,
.team-sales::before,
.team-sales::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* The approved fire image is the SINGLE continuous site background */
html,
body {
  background: #02050a !important;
}

body::before {
  content: "" !important;
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -100 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  background-image: url("../images/blue-red-fire-background.webp") !important;
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-attachment: fixed !important;
  transform: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body::after {
  content: none !important;
  display: none !important;
}

/* No boxed section backgrounds — just light translucent readability washes */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales,
.trust {
  background: rgba(2, 6, 11, .24) !important;
  background-image: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Slightly stronger surface only where cards themselves need contrast */
.team-card,
.team-search,
.sport-tile {
  background-color: rgba(4, 9, 16, .76) !important;
}

/* Keep hero and CTA athlete artwork transparent around fully opaque players */
.hero-art,
.sales-art {
  background: transparent !important;
}

.hero-art::before,
.hero-art::after,
.sales-art::before,
.sales-art::after {
  content: none !important;
  display: none !important;
}

.hero-art img,
.sales-art img {
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
}

/* Remove old shop-by-sport texture overlay */
.fire-streaks {
  display: none !important;
}


/* =========================================================
   TOPBAR FIRE BACKGROUND
   Same continuous site fire, with a darker ~50% header wash.
   ========================================================= */
.topbar {
  position: relative !important;
  z-index: 20 !important;
  background: rgba(2, 5, 9, .75) !important;
  background-image: none !important;
  backdrop-filter: none !important;
  border-bottom: 1px solid rgba(35, 102, 170, .22) !important;
}

/* Keep the header transparent enough that the global fixed fire background
   remains visible behind it, while the 50% dark wash preserves nav contrast. */
.topbar::before,
.topbar::after {
  content: none !important;
  display: none !important;
}


/* =========================================================
   TRUST + FULL FOOTER
   Fire continues behind both sections.
   Trust uses ~50% dark wash like the header.
   ========================================================= */

.trust {
  position: relative !important;
  background: rgba(2, 5, 9, .50) !important;
  background-image: none !important;
  backdrop-filter: none !important;
  border-top: 1px solid rgba(36, 112, 193, .28) !important;
  border-bottom: 1px solid rgba(36, 112, 193, .22) !important;
}

.trust::before,
.trust::after {
  content: none !important;
  display: none !important;
}

/* Footer itself stays over the same continuous fire background. */
.site-footer {
  position: relative;
  background: rgba(2, 5, 9, .58);
  border-top: 1px solid rgba(53, 122, 195, .22);
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 44px;
  padding: 50px 0 38px;
}

.footer-brand img {
  width: 150px;
  margin: 0 0 18px;
  filter: drop-shadow(0 0 12px rgba(18, 136, 255, .18));
}

.footer-brand p {
  max-width: 360px;
  margin: 0 0 20px;
  color: rgba(238, 244, 252, .78);
  font-size: 14px;
  line-height: 1.55;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82, 161, 247, .42);
  border-radius: 6px;
  background: rgba(4, 12, 22, .58);
  font-size: 20px;
  font-weight: 900;
  transition: .18s ease;
}

.footer-social a:hover {
  border-color: #1688ff;
  box-shadow: 0 0 16px rgba(22, 136, 255, .24);
}

.footer-column h3 {
  margin: 0 0 16px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
}

.footer-column a {
  display: block;
  margin: 9px 0;
  color: rgba(231, 238, 248, .74);
  font-size: 13px;
  transition: .16s ease;
}

.footer-column a:hover {
  color: #42a8ff;
}

.footer-lower {
  padding: 22px 0 26px;
  border-top: 1px solid rgba(77, 142, 209, .18);
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.payment-methods span {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(146, 182, 219, .28);
  border-radius: 4px;
  background: rgba(3, 8, 14, .52);
  color: rgba(245, 248, 252, .88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(211, 222, 234, .62);
  font-size: 12px;
}

.footer-legal a:hover {
  color: #42a8ff;
}

@media (max-width: 1050px) {
  .footer-main {
    grid-template-columns: 2fr repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
  }
}


/* Header opacity adjustment */
.topbar {
  background: rgba(2, 5, 9, .75) !important;
}

/* Premium neon benefit icons — matches Custom Gear / Team Stores treatment */
.benefit-icon-img,
.benefit-card img,
.benefit img {
  width: 74px !important;
  height: 74px !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto 12px;
  background: transparent !important;
}


/* =========================================================
   FIRE PULSE ANIMATION
   Keeps the approved fire image static while animated glow
   layers make the flames feel alive.
   ========================================================= */

/* Preserve the approved fire as the fixed background */
body {
  position: relative;
  isolation: isolate;
}

/* Main blue/red breathing glow */
body::after {
  content: "" !important;
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -19 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 24% 28%,
      rgba(0, 132, 255, .24) 0%,
      rgba(0, 132, 255, .14) 18%,
      transparent 42%),
    radial-gradient(circle at 72% 38%,
      rgba(255, 66, 18, .22) 0%,
      rgba(255, 66, 18, .12) 18%,
      transparent 44%),
    radial-gradient(circle at 37% 68%,
      rgba(0, 118, 255, .20) 0%,
      rgba(0, 118, 255, .10) 20%,
      transparent 46%),
    radial-gradient(circle at 82% 76%,
      rgba(255, 74, 18, .18) 0%,
      rgba(255, 74, 18, .09) 20%,
      transparent 46%) !important;
  mix-blend-mode: screen !important;
  opacity: .38;
  animation: firePulseBlueRed 5.5s ease-in-out infinite;
}

/* Secondary drifting hot-spot layer */
html::after {
  content: "";
  position: fixed;
  inset: -6%;
  z-index: -18;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 52%,
      rgba(46, 159, 255, .18),
      transparent 22%),
    radial-gradient(circle at 64% 22%,
      rgba(255, 91, 20, .16),
      transparent 21%),
    radial-gradient(circle at 48% 86%,
      rgba(28, 145, 255, .14),
      transparent 23%),
    radial-gradient(circle at 88% 58%,
      rgba(255, 83, 16, .14),
      transparent 22%);
  mix-blend-mode: screen;
  opacity: .28;
  filter: blur(10px);
  animation: fireDrift 8s ease-in-out infinite alternate;
}

/* Tiny ember shimmer */
html::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -17;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 19%, rgba(122, 205, 255, .24) 0 1px, transparent 2px),
    radial-gradient(circle at 77% 31%, rgba(255, 147, 76, .22) 0 1px, transparent 2px),
    radial-gradient(circle at 33% 57%, rgba(99, 187, 255, .20) 0 1px, transparent 2px),
    radial-gradient(circle at 67% 74%, rgba(255, 131, 65, .20) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 83%, rgba(113, 199, 255, .18) 0 1px, transparent 2px);
  background-size:
    220px 220px,
    260px 260px,
    300px 300px,
    240px 240px,
    280px 280px;
  opacity: .20;
  animation: emberFlicker 2.8s steps(4, end) infinite;
}

@keyframes firePulseBlueRed {
  0%, 100% {
    opacity: .30;
    filter: brightness(1) saturate(1);
  }
  50% {
    opacity: .56;
    filter: brightness(1.26) saturate(1.15);
  }
}

@keyframes fireDrift {
  0% {
    transform: translate3d(-1%, 0, 0) scale(1);
    opacity: .22;
  }
  50% {
    transform: translate3d(1.5%, -1%, 0) scale(1.035);
    opacity: .34;
  }
  100% {
    transform: translate3d(-.5%, 1.5%, 0) scale(1.015);
    opacity: .26;
  }
}

@keyframes emberFlicker {
  0%, 100% { opacity: .12; }
  25% { opacity: .24; }
  50% { opacity: .16; }
  75% { opacity: .28; }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  body::after,
  html::after,
  html::before {
    animation: none !important;
  }
}


/* =========================================================
   VISIBLE FIRE PULSE — DOM LAYERS
   Replaces browser-dependent negative-z pseudo-element pulse.
   ========================================================= */

body > *:not(.fire-pulse-overlay) {
  position: relative;
  z-index: 2;
}

.fire-pulse-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
}

.fire-pulse {
  position: absolute;
  width: 68vw;
  height: 68vw;
  min-width: 720px;
  min-height: 720px;
  border-radius: 50%;
  filter: blur(75px);
  opacity: .18;
  will-change: transform, opacity, filter;
}

.fire-pulse-blue {
  left: -20vw;
  top: -15vh;
  background:
    radial-gradient(circle,
      rgba(40, 174, 255, .82) 0%,
      rgba(0, 126, 255, .52) 26%,
      rgba(0, 91, 255, .18) 48%,
      transparent 70%);
  animation: blueFirePulse 3.8s ease-in-out infinite;
}

.fire-pulse-red {
  right: -18vw;
  top: 18vh;
  background:
    radial-gradient(circle,
      rgba(255, 126, 40, .80) 0%,
      rgba(255, 55, 10, .52) 26%,
      rgba(211, 26, 0, .18) 48%,
      transparent 70%);
  animation: redFirePulse 4.6s ease-in-out .8s infinite;
}

.fire-pulse-blue-2 {
  left: 18vw;
  top: 62vh;
  width: 56vw;
  height: 56vw;
  opacity: .13;
  animation-duration: 5.4s;
  animation-delay: 1.2s;
}

.fire-pulse-red-2 {
  right: 14vw;
  top: 92vh;
  width: 58vw;
  height: 58vw;
  opacity: .12;
  animation-duration: 6s;
  animation-delay: 2s;
}

@keyframes blueFirePulse {
  0%, 100% {
    transform: scale(.86) translate3d(-2%, 1%, 0);
    opacity: .10;
    filter: blur(78px) brightness(.92);
  }
  42% {
    transform: scale(1.08) translate3d(3%, -2%, 0);
    opacity: .34;
    filter: blur(62px) brightness(1.38);
  }
  65% {
    transform: scale(.98) translate3d(1%, 2%, 0);
    opacity: .23;
    filter: blur(70px) brightness(1.16);
  }
}

@keyframes redFirePulse {
  0%, 100% {
    transform: scale(.88) translate3d(2%, -1%, 0);
    opacity: .09;
    filter: blur(80px) brightness(.90);
  }
  48% {
    transform: scale(1.11) translate3d(-3%, 2%, 0);
    opacity: .32;
    filter: blur(64px) brightness(1.36);
  }
  72% {
    transform: scale(1.00) translate3d(-1%, -2%, 0);
    opacity: .20;
    filter: blur(72px) brightness(1.12);
  }
}

/* Disable previous pulse pseudo layers to avoid conflicts. */
body::after,
html::after,
html::before {
  content: none !important;
  display: none !important;
}

/* Keep section translucency so the pulse visibly lights the fire underneath. */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales,
.trust {
  background-color: rgba(2, 6, 11, .20) !important;
}

.topbar {
  background: rgba(2, 5, 9, .75) !important;
}

@media (prefers-reduced-motion: reduce) {
  .fire-pulse {
    animation: none !important;
    opacity: .12 !important;
  }
}


/* =========================================================
   FIRE IMAGE PULSE — ACTUAL BACKGROUND IMAGE ANIMATES
   This does not simulate light with gradients. A second copy
   of the approved fire image itself brightens/fades over the
   static copy, so the effect is unmistakable.
   ========================================================= */

html {
  background: #02050a !important;
}

body {
  background: transparent !important;
  position: relative !important;
  isolation: isolate !important;
}

/* Disable every older pseudo-element background/pulse implementation. */
body::before,
body::after,
html::before,
html::after {
  content: none !important;
  display: none !important;
}

.fire-pulse-overlay {
  display: none !important;
}

.fire-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #02050a;
}

.fire-background-base,
.fire-background-pulse {
  position: absolute;
  inset: -3%;
  background-image: url("../images/blue-red-fire-background.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Static approved fire image */
.fire-background-base {
  opacity: 1;
  filter: brightness(.92) saturate(1.02);
}

/* Same fire image, brighter, pulsing over itself */
.fire-background-pulse {
  opacity: .08;
  transform: scale(1);
  filter: brightness(1.05) saturate(1.05) contrast(1.02);
  animation: actualFirePulse 3.2s ease-in-out infinite;
  will-change: opacity, transform, filter;
}

@keyframes actualFirePulse {
  0%, 100% {
    opacity: .05;
    transform: scale(1.00);
    filter: brightness(1.02) saturate(1.02) contrast(1.00);
  }

  45% {
    opacity: .52;
    transform: scale(1.035);
    filter: brightness(1.55) saturate(1.30) contrast(1.08);
  }

  65% {
    opacity: .24;
    transform: scale(1.015);
    filter: brightness(1.22) saturate(1.16) contrast(1.04);
  }
}

/* Everything else stays above the animated background. */
body > *:not(.fire-background) {
  position: relative;
  z-index: 2;
}

/* Keep the fire visible through the site. */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background: rgba(2, 6, 11, .18) !important;
  background-image: none !important;
}

/* Header remains intentionally darker. */
.topbar {
  background: rgba(2, 5, 9, .75) !important;
}

/* Trust/footer-style bar remains darker, but still shows the fire. */
.trust {
  background: rgba(2, 5, 9, .50) !important;
}

/* Make sure transparent player assets stay fully solid. */
.hero-art img,
.sales-art img {
  opacity: 1 !important;
  filter: none !important;
}

/* Reduced-motion users get the static approved fire image. */
@media (prefers-reduced-motion: reduce) {
  .fire-background-pulse {
    animation: none !important;
    opacity: .10 !important;
  }
}


/* =========================================================
   SIMPLE / RELIABLE FIRE PULSE FIX
   The approved fire image is now the BODY background itself,
   so it cannot disappear. A single brighter copy pulses above it.
   ========================================================= */

html {
  background: #02050a !important;
}

body {
  min-height: 100vh;
  margin: 0;
  position: relative !important;
  isolation: auto !important;

  /* GUARANTEED visible base fire */
  background-image:
    linear-gradient(rgba(1,4,8,.12), rgba(1,4,8,.18)),
    url("../images/blue-red-fire-background.webp") !important;
  background-repeat: repeat-y, repeat-y !important;
  background-position: center top, center top !important;
  background-size: 100% auto, 100% auto !important;
  background-attachment: fixed, fixed !important;
  background-color: #02050a !important;
}

/* Kill all previous pseudo-element implementations. */
body::before,
body::after,
html::before,
html::after {
  content: none !important;
  display: none !important;
}

.fire-background,
.fire-background-base,
.fire-background-pulse,
.fire-pulse-overlay {
  display: none !important;
}

/* Actual second copy of the same fire image */
.fire-pulse-copy {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image: url("../images/blue-red-fire-background.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;

  opacity: .04;
  mix-blend-mode: screen;
  transform: scale(1);
  transform-origin: center center;
  filter: brightness(1.05) saturate(1.05);
  animation: visibleFireBreath 3.4s ease-in-out infinite;
  will-change: opacity, transform, filter;
}

/* Put all actual page content above the pulse copy. */
body > *:not(.fire-pulse-copy) {
  position: relative;
  z-index: 1;
}

@keyframes visibleFireBreath {
  0%, 100% {
    opacity: .03;
    transform: scale(1);
    filter: brightness(1.02) saturate(1.02);
  }

  50% {
    opacity: .42;
    transform: scale(1.018);
    filter: brightness(1.42) saturate(1.24);
  }
}

/* Keep page sections translucent so the real fire remains visible */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background: rgba(2, 6, 11, .16) !important;
  background-image: none !important;
}

.topbar {
  background: rgba(2, 5, 9, .75) !important;
}

.trust {
  background: rgba(2, 5, 9, .50) !important;
}

.site-footer {
  background: rgba(2, 5, 9, .58) !important;
}

@media (prefers-reduced-motion: reduce) {
  .fire-pulse-copy {
    animation: none !important;
    opacity: .08 !important;
  }
}


/* =========================================================
   DEFINITIVE CONTINUOUS FIRE PULSE
   No interaction required. The actual fire background image
   pulses forever using a real DOM layer.
   ========================================================= */

html,
body {
  min-height: 100%;
  background: #02050a !important;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

/* Disable every older pseudo-element / pulse implementation. */
html::before,
html::after,
body::before,
body::after,
.fire-pulse-copy,
.fire-background,
.fire-background-base,
.fire-background-pulse,
.fire-pulse-overlay {
  display: none !important;
  content: none !important;
}

/* The actual animated fire layer. */
.animated-fire-bg {
  position: fixed;
  inset: -2%;
  z-index: 0;
  pointer-events: none;

  background-image: url("../images/blue-red-fire-background.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 1;
  transform: scale(1);
  transform-origin: center center;
  filter: brightness(.78) saturate(.95) contrast(1.02);

  animation: fireBackgroundPulse 3.6s ease-in-out infinite;
  will-change: transform, filter;
}

/* All visible page content above the animated background. */
body > *:not(.animated-fire-bg) {
  position: relative;
  z-index: 2;
}

/* Make the pulse obvious enough to see, but still premium. */
@keyframes fireBackgroundPulse {
  0%, 100% {
    transform: scale(1.000);
    filter: brightness(.72) saturate(.92) contrast(1.02);
  }

  50% {
    transform: scale(1.035);
    filter: brightness(1.28) saturate(1.24) contrast(1.08);
  }
}

/* Let more of the animated fire show through the content sections. */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background: rgba(2, 6, 11, .10) !important;
  background-image: none !important;
  backdrop-filter: none !important;
}

/* Keep header intentionally darker. */
.topbar {
  background: rgba(2, 5, 9, .75) !important;
  background-image: none !important;
}

/* Keep trust section/footer darker but still translucent. */
.trust {
  background: rgba(2, 5, 9, .50) !important;
  background-image: none !important;
}

.site-footer {
  background: rgba(2, 5, 9, .58) !important;
  background-image: none !important;
}

/* Keep player PNGs fully opaque. */
.hero-art img,
.sales-art img {
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
}

/* If the OS requests reduced motion, preserve a static fire background. */
@media (prefers-reduced-motion: reduce) {
  .animated-fire-bg {
    animation: none !important;
    transform: scale(1) !important;
    filter: brightness(.90) saturate(1.0) contrast(1.03) !important;
  }
}


/* =========================================================
   FINAL VERIFIED FIRE BACKGROUND + PULSE
   IMPORTANT: do not replace these with `background:` shorthand.
   That was the reason the fire disappeared in the prior build.
   ========================================================= */

html {
  min-height: 100%;
  background-color: #02050a !important;
}

body {
  min-height: 100vh !important;
  margin: 0 !important;
  position: relative !important;
  overflow-x: hidden !important;

  /* Static fallback/background: this remains visible even if animation fails. */
  background-color: #02050a !important;
  background-image:
    linear-gradient(rgba(1, 4, 8, .10), rgba(1, 4, 8, .15)),
    url("../images/blue-red-fire-background.webp") !important;
  background-position: center top, center top !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: fixed, fixed !important;
}

/* Disable every older implementation. */
html::before,
html::after,
body::before,
body::after,
.fire-pulse-copy,
.fire-pulse-overlay,
.fire-background,
.fire-background-base,
.fire-background-pulse {
  display: none !important;
  content: none !important;
}

/*
  This is a second copy of the exact approved fire image.
  It pulses ON TOP of the static body background.
  If this animation were disabled entirely, the body fire still remains.
*/
.animated-fire-bg {
  display: block !important;
  position: fixed !important;
  inset: -2% !important;
  z-index: 0 !important;
  pointer-events: none !important;

  background-color: transparent !important;
  background-image: url("../images/blue-red-fire-background.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;

  opacity: .05 !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  mix-blend-mode: screen !important;
  filter: brightness(1.05) saturate(1.05) !important;

  animation: tsgFirePulse 3.2s ease-in-out infinite !important;
  will-change: opacity, transform, filter;
}

/* Put every actual site element above the fire. */
body > *:not(.animated-fire-bg) {
  position: relative !important;
  z-index: 2 !important;
}

@keyframes tsgFirePulse {
  0%, 100% {
    opacity: .04;
    transform: scale(1);
    filter: brightness(1.00) saturate(1.00);
  }

  50% {
    opacity: .50;
    transform: scale(1.025);
    filter: brightness(1.48) saturate(1.28);
  }
}

/* Main content stays light enough for the fire to remain visible. */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background-color: rgba(2, 6, 11, .14) !important;
  background-image: none !important;
  backdrop-filter: none !important;
}

/* Requested darker zones. */
.topbar {
  background-color: rgba(2, 5, 9, .75) !important;
  background-image: none !important;
}

.trust {
  background-color: rgba(2, 5, 9, .50) !important;
  background-image: none !important;
}

.site-footer {
  background-color: rgba(2, 5, 9, .58) !important;
  background-image: none !important;
}

/* Transparent images: players stay fully opaque. */
.hero-art img,
.sales-art img {
  opacity: 1 !important;
  filter: none !important;
  background-color: transparent !important;
}

/* Do not disable the pulse solely because the OS asks for reduced motion.
   Slow it instead so testing remains obvious while still reducing motion. */
@media (prefers-reduced-motion: reduce) {
  .animated-fire-bg {
    animation-duration: 7s !important;
  }
}


/* =========================================================
   CANVAS FIRE BACKGROUND
   Replaces all prior CSS-only pulse experiments.
   ========================================================= */

html,
body {
  min-height: 100%;
  background-color: #02050a !important;
}

body {
  margin: 0 !important;
  position: relative !important;
  overflow-x: hidden !important;

  /* Static fallback if canvas/JS is unavailable */
  background-image:
    linear-gradient(rgba(1,4,8,.08), rgba(1,4,8,.12)),
    url("../images/blue-red-fire-background.webp") !important;
  background-position: center top, center top !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: fixed, fixed !important;
}

/* Disable every previous pulse/background helper. */
html::before,
html::after,
body::before,
body::after,
.animated-fire-bg,
.fire-pulse-copy,
.fire-pulse-overlay,
.fire-background,
.fire-background-base,
.fire-background-pulse {
  display: none !important;
  content: none !important;
  animation: none !important;
}

#tsgFireCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
  background: transparent;
}

/* All actual site content lives above the fire canvas. */
body > *:not(#tsgFireCanvas) {
  position: relative;
  z-index: 2;
}

/* Let the fire remain visible throughout the site. */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background-color: rgba(2, 6, 11, .10) !important;
  background-image: none !important;
  backdrop-filter: none !important;
}

/* Requested darker translucent zones. */
.topbar {
  background-color: rgba(2, 5, 9, .75) !important;
  background-image: none !important;
}

.trust {
  background-color: rgba(2, 5, 9, .50) !important;
  background-image: none !important;
}

.site-footer {
  background-color: rgba(2, 5, 9, .58) !important;
  background-image: none !important;
}

/* Keep transparent athlete PNGs solid. */
.hero-art img,
.sales-art img {
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
}


/* =========================================================
   FINAL TRANSPARENT CANVAS FIRE OVERLAY
   Base = approved fire image. Canvas = illumination only.
   ========================================================= */
html {
  min-height: 100%;
  background-color: #02050a !important;
}

body {
  min-height: 100vh !important;
  margin: 0 !important;
  position: relative !important;
  overflow-x: hidden !important;
  background-color: #02050a !important;
  background-image: url("../images/blue-red-fire-background.webp") !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-repeat: repeat-y !important;
  background-attachment: fixed !important;
}

#tsgFireCanvas {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: transparent !important;
  opacity: .82;
  mix-blend-mode: screen;
}

body > *:not(#tsgFireCanvas) {
  position: relative !important;
  z-index: 2 !important;
}

.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background-color: rgba(2, 6, 11, .12) !important;
  background-image: none !important;
}

.topbar {
  background-color: rgba(2, 5, 9, .75) !important;
  background-image: none !important;
}

.trust {
  background-color: rgba(2, 5, 9, .50) !important;
  background-image: none !important;
}

.site-footer {
  background-color: rgba(2, 5, 9, .58) !important;
  background-image: none !important;
}


/* =========================================================
   FIRE CANVAS STACKING FIX
   Layer order:
   1. body approved fire image
   2. transparent animated canvas
   3. page/header/cards/content
   ========================================================= */

html {
  background-color: #02050a !important;
}

body {
  min-height: 100vh !important;
  margin: 0 !important;
  position: relative !important;
  isolation: isolate !important;
  overflow-x: hidden !important;

  /* BASE FIRE — always visible below canvas */
  background-color: #02050a !important;
  background-image: url("../images/blue-red-fire-background.webp") !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-repeat: repeat-y !important;
  background-attachment: fixed !important;
}

/* Canvas is explicitly ABOVE the body background */
#tsgFireCanvas {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 100 !important;
  pointer-events: none !important;
  background: transparent !important;
  opacity: 1 !important;
  mix-blend-mode: screen !important;
}

/* Every real site element is explicitly ABOVE the canvas */
body > *:not(#tsgFireCanvas) {
  position: relative !important;
  z-index: 200 !important;
}

/* Header can remain sticky and still stay above animation */
.topbar {
  z-index: 500 !important;
  background-color: rgba(2, 5, 9, .75) !important;
  background-image: none !important;
}

/* Fire remains visible through these sections */
.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background-color: rgba(2, 6, 11, .10) !important;
  background-image: none !important;
}

.trust {
  background-color: rgba(2, 5, 9, .50) !important;
  background-image: none !important;
}

.site-footer {
  background-color: rgba(2, 5, 9, .58) !important;
  background-image: none !important;
}


/* Stronger transparent fire overlay visibility */
#tsgFireCanvas {
  opacity: 1 !important;
  mix-blend-mode: screen !important;
}

.hero,
.find-team,
.benefits,
.shop-sports,
.team-sales {
  background-color: rgba(2, 6, 11, .08) !important;
}

/* =========================================================
   WP THEME OVERRIDES — home vs inner canvas + content shell
   Home canvas 0.5 · Inner canvas 0.75
   ========================================================= */

/*
 * Exact stack (bottom → top):
 * 1) body fire background image
 * 2) #tsgFireCanvas (+ pulse, if shown)
 * 3) .tsg-bg-wash black overlay
 * 4) header / main / footer / everything else
 */
body.tsg-theme #tsgFireCanvas {
  z-index: 100 !important;
  opacity: 1 !important;
}

body.tsg-theme > .fire-pulse-overlay:not(#tsgFireCanvas) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 110 !important;
  pointer-events: none !important;
}

body.tsg-theme > .tsg-bg-wash:not(#tsgFireCanvas) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 150 !important;
  pointer-events: none !important;
  display: block !important;
  background: rgba(2, 5, 10, 0.75) !important;
}

body.tsg-home > .tsg-bg-wash:not(#tsgFireCanvas) {
  background: rgba(2, 5, 10, 0.5) !important;
}

body.tsg-inner > .tsg-bg-wash:not(#tsgFireCanvas) {
  background: rgba(2, 5, 10, 0.75) !important;
}

/* Skip link: a11y only — never participate in layout */
.topbar .skip-link.screen-reader-text,
.skip-link.screen-reader-text {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  z-index: 1100 !important;
}

.topbar .skip-link.screen-reader-text:focus,
.skip-link.screen-reader-text:focus {
  position: fixed !important;
  top: 0.75rem !important;
  left: 0.75rem !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0.65rem 1rem !important;
  clip: auto !important;
  clip-path: none !important;
  background: #1288ff !important;
  color: #fff !important;
  text-decoration: none !important;
}

/*
 * Stacking fix: earlier rules use body > *:not(#tsgFireCanvas) which has
 * ID-level specificity, so plain .topbar { z-index } always loses and the
 * mobile dropdown paints under <main> / hero. Match that specificity.
 */
body.tsg-theme > header.topbar:not(#tsgFireCanvas) {
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  z-index: 10000 !important;
}

body.tsg-theme > main:not(#tsgFireCanvas),
body.tsg-theme > #main-content:not(#tsgFireCanvas),
body.tsg-theme > footer.site-footer:not(#tsgFireCanvas) {
  position: relative !important;
  z-index: 200 !important;
}

/* Active/hover underline sits directly under the label */
.nav a {
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.2em 0 0.35em !important;
}

.nav a.active::after,
.nav a:hover::after {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

/* Mobile hamburger: tighter bars */
@media (max-width: 820px) {
  .menu-toggle {
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 3px !important;
    padding: 0 !important;
  }

  .menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
  }

  body.tsg-theme > header.topbar:not(#tsgFireCanvas) .nav,
  body.tsg-theme > header.topbar:not(#tsgFireCanvas) .nav.open {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 10001 !important;
    background: rgba(2, 5, 9, 0.97) !important;
  }

}

.tsg-page-shell {
  padding: 2.5rem 0 4rem;
}

.tsg-page-intro,
.tsg-stub {
  max-width: 720px;
  margin: 0 auto;
  color: #f2f6fb;
}

.tsg-page-intro h1,
.tsg-stub h1 {
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #fff;
}

.tsg-page-intro a,
.tsg-stub a {
  color: var(--blue, #1288ff);
}

.tsg-stub {
  padding: 1.5rem 0 3rem;
}

.tsg-entry--home .entry-content > *:first-child {
  margin-top: 0;
}

/* =========================================================
   HEADER — expand to fit logo (no fixed clip height)
   ========================================================= */
body.tsg-theme > header.topbar:not(#tsgFireCanvas),
body.tsg-theme .topbar {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.tsg-theme .topbar .nav-shell {
  height: auto !important;
  min-height: 92px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center !important;
}

body.tsg-theme .topbar .logo {
  align-self: center !important;
}

body.tsg-theme .topbar .logo img {
  width: 155px;
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}

/* Header tools icons ~3× larger */
body.tsg-theme .topbar .tools {
  gap: 14px;
}

body.tsg-theme .topbar .tools button,
body.tsg-theme .topbar .tools a.cart {
  width: 72px !important;
  height: 72px !important;
  font-size: 60px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  padding: 0;
}

body.tsg-theme .topbar .tools .tools-account svg {
  width: 0.72em;
  height: 0.72em;
  display: block;
}

@media (max-width: 1050px) {
  body.tsg-theme .topbar .logo img {
    width: 130px;
  }
}

@media (max-width: 820px) {
  body.tsg-theme .topbar .nav-shell {
    min-height: 78px;
    grid-template-columns: auto 1fr auto !important;
  }

  body.tsg-theme .topbar .logo img {
    width: 112px;
  }

  /* Dropdown always anchors to full (expanded) header bottom */
  body.tsg-theme > header.topbar:not(#tsgFireCanvas) .nav,
  body.tsg-theme > header.topbar:not(#tsgFireCanvas) .nav.open {
    top: 100% !important;
  }
}

@media (max-width: 560px) {
  body.tsg-theme .topbar .logo img {
    width: 96px;
  }
}

/* =========================================================
   MOBILE HERO — image on top, centered copy/buttons, smaller type
   ========================================================= */
@media (max-width: 820px) {
  .hero {
    min-height: 0 !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    justify-items: center;
  }

  .hero-art {
    order: -1 !important;
    width: 100%;
    min-height: 0 !important;
    margin: 12px 0 0 !important;
  }

  .hero-art::before,
  .hero-art::after {
    display: none !important;
  }

  .hero-art img {
    width: 100% !important;
    height: auto !important;
    max-height: 52vh;
    object-fit: contain !important;
    object-position: center top !important;
    margin: 0 auto;
  }

  .hero-copy {
    order: 1 !important;
    width: 100%;
    max-width: 34rem;
    padding: 10px 8px 40px !important;
    text-align: center !important;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 52px) !important;
    letter-spacing: -1px !important;
    line-height: 0.92 !important;
    transform: scaleX(0.92) !important;
    transform-origin: center center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }

  .hero-copy .actions {
    justify-content: center !important;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(36px, 10.5vw, 46px) !important;
  }

  .hero-art img {
    max-height: 46vh;
  }

  .hero-copy {
    padding: 6px 4px 36px !important;
  }
}

/* =========================================================
   MOBILE TEAM SALES — centered art + copy/buttons
   ========================================================= */
@media (max-width: 820px) {
  .team-sales {
    min-height: 0 !important;
  }

  .sales-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    justify-items: center;
  }

  .sales-art {
    order: -1 !important;
    width: 100%;
    margin: 12px 0 0 !important;
    min-height: 0 !important;
    text-align: center;
  }

  .sales-art::before,
  .sales-art::after {
    display: none !important;
  }

  .sales-art img {
    width: 100% !important;
    max-width: 420px;
    height: auto !important;
    max-height: 42vh;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto;
    display: block;
  }

  .sales-copy {
    order: 1 !important;
    width: 100%;
    max-width: 34rem;
    padding: 10px 8px 40px !important;
    text-align: center !important;
  }

  .sales-copy h2 {
    transform: scaleX(0.92) !important;
    transform-origin: center center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .sales-copy .actions {
    justify-content: center !important;
  }
}
