/* v3.20.3.13.1 — Ordered branded social button hotfix */
.ncs-social-hub {
  --social-accent: #d9b33e;
  --social-accent-2: #e23a32;
  width: 100%;
  padding: clamp(1.25rem, 3vw, 2.5rem) max(1rem, env(safe-area-inset-left)) clamp(1.4rem, 3vw, 2.8rem) max(1rem, env(safe-area-inset-right));
  background:
    radial-gradient(circle at 12% 15%, rgba(31, 139, 76, .14), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(216, 48, 42, .13), transparent 28%),
    linear-gradient(180deg, rgba(5, 7, 7, .97), rgba(2, 3, 4, .99));
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
}
.ncs-social-hub[data-brand="hbcuHour"] { --social-accent: #d0a72f; --social-accent-2: #c5332e; }
.ncs-social-hub[data-brand="bayouRecap"] { --social-accent: #cda64b; --social-accent-2: #2e7b4a; }
.ncs-social-hub[data-brand="theRant"] { --social-accent: #f4c451; --social-accent-2: #d52c24; }
.ncs-social-hub-inner { width: min(1500px, 100%); margin: 0 auto; }
.ncs-social-hub-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.ncs-social-hub-eyebrow { margin: 0 0 .3rem; color: var(--social-accent); font-size: .72rem; font-weight: 1000; letter-spacing: .14em; text-transform: uppercase; }
.ncs-social-hub h2 { margin: 0; color: #fff; font-size: clamp(1.5rem, 3vw, 2.6rem); line-height: 1; text-transform: uppercase; }
.ncs-social-hub-copy { margin: .5rem 0 0; max-width: 720px; color: rgba(255,255,255,.72); line-height: 1.5; }
.ncs-social-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(138px, 1fr)); gap: clamp(.65rem, 1.4vw, 1rem); }
.ncs-social-card {
  min-width: 0;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.ncs-social-card:hover,
.ncs-social-card:focus-visible { transform: translateY(-2px); border-color: color-mix(in srgb, var(--social-accent) 70%, white 10%); background: rgba(255,255,255,.065); }
.ncs-social-card:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.ncs-social-card img { display: block; width: min(92px, 78%); height: 82px; object-fit: contain; }
.ncs-social-card.custom-button { background: transparent; border-color: rgba(255,255,255,.08); }
.ncs-social-card.custom-button img { width: min(112px, 86%); height: 96px; filter: none; }
.ncs-social-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 1000;
  letter-spacing: -.03em;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.16);
}
.ncs-social-card[data-platform="facebook"] .ncs-social-mark { background: linear-gradient(145deg, #2374e1, #0d47a1); }
.ncs-social-card[data-platform="x"] .ncs-social-mark { background: #050505; }
.ncs-social-card[data-platform="instagram"] .ncs-social-mark { background: linear-gradient(145deg, #7b2ff7, #f1075b, #fcb045); }
.ncs-social-card[data-platform="tiktok"] .ncs-social-mark { background: linear-gradient(145deg, #050505 55%, #25f4ee 56%, #fe2c55); }
.ncs-social-card strong { color: #fff; font-size: .9rem; line-height: 1.15; text-align: center; }
.ncs-social-card span:not(.ncs-social-mark) { color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 800; text-align: center; }
.ncs-social-footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem .9rem; }
.ncs-social-footer-links a { color: inherit; text-decoration: none; font-weight: 800; }
.ncs-social-footer-links a:hover,
.ncs-social-footer-links a:focus-visible { text-decoration: underline; }
@media (max-width: 700px) {
  .ncs-social-hub-head { align-items: flex-start; }
  .ncs-social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ncs-social-card { min-height: 116px; border-radius: 17px; }
  .ncs-social-card img { height: 68px; }
  .ncs-social-card.custom-button img { height: 80px; }
  .ncs-social-mark { width: 54px; height: 54px; border-radius: 16px; }
}
@media (max-width: 390px) { .ncs-social-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .ncs-social-card { transition: none; } .ncs-social-card:hover { transform: none; } }


/* v3.20.3.13.1 — exact nine-button homepage order and proper artwork */
.ncs-social-hub[data-brand="noChillSports"] .ncs-social-grid {
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: stretch;
}
.ncs-social-card.custom-button {
  min-height: 148px;
  padding: .65rem .55rem .8rem;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.ncs-social-card.custom-button img {
  width: min(112px, 88%);
  height: 100px;
  object-fit: contain;
}
.ncs-social-card[data-platform="x"].custom-button img,
.ncs-social-card[data-platform="instagram"].custom-button img,
.ncs-social-card[data-platform="tiktok"].custom-button img,
.ncs-social-card[data-platform="facebook"].custom-button img {
  width: min(104px, 84%);
  height: 92px;
}
.ncs-social-card[data-platform="youtube"].custom-button img {
  width: min(118px, 90%);
  height: 98px;
}
.ncs-social-card.custom-button strong {
  margin-top: .05rem;
}
@media (max-width: 1380px) {
  .ncs-social-hub[data-brand="noChillSports"] .ncs-social-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .ncs-social-hub[data-brand="noChillSports"] .ncs-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .ncs-social-hub[data-brand="noChillSports"] .ncs-social-grid,
  .ncs-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ncs-social-card.custom-button { min-height: 128px; }
  .ncs-social-card.custom-button img { height: 78px; }
}
@media (max-width: 360px) {
  .ncs-social-hub[data-brand="noChillSports"] .ncs-social-grid,
  .ncs-social-grid { grid-template-columns: 1fr; }
}

/* v3.20.3.13.5 — full-width HBCU Hour and Bayou Recap social sections */
.ncs-social-hub[data-brand="hbcuHour"] .ncs-social-hub-inner,
.ncs-social-hub[data-brand="bayouRecap"] .ncs-social-hub-inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}


/* v3.20.3.13.6 — full-bleed HBCU social hub and redundant footer removal */
.ncs-social-hub[data-brand="hbcuHour"] {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ncs-social-hub[data-brand="hbcuHour"] .ncs-social-hub-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(.75rem, 1.5vw, 1.5rem) !important;
}
.ncs-social-hub[data-brand="hbcuHour"] ~ footer.footer,
.ncs-social-hub[data-brand="hbcuHour"] + footer.footer {
  display: none !important;
}

/* v3.20.3.14 — remove viewport-width overflow from brand social sections */
.ncs-social-hub[data-brand="hbcuHour"],
.ncs-social-hub[data-brand="bayouRecap"] {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
