.touchlineup-page {
  --tlu-ink: #061c22;
  --tlu-night: #031813;
  --tlu-green: #b8df40;
  --tlu-field: #167044;
  --tlu-line: #c4d0ca;
  background: #f4f5ef;
}

.touchlineup-page .site-header {
  position: absolute;
}

.tlu-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.tlu-hero-photo,
.tlu-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tlu-hero-photo {
  object-fit: cover;
  object-position: center 35%;
}

.tlu-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 22, 18, 0.98) 0%, rgba(3, 27, 21, 0.89) 46%, rgba(3, 24, 18, 0.38) 76%, rgba(3, 20, 15, 0.14)),
    linear-gradient(0deg, rgba(2, 18, 14, 0.92), transparent 62%);
}

.tlu-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.55fr);
  gap: 9%;
  align-items: end;
  padding-block: 170px 70px;
}

.tlu-hero-copy {
  padding-bottom: 28px;
}

.tlu-hero h1,
.tlu-who h2,
.tlu-game-day h2,
.tlu-coach-authority h2,
.tlu-conversation h2 {
  margin: 0;
  font: 600 clamp(2.6rem, 5.5vw, 6rem)/0.96 Montserrat, Arial, sans-serif;
  letter-spacing: -0.075em;
}

.tlu-hero h1 {
  max-width: 800px;
}

.tlu-hero h1 em {
  color: var(--tlu-green);
  font-style: normal;
}

.tlu-hero-copy > p:not(.eyebrow):not(.product-wordmark) {
  max-width: 650px;
  margin: 27px 0 31px;
  color: #d5e2db;
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  line-height: 1.62;
}

.tlu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tlu-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 700 0.8rem "DM Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.tlu-button span {
  font-size: 1.15rem;
}

.tlu-button:hover,
.tlu-button:focus-visible {
  transform: translateY(-2px);
}

.tlu-button-primary {
  background: linear-gradient(135deg, #b8df40, #d6ef75);
  color: #08241c;
}

.tlu-button-secondary {
  border-color: #a9d75a;
  background: rgba(4, 35, 26, 0.72);
  color: #fff;
  backdrop-filter: blur(8px);
}

.tlu-hero-device {
  position: relative;
  display: grid;
  place-items: end center;
}

.tlu-hero-device img {
  position: relative;
  width: min(100%, 390px);
  max-height: 690px;
  object-fit: contain;
  filter: drop-shadow(0 34px 45px rgba(0, 0, 0, 0.48));
}

.tlu-device-glow {
  position: absolute;
  bottom: 8%;
  width: 110%;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 223, 64, 0.4);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 223, 64, 0.15), transparent 65%);
}

.tlu-product-world {
  padding: 55px 0;
  background: #071e1a;
  color: #fff;
}

.tlu-pain {
  padding: 130px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 245, 239, 0.98), rgba(244, 245, 239, 0.88)),
    url("/media/touchlineup-bench.png") center / cover;
}

.tlu-pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  gap: 10%;
  align-items: center;
}

.tlu-pain h2,
.tlu-value-path h2 {
  margin: 0;
  font: 600 clamp(2.35rem, 4.7vw, 5rem)/0.96 Montserrat, Arial, sans-serif;
  letter-spacing: -0.075em;
}

.tlu-pain-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: #536e68;
  font-size: 1.04rem;
  line-height: 1.68;
}

.tlu-pain-copy > strong {
  display: block;
  max-width: 650px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--tlu-line);
  color: #146a4b;
  font: 600 1.18rem/1.4 Montserrat, Arial, sans-serif;
}

.tlu-clipboard-visual {
  width: 100%;
  margin: 0;
}

.tlu-clipboard-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sport-experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: end;
  padding-top: 24px;
  border-top: 1px solid #36564d;
}

.sport-experience > div {
  display: flex;
  align-items: baseline;
  gap: 24px;
}

