:root{--blue:#315cff}*{box-sizing:border-box}body{margin:0;background:#f4f3ef;color:#111;font-family:Arial,sans-serif;font-size:18px}a{text-decoration:none;color:inherit}header{height:76px;background:#080808;color:#fff;padding:0 6vw;display:flex;align-items:center;justify-content:space-between}.logo{font-size:24px;font-weight:900}.logo span{color:#91a6ff}header p{color:#aaa}.lang{border:1px solid #555;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:14px}.hub{padding:0 6vw}.hubHero{padding:100px 0 90px;max-width:1100px}.hubHero>p{color:var(--blue);font-size:14px;font-weight:800;letter-spacing:.1em}.hubHero h1{font-size:clamp(54px,7vw,108px);line-height:.94;letter-spacing:-.06em;margin:15px 0 30px}.hubHero>span{display:block;font-size:22px;line-height:1.5;max-width:800px;color:#555}.hubTitle{display:flex;align-items:end;justify-content:space-between;border-bottom:2px solid #111;margin-bottom:28px}.hubTitle h2,.coming h2{font-size:42px;margin:0 0 18px}.hubTitle span{margin-bottom:20px;color:#666}.eventCard{display:grid;grid-template-columns:1fr 1fr;background:#090909;color:#fff;min-height:480px}.eventCard img{width:100%;height:100%;object-fit:cover}.eventCard>div{padding:48px;display:flex;flex-direction:column;align-items:flex-start}.eventCard p{font-size:16px;color:#bbb}.eventCard p i{display:inline-block;width:11px;height:11px;border-radius:50%;background:#43e06f;margin-right:10px}.eventCard h3{font-size:clamp(32px,4vw,60px);line-height:1.02;letter-spacing:-.04em;margin:35px 0 20px}.eventCard>div>span{font-size:18px;color:#ccc}.eventCard b{margin-top:auto;background:var(--blue);padding:16px 20px;font-size:18px}.coming{padding:100px 0}.coming>div{display:grid;grid-template-columns:repeat(4,1fr);border-block:2px solid #111}.coming>div span{padding:28px 18px;border-right:1px solid #aaa;font-size:22px;font-weight:700}.coming>div span:last-child{border:0}.coming p{font-size:18px;color:#666}@media(max-width:760px){body{font-size:17px}header p{display:none}.hub{padding:0 20px}.hubHero{padding:70px 0}.hubHero h1{font-size:50px}.hubHero>span{font-size:19px}.eventCard{grid-template-columns:1fr}.eventCard img{height:300px}.eventCard>div{padding:28px}.eventCard h3{font-size:36px}.eventCard b{margin-top:40px}.coming>div{grid-template-columns:1fr 1fr}.coming>div span:nth-child(2){border-right:0}}

/* YE poster system */
:root{--blue:#ff315d;--acid:#d7ff00;--paper:#cfd2d5;--display:"Arial Narrow","Helvetica Neue Condensed",Impact,Arial,sans-serif;--body:"Helvetica Neue",Helvetica,Arial,sans-serif;--mono:"Courier New",monospace}body{background:var(--paper);font-family:var(--body);font-size:19px}.ticker{height:34px;overflow:hidden;background:var(--blue);color:#050505;font:900 14px/34px var(--mono);letter-spacing:.08em;white-space:nowrap}.ticker div{width:max-content;animation:tickerMove 28s linear infinite}@keyframes tickerMove{to{transform:translateX(-50%)}}header{height:72px;background:#050505}.logo{font-family:var(--display);letter-spacing:.01em}.logo span{color:var(--blue)}header p{font-family:var(--mono);font-size:13px;text-transform:uppercase}.hubHero>p{color:#050505;font-family:var(--mono);background:var(--acid);display:inline-block;padding:4px 8px}.hubHero h1,.hubTitle h2,.coming h2,.eventCard h3{font-family:var(--display);text-transform:uppercase;font-stretch:condensed;letter-spacing:-.025em}.hubHero h1{font-size:clamp(64px,8vw,124px);line-height:.85}.hubHero>span{font-size:23px;color:#35393d}.eventCard{background:#050505}.eventCard p i{background:var(--acid)}.eventCard b{background:var(--blue);color:#050505;font-family:var(--display);text-transform:uppercase}.coming>div{border-color:#050505}.coming p{font-size:19px;color:#44484d}@media(max-width:760px){.ticker{height:30px;font-size:12px;line-height:30px}.hubHero h1{font-size:54px}.hubHero>span{font-size:20px}}
