@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-7.ttf) format('truetype');
}

:root{--bg:#101110;--fg:#f2f3ed;--muted:#9fa19a;--lime:#d6ff42}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:85px}body{margin:0;background:var(--bg);color:var(--fg);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--lime);outline-offset:5px}header{height:88px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #333;gap:24px;background:#101110} .logo{font-family:'Barlow Condensed',Impact,sans-serif;font-size:36px;font-weight:800;letter-spacing:-1px}.logo span{color:var(--lime)}.logo i{font:12px Arial;vertical-align:top;margin-left:3px}nav{display:flex;gap:34px;font-size:14px}nav a:hover,.textlink:hover{color:var(--lime)}.languages{display:flex;gap:7px;align-items:center;font-size:14px}.languages button{border:0;background:none;color:#81857d;cursor:pointer;padding:8px 3px}.languages button.active{color:var(--lime)}.hero{position:relative;min-height:710px;overflow:hidden;display:flex;align-items:center;padding:60px 5% 88px}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{background:#121820 url('hero.jpg') center 48%/cover no-repeat}.hero-shade{background:linear-gradient(90deg,rgba(9,12,12,.87),rgba(9,12,12,.25) 60%,rgba(9,12,12,.03)),linear-gradient(0deg,#101110,transparent 25%)}.hero-content{position:relative;z-index:1;max-width:850px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;display:flex;gap:12px;align-items:center}.cross{color:var(--lime);font-size:25px}.hero h1{font-family:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;font-weight:800;font-size:clamp(68px,7.6vw,118px);line-height:.92;letter-spacing:-1px;margin:30px 0}.outline{color:transparent;-webkit-text-stroke:1px #f2f3ed}.hero p{max-width:380px;line-height:1.65;color:#d3d6ce;margin:24px 0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{min-height:50px;padding:14px 22px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-size:14px;font-weight:700;transition:transform .2s}.button:hover{transform:translateY(-3px)}.lime{background:var(--lime);color:#12150a}.glass{border:1px solid #777;background:#12151155}.hero-caption{position:absolute;bottom:38px;right:5%;font-size:12px;letter-spacing:2px;color:#aaa}.scroll{position:absolute;bottom:38px;left:5%;font-size:12px;letter-spacing:2px}.ticker{overflow:hidden;background:var(--lime);color:#15170c;padding:16px 0}.ticker div{white-space:nowrap;width:max-content;animation:marquee 35s linear infinite;font-family:'Barlow Condensed',Impact,sans-serif;font-weight:700;font-size:25px;letter-spacing:1px}.ticker b{padding:0 30px}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:85px 5%}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.muted{color:var(--muted)}h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(40px,4.4vw,66px);font-weight:700;line-height:1.04;letter-spacing:-.5px;margin:15px 0 0;white-space:pre-line}.textlink{font-size:14px;border-bottom:1px solid #666;padding-bottom:8px}.releases{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.cover{aspect-ratio:1;display:flex;flex-direction:column;justify-content:space-between;padding:22px;overflow:hidden;transition:transform .3s}.release:hover .cover{transform:translateY(-6px)}.cover-one{background:#d6ff42;color:#14160d}.cover-two{background:#99b5dc;color:#121821}.cover-three{background:#ff693e;color:#211109}.small{font-size:12px;letter-spacing:1px}.cover strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(60px,7.5vw,118px);line-height:.79;letter-spacing:-2px}.cover-two strong{font-style:italic}.cover-bottom{font-size:12px;font-weight:700;letter-spacing:1px;display:flex;justify-content:space-between;align-items:center}.cover-bottom i{font-size:27px;font-style:normal}.release-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px}.release h3{font-size:21px;margin:0}.release-title span{font-size:12px;color:var(--muted)}.release p,.art-note{color:var(--muted);font-size:14px}.art-note{margin-top:24px;font-size:12px}.world{background:#181a17}.section-top p{max-width:300px;color:#a9ada4;line-height:1.6}.world-list a{border-top:1px solid #3a3d35;display:grid;grid-template-columns:65px 1fr 280px 40px;align-items:center;padding:24px 0;gap:15px}.world-list a:last-child{border-bottom:1px solid #3a3d35}.world-list a:hover{color:var(--lime)}.number{color:#a4a99a;font-size:14px}.world-list h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:44px;margin:0;font-weight:600}.world-list a>span:nth-last-child(2){font-size:12px;letter-spacing:1px;color:#a4a99a}.world-list b{font-size:28px;font-weight:400}.project{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:100px;padding-bottom:100px}.project-copy{padding-top:8px}.project-copy p{color:#a7aca0;line-height:1.8;margin-top:0}.project-copy .lead{font-size:22px;color:var(--fg);line-height:1.5}.signature{display:block;font-size:12px;letter-spacing:2px;color:var(--lime);margin-top:30px}.watch{background:var(--lime);color:#15170f;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.watch h2{font-size:72px}.watch p{max-width:400px;line-height:1.7}.dark{background:#11150b;color:#f4f5ed}.border{border:1px solid #4b5828}.watch-word{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(85px,11vw,165px);line-height:.79;font-weight:900;text-align:right;letter-spacing:-3px}.contact{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact h2{font-size:44px}.contact p{color:var(--muted);line-height:1.7}.email{font-size:clamp(20px,2.5vw,36px);border-bottom:1px solid var(--lime);padding-bottom:12px;white-space:nowrap}footer{padding:35px 5%;border-top:1px solid #333;display:flex;align-items:center;gap:40px;flex-wrap:wrap}footer span,footer div{font-size:12px;color:#a5aa9e}footer div{display:flex;gap:24px}.footer-note{margin-left:auto;font-size:12px;letter-spacing:1px}.legal{max-width:920px;min-height:75vh;margin:auto}.legal p{line-height:1.8;color:#bbc0b3}.legal h3{margin-top:35px}.legal a{color:var(--lime)}@media(min-width:1600px){.hero{min-height:820px}}@media(max-width:800px){header{height:75px}nav{gap:18px}.hero{min-height:660px}.hero h1{font-size:78px}.hero-image{background-position:60% center}.hero-shade{background:linear-gradient(90deg,#0b0e0eee,#0b0e0e66 75%),linear-gradient(0deg,#101110,transparent 30%)}.section{padding:60px 5%}.releases{gap:15px}.cover{padding:15px}.cover strong{font-size:65px}.small,.cover-bottom{font-size:12px;letter-spacing:0}.world-list a{grid-template-columns:35px 1fr 180px 25px}.world-list h3{font-size:34px}.project{gap:35px}.contact{flex-direction:column;align-items:flex-start}.watch h2{font-size:58px}}@media(max-width:580px){header{padding:0 5%;gap:12px}.logo{font-size:30px}nav{gap:14px}nav a{font-size:12px}nav a:nth-child(2),nav a:nth-child(3){display:none}.hero{min-height:640px;padding-top:50px;align-items:flex-start}.hero-content{width:100%}.hero h1{font-size:clamp(54px,13vw,76px);margin-top:32px;line-height:.99}.hero .eyebrow{font-size:10px;letter-spacing:1px}.hero p{max-width:280px;font-size:15px}.hero-caption{display:none}.hero-image{background-position:64% center;opacity:.8}.hero-shade{background:linear-gradient(90deg,#0b0e0ecc,#0b0e0e33),linear-gradient(0deg,#101110,transparent 65%)}.ticker{padding:12px 0}.section-top{display:block}.textlink{display:inline-block;margin-top:22px}.releases{grid-template-columns:1fr;gap:30px}.cover{aspect-ratio:1.12;padding:25px}.cover strong{font-size:110px}.world-list a{grid-template-columns:25px 1fr 25px;gap:10px}.world-list a>span:nth-last-child(2){grid-column:2;grid-row:2}.world-list b{grid-column:3;grid-row:1 / 3}.world-list h3{font-size:38px}.project{grid-template-columns:1fr}.project-copy .lead{font-size:20px}.watch{grid-template-columns:1fr}.watch-word{display:none}.watch h2{font-size:58px}.contact h2{font-size:40px}.email{font-size:26px}footer{gap:23px}footer .logo{width:100%}.footer-note{margin-left:0}.eyebrow{font-size:12px;letter-spacing:1.5px}.art-note{line-height:1.6}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.button,.cover{transition:none}}
