:root{
  --bg:#080a0e;
  --panel:#11161e;
  --line:rgba(255,255,255,.075);
  --text:#f7f8fa;
  --muted:#9ba5b2;
  --orange:#ff7a1a;
  --orange2:#ff9a52;
  --orangeSoft:rgba(255,122,26,.12);
  --shadow:0 25px 70px rgba(0,0,0,.38);
  --container:min(1180px,calc(100% - 38px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 85% -10%,rgba(255,122,26,.12),transparent 30%),
    linear-gradient(180deg,#090b10 0%,#080a0e 100%);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}

.header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  height:82px;
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(8,10,14,.78);
  backdrop-filter:blur(18px);
}
.nav{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:230px;
}
.brand img{
  width:48px;
  height:48px;
  object-fit:contain;
  filter:drop-shadow(0 8px 24px rgba(255,122,26,.14));
}
.brand-copy{display:grid;gap:3px}
.brand-copy strong{font-size:.88rem;letter-spacing:-.02em}
.brand-copy span{color:var(--muted);font-size:.62rem;font-weight:600}

.menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex:1;
}
.menu a{
  padding:10px 12px;
  border-radius:10px;
  color:#c5ccd5;
  font-size:.75rem;
  font-weight:700;
  transition:.18s ease;
}
.menu a:hover,.menu a.active{color:#fff;background:rgba(255,255,255,.055)}
.menu a.active{box-shadow:inset 0 -2px 0 var(--orange)}

.nav-actions{display:flex;align-items:center;gap:9px}
.btn,.nav-live,.account-btn{
  min-height:44px;
  border-radius:12px;
  border:1px solid var(--line);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 16px;
  font-size:.72rem;
  font-weight:850;
  cursor:pointer;
  transition:.2s ease;
}
.nav-live,.btn-primary{
  border-color:rgba(255,122,26,.35);
  background:linear-gradient(135deg,var(--orange2),var(--orange));
  color:#18100a;
  box-shadow:0 11px 26px rgba(255,122,26,.16);
}
.nav-live:hover,.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.04)}
.account-btn,.btn-secondary{background:rgba(255,255,255,.035);color:#e6eaf0}
.account-btn:hover,.btn-secondary:hover{background:rgba(255,255,255,.07)}

.dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f44343;
  box-shadow:0 0 0 5px rgba(244,67,67,.09);
  animation:pulse 1.6s infinite;
}
@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(244,67,67,0)}}

main{padding-top:82px}

.page-hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:url("../img/cover.png") center/cover no-repeat;
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(6,8,12,.97) 0%,rgba(6,8,12,.85) 42%,rgba(6,8,12,.50) 72%,rgba(6,8,12,.82) 100%),
    linear-gradient(180deg,rgba(8,10,14,.12) 0%,#080a0e 100%);
}
.hero-inner{
  padding:82px 0 60px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:end;
}
.eyebrow{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  color:#c7ced7;
  font-size:.64rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.eyebrow i{width:4px;height:4px;border-radius:50%;background:var(--orange)}
.page-hero h1{
  margin:16px 0 14px;
  font-size:clamp(3.2rem,7vw,6.2rem);
  line-height:.92;
  letter-spacing:-.065em;
}
.page-hero h1 span{color:var(--orange2)}
.page-hero p{
  max-width:780px;
  margin:0;
  color:#b9c1ca;
  line-height:1.75;
  font-size:.95rem;
}
.hero-logo{
  width:150px;
  height:150px;
  object-fit:contain;
  filter:drop-shadow(0 20px 45px rgba(0,0,0,.45));
}

.section{padding:70px 0}
.section.alt{
  background:#0a0d12;
  border-top:1px solid rgba(255,255,255,.045);
  border-bottom:1px solid rgba(255,255,255,.045);
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.section-label{
  margin-bottom:8px;
  color:var(--orange2);
  font-size:.64rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.section h2{
  margin:0;
  font-size:clamp(1.8rem,3vw,2.6rem);
  letter-spacing:-.04em;
}
.section-head p{
  max-width:520px;
  margin:0;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.65;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.stat-card{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
}
.stat-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--orangeSoft);
  border:1px solid rgba(255,122,26,.15);
  margin-bottom:14px;
}
.stat-card strong{
  display:block;
  font-size:1.5rem;
  letter-spacing:-.04em;
}
.stat-card span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:.66rem;
}

.community-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.community-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
  transition:.2s ease;
}
.community-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,122,26,.22);
}
.community-art{
  position:relative;
  height:190px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(8,10,14,.88)),
    url("../img/cover.png") center/cover no-repeat;
}
.community-art img{
  position:absolute;
  width:68px;
  height:68px;
  object-fit:contain;
  left:16px;
  top:16px;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));
}
.community-tag{
  position:absolute;
  right:14px;
  top:14px;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(8,10,14,.68);
  border:1px solid rgba(255,255,255,.08);
  font-size:.57rem;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.community-body{padding:18px}
.community-body h3{margin:0 0 8px;font-size:.96rem}
.community-body p{margin:0;color:var(--muted);font-size:.7rem;line-height:1.62}
.community-bottom{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.055);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.community-bottom span{color:#8f99a5;font-size:.6rem;font-weight:800}
.community-bottom a{font-size:.64rem;font-weight:850;color:var(--orange2)}

.events-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}
.event-feature{
  min-height:330px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,122,26,.16);
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(5,7,10,.9)),
    url("../img/cover.png") center/cover no-repeat;
  box-shadow:var(--shadow);
}
.event-content{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:24px;
}
.event-content small{
  color:var(--orange2);
  font-size:.6rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.event-content h3{
  margin:9px 0 8px;
  font-size:1.45rem;
}
.event-content p{
  margin:0;
  color:#bbc3cd;
  font-size:.72rem;
  line-height:1.6;
}
.event-list{display:grid;gap:12px}
.event-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:13px;
  align-items:center;
  padding:15px;
  border:1px solid var(--line);
  border-radius:17px;
  background:rgba(255,255,255,.025);
}
.event-date{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--orangeSoft);
  border:1px solid rgba(255,122,26,.15);
  text-align:center;
}
.event-date strong{font-size:1.05rem}
.event-date span{display:block;color:#a8b0ba;font-size:.54rem;text-transform:uppercase;font-weight:850}
.event-info h4{margin:0 0 5px;font-size:.8rem}
.event-info p{margin:0;color:var(--muted);font-size:.64rem;line-height:1.5}

.values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.value-card{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.024);
}
.value-card b{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--orangeSoft);
  border:1px solid rgba(255,122,26,.15);
  margin-bottom:13px;
}
.value-card h3{margin:0 0 8px;font-size:.82rem}
.value-card p{margin:0;color:var(--muted);font-size:.66rem;line-height:1.58}

