.page-home{
  --home-gap:16px;
  --home-radius:18px;
  --home-card-bg:rgba(18,59,107,.66);
  --home-veil:linear-gradient(180deg,rgba(10,30,63,.88) 0%,rgba(10,30,63,.52) 46%,rgba(10,30,63,.97) 100%);
  background:var(--c-ink);
  color:var(--c-mist);
  font-family:var(--font-body);
  overflow-x:clip;
}
.page-home .home-hero{position:relative;overflow:hidden;background:var(--c-ink);}
.page-home .home-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden;}
.page-home .home-hero-bg img{display:block;width:100%;height:100%;object-fit:cover;}
.page-home .home-hero-veil{position:absolute;inset:0;background:var(--home-veil);}
.page-home .home-hero-content{position:relative;z-index:1;padding:30px 0 18px;}
.page-home .breadcrumb{display:flex;align-items:center;gap:6px;margin:0 0 20px;}
.page-home .home-crumb-tag{background:rgba(138,43,226,.28);border:1px solid rgba(138,43,226,.5);color:var(--c-white);}
.page-home .crumb-sep{color:rgba(232,237,245,.5);font-size:13px;}
.page-home .crumb-current{font-size:12px;letter-spacing:.14em;color:rgba(232,237,245,.7);}
.page-home .home-hero-content .section-kicker{color:var(--c-orange);}
.page-home .home-hero-content h1{margin:10px 0 6px;font-family:var(--font-head);font-size:clamp(34px,10vw,66px);line-height:1.02;color:var(--c-white);letter-spacing:.02em;text-shadow:0 2px 30px rgba(4,12,32,.4);}
.page-home .home-hero-tagline{margin:0 0 16px;font-size:15px;font-weight:700;letter-spacing:.36em;color:var(--c-orange);}
.page-home .home-hero-lead{max-width:640px;margin:0 0 20px;font-size:15px;line-height:1.85;color:rgba(232,237,245,.9);}
.page-home .home-tags{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;}
.page-home .home-tags .tag{padding:8px 14px;border-radius:999px;background:rgba(18,59,107,.6);border:1px solid rgba(232,237,245,.18);color:var(--c-mist);font-size:13px;letter-spacing:.08em;text-decoration:none;transition:var(--transition);}
.page-home .home-tags .tag:hover,.page-home .home-tags .tag:focus-visible{border-color:var(--c-orange);color:var(--c-white);transform:translateY(-2px);}
.page-home .home-tags .home-tag-key{background:rgba(255,107,53,.2);border-color:rgba(255,107,53,.7);color:var(--c-white);font-weight:700;}
.page-home .home-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
.page-home .home-bento{position:relative;z-index:2;display:grid;gap:var(--home-gap);padding:26px 0 10px;}
.page-home .bento-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--home-radius);background:var(--home-card-bg);border:1px solid rgba(232,237,245,.12);box-shadow:var(--shadow-card);text-decoration:none;color:inherit;transition:var(--transition);}
.page-home .bento-card:hover,.page-home .bento-card:focus-visible{transform:translateY(-4px);border-color:rgba(255,107,53,.55);box-shadow:var(--shadow-float);}
.page-home .bento-img{position:relative;overflow:hidden;background:var(--c-deep);aspect-ratio:16/9;min-height:0;}
.page-home .bento-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.page-home .bento-lineup .bento-img{aspect-ratio:4/5;}
.page-home .bento-lineup .bento-img img{object-position:center 18%;}
.page-home .bento-graphic{display:flex;align-items:flex-end;justify-content:flex-end;padding:16px;min-height:118px;background:linear-gradient(135deg,rgba(138,43,226,.34),rgba(18,59,107,.12) 60%),linear-gradient(45deg,rgba(255,107,53,.16),transparent 40%);border-bottom:1px solid rgba(232,237,245,.1);}
.page-home .graphic-cal{display:grid;grid-template-columns:repeat(7,18px);gap:6px;padding:12px;background:rgba(10,30,63,.62);border:1px solid rgba(255,255,255,.16);border-radius:10px;}
.page-home .graphic-cal span{width:10px;height:10px;border-radius:50%;background:var(--c-deep);}
.page-home .graphic-cal span.hot{background:var(--c-orange);box-shadow:0 0 12px rgba(255,107,53,.8);}
.page-home .graphic-cal span.up{background:var(--c-violet);}
.page-home .bento-body{display:flex;flex-direction:column;gap:8px;padding:18px 20px 20px;flex:1;}
.page-home .bento-index{margin:0;font-size:12px;letter-spacing:.3em;color:var(--c-orange);}
.page-home .bento-body h3{margin:0;font-family:var(--font-head);font-size:22px;line-height:1.22;color:var(--c-white);letter-spacing:.02em;}
.page-home .bento-body p{margin:0;font-size:14px;line-height:1.7;color:rgba(232,237,245,.78);}
.page-home .bento-link{margin-top:auto;font-size:13px;letter-spacing:.16em;color:var(--c-white);display:inline-flex;align-items:center;gap:6px;}
.page-home .bento-link::after{content:"→";color:var(--c-orange);transition:transform .3s;}
.page-home .bento-card:hover .bento-link::after{transform:translateX(4px);}
.page-home .home-chapter{position:relative;padding:64px 0 16px;scroll-margin-top:96px;}
.page-home .home-chapter + .home-chapter{border-top:1px solid rgba(232,237,245,.08);}
.page-home .home-schedule{background:linear-gradient(180deg,rgba(18,59,107,.5),rgba(10,30,63,0));}
.page-home .home-ranking{background:linear-gradient(180deg,rgba(18,59,107,.34),rgba(10,30,63,0));}
.page-home .home-chapter-grid{display:grid;gap:28px;}
.page-home .chapter-main{min-width:0;}
.page-home .section-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.32em;color:var(--c-orange);}
.page-home .chapter-num{font-family:var(--font-head);font-size:18px;color:var(--c-violet);}
.page-home .home-chapter h2{margin:12px 0 18px;font-family:var(--font-head);font-size:clamp(30px,5.6vw,46px);line-height:1.1;color:var(--c-white);letter-spacing:.01em;}
.page-home .chapter-lead{font-size:15px;line-height:1.85;color:rgba(232,237,245,.84);max-width:70ch;}
.page-home .home-steps{list-style:none;counter-reset:step;display:grid;gap:14px;margin:24px 0 28px;padding:0;}
.page-home .home-steps li{position:relative;padding:18px 18px 18px 60px;background:rgba(18,59,107,.42);border:1px solid rgba(232,237,245,.1);border-radius:var(--radius-sm);counter-increment:step;font-size:14px;line-height:1.7;color:rgba(232,237,245,.78);}
.page-home .home-steps li::before{content:counter(step,decimal-leading-zero);position:absolute;left:16px;top:18px;font-family:var(--font-head);font-size:20px;color:var(--c-orange);}
.page-home .home-steps strong{display:block;margin-bottom:4px;font-size:15px;color:var(--c-white);}
.page-home .home-league-board{display:grid;gap:14px;margin:26px 0 28px;}
.page-home .league-col{padding:18px 20px;background:rgba(18,59,107,.4);border:1px solid rgba(232,237,245,.1);border-left:3px solid var(--c-orange);border-radius:var(--radius-sm);}
.page-home .league-col h3{margin:0 0 10px;font-family:var(--font-head);font-size:18px;color:var(--c-white);letter-spacing:.06em;}
.page-home .league-col ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;}
.page-home .league-col li{position:relative;padding-left:14px;font-size:14px;line-height:1.6;color:rgba(232,237,245,.8);}
.page-home .league-col li::before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;background:var(--c-violet);transform:rotate(45deg);}
.page-home .chapter-note{position:relative;padding:22px;background:linear-gradient(160deg,rgba(138,43,226,.22),rgba(18,59,107,.36));border:1px solid rgba(232,237,245,.12);border-radius:var(--home-radius);box-shadow:var(--shadow-card);}
.page-home .chapter-note::before{content:"";position:absolute;top:0;left:0;width:46px;height:4px;background:var(--c-orange);clip-path:var(--clipper);}
.page-home .note-label{margin:0 0 12px;font-size:12px;letter-spacing:.3em;color:var(--c-violet);}
.page-home .chapter-note p{margin:0 0 10px;font-size:14px;line-height:1.75;color:rgba(232,237,245,.82);}
.page-home .chapter-note p.note-caption{margin:0;font-size:12px;line-height:1.7;color:rgba(232,237,245,.6);}
.page-home .note-metric{display:flex;align-items:baseline;gap:8px;margin:18px 0 6px;}
.page-home .note-metric strong{font-family:var(--font-head);font-size:54px;line-height:1;color:var(--c-white);}
.page-home .note-metric span{font-size:14px;color:var(--c-orange);letter-spacing:.1em;}
.page-home .rank-board{border-radius:var(--radius-sm);overflow:hidden;margin:24px 0 12px;box-shadow:var(--shadow-card);}
.page-home .rank-table{width:100%;border-collapse:collapse;background:rgba(10,30,63,.58);}
.page-home .rank-table th,.page-home .rank-table td{padding:13px 14px;text-align:left;font-size:14px;border-bottom:1px solid rgba(232,237,245,.1);}
.page-home .rank-table thead th{font-size:12px;letter-spacing:.22em;color:var(--c-violet);background:rgba(18,59,107,.7);}
.page-home .rank-table tbody tr:last-child td{border-bottom:0;}
.page-home .rank-table tbody td:first-child{font-family:var(--font-head);font-size:17px;color:var(--c-orange);}
.page-home .rank-foot{margin:0 0 22px;font-size:12px;line-height:1.7;color:rgba(232,237,245,.62);}
.page-home .home-feature-grid{display:grid;gap:14px;margin:28px 0 24px;}
.page-home .feature-cell{padding:20px;background:rgba(18,59,107,.4);border:1px solid rgba(232,237,245,.1);border-radius:var(--radius-sm);transition:var(--transition);}
.page-home .feature-cell:hover{border-color:rgba(255,107,53,.5);transform:translateY(-2px);}
.page-home .feature-cell h3{display:flex;align-items:center;gap:10px;margin:0 0 8px;font-family:var(--font-head);font-size:17px;color:var(--c-white);}
.page-home .feature-cell h3::before{content:"";width:8px;height:8px;flex:0 0 8px;background:var(--c-orange);transform:rotate(45deg);}
.page-home .feature-cell p{margin:0;font-size:14px;line-height:1.72;color:rgba(232,237,245,.78);}
.page-home .home-trust{margin:0 0 24px;padding:14px 18px;background:rgba(255,107,53,.14);border-left:4px solid var(--c-orange);border-radius:var(--radius-sm);}
.page-home .home-trust p{margin:0;font-size:14px;line-height:1.7;color:rgba(255,255,255,.92);}
.page-home .home-out-links{display:flex;flex-wrap:wrap;gap:12px;}
.page-home .home-why-note .quick-facts{list-style:none;margin:0;padding:0;display:grid;gap:14px;}
.page-home .home-why-note .quick-facts li{padding-top:14px;border-top:1px solid rgba(232,237,245,.12);font-size:14px;line-height:1.7;color:rgba(232,237,245,.8);}
.page-home .home-why-note .quick-facts li:first-child{padding-top:0;border-top:0;}
.page-home .home-why-note .quick-facts strong{display:block;margin-bottom:2px;color:var(--c-white);font-size:15px;}