.sport-experience span {
  color: var(--tlu-green);
  font: 500 0.7rem "DM Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sport-experience strong {
  font: 600 clamp(1.55rem, 2.4vw, 2.6rem)/1 Montserrat, Arial, sans-serif;
  letter-spacing: -0.055em;
}

.sport-experience p {
  margin: 0;
  color: #b8ccc5;
  line-height: 1.55;
}

.tlu-who {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: 9%;
  padding-block: 130px;
}

.tlu-who h2,
.tlu-game-day h2,
.tlu-coach-authority h2,
.tlu-conversation h2 {
  font-size: clamp(2.35rem, 4.7vw, 5rem);
}

.tlu-audience-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: end;
  border-top: 1px solid var(--tlu-line);
}

.tlu-audience-rail span {
  padding: 14px 0;
  border-bottom: 1px solid var(--tlu-line);
  color: #31574f;
  font-size: 0.86rem;
}

.tlu-audience-rail span:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--tlu-line);
}

.tlu-who-note {
  grid-column: 1 / -1;
  max-width: 750px;
  margin: 45px 0 0 auto;
  padding-left: 20px;
  border-left: 3px solid var(--tlu-green);
  color: #58736d;
  font-size: 0.86rem;
  line-height: 1.6;
}

.tlu-game-day {
  padding: 125px 0;
  background:
    radial-gradient(circle at 78% 15%, rgba(184, 223, 64, 0.13), transparent 28%),
    #061b18;
  color: #fff;
}

.tlu-game-day-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.55fr);
  gap: 9%;
  align-items: end;
}

.tlu-game-day-heading .eyebrow {
  grid-column: 1 / -1;
}

.tlu-game-day-heading > p:last-child {
  margin: 0;
  color: #b9cdc6;
  line-height: 1.65;
}

.tlu-game-day-stage {
  display: block;
  margin-top: 75px;
}

.tlu-game-day-stage > img {
  display: block;
  width: min(100%, 1050px);
  height: auto;
  margin-inline: auto;
  padding: 22px;
  background: #0b2b22;
  box-shadow: 22px 22px 0 #153d31;
}

.tlu-coach-authority {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 11%;
  align-items: center;
  padding-block: 135px;
}

.tlu-coach-visual {
  display: grid;
  place-items: center;
  min-height: 620px;
  background: #061c1c;
}

.tlu-coach-visual img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  filter: drop-shadow(0 26px 35px rgba(0, 0, 0, 0.4));
}

.tlu-coach-authority > div:last-child > p:not(.eyebrow) {
  max-width: 650px;
  color: #526f68;
  font-size: 1.08rem;
  line-height: 1.65;
}

.tlu-coach-authority blockquote {
  max-width: 620px;
  margin: 38px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--tlu-line);
  color: #176e50;
  font: 600 clamp(1.25rem, 2vw, 1.75rem)/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: -0.04em;
}

.tlu-interaction-paths {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-block: 1px solid var(--tlu-line);
}

.tlu-interaction-paths p {
  display: grid;
  grid-template-columns: 58px 1fr auto 1.2fr;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 17px 0;
}

.tlu-interaction-paths p + p {
  border-top: 1px solid var(--tlu-line);
}

.tlu-interaction-paths span {
  color: #16875d;
  font: 600 0.68rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlu-interaction-paths strong {
  color: #36584f;
  font-size: 0.78rem;
  line-height: 1.35;
}

.tlu-interaction-paths i {
  color: #87ad35;
  font-style: normal;
}

.tlu-connected-match {
  padding: 120px 0;
  background: #edf1e9;
}

.tlu-connected-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.55fr);
  gap: 9%;
  align-items: end;
}

.tlu-connected-heading .eyebrow {
  grid-column: 1 / -1;
}

.tlu-connected-heading h2,
.tlu-applicability h2 {
  margin: 0;
  font: 600 clamp(2.35rem, 4.7vw, 5rem)/0.96 Montserrat, Arial, sans-serif;
  letter-spacing: -0.075em;
}