.join-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:30px;
  border:1px solid rgba(255,122,26,.18);
  border-radius:24px;
  background:
    linear-gradient(110deg,rgba(255,122,26,.09),rgba(255,255,255,.02)),
    #10151b;
  box-shadow:var(--shadow);
}
.join-card h2{max-width:700px}
.join-card p{
  max-width:720px;
  margin:10px 0 0;
  color:var(--muted);
  font-size:.74rem;
  line-height:1.65;
}
.join-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:190px;
}

.footer{
  padding:44px 0 88px;
  border-top:1px solid rgba(255,255,255,.055);
  background:#07090c;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .7fr .7fr;
  gap:40px;
}
.footer p{
  max-width:410px;
  margin:15px 0 0;
  color:#7f8995;
  font-size:.69rem;
  line-height:1.65;
}
.footer h4{
  margin:0 0 13px;
  color:#d9dee5;
  font-size:.69rem;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.footer-links{display:grid;gap:9px}
.footer-links a{color:#8d97a3;font-size:.69rem}
.footer-links a:hover{color:#fff}

.radio-dock{
  position:fixed;
  z-index:80;
  left:50%;
  bottom:16px;
  transform:translate(-50%,120px);
  width:min(770px,calc(100% - 24px));
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:9px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:17px;
  background:rgba(13,17,23,.94);
  backdrop-filter:blur(20px);
  box-shadow:0 18px 50px rgba(0,0,0,.4);
  opacity:0;
  pointer-events:none;
  transition:.25s ease;
}
body.radio-playing .radio-dock{
  transform:translate(-50%,0);
  opacity:1;
  pointer-events:auto;
}
.dock-play{
  width:46px;height:46px;border:0;border-radius:13px;
  background:linear-gradient(135deg,var(--orange2),var(--orange));
  color:#1b110b;font-weight:950;cursor:pointer;
}
.dock-track{min-width:0;display:flex;align-items:center;gap:10px}
.dock-cover{
  width:38px;height:38px;border-radius:9px;
  background:url("../img/logo.png") center/cover no-repeat #10151d;
  flex:none;
}
.dock-track div:last-child{min-width:0}
.dock-track strong,.dock-track span{
  display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.dock-track strong{font-size:.69rem}
.dock-track span{margin-top:3px;color:var(--muted);font-size:.59rem}
.dock-right{display:flex;align-items:center;gap:10px;padding-right:5px}
.dock-right input{width:95px;accent-color:var(--orange)}
.dock-right span{color:#9da7b3;font-size:.62rem;font-weight:800}

.reveal{opacity:0;transform:translateY(16px);transition:.55s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1000px){
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .community-grid{grid-template-columns:repeat(2,1fr)}
  .events-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .join-card{grid-template-columns:1fr}
  .join-actions{flex-direction:row;min-width:0}
}
@media(max-width:720px){
  .header{height:68px}
  main{padding-top:68px}
  .menu{display:none}
  .account-btn{display:none}
  .hero-inner{grid-template-columns:1fr;padding:66px 0 42px}
  .hero-logo{width:105px;height:105px;order:-1}
  .page-hero h1{font-size:clamp(2.8rem,14vw,4.2rem)}
  .section{padding:52px 0}
  .section-head{align-items:flex-start;flex-direction:column}
  .stats-grid,.community-grid,.values-grid{grid-template-columns:1fr}
  .join-actions{flex-direction:column}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .radio-dock{grid-template-columns:42px minmax(0,1fr);bottom:10px}
  .dock-play{width:42px;height:42px}
  .dock-right{display:none}
}
