.page-home{
  --page-line: rgba(255,255,255,.07);
  position: relative;
  overflow-x: hidden;
}

.page-home .page-home__crumb{
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px 24px 0;
  font-size: var(--fs-small);
}
.page-home .page-home__crumb [aria-current="page"]{
  color: var(--text-primary);
  font-weight: 600;
}

.page-home .home-intro{
  position: relative;
  display: grid;
  gap: 36px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 24px 52px;
  isolation: isolate;
}
.page-home .home-intro__bg{
  position: absolute;
  inset: -5% -20%;
  width: 140%;
  height: 110%;
  object-fit: cover;
  opacity: .16;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 90% 72% at 30% 42%, #000 18%, transparent 74%);
  mask-image: radial-gradient(ellipse 90% 72% at 30% 42%, #000 18%, transparent 74%);
}
.page-home .home-intro__copy{
  position: relative;
  z-index: 1;
}
.page-home .home-intro__eyebrow{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--accent-neon);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.page-home .home-intro__eyebrow::before{
  content: "";
  width: 22px;
  height: 2px;
  background: var(--accent-neon);
  flex: none;
}
.page-home .home-intro__title{
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: var(--fs-h1);
  line-height: 1.04;
  letter-spacing: -.02em;
  max-width: 10em;
}
.page-home .home-intro__desc{
  max-width: 62ch;
  margin: 0 0 24px;
  color: var(--text-secondary);
  font-size: var(--fs-body);
  line-height: 1.75;
}
.page-home .home-intro__quick{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-intro__panel{
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 22px 20px;
  background: var(--bg-glass);
  border: 1px solid var(--page-line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.page-home .home-intro__panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(255,255,255,.16);
}
.page-home .home-intro__panel-label{
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--text-primary);
}
.page-home .home-directory{
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.page-home .home-directory__item a{
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 4px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.page-home .home-directory__item a:hover,
.page-home .home-directory__item a:focus-visible{
  background: rgba(208,255,62,.08);
  color: var(--text-primary);
  transform: translateX(4px);
}
.page-home .home-directory__index{
  min-width: 22px;
  font-family: var(--font-numeric);
  font-size: 13px;
  color: var(--accent-neon);
}
.page-home .home-intro__note{
  margin: 12px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255,255,255,.06);
  color: var(--text-secondary);
  font-size: var(--fs-note);
  line-height: 1.6;
}

.page-home .home-section{
  padding: clamp(48px, 6vw, 88px) 24px;
  border-top: 1px solid var(--page-line);
}
.page-home .home-section__inner{
  max-width: var(--container);
  margin: 0 auto;
}
.page-home .home-section__head{
  margin-bottom: 28px;
}
.page-home .section-label{
  color: var(--accent-neon);
}
.page-home .section-title{
  margin: 10px 0 10px;
  border-left: 4px solid var(--accent-neon);
  padding-left: 14px;
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  line-height: 1.1;
  letter-spacing: -.01em;
  max-width: 15em;
}
.page-home .section-lead{
  max-width: 60ch;
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
}

.page-home .home-section--dark{
  position: relative;
  background: linear-gradient(105deg, rgba(17,24,32,.72) 0%, rgba(17,24,32,.42) 55%, rgba(24,33,48,.72) 100%);
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.page-home .home-section--dark::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(208,255,62,.55), transparent);
}
.page-home .home-section--alt{
  background: linear-gradient(100deg, transparent 0%, rgba(53,214,198,.05) 50%, transparent 100%);
}
.page-home .home-section--compact{
  padding-bottom: 72px;
}

.page-home .live-data-grid{
  display: grid;
  gap: 14px;
}
.page-home .data-card.live-data-card{
  position: relative;
  padding: 24px 20px 20px;
  overflow: hidden;
}
.page-home .data-card.live-data-card--voltage{
  border-top: 2px solid var(--accent-volt);
}
.page-home .live-data-card .data-value{
  margin-top: 8px;
  font-size: 52px;
  line-height: 1;
}
.page-home .live-data-card__unit{
  font-family: var(--font-numeric);
  font-size: 14px;
  color: var(--text-secondary);
}
.page-home .live-data-card__desc{
  margin: 8px 0 0;
  color: var(--text-secondary);
  font-size: var(--fs-small);
  line-height: 1.6;
}

.page-home .lineup-grid{
  display: grid;
  gap: 16px;
}
.page-home .lineup-panel,
.page-home .records-panel{
  position: relative;
  padding: 24px 20px;
  background: var(--bg-panel);
  border: 1px solid var(--page-line);
  overflow: hidden;
}
.page-home .lineup-panel{
  border-top: 2px solid var(--accent-neon);
}
.page-home .records-panel{
  border-top: 2px solid var(--accent-volt);
}
.page-home .records-panel__glow{
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255,159,14,.18), transparent 70%);
  pointer-events: none;
}
.page-home .lineup-panel__head,
.page-home .records-panel__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.page-home .lineup-panel__title,
.page-home .records-panel__title{
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
}
.page-home .lineup-feed{
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 2px;
}
.page-home .lineup-feed__row{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 2px;
  border-bottom: 1px dashed rgba(255,255,255,.09);
  font-size: var(--fs-small);
}
.page-home .lineup-feed__key{
  color: var(--text-secondary);
}
.page-home .lineup-feed__val{
  color: var(--text-primary);
  font-weight: 600;
  text-align: right;
}
.page-home .records-panel__desc{
  margin: 0 0 20px;
  color: var(--text-secondary);
  font-size: var(--fs-small);
  line-height: 1.65;
}
.page-home .records-panel__stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.page-home .records-panel__stat{
  padding: 12px 8px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.page-home .records-panel__num{
  display: block;
  margin-top: 6px;
  font-family: var(--font-numeric);
  font-size: 32px;
  line-height: 1;
  color: var(--text-primary);
}

.page-home .subscribe-panel{
  display: grid;
  gap: 20px;
  padding: 24px 20px;
  background: var(--bg-glass);
  border: 1px solid var(--page-line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.page-home .subscribe-panel__title{
  margin: 12px 0 12px;
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  line-height: 1.2;
}
.page-home .subscribe-panel__desc{
  margin: 0 0 20px;
  color: var(--text-secondary);
  line-height: 1.7;
}
.page-home .subscribe-panel__note{
  margin: 16px 0 0;
  color: var(--text-secondary);
  font-size: var(--fs-note);
}
.page-home .subscribe-panel__img{
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.page-home .shooting-grid{
  display: grid;
  gap: 16px;
}
.page-home .shooting-visual{
  position: relative;
}
.page-home .shooting-visual__img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.page-home .shooting-visual__tag{
  position: absolute;
  top: 14px;
  left: 14px;
}
.page-home .shooting-stats{
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.page-home .shooting-stat-card{
  padding: 18px 16px;
}
.page-home .shooting-stat-card--wide{
  grid-column: 1 / -1;
}
.page-home .shooting-stat-card__num{
  display: block;
  margin-top: 8px;
  font-family: var(--font-numeric);
  font-size: 44px;
  line-height: 1;
}
.page-home .shooting-stat-card--accent .shooting-stat-card__num{
  color: var(--accent-neon);
}
.page-home .shooting-stat-card--cyan .shooting-stat-card__num{
  color: var(--data-line);
}
.page-home .shooting-stat-card__label{
  color: var(--text-secondary);
  font-size: var(--fs-small);
}
.page-home .shooting-stat-card__desc{
  margin: 10px 0 0;
  color: var(--text-secondary);
  font-size: var(--fs-small);
  line-height: 1.6;
}

.page-home .mobile-matchup{
  display: grid;
  gap: 16px;
  margin-top: 20px;
  padding: 24px 20px;
  background: rgba(17,24,32,.6);
  border: 1px solid var(--page-line);
}
.page-home .mobile-matchup__copy h3{
  margin: 12px 0 10px;
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  line-height: 1.2;
}
.page-home .mobile-matchup__copy p{
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
}
.page-home .mobile-matchup__img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.page-home .platform-list{
  display: grid;
  gap: 2px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--page-line);
}
.page-home .platform-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 14px;
  background: var(--bg-void);
}
.page-home .platform-item__icon{
  flex: none;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.page-home .platform-item__title{
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--text-primary);
}
.page-home .platform-item__body p{
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--fs-small);
  line-height: 1.6;
}
.page-home .platform-help{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}
.page-home .platform-help p{
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
}

@media (min-width: 900px){
  .page-home .home-intro{
    grid-template-columns: 1.15fr .85fr;
    gap: 56px;
    align-items: start;
    padding-top: 56px;
    padding-bottom: 72px;
  }
  .page-home .home-intro__panel{
    padding: 26px 22px;
  }
  .page-home .home-section{
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-home .home-section__head{
    margin-bottom: 42px;
  }
  .page-home .live-data-grid{
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .page-home .lineup-grid{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .page-home .subscribe-panel{
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    padding: 36px 32px;
  }
  .page-home .shooting-grid{
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
    align-items: start;
  }
  .page-home .mobile-matchup{
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 32px 28px;
  }
  .page-home .platform-list{
    grid-template-columns: 1fr 1fr;
  }
}
