:root {
  --ft-sport-red: #ff3038;
  --ft-sport-ink: #060606;
  --ft-sport-panel: #101010;
  --ft-sport-line: #dedede;
  --ft-sport-muted: #737373;
  --ft-sport-paper: #ffffff;
  --ft-sport-font-display: "Avenir Next Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
}

body.home {
  background: #fff;
}

body.home #main_header {
  background:
    linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)),
    url("https://fitnessthis.com/wp-content/uploads/2026/02/hero-magazine-real-1024x683.jpg") center / cover no-repeat;
  padding-top: 42px;
}

body.home .header_wrap {
  max-width: 1192px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
}

body.home .logo-section {
  min-height: 80px;
}

body.home .logo_image img {
  max-height: 50px;
  width: auto;
}

body.home .main-nav .menu > li > a {
  font-family: var(--ft-sport-font-display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.home .main-nav .menu > li.current-menu-item > a,
body.home .main-nav .menu > li > a:hover {
  color: var(--ft-sport-red) !important;
}

.ft-sports-home {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ft-sport-ink);
}

.ft-sports-shell {
  width: min(1192px, calc(100% - 48px));
  margin: 0 auto;
}

.ft-sports-newsbar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 max(24px, calc((100vw - 1192px) / 2));
  background: #020202;
  color: #bdbdbd;
  font-size: 14px;
}

.ft-sports-newsbar span,
.ft-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  font-family: var(--ft-sport-font-display);
  font-weight: 900;
  text-transform: uppercase;
}

.ft-sports-newsbar span {
  padding: 7px 9px 6px;
  background: var(--ft-sport-red);
  color: #fff;
  letter-spacing: .03em;
}

.ft-sports-newsbar a {
  color: #d8d8d8;
  text-decoration: none;
}

.ft-sports-hero {
  padding: 46px 0 42px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 48, 56, .28), transparent 28%),
    linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .84)),
    url("https://fitnessthis.com/wp-content/uploads/2026/02/hero-magazine-real-1024x683.jpg") center / cover no-repeat;
}

.ft-sports-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 240px);
  background: #000;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.ft-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #111;
}

.ft-card-large {
  grid-row: 1 / span 2;
}

.ft-card-link,
.ft-card-link img,
.ft-card-shade {
  position: absolute;
  inset: 0;
}

.ft-card-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.ft-card-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .5s ease, filter .5s ease;
}

.ft-card-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .84));
}

.ft-card-content {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 2;
  display: grid;
  gap: 8px;
  transform: translateY(10px);
  opacity: 0;
  animation: ftRise .7s ease forwards;
}

.ft-card:nth-child(2) .ft-card-content { animation-delay: .08s; }
.ft-card:nth-child(3) .ft-card-content { animation-delay: .16s; }
.ft-card:nth-child(4) .ft-card-content { animation-delay: .24s; }
.ft-card:nth-child(5) .ft-card-content { animation-delay: .32s; }

.ft-kicker {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .04em;
}

.ft-kicker::before {
  content: "";
  width: 22px;
  height: 3px;
  margin-right: 8px;
  background: var(--ft-sport-red);
}

.ft-card-title {
  display: block;
  max-width: 760px;
  font-family: var(--ft-sport-font-display);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.ft-card-large .ft-card-title {
  font-size: clamp(34px, 4.8vw, 64px);
}

.ft-card time {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.ft-card:hover img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.08);
}

.ft-sports-section {
  padding: 72px 0 0;
  background: #fff;
}

.ft-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 368px;
  gap: 44px;
  align-items: start;
}

.ft-section-title,
.ft-connect-card h2 {
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ft-sport-line);
  color: var(--ft-sport-red);
  font-family: var(--ft-sport-font-display);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ft-list-stack,
.ft-rail {
  display: grid;
  gap: 24px;
}

.ft-list-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec;
}

.ft-list-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

.ft-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.ft-list-item:hover .ft-list-image img {
  transform: scale(1.05);
}

.ft-list-item h3 {
  margin: 7px 0 9px;
  font-family: var(--ft-sport-font-display);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.08;
}

.ft-list-item h3 a {
  color: #080808;
  text-decoration: none;
}

.ft-list-item h3 a:hover {
  color: var(--ft-sport-red);
}

.ft-list-item p {
  margin: 0;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 1.6;
}

.ft-list-item .ft-kicker {
  color: var(--ft-sport-red);
}

.ft-connect-card {
  padding: 34px;
  border: 1px solid var(--ft-sport-line);
  background: #fff;
}

.ft-connect-card a {
  display: flex;
  align-items: center;
  min-height: 42px;
  color: #626262;
  font-family: var(--ft-sport-font-display);
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ft-connect-card a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 15px;
  background: var(--ft-sport-ink);
  transform: rotate(45deg);
}

.ft-connect-card a:hover {
  color: var(--ft-sport-red);
}

.ft-category-rails {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  padding-bottom: 80px;
}

@keyframes ftRise {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-card-content {
    animation: none;
    transform: none;
    opacity: 1;
  }

  .ft-card-link img,
  .ft-list-image img {
    transition: none;
  }
}

@media (max-width: 1024px) {
  body.home #main_header {
    padding-top: 0;
  }

  body.home .header_wrap {
    max-width: none;
    box-shadow: none;
  }

  .ft-sports-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px repeat(2, 220px);
  }

  .ft-card-large {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .ft-two-col,
  .ft-category-rails {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .ft-sports-shell {
    width: calc(100% - 28px);
  }

  .ft-sports-newsbar {
    padding: 0 14px;
    font-size: 12px;
  }

  .ft-sports-hero {
    padding: 18px 0;
  }

  .ft-sports-grid {
    display: block;
    background: transparent;
    box-shadow: none;
  }

  .ft-card {
    height: 260px;
    margin-bottom: 12px;
  }

  .ft-card-large {
    height: 360px;
  }

  .ft-card-content {
    right: 18px;
    bottom: 20px;
    left: 18px;
  }

  .ft-card-title,
  .ft-list-item h3 {
    font-size: 24px;
  }

  .ft-card-large .ft-card-title {
    font-size: clamp(32px, 13vw, 46px);
  }

  .ft-sports-section {
    padding-top: 44px;
  }

  .ft-list-item {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  .ft-list-item p {
    display: none;
  }

  .ft-connect-card {
    padding: 24px;
  }
}
