/* qichunlx — 蕲春篮球协会
   场馆深蓝 × 球皮橙 × 木地板肌理 · 大气运动风 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&family=Oswald:wght@500;600;700&display=swap');

:root {
  --lx-navy: #08111f;
  --lx-navy-2: #101c30;
  --lx-navy-3: #182840;
  --lx-orange: #ff5a1f;
  --lx-orange-hot: #ff7a3d;
  --lx-floor: #c4a574;
  --lx-floor-deep: #8b6914;
  --lx-ink: #121a26;
  --lx-mute: #5a6a7c;
  --lx-line: rgba(255, 255, 255, 0.14);
  --lx-white: #ffffff;
  --lx-mist: #eef1f5;
  --lx-panel: #ffffff;
  --lx-max: 1200px;
  --lx-header: 88px;
  --lx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --lx-font: 'Noto Sans SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  --lx-display: 'Oswald', 'Noto Sans SC', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--lx-font);
  color: var(--lx-ink);
  background: var(--lx-mist);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: env(safe-area-inset-bottom);
}

body.is-nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

.lx-wrap {
  width: min(100% - 32px, var(--lx-max));
  margin-inline: auto;
}

/* —— 球场纹理：柔和木纹 + 低干扰标线 —— */
.lx-court-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 50% 40%, rgba(255, 90, 31, 0.1) 0%, transparent 62%),
    linear-gradient(165deg, #0a1220 0%, #141e30 48%, #0b1018 100%);
}

/* 细木纹 + 球皮颗粒（低对比，不抢文字） */
.lx-court-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 170, 110, 0.22) 0.8px, transparent 1.4px),
    repeating-linear-gradient(
      90deg,
      transparent 0 48px,
      rgba(255, 255, 255, 0.025) 48px 49px
    );
  background-size: 8px 8px, auto;
  mix-blend-mode: soft-light;
}

/* 球场标线装饰层：靠边、淡化，不穿过文字中心 */
.lx-court-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 50% 50%,
      transparent 22%,
      rgba(255, 90, 31, 0.35) 22.2%,
      rgba(255, 90, 31, 0.35) 23.4%,
      transparent 23.6%),
    radial-gradient(circle at 8% 80%,
      transparent 18%,
      rgba(255, 90, 31, 0.22) 18.2%,
      rgba(255, 90, 31, 0.22) 19.2%,
      transparent 19.4%),
    radial-gradient(circle at 92% 80%,
      transparent 18%,
      rgba(255, 90, 31, 0.22) 18.2%,
      rgba(255, 90, 31, 0.22) 19.2%,
      transparent 19.4%),
    linear-gradient(90deg,
      transparent 49.55%,
      rgba(255, 90, 31, 0.18) 49.55%,
      rgba(255, 90, 31, 0.18) 50.45%,
      transparent 50.45%);
  background-size:
    min(640px, 70vw) min(640px, 70vw),
    min(360px, 50vw) min(360px, 50vw),
    min(360px, 50vw) min(360px, 50vw),
    100% 100%;
  background-position: center, left -8% bottom -10%, right -8% bottom -10%, center;
  background-repeat: no-repeat;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.7) 100%);
}

.lx-court-bg > * {
  position: relative;
  z-index: 1;
}

/* 页尾用更干净的底，标线更淡 */
.lx-footer.lx-court-bg::after {
  opacity: 0.28;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%);
}

/* 木地板浅色区块 */
.lx-section--floor {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #e8dfd0;
  background-image:
    radial-gradient(circle at 50% -20%,
      transparent 48%,
      rgba(255, 90, 31, 0.18) 48.3%,
      rgba(255, 90, 31, 0.18) 49.4%,
      transparent 49.7%),
    repeating-linear-gradient(
      90deg,
      #e4d8c4 0 52px,
      rgba(120, 80, 40, 0.08) 52px 53px
    ),
    linear-gradient(180deg, #efe6d8 0%, #e0d4c2 100%);
}

.lx-section--floor::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(circle at 1px 1px, rgba(90, 50, 20, 0.4) 1px, transparent 1.5px);
  background-size: 7px 7px;
}

.lx-section--floor > * {
  position: relative;
  z-index: 1;
}

/* ========== Header ========== */
.lx-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--lx-header);
  transition: background 0.35s var(--lx-ease), box-shadow 0.35s var(--lx-ease);
}

.lx-header.is-solid,
body.is-inner .lx-header {
  background: rgba(8, 17, 31, 0.96);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.lx-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.lx-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  z-index: 2;
}