@media (min-width:720px){
  .page-home .home-hero-content{padding-top:56px;}
  .page-home .home-hero-content h1{font-size:56px;}
  .page-home .home-hero-lead{font-size:16px;}
  .page-home .home-bento{gap:var(--home-gap);}
  .page-home .home-league-board{grid-template-columns:repeat(3,1fr);}
  .page-home .home-feature-grid{grid-template-columns:repeat(2,1fr);}
  .page-home .home-chapter{padding-top:84px;}
  .page-home .home-chapter-grid{gap:36px;}
}

@media (min-width:980px){
  .page-home .home-hero-content{padding-top:78px;padding-bottom:74px;}
  .page-home .home-hero-content h1{font-size:66px;}
  .page-home .home-bento{grid-template-columns:repeat(12,1fr);margin-top:-58px;padding-top:0;padding-bottom:52px;}
  .page-home .bento-lineup{grid-column:span 7;flex-direction:row;align-items:stretch;}
  .page-home .bento-schedule{grid-column:span 5;}
  .page-home .bento-subscribe{grid-column:span 5;}
  .page-home .bento-ranking{grid-column:span 7;flex-direction:row;align-items:stretch;}
  .page-home .bento-lineup .bento-img{flex:0 0 42%;aspect-ratio:auto;}
  .page-home .bento-ranking .bento-img{flex:0 0 38%;aspect-ratio:auto;}
  .page-home .bento-schedule .bento-img{aspect-ratio:16/9;}
  .page-home .bento-body{padding:22px 24px 24px;}
  .page-home .home-chapter{padding-bottom:26px;}
  .page-home .home-chapter-grid{grid-template-columns:minmax(0,1fr) 280px;gap:46px;align-items:start;}
  .page-home .home-why-note{position:sticky;top:120px;}
  .page-home .home-feature-grid{grid-template-columns:repeat(2,1fr);}
}

@media (min-width:1200px){
  .page-home .home-feature-grid{grid-template-columns:repeat(3,1fr);}
}
