/* QUANXI GROUP v3 — Clean Rebuild */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Space+Grotesk:wght@400;600;700&family=Inter:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: #08080B;
  color: #EDEAE2;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── VARS ── */
:root {
  --black:   #08080B;
  --dark:    #111117;
  --dark2:   #18181F;
  --dark3:   #1E1E28;
  --red:     #C8102E;
  --red2:    #6B091A;
  --gold:    #D4AF6A;
  --teal:    #5EEAD4;
  --ivory:   #EDEAE2;
  --muted:   #9A98A3;
  --line:    rgba(237,234,226,0.10);
  --line2:   rgba(237,234,226,0.18);
}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4 { font-family: 'Anton', sans-serif; font-weight: 400; line-height: 1.05; }
.mono { font-family: 'Space Grotesk', sans-serif; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 30px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.8rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 3px; border: 1px solid transparent;
  cursor: pointer; transition: all .2s;
}
.btn-red  { background: var(--red); color: #fff; }
.btn-red:hover  { background: #E0123A; transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: rgba(237,234,226,0.25); color: var(--ivory); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-dark { background: var(--black); color: var(--ivory); border-color: transparent; }

/* ── EYEBROW ── */
.eyebrow {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  display: block; margin-bottom: 14px;
}
.ey-gold  { color: var(--gold); }
.ey-red   { color: var(--red); }
.ey-teal  { color: var(--teal); }
.ey-muted { color: var(--muted); }

/* ── HEADER ── */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  padding: 20px 0;
  transition: background .3s, padding .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.hdr.scrolled {
  background: rgba(8,8,11,0.95);
  backdrop-filter: blur(14px);
  padding: 12px 0;
  border-bottom-color: var(--line);
}
.hdr-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 36px; width: auto; }
.logo-txt {
  font-family: 'Anton', sans-serif; font-size: 1.1rem; letter-spacing: 0.06em; color: var(--ivory);
}
.logo-txt strong { color: var(--red); }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  padding: 6px 0; position: relative; transition: color .2s;
}
.nav a:hover, .nav a.on { color: var(--ivory); }
.nav a.on::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 2px; background: var(--red);
}
.hbg {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.hbg span { width: 24px; height: 2px; background: var(--ivory); transition: transform .25s, opacity .25s; display: block; }

/* ── TICKER ── */
.ticker { background: var(--red); overflow: hidden; white-space: nowrap; }
.ticker-track {
  display: inline-flex; gap: 20px; padding: 13px 0;
  animation: marquee 28s linear infinite;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(8,8,11,0.85);
}
.ticker-track .sep { color: rgba(8,8,11,0.35); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 130px 40px 100px;
  background:
    radial-gradient(ellipse 75% 55% at 85% 10%, rgba(200,16,46,0.28), transparent 60%),
    radial-gradient(ellipse 40% 35% at 20% 90%, rgba(212,175,106,0.07), transparent 55%),
    #08080B;
}
.hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(237,234,226,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237,234,226,0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,.7) 30%, rgba(0,0,0,.7) 70%, transparent);
}
.beam {
  position: absolute; width: 180%; height: 120px;
  top: -5%; left: -40%;
  filter: blur(22px); transform: rotate(15deg);
  animation: sweep 11s ease-in-out infinite; pointer-events: none;
}
.beam1 { background: linear-gradient(90deg, transparent, rgba(200,16,46,.4), transparent); }
.beam2 { background: linear-gradient(90deg, transparent, rgba(212,175,106,.22), transparent); top: 38%; animation-duration: 14s; animation-delay: 2s; }
.beam3 { background: linear-gradient(90deg, transparent, rgba(94,234,212,.14), transparent); top: 65%; animation-duration: 17s; animation-delay: 4s; }
@keyframes sweep { 0%,100%{ transform:rotate(15deg) translateX(-5%); } 50%{ transform:rotate(15deg) translateX(5%); } }