.lx-brand img {
  height: 64px;
  width: auto;
  object-fit: contain;
}

.lx-brand__name {
  font-family: var(--lx-display);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: 0.04em;
  color: var(--lx-white);
  white-space: nowrap;
  text-transform: uppercase;
}

.lx-brand__name span {
  display: block;
  font-family: var(--lx-font);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--lx-orange-hot);
  text-transform: none;
  margin-top: 2px;
}

.lx-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.lx-nav a {
  display: block;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 0.2s;
}

.lx-nav a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  background: var(--lx-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--lx-ease);
}

.lx-nav a:hover,
.lx-nav .active > a,
.lx-nav li.active a {
  color: var(--lx-white);
}

.lx-nav a:hover::after,
.lx-nav .active > a::after,
.lx-nav li.active a::after {
  transform: scaleX(1);
}

.lx-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lx-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lx-white);
  font-weight: 700;
  font-size: 0.95rem;
}

.lx-tel__ico {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: var(--lx-orange);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.lx-tel__ico svg {
  width: 16px;
  height: 16px;
  fill: var(--lx-white);
}

.lx-tel__label {
  display: none;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.lx-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
}

.lx-menu-btn span {
  display: block;
  height: 2px;
  background: var(--lx-white);
  margin: 6px 0;
  transition: 0.3s var(--lx-ease);
}

body.is-nav-open .lx-menu-btn span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body.is-nav-open .lx-menu-btn span:nth-child(2) {
  opacity: 0;
}
body.is-nav-open .lx-menu-btn span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.lx-nav-mask {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(4, 10, 20, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

body.is-nav-open .lx-nav-mask {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* ========== Hero ========== */
.lx-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--lx-white);
  overflow: hidden;
}

.lx-hero__swiper,
.lx-hero .swiper-container,
.lx-hero .swiper-h {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lx-hero .swiper-slide {
  position: relative;
}

.lx-hero__media {
  position: absolute;
  inset: 0;
}

.lx-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: lxKen 16s ease-in-out infinite alternate;
}

@keyframes lxKen {
  from { transform: scale(1.04) translate(0, 0); }
  to { transform: scale(1.1) translate(-1.2%, -0.8%); }
}

.lx-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 17, 31, 0.9) 0%, rgba(8, 17, 31, 0.5) 46%, rgba(8, 17, 31, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 17, 31, 0.8) 0%, transparent 45%);
  z-index: 1;
  pointer-events: none;
}

.lx-hero__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--lx-header) + 40px) 0 80px;
}

.lx-hero__brand {
  font-family: var(--lx-display);
  font-size: clamp(2.6rem, 7.5vw, 5.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 16px;
  max-width: 12ch;
  animation: lxRise 0.9s var(--lx-ease) both;
}

.lx-hero__brand em {
  font-style: normal;
  color: var(--lx-orange-hot);
}

.lx-hero__lead {
  font-size: clamp(1rem, 2.1vw, 1.22rem);
  color: rgba(255, 255, 255, 0.84);
  max-width: 26em;
  margin: 0 0 28px;
  animation: lxRise 0.9s 0.1s var(--lx-ease) both;
}

.lx-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: lxRise 0.9s 0.2s var(--lx-ease) both;
}

.lx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 28px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s var(--lx-ease), background 0.25s, color 0.25s;
}

.lx-btn:hover {
  transform: translateY(-2px);
}

.lx-btn--primary {
  background: var(--lx-orange);
  color: var(--lx-white);
}

.lx-btn--primary:hover {
  background: var(--lx-orange-hot);
}

.lx-btn--ghost {
  background: transparent;
  color: var(--lx-white);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.55);
}

.lx-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lx-hero .swiper-pagination {
  bottom: 28px !important;
  z-index: 3;
}

.lx-hero .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 2px;
}

.lx-hero .swiper-pagination-bullet-active {
  background: var(--lx-orange);
  width: 28px;
}

.lx-hero .swiper-button-prev,
.lx-hero .swiper-button-next {
  color: var(--lx-white);
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: rgba(8, 17, 31, 0.4);
}

.lx-hero .swiper-button-prev::after,
.lx-hero .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

@keyframes lxRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 使命条 */
.lx-mission {
  position: relative;
  margin-top: -36px;
  z-index: 5;
  padding: 0 0 8px;
}