.tlu-connected-heading > p:last-child {
  margin: 0;
  color: #536f68;
  line-height: 1.65;
}

.tlu-connected-match ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 65px 0 0;
  padding: 0;
  border-block: 1px solid var(--tlu-line);
  list-style: none;
}

.tlu-connected-match li {
  min-height: 155px;
  padding: 20px 16px;
  border-right: 1px solid var(--tlu-line);
}

.tlu-connected-match li:first-child {
  padding-left: 0;
}

.tlu-connected-match li:last-child {
  border-right: 0;
}

.tlu-connected-match li span {
  color: #16875d;
  font: 500 0.64rem "DM Mono", monospace;
}

.tlu-connected-match li strong {
  display: block;
  margin-top: 45px;
  color: #284c43;
  font: 600 0.88rem Montserrat, Arial, sans-serif;
}

.tlu-value-path {
  padding: 125px 0;
  background:
    radial-gradient(circle at 50% 0, rgba(184, 223, 64, 0.12), transparent 34%),
    #061b18;
  color: #fff;
}

.tlu-value-heading {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 8%;
  align-items: end;
}

.tlu-value-heading .eyebrow {
  margin-bottom: 8px;
}

.tlu-value-path ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 72px 0 0;
  padding: 0;
  border-top: 1px solid #38574f;
  list-style: none;
}

.tlu-value-path li {
  min-height: 300px;
  padding: 25px 24px;
  border-right: 1px solid #38574f;
}

.tlu-value-path li:first-child {
  padding-left: 0;
}

.tlu-value-path li:last-child {
  border-right: 0;
}

.tlu-value-path li span {
  color: var(--tlu-green);
  font: 500 0.7rem "DM Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tlu-value-path li strong {
  display: block;
  margin-top: 68px;
  font: 600 1.28rem/1.15 Montserrat, Arial, sans-serif;
  letter-spacing: -0.045em;
}

.tlu-value-path li p {
  margin: 16px 0 0;
  color: #a9c0b9;
  font-size: 0.86rem;
  line-height: 1.58;
}

.tlu-applicability {
  padding: 125px 0;
  background:
    linear-gradient(rgba(4, 27, 24, 0.94), rgba(4, 27, 24, 0.96)),
    url("/media/touchlineup-bench.png") center 42% / cover;
  color: #fff;
}

.tlu-applicability-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.52fr);
  gap: 9%;
  align-items: end;
}

.tlu-applicability-heading .eyebrow {
  grid-column: 1 / -1;
}

.tlu-applicability-heading > p:last-child {
  margin: 0;
  color: #b7cbc4;
  line-height: 1.65;
}

.tlu-applicability-groups {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 0;
  margin-top: 68px;
  border-top: 1px solid #3b5d53;
}

.tlu-applicability-groups > div {
  padding: 25px 25px 0;
  border-right: 1px solid #3b5d53;
}

.tlu-applicability-groups > div:first-child {
  padding-left: 0;
}

.tlu-applicability-groups > div:last-child {
  border-right: 0;
}

.tlu-applicability-groups span {
  color: var(--tlu-green);
  font: 500 0.65rem "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlu-applicability-groups p {
  display: inline-block;
  margin: 28px 18px 0 0;
  padding: 10px 14px;
  border: 1px solid #55766c;
  border-radius: 999px;
  color: #e5ede9;
  font-size: 0.84rem;
}

.tlu-conversation {
  padding: 120px 0;
  background:
    radial-gradient(circle at 15% 90%, rgba(184, 223, 64, 0.12), transparent 30%),
    #041b18;
  color: #fff;
}

.tlu-conversation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.58fr);
  gap: 10%;
  align-items: end;
}

.tlu-conversation-grid > div:last-child > p {
  margin: 0 0 26px;
  color: #b9cdc6;
  line-height: 1.65;
}