.hero-body { position: relative; z-index: 2; max-width: 800px; }
.hero-body .eyebrow { margin-bottom: 20px; }
.hero-title {
  font-size: clamp(3.2rem, 7vw, 6rem);
  color: var(--ivory); margin-bottom: 28px; line-height: 1;
}
.hero-title .red { color: var(--red); }
.hero-desc {
  font-size: 1.05rem; line-height: 1.78; color: var(--muted);
  max-width: 520px; margin-bottom: 40px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-facts { display: flex; flex-direction: column; gap: 10px; }
.hero-facts li {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Space Grotesk', sans-serif; font-size: 0.88rem; font-weight: 600; color: var(--ivory);
}
.hero-facts li span.dot {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
}
.dot-gold { background: var(--gold); box-shadow: 0 0 8px rgba(212,175,106,0.8); }
.dot-teal { background: var(--teal); box-shadow: 0 0 8px rgba(94,234,212,0.8); }
.dot-red  { background: var(--red);  box-shadow: 0 0 8px rgba(200,16,46,0.8); }

.scroll-cue {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  z-index: 2; width: 38px; height: 38px;
  border: 1px solid rgba(237,234,226,0.2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 0.9rem;
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100%{transform:translate(-50%,0);} 50%{transform:translate(-50%,8px);} }

/* ── STAT BAR ── */
.stat-bar { background: var(--dark); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-bar-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-cell {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
}
.stat-cell:last-child { border-right: none; }
.stat-num {
  font-family: 'Anton', sans-serif; font-size: 2.6rem;
  line-height: 1; display: block; margin-bottom: 8px;
}
.sn-gold { color: var(--gold); }
.sn-teal { color: var(--teal); }
.sn-ivory { color: var(--ivory); }
.stat-lbl {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem;
  color: var(--muted); letter-spacing: 0.04em;
}

/* ── INTRO ── */
.intro { background: var(--dark); padding: 90px 40px; }
.intro-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start;
}
.intro h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--ivory); margin-bottom: 20px; }
.intro p { color: var(--muted); line-height: 1.78; font-size: 0.96rem; margin-bottom: 16px; }
.intro .lead { color: rgba(237,234,226,0.75); font-size: 1.04rem; line-height: 1.75; margin-bottom: 18px; }

/* ── QUICK LINKS ── */
.ql { background: #08080B; padding: 80px 40px 100px; }
.ql-wrap { max-width: 1280px; margin: 0 auto; }
.ql-wrap h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--ivory); margin-bottom: 44px; }
.ql-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.ql-card {
  background: var(--dark2); border: 1px solid var(--line);
  border-radius: 10px; padding: 30px 24px;
  display: flex; flex-direction: column;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.ql-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--red);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.ql-card:hover { transform: translateY(-5px); border-color: rgba(237,234,226,0.22); box-shadow: 0 14px 40px rgba(0,0,0,0.5); }
.ql-card:hover::before { transform: scaleX(1); }
.ql-tag {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--red); margin-bottom: 12px; display: block;
}
.ql-icon { font-size: 2rem; margin-bottom: 12px; }
.ql-card h3 { font-size: 1.1rem; color: var(--ivory); margin-bottom: 10px; }
.ql-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; flex: 1; }
.ql-arrow { margin-top: 18px; font-family: 'Space Grotesk', sans-serif; font-size: 0.73rem; font-weight: 700; color: var(--gold); }

