.page-home{background:var(--color-ink);color:var(--color-ivory);overflow-x:clip;}

.page-home .home-hero{position:relative;padding:48px 0 72px;background:radial-gradient(circle at 12% 18%,rgba(230,57,70,.12),transparent 32%),radial-gradient(circle at 88% 6%,rgba(212,175,55,.16),transparent 24%),linear-gradient(145deg,#081426 0%,#0B1D3A 48%,#132B4E 100%);}
.page-home .home-hero::before,.page-home .home-hero::after{content:"";position:absolute;pointer-events:none;border-radius:999px;z-index:0;}
.page-home .home-hero::before{width:220px;height:220px;right:-70px;top:60px;background:linear-gradient(135deg,rgba(212,175,55,.14),rgba(212,175,55,0));transform:rotate(24deg);}
.page-home .home-hero::after{width:180px;height:180px;left:-60px;bottom:30px;background:linear-gradient(135deg,rgba(42,157,143,.14),transparent);transform:rotate(-18deg);}
.page-home .home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);gap:28px 36px;}
.page-home .home-hero__content{min-width:0;}
.page-home .home-hero__title{margin:28px 0 0;font-family:var(--font-display);font-size:clamp(2.7rem,7vw,5.6rem);line-height:.92;letter-spacing:.01em;color:var(--color-ivory);max-width:8.6em;}
.page-home .home-hero__subtitle{margin:14px 0 0;display:inline-flex;align-items:center;gap:8px;color:var(--color-gold);font-weight:700;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;}
.page-home .home-hero__subtitle::before{content:"";width:28px;height:2px;background:var(--color-gold);}
.page-home .home-hero__desc{margin:20px 0 0;max-width:56ch;color:rgba(245,247,250,.78);font-size:1.05rem;line-height:1.8;}
.page-home .home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
.page-home .home-hero__photo{position:relative;}
.page-home .home-hero__photo img{display:block;width:100%;height:auto;object-fit:cover;border-radius:32px;}
.page-home .home-hero__badge{position:absolute;right:16px;bottom:16px;background:rgba(11,29,58,.72);border:1px solid rgba(212,175,55,.4);color:var(--color-gold);border-radius:999px;padding:8px 16px;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.06em;}
.page-home .home-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0;}
.page-home .home-hero__stat{background:rgba(245,247,250,.05);border:1px solid rgba(245,247,250,.1);border-radius:24px;padding:18px 16px;transition:transform .25s ease,background-color .25s ease;}
.page-home .home-hero__stat:hover{transform:translateY(-4px);background-color:rgba(245,247,250,.09);}
.page-home .home-hero__stat-value{display:block;font-family:var(--font-mono);font-weight:700;font-size:clamp(1.9rem,4.6vw,2.6rem);line-height:1;color:var(--color-ivory);white-space:nowrap;}
.page-home .home-hero__stat--gold .home-hero__stat-value{color:var(--color-gold);}
.page-home .home-hero__stat--red .home-hero__stat-value{color:var(--color-red);}
.page-home .home-hero__stat--teal .home-hero__stat-value{color:var(--color-teal);}
.page-home .home-hero__stat-label{display:block;margin-top:8px;color:rgba(245,247,250,.7);font-size:.85rem;}

@media (min-width:900px){
  .page-home .home-hero{padding:64px 0 96px;}
  .page-home .home-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);grid-template-areas:"content photo" "stats photo";align-items:stretch;gap:32px 44px;}
  .page-home .home-hero__content{grid-area:content;padding-top:12px;}
  .page-home .home-hero__photo{grid-area:photo;min-height:420px;}
  .page-home .home-hero__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:32px;}
  .page-home .home-hero__stats{grid-area:stats;align-self:end;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  .page-home .home-hero__title{font-size:clamp(3.2rem,5.2vw,5.6rem);}
}

.page-home .home-section-head{margin-bottom:32px;}
.page-home .home-section-head__annotation{margin-bottom:10px;}
.page-home .home-section-title{margin:0;font-family:var(--font-display);font-size:clamp(2.1rem,4vw,3.4rem);line-height:1;letter-spacing:.01em;}
.page-home .home-section-lead{margin:12px 0 0;font-size:1rem;line-height:1.8;color:var(--color-deep);opacity:.85;}
.page-home .home-section-head--light .home-section-title{color:var(--color-ivory);}
.page-home .home-section-head--light .home-section-lead{color:rgba(245,247,250,.65);}

