:root,.dark{--background:#090909;--foreground:#f7f7f7;--card:#121212;--card-foreground:#fff;--popover:#121212;--popover-foreground:#fff;--primary:#fff;--primary-foreground:#090909;--secondary:#202020;--secondary-foreground:#fff;--muted:#181818;--muted-foreground:#aaa;--accent:#252525;--accent-foreground:#fff;--border:#303030;--input:#303030;--ring:#ddd;--radius:.4rem;color-scheme:dark}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none}
button{font:inherit}
a,button{ -webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid white;outline-offset:6px}
::selection{background:white;color:black}
.skip{position:fixed;top:-100px;z-index:100;background:white;color:black;padding:12px}
.skip:focus{top:10px}
.site-header{height:98px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #242424;background:#090909;position:relative;z-index:10}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:58px;height:58px;object-fit:contain}
.brand span{font-size:12px;font-weight:800;letter-spacing:1.6px;line-height:1.4}
nav{display:flex;gap:28px;height:100%;align-items:center}
nav a{font-size:14px;color:#aaa;height:100%;display:flex;align-items:center;border-bottom:2px solid transparent}
nav a:hover,nav a[aria-current]{color:white;border-bottom-color:white}
.header-status{font-size:11px;letter-spacing:1.5px;white-space:nowrap}
.header-status i,.status-dot{display:inline-block;width:6px;height:6px;background:white;border-radius:50%;margin-right:8px}
.menu-toggle{display:none}
.hero{position:relative;min-height:670px;display:flex;align-items:center;padding:80px 8% 110px;isolation:isolate;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.2)),linear-gradient(0deg,#090909,transparent 45%),url('assets/skyline.jpg') center/cover;filter:grayscale(1);z-index:-1}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.4px;color:#bcbcbc}
.hero .eyebrow{color:#e0e0e0}
.hero h1{font-size:clamp(64px,7.7vw,118px);letter-spacing:-5px;line-height:.98;font-weight:900;margin:28px 0}
.hero h1 span{color:transparent;-webkit-text-stroke:1.5px #fff}
.hero-content>p{font-size:18px;color:#c7c7c7;line-height:1.7}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:15px 22px;font-size:14px;font-weight:700;border:1px solid #555;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-3px)}
.primary{background:#fff;color:#111;border-color:#fff}
.primary:hover{background:#ddd}
.secondary{background:#ffffff08}
.secondary:hover{background:#ffffff15}
.hero-mark{margin-left:auto;width:31%;max-width:380px;transform:rotate(-5deg);opacity:.9}
.hero-mark img{width:100%;filter:drop-shadow(0 20px 40px #000)}
.hero-bottom{position:absolute;bottom:30px;left:8%;right:8%;display:flex;justify-content:space-between;border-top:1px solid #ffffff24;padding-top:22px;font-size:11px;letter-spacing:2px;color:#aaa}
.little-arrow{margin-left:20px}
.section{padding:92px 8%}
.about{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-bottom:1px solid #252525}
h2{font-size:clamp(34px,3.7vw,54px);letter-spacing:-2px;line-height:1.12;margin:22px 0 0}
.about-copy{padding-top:12px;color:#999}
.about-copy p:first-child{color:#ddd;font-size:20px;line-height:1.5;margin-top:0}
.text-link{color:white;display:inline-flex;gap:60px;padding-bottom:10px;border-bottom:1px solid #666;font-size:14px;margin-top:15px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}
.muted{color:#888;font-size:14px}
.link-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border:1px solid #303030}
.link-grid>a{padding:30px;border-right:1px solid #303030;background:#101010;transition:background .2s}
.link-grid>a:last-child{border-right:0}
.link-grid>a:hover{background:#1c1c1c}
.card-number{color:#777;font-size:12px}
.link-grid h3{font-size:22px;letter-spacing:-.5px;margin:35px 0 10px;display:flex;justify-content:space-between}
.link-grid p{color:#999;font-size:15px;max-width:280px}
.community{text-align:center;padding:80px 24px 90px;border-top:1px solid #282828;border-bottom:1px solid #282828;background:linear-gradient(#090909cc,#090909ee),url('assets/skyline.jpg') center/cover}
.community h2{margin:18px 0 30px}
footer{padding:48px 8% 24px}
.footer-brand{display:flex;gap:15px;align-items:center;font-size:12px;font-weight:700;letter-spacing:2px}
.footer-brand img{width:46px}
footer>p{font-size:14px;color:#888}
.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid #252525;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#777;flex-wrap:wrap}
.footer-bottom div{display:flex;gap:22px}
.footer-bottom a:hover{color:white}
.page-hero{padding:80px 8% 65px;border-bottom:1px solid #292929;background:linear-gradient(90deg,#090909ed,#090909b0),url('assets/skyline.jpg') center/cover}
.page-hero h1{font-size:clamp(48px,6vw,82px);letter-spacing:-3px;line-height:1.05;margin:24px 0}
.page-hero p{max-width:620px;color:#aaa;font-size:18px}
.page-content{max-width:1100px;margin:auto;padding:65px 8% 100px;min-height:330px}
.notice{border:1px solid #303030;padding:32px;background:#111}
.notice h2{font-size:28px;margin-top:0;letter-spacing:-.7px}
.notice p{color:#aaa;max-width:640px}
.tag{display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;border:1px solid #444;padding:5px 10px;margin-bottom:24px}
.faq details{border-bottom:1px solid #333;padding:22px 0}
.faq summary{font-weight:700;cursor:pointer}
.faq details p{color:#aaa;max-width:700px}
.timeline{border-left:1px solid #555;padding-left:32px}
.timeline article{margin-bottom:40px}
.timeline h2{font-size:28px;letter-spacing:-.7px;margin:12px 0}
.timeline p{color:#aaa}
.banner{width:100%;height:auto;margin-top:32px;border:1px solid #333}

@media(min-width:1600px){.hero{min-height:760px}
}
@media(max-width:1100px){.header-status{display:none}
nav{gap:22px}
.hero-mark{width:27%}
.hero{padding-left:6%;padding-right:6%}
.hero h1{font-size:80px}
.section-heading{align-items:start;flex-direction:column}
}
@media(max-width:760px){.site-header{height:80px;padding:0 6%}
.brand img{width:45px;height:45px}
.menu-toggle{display:block;background:none;border:1px solid #444;color:white;padding:8px 12px;font-size:14px}
nav{display:none;position:absolute;top:80px;left:0;right:0;background:#111;height:auto;padding:15px 6%;border-bottom:1px solid #444}
nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}
nav a{padding:12px 0;min-height:48px}
.hero{min-height:650px;padding:65px 6% 110px;align-items:start}
.hero h1{font-size:clamp(60px,13vw,90px);letter-spacing:-3px}
.hero-mark{position:absolute;right:-35px;bottom:70px;width:210px;opacity:.13;z-index:-1}
.hero-content>p{font-size:16px}
.hero .eyebrow{font-size:10px;letter-spacing:1.5px}
.hero-bottom{left:6%;right:6%;font-size:9px;letter-spacing:1px}
.section{padding:60px 6%}
.about{grid-template-columns:1fr;gap:30px}
.link-grid{grid-template-columns:1fr;margin-top:30px}
.link-grid>a{border-right:0;border-bottom:1px solid #303030}
.link-grid>a:last-child{border-bottom:0}
.link-grid h3{margin-top:18px}
.community{padding:60px 6%}
footer{padding:38px 6% 24px}
.footer-bottom{flex-direction:column}
.page-hero{padding:55px 6%}
.page-content{padding:45px 6% 65px}
.notice{padding:24px}
.actions{gap:12px}
.button{font-size:13px;padding:14px 18px;gap:18px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}


/* Compact, open layouts and motion */
.home-short .hero{min-height:510px;padding-top:54px;padding-bottom:90px}

.home-short .hero h1{font-size:clamp(60px,6.6vw,96px);margin:22px 0;letter-spacing:-4px}

.home-short .hero-content>p{font-size:17px}

.home-short .hero-mark{max-width:290px}

.home-short .actions{margin-top:26px;align-items:center;gap:28px}

.hero-story{display:inline-flex;gap:18px;align-items:center;font-size:14px;padding:12px 0}

.home-intro{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 8%;border-bottom:1px solid #252525}

.home-intro p{font-size:21px;line-height:1.5;margin:0;letter-spacing:-.4px}

.home-intro p span{font-size:16px;color:#999;letter-spacing:0}

.home-intro .text-link{margin:0;white-space:nowrap}

.notice{border:0;padding:0;background:transparent}

.tag{border:0;padding:0;color:#999;letter-spacing:2px}

.banner{border:0}

.page-hero{border-bottom:0}

.page-content{padding-top:40px}

footer{padding-top:28px}

.footer-bottom{margin-top:24px}

nav a{transition:color .2s,border-color .2s}

.brand img{transition:transform .4s}
.brand:hover img{transform:rotate(-7deg)}

.button span,.text-link span,.hero-story span{display:inline-block;transition:transform .3s}

.button:hover span,.text-link:hover span,.hero-story:hover span{transform:translate(3px,-3px)}

.text-link{transition:border-color .3s}
.text-link:hover{border-color:white}

@keyframes rise-in{from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}

@keyframes skyline-in{from{transform:scale(1.055);opacity:.4}
to{transform:scale(1);opacity:1}
}

@keyframes emblem-in{from{opacity:0;transform:translateY(18px) rotate(-9deg)}
to{opacity:.9;transform:translateY(0) rotate(-5deg)}
}

@media(prefers-reduced-motion:no-preference){
.hero-content>.eyebrow{animation:rise-in .65s both}

.hero-content>h1{animation:rise-in .8s .1s both}

.hero-content>p{animation:rise-in .8s .2s both}

.hero-content>.actions{animation:rise-in .8s .3s both}

.hero-bg{animation:skyline-in 1.8s ease-out both}

.hero-mark{animation:emblem-in 1.2s .15s both}

.hero-bottom,.home-intro{animation:rise-in .8s .4s both}

.page-hero>.eyebrow{animation:rise-in .6s both}

.page-hero>h1{animation:rise-in .7s .08s both}

.page-hero>p{animation:rise-in .7s .16s both}

.page-content{animation:rise-in .75s .22s both}

.faq details[open]>p{animation:rise-in .3s both}

}

@media(max-width:760px){
.home-short .hero{min-height:485px;padding-top:42px;padding-bottom:86px}

.home-short .hero h1{font-size:clamp(56px,12vw,84px);letter-spacing:-3px}

.home-short .hero-content>p{font-size:16px;max-width:270px}

.home-short .hero-mark{width:175px;right:-25px;bottom:75px;animation:none;opacity:.13}

.home-short .actions{gap:20px}

.home-intro{padding:26px 6%;align-items:flex-start;flex-direction:column;gap:18px}

.home-intro p{font-size:19px}
.home-intro p span{font-size:14px}

.notice{padding:0}

}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}
}


/* Home ends with the social links; other pages retain their footer. */
.home-hero-only + footer{display:none}

.home-hero-only .hero{min-height:calc(100svh - 98px);padding-bottom:54px}

.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:25px}

.social-links a{display:inline-flex;align-items:center;gap:10px;color:#aaa;font-size:14px;transition:color .2s}

.social-links a:hover{color:white}

.social-links span{display:inline-block;transition:transform .25s}

.social-links a:hover span{transform:translate(2px,-2px)}

@media(prefers-reduced-motion:no-preference){.social-links{animation:rise-in .8s .4s both}
}

@media(max-width:760px){.home-hero-only .hero{min-height:calc(100svh - 80px);padding-bottom:42px}
}


/* Team directory: compact avatar/name/role cards grouped by responsibility. */
.team-directory{max-width:1280px;margin:0 auto;padding:12px 6% 72px}
.team-group{margin:0 0 38px}
.team-group-heading{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.team-group-heading h2{font-size:16px;font-weight:700;letter-spacing:0;line-height:1.5;margin:0}
.team-rule{height:1px;flex:1;background:#292929}
.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.team-member{display:flex;align-items:center;gap:13px;padding:17px;background:#111;border:1px solid #262626;border-radius:9px;min-width:0;transition:transform .2s,border-color .2s,background .2s}
.team-member:hover{transform:translateY(-2px);background:#171717;border-color:#444}
.member-avatar{width:52px;height:52px;flex:none;object-fit:cover;border-radius:8px;background:#202020}
.member-info{min-width:0}
.member-info h3{font-size:16px;line-height:1.35;margin:0 0 4px;overflow-wrap:anywhere}
.member-info p{font-size:14px;line-height:1.4;color:#999;margin:0;overflow-wrap:anywhere}
.team-pending{color:#888;font-size:14px;margin:0;padding:5px 0 12px;grid-column:1/-1}
@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.team-grid{grid-template-columns:1fr}.team-directory{padding-bottom:40px}}
@media(prefers-reduced-motion:reduce){.team-member{transition:none}.team-member:hover{transform:none}}

.team-directory{max-width:1440px}
.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.team-count,.team-update{font-size:13px;color:#999}.team-update{text-align:right;margin:0 0 28px}
.team-member{gap:12px}.member-info{flex:1}.member-picture{position:relative;flex:none;line-height:0}
.member-status{font-size:12px;white-space:nowrap;align-self:flex-start;margin-top:4px;color:#999}
.presence-dot{position:absolute;right:-2px;bottom:0;width:10px;height:10px;border:2px solid #111;border-radius:50%;background:#666}
[data-presence="studio"] .presence-dot{background:#f5c542}[data-presence="studio"] .member-status{color:#f5c542}
[data-presence="online"] .presence-dot{background:#48d68a}[data-presence="online"] .member-status{color:#48d68a}
[data-presence="game"] .presence-dot{background:#66adff}[data-presence="game"] .member-status{color:#66adff}
@media(max-width:1150px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.team-grid{grid-template-columns:1fr}.team-update{text-align:left}.team-member{padding:15px}}

/* Compact Team page — paste at the END of styles.css. */
main:has(.team-directory) .page-hero {
  padding: 28px 8% 24px;
}
main:has(.team-directory) .page-hero .eyebrow {
  font-size: 12px;
  letter-spacing: 1.8px;
}
main:has(.team-directory) .page-hero h1 {
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 12px 0;
}
main:has(.team-directory) .page-hero p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: none;
}
.team-directory { padding-top: 12px; }
.team-group { margin-bottom: 20px; }
.team-group-heading { margin-bottom: 10px; }
.team-member { padding: 12px 15px; }
.member-avatar { width: 44px; height: 44px; }
@media (max-width: 720px) {
  main:has(.team-directory) .page-hero { padding: 24px 6% 20px; }
  .team-member { padding: 12px; }
}