/* ── ARTICLES ── */
.articles { background: var(--dark); padding: 90px 40px; }
.art-wrap { max-width: 1280px; margin: 0 auto; }
.art-wrap h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--ivory); margin-bottom: 44px; }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.art-card {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden; transition: transform .3s, border-color .3s;
  display: flex; flex-direction: column;
}
.art-card:hover { transform: translateY(-5px); border-color: rgba(237,234,226,0.2); }
.art-thumb {
  height: 180px; display: flex; align-items: center; justify-content: center; font-size: 3.2rem;
  flex: none;
}
.at-club   { background: linear-gradient(135deg,#2a0610,#C8102E); }
.at-esport { background: linear-gradient(135deg,#0c0c22,#5EEAD4 180%); }
.at-bar    { background: linear-gradient(135deg,#2a1a06,#D4AF6A 150%); }
.at-hotel  { background: linear-gradient(135deg,#061422,#1f6080 150%); }
.at-digital{ background: linear-gradient(135deg,#18062a,#9B59B6 160%); }
.at-global { background: linear-gradient(135deg,#062212,#27AE60 180%); }
.art-body { padding: 22px 20px 26px; flex: 1; display: flex; flex-direction: column; }
.art-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.art-cat { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; color: var(--red); }
.art-date { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; color: var(--muted); }
.art-body h3 { font-size: 1rem; color: var(--ivory); margin-bottom: 10px; line-height: 1.35; }
.art-body p { font-size: 0.87rem; color: var(--muted); line-height: 1.65; flex: 1; }

/* ── PHOTO GALLERY ── */
.gallery { background: #08080B; padding: 90px 40px; }
.gal-wrap { max-width: 1280px; margin: 0 auto; }
.gal-wrap h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--ivory); margin-bottom: 14px; }
.gal-desc { font-size: 0.96rem; color: var(--muted); line-height: 1.72; max-width: 600px; margin-bottom: 48px; }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.gal-item {
  border-radius: 10px; overflow: hidden; position: relative;
  background: var(--dark2); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  min-height: 200px;
  transition: transform .3s, border-color .3s;
}
.gal-item:hover { transform: scale(1.02); border-color: rgba(237,234,226,0.22); }
.gal-item.large { grid-column: span 2; min-height: 280px; }
.gal-img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
}
.gal-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; width: 100%; height: 100%; min-height: 200px;
  padding: 24px;
}
.gal-icon { font-size: 3rem; }
.gal-label {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.1em; color: var(--muted); text-align: center; line-height: 1.5;
}
.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8,8,11,0.85));
  display: flex; align-items: flex-end; padding: 18px;
  opacity: 1; transition: opacity .3s;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-caption {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.78rem; font-weight: 700;
  color: var(--ivory); letter-spacing: 0.04em;
}

/* ── PAGE HERO ── */
.ph {
  padding: 150px 40px 80px;
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse 70% 50% at 80% 0%, rgba(200,16,46,0.22), transparent 60%), #08080B;
  border-bottom: 1px solid var(--line);
}
.ph::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(237,234,226,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237,234,226,0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,.6) 40%, rgba(0,0,0,.6) 70%, transparent);
}
.ph-inner { max-width: 1280px; margin: 0 auto; position: relative; }
.bc {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem;
  letter-spacing: 0.1em; color: var(--muted); margin-bottom: 18px; display: block;
}
.bc a { color: var(--gold); }
.ph h1 { font-size: clamp(2.6rem, 5.5vw, 4rem); color: var(--ivory); margin-bottom: 14px; }
.ph .lead { font-size: 1.04rem; color: var(--muted); line-height: 1.75; max-width: 580px; }

/* ── SECTION ── */
.sec { padding: 90px 40px; }
.sec-inner { max-width: 1280px; margin: 0 auto; }
.sec h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); color: var(--ivory); margin-bottom: 16px; }
.sec .lead { font-size: 1.02rem; color: var(--muted); line-height: 1.75; max-width: 560px; margin-bottom: 50px; }

.bg-dark  { background: var(--dark); }
.bg-dark2 { background: var(--dark2); }
.bg-black { background: #08080B; }
.bg-reach { background: linear-gradient(135deg, #1a0610 0%, #08080B 55%); }

/* ── ABOUT GRID ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-txt h2 { margin-bottom: 20px; }
.about-txt p { color: var(--muted); line-height: 1.78; font-size: 0.96rem; margin-bottom: 16px; }
.about-panel {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 12px; padding: 36px 30px;
  margin-bottom: 22px;
}
.about-panel p { color: rgba(237,234,226,0.6); line-height: 1.78; font-style: italic; font-size: 0.96rem; }
.value-list { display: flex; flex-direction: column; gap: 18px; }
.value-item { display: flex; gap: 14px; align-items: flex-start; }
.value-icon { font-size: 1.4rem; flex: none; }
.value-item h4 {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.88rem; font-weight: 700;
  color: var(--ivory); margin-bottom: 4px;
}
.value-item p { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }

/* ── TIMELINE ── */
.tl-list {
  position: relative; display: flex; flex-direction: column;
}
.tl-list::before {
  content: ''; position: absolute; left: 110px; top: 0; bottom: 0;
  width: 1px; background: var(--line);
}
.tl-item {
  display: grid; grid-template-columns: 110px 1fr;
  gap: 36px; padding: 34px 0; border-bottom: 1px solid var(--line);
  position: relative;
}
.tl-item::before {
  content: ''; position: absolute; left: 110px;
  top: 40px; width: 10px; height: 10px; border-radius: 50%;
  background: var(--red); border: 2px solid #08080B;
  transform: translateX(-50%);
}
.tl-year { font-family: 'Anton', sans-serif; font-size: 1.3rem; color: var(--gold); padding-top: 2px; }
.tl-body { padding-left: 26px; }
.tl-body h3 { font-size: 1.05rem; color: var(--ivory); margin-bottom: 8px; }
.tl-body p { font-size: 0.9rem; color: var(--muted); line-height: 1.72; }

/* ── LEADER GRID ── */
.leader-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.leader-card {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden; transition: transform .3s, border-color .3s;
}
.leader-card:hover { transform: translateY(-4px); border-color: rgba(237,234,226,0.2); }
.leader-ph { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.leader-ph img { width: 100%; height: 100%; object-fit: cover; }
.leader-body { padding: 24px 22px; }
.leader-role {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--gold); margin-bottom: 6px; display: block;
}
.leader-body h3 { font-size: 1.1rem; color: var(--ivory); margin-bottom: 10px; }
.leader-body p { font-size: 0.87rem; color: var(--muted); line-height: 1.65; }

/* ── PROOF (TESTIMONIALS) ── */
.proof-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.proof-card {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 10px;
  padding: 30px 26px; position: relative; overflow: hidden;
}
.proof-card::before {
  content: '"'; position: absolute; top: -14px; right: 18px;
  font-family: 'Anton', sans-serif; font-size: 7rem;
  color: rgba(200,16,46,0.1); line-height: 1; pointer-events: none;
}
.proof-txt { font-size: 0.94rem; color: rgba(237,234,226,0.65); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.proof-who { display: flex; align-items: center; gap: 12px; }
.proof-av {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--red2); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex: none;
}
.proof-name { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 700; color: var(--ivory); }
.proof-title { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; color: var(--muted); }

/* ── BIZ GRID ── */
.biz-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.biz-card {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.biz-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 16px 48px rgba(0,0,0,0.5); }
.biz-media {
  height: 220px; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.biz-media-icon { font-size: 3.5rem; position: relative; z-index: 2; }
.biz-media-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,8,11,0.7)); }
.bm-club  { background: linear-gradient(135deg,#2a0610,#C8102E); }
.bm-bar   { background: linear-gradient(135deg,#2a1a06,#D4AF6A); }
.bm-hotel { background: linear-gradient(135deg,#06141f,#1f5b80); }
.bm-media { background: linear-gradient(135deg,#0f0f26,#5EEAD4); }
.biz-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.biz-body { padding: 28px 26px 32px; flex: 1; display: flex; flex-direction: column; }
.biz-tag {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; color: var(--gold); margin-bottom: 8px; display: block;
}
.biz-body h3 { font-size: 1.45rem; color: var(--ivory); margin-bottom: 12px; }
.biz-body p { font-size: 0.92rem; line-height: 1.72; color: var(--muted); flex: 1; margin-bottom: 20px; }
.feat-list { display: flex; flex-direction: column; gap: 7px; }
.feat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.86rem; color: var(--muted); line-height: 1.5; }
.feat-list li::before { content: '—'; color: var(--red); flex: none; }

/* ── ESPORTS ── */
.esports-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.esports-hero h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); color: var(--ivory); margin-bottom: 18px; }
.esports-hero .lead { margin-bottom: 26px; }
.esports-list { display: flex; flex-direction: column; gap: 13px; margin-bottom: 32px; }
.esports-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--muted); line-height: 1.62; }
.edot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex: none; margin-top: 6px; box-shadow: 0 0 10px rgba(94,234,212,0.7); }
.esports-list strong { color: var(--ivory); }
.esports-panel {
  background: var(--dark); border: 1px solid rgba(94,234,212,0.22); border-radius: 14px;
  padding: 42px 36px; position: relative; overflow: hidden;
}
.panel-glow {
  position: absolute; width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(94,234,212,0.2), transparent 70%);
  top: -70px; right: -70px; pointer-events: none;
}
.panel-ey { font-family: 'Space Grotesk', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; color: var(--teal); margin-bottom: 12px; display: block; }
.panel-title { font-family: 'Anton', sans-serif; font-size: 1.9rem; color: var(--ivory); line-height: 1.15; margin-bottom: 16px; }
.panel-desc { color: var(--muted); font-size: 0.93rem; line-height: 1.72; margin-bottom: 24px; }
.panel-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.panel-tag {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; border: 1px solid rgba(94,234,212,0.28); color: var(--teal);
  padding: 5px 12px; border-radius: 20px;
}

.game-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 70px; }
.game-card {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 10px;
  padding: 26px 20px; transition: transform .25s, border-color .25s;
}
.game-card:hover { transform: translateY(-3px); border-color: rgba(94,234,212,0.3); }
.game-icon { font-size: 2.2rem; margin-bottom: 12px; }
.game-card h3 { font-size: 1rem; color: var(--ivory); margin-bottom: 8px; }
.game-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

.tourn-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.tourn-card {
  background: var(--dark); border-radius: 10px; padding: 30px 26px;
  border-top: 3px solid transparent;
}
.tourn-card.tc-teal { border-color: var(--teal); border-left: 1px solid rgba(94,234,212,0.2); border-right: 1px solid rgba(94,234,212,0.2); border-bottom: 1px solid rgba(94,234,212,0.2); }
.tourn-card.tc-gold { border-color: var(--gold); border-left: 1px solid rgba(212,175,106,0.2); border-right: 1px solid rgba(212,175,106,0.2); border-bottom: 1px solid rgba(212,175,106,0.2); }
.tourn-card.tc-red  { border-color: var(--red);  border-left: 1px solid rgba(200,16,46,0.2); border-right: 1px solid rgba(200,16,46,0.2); border-bottom: 1px solid rgba(200,16,46,0.2); }
.tourn-card.tc-muted { border-color: var(--muted); border-left: 1px solid rgba(154,152,163,0.2); border-right: 1px solid rgba(154,152,163,0.2); border-bottom: 1px solid rgba(154,152,163,0.2); }
.tourn-label {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; margin-bottom: 10px; display: block; text-transform: uppercase;
}
.tc-teal .tourn-label { color: var(--teal); }
.tc-gold .tourn-label { color: var(--gold); }
.tc-red  .tourn-label { color: var(--red); }
.tc-muted .tourn-label { color: var(--muted); }
.tourn-card h3 { font-size: 1.15rem; color: var(--ivory); margin-bottom: 10px; }
.tourn-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.tourn-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.ttag {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.67rem; font-weight: 700;
  padding: 4px 10px; border-radius: 16px; border: 1px solid;
}
.tc-teal .ttag { border-color: rgba(94,234,212,0.25); color: var(--teal); }
.tc-gold .ttag { border-color: rgba(212,175,106,0.25); color: var(--gold); }
.tc-red  .ttag { border-color: rgba(200,16,46,0.25); color: var(--red); }
.tc-muted .ttag { border-color: rgba(154,152,163,0.25); color: var(--muted); }

/* ── PARTNERS ── */
.partner-wrap { text-align: center; }
.partner-wrap > h2 { margin-bottom: 14px; }
.partner-wrap > .lead { margin: 0 auto 56px; max-width: 560px; text-align: center; }
.cat-label {
  display: flex; align-items: center; gap: 20px; margin-bottom: 24px;
}
.cat-label span:first-child {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; white-space: nowrap;
}
.cat-label .line { flex: 1; height: 1px; background: var(--line); }
.partner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 50px; }
.p-slot {
  aspect-ratio: 16/9; border: 1px solid var(--line); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 8px;
  background: var(--dark2); padding: 14px; overflow: hidden;
  transition: border-color .25s, transform .25s;
}
.p-slot:hover { border-color: rgba(237,234,226,0.2); transform: translateY(-3px); }
.p-slot.dashed { border-style: dashed; }
.p-slot img { max-height: 44px; max-width: 72%; object-fit: contain; filter: grayscale(100%) brightness(1.5); opacity: .75; }
.p-slot.hl-teal { border: 1px solid rgba(94,234,212,0.3); background: linear-gradient(135deg, rgba(94,234,212,0.1), transparent); }
.p-slot.hl-teal img { filter: none; opacity: 1; }
.p-slot .ph-txt {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; color: var(--muted); letter-spacing: 0.06em; text-align: center;
}
.p-cap { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700; color: var(--ivory); }

/* ── HOME BRANDS ── */
.brands { background: var(--dark); padding: 90px 40px; border-top: 1px solid var(--line); }
.brands-wrap { max-width: 1280px; margin: 0 auto; }
.brands-wrap h2 { font-size: clamp(1.8rem,3vw,2.5rem); color: var(--ivory); margin-bottom: 14px; }
.brands-desc { font-size: 0.96rem; color: var(--muted); line-height: 1.72; max-width: 640px; margin-bottom: 48px; }
.brand-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.brand-card {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 12px;
  padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.brand-card:hover { transform: translateY(-5px); border-color: rgba(237,234,226,0.22); box-shadow: 0 14px 40px rgba(0,0,0,0.5); }
.brand-logo {
  height: 92px; border-radius: 8px; background: #fff;
  display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 10px;
}
.brand-logo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.brand-info h3 { font-size: 0.98rem; color: var(--ivory); margin-bottom: 5px; line-height: 1.3; }
.brand-field { font-family:'Space Grotesk',sans-serif; font-size:0.7rem; font-weight:700; letter-spacing:0.08em; color: var(--gold); text-transform: uppercase; display:block; }
.brand-foot { display:flex; align-items:center; justify-content:space-between; margin-top:auto; padding-top:8px; gap:10px; }
.brand-country { font-family:'Space Grotesk',sans-serif; font-size:0.72rem; color: var(--muted); }
.brand-link { font-family:'Space Grotesk',sans-serif; font-size:0.7rem; font-weight:700; color: var(--red); letter-spacing:0.04em; white-space:nowrap; }

/* ── REACH ── */
.reach-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
  margin-bottom: 56px;
}
.reach-item {
  padding: 30px 22px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 6px;
}
.reach-num { font-family: 'Anton', sans-serif; font-size: 1.9rem; color: var(--gold); }
.reach-country { font-family: 'Space Grotesk', sans-serif; font-size: 1rem; color: var(--ivory); font-weight: 600; }
.reach-detail { font-size: 0.86rem; color: var(--muted); line-height: 1.55; }
.reach-note { font-size: 0.82rem; color: rgba(237,234,226,0.3); }

/* ── PROCESS ── */
.process-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.proc-cell {
  padding: 34px 26px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.proc-num { font-family: 'Anton', sans-serif; font-size: 2.4rem; display: block; margin-bottom: 12px; }
.proc-cell h3 { font-size: 1.05rem; color: var(--ivory); margin-bottom: 10px; }
.proc-cell p { font-size: 0.87rem; color: var(--muted); line-height: 1.65; }

/* ── KONTAK ── */
.kontak-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: start; }
.kontak-txt h2 { margin-bottom: 18px; }
.kontak-txt .lead { margin-bottom: 36px; }
.k-list { display: flex; flex-direction: column; gap: 20px; }
.k-item { display: flex; align-items: flex-start; gap: 14px; }
.k-icon { font-size: 1.4rem; flex: none; margin-top: 2px; }
.k-det h4 {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; color: var(--muted); margin-bottom: 3px;
}
.k-det p, .k-det a { color: var(--ivory); font-size: 0.94rem; }
.k-det a:hover { color: var(--gold); }

.kontak-panel {
  background: var(--dark2); border: 1px solid var(--line); border-radius: 12px; padding: 38px 34px;
}
.kontak-panel h3 { font-size: 1.4rem; color: var(--ivory); margin-bottom: 8px; }
.kontak-panel .lead { font-size: 0.94rem; margin-bottom: 28px; }
.fg { margin-bottom: 18px; }
.fg label {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; color: var(--muted); display: block; margin-bottom: 7px;
}
.fg input, .fg select, .fg textarea {
  width: 100%; background: #08080B; border: 1px solid rgba(237,234,226,0.18);
  border-radius: 3px; padding: 11px 14px;
  color: var(--ivory); font-family: 'Inter', sans-serif; font-size: 0.92rem;
  transition: border-color .2s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { outline: none; border-color: var(--gold); }
.fg textarea { min-height: 130px; resize: vertical; }
.fg select { cursor: pointer; }

/* ── CTA BAND ── */
.cta-band { background: var(--red); padding: 80px 40px; text-align: center; }
.cta-band h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); color: var(--ivory); margin-bottom: 16px; }
.cta-band p { color: rgba(237,234,226,0.75); font-size: 1rem; line-height: 1.72; max-width: 600px; margin: 0 auto 34px; }

/* ── PARTNER JOIN ── */
.pj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pj-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pj-card {
  background: var(--dark); border: 1px solid var(--line); border-radius: 10px;
  padding: 26px 20px; text-align: center;
}
.pj-card .pj-icon { font-size: 2rem; display: block; margin-bottom: 10px; }
.pj-card h4 { font-size: 0.92rem; color: var(--ivory); margin-bottom: 6px; }
.pj-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }

/* ── OFFICE CARDS ── */
.office-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.office-card {
  background: var(--dark); border-radius: 10px; padding: 28px 22px;
  border-top: 3px solid transparent;
}
.office-card.oc-red  { border-color: var(--red); border-left: 1px solid rgba(200,16,46,0.2); border-right: 1px solid rgba(200,16,46,0.2); border-bottom: 1px solid rgba(200,16,46,0.2); }
.office-card.oc-gold { border-color: var(--gold); border-left: 1px solid rgba(212,175,106,0.2); border-right: 1px solid rgba(212,175,106,0.2); border-bottom: 1px solid rgba(212,175,106,0.2); }
.office-card.oc-teal { border-color: var(--teal); border-left: 1px solid rgba(94,234,212,0.2); border-right: 1px solid rgba(94,234,212,0.2); border-bottom: 1px solid rgba(94,234,212,0.2); }
.office-lbl {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; margin-bottom: 8px; display: block; text-transform: uppercase;
}
.oc-red  .office-lbl { color: var(--red); }
.oc-gold .office-lbl { color: var(--gold); }
.oc-teal .office-lbl { color: var(--teal); }
.office-card h3 { font-size: 1.05rem; color: var(--ivory); margin-bottom: 10px; }
.office-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.65; margin-bottom: 10px; }
.office-contact { font-size: 0.84rem; color: rgba(237,234,226,0.55); line-height: 1.7; }

