.basketball-home-shell,
.basketball-home-shell * {
  box-sizing: border-box;
}

.basketball-home-shell {
  width: min(1220px, calc(100% - 2rem));
  margin: 1.5rem auto 3rem;
  color: #172a3a;
}

.basketball-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem);
  color: #fff;
  background:
    radial-gradient(circle at 8% 0, rgba(250, 70, 22, .45), transparent 30%),
    linear-gradient(130deg, #0021a5, #071f4d 75%);
  border-bottom: 7px solid #fa4616;
  border-radius: 1.2rem;
  box-shadow: 0 20px 50px rgba(7, 31, 77, .16);
}

.basketball-home-hero-copy,
.basketball-home-snapshot,
.basketball-home-link-card,
.basketball-home-leaders,
.basketball-home-lineup {
  min-width: 0;
}

.basketball-home-eyebrow,
.basketball-home-section-header > span,
.basketball-home-link-card > span,
.basketball-home-leaders > span,
.basketball-home-lineup > span {
  display: block;
  color: #fa4616;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.basketball-home-hero h2 {
  max-width: 780px;
  margin: .4rem 0 .7rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: .94;
  letter-spacing: -.045em;
}

.basketball-home-hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  line-height: 1.52;
}

.basketball-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.15rem;
}

.basketball-home-button {
  display: inline-flex;
  padding: .65rem .9rem;
  border-radius: .55rem;
  font-size: .8rem;
  font-weight: 850;
  text-decoration: none;
}

.basketball-home-button--primary {
  color: #fff;
  background: #fa4616;
}

.basketball-home-button--secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
}

.basketball-home-snapshot {
  padding: 1.15rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: .85rem;
}

.basketball-home-snapshot > span,
.basketball-home-snapshot small {
  color: rgba(255, 255, 255, .7);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.basketball-home-snapshot h3 {
  margin: .35rem 0 .65rem;
  color: #fff;
  font-size: 1.35rem;
}

.basketball-home-snapshot p {
  margin: .25rem 0;
  color: rgba(255, 255, 255, .82);
  font-size: .76rem;
  overflow-wrap: anywhere;
}

.basketball-home-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  margin: 1rem 0 2rem;
}

.basketball-home-kpi {
  min-width: 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid #d9e3ed;
  border-top: 4px solid #fa4616;
  border-radius: .75rem;
  box-shadow: 0 9px 25px rgba(15, 23, 42, .07);
}

.basketball-home-kpi span,
.basketball-home-kpi p {
  color: #68798b;
  font-size: .68rem;
}

.basketball-home-kpi strong {
  display: block;
  margin: .22rem 0;
  color: #0021a5;
  font-size: 1.7rem;
}

.basketball-home-kpi p {
  margin: 0;
}

.basketball-home-section-header {
  margin: 2.2rem 0 1rem;
}

.basketball-home-section-header h2 {
  margin: .25rem 0;
  color: #071f4d;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.basketball-home-section-header p {
  max-width: 760px;
  color: #617287;
}

.basketball-home-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.basketball-home-link-card {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid #d9e3ed;
  border-radius: .85rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}

.basketball-home-link-card h3 {
  margin: .35rem 0;
  color: #0021a5;
}

.basketball-home-link-card p {
  flex: 1;
  color: #617287;
  line-height: 1.45;
}

.basketball-home-link-card a {
  color: #0021a5;
  font-size: .8rem;
  font-weight: 850;
  text-decoration: none;
}

.basketball-home-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: .9rem;
  margin-top: 2rem;
}

.basketball-home-leaders,
.basketball-home-lineup {
  padding: 1.25rem;
  background: #f6f8fc;
  border: 1px solid #d9e3ed;
  border-radius: .85rem;
}

.basketball-home-leaders h2,
.basketball-home-lineup h2 {
  margin: .3rem 0 .85rem;
  color: #071f4d;
  font-size: 1.35rem;
}

.basketball-home-leader-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.basketball-home-leader-row > div {
  min-width: 0;
  padding: .75rem;
  background: #fff;
  border-left: 4px solid #fa4616;
}

.basketball-home-leader-row small,
.basketball-home-leader-row strong,
.basketball-home-leader-row span {
  display: block;
  overflow-wrap: anywhere;
}

.basketball-home-leader-row small,
.basketball-home-leader-row span {
  color: #66778b;
  font-size: .66rem;
}

.basketball-home-leader-row strong {
  margin: .18rem 0;
  color: #0021a5;
}

.basketball-home-lineup > p {
  color: #52657b;
  font-size: .76rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.basketball-home-lineup-rating {
  display: flex;
  gap: .65rem;
  align-items: baseline;
  padding-top: .75rem;
  border-top: 1px solid #d9e3ed;
}

.basketball-home-lineup-rating strong {
  color: #fa4616;
  font-size: 1.7rem;
}

.basketball-home-lineup-rating span {
  color: #66778b;
  font-size: .7rem;
}

@media (max-width: 920px) {
  .basketball-home-hero,
  .basketball-home-research-grid {
    grid-template-columns: 1fr;
  }

  .basketball-home-kpis,
  .basketball-home-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .basketball-home-shell {
    width: min(100% - 1rem, 1220px);
  }

  .basketball-home-kpis,
  .basketball-home-link-grid,
  .basketball-home-leader-row {
    grid-template-columns: 1fr;
  }
}
