/* v3.20.3.23.2 — HBCU Hour BCFP homepage hero asset and height hotfix */
.bcfp-home-section {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 8% 50%, rgba(183, 0, 0, 0.26), transparent 34%),
    radial-gradient(circle at 92% 50%, rgba(0, 112, 52, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(4, 4, 4, 0.96), rgba(10, 10, 10, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bcfp-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}

.bcfp-home-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
}

.bcfp-home-hero-link {
  display: block;
  width: 100%;
  height: clamp(150px, 13vw, 260px);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: #050505;
  box-shadow: 0 20px 48px rgba(0,0,0,.42);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bcfp-home-hero-link:hover,
.bcfp-home-hero-link:focus-visible {
  transform: none;
  border-color: rgba(212, 175, 55, .7);
  box-shadow: 0 32px 75px rgba(0,0,0,.58);
}

.bcfp-home-hero {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../hbcu-hour/bcfp/bcfp-polls-hero-2026.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bcfp-home-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: clamp(1.35rem, 3vw, 2rem) 0 1.25rem;
}

.bcfp-home-kicker {
  margin: 0 0 .45rem;
  color: #d4af37;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bcfp-home-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1;
}

.bcfp-home-meta {
  margin: .6rem 0 0;
  color: rgba(255,255,255,.68);
  font-size: .92rem;
}

.bcfp-home-all-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1.05rem;
  border: 1px solid rgba(212,175,55,.48);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.54);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .02em;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bcfp-home-all-link:hover,
.bcfp-home-all-link:focus-visible {
  transform: translateY(-1px);
  border-color: #d4af37;
  background: rgba(212,175,55,.13);
}

.bcfp-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.bcfp-home-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.3rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), transparent 38%),
    rgba(8,8,8,.9);
  box-shadow: 0 22px 55px rgba(0,0,0,.33);
}

.bcfp-home-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -55% -18%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(212,175,55,.12), transparent 68%);
}

.bcfp-home-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1.05rem 1.15rem;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.bcfp-home-card[data-division="division-i"] .bcfp-home-card-head {
  background: linear-gradient(90deg, rgba(151,0,0,.74), rgba(20,20,20,.48));
}

.bcfp-home-card[data-division="division-ii"] .bcfp-home-card-head {
  background: linear-gradient(90deg, rgba(0,93,44,.72), rgba(20,20,20,.48));
}

.bcfp-home-card-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 950;
}

.bcfp-home-card-label {
  color: rgba(255,255,255,.62);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bcfp-home-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .68rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.bcfp-home-team {
  display: grid;
  grid-template-columns: 42px 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  padding: .72rem .78rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .95rem;
  background: rgba(255,255,255,.035);
}

.bcfp-home-rank {
  color: #d4af37;
  font-size: 1.12rem;
  font-weight: 1000;
  text-align: center;
}

.bcfp-home-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.bcfp-home-team-copy {
  min-width: 0;
}

.bcfp-home-team-name {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: .98rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bcfp-home-team-detail {
  display: block;
  margin-top: .12rem;
  color: rgba(255,255,255,.58);
  font-size: .75rem;
}

.bcfp-home-points {
  color: rgba(255,255,255,.76);
  font-size: .76rem;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.bcfp-home-card-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 1rem 1rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: .9rem;
  color: #fff;
  background: rgba(0,0,0,.46);
  font-size: .82rem;
  font-weight: 900;
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease;
}

.bcfp-home-card-link:hover,
.bcfp-home-card-link:focus-visible {
  border-color: rgba(212,175,55,.72);
  background: rgba(212,175,55,.11);
}

.bcfp-home-loading,
.bcfp-home-error {
  padding: 1.2rem;
  color: rgba(255,255,255,.65);
  text-align: center;
}

@media (max-width: 760px) {
  .bcfp-home-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .bcfp-home-all-link {
    width: 100%;
  }

  .bcfp-home-grid {
    grid-template-columns: 1fr;
  }

  .bcfp-home-team {
    grid-template-columns: 34px 42px minmax(0, 1fr);
  }

  .bcfp-home-logo {
    width: 40px;
    height: 40px;
  }

  .bcfp-home-points {
    grid-column: 3;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .bcfp-home-shell {
    width: 100%;
  }

  .bcfp-home-hero {
    aspect-ratio: 16 / 6.2;
  }

  .bcfp-home-card-head,
  .bcfp-home-list {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .bcfp-home-card-link {
    margin-left: .75rem;
    margin-right: .75rem;
  }
}

@media (max-width: 640px) {
  .bcfp-home-hero-link {
    height: 142px;
  }

  .bcfp-home-hero {
    background-position: center center;
  }
}

/* v3.20.3.23.21 — tighter BCFP homepage presentation on phones */
@media (max-width: 640px) {
  .bcfp-home-section {
    padding: 2rem 0;
  }

  .bcfp-home-hero-link {
    height: 124px;
  }

  .bcfp-home-header {
    gap: .75rem;
    margin: 1rem 0;
  }

  .bcfp-home-meta {
    margin-top: .4rem;
    font-size: .82rem;
  }

  .bcfp-home-list {
    gap: .5rem;
    padding: .65rem;
  }

  .bcfp-home-team {
    grid-template-columns: 30px 36px minmax(0, 1fr) auto;
    gap: .55rem;
    padding: .62rem;
  }

  .bcfp-home-logo {
    width: 34px;
    height: 34px;
  }

  .bcfp-home-team-name {
    font-size: .9rem;
    line-height: 1.12;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .bcfp-home-team-detail {
    font-size: .68rem;
  }

  .bcfp-home-points {
    grid-column: auto;
    text-align: right;
  }

  .bcfp-home-card-link {
    min-height: 44px;
    margin: 0 .65rem .65rem;
  }
}

@media (max-width: 380px) {
  .bcfp-home-team {
    grid-template-columns: 28px 32px minmax(0, 1fr);
  }

  .bcfp-home-logo {
    width: 30px;
    height: 30px;
  }

  .bcfp-home-points {
    grid-column: 3;
    text-align: left;
  }
}