/* ── FOOTER ── */
.ftr { background: var(--red); padding: 60px 40px 34px; }
.ftr-inner { max-width: 1280px; margin: 0 auto; }
.ftr-top {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 60px;
  padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,0.28); margin-bottom: 36px;
}
.ftr-brand .logo { margin-bottom: 16px; }
.ftr-brand .logo img { background: #08080B; border-radius: 50%; padding: 5px; box-sizing: content-box; }
.ftr-brand .logo .logo-txt { color: #fff; }
.ftr-brand .logo .logo-txt strong { color: rgba(255,255,255,0.7); }
.ftr-brand p { font-size: 0.9rem; color: rgba(255,255,255,0.9); line-height: 1.7; max-width: 280px; }
.ftr-col h4 {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.72);
  margin-bottom: 16px;
}
.ftr-col ul { display: flex; flex-direction: column; gap: 9px; }
.ftr-col ul li a { font-size: 0.9rem; color: rgba(255,255,255,0.9); transition: color .2s; }
.ftr-col ul li a:hover { color: #fff; text-decoration: underline; }
.ftr-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.ftr-copy { font-size: 0.78rem; color: rgba(255,255,255,0.78); }
.ftr-social { display: flex; gap: 10px; }
.ftr-social a {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  color: #fff; transition: background .2s, color .2s;
}
.ftr-social a:hover { background: rgba(255,255,255,0.34); color: #fff; }

/* ── NOTE ── */
.note { font-size: 0.82rem; color: var(--muted); font-style: italic; margin-top: 16px; }

/* ── SOCIALS ROW ── */
.social-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.soc-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--dark2); border: 1px solid var(--line); border-radius: 4px;
  padding: 10px 16px; transition: border-color .2s;
}
.soc-btn:hover { border-color: var(--gold); }
.soc-btn span:first-child { font-size: 1rem; }
.soc-btn span:last-child { font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem; font-weight: 700; color: var(--ivory); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ql-grid { grid-template-columns: repeat(2,1fr); }
  .art-grid { grid-template-columns: repeat(2,1fr); }
  .biz-grid { grid-template-columns: 1fr; }
  .esports-hero { grid-template-columns: 1fr; gap: 50px; }
  .game-grid { grid-template-columns: repeat(2,1fr); }
  .partner-grid { grid-template-columns: repeat(3,1fr); }
  .stat-bar-inner { grid-template-columns: repeat(2,1fr); }
  .reach-grid { grid-template-columns: repeat(2,1fr); }
  .kontak-grid { grid-template-columns: 1fr; gap: 52px; }
  .leader-grid { grid-template-columns: repeat(2,1fr); }
  .ftr-top { grid-template-columns: 1fr 1fr; }
  .intro-inner { grid-template-columns: 1fr; gap: 44px; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .pj-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid { grid-template-columns: 1fr; }
  .tourn-grid { grid-template-columns: 1fr; }
  .office-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: repeat(2,1fr); }
  .gal-item.large { grid-column: span 1; }
  .brand-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
  .sec { padding: 60px 24px; }
  .hero { padding: 130px 24px 80px; }
  .ph { padding: 130px 24px 64px; }
  .intro { padding: 64px 24px; }
  .ql { padding: 60px 24px 80px; }
  .articles { padding: 64px 24px; }
  .gallery { padding: 64px 24px; }
  .ftr { padding: 50px 24px 28px; }
  .hdr-inner { padding: 0 24px; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(8,8,11,0.97); backdrop-filter: blur(12px);
    flex-direction: column; gap: 0; align-items: stretch;
    max-height: 0; overflow: hidden; transition: max-height .35s;
    border-bottom: 1px solid var(--line);
  }
  .nav.open { max-height: 500px; }
  .nav a { padding: 15px 24px; border-bottom: 1px solid var(--line); }
  .hbg { display: flex; }
  .hbg.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hbg.open span:nth-child(2) { opacity: 0; }
  .hbg.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ql-grid { grid-template-columns: 1fr; }
  .art-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .stat-bar-inner { grid-template-columns: 1fr 1fr; }
  .reach-grid { grid-template-columns: 1fr; }
  .leader-grid { grid-template-columns: 1fr; }
  .ftr-top { grid-template-columns: 1fr; gap: 36px; }
  .tl-list::before { display: none; }
  .tl-item { grid-template-columns: 1fr; gap: 4px; }
  .tl-item::before { display: none; }
  .tl-body { padding-left: 0; }
  .game-grid { grid-template-columns: 1fr; }
  .pj-cards { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .gal-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: clamp(2.8rem, 10vw, 4rem); }
}
@media (prefers-reduced-motion: reduce) {
  .beam, .ticker-track, .scroll-cue { animation: none !important; }
  html { scroll-behavior: auto; }
}
