@layer reset,base,components,motion,responsive;
@layer reset {
  *,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,p,figure,fieldset{margin:0}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}button{cursor:pointer}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}button{border:0;background:none}fieldset{border:0;padding:0}html{scroll-padding-top:94px}body{min-width:320px}::selection{background:#c9e1ff;color:#121926}
}
@layer base {
  :root{color-scheme:light;--bg:#fff;--surface:#f5f5f7;--surface-2:#ededf0;--text:#1d1d1f;--muted:#69696f;--line:#dedee3;--blue:#0066cc;--blue-hover:#0074e5;--card:#fff;--header:rgba(255,255,255,.86);--shadow:0 12px 48px -20px #1b345529;--soft-blue:#eff5ff;--stage-halo:#dbeaff;--ease:cubic-bezier(.22,1,.36,1);--page-width:1200px}
  :root[data-theme=dark]{color-scheme:dark;--bg:#101012;--surface:#19191c;--surface-2:#242429;--text:#f5f5f7;--muted:#a7a7b0;--line:#343439;--blue:#6ab0ff;--blue-hover:#8ac1ff;--card:#222226;--header:rgba(16,16,18,.88);--shadow:0 14px 48px -20px #0009;--soft-blue:#152338;--stage-halo:#143963}
  body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.55;letter-spacing:-.015em;-webkit-font-smoothing:antialiased}
  .wrap{width:min(calc(100% - 96px),var(--page-width));margin-inline:auto}.section{padding-block:112px}section[id]{scroll-margin-top:24px}h1,h2,h3{font-weight:650;letter-spacing:-.055em;line-height:1.05}h1{font-size:clamp(52px,5.6vw,80px)}h1>span{color:var(--blue)}h2{font-size:clamp(40px,4vw,58px)}h2>span{color:var(--muted)}h3{font-size:27px}p{color:var(--muted)}.eyebrow{font-size:12px;line-height:1.6;letter-spacing:.135em;font-weight:650;color:var(--muted);margin-bottom:22px}.overline{font-size:12px;letter-spacing:.09em;font-weight:650}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:-80px;left:20px;background:var(--text);color:var(--bg);z-index:200;padding:12px 20px;border-radius:10px}.skip-link:focus{top:12px}:focus-visible{outline:3px solid var(--blue);outline-offset:5px;border-radius:6px}button:disabled{cursor:wait;opacity:.55}a,button{touch-action:manipulation}
}
@layer components {
  .site-header{position:sticky;top:0;z-index:50;background:var(--header);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:36px}.brand{font-size:18px;letter-spacing:-.045em;font-weight:720;display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.brand img{border-radius:10px}.brand-dot{color:var(--blue)}.brand-light{font-weight:400}.nav-links{display:flex;align-items:center;gap:29px;margin-left:auto}.nav-links>a{font-size:14px;color:var(--muted);padding-block:18px;transition:color .2s}.nav-links>a:hover,.nav-links>a[aria-current]{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:#0071e3;color:white;padding:15px 24px;border-radius:100px;font-size:15px;font-weight:550;line-height:1.4;transition:background .25s,transform .35s var(--ease),box-shadow .25s;white-space:nowrap}.button:hover{background:#0077ed;transform:translateY(-2px);box-shadow:0 8px 24px -8px #0071e380}.button:active{transform:translateY(0)}.button svg{width:18px;height:18px}.button-small{padding:10px 17px;font-size:13px;gap:9px}.menu-toggle{display:none;width:44px;height:44px;position:relative}.menu-toggle span{position:absolute;width:20px;height:1.5px;background:var(--text);left:12px;top:17px;transition:transform .3s}.menu-toggle span+span{top:25px}.menu-toggle[aria-expanded=true] span{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span+span{transform:translateY(-4px) rotate(-45deg)}.reading-progress{position:absolute;left:0;bottom:-1px;height:2px;background:#0071e3;width:100%;transform:scaleX(0);transform-origin:left}
  .hero{min-height:716px;display:grid;grid-template-columns:1.13fr 1fr;gap:0;align-items:center;padding-block:72px 55px}.hero-copy{z-index:2;position:relative}.hero .eyebrow{display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.12em;margin-bottom:26px}.status-dot{width:7px;height:7px;background:#258b56;border-radius:50%;box-shadow:0 0 0 4px #258b560d;flex-shrink:0}.hero-intro{font-size:19px;line-height:1.6;max-width:455px;margin-top:25px;letter-spacing:-.022em}.button-row{display:flex;align-items:center;gap:24px;margin-top:32px}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:550;color:var(--blue);line-height:1.5}.text-link svg{width:18px;height:18px;transition:transform .3s}.text-link:hover svg{transform:translate(2px,-2px)}.hero-highlight{margin-top:46px;display:flex;align-items:center;gap:13px;max-width:445px;padding-top:24px;border-top:1px solid var(--line)}.mini-play{width:35px;height:35px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);border-radius:50%;flex-shrink:0;transition:background .3s}.mini-play svg{width:15px;height:15px;fill:currentColor;stroke:none;margin-left:-2px}.hero-highlight:hover .mini-play{background:var(--soft-blue);color:var(--blue)}.hero-highlight strong{font-size:13px;font-weight:600;display:block}.hero-highlight>span>span{font-size:12px;display:block;color:var(--muted);margin-top:3px}.hero-highlight b{font-weight:550;color:var(--blue);margin-left:3px}
  .hero-stage{height:572px;position:relative;isolation:isolate;perspective:1100px;--pointer-x:0;--pointer-y:0;align-self:center;min-width:0}.stage-halo{position:absolute;inset:9% -6% 1%;background:radial-gradient(ellipse at 54% 56%,var(--stage-halo),transparent 68%);z-index:-2}.hero-stage::after{content:"";position:absolute;width:60%;height:5%;bottom:55px;left:22%;background:radial-gradient(ellipse,#0b2b6540,transparent 65%);filter:blur(13px);z-index:-1}#sculpture{position:absolute;inset:-2% -10%;width:120%;height:102%;pointer-events:none}.avatar-layer{position:absolute;inset:45px 0 59px;transform:translate3d(calc(var(--pointer-x)*10px),calc(var(--pointer-y)*8px),30px);transition:transform .5s var(--ease);pointer-events:none;z-index:1}.hero-avatar{width:100%;height:100%;object-fit:contain;filter:drop-shadow(10px 18px 18px #092b6825);animation:avatar-arrive 1.4s var(--ease) both}.stage-tag{display:flex;align-items:center;gap:11px;position:absolute;z-index:3;background:var(--header);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:14px 18px;border-radius:16px;border:1px solid var(--line);box-shadow:0 10px 40px -14px #1a3b633b;transform:translate3d(calc(var(--pointer-x)*-10px),calc(var(--pointer-y)*-7px),40px);transition:transform .6s var(--ease)}.stage-tag small{display:block;font-size:12px;letter-spacing:.12em;color:var(--muted);margin-bottom:3px}.stage-tag strong{display:block;font-size:12px;font-weight:600}.tag-top{top:96px;right:-7px}.tag-bottom{bottom:112px;left:2px}.tag-icon{width:34px;height:34px;background:var(--soft-blue);border-radius:10px;display:grid;place-items:center;color:var(--blue)}.tag-icon svg{width:18px;height:18px}.stage-caption{position:absolute;bottom:5px;width:100%;display:flex;align-items:center;justify-content:center;gap:14px;font-size:12px;color:var(--muted);letter-spacing:.015em}.stage-caption button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700}.stage-caption button:hover{background:var(--surface)}.intro-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line);padding-block:26px;margin-bottom:38px}.intro-strip>span{font-size:12px;letter-spacing:.13em;color:var(--muted);font-weight:600}.intro-strip>div{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:500}.intro-strip i{width:3px;height:3px;border-radius:50%;background:var(--muted);opacity:.5}
  .work-section{background:var(--surface)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-heading>.eyebrow{margin-bottom:22px}.section-heading>p{max-width:315px;font-size:16px;line-height:1.65;padding-bottom:3px}.project-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:32px}.project-card{min-width:0;background:var(--card);border-radius:24px;overflow:hidden;box-shadow:0 5px 24px -20px #10102f38;border:1px solid transparent;transition:transform .6s var(--ease),box-shadow .6s var(--ease)}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.project-image{display:block;position:relative;overflow:hidden;aspect-ratio:16/10;background:var(--surface-2)}.project-image>img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.project-card:hover .project-image>img{transform:scale(1.035)}.project-badge{position:absolute;left:20px;top:20px;background:rgba(20,20,23,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:white;padding:6px 10px;border:1px solid #ffffff30;border-radius:100px;font-size:12px;letter-spacing:.095em;font-weight:550}.image-link{position:absolute;bottom:20px;right:20px;border:1px solid #ffffff60;background:#ffffffd9;color:#1d1d1f;backdrop-filter:blur(10px);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;transition:transform .4s}.project-card:hover .image-link{transform:rotate(5deg)}.image-link svg{width:20px;height:20px}.project-info{padding:26px 28px 29px;display:flex;align-items:center;gap:22px;justify-content:space-between}.project-info h3{font-size:26px;letter-spacing:-.035em;margin-block:9px 12px}.project-info p:not(.overline){font-size:14px;line-height:1.6;max-width:375px}.round-link{flex-shrink:0;width:38px;height:38px;display:grid;place-items:center;background:var(--surface);border-radius:50%;color:var(--muted);transition:background .3s,color .3s}.round-link:hover{background:var(--blue);color:var(--bg)}.round-link svg{width:19px;height:19px}.section-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:36px}.section-bottom>span{font-size:13px;color:var(--muted)}
  .inspire-card{display:grid;grid-template-columns:1.1fr 1fr;border-radius:28px;overflow:hidden;border:1px solid var(--line);transition:box-shadow .5s,transform .5s var(--ease);min-height:490px}.inspire-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.inspire-art{background:#0071e3;color:#fff;padding:36px 40px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.inspire-art::after{content:"";width:75%;height:100%;position:absolute;top:0;right:-32%;transform:skewX(-20deg);background:linear-gradient(90deg,#fff0,#ffffff10);pointer-events:none}.event-top{display:flex;gap:13px;align-items:center;font-size:12px;line-height:1.4;letter-spacing:.1em;font-weight:600}.inspire-type{font-size:clamp(64px,6.5vw,96px);font-weight:650;letter-spacing:-.07em;line-height:.93;margin-block:25px}.inspire-type>span{color:#9bceff}.event-bottom{display:flex;align-items:flex-end;justify-content:space-between;font-size:12px;letter-spacing:.09em;line-height:1.6;font-weight:550}.big-play{width:58px;height:58px;display:grid;place-items:center;border:1px solid #ffffff75;border-radius:50%;transition:background .3s,transform .3s}.big-play svg{fill:white;stroke:none;width:24px;height:24px;margin-left:-3px}.inspire-card:hover .big-play{background:#ffffff20;transform:scale(1.08)}.inspire-copy{padding:48px 50px;background:var(--surface);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.pill{font-size:12px;letter-spacing:.1em;font-weight:600;background:var(--card);border:1px solid var(--line);padding:5px 10px;border-radius:6px;color:var(--muted);margin-bottom:24px}.inspire-copy h3{font-size:clamp(36px,4vw,52px);line-height:1.05;margin-bottom:24px}.inspire-copy p{font-size:15px;line-height:1.7;max-width:325px}.inspire-copy p strong{font-weight:500;color:var(--text)}.watch-link{display:flex;align-items:center;gap:14px;font-size:15px;font-weight:550;color:var(--blue);margin-top:32px}.watch-link>span{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;padding:3px 7px;background:var(--soft-blue);border-radius:5px}.watch-link svg{width:18px;height:18px}
  .about-section{padding-top:24px}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:88px;align-items:center}.about-portrait{position:relative;height:570px;border-radius:28px;background:var(--soft-blue);overflow:hidden;isolation:isolate}.portrait-word{position:absolute;left:32px;top:18px;font-size:clamp(95px,10vw,145px);font-weight:650;letter-spacing:-.075em;line-height:1.2;color:var(--blue);opacity:.12;z-index:-1}.about-portrait>img{position:absolute;left:8%;top:50px;width:85%;height:520px;object-fit:contain;object-position:top;filter:drop-shadow(12px 12px 15px #0f30551f)}.portrait-label{position:absolute;bottom:20px;left:20px;right:20px;padding:17px 21px;border-radius:15px;background:var(--header);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--line)}.portrait-label strong{display:block;font-size:15px;letter-spacing:-.02em}.portrait-label span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.about-copy h2{font-size:clamp(38px,3.8vw,54px);margin-bottom:28px}.about-copy>p:not(.eyebrow){font-size:16px;line-height:1.75;margin-bottom:19px}.experience-line{margin-top:32px;border-top:1px solid var(--line);padding-top:28px;display:flex;gap:16px}.experience-icon{width:36px;height:36px;flex-shrink:0;border-radius:10px;background:var(--surface);display:grid;place-items:center;color:var(--blue)}.experience-icon svg{width:18px;height:18px}.experience-line>div>span{font-size:12px;letter-spacing:.12em;color:var(--muted);font-weight:650}.experience-line h3{font-size:18px;margin-block:7px 8px;letter-spacing:-.025em}.experience-line p{font-size:14px;line-height:1.6}.experience-line .text-link{font-size:13px;margin-top:14px}
  #lab{border-top:1px solid var(--line)}.lab-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.lab-card{border-radius:26px;background:var(--surface);padding:40px;display:flex;align-items:flex-start;flex-direction:column;min-width:0}.lab-icon{width:48px;height:48px;background:var(--card);display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;margin-bottom:28px;color:var(--blue)}.lemonade-card .lab-icon{color:#866709}.lab-icon svg{width:25px;height:25px}.lab-card h3{font-size:36px;line-height:1.08;margin-block:14px 22px;letter-spacing:-.045em}.lab-card>p:not(.overline){font-size:15px;line-height:1.75}.quality-list{display:grid;gap:12px;margin-block:28px 32px;font-size:14px}.quality-list>span{display:flex;gap:9px;align-items:center;color:var(--muted)}.quality-list svg{width:17px;height:17px;color:var(--blue)}.lab-card>.text-link{margin-top:auto}.resource-links{width:100%;margin-top:auto;padding-top:28px;display:grid}.resource-links>a{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-block:19px;font-size:14px;font-weight:550;transition:color .25s}.resource-links>a:last-child{padding-bottom:0}.resource-links>a:hover{color:var(--blue)}.resource-links small{font-size:12px;color:var(--muted);letter-spacing:.08em;display:block;font-weight:500;margin-bottom:5px}.resource-links svg{width:18px;height:18px}
  .stats-section{background:var(--surface)}.stats-controls{display:flex;align-items:center;gap:18px;padding-bottom:5px}.data-state{font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center}.data-state::before{content:"";width:6px;height:6px;background:var(--muted);border-radius:50%}.data-state[data-state=live]::before{background:#258b56}.data-state[data-state=stale]::before{background:#bf8317}.stats-controls>.text-link{font-size:13px;padding:8px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:32px 40px;border-block:1px solid var(--line);gap:24px}.stat-item{display:flex;flex-direction:column;border-right:1px solid var(--line);padding-left:20px}.stat-item:first-child{padding-left:0}.stat-item:last-child{border:0}.stat-value{font-size:54px;font-weight:600;line-height:1.3;letter-spacing:-.055em;font-variant-numeric:tabular-nums}.stat-item>span:last-child{font-size:13px;color:var(--muted);margin-top:8px}.stats-detail{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;align-items:center}.stats-detail>div:first-child{display:flex;align-items:flex-start;gap:9px;flex-direction:column}.stats-detail .overline{font-size:12px;color:var(--muted)}#top-game{font-size:18px;font-weight:500;line-height:1.4;color:var(--text)}#top-game:hover{color:var(--blue)}.activity-panel{display:flex;align-items:center;gap:20px}.activity-panel>svg{width:55%;height:68px;overflow:visible;stroke:var(--blue)}#activity-line{stroke-width:2}#activity-fill{fill:var(--blue);opacity:.07;stroke:none}.activity-panel>p{font-size:12px;max-width:140px;line-height:1.5}.stats-note{font-size:12px;margin-top:24px}.all-games{margin-top:28px;border-top:1px solid var(--line);padding-top:22px}.all-games>summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:14px;font-weight:500;padding-block:6px}.all-games>summary::-webkit-details-marker{display:none}.all-games>summary>span{font-size:22px;font-weight:300;transition:transform .3s}.all-games[open]>summary>span{transform:rotate(45deg)}.all-games-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:24px}.all-games-grid>p{grid-column:1/-1;font-size:14px}.all-games-grid>p>a{text-decoration:underline}.game-tile{padding:12px;border-radius:16px;background:var(--card);display:flex;flex-direction:column;gap:10px;border:1px solid var(--line)}.game-tile img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:100%;background:var(--surface-2)}.game-tile strong{font-size:14px;line-height:1.4;font-weight:550}.game-tile span{font-size:12px;color:var(--muted)}.game-tile:hover{border-color:var(--blue)}
  .community-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.community-card{padding:36px;background:var(--surface);border-radius:24px;display:flex;align-items:flex-start;flex-direction:column;transition:transform .45s var(--ease),box-shadow .45s}.community-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.community-card>img{width:62px;height:62px;border-radius:18px;margin-bottom:27px}.community-card h3{font-size:27px;letter-spacing:-.035em;margin-bottom:16px}.community-card p{font-size:15px;max-width:335px;line-height:1.65;margin-bottom:30px}.community-card .text-link{margin-top:auto}.youtube-icon{background:#ed2337;color:white;width:62px;height:62px;display:grid;place-items:center;border-radius:18px;margin-bottom:27px}.youtube-icon svg{fill:white;stroke:none;width:28px;height:28px;margin-left:-3px}
  .contact-section{background:var(--surface);text-align:center;padding-block:100px 82px}.contact-section h2{font-size:clamp(48px,6vw,80px);margin-bottom:24px}.contact-section h2>span{color:var(--blue)}.contact-section .eyebrow{font-size:12px}.contact-section p:not(.eyebrow){font-size:17px;margin-bottom:30px}.contact-section .button{padding-inline:25px}.social-links{display:flex;justify-content:center;gap:30px;margin-top:42px;font-size:13px;color:var(--muted)}.social-links a:hover{color:var(--blue)}.footer{padding-block:35px 26px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-top>.brand{gap:0;font-size:17px}.preferences{display:flex;align-items:center;gap:30px}.theme-control{display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:100px}.theme-control>button{display:grid;place-items:center;width:32px;height:30px;border-radius:50%;color:var(--muted)}.theme-control>button[aria-pressed=true]{background:var(--surface-2);color:var(--text)}.theme-control svg{width:16px;height:16px}.back-top{font-size:12px;color:var(--muted)}.footer-bottom{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:30px;font-size:12px;color:var(--muted)}.footer-bottom p{font-size:12px;max-width:560px;text-align:right;line-height:1.6}.noscript-note{text-align:center;font-size:14px;padding:20px;background:var(--soft-blue)}
}
@layer motion {
  @keyframes avatar-arrive{from{opacity:0;transform:translateY(28px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}
  .reveal{transition:opacity .8s var(--ease),translate .9s var(--ease)}.reveal.waiting{opacity:0;translate:0 26px}.reveal.visible{opacity:1;translate:0 0}.motion-paused .hero-avatar{animation:none}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal.waiting{opacity:1;translate:none}.hero-avatar{animation:none}.project-card:hover,.community-card:hover,.inspire-card:hover,.button:hover{transform:none}}
}
@layer responsive {
  @media(min-width:1450px){.hero{min-height:770px}.hero-stage{height:615px}.avatar-layer{inset:47px 0 63px}.tag-top{top:110px}}
  @media(max-width:1150px){.wrap{width:calc(100% - 72px)}.nav{gap:24px}.nav-links{gap:20px}.hero{min-height:650px;padding-block:48px}.hero-stage{height:510px}.hero h1{font-size:clamp(50px,5.9vw,68px)}.hero-intro{font-size:17px;max-width:380px}.button-row{gap:19px}.button-row .text-link{font-size:13px}.button-row .button{font-size:14px;padding:14px 21px}.hero-highlight>span>span{font-size:12px}.stage-tag{padding:12px}.tag-top{right:-15px;top:70px}.tag-bottom{left:-4px;bottom:98px}.stage-tag strong{font-size:12px}.intro-strip>div{gap:16px;font-size:12px}.about-grid{gap:54px}.inspire-copy{padding:38px}.about-portrait{height:535px}.about-copy .eyebrow{font-size:12px}.lab-card{padding:32px}.section{padding-block:88px}.section-heading>p{max-width:290px}.stats-controls{flex-direction:column;align-items:flex-end;gap:6px}.stat-value{font-size:48px}}
  @media(max-width:900px){.nav-links{gap:18px}.nav-links>a{font-size:12px}.brand{font-size:16px}.nav .brand img{display:none}.nav{gap:18px}.button-small{font-size:12px;padding:9px 13px}.hero{grid-template-columns:1.05fr 1fr;min-height:590px}.hero h1{font-size:49px}.hero-intro{font-size:16px}.hero-stage{height:480px}.tag-icon{width:28px;height:28px}.stage-tag{gap:8px}.stage-tag strong{font-size:12px}.stage-tag small{font-size:12px}.tag-top{top:62px}.tag-bottom{bottom:85px;left:3px}.avatar-layer{inset:44px 0 55px}.hero-highlight{margin-top:32px}.hero-highlight>span>span{max-width:230px}.button-row{gap:14px;flex-wrap:wrap}.intro-strip{flex-direction:column;gap:14px;padding-block:22px}.intro-strip>div{gap:24px}.section-heading>p{max-width:260px;font-size:14px}.project-grid{gap:22px;grid-template-columns:1fr 1fr}.project-info{padding:22px}.project-info h3{font-size:24px}.project-info p:not(.overline){font-size:13px}.project-badge{left:16px;top:16px;font-size:12px}.inspire-card{grid-template-columns:1fr 1fr;min-height:450px}.inspire-art{padding:28px}.inspire-copy{padding:30px}.inspire-copy h3{font-size:40px}.inspire-copy p{font-size:14px}.inspire-type{font-size:76px}.about-grid{gap:40px;grid-template-columns:.85fr 1fr}.about-portrait{height:570px}.about-portrait>img{width:113%;max-width:none;left:-6%;top:65px;height:540px}.about-copy>p:not(.eyebrow){font-size:14px}.about-copy h2{font-size:39px}.portrait-word{font-size:108px;left:24px}.experience-line{gap:12px}.experience-line h3{font-size:16px}.experience-line p{font-size:13px}.lab-card h3{font-size:30px}.lab-card{padding:28px}.lab-card>p:not(.overline){font-size:14px}.stat-value{font-size:43px}.activity-panel{gap:12px}.community-card{padding:28px}.community-card h3{font-size:24px}}
  @media(max-width:740px){.wrap{width:calc(100% - 40px)}.nav{height:66px}.nav .brand img{display:block;width:28px;height:28px}.nav .brand{font-size:16px}.nav-actions{gap:6px}.button-small{font-size:12px;padding:9px 12px}.button-small svg{display:none}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:66px;background:var(--bg);border-bottom:1px solid var(--line);padding:10px 24px 20px;box-shadow:0 25px 30px -30px #0005}.nav-links.open{display:flex;flex-direction:column;gap:0;align-items:stretch}.nav-links>a{padding:14px 5px;font-size:17px}.hero{display:flex;flex-direction:column;padding-top:52px;padding-bottom:18px;gap:4px;min-height:0}.hero-copy{width:100%;text-align:center}.hero .eyebrow{justify-content:center;font-size:12px;letter-spacing:.11em;margin-bottom:22px}.hero h1{font-size:clamp(43px,8.6vw,64px);letter-spacing:-.06em;line-height:1.02}.hero-intro{font-size:17px;max-width:410px;margin:22px auto 0;line-height:1.6}.button-row{justify-content:center;gap:20px;margin-top:26px}.button-row .button{font-size:14px;padding:14px 20px}.button-row .text-link{font-size:13px}.hero-highlight{margin:28px auto 0;max-width:370px;text-align:left;padding-top:20px}.hero-highlight>span>span{max-width:none;font-size:12px}.hero-highlight strong{font-size:12px}.mini-play{width:32px;height:32px}.hero-stage{width:min(100%,455px);height:452px;margin-top:5px}.stage-halo{inset:0 -3% 3%}#sculpture{inset:-2% -2%;width:104%;height:103%}.avatar-layer{inset:25px 0 55px}.tag-top{right:5px;top:65px}.tag-bottom{left:10px;bottom:91px}.stage-tag{padding:12px;gap:9px}.stage-tag strong{font-size:12px}.stage-tag small{font-size:12px}.stage-caption{bottom:6px;font-size:12px}.intro-strip{margin-bottom:12px;gap:13px}.intro-strip>span{font-size:12px}.intro-strip>div{gap:10px;font-size:12px;width:100%;justify-content:space-between}.intro-strip i{width:2px;height:2px}.section{padding-block:70px}.section-heading{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:34px}.eyebrow{font-size:12px;margin-bottom:18px}h2{font-size:clamp(36px,7.3vw,48px);letter-spacing:-.05em}.section-heading>p{max-width:440px;font-size:15px;padding-bottom:0}.project-grid{gap:23px;grid-template-columns:1fr}.project-image{aspect-ratio:16/10}.project-info{padding:25px}.project-info h3{font-size:27px}.project-info p:not(.overline){font-size:14px}.project-badge{font-size:12px;top:18px;left:18px}.section-bottom{gap:18px;align-items:flex-start;margin-top:28px}.section-bottom>span{font-size:12px}.section-bottom>.text-link{font-size:12px;white-space:nowrap}.inspire-card{grid-template-columns:1fr;min-height:0;border-radius:24px}.inspire-art{padding:30px;min-height:415px}.inspire-type{font-size:86px;margin:30px 0}.inspire-copy{padding:34px 30px}.inspire-copy h3{font-size:40px}.inspire-copy h3 br:nth-of-type(2){display:none}.inspire-copy p{font-size:15px;max-width:440px}.watch-link{margin-top:25px}.pill{margin-bottom:20px}.about-section{padding-top:0}.about-grid{display:flex;flex-direction:column-reverse;gap:36px;align-items:stretch}.about-copy h2{font-size:42px}.about-copy>p:not(.eyebrow){font-size:16px;line-height:1.7}.about-copy .eyebrow{font-size:12px}.about-portrait{height:460px;max-width:470px;width:100%;margin-inline:auto}.about-portrait>img{width:84%;left:8%;top:20px;height:485px}.portrait-word{font-size:126px;top:10px;left:28px}.portrait-label{bottom:17px;left:17px;right:17px}.experience-line p{font-size:14px}.experience-line h3{font-size:18px}.experience-line .text-link{font-size:13px}.lab-grid{grid-template-columns:1fr;gap:24px}.lab-card{padding:30px}.lab-card h3{font-size:35px}.lab-card>p:not(.overline){font-size:15px}.lab-icon{margin-bottom:25px}.resource-links>a{font-size:14px}.resource-links small{font-size:12px}.stats-controls{flex-direction:row;gap:20px;align-items:center}.stats-grid{grid-template-columns:1fr 1fr;gap:30px 24px;padding-block:28px}.stat-item{padding-left:0}.stat-item:nth-child(2){border:0}.stat-value{font-size:43px}.stat-item>span:last-child{font-size:12px}.stats-detail{grid-template-columns:1fr;gap:23px}.activity-panel>svg{width:60%}.activity-panel>p{max-width:160px}.all-games-grid{grid-template-columns:1fr 1fr;gap:12px}.stats-note{font-size:12px}.community-grid{grid-template-columns:1fr;gap:22px}.community-card{padding:30px}.community-card h3{font-size:27px}.contact-section{padding-block:72px 58px}.contact-section h2{font-size:clamp(42px,8.3vw,62px)}.contact-section p:not(.eyebrow){font-size:15px}.contact-section .eyebrow{font-size:12px}.social-links{flex-wrap:wrap;gap:15px 23px;font-size:12px;margin-top:35px}.footer-top{gap:20px}.preferences{gap:15px}.footer-top .brand{font-size:15px}.back-top{display:none}.footer-bottom{flex-direction:column;gap:14px;margin-top:23px;padding-top:20px}.footer-bottom p{text-align:left;font-size:12px}.footer-bottom>span{font-size:12px}.footer{padding-block:28px 23px}}
  @media(max-width:380px){.wrap{width:calc(100% - 32px)}.nav .brand{font-size:14px;gap:7px}.button-small{font-size:12px}.hero h1{font-size:42px}.hero-intro{font-size:15px}.hero-highlight>span>span{font-size:12px}.hero-stage{height:405px}.tag-top{right:0;top:60px}.tag-bottom{left:0;bottom:85px}.stage-tag{padding:10px;gap:7px}.stage-tag strong{font-size:12px}.tag-icon{width:27px;height:27px}.intro-strip>div{font-size:12px;gap:6px}.inspire-art{min-height:385px;padding:26px}.inspire-copy{padding:30px 26px}.inspire-copy h3{font-size:37px}.lab-card{padding:25px}.resource-links>a{font-size:12px}.about-copy h2{font-size:37px}}
  @media(forced-colors:active){.button,.stage-tag,.pill,.project-card,.lab-card,.community-card{border:1px solid CanvasText}.reading-progress{display:none}.hero-stage canvas{display:none}}
}

:root{--page-width:1240px;--header-height:108px;--round:20px}body{font-family:Satoshi,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.home-main{overflow-x:clip;max-width:100%}html{scroll-padding-top:calc(var(--header-height) + 20px)}[hidden]{display:none!important}button,a{-webkit-tap-highlight-color:transparent}button{min-height:32px}h1,h2,h3{font-weight:700}.section{padding-block:130px}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:500}.button{font-weight:500;box-shadow:none}.button-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}.button-secondary:hover{background:var(--card);box-shadow:var(--shadow)}.text-link{font-weight:500}.reveal,.reveal.waiting,.reveal.visible{opacity:1;translate:none;transition:none}.button svg{pointer-events:none}
.site-header{background:var(--header);border-bottom-color:var(--line);backdrop-filter:blur(26px) saturate(1.25)}.utility-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:42px;border-bottom:1px solid var(--line)}.top-socials{display:flex;align-items:center;gap:20px}.top-socials a{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);padding-block:7px;transition:color .2s}.top-socials a:hover{color:var(--blue)}.top-socials svg{width:13px;height:13px}.utility-controls{display:flex;align-items:center;gap:16px}.motion-switch{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);padding:0 4px}.motion-switch>span:first-child{font-size:15px}.theme-control{border:0;background:var(--surface-2);gap:0;padding:2px}.theme-control>button{width:auto;min-width:30px;height:27px;min-height:27px;padding:0 9px;display:flex;align-items:center;gap:5px;border-radius:100px;font-size:12px}.theme-control>button[aria-pressed=true]{background:var(--card);box-shadow:0 1px 4px #00000013}.theme-control svg{width:13px;height:13px}.nav{height:66px;gap:30px}.brand{font-size:18px}.nav-links{gap:28px}.nav-links>a{font-size:13px}.nav-actions{gap:8px}.stats-nav{display:flex;align-items:center;gap:7px}.nav-live-dot{height:5px;width:5px;border-radius:50%;background:#248655}.reading-progress{height:1px}
.hero-cinematic{display:block;padding:0;min-height:0;margin:0;width:100%;position:relative;background:var(--bg)}.hero-inner{padding-top:42px;position:relative;text-align:center}.hero-copy{position:relative;max-width:1240px;margin:auto;z-index:2}.hero-cinematic .eyebrow{justify-content:center;margin-bottom:16px;font-size:12px;letter-spacing:.13em}.hero-cinematic h1{max-width:1240px;margin-inline:auto;font-size:clamp(58px,7.1vw,100px);letter-spacing:-.065em;line-height:1.07;white-space:nowrap}.hero-cinematic h1 .hero-line:first-child{color:var(--text)}.hero-cinematic h1 .blue-type{color:var(--blue)}.hero-cinematic .hero-intro{max-width:520px;margin:20px auto 0;font-size:18px;line-height:1.5;letter-spacing:-.02em}.hero-cinematic .button-row{margin-top:25px;gap:14px;justify-content:center}.hero-cinematic .button{padding:13px 22px;font-size:14px}.hero-cinematic .hero-stage{width:100%;max-width:1100px;height:390px;margin:0 auto;isolation:isolate}.hero-cinematic .stage-halo{inset:-3% 5% -6%;background:radial-gradient(ellipse at 50% 55%,var(--stage-halo),transparent 59%)}.hero-cinematic #sculpture{inset:0;width:100%;height:100%;z-index:0}.hero-cinematic .avatar-layer{inset:21px 0 18px;z-index:2}.hero-cinematic .hero-avatar{width:100%;height:100%;object-fit:contain;animation:none;filter:drop-shadow(8px 17px 15px #06326323)}.hero-cinematic .hero-stage::after{left:37%;width:26%;bottom:25px}.stage-word{position:absolute;z-index:-1;font-size:clamp(16px,2.4vw,32px);font-weight:700;color:var(--muted);opacity:.25;letter-spacing:-.04em}.stage-word-left{left:7%;top:42%}.stage-word-right{right:1%;top:57%}.hero-bottom{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:20px 24px;font-size:12px;color:var(--muted)}.hero-bottom b{font-weight:500;color:var(--blue);margin-left:7px}.hero-bottom>a{display:flex;align-items:center;gap:6px}.hero-bottom>a:hover{color:var(--blue)}.hero-bottom>a:nth-child(2)>span{margin-left:12px;color:var(--text)}
.craft-marquee{overflow:hidden;border-block:1px solid var(--line);padding-block:22px;background:var(--surface);margin:0}.marquee-track{display:flex;width:max-content;align-items:center;gap:46px;will-change:transform}.marquee-track>span{font-size:20px;font-weight:500;letter-spacing:-.03em}.marquee-track>i{font-style:normal;font-size:24px;color:var(--blue);font-weight:400}.work-section{background:var(--bg)}.section-heading{margin-bottom:48px}.section-heading h2{font-size:clamp(42px,4.2vw,62px)}.section-heading>p{font-size:16px;max-width:330px}.project-accordion{display:flex;gap:12px;min-height:510px}.project-accordion .project-card{flex:1;min-width:0;position:relative;background:var(--surface);border-radius:18px;box-shadow:none;overflow:hidden;transition:flex .8s cubic-bezier(.22,1,.36,1),box-shadow .3s;border:1px solid var(--line);outline-offset:4px}.project-accordion .project-card.is-expanded{flex:2.2}.project-accordion .project-card:hover{transform:none}.project-accordion .project-image{height:330px;aspect-ratio:auto}.project-accordion .project-image img{object-fit:cover;object-position:center;height:100%;transition:transform .8s var(--ease)}.project-accordion .project-badge{top:16px;left:16px;right:16px;width:max-content;max-width:calc(100% - 32px);white-space:normal;font-size:12px;line-height:1.25;border-radius:6px;padding:6px 9px;letter-spacing:.02em}.project-accordion .project-info{padding:23px 22px 27px;align-items:flex-end}.project-accordion .project-info h3{font-size:24px;line-height:1.08;margin-top:9px;white-space:normal;letter-spacing:-.04em}.project-accordion .project-info p:not(.overline){font-size:14px;line-height:1.5;max-width:320px}.project-accordion .overline{font-size:12px;letter-spacing:.08em}.project-accordion .round-link{display:none}.project-accordion .project-card:not(.is-expanded) .project-info p:not(.overline){display:none}.project-accordion .image-link{width:32px;height:32px;bottom:15px;right:15px}.project-accordion .project-card:last-child .project-image::after{content:"GREEN SCAPE";position:absolute;inset:30% 15px 20%;display:grid;place-items:center;text-align:center;font-size:clamp(28px,3.3vw,44px);font-weight:700;line-height:1;letter-spacing:-.06em;color:#063912}.project-accordion .project-card:last-child .project-image{background:#00d207}.section-bottom{margin-top:30px}
.craft-chapter{background:var(--bg);color:var(--text);padding-block:130px;overflow:clip}.craft-layout{display:grid;grid-template-columns:1fr 1.15fr 1fr;align-items:start;gap:25px;position:relative}.craft-heading{padding-top:5px;z-index:2}.craft-heading .eyebrow{max-width:235px;line-height:1.8}.craft-heading h2{font-size:clamp(38px,3.7vw,53px);line-height:1.05;letter-spacing:-.055em}.craft-heading h2 span{color:var(--muted)}.craft-heading>p:not(.eyebrow){font-size:15px;line-height:1.7;margin-top:24px}.craft-heading .text-link{margin-top:30px;font-size:14px}.craft-object{position:relative;height:470px;width:100%;margin-top:10px;isolation:isolate}.craft-object::before{content:"";position:absolute;inset:5% -15%;background:radial-gradient(ellipse,#164a8033,transparent 68%);z-index:-1}.craft-object canvas{position:absolute;inset:0 -25%;width:150%;height:100%;pointer-events:none}.material-label{position:absolute;bottom:5px;width:100%;text-align:center;font-size:12px;letter-spacing:.15em;color:#9299a4}.craft-notes{display:grid;gap:0;padding-left:18px}.craft-notes>article{min-height:310px;border-top:1px solid #32353c;padding:30px 0 90px}.craft-notes>article:last-child{min-height:220px;padding-bottom:0}.craft-number{display:block;color:#78828f;font-size:12px;letter-spacing:.14em;margin-bottom:24px}.craft-notes h3{font-size:28px;line-height:1.1;letter-spacing:-.04em;margin-bottom:18px}.craft-notes p{font-size:16px;color:#aaaeb7;line-height:1.7;max-width:295px}.manifesto{padding-block:150px}.manifesto .eyebrow{margin-bottom:36px}.scrub-copy{color:var(--text);font-size:clamp(38px,5.25vw,74px);font-weight:500;line-height:1.22;letter-spacing:-.045em;max-width:1100px}.scrub-copy>img{display:inline-block;width:135px;height:67px;object-fit:cover;vertical-align:middle;border-radius:100px;margin-inline:7px;transform:rotate(-6deg)}.scrub-word{display:inline-block}.manifesto-signoff{display:block;font-size:14px;color:var(--muted);margin-top:35px}.highlights-section{padding-top:30px}.inspire-card{border-radius:20px}.inspire-copy .pill{border:0;padding:0;background:transparent;letter-spacing:.13em;font-size:12px}.inspire-type{font-size:clamp(75px,7.5vw,107px)}.inspire-art{background:#075ccf}.about-section{padding-top:30px}.about-grid{grid-template-columns:1fr 1.1fr;gap:80px}.about-portrait{height:630px;container-type:inline-size;background:var(--surface);border-radius:20px;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);padding:27px 24px 0}.portrait-greeting{position:relative;display:flex;align-items:baseline;gap:13px;width:100%;min-height:80px;z-index:4;white-space:nowrap}.portrait-word{position:static;left:auto;top:auto;color:var(--text);opacity:1;line-height:1.05;font-size:clamp(52px,15cqw,79px);letter-spacing:-.07em;z-index:auto;flex-shrink:0}.portrait-note{font-size:14px;color:var(--muted);letter-spacing:-.01em}.about-portrait>img{position:static;left:auto;top:auto;width:100%;height:100%;min-height:0;object-fit:contain;object-position:center top;max-width:100%;padding-top:8px;filter:drop-shadow(8px 17px 13px #1732591a)}.portrait-label{z-index:5;bottom:20px;left:20px;right:20px}.about-copy h2{font-size:clamp(38px,3.9vw,55px)}.about-copy>p:not(.eyebrow){font-size:16px}.experience-line h3{font-size:19px}.experience-line p{font-size:15px}.lab-grid,.community-grid{grid-auto-flow:dense}.lab-card,.community-card{border-radius:18px}.lab-card{border:1px solid var(--line);background:var(--bg)}.lab-card>p:not(.overline){font-size:16px}.lab-card h3{font-size:38px}.lab-card.engine-card{background:var(--surface)}.quality-list{font-size:15px}.resource-links small{font-size:12px;letter-spacing:.04em}.resource-links>a{font-size:15px}.stats-preview{background:var(--surface);padding-block:70px;border-block:1px solid var(--line)}.stats-preview>.wrap{display:flex;align-items:center;justify-content:space-between;gap:35px}.stats-preview h2{font-size:38px;line-height:1.02}.stats-preview .eyebrow{font-size:12px}.preview-numbers{display:flex;gap:50px}.preview-numbers>div{display:flex;flex-direction:column;gap:7px}.preview-numbers strong{font-weight:500;font-size:48px;line-height:1.15;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.preview-numbers>div>span{font-size:13px;color:var(--muted)}.stats-preview .button{font-size:14px}.community-card h3{font-size:28px}.community-card p{font-size:16px}.contact-section{padding-block:130px 100px}.contact-section h2{font-size:clamp(50px,6.7vw,92px);letter-spacing:-.06em}.contact-section .eyebrow{font-size:12px}.footer .preferences{margin-left:auto}.footer-bottom p{font-size:12px}.footer-bottom>span{font-size:12px}.noscript-note a{text-decoration:underline}
@media(min-width:1600px){.hero-inner{padding-top:58px}.hero-cinematic .hero-stage{height:460px}.hero-cinematic .avatar-layer{inset:30px 0 23px}.hero-cinematic h1{font-size:104px}.hero-cinematic .stage-halo{inset:0 6%}.hero-bottom{padding-block:26px}}
@media(max-width:1150px){.utility-bar{gap:16px}.top-socials{gap:14px}.utility-controls{gap:12px}.motion-label{display:none}.nav{gap:22px}.nav-links{gap:20px}.nav .brand{font-size:16px}.nav-links>a{font-size:12px}.hero-cinematic h1{font-size:clamp(56px,7.25vw,86px)}.hero-cinematic .hero-stage{height:365px}.hero-cinematic .avatar-layer{inset:20px 0}.stage-word-left{left:2%}.stage-word-right{right:0}.section{padding-block:105px}.project-accordion{min-height:470px}.project-accordion .project-image{height:300px}.project-accordion .project-info{padding:21px 18px}.project-accordion .project-info h3{font-size:22px}.project-accordion .project-card.is-expanded{flex:2.5}.project-accordion .project-badge{font-size:12px}.project-accordion .project-card:not(.is-expanded) .project-badge{display:none}.craft-layout{grid-template-columns:.95fr 1.05fr 1fr;gap:10px}.craft-object{height:410px}.craft-notes{padding-left:18px}.craft-notes h3{font-size:25px}.craft-notes p{font-size:15px}.craft-heading h2{font-size:40px}.craft-heading .eyebrow{font-size:12px}.about-grid{gap:50px}.about-portrait{height:605px}.portrait-greeting{gap:10px}.stats-preview>.wrap{gap:24px}.preview-numbers{gap:28px}.preview-numbers strong{font-size:41px}.stats-preview h2{font-size:32px}.stats-preview .button{font-size:13px;padding:13px 18px}.manifesto{padding-block:120px}}
@media(max-width:900px){.top-socials{gap:14px}.top-socials a{font-size:12px}.top-socials svg{display:none}.theme-control>button{padding-inline:7px}.theme-control>button>span{display:none}.nav{gap:14px}.nav-links{gap:16px}.nav-actions .button{padding-inline:14px}.hero-bottom{font-size:12px;gap:15px}.hero-bottom>span{display:none}.hero-bottom>a:nth-child(2){margin-right:auto}.hero-cinematic .hero-intro{font-size:17px}.hero-cinematic .hero-stage{height:350px}.stage-word{font-size:20px}.project-accordion{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:dense;gap:22px;min-height:0}.project-accordion .project-card{min-width:0}.project-accordion .project-image{height:auto;aspect-ratio:16/10}.project-accordion .project-card:not(.is-expanded) .project-info p:not(.overline){display:block}.project-accordion .project-card:not(.is-expanded) .project-badge{display:block}.project-accordion .project-info h3{font-size:25px}.project-accordion .project-info{padding:23px}.project-accordion .project-image>img{aspect-ratio:16/10}.project-accordion .project-card:last-child .project-image::after{font-size:40px}.craft-layout{grid-template-columns:1fr 1fr;column-gap:40px;row-gap:40px}.craft-heading{grid-column:1;grid-row:1}.craft-object{grid-column:2;grid-row:1;height:310px;margin:0}.craft-notes{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:0}.craft-notes>article,.craft-notes>article:last-child{min-height:0;padding-top:24px;padding-bottom:0}.craft-number{margin-bottom:20px}.craft-notes h3{font-size:23px}.craft-notes p{font-size:15px}.craft-heading h2{font-size:45px}.craft-heading>p:not(.eyebrow){font-size:15px}.craft-heading .eyebrow{max-width:300px}.craft-object canvas{left:-20%;width:140%}.about-grid{gap:38px}.about-portrait{height:605px;padding-inline:20px}.portrait-note{font-size:12px}.portrait-word{font-size:clamp(45px,18cqw,68px)}.portrait-greeting{min-height:75px;gap:10px}.about-copy h2{font-size:39px}.about-copy>p:not(.eyebrow){font-size:15px}.experience-line h3{font-size:17px}.experience-line p{font-size:14px}.stats-preview>.wrap{flex-wrap:wrap}.stats-preview>.wrap>div:first-child{flex:1}.stats-preview>.wrap>.button{margin-top:0}.preview-numbers{margin-left:auto}.lab-card h3{font-size:32px}.lab-card>p:not(.overline){font-size:15px}}
@media(max-width:740px){:root{--header-height:106px}.utility-bar{min-height:42px;gap:12px}.top-socials{gap:0;flex:1;justify-content:flex-start}.top-socials a{width:31px;height:32px;justify-content:center;padding:0}.top-socials a>span{display:none}.top-socials svg{display:block;width:15px;height:15px}.utility-controls{gap:8px}.motion-switch{padding:0;width:26px;justify-content:center}.motion-label{display:none}.theme-control{padding:2px}.theme-control>button{min-width:27px;height:26px;min-height:26px;padding-inline:6px}.nav{height:64px;gap:16px}.nav .brand{font-size:16px}.nav .brand img{display:block;width:28px;height:28px}.nav-links{top:106px}.nav-links>a{font-size:16px}.nav-actions .button{font-size:12px;padding:9px 14px}.hero-inner{padding-top:35px}.hero-cinematic h1{white-space:normal;font-size:clamp(47px,8.8vw,65px);line-height:1.01;letter-spacing:-.06em}.hero-cinematic h1>span{display:block}.hero-cinematic .eyebrow{font-size:12px;letter-spacing:.08em;margin-bottom:20px}.hero-cinematic .hero-intro{font-size:16px;margin-top:18px;line-height:1.5}.hero-cinematic .button-row{margin-top:24px;gap:10px;flex-wrap:nowrap}.hero-cinematic .button{padding:12px 17px;font-size:13px;gap:10px}.hero-cinematic .button svg{width:17px;height:17px}.hero-cinematic .hero-stage{height:345px;max-width:500px;margin-top:8px}.hero-cinematic #sculpture{left:-8%;width:116%;height:100%}.hero-cinematic .avatar-layer{inset:25px 0 16px}.hero-cinematic .stage-halo{inset:0 -8%}.stage-word{font-size:12px;letter-spacing:.05em;font-weight:500;opacity:.42}.stage-word-left{left:0;top:39%}.stage-word-right{right:0;top:71%;max-width:65px;text-align:left;line-height:1.3}.hero-bottom{font-size:12px;padding-block:17px;gap:8px}.hero-bottom>a:nth-child(2){font-size:12px;gap:0;white-space:nowrap}.hero-bottom>a:last-child{max-width:200px;text-align:right;display:block;font-size:12px;line-height:1.5}.hero-bottom b{display:inline-block}.craft-marquee{padding-block:18px}.marquee-track{gap:30px}.marquee-track>span{font-size:17px}.marquee-track>i{font-size:20px}.section{padding-block:82px}.section-heading{margin-bottom:34px;gap:20px}.section-heading h2{font-size:clamp(37px,7.5vw,48px)}.section-heading>p{font-size:16px;max-width:480px}.project-accordion{grid-template-columns:1fr;gap:25px}.project-accordion .project-info{padding:25px}.project-accordion .project-info h3{font-size:28px}.project-accordion .project-info p:not(.overline){font-size:15px;max-width:90%}.project-accordion .project-card:last-child .project-image::after{font-size:52px;max-width:70%;margin:auto}.project-accordion .round-link{display:grid}.project-accordion .project-badge{font-size:12px;max-width:calc(100% - 32px)}.section-bottom{gap:15px}.section-bottom>span{font-size:12px;max-width:45%}.section-bottom .text-link{font-size:13px}.craft-chapter{padding-block:80px}.craft-layout{display:flex;flex-direction:column;gap:10px}.craft-heading{width:100%}.craft-heading .eyebrow{max-width:none;font-size:12px}.craft-heading h2{font-size:47px}.craft-heading>p:not(.eyebrow){font-size:16px;margin-top:22px}.craft-heading .text-link{margin-top:22px}.craft-object{width:100%;height:330px;max-width:430px;margin:0 auto 20px}.craft-object canvas{left:-8%;width:116%}.material-label{bottom:0;font-size:12px}.craft-notes{display:flex;flex-direction:column;gap:27px;width:100%;padding-top:10px}.craft-notes>article{padding-top:23px}.craft-number{margin-bottom:14px}.craft-notes h3{font-size:28px;margin-bottom:12px}.craft-notes p{font-size:16px;max-width:480px}.manifesto{padding-block:88px}.manifesto .eyebrow{margin-bottom:24px}.scrub-copy{font-size:clamp(33px,7.7vw,48px);line-height:1.25;letter-spacing:-.04em}.scrub-copy>img{width:86px;height:43px;margin-inline:3px}.manifesto-signoff{font-size:13px;margin-top:24px}.highlights-section{padding-top:0}.inspire-art{min-height:415px}.inspire-copy{padding:33px}.inspire-copy h3{font-size:41px}.inspire-copy p{font-size:16px}.about-section{padding-top:0}.about-grid{display:flex;flex-direction:column-reverse;gap:36px}.about-copy h2{font-size:42px}.about-copy>p:not(.eyebrow){font-size:16px}.experience-line h3{font-size:18px}.experience-line p{font-size:15px}.about-portrait{width:100%;height:570px;max-width:470px;padding:25px 24px 0;display:grid;grid-template-rows:auto minmax(0,1fr)}.portrait-greeting{min-height:85px;width:100%;gap:15px}.portrait-word{font-size:clamp(52px,18cqw,76px);flex-shrink:0;white-space:nowrap}.portrait-note{font-size:14px}.about-portrait>img{position:static;width:100%;height:100%;max-width:100%;padding-top:8px}.portrait-label{left:18px;right:18px;bottom:18px}.lab-card{padding:31px}.lab-card h3{font-size:35px}.lab-card>p:not(.overline){font-size:16px}.resource-links small{font-size:12px}.resource-links>a{font-size:14px}.stats-preview{padding-block:55px}.stats-preview>.wrap{flex-direction:column;align-items:flex-start;gap:30px}.stats-preview h2{font-size:39px}.stats-preview .eyebrow{font-size:12px}.preview-numbers{margin:0;justify-content:space-between;width:100%;gap:28px}.preview-numbers strong{font-size:43px}.preview-numbers>div>span{font-size:13px}.stats-preview .button{font-size:14px}.community-card p{font-size:16px}.contact-section{padding-block:84px 66px}.contact-section h2{font-size:clamp(45px,8.5vw,64px)}.contact-section .eyebrow{font-size:12px;max-width:270px;margin-inline:auto}.footer-top{gap:15px}.footer-bottom p{font-size:12px}.footer-bottom>span{font-size:12px}.footer .back-top{display:block;font-size:12px}}
@media(max-width:380px){.utility-controls{gap:3px}.top-socials a{width:28px}.nav .brand{font-size:14px}.hero-cinematic .eyebrow{font-size:12px;letter-spacing:.04em}.hero-cinematic h1{font-size:45px}.hero-cinematic .button{font-size:12px;padding:12px 14px}.hero-cinematic .hero-stage{height:320px}.stage-word{font-size:12px}.hero-bottom>a:last-child{font-size:12px;max-width:170px}.portrait-greeting{gap:11px}.portrait-word{font-size:54px}.portrait-note{font-size:13px}.about-portrait{height:530px;padding-inline:22px}.lab-card{padding:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.marquee-track{transform:none!important}.hero-copy,.hero-stage,.craft-object,.craft-heading,.craft-notes article,.scrub-word,.project-card,.project-image img{will-change:auto!important}.project-card:hover{transform:none}}
.motion-paused{scroll-behavior:auto}.motion-paused .marquee-track{transform:none!important}.motion-paused .project-accordion .project-card{transition:none}.motion-paused .reveal{opacity:1!important;translate:none!important}


.stats-page{background:var(--surface);min-height:100dvh}.stats-dashboard{height:calc(100dvh - var(--header-height));padding-block:24px 16px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:20px;max-height:1000px;min-height:540px}.dashboard-heading{display:flex;justify-content:space-between;align-items:center;gap:28px}.dashboard-heading .eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:5px}.dashboard-heading h1{font-size:39px;line-height:1.1;letter-spacing:-.05em;font-weight:700}.dashboard-heading h1>span{color:var(--blue)}.dashboard-actions{display:flex;align-items:center;gap:18px}.data-state{font-size:13px}.refresh-button{display:flex;align-items:center;gap:8px;padding:9px 14px;font-size:13px;border:1px solid var(--line);border-radius:9px;background:var(--card);transition:background .2s}.refresh-button:hover{background:var(--soft-blue)}.refresh-button svg{width:16px;height:16px}.refresh-button:disabled svg{animation:refresh-spin 1s linear infinite}@keyframes refresh-spin{to{transform:rotate(360deg)}}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:14px}.kpi{display:flex;flex-direction:column;padding:17px 22px 18px;border:1px solid var(--line);border-radius:14px;background:var(--card);min-width:0;position:relative;overflow:hidden}.kpi::after{content:"";position:absolute;left:22px;top:0;right:22px;height:2px;background:var(--blue);opacity:.65}.kpi-label{font-size:13px;color:var(--muted)}.kpi strong{font-size:44px;line-height:1.2;letter-spacing:-.055em;font-weight:500;font-variant-numeric:tabular-nums;margin:5px 0}.kpi-note{font-size:12px;color:var(--muted);line-height:1.4}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:20px;min-height:0}.experience-panel{background:var(--card);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 21px;border-bottom:1px solid var(--line);flex-shrink:0}.panel-heading h2{font-size:18px;letter-spacing:-.035em;font-weight:700}.panel-heading>span{font-size:12px;color:var(--muted)}.experience-table-wrap{flex:1;min-height:0;padding:0 20px;display:flex;flex-direction:column}.experience-table{border-collapse:collapse;width:100%;font-variant-numeric:tabular-nums;font-size:14px}.experience-table th{font-size:12px;color:var(--muted);font-weight:500;text-align:right;padding:10px 8px 9px;border-bottom:1px solid var(--line)}.experience-table th:first-child{text-align:left;padding-left:0}.experience-table th:last-child{width:27px;padding-right:0}.experience-table td{padding:9px 8px;text-align:right;border-bottom:1px solid var(--line);line-height:1.3;vertical-align:middle}.experience-table tr:last-child td{border-bottom:0}.experience-table td:first-child{text-align:left;padding-left:0}.experience-table td:last-child{padding-right:0}.table-game{display:flex;align-items:center;gap:11px;font-weight:500;font-size:14px;max-width:350px}.table-game img{width:33px;height:33px;flex-shrink:0;border-radius:8px;background:var(--surface)}.table-game>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.experience-table .playing-count{color:var(--blue)}.game-open{display:grid;place-items:center;width:24px;height:28px;color:var(--muted)}.game-open:hover,.table-game:hover{color:var(--blue)}.game-open svg{width:17px;height:17px}.table-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--line);padding:11px 20px;font-size:12px;color:var(--muted);margin-top:auto;flex-shrink:0}.table-footer>a{display:flex;align-items:center;gap:4px;color:var(--blue)}.table-footer svg{width:14px;height:14px}.table-pages{display:flex;align-items:center;gap:7px}.table-pages button{height:27px;min-height:27px;width:27px;border:1px solid var(--line);border-radius:6px}.table-message{font-size:14px;color:var(--muted);padding-block:22px!important;text-align:left!important;line-height:1.6!important}.table-message a{color:var(--blue);text-decoration:underline}.dashboard-side{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:18px;min-height:0}.activity-card{background:var(--card);border:1px solid var(--line);border-radius:14px;min-height:0;display:flex;flex-direction:column}.activity-card .panel-heading{border-bottom:0;padding-bottom:10px}.chart-area{position:relative;display:flex;flex:1;min-height:70px;padding:5px 21px 5px 46px;gap:7px}.chart-scale{position:absolute;left:20px;top:9px;bottom:9px;display:flex;flex-direction:column;justify-content:space-between;font-size:12px;color:var(--muted)}#activity-chart{display:block;width:100%;height:100%;min-height:70px;stroke:var(--blue);overflow:visible}.chart-grid{stroke:var(--line);stroke-width:1;stroke-dasharray:4 5;vector-effect:non-scaling-stroke}#activity-line{stroke-width:2.2;stroke-linecap:round;vector-effect:non-scaling-stroke;fill:none}#activity-fill{fill:var(--blue);fill-opacity:.1;stroke:none}#activity-point{fill:var(--blue);stroke:var(--card);stroke-width:2;vector-effect:non-scaling-stroke}.activity-card>p{font-size:12px;line-height:1.45;padding:11px 21px 17px;flex-shrink:0}.spotlight-card{background:var(--soft-blue);border:1px solid var(--line);border-radius:14px;padding:20px 22px}.spotlight-card .eyebrow{font-size:12px;letter-spacing:.08em;margin-bottom:8px}.spotlight-card>a{font-size:20px;line-height:1.2;letter-spacing:-.04em;font-weight:500;display:flex;align-items:center;gap:6px}.spotlight-card>a>svg{width:18px;height:18px}.spotlight-card>p:last-child{font-size:13px;line-height:1.5;margin-top:8px}.dashboard-foot{display:flex;justify-content:space-between;gap:24px;align-items:center}.dashboard-foot p{font-size:12px;line-height:1.5}.dashboard-foot>a{font-size:12px;color:var(--blue);display:flex;align-items:center;gap:6px;white-space:nowrap}.dashboard-foot svg{width:16px;height:16px}.stats-page .reading-progress{display:none}.stats-page .nav-links>a[href="/stats.html"]{color:var(--blue)}
@media(min-width:901px) and (max-height:800px){.stats-dashboard{gap:15px;padding-top:18px;padding-bottom:12px}.dashboard-heading h1{font-size:34px}.dashboard-heading .eyebrow{margin-bottom:3px}.kpi{padding:12px 19px}.kpi strong{font-size:38px;margin-block:3px}.kpi-note{font-size:12px}.dashboard-grid{gap:16px}.panel-heading{padding:13px 18px}.experience-table td{padding-block:6px}.table-game img{height:29px;width:29px}.experience-table th{padding-block:8px}.experience-table-wrap{padding-inline:18px}.table-footer{padding:9px 18px}.spotlight-card{padding:16px 19px}.spotlight-card>a{font-size:19px}.dashboard-side{gap:14px}.activity-card>p{padding:9px 18px 12px}.activity-card .panel-heading{padding-top:13px}.chart-area{min-height:50px}#activity-chart{min-height:50px}}
@media(min-width:901px) and (max-height:690px){.stats-dashboard{gap:12px;padding-top:14px;padding-bottom:10px;min-height:510px}.kpi-note{display:none}.kpi strong{font-size:35px}.kpi{padding:11px 17px}.dashboard-heading h1{font-size:30px}.dashboard-heading .eyebrow{font-size:12px}.experience-table td{padding-block:5px}.table-game img{width:26px;height:26px}.panel-heading{padding-block:12px}.spotlight-card{padding:13px 17px}.spotlight-card .eyebrow{margin-bottom:5px}.spotlight-card>p:last-child{margin-top:5px}.activity-card>p{padding-top:5px;padding-bottom:10px}}
@media(max-width:1100px) and (min-width:901px){.dashboard-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)}.kpi{padding-inline:17px}.kpi strong{font-size:38px}.kpi-note{font-size:12px;max-width:160px}.table-game{gap:8px;font-size:13px;max-width:250px}.experience-table{font-size:13px}.table-footer>span{font-size:12px;max-width:190px}.panel-heading>span{font-size:12px}.spotlight-card>a{font-size:18px}.dashboard-actions{gap:12px}.data-state{font-size:12px}}
@media(max-width:900px),(max-height:620px){.stats-dashboard{height:auto;max-height:none;min-height:0;padding-block:26px 24px;gap:23px}.dashboard-grid{grid-template-columns:1fr;gap:22px}.dashboard-side{grid-template-columns:1.2fr 1fr;grid-template-rows:1fr;gap:18px}.activity-card{min-height:245px}.experience-table td{padding-block:12px}.table-game img{width:38px;height:38px}.table-game{max-width:none;font-size:15px}.kpi-note{display:block}.table-footer{padding-block:13px}.dashboard-foot{align-items:flex-start}.spotlight-card{display:flex;flex-direction:column;justify-content:center}.dashboard-heading h1{font-size:36px}.dashboard-actions{gap:12px}}
@media(max-width:740px){.stats-dashboard{padding-block:24px;gap:20px}.dashboard-heading{flex-direction:column;align-items:flex-start;gap:19px}.dashboard-heading h1{font-size:39px}.dashboard-actions{width:100%;justify-content:space-between}.dashboard-heading .eyebrow{margin-bottom:7px}.data-state{font-size:12px}.dashboard-kpis{grid-template-columns:1fr 1fr;gap:12px}.kpi{padding:17px 18px}.kpi strong{font-size:39px;margin-block:5px}.kpi-label{font-size:13px}.kpi-note{font-size:12px;line-height:1.4}.kpi::after{left:18px;right:18px}.experience-table-wrap{padding-inline:14px}.panel-heading{padding:17px 16px}.panel-heading h2{font-size:18px}.panel-heading>span{font-size:12px}.experience-table{font-size:13px}.experience-table th{font-size:12px;padding:11px 5px}.experience-table td{padding:12px 5px}.table-game{gap:8px;font-size:13px;max-width:190px}.table-game img{width:32px;height:32px}.game-open{width:20px}.game-open svg{width:15px;height:15px}.table-footer{padding:13px 15px;font-size:12px;gap:10px}.table-footer>span{max-width:190px}.table-footer>a{white-space:nowrap}.dashboard-side{grid-template-columns:1fr;grid-template-rows:auto auto;gap:20px}.activity-card{height:255px}.spotlight-card{padding:24px}.spotlight-card>a{font-size:24px}.spotlight-card>p:last-child{font-size:14px}.dashboard-foot{flex-direction:column;gap:14px}.dashboard-foot p{font-size:12px}.dashboard-foot>a{font-size:13px}.table-message{font-size:14px}}
@media(max-width:380px){.table-game{max-width:155px;font-size:12px;gap:6px}.table-game img{width:27px;height:27px}.experience-table-wrap{padding-inline:11px}.experience-table{font-size:12px}.experience-table th{font-size:12px}.experience-table th:last-child,.experience-table td:last-child{display:none}.kpi{padding:15px}.kpi strong{font-size:35px}.kpi-note{font-size:12px}.panel-heading{padding-inline:14px}.dashboard-heading h1{font-size:36px}}
@media(min-width:901px) and (max-height:750px){.stats-dashboard{gap:12px;padding-top:14px}.kpi-note{display:none}.kpi{padding-top:11px;padding-bottom:11px}.kpi strong{font-size:36px}.experience-table td{padding-block:6px}}
@media(min-width:901px) and (max-height:690px){.stats-page .utility-bar{min-height:34px}.stats-page .nav{height:52px}.stats-dashboard{gap:10px;padding-top:10px;padding-bottom:8px}.experience-table td{padding-block:4px}.table-game img{width:24px;height:24px}.experience-table th{padding-block:7px}}
@media(prefers-reduced-motion:reduce){.refresh-button:disabled svg{animation:none}}

/* A quieter composition: native typography, a single desktop bar, fewer containers. */
:root{--header-height:73px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Helvetica,Arial,sans-serif;letter-spacing:-.018em}h1,h2,h3{font-weight:600;letter-spacing:-.045em}.section{padding-block:110px}.text-link{font-weight:400}.button{font-weight:500;gap:12px}.button-secondary{background:transparent;color:var(--blue);border:0}.button-secondary:hover{background:var(--soft-blue);box-shadow:none}
.compact-header{display:flex;align-items:center;gap:36px;padding-inline:max(48px,calc((100% - var(--page-width))/2))}.compact-header .nav{width:auto;margin:0;flex:1;order:0;height:72px;gap:36px}.brand{font-size:17px;font-weight:600;letter-spacing:-.04em}.brand img{width:30px;height:30px;border-radius:9px}.nav-links{gap:25px}.nav-links>a{font-size:13px;padding-block:20px}.nav-actions{display:none}.nav-live-dot{height:4px;width:4px}.compact-header .utility-bar{display:flex;align-items:center;gap:22px;order:1;width:auto;margin:0;border:0;min-height:0}.top-socials{gap:3px}.top-socials a{width:29px;height:34px;display:grid;place-items:center;color:var(--muted);border-radius:8px;padding:0;transition:background .2s,color .2s}.top-socials a:hover{background:var(--surface-2);color:var(--text)}.top-socials svg{width:15px;height:15px;display:block}.top-socials a>span,.theme-control button>span{display:none}.theme-control{padding:3px}.theme-control>button{width:29px;min-width:29px;height:27px;padding:0;display:grid;place-items:center}.theme-control svg{width:14px;height:14px}
.hero-inner{padding-top:49px}.hero-name{font-size:18px;color:var(--text);font-weight:500;margin-bottom:18px}.hero-cinematic h1{font-size:clamp(53px,6.35vw,90px);letter-spacing:-.055em;line-height:1.06}.hero-cinematic .hero-intro{font-size:21px;line-height:1.45;margin:20px auto 0;max-width:600px}.hero-cinematic .button-row{margin-top:25px;gap:16px}.hero-cinematic .button{padding:12px 21px;font-size:15px}.hero-cinematic .button-secondary{padding-inline:10px}.hero-cinematic .hero-stage{height:435px}.hero-cinematic .avatar-layer{inset:25px 0 21px}.scroll-cue{display:grid;place-items:center;width:36px;height:36px;margin:0 auto 20px;color:var(--muted);font-size:22px;font-weight:300;border-radius:50%;transition:background .2s}.scroll-cue:hover{background:var(--surface)}
.work-section{background:var(--surface)}.section-heading{margin-bottom:40px;align-items:center}.section-heading h2{font-size:clamp(40px,4.1vw,58px)}.section-heading .text-link{font-size:15px}.project-accordion{gap:16px;min-height:440px}.project-accordion .project-card{background:var(--card);border-radius:22px;border:0}.project-accordion .project-image{height:305px}.project-accordion .project-info{padding:24px 23px 28px}.project-accordion .project-info h3{font-size:23px;line-height:1.13;margin:0;letter-spacing:-.035em}.project-accordion .project-info p{margin-top:10px}.section-bottom{justify-content:flex-end;margin-top:28px}
.craft-chapter{padding-block:110px}.craft-layout{grid-template-columns:1fr 1.35fr .65fr;gap:20px}.craft-heading{padding-top:15px}.craft-heading h2{font-size:clamp(39px,3.6vw,52px);line-height:1.07}.craft-heading .text-link{margin-top:28px;font-size:15px}.craft-object{height:420px;margin-top:0}.craft-notes{padding:5px 0 0}.craft-notes>article{min-height:215px;border:0;padding:32px 0 90px}.craft-notes>article:last-child{min-height:125px;padding-bottom:0}.craft-notes h3{font-size:37px;line-height:1.1;font-weight:500;margin:0}
.highlights-section{padding-block:110px}.inspire-card{min-height:440px;border:0;border-radius:24px}.inspire-type{font-size:clamp(70px,7vw,100px);line-height:1;font-weight:600}.event-top,.event-bottom{font-size:11px;letter-spacing:.03em}.inspire-copy{padding:45px}.inspire-copy h3{font-size:clamp(32px,3vw,43px);line-height:1.1;margin-bottom:22px}.inspire-copy p{font-size:17px;line-height:1.55;max-width:360px}.inspire-copy p strong{font-weight:400;color:var(--muted)}.watch-link{margin-top:27px;font-weight:400;gap:8px}
.about-section{padding-top:0;padding-bottom:110px}.about-grid{grid-template-columns:1fr 1fr;gap:90px}.about-portrait{height:530px;border-radius:24px;padding:27px 26px 0}.portrait-greeting{gap:16px;min-height:82px}.portrait-word{font-size:clamp(50px,16cqw,80px);letter-spacing:-.06em}.portrait-note{font-size:15px}.portrait-label{padding:15px 20px}.portrait-label strong{font-weight:500}.about-copy h2{font-size:clamp(43px,4.5vw,64px);margin-bottom:24px}.about-copy>p:not(.eyebrow){font-size:21px;line-height:1.55;max-width:410px}.experience-line{margin-top:34px}.experience-icon{display:none}.experience-line>div>span{font-size:13px;letter-spacing:0;font-weight:400}.experience-line h3{font-size:23px;font-weight:500;margin-block:9px}.experience-line p{font-size:16px}.experience-line .text-link{font-size:15px;margin-top:15px}
#lab{border:0;padding-top:0}.lab-grid{gap:24px}.lab-card{border:0;border-radius:24px;background:var(--surface);padding:40px;min-height:330px}.lab-icon{width:44px;height:44px;border:0;margin-bottom:18px}.lab-card h3{font-size:38px;margin:0 0 17px}.lab-card>p:not(.overline){font-size:17px;line-height:1.55}.lab-card>.text-link{padding-top:28px}.resource-links{padding-top:25px}.resource-links>a{font-size:15px;font-weight:400;padding-block:15px}
.stats-preview{padding-block:62px;border:0}.stats-preview h2{font-size:36px;line-height:1.05;max-width:250px}.preview-numbers strong{font-size:47px;letter-spacing:-.045em}.preview-numbers>div>span{font-size:14px}.community-card{border-radius:24px;min-height:255px;padding:35px}.community-card>img,.youtube-icon{height:52px;width:52px;border-radius:14px;margin-bottom:28px}.community-card h3{font-size:28px;margin-bottom:20px}.community-card .text-link{font-size:15px}.contact-section{padding-block:85px 75px}.contact-section h2{font-size:clamp(48px,6vw,82px);margin-bottom:30px}
/* All six experiences fit in a normal desktop viewport, without nested scrolling. */
.stats-dashboard{height:calc(100dvh - var(--header-height));max-height:1040px;min-height:560px;gap:25px;padding-block:34px 21px}.dashboard-heading h1{font-size:48px;line-height:1.1;font-weight:600;letter-spacing:-.045em}.dashboard-actions{gap:16px}.refresh-button{height:35px;width:35px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:var(--muted);background:var(--surface-2)}.refresh-button:hover{background:var(--card);color:var(--text)}
.dashboard-kpis{gap:0;padding-block:13px 25px;border-bottom:1px solid var(--line)}.kpi{flex-direction:column-reverse;align-items:flex-start;gap:6px;padding:0 28px;border:0;border-left:1px solid var(--line);background:none;border-radius:0;overflow:visible}.kpi:first-child{border-left:0;padding-left:0}.kpi::after{display:none}.kpi strong{font-size:clamp(40px,4.1vw,58px);line-height:1.08;font-weight:500;letter-spacing:-.045em;margin:0}.kpi:first-child strong{color:var(--blue)}.kpi-label{font-size:14px}
.dashboard-grid{grid-template-columns:minmax(0,1.75fr) minmax(0,1fr);gap:34px}.experience-panel{border:0;border-radius:23px}.panel-heading{padding:23px 25px 16px;border:0}.panel-heading h2{font-size:21px;font-weight:500;line-height:1.2}.panel-heading>span{font-size:13px}.experience-table-wrap{padding-inline:25px}.experience-table th{font-weight:400;font-size:12px;padding:9px 10px 10px}.experience-table td{padding:11px 10px}.table-game{gap:13px;font-weight:400;font-size:15px;max-width:380px}.table-game img{width:38px;height:38px;border-radius:10px}.experience-table .playing-count{color:var(--text)}.table-footer{justify-content:flex-end;gap:14px;padding:9px 25px 15px;border:0;font-size:12px}.table-pages{margin-right:auto}.table-pages button{border:0;border-radius:50%;background:var(--surface)}
.dashboard-side{display:block}.visits-card{height:100%;display:flex;flex-direction:column}.visits-card .panel-heading{padding:23px 0 16px}.visits-bars{display:grid;grid-template-rows:repeat(6,minmax(0,1fr));gap:15px;flex:1;min-height:0;padding:14px 0 26px}.visit-row{display:flex;flex-direction:column;justify-content:center;min-height:0;gap:10px}.visit-row-top{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:14px}.visit-row-top>a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted)}.visit-row-top>a:hover{color:var(--blue)}.visit-row-top>span{font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}.visit-track{height:7px;border-radius:100px;background:var(--surface-2);overflow:hidden}.visit-bar{display:block;height:100%;width:var(--share);min-width:2px;border-radius:100px;background:var(--blue);transform-origin:left;animation:bar-arrive .9s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay,0s)}@keyframes bar-arrive{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(min-width:1600px){.hero-inner{padding-top:60px}.hero-cinematic .hero-stage{height:495px}.hero-cinematic h1{font-size:96px}}
@media(max-width:1150px){.compact-header{padding-inline:36px;gap:24px}.compact-header .nav{gap:24px}.nav-links{gap:20px}.compact-header .utility-bar{gap:14px}.top-socials a{width:26px}.hero-cinematic .hero-stage{height:405px}.hero-cinematic h1{font-size:clamp(52px,6.4vw,78px)}.section{padding-block:95px}.project-accordion .project-image{height:280px}.project-accordion{min-height:410px}.project-accordion .project-info{padding:23px 19px}.project-accordion .project-info h3{font-size:21px}.craft-layout{grid-template-columns:1fr 1.2fr .7fr;gap:15px}.craft-heading h2{font-size:38px}.craft-notes h3{font-size:33px}.craft-object{height:370px}.about-grid{gap:60px}.about-portrait{height:510px}.about-copy>p:not(.eyebrow){font-size:20px}.lab-card{padding:32px}.lab-card h3{font-size:34px}.stats-preview h2{font-size:30px}.preview-numbers strong{font-size:42px}}
@media(min-width:901px) and (max-height:800px){.stats-dashboard{padding-block:25px 17px;gap:20px;min-height:530px}.dashboard-heading h1{font-size:41px}.dashboard-kpis{padding-block:6px 20px}.kpi{padding-block:0}.kpi strong{font-size:45px}.panel-heading{padding:17px 23px 12px}.experience-table-wrap{padding-inline:23px}.experience-table td{padding-block:8px}.table-game img{height:33px;width:33px}.visits-card .panel-heading{padding-block:17px 12px}.visits-bars{padding-block:10px 20px;gap:12px}.table-footer{padding-bottom:12px}}
@media(min-width:901px) and (max-height:700px){.stats-page .nav{height:72px}.stats-page .utility-bar{min-height:0}.stats-dashboard{padding-block:17px 12px;gap:16px;min-height:0}.dashboard-heading h1{font-size:36px}.dashboard-kpis{padding-block:3px 15px}.kpi{gap:5px;padding-block:0}.kpi strong{font-size:39px}.kpi-label{font-size:13px}.panel-heading{padding-block:14px 9px}.panel-heading h2{font-size:19px}.experience-table td{padding-block:6px}.experience-table th{padding-block:7px}.table-game img{height:29px;width:29px}.table-game{font-size:14px}.table-footer{padding-block:6px 10px}.visits-card .panel-heading{padding-block:14px 9px}.visits-bars{gap:10px;padding-block:10px 16px}.visit-row{gap:8px}}
@media(max-width:1100px) and (min-width:901px){.dashboard-grid{gap:28px}.table-game{max-width:260px;font-size:14px;gap:10px}.experience-table{font-size:13px}.experience-table td,.experience-table th{padding-inline:7px}.panel-heading h2{font-size:19px}.visit-row-top{font-size:13px}.visit-row-top>span{font-size:12px}.kpi{padding-inline:22px}}
@media(max-width:900px){.compact-header{gap:18px}.compact-header .nav{gap:18px}.nav-links{gap:15px}.nav-links>a{font-size:12px}.compact-header .utility-bar{gap:10px}.top-socials a{width:23px}.top-socials svg{width:14px;height:14px}.theme-control>button{width:26px;min-width:26px}.hero-cinematic .hero-stage{height:370px}.hero-cinematic .hero-intro{font-size:19px}.project-accordion{gap:23px;min-height:0}.project-accordion .project-image{height:auto;aspect-ratio:16/10}.project-accordion .project-info h3{font-size:25px}.project-accordion .project-info{padding:25px}.craft-layout{grid-template-columns:1fr 1fr;gap:30px}.craft-object{height:300px}.craft-notes{grid-template-columns:repeat(3,1fr);gap:20px;padding-top:10px}.craft-notes>article,.craft-notes>article:last-child{min-height:0;padding:0}.craft-notes h3{font-size:31px}.craft-heading h2{font-size:40px}.about-grid{gap:40px}.about-portrait{height:495px;padding-inline:22px}.portrait-greeting{gap:12px;min-height:75px}.portrait-word{font-size:clamp(48px,17cqw,70px)}.portrait-note{font-size:13px}.about-copy>p:not(.eyebrow){font-size:18px}.inspire-copy{padding:30px}.inspire-copy p{font-size:16px}.lab-card>p:not(.overline){font-size:16px}}
@media(max-width:900px),(max-height:620px){.stats-dashboard{height:auto;max-height:none;min-height:0;padding-block:30px 24px;gap:25px}.dashboard-grid{grid-template-columns:1fr;gap:30px}.dashboard-heading h1{font-size:41px}.dashboard-kpis{padding-block:7px 24px}.kpi strong{font-size:42px}.experience-table td{padding-block:13px}.table-game{max-width:none}.visits-card .panel-heading{padding-top:0}.visits-bars{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:27px 32px;padding:12px 0 8px}.visit-row{min-height:45px}.dashboard-foot{padding-top:5px}}
@media(max-width:740px){:root{--header-height:101px}.compact-header{flex-direction:column;padding:0;gap:0}.compact-header .utility-bar{order:0;width:calc(100% - 40px);min-height:40px;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.compact-header .nav{order:1;width:calc(100% - 40px);min-height:60px;height:60px;gap:16px;flex:auto}.top-socials{gap:4px;flex:0}.top-socials a{width:28px;height:32px}.top-socials svg{width:15px;height:15px}.theme-control>button{width:27px;min-width:27px;height:25px;min-height:25px}.nav .brand img{display:block;width:28px;height:28px}.nav .brand{font-size:16px}.nav-actions{display:flex}.nav-links{top:calc(var(--header-height) - 1px)}.nav-links>a{font-size:17px;padding-block:15px}.hero-inner{padding-top:40px}.hero-name{font-size:16px;margin-bottom:19px}.hero-cinematic h1{font-size:clamp(44px,8.8vw,65px);line-height:1.02;letter-spacing:-.055em}.hero-cinematic .hero-intro{font-size:18px;margin-top:21px}.hero-cinematic .button-row{margin-top:24px;gap:10px}.hero-cinematic .button{padding:12px 17px;font-size:14px}.hero-cinematic .button-secondary{padding-inline:9px}.hero-cinematic .hero-stage{height:355px;margin-top:4px}.hero-cinematic .avatar-layer{inset:25px 0 20px}.scroll-cue{margin-bottom:12px;font-size:21px}.section{padding-block:76px}.section-heading{margin-bottom:30px;gap:17px;align-items:flex-start}.section-heading h2{font-size:clamp(36px,7.6vw,47px)}.section-heading .text-link{font-size:14px}.project-accordion{gap:24px}.project-accordion .project-info{padding:24px 25px 28px}.project-accordion .project-info h3{font-size:27px}.section-bottom>.text-link{font-size:14px}.craft-chapter{padding-block:75px}.craft-layout{gap:10px}.craft-heading{padding:0}.craft-heading h2{font-size:44px}.craft-object{height:330px;margin:0 auto 10px}.craft-notes{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:12px;padding-top:0}.craft-notes h3{font-size:clamp(24px,5.3vw,33px)}.inspire-art{min-height:360px}.inspire-type{font-size:80px;margin-block:30px}.inspire-copy{padding:32px}.inspire-copy h3{font-size:37px}.inspire-copy p{font-size:17px}.about-section{padding-top:0}.about-grid{gap:36px}.about-copy h2{font-size:47px}.about-copy>p:not(.eyebrow){font-size:20px}.experience-line h3{font-size:23px}.experience-line p{font-size:16px}.about-portrait{height:525px;padding:25px 24px 0}.portrait-greeting{min-height:85px;gap:15px}.portrait-word{font-size:clamp(52px,18cqw,76px)}.portrait-note{font-size:14px}#lab{padding-top:0}.lab-card{padding:32px;min-height:305px}.lab-card h3{font-size:35px}.lab-card>p:not(.overline){font-size:17px}.stats-preview{padding-block:53px}.stats-preview h2{font-size:35px;max-width:none}.preview-numbers strong{font-size:43px}.preview-numbers>div>span{font-size:13px}.community-card{min-height:245px}.community-card h3{font-size:27px}.contact-section{padding-block:74px 60px}.contact-section h2{font-size:clamp(44px,9vw,64px)}
 .stats-dashboard{padding-block:27px 22px;gap:25px}.dashboard-heading{flex-direction:row;align-items:center;gap:15px}.dashboard-heading h1{font-size:37px}.dashboard-actions{width:auto;gap:9px}.data-state{font-size:12px;gap:6px}.refresh-button{height:32px;width:32px}.dashboard-kpis{gap:28px 20px;padding-block:5px 25px}.kpi{padding:0;border:0;gap:6px}.kpi strong{font-size:45px;margin:0}.kpi-label{font-size:13px}.experience-panel{border-radius:20px}.panel-heading{padding:21px 18px 13px}.panel-heading h2{font-size:20px}.panel-heading>span{font-size:12px}.experience-table-wrap{padding-inline:18px}.experience-table th{font-size:11px;padding:9px 6px}.experience-table td{padding:13px 6px}.table-game{font-size:13px;gap:9px;max-width:195px}.table-game img{height:32px;width:32px;border-radius:8px}.table-footer{padding:9px 18px 16px}.visits-bars{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr);gap:20px;padding-top:4px}.visit-row{min-height:43px;gap:10px}.visit-row-top{font-size:14px}.dashboard-foot{gap:13px}}
@media(max-width:380px){.compact-header .nav,.compact-header .utility-bar{width:calc(100% - 32px)}.top-socials{gap:1px}.top-socials a{width:26px}.nav .brand{font-size:15px}.hero-cinematic h1{font-size:43px}.hero-cinematic .hero-intro{font-size:17px}.hero-cinematic .button{font-size:13px;padding-inline:15px}.hero-cinematic .hero-stage{height:310px}.portrait-greeting{gap:11px}.portrait-word{font-size:53px}.portrait-note{font-size:13px}.about-portrait{height:490px;padding-inline:22px}.lab-card{padding:26px}.craft-notes h3{font-size:24px}.preview-numbers strong{font-size:38px}.dashboard-heading h1{font-size:33px}.data-state{font-size:11px}.dashboard-actions{gap:7px}.kpi strong{font-size:41px}.experience-table-wrap{padding-inline:14px}.table-game{font-size:12px;max-width:164px;gap:7px}.table-game img{height:28px;width:28px}.panel-heading{padding-inline:15px}.panel-heading h2{font-size:19px}.panel-heading>span{font-size:11px}}
@media(min-width:901px){.experience-table td{padding-block:9px}}
@media(min-width:901px) and (max-height:800px){.experience-table td{padding-block:5px}.table-game img{height:31px;width:31px}}
@media(min-width:901px) and (max-height:750px){.stats-dashboard{padding-top:20px}.experience-table td{padding-block:4px}}
@media(min-width:901px) and (max-height:700px){.experience-table td{padding-block:5px}.table-game img{height:28px;width:28px}}
@media(prefers-reduced-motion:reduce){.visit-bar{animation:none}}

/* Shared motion details. Pointer decoration never captures clicks. */
@view-transition{navigation:auto}::view-transition-old(root){animation:page-out .22s ease both}::view-transition-new(root){animation:page-in .42s cubic-bezier(.22,1,.36,1) both}@keyframes page-out{to{opacity:0;transform:translateY(-8px)}}@keyframes page-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.magnetic-label{display:inline-flex;align-items:center;justify-content:center;gap:inherit;pointer-events:none}
[data-tilt]{transform:perspective(1000px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transform-origin:center;backface-visibility:hidden}
.hero-monogram{position:absolute;inset:auto 0 35px;text-align:center;z-index:1;line-height:.9;font-size:clamp(150px,24vw,325px);font-weight:650;letter-spacing:-.075em;color:var(--text);opacity:0;pointer-events:none}.hero-cinematic .avatar-layer{z-index:2}.hero-cinematic #sculpture{z-index:1}.project-accordion .project-image{overflow:visible;isolation:isolate;z-index:2}.project-accordion .project-image>img{border-radius:22px 22px 0 0}.project-info h3>a:hover{color:var(--blue)}.project-card:focus-within{outline:2px solid var(--blue);outline-offset:5px}.project-accordion .image-link{transition:transform .35s,background .25s}.project-image:hover .image-link{background:#fff;transform:translate(2px,-2px)}
.craft-layout{grid-template-columns:.95fr 1.22fr .83fr;gap:28px}.craft-notes{gap:24px}.craft-notes .portal{min-height:185px;padding:0;border:1px solid #ffffff19;border-radius:22px;background:#1b1d22;box-shadow:0 20px 38px -30px #000;isolation:isolate}.craft-notes .portal:last-child{min-height:185px;padding:0}.portal>a{padding:30px;display:flex;flex-direction:column;align-items:flex-start;min-height:185px;height:100%;position:relative;border-radius:inherit;transition:background .25s}.portal>a:hover{background:#252a34}.portal>a>span{font-size:13px;color:var(--muted)}.portal h3{font-size:38px;margin-top:19px;font-weight:500}.portal svg{position:absolute;right:24px;bottom:30px;width:22px;height:22px;color:var(--blue)}.about-more{margin-top:5px}
.story-entry{display:block;padding:0;overflow:hidden;min-height:430px;text-align:left;transition:box-shadow .45s,translate .45s var(--ease)}.story-entry:hover{box-shadow:0 24px 60px -35px #12274655;translate:0 -5px}.story-entry .entry-copy{position:relative;z-index:2;padding:0 38px 38px}.story-entry h3{font-size:37px;letter-spacing:-.045em;margin-bottom:13px}.story-entry p{font-size:17px;line-height:1.4}.story-entry .text-link{margin-top:28px;display:inline-flex;font-size:15px}.lemonade-entry{background:#f5f1e7}.engine-entry{background:#eaf1fc}.entry-art{height:230px;position:relative;perspective:800px;isolation:isolate}.entry-art>i{position:absolute;display:block;transition:transform 1s var(--ease)}.glass-disc{height:144px;width:180px;border-radius:43%;left:calc(50% - 110px);top:44px;transform:rotate(-28deg) rotateY(-30deg);background:linear-gradient(125deg,#fff8c8 3%,#e9c548 20%,#fff5a2 29%,#b1881b 75%,#e6bb3b);box-shadow:inset 4px 4px 10px #ffffff90,inset -12px -5px 14px #58431766,20px 28px 22px -21px #614b2180}.orbit-ring{width:178px;height:94px;top:93px;left:calc(50% - 58px);border:15px solid #d6d9de;border-radius:50%;transform:rotate(-36deg) rotateX(30deg);box-shadow:inset 3px 4px 5px #fff,3px 4px 3px #8a8c95,5px 20px 20px -12px #36394470}.story-entry:hover .glass-disc{transform:rotate(-14deg) rotateY(0deg) translateY(-7px)}.story-entry:hover .orbit-ring{transform:rotate(-49deg) rotateX(12deg) translateX(10px)}.mesh-cube{width:135px;height:135px;top:54px;left:calc(50% - 65px);border-radius:28px;background:repeating-linear-gradient(0deg,#ffffff40 0 1px,transparent 1px 14px),repeating-linear-gradient(90deg,#ffffff40 0 1px,transparent 1px 14px),linear-gradient(130deg,#a8d3ff,#2e68b7);transform:rotate(-18deg) rotateY(24deg) rotateX(17deg);box-shadow:inset 6px 6px 7px #eaf6ff80,inset -12px -5px 14px #173a7766,10px 25px 22px -18px #163e7080}.mesh-orbit{height:115px;width:210px;border:1px solid #7196c979;top:70px;left:calc(50% - 105px);border-radius:50%;transform:rotate(-35deg) rotateX(30deg)}.story-entry:hover .mesh-cube{transform:rotate(-28deg) rotateY(38deg) rotateX(4deg) translateY(-6px)}.story-entry:hover .mesh-orbit{transform:rotate(-18deg) rotateX(15deg)}
:root[data-theme=dark] .lemonade-entry{background:#26231c}:root[data-theme=dark] .engine-entry{background:#192536}.official-brand{object-fit:contain;border-radius:28%;corner-shape:squircle;background:#fff}.top-socials .official-brand{width:17px;height:17px;border-radius:28%}.brand-logo{width:33px;height:33px;margin-right:9px;vertical-align:middle;display:inline-block}.brand img{border-radius:28%;corner-shape:squircle}
@media(max-width:1150px){.craft-layout{gap:18px;grid-template-columns:.95fr 1.1fr .9fr}.portal>a{padding:25px}.portal h3{font-size:34px}.story-entry .entry-copy{padding:0 30px 32px}.story-entry h3{font-size:31px}.story-entry p{font-size:16px}}
@media(max-width:900px){.craft-layout{grid-template-columns:1fr 1fr;gap:30px}.craft-notes{gap:16px}.craft-notes .portal,.craft-notes .portal:last-child{min-height:174px}.portal>a{min-height:174px;padding:23px}.portal>a>span{font-size:12px}.portal h3{font-size:32px}.portal svg{bottom:22px;right:20px}.story-entry h3{font-size:29px}.entry-art{height:210px}.story-entry{min-height:405px}.hero-monogram{font-size:25vw;bottom:36px}}
@media(max-width:740px){.hero-monogram{font-size:29vw;bottom:60px}.craft-layout{gap:10px}.craft-notes{display:grid;grid-template-columns:1fr;gap:15px}.craft-notes .portal,.craft-notes .portal:last-child{min-height:130px}.portal>a{min-height:130px;padding:23px 25px}.portal h3{font-size:34px;margin-top:10px}.portal>a>span{font-size:13px}.portal svg{bottom:27px;right:25px}.story-entry{min-height:405px}.entry-art{height:220px}.story-entry .entry-copy{padding:0 29px 33px}.story-entry h3{font-size:33px}.story-entry p{font-size:16px}.story-entry .text-link{margin-top:25px}.brand-logo{width:28px;height:28px}.about-more{font-size:16px}}
@media(prefers-reduced-motion:reduce){@view-transition{navigation:none}::view-transition-old(root),::view-transition-new(root){animation:none}[data-tilt]{transform:none!important}.entry-art>i,.story-entry{transition:none}.hero-monogram{opacity:.055}}
.official-brand{background:transparent}
/* Lighting belongs to complete sections. Transparent scenes have no inner panel edge. */
.hero-cinematic .hero-stage::after{display:none}
.hero-cinematic .stage-halo{inset:-20% -30%;background:radial-gradient(ellipse at 50% 52%,var(--stage-halo),transparent 62%)}
.craft-object::before{display:none}
.craft-layout{align-items:center}
.craft-notes{gap:0;padding:0}
.craft-notes .portal,.craft-notes .portal:last-child{min-height:138px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none;padding:0}
.portal>a{min-height:138px;padding:24px 0;background:none;border-radius:0}
.portal>a:hover{background:transparent}
.portal h3{margin-top:12px;font-size:37px;transition:color .25s}
.portal>a:hover h3{color:var(--blue)}
.portal svg{right:0;bottom:29px;transition:translate .3s var(--ease)}
.portal>a:hover svg{translate:5px 0}
/* Profiles have their own destination row, separate from site navigation. */
.brand-short{display:none}
.profile-header{display:block;padding:0}
.profile-header .nav{height:64px;min-height:64px;gap:32px}
.profile-header .nav-links{margin-left:auto;gap:25px}
.profile-header .nav-actions{display:flex;align-items:center;gap:17px;margin-left:0}
.profile-header .profile-bar{border-top:1px solid var(--line);background:var(--surface)}
.profile-bar>.wrap{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:43px}
.profile-label{font-size:12px;color:var(--muted);white-space:nowrap}
.profile-header .top-socials{display:flex;align-items:center;gap:28px;flex:none}
.profile-header .top-socials a{display:flex;align-items:center;gap:7px;width:auto;min-height:42px;height:auto;padding:0;font-size:12px;line-height:1.35;white-space:nowrap;border-radius:0}
.profile-header .top-socials a>span{display:inline}
.profile-header .top-socials a:hover{color:var(--blue);background:none}
.profile-header .top-socials a:hover>span{text-decoration:underline;text-underline-offset:4px}
.profile-header .top-socials .official-brand{width:18px;height:18px;flex:none}
@media(max-width:1100px){.profile-header .top-socials{gap:20px}.profile-bar>.wrap{gap:18px}.profile-header .nav{gap:25px}}
@media(max-width:900px){.profile-label{display:none}.profile-header .top-socials{width:100%;justify-content:space-between;gap:13px}.profile-header .top-socials a{font-size:11px;gap:5px}}
@media(max-width:740px){
 .profile-header .nav{height:56px;min-height:56px;gap:12px}.profile-header .nav-links{margin:0;top:calc(var(--header-height) - 1px)}
 .profile-header .nav-actions{margin-left:auto;gap:15px}.profile-header .nav .brand{font-size:15px}.profile-header .nav .brand img{width:26px;height:26px}
 .profile-bar>.wrap{min-height:38px}.profile-header .top-socials a{font-size:10.5px;min-height:38px}.profile-header .top-socials .official-brand{height:16px;width:16px}
 .craft-layout{align-items:start}.craft-notes{gap:0}.craft-notes .portal,.craft-notes .portal:last-child,.portal>a{min-height:112px}.portal>a{padding:22px 0}.portal h3{font-size:32px}.portal svg{bottom:29px;right:0}
}
@media(max-width:599px){
 .profile-bar>.wrap{padding-block:3px;min-height:0}.profile-header .top-socials{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0 12px}
 .profile-header .top-socials a{grid-column:span 2;justify-content:center;gap:5px;min-height:34px;white-space:normal;font-size:11px;line-height:1.2}
 .profile-header .top-socials a:nth-child(n+4){grid-column:span 3}.profile-header .top-socials a>span{max-width:108px}
}
@media(max-width:380px){.profile-header .nav .brand-name{display:none}.profile-header .nav .brand-short{display:inline}.profile-header .top-socials{column-gap:8px}.profile-header .top-socials a{font-size:10.5px}}
/* A compact stats view keeps every number and game visible; the duplicate bar chart yields its space. */
@media(min-width:600px) and (max-width:900px) and (min-height:640px),(max-width:599px) and (min-height:740px){
 .stats-dashboard{height:calc(100dvh - var(--header-height));max-height:none;min-height:0;gap:14px;padding-block:18px 12px}.dashboard-grid{display:block;min-height:0}.dashboard-side{display:none}.experience-panel{height:100%}.dashboard-heading h1{font-size:35px}.dashboard-heading{gap:12px}.dashboard-actions{gap:8px}.dashboard-kpis{padding-block:0 17px;gap:16px 20px}.kpi strong{font-size:36px}.kpi-label{font-size:12px}.panel-heading{padding:14px 16px 10px}.panel-heading h2{font-size:18px}.experience-table-wrap{padding-inline:16px}.experience-table th{padding-block:8px}.experience-table td{padding-block:7px}.table-game img{height:30px;width:30px}.table-game{font-size:13px}.table-footer{padding:6px 16px 10px}.dashboard-foot{flex-direction:row;align-items:center;gap:12px;padding:0}.dashboard-foot p,.dashboard-foot>a{font-size:11px;line-height:1.4}.dashboard-foot svg{width:13px;height:13px}
}
@media(min-width:600px) and (max-width:900px) and (min-height:640px){.dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.kpi{padding-inline:17px;border-left:1px solid var(--line)}.kpi:first-child{padding-left:0;border:0}}
@media(min-width:600px) and (max-width:900px) and (min-height:640px),(max-width:599px) and (min-height:740px){.experience-table td{padding-block:6px}.table-game img{width:28px;height:28px}}
@media(min-width:600px) and (max-width:900px) and (min-height:640px) and (max-height:700px){.experience-table td{padding-block:4px}.table-game img{width:26px;height:26px}.panel-heading{padding-block:12px 8px}}
@media(max-width:380px) and (min-height:740px){.experience-table td{padding-block:4px}.table-game img{width:26px;height:26px}.table-game{font-size:12px}.panel-heading{padding-block:12px 8px}}

/* Reserve space for the dedicated profile row without crowding the stats footer. */
@media(min-width:901px){.stats-dashboard{gap:18px;padding-block:22px 15px}.table-footer{padding-block:6px 10px}}
@media(min-width:901px) and (max-height:800px){.stats-dashboard{gap:14px;padding-block:18px 12px}.dashboard-kpis{padding-bottom:14px}.panel-heading{padding-block:15px 10px}.experience-table td{padding-block:4px}.table-game img{width:30px;height:30px}}
@media(min-width:901px) and (max-height:700px){.stats-dashboard{gap:11px;padding-top:16px}.table-game img{width:26px;height:26px}.panel-heading{padding-block:12px 8px}}


/* The event uses the official artwork; navigation shows the current destination. */
.event-top .inspire-brand{width:36px;height:36px;flex:none;object-fit:contain;border:0;transform:none;margin:0}
.profile-header .nav-links a[aria-current]{color:var(--text);font-weight:600;text-decoration:underline;text-underline-offset:7px;text-decoration-color:var(--blue);text-decoration-thickness:1px}
.craft-chapter .portal a:focus-visible{outline:2px solid var(--blue);outline-offset:6px;border-radius:8px}
