/* BIG3 Three-Core Resonance: immersive brand stage and restrained competition UI. */

.home-page{
  --home-bg:#050506;
  --home-surface:#0a0a0c;
  --home-surface-2:#101013;
  --home-ink:#f4f1e9;
  --home-muted:#aaa69d;
  --home-quiet:#77736c;
  --home-gold:#d7ad42;
  --home-gold-light:#f0d17b;
  --home-silver:#d5d7d8;
  --home-line:rgba(255,255,255,.10);
  --home-gold-line:rgba(215,173,66,.38);
  background:var(--home-bg);
  color:var(--home-ink);
}
.home-page .container{max-width:1380px}
.home-page .nav{
  background:rgba(5,5,6,.92);
  border-bottom-color:rgba(255,255,255,.08);
}
.home-page .nav .container{max-width:1460px}
.home-page .nav.is-scrolled{background:rgba(5,5,6,.98);box-shadow:0 14px 40px rgba(0,0,0,.34)}
.home-page .nav-brand img{filter:drop-shadow(0 6px 14px rgba(215,173,66,.18))}
.home-page .nav-brand-name{letter-spacing:0}
.home-page .nav-links a{letter-spacing:0}
.home-page .nav-links a.active::after{box-shadow:0 0 12px rgba(215,173,66,.5)}

