/* 2026-09-18 front-of-home redesign.
   Scope is intentionally limited to hero, live strip, people, Videos and Shows. */

.hero{
  position:relative;
  isolation:isolate;
  min-height:0;
  max-width:1200px;
  margin:28px auto 14px;
  padding:46px 48px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:38px;
  align-items:center;
  border:1px solid rgba(228,190,101,.34);
  border-radius:26px;
  background:
    radial-gradient(circle at 79% 20%,rgba(41,216,255,.15),transparent 26%),
    radial-gradient(circle at 92% 72%,rgba(255,63,175,.12),transparent 24%),
    linear-gradient(120deg,#0b1118 0%,#090c12 48%,#111019 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.05);
}
.hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0 0 0 57%;
  opacity:.9;
  background:
    linear-gradient(90deg,transparent,rgba(255,255,255,.025)),
    repeating-linear-gradient(90deg,transparent 0 44px,rgba(255,255,255,.028) 45px 46px),
    repeating-linear-gradient(0deg,transparent 0 44px,rgba(255,255,255,.021) 45px 46px);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 26%);
  mask-image:linear-gradient(90deg,transparent,#000 26%);
}
.hero::after{
  content:"";
  position:absolute;
  left:48px;
  right:48px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(228,190,101,.42),rgba(41,216,255,.26),transparent);
}
.hero-main{min-width:0;position:relative;z-index:2}
.hero-broadcast{
  position:relative;
  z-index:2;
  min-height:300px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(113,225,255,.22);
  border-radius:20px;
  background:
    radial-gradient(circle at 50% 18%,rgba(41,216,255,.10),transparent 32%),
    linear-gradient(180deg,rgba(9,14,20,.92),rgba(10,9,14,.95));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 34px rgba(0,0,0,.25);
}
.hero-broadcast-head{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:12px;
  color:#aeb7c2;
  font-size:11px;
  letter-spacing:.13em;
}
.hero-broadcast-head span{
  width:9px;height:9px;border-radius:50%;
  background:#63f2a4;
  box-shadow:0 0 12px rgba(99,242,164,.75);
}
.hero-broadcast-screen{
  min-height:126px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:8px;
  padding:18px;
  border:1px solid rgba(228,190,101,.23);
  border-radius:14px;
  background:
    linear-gradient(135deg,rgba(17,24,32,.95),rgba(9,9,13,.98)),
    #080a0e;
  box-shadow:inset 0 0 34px rgba(41,216,255,.035);
}
.hero-broadcast-screen small{
  color:#d5d9df;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1rem,1.45vw,1.35rem)!important;
  font-weight:900;
  letter-spacing:.04em;
}
.hero-broadcast-screen small:first-child{text-align:right}
.hero-broadcast-screen strong{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(3.4rem,5vw,5.4rem);
  line-height:.8;
  background:linear-gradient(180deg,#fff9df,#e8c469 45%,#9d661d 70%,#f4db94);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.42));
}
.hero-broadcast-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}
.hero-broadcast-list span{
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#9fa9b4;
  font-size:10px;
  font-weight:900;
  letter-spacing:.055em;
}
.hero-broadcast-list span:nth-child(1){color:#72eaff;border-color:rgba(41,216,255,.20)}
.hero-broadcast-list span:nth-child(3){color:#ff7bc9;border-color:rgba(255,63,175,.20)}
.hero-broadcast-list span:nth-child(5){color:#caff78;border-color:rgba(165,255,79,.18)}
.hero-broadcast-meter{
  height:26px;
  margin-top:14px;
  display:flex;
  align-items:end;
  gap:5px;
}
.hero-broadcast-meter i{
  flex:1;
  min-width:8px;
  border-radius:3px 3px 1px 1px;
  background:linear-gradient(180deg,#5feaff,#168ca0);
  opacity:.72;
}
.hero-broadcast-meter i:nth-child(1){height:28%}
.hero-broadcast-meter i:nth-child(2){height:54%}
.hero-broadcast-meter i:nth-child(3){height:82%}
.hero-broadcast-meter i:nth-child(4){height:46%;background:linear-gradient(180deg,#ff71c7,#a62c79)}
.hero-broadcast-meter i:nth-child(5){height:70%;background:linear-gradient(180deg,#ff71c7,#a62c79)}
.hero-broadcast-meter i:nth-child(6){height:38%;background:linear-gradient(180deg,#c9ff75,#648f22)}
.hero-broadcast-meter i:nth-child(7){height:64%;background:linear-gradient(180deg,#c9ff75,#648f22)}
.hero .eyebrow{
  margin:0 0 10px;
  color:#e8c56e!important;
}
.hero h1{
  max-width:760px;
  margin:4px 0 16px;
  white-space:normal;
  font-size:clamp(3.25rem,6.6vw,6.5rem);
  line-height:.93;
}
.hero-copy{
  max-width:650px;
  margin:0;
  color:#d1d5de;
}
.hero-actions{margin-top:28px}
.hero .button{
  min-height:50px;
  padding:0 22px;
  border-color:rgba(226,191,102,.42);
  background:#10131a;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 7px 20px rgba(0,0,0,.22);
}
.hero .button.primary{
  border:1px solid rgba(97,237,255,.58);
  background:linear-gradient(90deg,#45e7ff,#ff48b9);
  box-shadow:0 9px 28px rgba(255,63,175,.13),0 0 20px rgba(41,216,255,.09);
}
.hero .button:hover{transform:translateY(-1px);filter:brightness(1.06)}

.status-strip{
  max-width:1100px;
  margin:0 auto 22px;
  min-height:58px;
  border-color:rgba(98,238,175,.28);
  background:linear-gradient(90deg,rgba(7,17,18,.95),rgba(12,12,18,.95));
  box-shadow:0 10px 28px rgba(0,0,0,.26),inset 3px 0 0 rgba(91,244,167,.75);
}
.status-strip strong{letter-spacing:.04em}
.public-live-button{
  border-color:rgba(231,196,104,.45)!important;
  background:linear-gradient(180deg,#17140e,#0c0d12)!important;
  color:#f4d27f!important;
}

.home-hosts-bridge{
  max-width:1100px;
  margin:0 auto 10px;
  padding:0 4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.home-hosts-bridge span{
  color:#e8c56e;
  font-size:12px;
  font-weight:950;
  letter-spacing:.13em;
}
.home-hosts-bridge b{
  color:#9ba5b2;
  font-size:14px;
  font-weight:700;
}

/* Short, horizontal host cards. Full bio remains intact in an internal scroller. */
.home-people-section{
  max-width:1100px;
  margin:0 auto 26px;
  gap:16px;
}
.home-person-card{
  min-width:0;
  display:grid;
  grid-template-columns:42% 58%;
  min-height:300px;
  max-height:330px;
  border-radius:20px;
  background:linear-gradient(145deg,#0d1118,#111018);
  box-shadow:0 16px 38px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04);
}
#home-joey-card{border-color:rgba(41,216,255,.48)}
#home-milo-card{border-color:rgba(255,63,175,.44)}
.home-person-media{
  min-height:0;
  height:100%;
  border:0;
  border-right:1px solid rgba(255,255,255,.08);
  background:#07090d;
}
.home-person-media img,.home-person-media video{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center;
}
.home-person-copy{
  min-width:0;
  padding:25px 24px 24px;
  display:flex;
  flex-direction:column;
}
.home-person-copy h2{
  margin:0 0 7px!important;
  font-size:clamp(1.75rem,2.45vw,2.45rem)!important;
  letter-spacing:.07em!important;
}
.home-person-copy h2::after{display:none}
.home-person-role{
  margin:0 0 12px!important;
  color:#e7c86f!important;
  font-weight:900;
  font-size:15px!important;
  line-height:1.3!important;
}
.home-person-bio{
  flex:1;
  min-height:0;
  max-height:142px;
  margin:0!important;
  padding:0 12px 6px 0;
  overflow-y:auto;
  color:#d0c2ae!important;
  line-height:1.52!important;
  scrollbar-width:thin;
  scrollbar-color:#8b7750 rgba(255,255,255,.05);
}
.home-person-bio::-webkit-scrollbar{width:7px}
.home-person-bio::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}
.home-person-bio::-webkit-scrollbar-thumb{background:#8b7750;border-radius:999px}

/* Videos: visual category rail, no backend coupling. */
.videos-home-panel{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(210px,.72fr) minmax(0,1.8fr);
  gap:22px;
  align-items:center;
  min-height:250px!important;
  padding:24px!important;
  border-color:rgba(102,219,255,.24)!important;
  background:
    radial-gradient(circle at 8% 40%,rgba(255,63,175,.10),transparent 22%),
    radial-gradient(circle at 82% 18%,rgba(41,216,255,.10),transparent 25%),
    linear-gradient(145deg,#0c1017,#080a0f)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04);
}
.videos-home-copy h2{margin:7px 0 8px!important;font-size:2.35rem!important}
.videos-home-copy p{max-width:300px}
.videos-home-kicker{
  color:#ff67c3!important;
  font-size:12px!important;
  letter-spacing:.11em;
}
.videos-home-tiles{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.videos-home-tile{
  min-height:142px;
  padding:16px 14px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:
    linear-gradient(180deg,transparent 20%,rgba(4,5,9,.82)),
    radial-gradient(circle at 50% 24%,rgba(41,216,255,.22),transparent 42%),
    #121722;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.videos-home-tile:nth-child(2){background:linear-gradient(180deg,transparent 20%,rgba(4,5,9,.82)),radial-gradient(circle at 50% 24%,rgba(255,63,175,.20),transparent 42%),#18111a}
.videos-home-tile:nth-child(3){background:linear-gradient(180deg,transparent 20%,rgba(4,5,9,.82)),radial-gradient(circle at 50% 24%,rgba(165,255,79,.15),transparent 42%),#121812}
.videos-home-tile:nth-child(4){background:linear-gradient(180deg,transparent 20%,rgba(4,5,9,.82)),radial-gradient(circle at 50% 24%,rgba(229,190,92,.18),transparent 42%),#18150e}
.videos-home-tile b{font-size:13px;letter-spacing:.04em}
.videos-home-tile span{margin-top:4px;color:#aeb4be;font-size:13px}

/* Shows retains the live API cards but receives the same visual language. */
.shows-public-panel{
  position:relative;
  overflow:hidden;
  padding:24px!important;
  border-color:rgba(228,190,101,.22)!important;
  background:
    radial-gradient(circle at 90% 20%,rgba(255,63,175,.08),transparent 24%),
    linear-gradient(145deg,#111119,#0b0c11)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.04);
}
.shows-public-panel>span{font-size:12px!important;letter-spacing:.11em}
.shows-public-panel h2{margin:8px 0 6px!important;font-size:2.25rem!important}
.shows-public-intro{max-width:680px}
.public-shows-list{margin-top:17px}
.public-show-card{
  grid-template-columns:180px minmax(0,1fr);
  border-color:rgba(255,255,255,.10);
  background:linear-gradient(90deg,rgba(7,10,14,.90),rgba(15,15,21,.82));
}
.public-show-card.live{
  border-color:rgba(83,239,158,.42);
  background:linear-gradient(90deg,rgba(13,50,35,.45),rgba(9,11,16,.9) 52%,rgba(70,20,54,.18));
}
.public-show-watch{
  border:1px solid rgba(81,232,255,.46)!important;
  background:linear-gradient(90deg,#40e5ff,#ff48b8)!important;
  color:#050509!important;
}

@media(max-width:980px){
  .hero{margin:20px 24px 14px;padding:42px 36px;grid-template-columns:1fr;gap:24px}
  .hero-broadcast{min-height:220px}
  .home-people-section,.status-strip,.home-hosts-bridge{margin-left:24px;margin-right:24px}
  .home-person-card{grid-template-columns:40% 60%;max-height:320px}
  .videos-home-panel{grid-template-columns:1fr}
}
@media(max-width:760px){
  .hero{margin:14px 14px 12px;padding:36px 22px 30px}
  .hero::before{inset:0;opacity:.45}
  .hero-broadcast{display:none}
  .hero::after{display:none}
  .hero h1{font-size:clamp(2.6rem,14vw,4rem)}
  .home-people-section,.status-strip,.home-hosts-bridge{margin-left:14px;margin-right:14px}
  .home-hosts-bridge{align-items:flex-start;flex-direction:column;gap:2px;margin-bottom:10px}
  .home-person-card{grid-template-columns:1fr;max-height:none}
  .home-person-media{height:260px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .home-person-bio{max-height:165px}
  .videos-home-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .public-show-card{grid-template-columns:1fr}
}
@media(max-width:480px){
  .hero-actions .button{width:100%}
  .videos-home-tiles{grid-template-columns:1fr 1fr}
  .videos-home-tile{min-height:120px}
}
