:root {
    --ink: #f7f7ff;
    --muted: #9698ad;
    --bg: #03040b;
    --cyan: #28c8ff;
    --pink: #ff2d88;
    --line: rgba(137, 153, 255, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; }
body.locked { overflow: hidden; }
body::before { content: ""; position: fixed; z-index: 99; inset: 0; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
[hidden] { display: none !important; }

.site-header { position: fixed; z-index: 80; top: 0; right: 0; left: 0; height: 86px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: .3s; }
.site-header.is-scrolled { height: 72px; background: rgba(3, 4, 11, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { width: 108px; display: block; }
.brand img { width: 100%; height: 55px; object-fit: cover; object-position: center; }
.desktop-nav { display: flex; gap: 38px; font-size: 13px; font-weight: 600; }
.desktop-nav a, .footer-bottom a { color: #b7b8c8; transition: .2s; }
.desktop-nav a:hover, .footer-bottom a:hover { color: #fff; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 15px; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.header-cta span { color: var(--pink); transition: transform .25s; }
.header-cta:hover span { transform: translateX(5px); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: white; transition: .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; height: 100svh; min-height: 760px; max-height: 1050px; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-art.webp") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #03040b 3%, rgba(3, 4, 11, .93) 26%, rgba(3, 4, 11, .55) 55%, rgba(3, 4, 11, .08) 82%), linear-gradient(0deg, #03040b 0%, transparent 28%, rgba(3, 4, 11, .28) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(72, 101, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(72, 101, 255, .2) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-content { position: relative; z-index: 2; width: min(680px, 88vw); margin-left: 8vw; padding-top: 72px; }
.eyebrow, .kicker { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: #c5c7d5; }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--pink)); }
.hero h1, .section-heading h2, .manifesto h2, .careers h2 { margin: 20px 0 24px; font-size: clamp(56px, 7vw, 108px); font-weight: 600; line-height: .91; letter-spacing: -.065em; }
.hero h1 em, .manifesto h2 em { color: transparent; background: linear-gradient(90deg, #e7eaff 15%, #79d9ff 55%, #ff73b2); background-clip: text; font-style: normal; text-shadow: 0 0 42px rgba(47, 171, 255, .16); }
.hero-copy { max-width: 575px; color: #b5b7c8; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .25s; }
.button-primary { position: relative; overflow: hidden; background: linear-gradient(115deg, #127cf5, #9e43e8 58%, #ff2d88); border-color: transparent; box-shadow: 0 0 35px rgba(47, 116, 255, .24); }
.button-primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent); transform: translateX(-120%); transition: .55s; }
.button-primary:hover::before { transform: translateX(120%); }
.button-ghost { background: rgba(7, 9, 20, .55); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(14, 19, 42, .75); border-color: rgba(97, 190, 255, .55); }
.play { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .34); border-radius: 50%; font-size: 9px; }
.hero-foot { position: absolute; right: 4.5vw; bottom: 26px; left: 4.5vw; display: flex; align-items: center; gap: 18px; color: #787b91; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-foot .line { height: 1px; flex: 1; background: linear-gradient(90deg, var(--line), rgba(255, 45, 136, .3), var(--line)); }

.section { padding: 140px 7vw; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 55px; }
.kicker { margin: 0; color: #69cfff; }
.section-heading h2, .manifesto h2, .careers h2 { font-size: clamp(43px, 5.4vw, 82px); }
.section-heading > p { max-width: 400px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading strong { color: #d6d7e1; font-weight: 500; }
.game-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 320px); gap: 18px; }
.game-card { position: relative; overflow: hidden; background: #090b16; border: 1px solid var(--line); }
.game-1 { grid-row: 1/3; }
.game-card button { position: absolute; inset: 0; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.game-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .5s; }
.game-card:hover img { transform: scale(1.045); filter: saturate(1.15); }
.game-gradient { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2, 3, 10, .96), rgba(2, 3, 10, .1) 68%), linear-gradient(90deg, rgba(2, 3, 10, .25), transparent); }
.game-index { position: absolute; top: 18px; right: 20px; color: rgba(255, 255, 255, .45); font-size: 10px; letter-spacing: .16em; }
.game-info { position: absolute; right: 84px; bottom: 28px; left: 30px; display: flex; flex-direction: column; }
.game-info small { color: #77d4ff; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.game-info strong { margin: 8px 0 10px; font-size: clamp(26px, 3vw, 48px); line-height: 1; letter-spacing: -.04em; }
.game-info > span { max-width: 480px; color: #acafc0; font-size: 13px; line-height: 1.5; }
.game-2 .game-info strong, .game-3 .game-info strong { font-size: 29px; }
.game-2 .game-info > span, .game-3 .game-info > span { display: none; }
.round-arrow { position: absolute; right: 26px; bottom: 28px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .27); border-radius: 50%; transition: .25s; }
.game-card:hover .round-arrow { color: #080914; background: #fff; transform: rotate(-25deg); }

.manifesto { position: relative; min-height: 780px; padding: 140px 8vw; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 20% 55%, rgba(20, 104, 255, .13), transparent 30%), radial-gradient(circle at 83% 25%, rgba(255, 32, 125, .1), transparent 27%); }
.manifesto-mark { color: transparent; font-size: clamp(140px, 22vw, 360px); font-weight: 800; line-height: .7; letter-spacing: -.11em; -webkit-text-stroke: 1px rgba(108, 159, 255, .24); transform: translateX(-4vw); filter: drop-shadow(0 0 25px rgba(36, 125, 255, .13)); }
.manifesto-copy { max-width: 650px; }
.manifesto h2 { margin-top: 18px; }
.manifesto-copy > p:not(.kicker) { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid #3c82ff; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.values { padding-top: 120px; }
.values-top { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.values-top > span { color: #797c91; font-size: 12px; }
.value-list article { padding: 35px 0; display: grid; grid-template-columns: 80px 1fr 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: .25s; }
.value-list article:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(34, 100, 255, .05), transparent); }
.value-list article > span { color: #4ebff1; font-size: 11px; }
.value-list h3 { margin: 0; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.04em; }
.value-list p { max-width: 490px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.careers { position: relative; min-height: 650px; padding: 130px 8vw; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(rgba(2, 3, 10, .74), rgba(2, 3, 10, .88)), url("assets/hero-art.webp") center 45%/cover; text-align: center; }
.careers-glow { position: absolute; width: 440px; height: 440px; border: 1px solid rgba(255, 56, 149, .2); border-radius: 50%; box-shadow: 0 0 100px rgba(71, 67, 255, .18), inset 0 0 90px rgba(255, 31, 126, .08); }
.careers > *:not(.careers-glow) { position: relative; }
.careers h2 { margin: 20px 0; }
.careers > p:not(.kicker) { max-width: 590px; color: #b0b2c2; line-height: 1.7; }
.careers .button { margin-top: 25px; }

footer { padding: 80px 7vw 30px; background: #020309; border-top: 1px solid var(--line); }
.footer-top { padding-bottom: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-top img { width: 160px; height: 105px; object-fit: cover; }
.footer-top p { color: #777a8e; font-size: 13px; line-height: 1.6; }
.footer-invite { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; }
.footer-invite > span { color: #777a8e; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-invite a { margin-top: 14px; display: flex; align-items: center; gap: 15px; font-size: clamp(20px, 3vw, 40px); letter-spacing: -.04em; }
.footer-invite b { color: var(--pink); }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #5f6274; font-size: 10px; }
.footer-bottom nav { display: flex; gap: 24px; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(0, 0, 0, .82); backdrop-filter: blur(12px); }
.game-modal { position: relative; width: min(900px, 100%); max-height: 90vh; display: grid; grid-template-columns: 1.1fr .9fr; overflow: auto; background: #080a15; border: 1px solid rgba(107, 162, 255, .3); box-shadow: 0 30px 100px #000; }
.game-modal > img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.game-modal > div { padding: 55px 42px; display: flex; flex-direction: column; justify-content: center; }
.game-modal h2 { margin: 14px 0; font-size: 45px; }
.game-modal p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.game-modal .button { margin-top: 20px; }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(2, 3, 10, .8); font-size: 25px; cursor: pointer; }

@media (max-width: 900px) {
    .site-header { height: 70px; padding: 0 20px; grid-template-columns: 1fr auto; }
    .desktop-nav, .header-cta { display: none; }
    .brand { width: 92px; }
    .menu-button { display: block; }
    .mobile-menu { position: fixed; z-index: 70; inset: 0; padding: 100px 30px 40px; display: flex; flex-direction: column; justify-content: center; visibility: hidden; opacity: 0; background: rgba(3, 4, 11, .97); backdrop-filter: blur(16px); transition: .3s; }
    .mobile-menu.is-open { visibility: visible; opacity: 1; }
    .mobile-menu nav { display: flex; flex-direction: column; }
    .mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: clamp(34px, 10vw, 60px); font-weight: 600; letter-spacing: -.05em; }
    .mobile-menu p { margin-top: auto; color: #777a8e; font-size: 12px; line-height: 1.6; letter-spacing: .14em; text-transform: uppercase; }
    .hero { min-height: 720px; align-items: flex-end; }
    .hero-image { background-position: 62% center; }
    .hero-shade { background: linear-gradient(0deg, #03040b 5%, rgba(3, 4, 11, .94) 35%, rgba(3, 4, 11, .2) 78%), linear-gradient(90deg, rgba(3, 4, 11, .65), transparent); }
    .hero-content { width: 100%; margin: 0; padding: 120px 22px 95px; }
    .hero h1 { font-size: clamp(50px, 15vw, 74px); }
    .hero-copy { font-size: 15px; }
    .hero-foot { right: 22px; left: 22px; }
    .section { padding: 95px 22px; }
    .section-heading { display: block; }
    .section-heading > p { margin-top: 30px; }
    .game-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .game-card, .game-1 { height: 430px; grid-row: auto; }
    .game-2, .game-3 { height: 320px; }
    .manifesto { min-height: 0; padding: 110px 22px; grid-template-columns: 1fr; }
    .manifesto-mark { position: absolute; top: 80px; right: -18px; opacity: .52; }
    .manifesto-copy { position: relative; }
    .value-list article { grid-template-columns: 45px 1fr; }
    .value-list p { grid-column: 2; }
    .careers { padding: 100px 22px; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-invite { align-items: flex-start; }
    .footer-bottom { flex-direction: column; gap: 25px; }
    .game-modal { grid-template-columns: 1fr; }
    .game-modal > img { height: 240px; min-height: 0; }
    .game-modal > div { padding: 36px 25px; }
    .game-modal h2 { font-size: 38px; }
}

@media (max-width: 520px) {
    .hero-actions { flex-direction: column; }
    .button { width: 100%; }
    .hero-foot > span:last-child { display: none; }
    .section-heading h2, .manifesto h2, .careers h2 { font-size: 43px; }
    .game-card, .game-1 { height: 390px; }
    .game-info { right: 70px; bottom: 22px; left: 20px; }
    .round-arrow { right: 18px; bottom: 22px; }
    .values-top > span { display: none; }
    .footer-invite a { font-size: 19px; }
    .footer-bottom nav { flex-wrap: wrap; }
    .game-modal { max-height: 94vh; }
    .game-modal > img { height: 205px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation: none !important; transition: none !important; }
}
 
/* Continuous GWL neon atmosphere */
main{position:relative;overflow:hidden;background:
radial-gradient(ellipse 58% 15% at -8% 20%,rgba(0,184,255,.19),transparent 72%),
radial-gradient(ellipse 52% 14% at 108% 31%,rgba(255,25,139,.18),transparent 72%),
radial-gradient(ellipse 58% 15% at -8% 52%,rgba(0,167,255,.16),transparent 73%),
radial-gradient(ellipse 52% 13% at 108% 68%,rgba(255,28,142,.16),transparent 73%),
radial-gradient(ellipse 70% 16% at 50% 86%,rgba(69,48,255,.15),transparent 74%),
linear-gradient(180deg,#03040b 0%,#050714 33%,#03040d 64%,#05040f 84%,#020309 100%)}
.brand{width:150px;filter:drop-shadow(-7px 0 12px rgba(0,183,255,.35)) drop-shadow(7px 0 13px rgba(255,29,137,.34))}
.brand img{height:66px;object-fit:contain;object-position:left center}
.site-header.is-scrolled{border-color:rgba(91,151,255,.28);box-shadow:0 12px 45px rgba(5,89,255,.08),0 12px 50px rgba(255,24,131,.06)}
.hero:after{content:"";position:absolute;z-index:1;right:-12%;bottom:-170px;left:-12%;height:340px;pointer-events:none;background:
radial-gradient(ellipse 44% 55% at 18% 50%,rgba(0,191,255,.24),transparent 72%),
radial-gradient(ellipse 44% 55% at 82% 50%,rgba(255,30,143,.23),transparent 72%);filter:blur(34px)}
.games,.values{position:relative;isolation:isolate;background:transparent}
.games:before,.games:after,.values:before,.values:after{content:"";position:absolute;z-index:-1;width:clamp(360px,48vw,760px);height:clamp(360px,48vw,760px);border-radius:50%;pointer-events:none;filter:blur(54px)}
.games:before{top:-240px;left:-260px;background:radial-gradient(circle,rgba(0,188,255,.22),rgba(29,69,255,.08) 42%,transparent 72%)}
.games:after{right:-310px;bottom:-300px;background:radial-gradient(circle,rgba(255,29,139,.22),rgba(127,35,255,.08) 44%,transparent 73%)}
.game-card{border-color:rgba(107,147,255,.29);box-shadow:0 0 0 1px rgba(0,197,255,.025),0 18px 55px rgba(0,0,0,.36),-12px 0 48px rgba(0,154,255,.035),12px 0 48px rgba(255,25,139,.035)}
.game-card:hover{border-color:rgba(77,194,255,.52);box-shadow:-18px 0 56px rgba(0,173,255,.12),18px 0 58px rgba(255,28,140,.1),0 22px 70px rgba(0,0,0,.48)}
.manifesto{isolation:isolate;border-color:rgba(102,139,255,.28);background:
radial-gradient(ellipse 68% 95% at -10% 50%,rgba(0,184,255,.21),transparent 68%),
radial-gradient(ellipse 62% 88% at 110% 48%,rgba(255,25,139,.2),transparent 68%),
linear-gradient(180deg,rgba(5,8,21,.32),rgba(5,4,16,.18))}
.manifesto:before,.manifesto:after{content:"";position:absolute;z-index:-1;left:-10%;width:120%;height:230px;pointer-events:none;filter:blur(34px)}
.manifesto:before{top:-128px;background:linear-gradient(90deg,rgba(0,190,255,.12),rgba(98,57,255,.11) 50%,rgba(255,26,139,.13))}
.manifesto:after{bottom:-130px;background:linear-gradient(90deg,rgba(0,174,255,.14),rgba(92,49,255,.1) 52%,rgba(255,24,139,.14))}
.manifesto-mark{text-shadow:-28px 0 70px rgba(0,183,255,.16),28px 0 76px rgba(255,28,139,.14)}
.values:before{top:-280px;left:-290px;background:radial-gradient(circle,rgba(0,173,255,.19),rgba(45,70,255,.07) 45%,transparent 73%)}
.values:after{right:-330px;bottom:-330px;background:radial-gradient(circle,rgba(255,26,140,.18),rgba(123,41,255,.07) 46%,transparent 73%)}
.value-list article{position:relative}
.value-list article:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:1px;background:linear-gradient(90deg,rgba(0,192,255,.36),rgba(101,81,255,.2) 52%,rgba(255,31,142,.32));opacity:.7}
.careers{isolation:isolate;border-color:rgba(115,130,255,.26);box-shadow:inset 0 130px 150px -145px rgba(0,174,255,.55),inset 0 -130px 150px -145px rgba(255,28,140,.52)}
.careers:before,.careers:after{content:"";position:absolute;z-index:0;top:4%;width:52%;height:92%;pointer-events:none;filter:blur(54px)}
.careers:before{left:-24%;background:radial-gradient(ellipse,rgba(0,184,255,.22),transparent 68%)}
.careers:after{right:-24%;background:radial-gradient(ellipse,rgba(255,27,141,.21),transparent 68%)}
.careers-glow{border-color:rgba(125,105,255,.32);box-shadow:-55px 0 110px rgba(0,167,255,.13),55px 0 115px rgba(255,28,141,.14),inset 0 0 95px rgba(92,63,255,.1)}
footer{position:relative;isolation:isolate;border-color:rgba(118,126,255,.26);background:
radial-gradient(ellipse 52% 90% at 0% 0%,rgba(0,168,255,.13),transparent 68%),
radial-gradient(ellipse 52% 90% at 100% 0%,rgba(255,26,140,.13),transparent 68%),#020309;box-shadow:inset 0 90px 120px -115px rgba(99,65,255,.5)}
.footer-top img{height:115px;object-fit:contain;object-position:left center;filter:drop-shadow(-9px 0 18px rgba(0,182,255,.25)) drop-shadow(9px 0 18px rgba(255,28,139,.24))}
.footer-bottom{border-color:transparent;position:relative}
.footer-bottom:before{content:"";position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,rgba(0,192,255,.45),rgba(106,79,255,.24) 50%,rgba(255,30,142,.42));box-shadow:0 0 18px rgba(85,89,255,.24)}

@media(max-width:900px){.brand{width:126px}.brand img{height:58px}.games:before,.games:after,.values:before,.values:after{filter:blur(42px)}.manifesto:before,.manifesto:after{filter:blur(28px)}}
@media(max-width:520px){.brand{width:112px}.brand img{height:52px}.footer-top img{width:180px;height:auto}}
