:root {
  --bg: #02080c;
  --bg-deep: #010508;
  --panel: #07111a;
  --text: #f3f4f4;
  --muted: #9da7ae;
  --accent: #ff3b0b;
  --accent-hot: #ff501a;
  --blue: #4d83ff;
  --line: rgba(190, 207, 218, 0.2);
  --line-soft: rgba(190, 207, 218, 0.09);
  --content: min(calc(100% - 88px), 936px);
  color: var(--text);
  background: var(--bg);
  font-family: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 73% 14%, rgba(15, 35, 50, 0.2), transparent 360px),
    radial-gradient(circle at 18% 52%, rgba(13, 32, 46, 0.13), transparent 420px),
    var(--bg);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 70% 24%, black, transparent 62%);
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

img {
  height: auto;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2 {
  font-family: "DIN Alternate", "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.006em;
  line-height: 0.96;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 210px 1fr 110px;
  align-items: center;
  width: var(--content);
  height: 90px;
  margin: 0 auto;
}

.brand {
  position: relative;
  display: block;
  width: 154px;
  height: 66px;
  overflow: hidden;
}

.brand img {
  position: absolute;
  top: -6px;
  left: -42px;
  width: 202px;
  max-width: none;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  transform: translate(-45px, -2px);
}

.desktop-nav a {
  color: #f1f2f2;
  font-size: 9.2px;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a:hover {
  color: var(--accent-hot);
}

.language-selector {
  position: absolute;
  top: 27px;
  right: 124px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 58px;
  height: 31px;
  overflow: hidden;
  background: rgba(2, 8, 12, 0.72);
  border: 1px solid rgba(220, 229, 234, 0.28);
  border-radius: 4px;
}

.language-selector a {
  display: grid;
  place-items: center;
  color: #8f9aa1;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.language-selector a + a {
  border-left: 1px solid rgba(220, 229, 234, 0.17);
}

.language-selector a:hover,
.language-selector a:focus-visible {
  color: white;
  background: rgba(255, 59, 11, 0.18);
  outline: none;
}

.language-selector a[aria-current="page"] {
  color: white;
  background: rgba(255, 59, 11, 0.32);
}

.outline-button,
.solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 35px;
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 160ms ease;
}

.outline-button {
  color: white;
  background: rgba(2, 8, 12, 0.55);
  border: 1px solid rgba(220, 229, 234, 0.34);
}

.header-cta {
  width: 110px;
  border-color: rgba(255, 59, 11, 0.9);
  transform: translateY(-2px);
}

.solid-button {
  color: white;
  background: linear-gradient(135deg, var(--accent-hot), var(--accent));
  border: 1px solid var(--accent-hot);
  box-shadow: 0 8px 26px rgba(255, 59, 11, 0.19);
}

.outline-button:hover,
.solid-button:hover {
  color: white;
  background: var(--accent);
  border-color: var(--accent-hot);
  transform: translateY(-1px);
}

.button-arrow,
.card-arrow {
  width: 24px;
  height: 12px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ruled-section {
  position: relative;
  border-top: 1px solid var(--line);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 405px 480px;
  column-gap: 40px;
  justify-content: start;
  width: var(--content);
  height: 420px;
  margin: 0 auto;
  padding-top: 0;
}

.hero-topography {
  position: absolute;
  top: 6px;
  left: 300px;
  z-index: 0;
  width: 730px;
  height: 405px;
  fill: none;
  stroke: rgba(53, 87, 108, 0.18);
  stroke-width: 1;
}

.hero-route {
  position: absolute;
  top: 0;
  left: 348px;
  z-index: 1;
  width: 670px;
  height: 420px;
  overflow: visible;
  pointer-events: none;
}

.hero-route path {
  fill: none;
}

.hero-route .route-main {
  stroke: var(--accent);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.hero-route .route-glow {
  stroke: rgba(255, 59, 11, 0.55);
  stroke-width: 7;
  filter: url("#hero-glow");
}

.route-nodes circle {
  fill: var(--accent-hot);
  stroke: rgba(255, 164, 126, 0.65);
  stroke-width: 1.3;
  filter: drop-shadow(0 0 6px var(--accent));
}

.route-switch circle {
  fill: var(--bg);
  stroke: #f1f3f4;
  stroke-width: 1.3;
}

.route-switch path {
  fill: none;
  stroke: var(--accent-hot);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-copy,
.timing-visual,
.data-strip {
  position: relative;
  z-index: 3;
}

.hero-copy {
  margin-top: 51px;
}

.hero-copy h1 {
  width: 365px;
  font-size: 40px;
  transform: scaleX(1.085);
  transform-origin: left center;
}

.hero-copy > p {
  margin-top: 19px;
  color: #d9dddf;
  font-size: 14px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 29px;
}

.hero-actions .solid-button {
  width: 172px;
}

.hero-actions .outline-button {
  width: 150px;
}

.timing-visual {
  align-self: start;
  width: 480px;
  height: 334px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34);
  transform: translate(-1px, -1px);
}

.timing-visual img {
  width: 480px;
  height: 334px;
}

.data-strip {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 361px;
}

.data-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--accent-hot);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.data-label span {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}

.data-strip dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  border-top: 1px solid var(--line);
}

.data-strip dl > div {
  padding: 10px 11px 0 3px;
}

.data-strip dl > div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.data-strip dt {
  font-size: 19px;
  font-weight: 650;
  line-height: 1;
}

.data-strip dt small {
  font-size: 10px;
}

.data-strip dd {
  margin-top: 5px;
  color: #82909a;
  font-size: 7px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.platform-section {
  display: grid;
  grid-template-columns: 299px 1fr;
  gap: 16px;
  height: 241px;
  padding: 18px max(44px, calc((100vw - 936px) / 2)) 0;
  overflow: hidden;
}

.platform-flow {
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 32px;
  fill: none;
  stroke: rgba(255, 59, 11, 0.58);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.platform-flow .flow-faint {
  stroke: rgba(255, 59, 11, 0.25);
}

.eyebrow {
  color: var(--accent-hot);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.platform-heading {
  padding: 10px 0 0 3px;
}

.platform-heading h2 {
  margin-top: 15px;
  font-size: 34px;
  line-height: 1.01;
}

.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.platform-card {
  position: relative;
  height: 234px;
  padding: 17px 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(16, 42, 58, 0.17), transparent 65%),
    linear-gradient(145deg, rgba(7, 17, 25, 0.92), rgba(2, 8, 12, 0.96));
  border: 1px solid rgba(175, 195, 208, 0.34);
  border-radius: 10px;
  text-decoration: none;
}

.platform-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  background: radial-gradient(circle at 0 0, rgba(255, 59, 11, 0.13), transparent 60%);
  transition: opacity 160ms ease;
}

.platform-card:hover::before {
  opacity: 1;
}

.platform-card.athlete-card {
  border-color: rgba(255, 59, 11, 0.78);
  background:
    radial-gradient(circle at 16% 0, rgba(87, 29, 13, 0.24), transparent 55%),
    linear-gradient(145deg, rgba(18, 14, 13, 0.96), rgba(4, 8, 11, 0.98));
}

.platform-card.coach-card {
  border-color: rgba(65, 119, 215, 0.6);
  background:
    radial-gradient(circle at 17% 0, rgba(21, 54, 92, 0.28), transparent 56%),
    linear-gradient(145deg, rgba(5, 18, 29, 0.96), rgba(3, 8, 13, 0.98));
}

.platform-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #f1f3f4;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.athlete-card .platform-icon,
.athlete-card > p {
  color: var(--accent-hot);
  stroke: var(--accent-hot);
}

.coach-card .platform-icon,
.coach-card > p {
  color: var(--blue);
  stroke: var(--blue);
}

.platform-card > p {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  color: #eef0f1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.platform-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.platform-card > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  color: #a8b0b6;
  font-size: 9px;
  line-height: 1.55;
}

.platform-card .card-arrow {
  position: absolute;
  right: 16px;
  bottom: 15px;
  z-index: 2;
  width: 16px;
  color: white;
}

.journey-section {
  height: 174px;
  padding: 17px max(44px, calc((100vw - 936px) / 2)) 0;
  overflow: hidden;
}

.journey-heading h2 {
  margin-top: 7px;
  font-size: 25px;
  transform: scaleX(1.11);
  transform-origin: left center;
}

.journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 12px;
}

.journey-route {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 48px;
  overflow: visible;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.journey-route .journey-glow {
  stroke: rgba(255, 59, 11, 0.28);
  stroke-width: 5;
  filter: blur(4px);
}

.journey-track article {
  position: relative;
  z-index: 2;
  text-align: center;
}

.journey-track article:first-of-type {
  transform: translateX(-20px);
}

.journey-track article:nth-of-type(2) {
  transform: translateX(-7px);
}

.journey-track article:nth-of-type(3) {
  transform: translateX(9px);
}

.journey-track article:nth-of-type(4) {
  transform: translateX(4px);
}

.journey-track article:nth-of-type(5) {
  transform: translateX(-12px);
}

.journey-track article:nth-of-type(6) {
  transform: translateX(-27px);
}

.journey-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin: 0 auto 9px;
  color: white;
  background: var(--bg);
  border: 1px solid #e7ebed;
  border-radius: 50%;
}

.journey-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-live .journey-icon {
  width: 43px;
  height: 43px;
  margin-top: -8px;
  margin-bottom: 0;
  border-style: dashed;
  border-color: var(--accent);
  box-shadow: 0 0 16px rgba(255, 59, 11, 0.16);
}

.journey-live .journey-icon svg {
  width: 34px;
  height: 34px;
}

.journey-track h3 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.journey-track p {
  margin-top: 4px;
  color: #a1aab0;
  font-size: 8px;
  line-height: 1.45;
}

.accent-mark {
  stroke: var(--accent-hot);
}

.flag-fill {
  fill: currentColor;
  stroke: none;
}

.products-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 274px;
  overflow: hidden;
}

