:root {
  --bg: #080b0d;
  --panel: #0f1518;
  --panel-2: #151d21;
  --ink: #f4f7f5;
  --muted: #9aa8a2;
  --line: rgba(221, 255, 77, 0.18);
  --accent: #d8ff3e;
  --accent-2: #27e5d2;
  --danger: #ff5a3d;
  --green: #7cff6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius-card: 22px;
  --radius-control: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Arial, "Noto Sans Thai", sans-serif;
  background:
    linear-gradient(120deg, rgba(216, 255, 62, 0.08) 0 18%, transparent 18%),
    linear-gradient(145deg, transparent 0 56%, rgba(39, 229, 210, 0.08) 56% 70%, transparent 70%),
    #080b0d;
}

body:not([data-lang="en"]) .lang-en,
body[data-lang="en"] .lang-th {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(216, 255, 62, 0.55);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(16px, 4vw, 52px);
  border-bottom: 1px solid rgba(216, 255, 62, 0.16);
  background: rgba(8, 11, 13, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 78px;
  height: 42px;
  flex: 0 0 78px;
  object-fit: contain;
  filter: brightness(1.35) contrast(1.1);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand small {
  color: var(--accent-2);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-control);
  background: rgba(255, 255, 255, 0.045);
}

.site-nav a {
  min-height: 38px;
  padding: 10px 15px;
  border-radius: var(--radius-control);
  color: #ccd7d2;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #10140e;
  background: var(--accent);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lang-toggle,
.shop-link,
.primary-link,
.secondary-link,
.buy-button,
.details-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius-control);
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  will-change: transform;
}

.lang-toggle,
.secondary-link,
.details-button {
  border: 1px solid rgba(216, 255, 62, 0.25);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
}

.shop-link,
.primary-link,
.buy-button,
.primary-detail {
  border: 0;
  background: var(--accent);
  color: #10140e;
  box-shadow: 0 18px 40px rgba(216, 255, 62, 0.16);
}

.lang-toggle {
  cursor: pointer;
}

.shop-link:hover,
.primary-link:hover,
.secondary-link:hover,
.buy-button:hover,
.details-button:hover,
.lang-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(39, 229, 210, 0.16);
}

main {
  width: min(1360px, calc(100% - 36px));
  margin: 0 auto;
}

.site-footer {
  margin-top: 96px;
  padding: 54px clamp(18px, 5vw, 78px) 20px;
  color: #1b2733;
  background: #f4f6f8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 1.25fr 1.2fr;
  gap: clamp(28px, 5vw, 82px);
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: 44px;
  border-bottom: 1px solid #d9dee5;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: #07111c;
  font-size: 20px;
}

.site-footer p,
.site-footer a {
  color: #344256;
  font-size: 16px;
  line-height: 1.62;
}

.site-footer section > a {
  display: block;
  margin: 0 0 12px;
}

.footer-brand img {
  width: 96px;
  height: auto;
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 330px;
}

.social-links {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #647184;
  font-weight: 900;
}

.subscribe-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #cdd5df;
  border-radius: 8px;
  background: #fff;
}

.subscribe-form input,
.subscribe-form button {
  min-height: 46px;
  border: 0;
}

.subscribe-form input {
  min-width: 0;
  padding: 0 16px;
  color: #1b2733;
  background: transparent;
}

.subscribe-form button {
  padding: 0 20px;
  color: #fff;
  background: #2864e8;
  font-weight: 800;
  cursor: pointer;
}

.footer-bottom {
  max-width: 1360px;
  margin: 26px auto 0;
  color: #344256;
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 950;
  line-height: 0.98;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.8vw, 72px);
  font-weight: 950;
  line-height: 0.98;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}

.hero-text,
.section-heading > p,
.contact-band p,
.position-copy p {
  color: #b9c7c0;
  font-size: 18px;
  line-height: 1.78;
}