.lx-mission__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  background: var(--lx-navy);
  color: var(--lx-white);
  padding: 24px 30px;
  border-left: 5px solid var(--lx-orange);
  box-shadow: 0 16px 36px rgba(8, 17, 31, 0.18);
}

.lx-mission__ball {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  color: var(--lx-orange);
}

.lx-mission__ball svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.lx-mission__text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lx-mission__item strong {
  display: block;
  font-family: var(--lx-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lx-orange-hot);
  margin-bottom: 4px;
}

.lx-mission__item span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

/* ========== Sections ========== */
.lx-section {
  padding: clamp(56px, 8vw, 100px) 0;
  position: relative;
}

.lx-section--mist {
  background: var(--lx-mist);
}

.lx-section--white {
  background: var(--lx-panel);
}

.lx-section--arena {
  color: var(--lx-white);
}

.lx-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(28px, 4vw, 42px);
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(18, 26, 38, 0.08);
}

.lx-section--arena .lx-head,
.lx-section--floor .lx-head {
  border-bottom-color: rgba(18, 26, 38, 0.1);
}

.lx-section--arena .lx-head {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.lx-head__en {
  font-family: var(--lx-display);
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  color: var(--lx-orange);
  text-transform: uppercase;
  margin: 0 0 6px;
}

.lx-head__title {
  font-size: clamp(1.65rem, 3.2vw, 2.3rem);
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.lx-more {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--lx-mute);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s, gap 0.2s;
}

.lx-more:hover {
  color: var(--lx-orange);
  gap: 10px;
}

.lx-section--arena .lx-more {
  color: rgba(255, 255, 255, 0.65);
}

.lx-section--arena .lx-more:hover {
  color: var(--lx-orange-hot);
}

/* 滚动显现 */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--lx-ease), transform 0.7s var(--lx-ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* 赛事聚焦 */
.lx-game {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
}

.lx-game__feature {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: var(--lx-navy);
  color: var(--lx-white);
}

.lx-game__feature a {
  display: block;
  height: 100%;
  color: inherit;
}

.lx-game__feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 440px;
  transition: transform 0.8s var(--lx-ease);
}

.lx-game__feature:hover img {
  transform: scale(1.06);
}

.lx-game__feature-body {
  position: absolute;
  inset: auto 0 0;
  padding: 32px 26px 26px;
  background: linear-gradient(0deg, rgba(8, 17, 31, 0.94) 0%, transparent 100%);
}

.lx-game__tag {
  display: inline-block;
  font-family: var(--lx-display);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  color: var(--lx-orange-hot);
  margin-bottom: 8px;
}

.lx-game__feature-title {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1.3;
}

.lx-game__feature-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-game__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: var(--lx-panel);
  border-top: 4px solid var(--lx-orange);
}

.lx-game__item a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(18, 26, 38, 0.06);
  transition: background 0.2s;
}

.lx-game__item a:hover {
  background: rgba(255, 90, 31, 0.04);
}

.lx-game__date {
  text-align: center;
  border-right: 1px solid rgba(18, 26, 38, 0.08);
  padding-right: 12px;
}

.lx-game__day {
  display: block;
  font-family: var(--lx-display);
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  color: var(--lx-orange);
}

.lx-game__ym {
  display: block;
  font-size: 0.72rem;
  color: var(--lx-mute);
  margin-top: 4px;
}

.lx-game__item-title {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-game__item-desc {
  margin: 0;
  font-size: 0.86rem;
  color: var(--lx-mute);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 协会常态 */
.lx-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lx-strip__item {
  background: var(--lx-panel);
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.25s, transform 0.25s var(--lx-ease);
}

.lx-strip__item:hover {
  border-bottom-color: var(--lx-orange);
  transform: translateY(-4px);
}

.lx-strip__item a {
  display: block;
  height: 100%;
  color: inherit;
}

.lx-strip__item img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  transition: transform 0.6s var(--lx-ease);
}

.lx-strip__item:hover img {
  transform: scale(1.05);
}

.lx-strip__body {
  padding: 16px 18px 20px;
}

.lx-strip__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-strip__meta {
  font-size: 0.78rem;
  color: var(--lx-mute);
  margin: 0;
  font-family: var(--lx-display);
  letter-spacing: 0.04em;
}

/* 双栏 */
.lx-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 4vw, 48px);
}

.lx-story {
  position: relative;
  overflow: hidden;
  background: var(--lx-navy);
  color: var(--lx-white);
  margin-bottom: 20px;
}

.lx-story a {
  display: block;
  color: inherit;
}