.page-home .home-overview{position:relative;z-index:1;margin-top:-18px;padding:64px 0 72px;background:var(--color-ivory);color:var(--color-deep);border-radius:32px 32px 0 0;}
.page-home .home-overview__nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px;}
.page-home .home-overview__tab{font-family:var(--font-body);font-weight:700;font-size:.95rem;padding:10px 24px;border-radius:999px;border:1px solid rgba(11,29,58,.2);background:transparent;color:var(--color-deep);cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease;}
.page-home .home-overview__tab:hover{border-color:var(--color-teal);color:var(--color-teal);}
.page-home .home-overview__tab[aria-selected="true"]{background:var(--color-ink);color:var(--color-ivory);border-color:var(--color-ink);}
.page-home .home-overview__panel{padding:4px 0;}
.page-home .home-index-list{display:grid;gap:14px;}
.page-home .home-index-row{display:grid;grid-template-columns:40px 1fr;gap:4px 14px;padding:18px 14px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(11,29,58,.06);box-shadow:0 4px 12px rgba(11,29,58,.03);}
.page-home .home-index-row .index-row__index{font-family:var(--font-mono);font-weight:700;font-size:.85rem;color:var(--color-red);}
.page-home .home-index-row .index-row__title{grid-column:2;margin:0;font-size:1.02rem;line-height:1.4;}
.page-home .home-index-row .index-row__detail{grid-column:2;margin:0;font-size:.9rem;color:var(--color-muted);line-height:1.65;}
@media (min-width:760px){
  .page-home .home-index-list{grid-template-columns:repeat(2,1fr);gap:18px;}
  .page-home .home-index-row:last-child:nth-child(odd){grid-column:1 / -1;}
}

.page-home .home-matches{background:radial-gradient(circle at 90% 20%,rgba(212,175,55,.1),transparent 28%),var(--color-ink);color:var(--color-ivory);padding:72px 0 80px;}
.page-home .home-matches__grid{display:grid;gap:20px;margin-top:32px;}
.page-home .home-match{position:relative;background:rgba(245,247,250,.05);border:1px solid rgba(245,247,250,.1);border-radius:28px;padding:26px 24px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;}
.page-home .home-match:hover,.page-home .home-match:focus-within{transform:translateY(-6px);border-color:rgba(212,175,55,.55);box-shadow:0 16px 36px rgba(0,0,0,.28);}
.page-home .home-match__top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px;}
.page-home .home-match__tag{display:inline-block;background:rgba(230,57,70,.16);color:var(--color-red);border-radius:999px;padding:5px 12px;font-size:.8rem;font-weight:700;}
.page-home .home-match__round{font-family:var(--font-mono);font-size:.8rem;color:rgba(245,247,250,.55);}
.page-home .home-match__name{margin:0 0 12px;font-family:var(--font-display);font-size:1.5rem;letter-spacing:.02em;}
.page-home .home-match__teams{margin:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;}
.page-home .home-match__team{font-weight:700;font-size:.95rem;overflow-wrap:break-word;}
.page-home .home-match__team--home{text-align:left;}
.page-home .home-match__team--away{text-align:right;}
.page-home .home-match__score{justify-self:center;grid-column:2;margin:0;font-family:var(--font-mono);font-weight:700;font-size:1.4rem;color:var(--color-gold);transition:color .25s ease;}
.page-home .home-match:hover .home-match__score{color:var(--color-red);}
.page-home .home-match__meta{margin:14px 0 0;font-size:.86rem;color:rgba(245,247,250,.58);line-height:1.6;}
.page-home .home-match__link{display:inline-block;margin-top:18px;color:var(--color-teal);font-weight:700;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease;}
.page-home .home-match__link:hover{border-color:currentColor;}
@media (min-width:860px){
  .page-home .home-matches__grid{grid-template-columns:repeat(3,1fr);gap:24px;}
}