.product-column {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.product-column + .product-column {
  border-left: 1px solid var(--line-soft);
}

.product-copy {
  position: absolute;
  top: 21px;
  left: max(44px, calc((100vw - 936px) / 2));
  z-index: 3;
}

.timing-product .product-copy {
  left: 31px;
}

.product-copy h2 {
  margin-top: 13px;
  font-size: 23px;
  line-height: 1.05;
  transform: scaleX(1.06);
  transform-origin: left center;
}

.product-copy > p:not(.eyebrow) {
  margin-top: 16px;
  color: #c9ced1;
  font-size: 11px;
  line-height: 1.55;
}

.store-badges {
  display: flex;
  gap: 8px;
  margin-top: 39px;
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 87px;
  height: 30px;
  padding: 4px 7px;
  color: white;
  background: rgba(1, 4, 7, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 5px;
}

.store-badge > svg {
  width: 17px;
  height: 19px;
  fill: white;
}

.store-badge small,
.store-badge strong {
  display: block;
  white-space: nowrap;
}

.store-badge small {
  font-size: 5px;
  line-height: 1;
}

.store-badge strong {
  margin-top: 2px;
  font-size: 8px;
  line-height: 1;
}

.store-badge .play-blue {
  fill: #35a6ff;
}

.store-badge .play-green {
  fill: #29d17d;
}

.store-badge .play-red {
  fill: #ff4e4e;
}

.store-badge .play-yellow {
  fill: #ffd84d;
}

.athlete-device-image {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
  width: 205px;
  height: 274px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 50%, 20px 50%);
}

.timing-device-image {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  width: 276px;
  height: 274px;
}

.product-button {
  width: 139px;
  margin-top: 27px;
  border-color: var(--accent);
}

.sports-section {
  height: 170px;
  padding: 18px max(44px, calc((100vw - 936px) / 2)) 0;
  overflow: hidden;
}

.sports-section h2 {
  margin-top: 10px;
  font-size: 25px;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.sport-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.sport-grid article {
  display: grid;
  place-items: center;
  height: 82px;
  padding: 7px 3px 6px;
  background: linear-gradient(145deg, rgba(8, 18, 26, 0.74), rgba(2, 7, 10, 0.82));
  border: 1px solid rgba(185, 204, 216, 0.38);
  border-radius: 6px;
}

.sport-icon {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: #f0f3f4;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dot-icon {
  fill: none;
}

.sport-grid p {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.closing-section {
  position: relative;
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: center;
  height: 167px;
  padding: 0 max(44px, calc((100vw - 936px) / 2));
  overflow: hidden;
}

.closing-route {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: url("#swoosh");
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.closing-route .route-faint {
  stroke: rgba(255, 59, 11, 0.28);
}

.closing-copy,
.closing-visual {
  position: relative;
  z-index: 2;
}

.closing-copy {
  align-self: start;
  margin-top: 23px;
}

.closing-copy h2 {
  font-size: 28px;
  line-height: 0.96;
  transform: scaleX(1.06);
  transform-origin: left center;
}

.closing-copy .solid-button {
  width: 159px;
  margin-top: 10px;
}

.closing-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 167px;
  max-width: none;
  margin: 0;
}

.site-footer {
  display: none;
}

@media (max-width: 900px) {
  :root {
    --content: min(calc(100% - 48px), 760px);
  }

  .site-header {
    grid-template-columns: 1fr 110px;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(280px, 0.9fr) minmax(390px, 1.1fr);
    gap: 24px;
    height: 450px;
  }

  .hero-copy h1 {
    width: auto;
    font-size: 38px;
  }

  .timing-visual,
  .timing-visual img {
    width: 100%;
    height: auto;
  }

  .platform-section {
    grid-template-columns: 230px 1fr;
    padding-right: 24px;
    padding-left: 24px;
  }

  .platform-cards {
    gap: 10px;
  }

  .platform-card {
    padding-right: 13px;
    padding-left: 13px;
  }

  .platform-heading h2 {
    font-size: 30px;
  }

  .journey-section,
  .sports-section,
  .closing-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .product-copy {
    left: 24px;
  }

  .athlete-device-image {
    right: -8px;
  }

  .timing-device-image {
    right: -24px;
  }

  .sport-grid {
    gap: 9px;
  }
}

@media (max-width: 900px) {
  :root {
    --content: min(calc(100% - 32px), 640px);
  }

  .site-header {
    height: 82px;
  }

  .outline-button,
  .solid-button {
    font-size: 10px;
  }

  .brand {
    margin-left: -11px;
  }

  .hero {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 40px 0 36px;
  }

  .hero-copy {
    margin-top: 0;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12vw, 56px);
    transform: none;
  }

  .hero-copy > p {
    font-size: 13px;
  }

  .hero-route {
    top: 310px;
    right: 0;
    left: auto;
    width: 100%;
  }

  .hero-topography {
    top: 270px;
    left: 0;
    width: 100%;
  }

  .timing-visual {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .timing-visual img {
    width: 100%;
    height: auto;
  }

  .data-strip {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
  }

  .platform-section {
    display: block;
    height: auto;
    padding: 38px 16px 42px;
  }

  .platform-heading {
    padding: 0;
  }

  .platform-heading h2 {
    font-size: 34px;
  }

  .platform-cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-bottom: 8px;
    overflow: visible;
  }

  .platform-card {
    height: 232px;
  }

  .journey-section {
    height: auto;
    padding: 32px 16px 40px;
  }

  .journey-heading h2 {
    font-size: 29px;
    transform: none;
  }

  .journey-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
    margin-top: 30px;
  }

  .journey-track article,
  .journey-track article:first-of-type,
  .journey-track article:nth-of-type(2),
  .journey-track article:nth-of-type(3),
  .journey-track article:nth-of-type(4),
  .journey-track article:nth-of-type(5),
  .journey-track article:nth-of-type(6) {
    transform: none;
  }

  .journey-route {
    display: none;
  }

  .journey-live .journey-icon {
    margin-top: 0;
    margin-bottom: 9px;
  }

  .products-section {
    grid-template-columns: 1fr;
    height: auto;
  }

  .product-column {
    min-height: 430px;
    border-bottom: 1px solid var(--line);
  }

  .product-column + .product-column {
    border-left: 0;
  }

  .product-copy,
  .timing-product .product-copy {
    top: 33px;
    left: 16px;
  }

  .product-copy h2 {
    font-size: 30px;
    transform: none;
  }

  .product-copy > p:not(.eyebrow) {
    font-size: 12px;
  }

  .athlete-device-image {
    top: 152px;
    right: 5%;
    width: 205px;
    height: 274px;
  }

  .timing-device-image {
    top: 155px;
    right: 0;
    width: 276px;
    height: 274px;
  }

  .store-badges {
    margin-top: 34px;
  }

  .sports-section {
    height: auto;
    padding: 32px 16px 40px;
  }

  .sports-section h2 {
    font-size: 29px;
    transform: none;
  }

  .sport-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 22px;
  }

  .sport-grid article {
    height: 106px;
  }

  .closing-section {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 330px;
    padding: 42px 16px 26px;
  }

  .closing-copy h2 {
    font-size: 32px;
    transform: none;
  }

  .closing-copy {
    margin-top: 0;
  }

  .closing-visual {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 32px);
    height: auto;
    max-width: none;
    margin: 38px 0 -5px -16px;
  }

  .closing-route {
    display: none;
  }
}

@media (max-width: 420px) {
  .language-selector {
    top: 26px;
    right: 112px;
    width: 48px;
  }

  .header-cta {
    width: 102px;
    font-size: 8px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .solid-button,
  .hero-actions .outline-button {
    width: 100%;
  }

  .data-strip dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .data-strip dl > div:nth-child(3) {
    padding-left: 3px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .data-strip dl > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .platform-cards {
    grid-template-columns: 1fr;
  }

  .product-column {
    min-height: 455px;
  }

  .athlete-device-image {
    top: 180px;
  }

  .timing-device-image {
    top: 180px;
    right: -8px;
  }
}

@media (max-width: 360px) {
  .brand {
    width: 130px;
  }

  .brand img {
    left: -37px;
    width: 178px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .outline-button,
  .solid-button {
    transition: none;
  }
}
