:root {
  --bg: #050505;
  --text: #f2f0f1;
  --muted: #8d898b;
  --faint: #5a5658;
  --line: rgba(255,255,255,.11);
  --soft-line: rgba(255,255,255,.065);
  --accent: #ff1594;
  --width: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "Inter", sans-serif; font-size: 14px; line-height: 1.6; }
body, a, button { cursor: none; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

#background { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(rgba(5,5,5,.08), rgba(5,5,5,.45) 62%, #050505 94%); }

.cursor { position: fixed; left: 0; top: 0; z-index: 1000; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%); transition: width .18s ease, height .18s ease, border-color .18s ease; }
.cursor span { position: absolute; left: 50%; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #fff; transform: translate(-50%,-50%); }
.cursor.active { width: 48px; height: 48px; border-color: rgba(255,21,148,.72); }

.header { position: fixed; inset: 0 0 auto; z-index: 50; height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--width))/2)); border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.header.scrolled { background: rgba(5,5,5,.88); border-color: var(--soft-line); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -.02em; }
.brand img { width: 22px; height: 27px; object-fit: contain; }
.nav { display: flex; gap: 30px; align-items: center; }
.nav a { color: var(--muted); font-size: 12px; transition: color .18s ease; }
.nav a:hover, .nav a.current { color: #fff; }
.menu { display: none; padding: 8px; border: 0; background: none; }
.menu span { display: block; width: 21px; height: 1px; margin: 5px 0; background: #fff; }

main, footer { width: min(calc(100% - 40px), var(--width)); margin: 0 auto; }
section { border-bottom: 1px solid var(--soft-line); }

.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 120px 0 80px; text-align: center; }
.hero-logo { width: 92px; height: 112px; margin-bottom: 28px; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; }
.kicker, .section-number { margin: 0; color: var(--faint); font-size: 9px; font-weight: 600; letter-spacing: .28em; }
.hero h1 { margin: 10px 0 0; font-family: "Instrument Serif", serif; font-size: clamp(5rem, 11vw, 9rem); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.subtitle { margin: 24px 0 0; color: #aaa5a8; letter-spacing: .2em; text-transform: lowercase; }
.actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid rgba(255,255,255,.8); font-size: 12px; font-weight: 500; transition: background .18s ease, color .18s ease; }
.button:hover { background: #fff; color: #050505; }
.plain-link { color: var(--muted); font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 3px; transition: color .18s ease, border-color .18s ease; }
.plain-link:hover { color: #fff; border-color: #fff; }
.scroll-note { position: absolute; bottom: 28px; display: flex; align-items: center; gap: 10px; color: var(--faint); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-note span { width: 24px; height: 1px; background: var(--faint); }

.showcase, .features, .pricing { padding: 120px 0; }
.section-intro { display: grid; grid-template-columns: 90px 1fr; gap: 28px; margin-bottom: 64px; }
.section-intro h2 { margin: -8px 0 8px; font-family: "Instrument Serif", serif; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.025em; }
.section-intro div > p { max-width: 520px; margin: 0; color: var(--muted); }

.channels { border-top: 1px solid var(--line); }
.channels > a { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 20px; min-height: 92px; border-bottom: 1px solid var(--line); transition: padding .2s ease, border-color .2s ease; }
.channels > a:hover { padding-left: 12px; border-color: rgba(255,255,255,.24); }
.channel-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; }
.channel-mark svg { width: 19px; height: 19px; fill: #fff; }
.youtube { background: #ff0033; }
.discord { background: #5865f2; }
.tiktok { background: #000; border: 1px solid rgba(255,255,255,.18); }
.channels strong { display: block; font-size: 14px; font-weight: 500; }
.channels small { color: var(--muted); font-size: 11px; }
.channels i { font-style: normal; color: var(--muted); font-size: 16px; }

.feature-groups { border-top: 1px solid var(--line); }
.feature-groups article { display: grid; grid-template-columns: 280px 1fr; gap: 50px; padding: 54px 0; border-bottom: 1px solid var(--line); }
.feature-heading { display: flex; align-items: baseline; gap: 18px; }
.feature-heading span { color: var(--faint); font-size: 9px; }
.feature-heading h3 { margin: 0; font-family: "Instrument Serif", serif; font-size: 2.5rem; font-weight: 400; }
.feature-groups ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin: 0; padding: 0; list-style: none; }
.feature-groups li { padding: 14px 0; border-bottom: 1px solid var(--soft-line); }
.feature-groups strong, .feature-groups li span { display: block; }
.feature-groups strong { font-size: 12px; font-weight: 500; }
.feature-groups li span { margin-top: 3px; color: var(--muted); font-size: 11px; }

.plans { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.plans article { display: flex; flex-direction: column; min-height: 430px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.plan-top p { margin: 0; font-size: 13px; font-weight: 500; }
.plan-top strong { font-family: "Instrument Serif", serif; font-size: 3.8rem; font-weight: 400; line-height: .9; }
.plan-copy { max-width: 340px; margin: 38px 0 0; color: var(--muted); }
.plans ul { margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); }
.plans li { padding: 7px 0; }
.plans li::before { content: "—"; margin-right: 9px; color: var(--faint); }
.clans { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.clans span { padding: 4px 8px; border: 1px solid var(--soft-line); color: var(--muted); font-size: 9px; }
.plans article > a { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--soft-line); font-size: 11px; display: flex; justify-content: space-between; }
.plans article > a span { color: var(--accent); }

.closing { display: flex; flex-direction: column; align-items: center; padding: 140px 0; text-align: center; }
.closing img { width: 58px; height: 72px; object-fit: contain; }
.closing p { margin: 18px 0 0; color: var(--faint); font-size: 9px; letter-spacing: .26em; text-transform: uppercase; }
.closing h2 { margin: 12px 0 32px; font-family: "Instrument Serif", serif; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 400; line-height: 1; }

footer { display: flex; justify-content: space-between; align-items: center; min-height: 90px; color: var(--faint); font-size: 10px; }
footer div { display: flex; gap: 24px; }
footer a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  body, a, button { cursor: auto; }
  .cursor { display: none; }
  .header { height: 66px; }
  .menu { display: block; }
  .nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 20px 22px; background: #050505; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--soft-line); }
  .hero { min-height: 92vh; }
  .hero-logo { width: 72px; height: 90px; }
  .actions { flex-direction: column; gap: 18px; }
  .scroll-note { display: none; }
  .showcase, .features, .pricing { padding: 86px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .feature-groups article { grid-template-columns: 1fr; gap: 24px; padding: 38px 0; }
  .feature-groups ul { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .plans article { min-height: 380px; padding: 28px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