.lx-story img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.7s var(--lx-ease), opacity 0.3s;
}

.lx-story:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.lx-story__body {
  padding: 22px 22px 26px;
}

.lx-story__title {
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.35;
}

.lx-story__desc {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-story__meta {
  font-size: 0.78rem;
  color: var(--lx-orange-hot);
  margin: 0;
  font-family: var(--lx-display);
}

.lx-feed {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lx-feed li + li {
  border-top: 1px solid rgba(18, 26, 38, 0.08);
}

.lx-feed a {
  display: block;
  padding: 16px 0;
}

.lx-feed__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 6px;
}

.lx-feed__title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  flex: 1;
  min-width: 0;
}

.lx-feed__date {
  font-family: var(--lx-display);
  font-size: 0.82rem;
  color: var(--lx-mute);
  flex-shrink: 0;
}

.lx-feed__desc {
  margin: 0;
  font-size: 0.86rem;
  color: var(--lx-mute);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-feed a:hover .lx-feed__title {
  color: var(--lx-orange);
}

.lx-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lx-tile {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  background: var(--lx-navy-2);
  color: var(--lx-white);
}

.lx-tile a {
  display: block;
  height: 100%;
  color: inherit;
}

.lx-tile img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transition: transform 0.6s var(--lx-ease);
}

.lx-tile:hover img {
  transform: scale(1.06);
}

.lx-tile__cap {
  position: absolute;
  inset: auto 0 0;
  padding: 16px;
  background: linear-gradient(0deg, rgba(8, 17, 31, 0.92), transparent);
}

.lx-tile__title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 0.98rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-tile__date {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

/* 视频 */
.lx-videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lx-video {
  position: relative;
  overflow: hidden;
  color: var(--lx-white);
  background: rgba(0, 0, 0, 0.25);
  transition: transform 0.3s var(--lx-ease);
}

.lx-video:hover {
  transform: translateY(-4px);
}

.lx-video a {
  display: block;
  color: inherit;
}

.lx-video__media {
  position: relative;
  overflow: hidden;
  background: #000;
}

.lx-video img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  opacity: 0.88;
  transition: opacity 0.3s, transform 0.6s var(--lx-ease);
}

.lx-video:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.lx-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: var(--lx-orange);
  display: grid;
  place-items: center;
  transition: transform 0.25s var(--lx-ease), background 0.2s;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.lx-video__play::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--lx-white);
  margin-left: 3px;
}

.lx-video:hover .lx-video__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--lx-orange-hot);
}

.lx-video__body {
  padding: 14px 2px 4px;
}

.lx-video__title {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-video__meta {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--lx-display);
  letter-spacing: 0.04em;
}

/* ========== Inner pages ========== */
.lx-page-hero {
  padding: calc(var(--lx-header) + 56px) 0 48px;
  color: var(--lx-white);
  position: relative;
  overflow: hidden;
}

.lx-page-hero .lx-wrap {
  position: relative;
  z-index: 2;
}

.lx-page-hero__ball {
  position: absolute;
  right: max(-40px, 4vw);
  bottom: -80px;
  width: min(280px, 42vw);
  height: min(280px, 42vw);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  border: 3px solid rgba(255, 90, 31, 0.4);
  background:
    radial-gradient(circle at 50% 50%, transparent 46%, rgba(255, 90, 31, 0.18) 46.5%, rgba(255, 90, 31, 0.18) 48%, transparent 48.5%),
    linear-gradient(90deg, transparent 48.5%, rgba(255, 90, 31, 0.3) 48.5%, rgba(255, 90, 31, 0.3) 51.5%, transparent 51.5%),
    linear-gradient(0deg, transparent 48.5%, rgba(255, 90, 31, 0.22) 48.5%, rgba(255, 90, 31, 0.22) 51.5%, transparent 51.5%);
  opacity: 0.7;
}

.lx-page-hero__en {
  font-family: var(--lx-display);
  letter-spacing: 0.28em;
  color: var(--lx-orange-hot);
  margin: 0 0 10px;
  font-size: 0.85rem;
}

.lx-page-hero__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.lx-page {
  padding: 48px 0 88px;
}

.lx-list {
  display: flex;
  flex-direction: column;
  background: var(--lx-panel);
  border-top: 3px solid var(--lx-orange);
}

.lx-list__item a {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  padding: 24px;
  border-bottom: 1px solid rgba(18, 26, 38, 0.08);
  align-items: center;
  transition: background 0.2s;
}