.page-home .home-capability{background:var(--color-ivory);color:var(--color-deep);padding:72px 0 88px;}
.page-home .home-capability__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;margin-top:36px;}
.page-home .home-capability__item{display:flex;flex-direction:column;background:#FFFFFF;border:1px solid rgba(11,29,58,.08);border-radius:28px;padding:28px 24px;box-shadow:0 8px 24px rgba(11,29,58,.04);transition:transform .25s ease,box-shadow .25s ease;}
.page-home .home-capability__item:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(11,29,58,.1);}
.page-home .home-capability__item--entry{background:linear-gradient(145deg,#FFFFFF 55%,rgba(42,157,143,.06));}
.page-home .home-capability__item--venue{background:linear-gradient(145deg,#FFFFFF 50%,rgba(212,175,55,.08));}
.page-home .home-capability__item--team{background:linear-gradient(145deg,#FFFFFF 45%,rgba(230,57,70,.05));}
.page-home .home-capability__index{font-family:var(--font-mono);font-size:.9rem;color:var(--color-red);margin-bottom:20px;}
.page-home .home-capability__title{margin:0 0 12px;font-family:var(--font-display);font-size:1.6rem;line-height:1.1;}
.page-home .home-capability__desc{margin:0;font-size:.95rem;line-height:1.75;color:var(--color-deep);}
.page-home .home-capability__list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:8px;}
.page-home .home-capability__list li{position:relative;padding-left:22px;font-size:.9rem;color:var(--color-deep);}
.page-home .home-capability__list li::before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:50%;background:var(--color-teal);opacity:.45;}
.page-home .home-capability__link{display:inline-block;margin-top:20px;color:var(--color-red);font-weight:700;text-decoration:none;border-bottom:2px solid rgba(230,57,70,.25);transition:border-color .2s ease;}
.page-home .home-capability__link:hover{border-color:var(--color-red);}
.page-home .home-capability__media{margin-top:18px;}
.page-home .home-capability__media img{display:block;width:100%;height:auto;object-fit:cover;border-radius:18px;}
@media (min-width:920px){
  .page-home .home-capability__grid{grid-template-columns:repeat(12,1fr);}
  .page-home .home-capability__item--entry{grid-column:1 / 6;}
  .page-home .home-capability__item--venue{grid-column:6 / 10;}
  .page-home .home-capability__item--team{grid-column:10 / 13;}
}

.page-home .home-timeline{background:linear-gradient(180deg,rgba(11,29,58,.4),transparent 30%),radial-gradient(circle at 20% 90%,rgba(42,157,143,.12),transparent 35%),var(--color-ink);color:var(--color-ivory);padding:72px 0 88px;}
.page-home .home-timeline__wrap{display:grid;gap:36px;align-items:center;}
.page-home .home-timeline__list{margin:0;padding:0;list-style:none;position:relative;}
.page-home .home-timeline__list::before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--color-gold),rgba(212,175,55,.1));}
.page-home .home-timeline__item{position:relative;padding:0 0 18px 40px;}
.page-home .home-timeline__dot{position:absolute;left:1px;top:7px;width:18px;height:18px;border-radius:50%;background:var(--color-ink);border:4px solid var(--color-gold);}
.page-home .home-timeline__year{display:block;font-family:var(--font-mono);font-weight:700;color:var(--color-ivory);}
.page-home .home-timeline__note{display:block;margin-top:3px;font-size:.9rem;color:rgba(245,247,250,.6);}
.page-home .home-timeline__media img{display:block;width:100%;max-width:100%;height:auto;object-fit:cover;border-radius:28px;}
@media (min-width:1024px){
  .page-home .home-timeline__wrap{grid-template-columns:1.05fr .95fr;gap:48px;}
}

.page-home .home-culture{background:var(--color-ivory);color:var(--color-deep);padding:72px 0 88px;}
.page-home .home-culture__grid{display:grid;gap:32px;align-items:center;}
.page-home .home-culture__media img{display:block;width:100%;max-width:100%;height:auto;border-radius:28px;}
.page-home .home-culture__text{margin:0;font-size:1rem;line-height:1.8;color:var(--color-deep);}
.page-home .home-culture__quote{margin:24px 0;padding:18px 22px;border-left:4px solid var(--color-gold);background:rgba(212,175,55,.08);border-radius:0 16px 16px 0;color:var(--color-deep);font-size:1rem;line-height:1.75;}
@media (min-width:900px){
  .page-home .home-culture__grid{grid-template-columns:.9fr 1.1fr;gap:48px;}
}

.page-home .home-guide{background:radial-gradient(circle at 10% 15%,rgba(230,57,70,.14),transparent 30%),var(--color-ink);color:var(--color-ivory);padding:72px 0 88px;}
.page-home .home-guide__grid{display:grid;gap:16px;margin-top:36px;}
.page-home .home-guide__card{background:rgba(245,247,250,.05);border:1px solid rgba(245,247,250,.1);border-radius:24px;padding:22px 24px;transition:border-color .2s ease,transform .2s ease;}
.page-home .home-guide__card:hover{transform:translateY(-3px);border-color:rgba(42,157,143,.5);}
.page-home .home-guide__card-title{margin:0 0 8px;font-size:1.05rem;color:var(--color-ivory);}
.page-home .home-guide__card-text{margin:0;font-size:.9rem;color:rgba(245,247,250,.66);line-height:1.7;}
.page-home .home-guide__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;align-items:center;}
.page-home .home-guide__note{margin-top:20px;color:rgba(245,247,250,.5);font-size:.9rem;}
.page-home .home-guide__note a{color:var(--color-gold);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(212,175,55,.4);}
@media (min-width:860px){
  .page-home .home-guide__grid{grid-template-columns:repeat(2,1fr);gap:20px;}
}