/* Hero: selected Three-Core Resonance concept. */
.home-page .hero{
  position:relative;
  height:clamp(720px,calc(100svh - 124px),820px);
  min-height:720px;
  padding:28px 0 30px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:var(--home-bg);
  border-bottom:1px solid rgba(215,173,66,.30);
}
.home-page .hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:#050506;
}
.home-page .hero-grid{
  opacity:.72;
  background-image:
    linear-gradient(rgba(215,173,66,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(215,173,66,.045) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 94%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 94%,transparent 100%);
}
.home-page .hero-atmosphere{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  box-shadow:inset 0 -130px 120px rgba(0,0,0,.42);
}
.home-page .hero .container{max-width:1460px;padding-left:52px;padding-right:52px}
.home-page .hero-inner{
  position:relative;
  height:100%;
  width:100%;
  display:grid;
  grid-template-columns:minmax(520px,.84fr) minmax(650px,1.16fr);
  gap:4px;
  align-items:center;
}
.home-page .hero-copy{position:static;min-width:0;padding:6px 0 0}
.home-page .hero .eyebrow{
  margin-bottom:23px;
  color:var(--home-gold-light);
  letter-spacing:.30em;
}
.home-page .hero-brand-title{margin:0 0 18px;line-height:.78;letter-spacing:0;color:var(--home-ink)}
.home-page .hero-brand-row{display:flex;align-items:flex-end;gap:24px;white-space:nowrap}
.home-page .hero-big-mark{
  display:block;
  font-size:122px;
  line-height:.76;
  letter-spacing:0;
  color:#d9b24d;
  text-shadow:0 12px 34px rgba(0,0,0,.52);
}
.home-page .hero-big-mark b{color:#f0d172;font-weight:900}
.home-page .hero-brand-cn{
  display:block;
  padding-bottom:3px;
  font-family:'Noto Sans SC',sans-serif;
  font-size:96px;
  font-weight:900;
  line-height:.82;
  letter-spacing:0;
  color:var(--home-ink);
  text-shadow:0 12px 34px rgba(0,0,0,.52);
}
.home-page .hero-brand-en{
  display:block;
  margin-top:42px;
  font-family:var(--font-display);
  font-size:148px;
  font-weight:900;
  line-height:.76;
  letter-spacing:0;
  color:var(--home-ink);
  text-shadow:0 12px 34px rgba(0,0,0,.52);
}
.home-page .hero-oath{
  display:flex;
  align-items:center;
  gap:13px;
  margin:34px 0 14px;
  font-family:var(--font-mono);
  font-size:12px;
  line-height:1.4;
  letter-spacing:.24em;
  color:var(--home-gold-light);
}
.home-page .hero-oath::before{content:"";width:36px;height:1px;background:var(--home-gold);flex:0 0 auto}
.home-page .hero-subtitle{
  max-width:430px;
  margin-bottom:25px;
  color:var(--home-muted);
  font-size:15px;
  line-height:1.86;
}
.home-page .hero-actions{gap:12px}
.home-page .hero-actions .btn{min-width:178px;min-height:51px;border-radius:2px}
.home-page .hero-actions .btn-gold{box-shadow:0 8px 30px rgba(215,173,66,.14)}

.home-page .hero-live-rail{
  position:absolute;
  z-index:6;
  left:52px;
  bottom:0;
  display:grid;
  grid-template-columns:minmax(230px,1.5fr) minmax(104px,.68fr) minmax(130px,.83fr) minmax(108px,.65fr);
  width:min(760px,124%);
  margin-top:0;
  border:1px solid var(--home-gold-line);
  background:rgba(5,5,6,.86);
  box-shadow:0 18px 54px rgba(0,0,0,.34);
}
.home-page .hero-live-item{
  min-width:0;
  min-height:61px;
  padding:11px 15px;
  border-left:1px solid var(--home-line);
  color:var(--home-ink);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.home-page .hero-live-item:first-child{border-left:0}
.home-page .hero-live-item span{
  display:block;
  margin-bottom:4px;
  font-family:var(--font-mono);
  font-size:9px;
  line-height:1.3;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--home-quiet);
}
.home-page .hero-live-item .hero-live-kicker{display:flex;align-items:center;gap:7px;color:#71d2dc}
.home-page .hero-live-kicker i{
  width:5px;
  height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:#71d2dc;
  box-shadow:0 0 10px rgba(113,210,220,.72);
}
.home-page .hero-live-item strong{
  display:block;
  overflow:hidden;
  color:var(--home-ink);
  font-size:13px;
  font-weight:800;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-page a.hero-live-item:hover strong{color:var(--home-gold-light)}
.home-page .hero-live-detail{
  min-height:61px;
  display:grid;
  place-items:center;
  padding:8px;
  border-left:1px solid var(--home-gold-line);
  color:var(--home-gold-light);
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease;
}
.home-page .hero-live-detail:hover{background:rgba(215,173,66,.12);color:#fff1bd}

.home-page .hero-visual{position:relative;min-width:0;align-self:stretch;display:flex;align-items:center;justify-content:flex-end}
.home-page .oath-core-stage{
  position:relative;
  right:-34px;
  width:min(100%,860px);
  min-height:690px;
  aspect-ratio:1.24;
  display:grid;
  place-items:center;
  overflow:visible;
  touch-action:pan-y;
  perspective:1100px;
}
.home-page .oath-core-picture{display:contents}
.home-page .oath-core-art{
  position:absolute;
  inset:-8%;
  z-index:1;
  width:116%;
  height:116%;
  object-fit:contain;
  mix-blend-mode:normal;
  filter:drop-shadow(0 30px 70px rgba(215,173,66,.12));
  transform-style:preserve-3d;
  will-change:transform;
}
.home-page .oath-core-canvas{
  position:absolute;
  inset:-7% -10% -5% -8%;
  width:118%;
  height:112%;
  z-index:2;
  display:block;
  opacity:.10;
  mix-blend-mode:screen;
  filter:drop-shadow(0 32px 72px rgba(215,173,66,.12));
}
.home-page .oath-core-fallback{
  position:relative;
  z-index:0;
  width:48%;
  height:auto;
  object-fit:contain;
  mix-blend-mode:screen;
  filter:drop-shadow(0 26px 54px rgba(215,173,66,.30));
  opacity:1;
  transition:opacity .34s ease;
}
.home-page .oath-core-stage.is-webgl .oath-core-fallback{opacity:0}
.home-page .oath-core-control{
  position:absolute;
  right:6%;
  top:7%;
  z-index:4;
  min-height:34px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:2px;
  background:rgba(5,5,6,.76);
  color:var(--home-muted);
  font-size:10px;
  font-weight:700;
  cursor:pointer;
  backdrop-filter:blur(8px);
  opacity:0;
  transition:opacity .2s ease,border-color .2s ease,color .2s ease;
}
.home-page .oath-core-stage:hover .oath-core-control,
.home-page .oath-core-control:focus-visible{opacity:.9;border-color:var(--home-gold-line);color:var(--home-gold-light)}

/* The old manifesto is intentionally removed. Real club honor follows the hero. */
.home-page .home-honor{
  min-height:560px;
  padding:72px 0 82px;
  overflow:hidden;
  background:#09090b;
  border-bottom:1px solid var(--home-line);
}
.home-page .home-honor .container{position:relative;z-index:2}
.home-page .home-honor-intro{
  display:grid;
  grid-template-columns:minmax(340px,.72fr) minmax(560px,1.28fr);
  gap:18px;
  align-items:stretch;
  margin-bottom:18px;
}
.home-page .home-honor-mark{
  position:absolute;
  top:14px;
  left:27%;
  color:transparent;
  -webkit-text-stroke:1px rgba(215,173,66,.13);
  font-family:var(--font-display);
  font-size:196px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
  pointer-events:none;
}
.home-page .home-honor .section-head{
  margin:0;
  padding:28px 14px 28px 0;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.home-page .home-honor-lead{max-width:430px;margin-top:18px;color:var(--home-muted);font-size:14px;line-height:1.8}
.home-page .home-battle-standard{
  --flag-shift-x:0px;
  --flag-shift-y:0px;
  --flag-rotate-x:0deg;
  --flag-rotate-y:0deg;
  position:relative;
  min-height:290px;
  overflow:hidden;
  border:1px solid var(--home-gold-line);
  background:#050506;
  box-shadow:0 24px 64px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.025);
  isolation:isolate;
  perspective:1100px;
  transition:border-color .35s ease,box-shadow .35s ease,transform .35s ease;
}
.home-page .home-battle-standard::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:-35% -18%;
  pointer-events:none;
  background:linear-gradient(108deg,transparent 35%,rgba(255,231,166,.04) 43%,rgba(255,231,166,.24) 49%,rgba(255,255,255,.08) 53%,transparent 61%);
  mix-blend-mode:screen;
  transform:translate3d(-58%,0,0) skewX(-10deg);
  animation:battle-standard-sheen 8.4s cubic-bezier(.34,.02,.2,1) infinite;
}
.home-page .home-battle-standard::after{
  content:"";
  position:absolute;
  z-index:3;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 22%,transparent 68%,rgba(0,0,0,.34));
  box-shadow:inset 0 0 46px rgba(0,0,0,.24),inset 0 -1px rgba(240,209,123,.24);
}
.home-page .home-battle-standard img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  min-height:290px;
  object-fit:cover;
  transform-origin:48% 50%;
  transform-style:preserve-3d;
  will-change:transform,filter;
  transition:filter .35s ease;
  filter:saturate(.91) contrast(1.06) brightness(.94);
  animation:battle-standard-drift 11s ease-in-out infinite alternate;
}
.home-page .home-battle-standard span{
  position:absolute;
  left:22px;
  bottom:17px;
  padding:7px 10px;
  border-left:1px solid var(--home-gold);
  background:rgba(5,5,6,.74);
  color:var(--home-gold-light);
  font-family:var(--font-mono);
  font-size:9px;
  letter-spacing:.16em;
  z-index:4;
  box-shadow:0 8px 24px rgba(0,0,0,.28);
}
.home-page .home-battle-standard:hover{
  border-color:rgba(240,209,123,.55);
  box-shadow:0 28px 76px rgba(0,0,0,.42),0 0 42px rgba(215,173,66,.08),inset 0 0 0 1px rgba(255,255,255,.04);
  transform:translateY(-2px);
}
.home-page .home-battle-standard:hover img{filter:saturate(1) contrast(1.08) brightness(1)}
@keyframes battle-standard-drift{
  0%{transform:perspective(1100px) translate3d(calc(var(--flag-shift-x) - 5px),calc(var(--flag-shift-y) + 2px),0) rotateX(var(--flag-rotate-x)) rotateY(var(--flag-rotate-y)) scale(1.045)}
  48%{transform:perspective(1100px) translate3d(var(--flag-shift-x),calc(var(--flag-shift-y) - 2px),0) rotateX(var(--flag-rotate-x)) rotateY(var(--flag-rotate-y)) scale(1.055)}
  100%{transform:perspective(1100px) translate3d(calc(var(--flag-shift-x) + 5px),calc(var(--flag-shift-y) - 4px),0) rotateX(var(--flag-rotate-x)) rotateY(var(--flag-rotate-y)) scale(1.065)}
}
@keyframes battle-standard-sheen{
  0%,22%{transform:translate3d(-58%,0,0) skewX(-10deg);opacity:0}
  32%{opacity:.68}
  53%,100%{transform:translate3d(58%,0,0) skewX(-10deg);opacity:0}
}
.home-page .home-honor-grid{grid-template-columns:minmax(0,1.7fr) repeat(2,minmax(220px,.65fr));gap:14px}
.home-page .home-honor-grid[data-post-count="2"]{grid-template-columns:minmax(0,1.5fr) minmax(310px,.72fr)}
.home-page .club-featured-post{
  position:relative;
  grid-column:span 1;
  min-height:318px;
  display:grid;
  grid-template-columns:minmax(320px,.88fr) minmax(360px,1.12fr);
  overflow:hidden;
  border:1px solid var(--home-gold-line);
  background:#0d0d10;
  transition:transform .24s ease,border-color .24s ease;
}
.home-page .club-featured-post:only-child{
  grid-column:1/-1;
  grid-template-columns:minmax(320px,.70fr) minmax(0,1.30fr);
}
.home-page .club-featured-copy{position:relative;z-index:2;padding:34px 32px;display:flex;flex-direction:column;justify-content:center}
.home-page .club-featured-kicker{display:flex;align-items:center;gap:10px;color:var(--home-quiet);font-family:var(--font-mono);font-size:9px;letter-spacing:.10em}
.home-page .club-featured-pin{padding:5px 8px;border:1px solid var(--home-gold-line);color:var(--home-gold-light);background:rgba(215,173,66,.08)}
.home-page .club-featured-title{margin-top:20px;color:var(--home-ink);font-family:'Noto Sans SC',sans-serif;font-size:29px;font-weight:900;line-height:1.28;letter-spacing:0}
.home-page .club-featured-summary{margin-top:13px;color:var(--home-muted);font-size:13px;line-height:1.72}
.home-page .club-featured-more{margin-top:24px;color:var(--home-gold-light);font-family:var(--font-mono);font-size:10px;letter-spacing:.10em}
.home-page .club-featured-media{position:relative;min-height:318px;overflow:hidden;background:#050506}
.home-page .club-featured-media::after{content:"";position:absolute;inset:0;box-shadow:inset 28px 0 42px rgba(5,5,6,.54);pointer-events:none}
.home-page .club-featured-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.04);transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .3s ease}
.home-page .club-featured-post:hover{transform:translateY(-3px);border-color:rgba(240,209,123,.60)}
.home-page .club-featured-post:hover img{transform:scale(1.025);filter:saturate(1) contrast(1.06)}
.home-page .home-honor-grid > .home-post-card:nth-of-type(n+4){display:none}

/* Shared page rhythm. */
.home-page section:not(.hero):not(.home-honor){padding-top:86px;padding-bottom:86px}
.home-page .section-head{margin-bottom:42px}
.home-page .section-title{font-size:54px;line-height:1;letter-spacing:0}
.home-page .section-tag{letter-spacing:.22em}
.home-page .section-link{letter-spacing:.12em}
.home-page .stats{
  position:relative;
  padding:32px 0;
  background:#060608;
  border-top:0;
  border-bottom:1px solid var(--home-line);
}
.home-page .stats-grid{gap:0}
.home-page .stat{min-height:116px;padding:15px 30px;border-left:1px solid var(--home-line);display:flex;flex-direction:column;justify-content:center}
.home-page .stat:first-child{border-left:0}
.home-page .stat-num{font-size:52px;letter-spacing:0;color:var(--home-gold-light)}
.home-page .stat-label{letter-spacing:.14em;color:var(--home-muted)}
.home-page .stat-sub{color:var(--home-quiet)}

.home-page .divisions{background:#09090b;border-color:var(--home-line)}
.home-page .div-grid{gap:16px}
.home-page .div-card,
.home-page .match-card,
.home-page .recruit-card{border-radius:0;box-shadow:none}
.home-page .div-card{
  position:relative;
  padding:36px;
  overflow:hidden;
  background:#0d0d10;
  border-color:var(--home-line);
}
.home-page .div-card::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:86px;
  height:1px;
  background:var(--home-gold);
  box-shadow:0 0 18px rgba(215,173,66,.35);
}
.home-page .div-card:hover{border-color:var(--home-gold-line);background:#111114}
.home-page .div-card-count{font-size:44px;letter-spacing:0}
.home-page .div-card-title{font-size:34px;letter-spacing:0}
.home-page .div-row{border-color:var(--home-line)}
.home-page .div-row-leader{min-height:auto}

.home-page .match-grid{gap:14px}
.home-page .match-card{
  min-height:282px;
  background:#0d0d10;
  border-color:var(--home-line);
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.home-page .match-card:hover{transform:translateY(-3px);border-color:var(--home-gold-line);background:#111114}
.home-page .match-card-title{font-size:31px;letter-spacing:0}
.home-page .home-post-card{min-height:318px;padding:27px;overflow:hidden}
.home-page .home-post-card-body{display:flex;min-width:0;flex:1;flex-direction:column}
.home-page .home-post-card.has-media{display:grid;grid-template-rows:126px minmax(0,1fr);padding:0}
.home-page .home-post-card.has-media .home-post-card-body{padding:20px 22px}
.home-page .home-post-card-media{position:relative;min-width:0;overflow:hidden;background:#050506;border-bottom:1px solid var(--home-line)}
.home-page .home-post-card-media::after{content:"";position:absolute;inset:0;box-shadow:inset 0 -24px 32px rgba(5,5,6,.34);pointer-events:none}
.home-page .home-post-card-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.05);transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .3s ease}
.home-page .home-post-card.has-media:hover img{transform:scale(1.035);filter:saturate(1) contrast(1.06)}
.home-page .home-post-card .match-card-title{font-size:25px;line-height:1.18}
.home-page .home-post-card .match-card-info{line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}

.home-page .recruit{
  overflow:hidden;
  background:#09090b;
  border-color:var(--home-line);
}
.home-page .recruit::before{
  content:"BIG3";
  position:absolute;
  right:4%;
  bottom:-54px;
  color:transparent;
  -webkit-text-stroke:1px rgba(215,173,66,.10);
  font-family:var(--font-display);
  font-size:240px;
  font-weight:900;
  line-height:1;
  pointer-events:none;
}
.home-page .recruit-inner{position:relative;z-index:2;gap:68px}
.home-page .recruit-headline{font-size:86px;letter-spacing:0}
.home-page .recruit-card{padding:34px;background:#0d0d10;border-color:var(--home-gold-line)}
.home-page .recruit-card::before{background:var(--home-gold)}
.home-page footer{background:#050506;border-color:var(--home-line)}

@media (max-width:1240px){
  .home-page .hero .container{padding-left:34px;padding-right:34px}
  .home-page .hero-inner{grid-template-columns:minmax(450px,.86fr) minmax(530px,1.14fr)}
  .home-page .hero-big-mark{font-size:100px}
  .home-page .hero-brand-cn{font-size:80px}
  .home-page .hero-brand-en{font-size:110px}
  .home-page .oath-core-stage{right:-18px;min-height:620px}
  .home-page .hero-live-rail{width:112%}
  .home-page .hero-live-rail{left:34px}
  .home-page .home-honor-grid{grid-template-columns:minmax(0,1.55fr) minmax(250px,.65fr)}
  .home-page .home-honor-grid[data-post-count="2"]{grid-template-columns:minmax(0,1.45fr) minmax(290px,.72fr)}
}

@media (max-width:980px){
  .home-page .nav{position:sticky}
  .home-page .hero{
    height:auto;
    min-height:0;
    padding:42px 0 50px;
  }
  .home-page .hero .container{padding-left:24px;padding-right:24px}
  .home-page .hero-inner{grid-template-columns:1fr;gap:10px}
  .home-page .hero-copy{padding:0}
  .home-page .hero-big-mark{font-size:104px}
  .home-page .hero-brand-cn{font-size:82px}
  .home-page .hero-brand-en{margin-top:28px;font-size:104px}
  .home-page .hero-subtitle{max-width:620px}
  .home-page .hero-live-rail{position:static;left:auto;width:100%;max-width:760px;margin-top:28px}
  .home-page .hero-visual{min-height:580px;justify-content:center}
  .home-page .oath-core-stage{right:0;width:min(100%,760px);min-height:580px}
  .home-page .home-honor{min-height:0}
  .home-page .home-honor-intro{grid-template-columns:minmax(280px,.76fr) minmax(420px,1.24fr)}
  .home-page .home-honor-grid,
  .home-page .home-honor-grid[data-post-count="2"]{grid-template-columns:1fr}
  .home-page .club-featured-post{grid-template-columns:minmax(280px,.86fr) minmax(360px,1.14fr)}
  .home-page .club-featured-post:only-child{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)}
  .home-page .home-post-card.has-media{grid-template-columns:minmax(260px,.76fr) minmax(0,1.24fr);grid-template-rows:1fr;min-height:260px}
  .home-page .home-post-card-media{border-right:1px solid var(--home-line);border-bottom:0}
}

@media (max-width:760px){
  .home-page .nav-inner{min-height:64px}
  .home-page .hero{padding:30px 0 38px}
  .home-page .hero .container{padding-left:18px;padding-right:18px}
  .home-page .hero .eyebrow{margin-bottom:17px;font-size:9px;letter-spacing:.20em}
  .home-page .hero-brand-row{gap:13px}
  .home-page .hero-big-mark{font-size:62px}
  .home-page .hero-brand-cn{font-size:48px;padding-bottom:2px}
  .home-page .hero-brand-en{margin-top:14px;font-size:68px}
  .home-page .hero-oath{margin:22px 0 12px;font-size:10px;letter-spacing:.16em}
  .home-page .hero-oath::before{width:24px}
  .home-page .hero-subtitle{margin-bottom:20px;font-size:13px;line-height:1.72}
  .home-page .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .home-page .hero-actions .btn{min-width:0;min-height:46px;padding:11px 12px;font-size:12px}
  .home-page .hero-live-rail{
    grid-template-columns:minmax(0,1.42fr) minmax(84px,.58fr) minmax(88px,.64fr);
    margin-top:22px;
  }
  .home-page .hero-live-item{min-height:58px;padding:9px 10px}
  .home-page .hero-live-item span{font-size:8px;letter-spacing:.08em}
  .home-page .hero-live-item strong{font-size:11px}
  .home-page .hero-live-detail{grid-column:1/-1;min-height:42px;border-left:0;border-top:1px solid var(--home-gold-line)}
  .home-page .hero-visual{min-height:305px;margin-top:8px}
  .home-page .oath-core-stage{width:calc(100% + 34px);min-height:305px;aspect-ratio:auto}
  .home-page .oath-core-canvas{inset:-4% -7%;width:114%;height:108%}
  .home-page .oath-core-fallback{width:48%}
  .home-page .oath-core-control{right:7%;top:4%;opacity:.72}

  .home-page .home-honor{padding:58px 0 64px}
  .home-page .home-honor-intro{grid-template-columns:1fr;gap:12px;margin-bottom:12px}
  .home-page .home-honor .section-head{padding:8px 0 22px}
  .home-page .home-battle-standard,
  .home-page .home-battle-standard img{min-height:205px}
  .home-page .home-battle-standard span{left:14px;bottom:12px;font-size:7px;letter-spacing:.08em}
  .home-page .home-honor-mark{top:24px;left:12%;font-size:116px}
  .home-page .home-honor .section-head{margin-bottom:26px}
  .home-page .section-head{margin-bottom:32px;gap:18px}
  .home-page .section-title{font-size:38px}
  .home-page .section-link{font-size:10px;letter-spacing:.08em}
  .home-page .club-featured-post,
  .home-page .club-featured-post:only-child{display:flex;flex-direction:column-reverse;min-height:0}
  .home-page .club-featured-copy{padding:25px 22px}
  .home-page .club-featured-media{min-height:190px;aspect-ratio:1.75}
  .home-page .club-featured-media::after{box-shadow:inset 0 -28px 42px rgba(5,5,6,.48)}
  .home-page .club-featured-title{font-size:22px}
  .home-page .club-featured-summary{font-size:12px}
  .home-page .home-post-card.has-media{grid-template-columns:118px minmax(0,1fr);grid-template-rows:1fr;min-height:190px}
  .home-page .home-post-card.has-media .home-post-card-body{padding:17px 16px}
  .home-page .home-post-card-media{min-height:190px}
  .home-page .home-post-card .match-card-status{margin-bottom:10px;font-size:8px}
  .home-page .home-post-card .match-card-num{margin-bottom:6px;font-size:9px}
  .home-page .home-post-card .match-card-title{font-size:18px;line-height:1.24}
  .home-page .home-post-card.has-media .match-card-meta{display:none}

  .home-page section:not(.hero):not(.home-honor){padding-top:62px;padding-bottom:62px}
  .home-page .stats{padding:14px 0}
  .home-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:0}
  .home-page .stat{min-height:106px;padding:16px 14px;border-left:1px solid var(--home-line);border-top:1px solid var(--home-line)}
  .home-page .stat:nth-child(odd){border-left:0}
  .home-page .stat:nth-child(-n+2){border-top:0}
  .home-page .stat-num{font-size:40px}
  .home-page .div-card{padding:27px 18px}
  .home-page .div-card-count{font-size:38px}
  .home-page .div-card-title{font-size:29px}
  .home-page .match-card{min-height:230px;padding:24px 20px}
  .home-page .match-card-title{font-size:27px}
  .home-page .recruit::before{font-size:150px;bottom:-24px}
  .home-page .recruit-headline{font-size:66px}
  .home-page .recruit-card{padding:27px 20px}
}

@media (max-width:420px){
  .home-page .hero-big-mark{font-size:55px}
  .home-page .hero-brand-cn{font-size:42px}
  .home-page .hero-brand-en{font-size:61px}
  .home-page .hero-visual{min-height:288px}
  .home-page .oath-core-stage{min-height:288px}
  .home-page .hero-live-rail{grid-template-columns:minmax(0,1.25fr) minmax(74px,.56fr) minmax(82px,.66fr)}
}

@media (prefers-reduced-motion:reduce){
  .home-page .oath-core-control{display:none}
  .home-page .oath-core-art{will-change:auto}
  .home-page .club-featured-media img,
  .home-page .home-battle-standard img,
  .home-page .club-featured-post,
  .home-page .match-card,
  .home-page .div-card{transition:none}
  .home-page .home-battle-standard img{animation:none}
  .home-page .home-battle-standard::before{animation:none;display:none}
}

/* Keep a visible handoff into the next real section on phone viewports. */
@media (max-width:760px){
  .home-page .hero{padding-bottom:24px}
  .home-page .hero-visual{min-height:184px;margin-top:4px}
  .home-page .oath-core-stage{min-height:184px}
}
@media (max-width:420px){
  .home-page .hero-visual,.home-page .oath-core-stage{min-height:174px}
}