.tlu-conversation .tlu-button {
  width: 100%;
}

.tlu-footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
  background: #02120f;
  color: #9cb0aa;
  font-size: 0.76rem;
}

.tlu-footer > span:last-child {
  display: flex;
  gap: 22px;
}

.tlu-footer a {
  color: #fff;
}

@media (max-width: 1000px) {
  .tlu-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.48fr);
    gap: 5%;
  }

  .tlu-pain-grid,
  .tlu-game-day-heading,
  .tlu-coach-authority,
  .tlu-conversation-grid,
  .tlu-connected-heading,
  .tlu-applicability-heading {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .tlu-coach-visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .tlu-clipboard-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .tlu-value-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tlu-value-path ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .tlu-value-path li:nth-child(2) {
    border-right: 0;
  }

  .tlu-value-path li:nth-child(n + 3) {
    border-top: 1px solid #38574f;
  }

  .tlu-connected-match ol {
    grid-template-columns: repeat(3, 1fr);
  }

  .tlu-connected-match li:nth-child(3n) {
    border-right: 0;
  }

  .tlu-connected-match li:nth-child(n + 4) {
    border-top: 1px solid var(--tlu-line);
  }
}

@media (max-width: 700px) {
  .tlu-hero {
    align-items: end;
  }

  .tlu-hero-photo {
    object-position: 61% center;
  }

  .tlu-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 155px 70px;
  }

  .tlu-hero-device {
    grid-row: 1;
    min-height: 380px;
  }

  .tlu-hero-device img {
    width: min(80%, 270px);
    max-height: 390px;
  }

  .tlu-hero-copy {
    padding-bottom: 0;
  }

  .tlu-hero-actions {
    display: grid;
  }

  .tlu-button {
    width: 100%;
  }

  .sport-experience {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sport-experience > div {
    display: grid;
    gap: 8px;
  }

  .tlu-pain,
  .tlu-coach-authority {
    padding-block: 85px;
  }

  .tlu-game-day,
  .tlu-value-path,
  .tlu-connected-match,
  .tlu-applicability,
  .tlu-conversation {
    padding-block: 85px;
  }

  .tlu-game-day-stage {
    margin-top: 50px;
  }

  .tlu-game-day-stage > img {
    padding: 10px;
    box-shadow: 12px 12px 0 #153d31;
  }

  .tlu-coach-visual {
    min-height: 480px;
  }

  .tlu-coach-visual img {
    max-height: 560px;
  }

  .tlu-interaction-paths p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tlu-interaction-paths i {
    transform: rotate(90deg);
  }

  .tlu-value-path ol {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .tlu-value-path li,
  .tlu-value-path li:first-child {
    min-height: 0;
    padding: 24px 0 30px;
    border-right: 0;
    border-bottom: 1px solid #38574f;
  }

  .tlu-value-path li strong {
    margin-top: 28px;
  }

  .tlu-connected-match ol {
    grid-template-columns: 1fr 1fr;
  }

  .tlu-connected-match li,
  .tlu-connected-match li:first-child {
    min-height: 120px;
    padding: 18px 14px;
    border-right: 1px solid var(--tlu-line);
    border-top: 0;
    border-bottom: 1px solid var(--tlu-line);
  }

  .tlu-connected-match li:nth-child(even) {
    border-right: 0;
  }

  .tlu-connected-match li strong {
    margin-top: 30px;
  }

  .tlu-applicability-groups {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .tlu-applicability-groups > div,
  .tlu-applicability-groups > div:first-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #3b5d53;
  }

  .tlu-applicability-groups p {
    margin-top: 15px;
  }

  .tlu-footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .tlu-hero-device {
    min-height: 340px;
  }

  .tlu-hero-device img {
    max-height: 350px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tlu-button {
    transition: none;
  }

  .tlu-button:hover,
  .tlu-button:focus-visible {
    transform: none;
  }
}