.sport-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100dvh - 78px);
  padding: clamp(52px, 7vw, 96px) 0;
  overflow: hidden;
}

.sport-hero:before {
  content: "";
  position: absolute;
  inset: 8% auto auto -12%;
  width: 58%;
  height: 70%;
  border: 1px solid rgba(216, 255, 62, 0.14);
  transform: skewX(-18deg);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy .hero-text {
  max-width: 720px;
  margin: 24px 0;
}

.hero-arena {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(216, 255, 62, 0.16);
  border-radius: 38px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 90px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 90px),
    linear-gradient(145deg, rgba(216, 255, 62, 0.08), rgba(39, 229, 210, 0.08)),
    var(--panel);
  box-shadow: var(--shadow);
}

.arena-ring {
  position: absolute;
  inset: 14%;
  border: 28px solid rgba(216, 255, 62, 0.12);
  border-radius: 50%;
}

.arena-ring:after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 14px solid rgba(39, 229, 210, 0.2);
  border-radius: 50%;
}

.arena-card {
  position: absolute;
  display: grid;
  gap: 8px;
  min-width: 180px;
  padding: 22px;
  border: 1px solid rgba(216, 255, 62, 0.22);
  border-radius: var(--radius-card);
  background: rgba(8, 11, 13, 0.72);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.arena-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.arena-card strong {
  color: var(--accent);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 950;
  line-height: 1.05;
}

.brand-arena .arena-card {
  max-width: 230px;
}

.card-a {
  top: 15%;
  left: 10%;
}

.card-b {
  top: 42%;
  right: 9%;
}

.card-c {
  bottom: 12%;
  left: 25%;
}

.motion-line {
  position: absolute;
  height: 10px;
  border-radius: var(--radius-control);
  background: linear-gradient(90deg, transparent, var(--accent), var(--accent-2));
  opacity: 0.85;
}

.line-a {
  width: 56%;
  top: 34%;
  right: 6%;
  transform: rotate(-18deg);
}

.line-b {
  width: 46%;
  bottom: 28%;
  left: 7%;
  transform: rotate(16deg);
}

.sport-metrics,
.category-rail,
.roadmap-grid,
.org-grid,
.story-grid,
.process-grid,
.product-grid {
  display: grid;
  gap: 18px;
}

.sport-metrics {
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0 92px;
}

.sport-metrics article,
.category-rail article,
.system-steps article,
.product-card,
.toolbar,
.hero-stats,
.contact-band,
.about-copy,
.story-grid article,
.org-grid article,
.process-grid article,
.roadmap-grid article,
.value-list div {
  border: 1px solid rgba(216, 255, 62, 0.15);
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.sport-metrics article {
  padding: 26px;
}

.sport-metrics strong {
  display: block;
  color: var(--accent);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 950;
}

.sport-metrics span {
  color: var(--muted);
}

.brand-metrics strong {
  letter-spacing: -0.03em;
}

.brand-metrics article:nth-child(3) strong {
  letter-spacing: 0.08em;
}

.sport-positioning,
.sport-system,
.about-layout,
.culture-layout,
.capability-layout,
.statement-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  margin: 92px 0;
}

.position-copy,
.about-copy {
  padding: clamp(24px, 4vw, 40px);
}

.sport-categories,
.featured-products,
.testimonial-section,
.roadmap-section,
.organization-section,
.contact-band,
.wide-section,
.page-band,
.sport-cta {
  margin: 92px 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.section-heading.row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.category-rail {
  grid-template-columns: 1.2fr 0.9fr 1.05fr 0.95fr 1.1fr;
}

.category-rail article {
  min-height: 220px;
  padding: 24px;
  transition: transform 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.category-rail article:nth-child(2),
.category-rail article:nth-child(4) {
  transform: translateY(34px);
}

.testimonial-viewport {
  overflow: hidden;
  border: 1px solid rgba(216, 255, 62, 0.15);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(216, 255, 62, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.testimonial-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 18px;
  animation: testimonialMarquee 34s linear infinite;
}

.testimonial-track:hover {
  animation-play-state: paused;
}

.testimonial-track article {
  width: min(420px, 80vw);
  min-height: 190px;
  padding: 28px;
  border: 1px solid rgba(216, 255, 62, 0.16);
  border-radius: var(--radius-card);
  background: rgba(8, 11, 13, 0.72);
}

.testimonial-track p {
  color: #edf5ef;
  font-size: 19px;
  line-height: 1.62;
}

.testimonial-track span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@keyframes testimonialMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.category-rail span,
.system-steps span,
.org-grid article span,
.process-grid article span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-weight: 950;
}

.category-rail strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
}

.category-rail small,
.system-steps p,
.org-grid p,
.process-grid p,
.story-grid p,
.roadmap-grid span,
.value-list span {
  color: var(--muted);
  line-height: 1.7;
}

.sport-products {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(216, 255, 62, 0.13);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(216, 255, 62, 0.08), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

.product-card:hover {
  border-color: rgba(216, 255, 62, 0.36);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.product-media,
.product-card > a:first-child {
  display: block;
  overflow: hidden;
}

.product-card img,
.detail-main img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #11181b;
}

.product-card img {
  transition: transform 0.45s ease;
}

.product-card:hover img {
  transform: scale(1.045);
}

.card-body {
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 16px;
}

.category {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.product-name {
  display: -webkit-box;
  min-height: 46px;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.price {
  color: var(--accent);
  font-size: 22px;
  font-weight: 950;
}

.original-price {
  color: var(--muted);
  text-decoration: line-through;
}

.promo-badge,
.stock-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: var(--radius-control);
  background: rgba(255, 90, 61, 0.13);
  color: #ff8b74;
  font-size: 12px;
  font-weight: 900;
}

.stock-badge {
  background: rgba(124, 255, 107, 0.12);
  color: var(--green);
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 10px;
}

.cart-button {
  display: inline-grid;
  place-items: center;
  width: 46px;
  min-height: 44px;
  border: 1px solid rgba(216, 255, 62, 0.22);
  border-radius: var(--radius-control);
  color: var(--accent);
  background: rgba(255, 255, 255, 0.04);
}

.cart-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.detail-cart {
  width: 58px;
  min-height: 52px;
  margin: 4px 0 12px;
  color: #10140e;
  background: var(--accent);
}

.sport-system {
  align-items: stretch;
}

.system-panel {
  display: grid;
  align-content: end;
  min-height: 440px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(216, 255, 62, 0.16), transparent 44%),
    var(--panel);
  box-shadow: var(--shadow);
}

.system-steps {
  display: grid;
  gap: 16px;
}

.system-steps article {
  padding: 26px;
}

.sport-cta {
  display: grid;
  justify-items: start;
  gap: 24px;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(216, 255, 62, 0.18);
  border-radius: 38px;
  background:
    linear-gradient(120deg, rgba(216, 255, 62, 0.15), transparent 34%),
    linear-gradient(145deg, var(--panel), #101719);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) var(--delay, 0ms), transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) var(--delay, 0ms);
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animated-text] .char {
  display: inline-block;
  opacity: 0.18;
  transform: translateY(0.34em);
  transition: opacity 0.42s ease, transform 0.42s ease;
  transition-delay: calc(var(--char-index) * 11ms);
}

[data-animated-text].text-visible .char {
  opacity: 1;
  transform: translateY(0);
}

.catalog-hero,
.page-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin: 36px 0 28px;
  padding: clamp(34px, 6vw, 74px);
  border: 1px solid rgba(216, 255, 62, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(216, 255, 62, 0.1), transparent 42%),
    var(--panel);
}

.hero-stats {
  min-width: 170px;
  padding: 22px;
  border-left: 4px solid var(--accent);
}

.hero-stats strong {
  display: block;
  color: var(--accent);
  font-size: 38px;
  font-weight: 950;
}

.hero-stats span {
  color: var(--muted);
}

.toolbar {
  display: grid;
  grid-template-columns: 1fr 230px 200px;
  gap: 12px;
  margin-bottom: 22px;
  padding: 16px;
}

.toolbar label {
  display: grid;
  gap: 6px;
}

.toolbar span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

input,
select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(216, 255, 62, 0.18);
  border-radius: var(--radius-control);
  background: rgba(8, 11, 13, 0.72);
  color: var(--ink);
}

.catalog-status {
  min-height: 28px;
  margin: 10px 0 16px;
  color: var(--muted);
}

.detail-shell {
  padding: 42px 0 82px;
}

.detail-main {
  display: grid;
  grid-template-columns: minmax(280px, 500px) 1fr;
  gap: 42px;
  align-items: start;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(216, 255, 62, 0.16);
  border-radius: 34px;
  background: var(--panel);
}

.gallery,
.detail-copy {
  display: grid;
  gap: 16px;
}

.gallery > img {
  border-radius: 24px;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.thumbs button {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}

.thumbs button.active {
  border-color: var(--accent);
}

.thumbs img {
  display: block;
}

.detail-copy h1 {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
}

.description {
  color: #c4d1cb;
  line-height: 1.76;
  white-space: pre-line;
}

.variant-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(216, 255, 62, 0.16);
  border-collapse: collapse;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.variant-table th,
.variant-table td {
  padding: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.variant-table th {
  color: var(--accent);
  font-size: 12px;
}

.empty-state {
  padding: 34px;
  border: 1px solid rgba(216, 255, 62, 0.16);
  border-radius: var(--radius-card);
  background: var(--panel);
  text-align: center;
}

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

  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .fade-in,
  [data-animated-text] .char {
    opacity: 1;
    transform: none;
  }

  .testimonial-track {
    width: auto;
    overflow-x: auto;
    animation: none;
  }
}

@media (max-width: 1100px) {
  .site-header,
  .sport-hero,
  .sport-positioning,
  .sport-system,
  .about-layout,
  .culture-layout,
  .capability-layout,
  .statement-section,
  .detail-main {
    grid-template-columns: 1fr;
  }

  .site-nav,
  .header-actions {
    justify-content: start;
    flex-wrap: wrap;
  }

  .hero-arena {
    min-height: 500px;
  }

  .sport-metrics,
  .product-grid,
  .process-grid,
  .org-grid,
  .roadmap-grid,
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-rail article:nth-child(2),
  .category-rail article:nth-child(4) {
    transform: none;
  }

  .toolbar,
  .catalog-hero,
  .page-hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  main {
    width: min(100% - 24px, 1360px);
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .brand {
    flex: 0 0 100%;
  }

  .brand img {
    width: 68px;
    height: 36px;
    flex-basis: 68px;
  }

  .site-nav {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .header-actions {
    flex: 0 0 auto;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .lang-toggle {
    min-height: 40px;
    padding: 0 16px;
  }

  .sport-hero {
    min-height: auto;
    padding: 42px 0 28px;
    overflow: visible;
  }

  .hero-arena {
    min-height: 380px;
    border-radius: 28px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.14;
    text-wrap: pretty;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-copy {
    overflow: visible;
  }

  [data-animated-text] .char {
    display: inline;
    transform: none;
  }

  h2 {
    font-size: clamp(32px, 11vw, 48px);
  }

  .sport-metrics,
  .product-grid,
  .category-rail,
  .process-grid,
  .org-grid,
  .roadmap-grid,
  .story-grid,
  .value-list div {
    grid-template-columns: 1fr;
  }

  .section-heading.row {
    align-items: start;
    flex-direction: column;
  }

  .arena-card {
    min-width: 140px;
    padding: 16px;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }
}