.lx-list__item a:hover {
  background: rgba(255, 90, 31, 0.03);
}

.lx-list__thumb {
  overflow: hidden;
  background: var(--lx-navy);
  aspect-ratio: 16 / 10;
}

.lx-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--lx-ease);
}

.lx-list__item a:hover .lx-list__thumb img {
  transform: scale(1.05);
}

.lx-list__title {
  margin: 0 0 10px;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
}

.lx-list__item a:hover .lx-list__title {
  color: var(--lx-orange);
}

.lx-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--lx-mute);
  margin-bottom: 10px;
  font-family: var(--lx-display);
}

.lx-list__excerpt {
  margin: 0;
  color: var(--lx-mute);
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-list__more {
  margin-top: 12px;
  font-weight: 700;
  color: var(--lx-orange);
  font-size: 0.88rem;
}

.lx-article {
  background: var(--lx-panel);
  padding: clamp(24px, 4vw, 48px);
}

.lx-article__title {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.35;
}

.lx-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: var(--lx-mute);
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 3px solid var(--lx-orange);
}

.lx-article__body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #2a3544;
}

.lx-article__body img {
  margin: 1.2em auto;
}

.lx-article__body p {
  margin: 0 0 1em;
}

.lx-article__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 26, 38, 0.08);
  font-size: 0.92rem;
}

.lx-related {
  margin-top: 40px;
}

.lx-related__title {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 18px;
}

.lx-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lx-related__item a {
  display: block;
  background: var(--lx-panel);
  color: inherit;
  overflow: hidden;
  transition: transform 0.25s var(--lx-ease);
}

.lx-related__item a:hover {
  transform: translateY(-3px);
}

.lx-related__item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s var(--lx-ease);
}

.lx-related__item a:hover img {
  transform: scale(1.04);
}

.lx-related__item h4 {
  margin: 10px 10px 4px;
  font-size: 0.92rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-related__item p {
  margin: 0 10px 12px;
  font-size: 0.75rem;
  color: var(--lx-mute);
}

.lx-about-body {
  background: var(--lx-panel);
  padding: clamp(24px, 4vw, 48px);
  font-size: 1.05rem;
  line-height: 1.85;
}

.lx-about-subtitle {
  color: var(--lx-mute);
  margin: -8px 0 24px;
}

/* Contact */
.lx-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.lx-contact-block {
  background: var(--lx-panel);
  padding: 28px 24px;
  border-top: 4px solid var(--lx-orange);
}

.lx-contact-block h3 {
  margin: 0 0 10px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--lx-mute);
  font-weight: 700;
}

.lx-contact-block p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
}

.lx-contact-block a:hover {
  color: var(--lx-orange);
}

.lx-lead {
  background: var(--lx-panel);
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
}

.lx-lead__side h2 {
  margin: 0 0 12px;
  font-size: 1.6rem;
  font-weight: 900;
}

.lx-lead__side p {
  color: var(--lx-mute);
  margin: 0 0 20px;
}

.lx-lead__hotline {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lx-lead__hotline span {
  font-size: 0.8rem;
  color: var(--lx-mute);
  letter-spacing: 0.1em;
}

.lx-lead__hotline a {
  font-family: var(--lx-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--lx-orange);
}

.lx-form-group {
  margin-bottom: 16px;
}

.lx-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.lx-form-group input,
.lx-form-group textarea {
  width: 100%;
  border: 1px solid rgba(18, 26, 38, 0.15);
  background: var(--lx-mist);
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s;
}

.lx-form-group input:focus,
.lx-form-group textarea:focus {
  border-color: var(--lx-orange);
}

.lx-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.lead-msg {
  margin: 12px 0 0;
  font-size: 0.9rem;
}

/* Pagination — 适配 {page:bar} */
.pagination-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.pagination,
.pagination .page-bar,
nav.page-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination a,
.pagination span,
.page-bar a,
.page-bar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: var(--lx-panel);
  font-weight: 700;
  font-size: 0.9rem;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
}

.pagination a:hover,
.page-bar a:hover {
  color: var(--lx-orange);
}

.pagination .active,
.pagination .current,
.pagination .page-num-current,
.page-bar .page-num-current {
  background: var(--lx-orange);
  color: var(--lx-white);
}

.pagination span.page-pre,
.pagination span.page-next,
.page-bar span.page-pre,
.page-bar span.page-next {
  opacity: 0.45;
  cursor: default;
}

