@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap');

@font-face {
  font-family: Inter;
  src: url('https://cdn.prod.website-files.com/67c08ea22d8c948740e1cae0/67c08ea32d8c948740e1cb41_Inter.var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GeistMono;
  src: url('https://cdn.prod.website-files.com/67c08ea22d8c948740e1cae0/69ed3320a82d520c0ce50d85_GeistMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fafafa;
  --ink: #111111;
  --muted: #919191;
  --line: rgba(17, 17, 17, .28);
  --red: #9d151c;
  --gutter: clamp(1.75rem, 4.2vw, 4rem);
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); font-size: 80%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { color: white; background: var(--red); }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
strong { font-weight: 400; color: var(--ink); }

.hex-cursor { position: fixed; z-index: 100; top: 0; left: 0; width: 14px; height: 14px; pointer-events: none; opacity: 0; background: white; clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); transform: translate(-50%, -50%) rotate(30deg); mix-blend-mode: difference; transition: transform .15s ease, opacity .15s ease; }
.has-pointer .hex-cursor { opacity: 1; }
.has-pointer a, .has-pointer button { cursor: none; }
.hex-cursor.is-hover { transform: translate(-50%, -50%) rotate(30deg) scale(4); }

.site-nav { position: fixed; z-index: 20; bottom: 2rem; left: 50%; display: flex; width: 19rem; height: 4rem; align-items: center; justify-content: center; border-radius: 999px; background: white; box-shadow: 0 3px 24px rgba(0, 0, 0, .14); transform: translateX(-50%); font: 12.8px/17.92px Inter, Arial, sans-serif; text-transform: uppercase; }
.nav-menu { display: flex; width: 100%; height: 100%; align-items: center; justify-content: space-between; }
.site-nav a { margin: 0 1.9375px; padding: 8px 20px; border-radius: 450px; transition: color .2s, background-color .2s; }
.site-nav a:first-child { margin-left: 16px; }
.site-nav a:last-child { margin-right: 16px; }
.site-nav a:hover { background: var(--paper); }
.site-nav .is-current { padding: 8px 20px; border-radius: 400px; color: white; background: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 999px; background: transparent; }
.nav-toggle span { display: block; width: 16px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .2s; }
.site-nav.is-open .nav-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
.site-nav.is-open .nav-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { position: relative; height: 85vh; overflow: hidden; color: white; background: var(--ink); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .39; }
.hero::after { position: absolute; inset: 0; background: rgba(0, 0, 0, .08); content: ''; }
.hero-content { position: relative; z-index: 1; display: grid; min-height: 85vh; grid-template-columns: 1fr 1fr; align-items: center; gap: 1rem; padding: 0 2.5rem 2rem; }
.hero-logo { width: min(100%, 47rem); filter: invert(1); transform: translateY(1rem); }
.hero-tagline { justify-self: end; width: 357.2px; max-width: 100%; font: 14px/18.2px GeistMono, Verdana, sans-serif; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; transform: translateY(1rem); }
.hero-bottom { display: none; grid-column: 1 / -1; align-items: end; justify-content: space-between; font: clamp(1.15rem, 2vw, 2rem)/1.05 Inconsolata, monospace; }
.hero-button { display: inline-flex; align-items: center; gap: .8rem; border: 1px solid white; border-radius: 2rem; padding: .85rem 1.15rem; font-size: .68rem; text-transform: uppercase; transition: color .25s, background .25s; }
.hero-button:hover { color: var(--ink); background: white; }

.intro, .statement { padding: 4rem 2.5rem; background: var(--paper); }
.intro { min-height: 245px; }
.intro h1, .statement h2 { width: 50%; max-width: none; font: 400 32px/36px Inter, Arial, sans-serif; letter-spacing: -1px; }
.intro h1 { color: var(--muted); }
.intro h1 strong, .statement h2 strong { color: var(--ink); }

.partner-strip { height: 323.1875px; overflow: hidden; padding: 25.6px 0 89.6px; background: var(--paper); -webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 20% 80%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, #fff 20% 80%, transparent 100%); }
.partner-track { display: flex; width: max-content; animation: partner-scroll 42s linear infinite; }
.partner-set { display: flex; gap: 1rem; padding-right: 1rem; }
.partner-card { display: grid; width: 256px; height: 208px; place-items: center; padding: 40px; border-radius: 12px; background: white; }
.partner-card img { width: 176px; max-width: 100%; height: 118.55px; object-fit: contain; filter: none; }
@keyframes partner-scroll { to { transform: translateX(calc(-50% - .5rem)); } }

.statement { padding-top: 4rem; padding-bottom: 4rem; }
.statement h2 { color: var(--muted); }
.statement-platform { padding-top: 4rem; }

.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0 2.5rem; background: var(--paper); }
.art-frame { aspect-ratio: 2 / 3; overflow: hidden; border-radius: 12px; background: #ddd; }
.art-frame video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.art-frame:nth-child(3) video { filter: brightness(1.05) grayscale(1); }

.artist-intro { height: 356px; padding: 254px 2.5rem 0; background: var(--paper); }
.artist-intro .section-title { padding: 0; }
.artists { height: 452.28125px; overflow: hidden; padding: 25.6px 0 0; background: var(--paper); }
.section-title { padding: 0 2.5rem 4rem; font: 400 32px/36px Inter, Arial, sans-serif; letter-spacing: -1px; }
.artist-window { overflow: hidden; }
.artist-track { display: flex; gap: 1rem; width: max-content; padding: 0 var(--gutter); animation: artist-scroll 42s linear infinite; }
.artist-card { display: flex; flex-direction: column; width: 256px; gap: 0; font-family: Inter, Arial, sans-serif; }
.artist-card img { width: 256px; height: 256px; aspect-ratio: 1; object-fit: cover; border-radius: 12px; filter: grayscale(1); transition: filter .35s; }
.artist-card:hover img { filter: grayscale(0); }
.artist-card span { width: 240px; margin: 16px 0 0 16px; padding-bottom: 3.2px; font-size: 12.8px; font-weight: 700; }
.artist-card small { width: 240px; max-width: 240px; margin-left: 16px; color: var(--ink); font-family: GeistMono, Inconsolata, monospace; font-size: 12px; line-height: 14px; text-transform: uppercase; }
@keyframes artist-scroll { to { transform: translateX(-50%); } }

.team { height: 100vh; margin-top: 8rem; padding: 12rem 2.5rem 0; overflow: hidden; background: var(--paper); }
.team .section-title { margin: 0 0 3.1rem; padding: 0; line-height: 1.2; }
.team-list { border-top: 1px solid var(--line); }
.team-member { position: relative; }
.team-link { position: relative; display: block; border-bottom: 1px solid var(--line); padding: 1rem 0; font-family: GeistMono, Inconsolata, monospace; transition: background-color .3s; }
.team-link:hover { background: white; }
.team-details { display: grid; grid-template-columns: .25fr .25fr .75fr .25fr; gap: 1rem; align-items: center; font-size: 14px; line-height: 1.5; }
.team-details span { color: var(--ink); font-size: 14px; text-transform: uppercase; }
.team-details b { color: var(--ink); font-size: 14px; font-weight: 400; }
.team-details small { color: #777; font-size: 14px; text-transform: uppercase; }
.team-details i { display: flex; justify-content: flex-end; color: var(--ink); font-style: normal; }
.team-details svg { width: .8rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: round; stroke-width: 1.25; transform: rotate(-45deg); }
.team-preview { position: absolute; z-index: 2; top: -15rem; right: 8%; width: 16rem; height: 20rem; overflow: hidden; border-radius: .75rem; opacity: 0; pointer-events: none; transform: scale(.9); transition: opacity .3s ease, transform .35s ease; }
.team-preview img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.team-link:hover .team-preview { opacity: 1; transform: scale(1); }
.team-photo { display: none; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: .75rem; filter: grayscale(1); }

.manifesto-link { height: 50vh; margin: 0 2.5rem 4rem; border-radius: 24px; overflow: hidden; background: var(--ink); }
.manifesto-link a { position: relative; display: grid; height: 100%; min-height: 0; place-content: center; overflow: hidden; color: white; text-align: center; }
.manifesto-link a::before { position: absolute; inset: 0; background: url('https://cdn.prod.website-files.com/67c08ea22d8c948740e1cae0/69ebbface543146a78b88a0c_explosion_web.avif') center/cover; opacity: .45; content: ''; transition: transform .8s ease; }
.manifesto-link a:hover::before { transform: scale(1.04); }
.manifesto-link span, .manifesto-link small { position: relative; z-index: 1; }
.manifesto-link span { font: 32px/35.2px GeistMono, Verdana, sans-serif; letter-spacing: 7px; }
.manifesto-link small { margin-top: .7rem; font: 12px/14px GeistMono, Verdana, sans-serif; }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 2rem; height: 100vh; min-height: 640px; align-content: start; padding: 2rem 2.5rem 0; overflow: hidden; background: var(--paper); font: 12px/19px GeistMono, Verdana, sans-serif; text-transform: uppercase; }
.footer-mark { width: 4.5rem; height: 5.2rem; align-self: start; }
.footer-column { display: flex; flex-direction: column; gap: .45rem; }
.footer-column strong { font: 700 .7rem/1.35 Inconsolata, monospace; text-transform: uppercase; }
.footer-column span { color: #777; }
.footer-links a { text-decoration: underline; text-underline-offset: .25rem; }
.footer-links a:hover, .footer-column > a:hover { color: var(--red); }
.closing-line { position: absolute; top: 50%; right: 2.5rem; left: 2.5rem; margin: 0; overflow: hidden; padding: 0; transform: translateY(-50%); text-align: left; white-space: normal; font: 6rem/1.1 Inter, Arial, sans-serif; letter-spacing: -1px; }
.closing-line span { color: var(--muted); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media (max-width: 991px) {
  .site-nav { width: 60px; height: 60px; }
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; right: 0; bottom: calc(100% + .5rem); display: none; width: 19rem; height: auto; flex-direction: column; align-items: stretch; padding: .5rem; border-radius: 1.25rem; background: white; box-shadow: 0 3px 24px rgba(0, 0, 0, .14); }
  .site-nav.is-open { width: 60px; }
  .site-nav.is-open .nav-menu { display: flex; }
  .site-nav .nav-menu a, .site-nav .nav-menu a:first-child, .site-nav .nav-menu a:last-child { display: block; margin: 0; }
  .team-link { display: flex; gap: 1rem; align-items: flex-start; }
  .team-preview { display: none; }
  .team-photo { display: none; }
  .team-details { flex: 1; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro { min-height: 320px; }
  .statement-platform { min-height: 524px; }
}
@media (max-width: 767px) {
  .hero-content { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding-right: 1rem; padding-bottom: 7rem; padding-left: 1rem; }
  .intro, .statement { padding-right: 1rem; padding-left: 1rem; }
  .intro h1 { line-height: 38.4px; }
  .statement-platform { min-height: 596px; }
  .team { height: 100vh; }
  .team .section-title { margin-bottom: 2.5rem; }
  .team-link { display: flex; gap: 1rem; align-items: flex-start; }
  .team-details { grid-template-columns: 1fr 3rem 1rem; gap: .5rem; min-height: 0; }
  .team-details span { grid-column: 1 / 3; }
  .team-details b { grid-column: 1; }
  .team-details small { grid-column: 1 / 3; }
  .team-details i { grid-column: 3; grid-row: 1 / 4; }
  .team-list small { grid-column: 1 / 3; }
  .site-footer { grid-template-columns: 1fr 1fr; min-height: 640px; }
  .footer-mark { grid-row: span 2; }
}
@media (max-width: 480px) {
  :root { --gutter: 1.25rem; }
  .site-nav { bottom: 1rem; gap: 1.1rem; }
  .hero-content { padding: 16rem 1rem 4em; }
  .hero-logo, .hero-tagline { display: none; }
  .hero-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 3.2rem; margin-top: 0; }
  .hero-bottom p { font: 14px/18.2px GeistMono, Verdana, sans-serif; }
  .hero-button { flex: 0 0 auto; }
  .hero-button { width: 163.58px; height: 67.66px; justify-content: center; padding: 23px 38.4px; border-radius: 450px; font: 14px/19.6px Inconsolata, monospace; }
  .statement h2 { line-height: 36px; }
  .statement-platform { min-height: 920px; }
  .team-link { flex-direction: column; }
  .site-footer { gap: 2.5rem 1rem; padding: 1rem; }
  .footer-mark { width: 3.5rem; height: 4rem; }
  .closing-line { right: 1rem; left: 1rem; }
}
@media (max-width: 380px) {
  .statement-platform { min-height: 1172px; }
}
