:root {
  --black: #080808;
  --white: #f2f1ed;
  --gray: #aaa9a4;
  --line: rgba(242, 241, 237, 0.22);
  --pad: clamp(20px, 3vw, 52px);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --initial-hero-height: 100svh;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Inter, Helvetica, Arial, sans-serif; overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video, picture { display: block; max-width: 100%; }
img { width: 100%; }
.mono { font-family: "DM Mono", monospace; text-transform: uppercase; font-size: 10px; line-height: 1.45; letter-spacing: .08em; }
.section-pad { padding: 130px var(--pad); }
.section-label { font-family: "DM Mono", monospace; font-size: 10px; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.section-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 80px; }
.section-head > p { margin: 0; text-align: right; }
.loader { position: fixed; inset: 0; z-index: 1000; background: var(--white); color: var(--black); display: grid; place-content: center; transition: transform .9s var(--ease) .15s; }
.loader span { font-size: clamp(52px, 12vw, 180px); font-weight: 900; letter-spacing: -.09em; }
.loader-line { width: 100%; height: 2px; background: #ccc; overflow: hidden; }
.loader-line i { display: block; width: 100%; height: 100%; background: var(--black); transform: translateX(-100%); animation: load 1s var(--ease) forwards; }
.loaded .loader { transform: translateY(-100%); }
@keyframes load { to { transform: translateX(0); } }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; padding: 20px var(--pad); display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; color: var(--white); mix-blend-mode: difference; }
.wordmark { font-size: 21px; line-height: 1; font-weight: 900; letter-spacing: -.07em; }
.header-meta { font-family: "DM Mono", monospace; font-size: 8px; line-height: 1.35; letter-spacing: .06em; }
.menu-toggle { display: none; border: 0; padding: 0; color: inherit; background: none; text-transform: uppercase; font: 10px "DM Mono", monospace; letter-spacing: .08em; }
.site-nav { display: flex; gap: clamp(41px, 3.36vw, 62px); align-items: baseline; font-family: "DM Mono", monospace; font-size: 10.5px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; }
.site-nav a { position: relative; opacity: .74; transition: opacity .35s var(--ease); }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.site-nav a:hover { opacity: 1; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.hero { position: relative; height: 100svh; min-height: 600px; overflow: hidden; }
.hero-media, .hero-media picture, .hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { overflow: hidden; }
.hero-image { object-fit: cover; object-position: 48% 56%; opacity: 0; transform: scale(1.1); transition: opacity 1.1s var(--ease); animation: heroKenBurns 19s ease-in-out infinite alternate; filter: contrast(1.04) saturate(.92); }
.hero.video-visible .hero-image { opacity: 1; }
.hero-shade { background: rgba(0,0,0,.45); }
@keyframes heroKenBurns { to { transform: scale(1.13); } }
.hero-kicker { position: absolute; top: 106px; left: var(--pad); max-width: 210px; font-size: 14px; }
.hero-logo { position: absolute; z-index: 2; top: 67%; left: 74%; width: min(37vw, 560px); transform: translate(-50%, -50%) rotate(-2deg); }
.hero-logo img { width: 100%; opacity: .7; }
.hero-footer { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: 26px; display: flex; justify-content: space-between; align-items: end; }
.hero-footer p { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.round-link { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; transition: .35s var(--ease); }
.round-link:hover { color: var(--black); background: var(--white); transform: rotate(-45deg); }
.sound-lock { position: absolute; z-index: 2; width: 54px; height: 54px; border: 1px solid #ff2b1f; border-radius: 50%; display: inline-grid; place-items: center; color: var(--white); cursor: default; opacity: 1; outline: none; }
.sound-lock svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; animation: lockBreathe 3.4s ease-in-out infinite; }
.sound-tooltip { position: absolute; left: 50%; bottom: calc(100% + 12px); width: max-content; max-width: 190px; padding: 8px 10px 9px; color: rgba(242,241,237,.82); background: rgba(8,8,8,.62); font: 8px/1.35 "DM Mono", monospace; letter-spacing: .08em; text-align: center; text-transform: uppercase; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .22s var(--ease), transform .22s var(--ease); }
.sound-lock:hover .sound-tooltip, .sound-lock:focus-visible .sound-tooltip { opacity: 1; transform: translate(-50%, 0); }
@keyframes lockBreathe { 0%, 100% { opacity: .66; } 50% { opacity: 1; } }
.hero-sound { left: var(--pad); bottom: 76px; }
.hero-index { position: absolute; z-index: 2; right: var(--pad); top: 106px; text-align: right; }
.manifesto { position: relative; background: var(--white); color: var(--black); min-height: 112vh; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.next-wave { position: relative; top: 4vh; width: 100%; text-align: center; }
.next-wave h2 { margin: 0; font-size: clamp(66px, 13.6vw, 217px); font-weight: 900; line-height: .74; letter-spacing: -.105em; text-transform: uppercase; }
.next-wave h2 span { display: block; }
.next-wave-status { margin: 18px 0 0; font-size: clamp(19px, 3.35vw, 54px); font-weight: 800; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.next-wave-location { margin: clamp(28px, 4.4vh, 48px) 0 0; opacity: .72; }
.next-wave-join { margin-top: clamp(52px, 7.5vh, 88px); display: flex; flex-direction: column; align-items: center; gap: 14px; }
.next-wave.is-active-event .next-wave-join { margin-top: clamp(40px, 5.8vh, 68px); }
.next-wave-join::before { content: ""; display: block; width: 56px; height: 1px; margin: 0 auto clamp(22px, 3vh, 34px); background: currentColor; opacity: .24; }
.next-wave-join a { display: inline-flex; gap: 10px; align-items: center; font: 10px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; opacity: .72; transition: opacity .2s ease-out; }
.next-wave-join a span { display: inline-block; transition: transform .2s ease-out; }
.next-wave-join a:hover { opacity: 1; }
.next-wave-join a:hover span { transform: translateX(4px); }
.gatherings { position: relative; background: var(--black); scroll-margin-top: 0; }
.gathering { position: relative; display: grid; grid-template-columns: 8% 1fr 22% 11%; gap: 20px; align-items: center; min-height: 178px; border-top: 1px solid var(--line); transition: color .35s ease, background-color .35s ease; }
.gathering:last-child { border-bottom: 1px solid var(--line); }
.gathering:hover { background: rgba(255,255,255,.055); color: var(--white); }
.gathering > * { position: relative; z-index: 1; }
.gathering-date { color: var(--gray); }
.gathering-title h3 { margin: 0; font-size: clamp(26px, 3.4vw, 56px); font-weight: 500; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.gathering-state { color: var(--gray); }
.gathering-state span { display: inline-block; transition: transform .35s var(--ease); }
.gathering:hover .gathering-state span { transform: translateX(8px); }
.wave-preview { position: fixed; z-index: 90; top: 0; left: 0; width: 180px; height: 180px; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.96); transition: opacity .24s var(--ease), transform .24s var(--ease); }
.wave-preview.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.wave-preview img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.community { background: var(--white); color: var(--black); }
.community { min-height: 115vh; padding: 130px var(--pad); display: flex; flex-direction: column; justify-content: center; background: var(--white); color: var(--black); overflow: hidden; }
.community-copy { margin-top: 13vh; }
.community-headline { margin: 0; text-transform: uppercase; }
.community-headline-line { display: block; font-size: clamp(72px, 14.2vw, 230px); font-weight: 900; line-height: .78; letter-spacing: -.105em; transition-duration: .65s; }
.community-headline-line:nth-child(2) { transition-delay: .1s; }
.community-text { max-width: 520px; margin: 12vh 0 0; font-size: clamp(24px, 2.35vw, 38px); font-weight: 700; line-height: 1.08; letter-spacing: -.045em; transition-duration: .65s; text-wrap: balance; }
.community-text-support { margin-top: 38px; max-width: 430px; font-size: clamp(18px, 1.7vw, 28px); font-weight: 500; line-height: 1.18; letter-spacing: -.032em; opacity: .68; }
.people { position: relative; min-height: 100vh; min-height: 100svh; padding: var(--pad); display: grid; place-items: center; overflow: hidden; background: var(--black); color: var(--white); isolation: isolate; }
.people-bg, .people-overlay { position: absolute; inset: 0; }
.people-bg { z-index: -2; background: var(--black); }
.people-video { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.1s var(--ease); }
.people.video-visible .people-video { opacity: 1; }
.people-overlay { z-index: -1; background: rgba(0,0,0,.38); pointer-events: none; }
.people-inner { position: relative; }
.people-closing { position: relative; top: 2.5vh; text-align: center; }
.people-closing h2 { margin: 0; font-size: clamp(48px, 9.2vw, 150px); font-weight: 900; line-height: .78; letter-spacing: -.105em; text-transform: uppercase; }
.people-closing p { margin: clamp(30px, 5vh, 56px) 0 0; color: rgba(242,241,237,.78); }
.people-sound { right: var(--pad); bottom: calc(var(--pad) + 72px + env(safe-area-inset-bottom)); }
.people-top-link { position: absolute; z-index: 4; right: var(--pad); top: auto; bottom: calc(var(--pad) + env(safe-area-inset-bottom)); touch-action: manipulation; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; }
.people-top-link::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; }
.people-links { position: absolute; z-index: 2; left: var(--pad); bottom: calc(var(--pad) + 18px + env(safe-area-inset-bottom)); display: flex; gap: clamp(34px, 4vw, 74px); color: var(--white); font-size: 11.5px; }
.people-links a { display: inline-flex; gap: 8px; align-items: center; opacity: .74; transition: opacity .2s ease-out; }
.people-links a span { display: inline-block; transition: transform .2s ease-out; }
.people-links a:hover { opacity: 1; }
.people-links a:hover span { transform: translateX(4px); }
.wave-placeholder { min-height: 100vh; padding: 42px var(--pad); display: flex; flex-direction: column; justify-content: space-between; background: var(--black); color: var(--white); }
.wave-archive-page .wave-placeholder::before { content: ""; display: block; flex: 0 0 calc(10px * 1.45); }
.wave-archive-page .wave-placeholder > a:first-child { position: fixed; z-index: 110; top: calc(42px + env(safe-area-inset-top)); left: var(--pad); color: var(--white); text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.wave-placeholder h1 { margin: 0; font-size: clamp(72px, 17vw, 260px); line-height: .75; letter-spacing: -.1em; text-transform: uppercase; }
.wave-placeholder p { margin: 0; text-align: right; }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease); }
.image-reveal.in-view { clip-path: inset(0); }
.image-reveal img { transition: transform 1.4s var(--ease); transform: scale(1.08); }
.image-reveal.in-view img { transform: scale(1); }
.cursor { position: fixed; z-index: 999; top: 0; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--white); pointer-events: none; mix-blend-mode: difference; transform: translate(-50%, -50%); transition: width .25s, height .25s; }
.cursor.big { width: 55px; height: 55px; }
.not-found { min-height: 100svh; padding: var(--pad); display: flex; flex-direction: column; justify-content: space-between; background: var(--black); color: var(--white); }
.not-found-main { flex: 1; display: grid; place-content: center; text-align: center; }
.not-found h1 { margin: 0; font-size: clamp(96px, 24vw, 360px); font-weight: 900; line-height: .72; letter-spacing: -.105em; }
.not-found p { margin: 24px 0 0; color: rgba(242,241,237,.78); }
.not-found a { width: fit-content; align-self: flex-start; opacity: .78; transition: opacity .22s var(--ease); }
.not-found a:hover { opacity: 1; }
@media (max-width: 760px) {
  :root { --pad: 18px; }
  .section-pad { padding-top: 95px; padding-bottom: 95px; }
  .site-header { grid-template-columns: 1fr auto; padding-top: 18px; mix-blend-mode: normal; }
  .menu-open .site-header { color: var(--black); }
  .header-meta { display: block; position: absolute; top: 19px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 7px; text-align: center; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; background: var(--white); color: var(--black); padding: 120px var(--pad) 40px; display: flex; flex-direction: column; gap: 4px; transform: translateY(-100%); transition: transform .7s var(--ease); }
  .site-nav a { font: 700 clamp(47px, 16vw, 80px)/.92 Inter, sans-serif; letter-spacing: -.07em; opacity: 1; }
  .menu-open .site-nav { transform: none; }
  .hero { position: relative; height: var(--initial-hero-height); min-height: var(--initial-hero-height); max-height: var(--initial-hero-height); overflow: hidden; }
  .hero-media { position: absolute; inset: 0; width: 100%; height: var(--initial-hero-height); min-height: 0; max-height: none; overflow: hidden; transform: none; animation: none; transition: none; }
  .hero-media picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; transform: none; }
  .hero-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 36% 22%; transform: none !important; scale: none !important; animation: none !important; transition: opacity 1.1s var(--ease); will-change: auto; }
  .hero-shade { background: rgba(0,0,0,.45); }
  .hero-kicker { top: 114px; max-width: 160px; font-size: 11px; }
  .hero-index { display: block; top: 84px; max-width: 125px; line-height: 1.45; }
  .hero-logo { top: 38%; left: 58%; width: 62vw; transform: translate(-50%, -50%) rotate(-2deg); }
  .hero-logo img { opacity: .7; }
  .hero-footer { bottom: calc(18px + env(safe-area-inset-bottom)); }
  .hero-footer p { font-size: 11px; line-height: 1.15; }
  .hero-sound { bottom: calc(70px + env(safe-area-inset-bottom)); font-size: 8px; }
  .sound-lock { width: 48px; height: 48px; }
  .sound-lock svg { width: 15px; height: 15px; }
  .sound-tooltip { bottom: calc(100% + 10px); width: max-content; max-width: min(240px, calc(100vw - 32px)); font-size: 7px; line-height: 1.35; white-space: normal; }
  .hero-sound .sound-tooltip { left: 0; transform: translate(0, 4px); }
  .hero-sound:hover .sound-tooltip, .hero-sound:focus-visible .sound-tooltip { transform: translate(0, 0); }
  .people-sound .sound-tooltip { right: 0; left: auto; transform: translate(0, 4px); }
  .people-sound:hover .sound-tooltip, .people-sound:focus-visible .sound-tooltip { transform: translate(0, 0); }
  .round-link { width: 46px; height: 46px; }
  .manifesto { min-height: 100svh; }
  .next-wave { top: 3.5vh; }
  .next-wave h2 { font-size: 23vw; line-height: .78; }
  .next-wave-status { margin-top: 14px; font-size: 6.4vw; }
  .next-wave-join { margin-top: 9vh; }
  .community { position: relative; min-height: 100svh; padding-top: 95px; padding-bottom: 95px; }
  .community > .section-label { position: absolute; top: 95px; left: var(--pad); }
  .community-copy { margin-top: 18vh; }
  .community-headline { width: 100%; max-width: 100%; box-sizing: border-box; }
  .community-headline-line { display: block; font-size: clamp(36px, 11.7vw, 48px); line-height: .84; letter-spacing: -.1em; white-space: nowrap; overflow-wrap: normal; }
  .community-text { max-width: 420px; margin-top: 13vh; font-size: 24px; line-height: 1.12; }
  .community-text-support { margin-top: 30px; max-width: 330px; font-size: 19px; line-height: 1.24; }
  .people { display: block; height: auto; min-height: calc(100svh + 80px); padding: 0 18px calc(80px + env(safe-area-inset-bottom)); }
  .people-inner { position: relative; width: 100%; min-height: 100svh; display: flex; align-items: center; justify-content: center; }
  .people-closing { position: absolute; left: 0; right: 0; top: 50svh; bottom: auto; width: 100%; max-width: 100%; box-sizing: border-box; margin: 0 auto; padding-left: 0; padding-right: 0; text-align: center; overflow-wrap: normal; transform: translateY(-50%); align-self: auto; }
  .people-closing h2 { font-size: 14.2vw; line-height: .84; }
  .people-closing p { margin-top: 34px; }
  .people-top-link { top: auto; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); }
  .people-sound { right: 18px; bottom: calc(78px + env(safe-area-inset-bottom)); font-size: 8px; }
  .people-top-link::before { inset: -10px; }
  .people-links { left: 18px; right: auto; bottom: calc(38px + env(safe-area-inset-bottom)); width: max-content; max-width: calc(100vw - 112px); flex-direction: column; gap: 12px; font-size: 11px; }
  .people-links a { width: fit-content; opacity: .78; }
  .section-head { margin-bottom: 50px; }
  .gathering { grid-template-columns: 1fr; gap: 15px; min-height: 208px; padding: 30px 0; }
  .gathering-no { align-self: start; padding-top: 22px; }
  .gathering-no { padding-top: 0; }
  .gathering-date { color: var(--gray); }
  .gathering-title h3 { font-size: 23px; }
  .gathering-state { color: var(--gray); }
  .wave-preview { display: none; }
  .cursor { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image { opacity: 1; animation: none; transition: none; }
  .people-video { opacity: 1; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