/* ========== Footer ========== */
.lx-footer {
  color: rgba(255, 255, 255, 0.78);
  padding: 72px 0 0;
}

.lx-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.95fr;
  gap: 48px;
  padding-bottom: 48px;
}

.lx-footer__brand {
  font-family: var(--lx-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--lx-white);
  letter-spacing: 0.04em;
  margin: 0 0 14px;
}

.lx-footer__desc {
  margin: 0 0 22px;
  max-width: 28em;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.lx-footer h3 {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lx-orange-hot);
  margin: 0 0 18px;
  font-family: var(--lx-display);
}

.lx-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}

.lx-footer__links a {
  transition: color 0.2s;
}

.lx-footer__links a:hover {
  color: var(--lx-orange-hot);
}

.lx-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.92rem;
}

.lx-footer__contact a:hover {
  color: var(--lx-orange-hot);
}

.lx-footer__qr {
  margin-top: 20px;
}

.lx-footer__qr img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  background: var(--lx-white);
  padding: 6px;
}

.lx-footer__qr img[src=''],
.lx-footer__qr.is-empty {
  display: none;
}

.lx-footer__qr p {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.lx-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.lx-footer__bar a {
  color: rgba(255, 255, 255, 0.65);
}

.lx-footer__bar a:hover {
  color: var(--lx-orange-hot);
}

/* Mobile dock */
.lx-dock {
  display: none;
  position: fixed;
  inset: auto 0 0;
  z-index: 900;
  background: rgba(8, 17, 31, 0.98);
  border-top: 2px solid var(--lx-orange);
  padding-bottom: env(safe-area-inset-bottom);
}

.lx-dock__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lx-dock a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 600;
}

.lx-dock a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.lx-dock a:hover,
.lx-dock a.is-active {
  color: var(--lx-orange-hot);
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .lx-game {
    grid-template-columns: 1fr;
  }

  .lx-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .lx-split {
    grid-template-columns: 1fr;
  }

  .lx-videos {
    grid-template-columns: repeat(2, 1fr);
  }

  .lx-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lx-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lx-lead {
    grid-template-columns: 1fr;
  }

  .lx-mission__text {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lx-hero .swiper-button-prev,
  .lx-hero .swiper-button-next {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --lx-header: 72px;
  }

  /* backdrop-filter 会让内部 fixed 菜单相对顶栏定位，展开后变成一小块 */
  .lx-header,
  .lx-header.is-solid,
  body.is-inner .lx-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
  }

  .lx-header__inner {
    overflow: visible;
  }

  .lx-menu-btn {
    display: block;
    position: relative;
    z-index: 1102;
  }

  .lx-header__actions {
    margin-left: auto;
    position: relative;
    z-index: 1102;
  }

  .lx-brand {
    position: relative;
    z-index: 1102;
  }

  .lx-brand img {
    height: 48px;
  }

  .lx-nav-mask {
    z-index: 1099;
  }

  .lx-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(82vw, 320px);
    height: 100%;
    height: 100dvh;
    max-height: none;
    z-index: 1100;
    background: var(--lx-navy);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: calc(var(--lx-header) + 12px) 20px calc(40px + env(safe-area-inset-bottom, 0px));
    gap: 0;
    margin: 0;
    transform: translate3d(105%, 0, 0);
    transition: transform 0.35s var(--lx-ease);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
  }

  body.is-nav-open .lx-nav {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  .lx-nav a {
    padding: 16px 8px;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lx-nav a::after {
    display: none;
  }

  .lx-tel__num {
    display: none;
  }

  .lx-brand__name {
    font-size: 0.95rem;
  }

  .lx-brand__name span {
    letter-spacing: 0.12em;
  }

  .lx-hero__content {
    padding-bottom: 100px;
  }

  .lx-mission {
    margin-top: -24px;
  }

  .lx-mission__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 20px;
  }

  .lx-list__item a {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lx-list__thumb {
    max-height: 200px;
  }

  .lx-contact-grid {
    grid-template-columns: 1fr;
  }

  .lx-article__nav {
    grid-template-columns: 1fr;
  }

  .lx-dock {
    display: block;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .lx-footer {
    padding-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .lx-strip,
  .lx-videos,
  .lx-tiles,
  .lx-related__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lx-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lx-game__feature,
  .lx-game__feature img {
    min-height: 300px;
  }

  .lx-story img {
    height: 200px;
  }

  .lx-hero__brand {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .lx-strip,
  .lx-videos {
    grid-template-columns: 1fr;
  }

  .lx-brand__name span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
