:root {
  --background: 0 0% 0%;
  --foreground: 0 0% 100%;
  --card: 0 0% 6%;
  --card-foreground: 0 0% 100%;
  --primary: 0 0% 100%;
  --primary-foreground: 0 0% 4%;
  --secondary: 0 0% 10%;
  --secondary-foreground: 0 0% 100%;
  --muted: 0 0% 10%;
  --muted-foreground: 240 4% 66%;
  --border: 0 0% 18%;
  --ring: 0 0% 100%;
  --radius: .5rem;
  --display: "Instrument Serif", Georgia, serif;
  --body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  color-scheme: dark;
  font-family: var(--body);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: var(--body);
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
::selection { background: #fff; color: #000; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  display: grid;
  width: min(1280px, calc(100% - 48px));
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px 0;
  transform: translateX(-50%);
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header[data-elevated="true"] {
  top: 12px;
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(0,0,0,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 16px 48px rgba(0,0,0,.28);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}
.brand {
  justify-self: start;
  font-family: var(--display);
  font-size: 31px;
  letter-spacing: -.025em;
  line-height: 1;
}
.site-header nav { display: flex; gap: clamp(24px, 3vw, 42px); }
.site-header nav a {
  color: rgba(255,255,255,.84);
  font-size: 13px;
  transition: color .2s ease;
}
.site-header nav a:hover { color: #fff; }
.header-cta {
  min-height: 42px;
  justify-self: end;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 42px;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { background: rgba(255,255,255,.08); transform: scale(1.03); }

.liquid-glass {
  position: relative;
  overflow: hidden;
  border: 0;
  background: rgba(255,255,255,.01);
  background-blend-mode: luminosity;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.liquid-glass::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.15) 20%, transparent 40%, transparent 60%, rgba(255,255,255,.15) 80%, rgba(255,255,255,.45) 100%);
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.section-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s ease;
}
.media-fallback .section-media { opacity: 0; }
.overline {
  color: hsl(var(--muted-foreground));
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
}

main > .scene {
  --scene-entry-y: 9svh;
  --scene-entry-z: -460px;
  --scene-entry-pitch: 5deg;
  --scene-entry-scale: .72;
  --scene-exit-y: 20svh;
  --scene-exit-z: 280px;
  --scene-exit-pitch: -12deg;
  --scene-exit-scale: 1.16;
  --scene-media-scale: 1.14;
  --scene-spring: cubic-bezier(.2, .72, .2, 1);
  --scene-pivot: cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: hidden;
  overflow: clip;
  isolation: isolate;
  perspective: 900px;
  perspective-origin: var(--scene-perspective-x) 42svh;
}
main > .scene:nth-child(odd) {
  --scene-entry-x: max(-82vw, -760px);
  --scene-entry-yaw: 30deg;
  --scene-exit-x: max(-34vw, -420px);
  --scene-exit-yaw: -14deg;
  --scene-detail-x: max(-7vw, -88px);
  --scene-detail-yaw: 7deg;
  --scene-media-x: min(14vw, 170px);
  --scene-media-exit-x: max(-8vw, -100px);
  --scene-stack-left: 0%;
  --scene-stack-before: translate3d(-44%, 0, -240px) rotateY(36deg) scale3d(.68, .9, 1);
  --scene-stack-active: translate3d(-86%, 0, 80px) rotateY(8deg) scale3d(.92, 1, 1);
  --scene-before-clip: inset(4% 44% 4% 0 round 34px);
  --scene-after-clip: inset(6% 0 6% 54% round 28px);
  --scene-stage-origin: 100% 42%;
  --scene-perspective-x: 20%;
  --scene-curtain-origin: 100% 50%;
}
main > .scene:nth-child(even) {
  --scene-entry-x: min(82vw, 760px);
  --scene-entry-yaw: -30deg;
  --scene-exit-x: min(34vw, 420px);
  --scene-exit-yaw: 14deg;
  --scene-detail-x: min(7vw, 88px);
  --scene-detail-yaw: -7deg;
  --scene-media-x: max(-14vw, -170px);
  --scene-media-exit-x: min(8vw, 100px);
  --scene-stack-left: 100%;
  --scene-stack-before: translate3d(-56%, 0, -240px) rotateY(-36deg) scale3d(.68, .9, 1);
  --scene-stack-active: translate3d(-14%, 0, 80px) rotateY(-8deg) scale3d(.92, 1, 1);
  --scene-before-clip: inset(4% 0 4% 44% round 34px);
  --scene-after-clip: inset(6% 54% 6% 0 round 28px);
  --scene-stage-origin: 0% 42%;
  --scene-perspective-x: 80%;
  --scene-curtain-origin: 0% 50%;
}
main > .scene::before {
  position: absolute;
  z-index: 5;
  top: 6svh;
  bottom: 6svh;
  left: var(--scene-stack-left);
  width: min(48vw, 560px);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: clamp(22px, 4vw, 48px);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.2) 0 1px, transparent 1px 13%),
    radial-gradient(circle at 50% 14%, rgba(255,255,255,.24), transparent 38%),
    linear-gradient(145deg, rgba(58,58,58,.96), rgba(5,5,5,.98) 64%);
  box-shadow:
    0 0 0 12px rgba(255,255,255,.025),
    0 0 0 24px rgba(255,255,255,.015),
    0 44px 140px rgba(0,0,0,.82);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: var(--scene-stack-before);
  transform-style: preserve-3d;
}
main > .scene::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale3d(.02, 1, 1);
  transform-origin: var(--scene-curtain-origin);
}
main > .scene:nth-child(odd)::after {
  background: linear-gradient(90deg, #000 0%, #000 62%, rgba(0,0,0,.9) 78%, rgba(0,0,0,.32) 94%, transparent 100%);
}
main > .scene:nth-child(even)::after {
  background: linear-gradient(270deg, #000 0%, #000 62%, rgba(0,0,0,.9) 78%, rgba(0,0,0,.32) 94%, transparent 100%);
}
.scene-stage {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
  transform-origin: var(--scene-stage-origin);
  transform-style: preserve-3d;
}
.tagline-content {
  display: flex;
  width: min(920px, 100%);
  flex-direction: column;
  align-items: center;
}
.statement > .scene-stage,
.join > .scene-stage {
  display: flex;
  width: 100%;
  justify-content: center;
}

.scene-transitions-ready main > .scene .scene-stage {
  transition:
    transform 1100ms var(--scene-spring),
    opacity 420ms var(--ease-out),
    clip-path 960ms var(--scene-spring);
}
.scene-transitions-ready main > .scene .scene-stage > * {
  transition:
    transform 760ms var(--scene-spring),
    opacity 420ms var(--ease-out);
}
.scene-transitions-ready main > .scene::before {
  transition:
    transform 1100ms var(--scene-spring),
    opacity 720ms var(--ease-out);
}
.scene-transitions-ready main > .scene::after {
  transition:
    transform 1020ms var(--scene-spring),
    opacity 760ms var(--ease-out);
}
.scene-transitions-ready main > .scene > .section-media {
  transition: transform 1100ms var(--scene-spring), opacity .4s ease;
}

.scene-transitions-ready main > .scene[data-scene-state="before"] .scene-stage {
  opacity: .14;
  clip-path: var(--scene-before-clip);
  transform:
    translate3d(var(--scene-entry-x), var(--scene-entry-y), var(--scene-entry-z))
    rotateY(var(--scene-entry-yaw))
    rotateX(var(--scene-entry-pitch))
    scale(var(--scene-entry-scale));
}
.scene-transitions-ready main > .scene[data-scene-state="before"] .scene-stage > * {
  opacity: .12;
  transform:
    translate3d(var(--scene-detail-x), 44px, -90px)
    rotateY(var(--scene-detail-yaw))
    scale(.92);
}
.scene-transitions-ready main > .scene[data-scene-state="before"]::before {
  opacity: .82;
  transform: var(--scene-stack-before);
}
.scene-transitions-ready main > .scene[data-scene-state="before"]::after {
  opacity: .86;
  transform: scale3d(1, 1, 1);
}
.scene-transitions-ready main > .scene[data-scene-state="before"] > .section-media {
  transform: translate3d(var(--scene-media-x), 0, 0) scale(var(--scene-media-scale));
}

.scene-transitions-ready main > .scene[data-scene-state="active"] .scene-stage {
  opacity: 1;
  clip-path: inset(0 round 0);
  transform: translate3d(0, 0, 0) rotateY(0) rotateX(0) scale(1);
  transition-delay: 70ms, 0ms, 40ms;
}
.scene-transitions-ready main > .scene[data-scene-state="active"] .scene-stage > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateY(0) scale(1);
}
.scene-transitions-ready main > .scene[data-scene-state="active"] .scene-stage > :nth-child(1) { transition-delay: 60ms; }
.scene-transitions-ready main > .scene[data-scene-state="active"] .scene-stage > :nth-child(2) { transition-delay: 110ms; }
.scene-transitions-ready main > .scene[data-scene-state="active"] .scene-stage > :nth-child(3) { transition-delay: 160ms; }
.scene-transitions-ready main > .scene[data-scene-state="active"] .scene-stage > :nth-child(4) { transition-delay: 210ms; }
.scene-transitions-ready main > .scene[data-scene-state="active"]::before {
  opacity: 0;
  transform: var(--scene-stack-active);
  transition-delay: 0ms, 120ms;
}
.scene-transitions-ready main > .scene[data-scene-state="active"]::after {
  opacity: 0;
  transform: scale3d(.02, 1, 1);
  transition-delay: 0ms, 70ms;
}
.scene-transitions-ready main > .scene[data-scene-state="active"] > .section-media {
  transform: translate3d(0, 0, 0) scale(1);
}

.scene-transitions-ready main > .scene[data-scene-state="after"] .scene-stage {
  opacity: .26;
  clip-path: var(--scene-after-clip);
  transform:
    translate3d(var(--scene-exit-x), var(--scene-exit-y), var(--scene-exit-z))
    rotateY(var(--scene-exit-yaw))
    rotateX(var(--scene-exit-pitch))
    scale(var(--scene-exit-scale));
  transition-timing-function: var(--scene-pivot), var(--ease-out), var(--scene-pivot);
  transition-duration: 720ms, 560ms, 680ms;
}
.scene-transitions-ready main > .scene[data-scene-state="after"] .scene-stage > * {
  opacity: .7;
  transform: translate3d(0, 54px, 80px) rotateY(0) scale(1.04);
  transition-delay: 0ms;
}
.scene-transitions-ready main > .scene[data-scene-state="after"]::before {
  opacity: 0;
  transform: var(--scene-stack-active);
}
.scene-transitions-ready main > .scene[data-scene-state="after"]::after {
  opacity: .82;
  transform: scale3d(1, 1, 1);
  transition-timing-function: var(--scene-pivot), var(--ease-out);
}
.scene-transitions-ready main > .scene[data-scene-state="after"] > .section-media {
  transform: translate3d(var(--scene-media-exit-x), 0, 0) scale(1.08);
}
.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 150px 24px 170px;
  background: #050505;
}
.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28), transparent 34%),
    linear-gradient(to top, #000 0%, rgba(0,0,0,.72) 36%, transparent 64%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1120px, 100%);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero h1 {
  max-width: 1100px;
  margin-top: 22px;
  font-family: var(--display);
  font-size: clamp(58px, 8vw, 116px);
  font-weight: 400;
  letter-spacing: -2.46px;
  line-height: .95;
}
.hero h1 em, .tagline h2 em, .statement h2 em, .blog-heading h2 em { color: #fff; font-weight: 400; }
.hero-lede {
  max-width: 720px;
  margin-top: 30px;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}
.hero .overline,
.join .overline {
  color: rgba(255,255,255,.78);
  text-shadow: 0 2px 18px rgba(0,0,0,.72);
}
.hero-cta {
  min-height: 58px;
  margin-top: 42px;
  border-radius: 999px;
  padding: 0 54px;
  font-size: 15px;
  line-height: 58px;
  transition: transform .2s ease, background .2s ease;
}
.hero-cta:hover { background: rgba(255,255,255,.08); transform: scale(1.03); }

.tagline {
  display: flex;
  min-height: 70vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 24px;
  background: #000;
  text-align: center;
}
.tagline h2 {
  max-width: 920px;
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(48px, 6.6vw, 92px);
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 1.04;
}
.tagline-copy {
  max-width: 650px;
  margin-top: 34px;
  color: hsl(var(--muted-foreground));
  font-size: 16px;
  line-height: 1.75;
}

.feature-section {
  padding: 0 24px 140px;
  background: #000;
}
.feature-split {
  display: grid;
  width: min(1280px, 100%);
  min-height: 620px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 auto;
}
.feature-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: clamp(34px, 4.5vw, 60px);
  background: hsl(var(--card));
}
.feature-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 34px;
  border: 1px solid hsl(var(--border));
  border-radius: 50%;
}
.feature-panel h2 {
  margin-top: 16px;
  font-family: var(--display);
  font-size: clamp(54px, 5.5vw, 82px);
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: .96;
}
.feature-thesis {
  max-width: 500px;
  margin-top: 26px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.12;
}
.feature-description {
  max-width: 520px;
  margin-top: 17px;
  color: hsl(var(--muted-foreground));
  font-size: 14px;
  line-height: 1.65;
}
.feature-stack {
  margin-top: 20px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.55;
  text-transform: uppercase;
}
.feature-controls { margin-top: 48px; }
.feature-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-tab {
  min-height: 36px;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  padding: 0 13px;
  background: transparent;
  color: hsl(var(--muted-foreground));
  font-size: 11px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.feature-tab:hover { color: #fff; }
.feature-tab.is-active {
  border-color: #fff;
  background: #fff;
  color: #0a0a0a;
}
.feature-progress {
  width: 100%;
  height: 2px;
  margin: 28px 0 26px;
  overflow: hidden;
  border-radius: 999px;
  background: hsl(var(--border));
}
.feature-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  transition: width .42s var(--ease-out);
}
.feature-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 13px;
  transition: transform .2s ease, background .2s ease;
}
.feature-link:hover { background: rgba(255,255,255,.08); transform: scale(1.03); }
.feature-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 20px;
  background: #0b0b0b;
}
.feature-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.58), transparent 34%);
  content: "";
  pointer-events: none;
}
.feature-media-label {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.feature-media-label strong { font-weight: 500; }

.statement {
  position: relative;
  display: flex;
  min-height: 90vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 130px 24px;
  background: #030303;
}
.statement-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0,0,0,.34), rgba(0,0,0,.74) 70%), linear-gradient(to top, #000, transparent 42%);
}
.statement-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1080px, 100%);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.statement h2 {
  margin-top: 22px;
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 98px);
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 1.02;
}
.statement-copy {
  max-width: 720px;
  margin-top: 30px;
  color: hsl(var(--muted-foreground));
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}
.stats {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 52px;
}
.stats div { min-width: 0; }
.stats strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
}
.stats span {
  display: block;
  margin-top: 12px;
  color: hsl(var(--muted-foreground));
  font-size: 12px;
  line-height: 1.55;
}
.statement-link {
  min-height: 52px;
  margin-top: 46px;
  border-radius: 999px;
  padding: 0 30px;
  font-size: 13px;
  line-height: 52px;
  transition: transform .2s ease, background .2s ease;
}
.statement-link:hover { background: rgba(255,255,255,.08); transform: scale(1.03); }

.blog-section {
  padding: 148px 24px;
  background: #000;
}
.blog-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}
.blog-heading {
  display: grid;
  grid-template-columns: .62fr 1.35fr .86fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-bottom: 56px;
}
.blog-heading h2 {
  font-family: var(--display);
  font-size: clamp(50px, 5.8vw, 80px);
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1;
}
.blog-heading-copy {
  max-width: 390px;
  color: hsl(var(--muted-foreground));
  font-size: 14px;
  line-height: 1.7;
}
.blog-card {
  display: grid;
  width: min(920px, 100%);
  min-height: 420px;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  border-radius: 20px;
  margin: 0 auto;
  background: hsl(var(--card));
  transition: border-color .35s ease;
}
.blog-card:hover { border-color: rgba(255,255,255,.42); }
.blog-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(32px, 4vw, 52px);
}
.blog-card-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  color: hsl(var(--muted-foreground));
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.blog-card-number {
  color: #fff;
  font-family: var(--display);
  font-size: 42px;
  letter-spacing: 0;
  line-height: .8;
}
.blog-original-title {
  margin-top: auto;
  padding-top: 48px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  letter-spacing: .08em;
}
.blog-card h3 {
  max-width: 650px;
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -1.25px;
  line-height: .98;
}
.blog-card-summary {
  max-width: 580px;
  margin-top: 28px;
  color: hsl(var(--muted-foreground));
  font-size: 14px;
  line-height: 1.7;
}
.blog-read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  padding-top: 36px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
}
.blog-read span {
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
  transition: transform .35s var(--ease-out);
}
.blog-card:hover .blog-read span { transform: translate(4px, -4px); }
.blog-card-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin: 0;
  background: #f1f1ef;
}
.blog-card-media::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(to top, rgba(0,0,0,.36), transparent);
  content: "";
  pointer-events: none;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .8s var(--ease-out);
}
.blog-card:hover .blog-card-media img { transform: scale(1.025); }
.blog-card-media figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: rgba(255,255,255,.84);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.join {
  position: relative;
  display: flex;
  min-height: 90vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 130px 24px;
  background: #040404;
}
.join-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.64)), linear-gradient(to top, #000, transparent 38%);
}
.join-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(900px, 100%);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.join h2 {
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(64px, 8vw, 116px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: .95;
}
.join-content > p:not(.overline) {
  max-width: 650px;
  margin-top: 26px;
  color: hsl(var(--muted-foreground));
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}
.join-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}
.join-primary, .join-secondary {
  min-height: 52px;
  border-radius: 999px;
  padding: 0 30px;
  font-size: 13px;
  line-height: 52px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.join-primary:hover { background: rgba(255,255,255,.08); transform: scale(1.03); }
.join-secondary {
  border: 1px solid hsl(var(--border));
  color: hsl(var(--muted-foreground));
}
.join-secondary:hover { border-color: rgba(255,255,255,.48); color: #fff; }

footer {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid hsl(var(--border));
  padding: 72px 0 34px;
  background: #000;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  gap: 72px;
  margin-bottom: 72px;
}
.footer-grid h2 {
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 1.04;
}
.footer-grid nav { display: grid; align-content: start; gap: 13px; }
.footer-grid nav a {
  width: fit-content;
  color: hsl(var(--muted-foreground));
  font-size: 13px;
  text-transform: capitalize;
  transition: color .2s ease;
}
.footer-grid nav a:hover { color: #fff; }
.footer-follow p { color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.6; }
.footer-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 22px;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 13px;
  transition: transform .2s ease, background .2s ease;
}
.footer-button:hover { background: rgba(255,255,255,.08); transform: scale(1.03); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid hsl(var(--border));
  padding-top: 28px;
  color: hsl(var(--muted-foreground));
  font-size: 11px;
}
.footer-brand { color: #fff; font-family: var(--display); font-size: 24px; }
.footer-bottom > div { display: flex; gap: 18px; }
.footer-bottom a:hover { color: #fff; }

.animate-fade-rise { animation: fade-rise .8s ease-out both; }
.animate-fade-rise-delay { animation: fade-rise .8s ease-out .2s both; }
.animate-fade-rise-delay-2 { animation: fade-rise .8s ease-out .4s both; }
@keyframes fade-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid hsl(var(--ring)); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { padding-inline: 18px; }
  .feature-section { padding-inline: 16px; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-media { min-height: 520px; }
  .blog-section { padding-inline: 16px; }
  .blog-heading { grid-template-columns: 1fr; }
  .blog-heading-copy { max-width: 620px; }
  .blog-card { max-width: 520px; grid-template-columns: 1fr; }
  .blog-card-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
    order: -1;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-follow { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  main > .scene {
    --scene-entry-y: 7svh;
    --scene-entry-z: -300px;
    --scene-entry-pitch: 3deg;
    --scene-entry-scale: .78;
    --scene-exit-y: 14svh;
    --scene-exit-z: 180px;
    --scene-exit-pitch: -8deg;
    --scene-exit-scale: 1.1;
    --scene-media-scale: 1.1;
    perspective: 720px;
  }
  main > .scene:nth-child(odd) {
    --scene-entry-x: -88vw;
    --scene-entry-yaw: 22deg;
    --scene-exit-x: -42vw;
    --scene-exit-yaw: -10deg;
    --scene-detail-x: -10vw;
    --scene-detail-yaw: 5deg;
    --scene-media-x: 12vw;
    --scene-media-exit-x: -6vw;
    --scene-before-clip: inset(3% 36% 3% 0 round 24px);
    --scene-after-clip: inset(4% 0 4% 42% round 22px);
    --scene-perspective-x: 22%;
  }
  main > .scene:nth-child(even) {
    --scene-entry-x: 88vw;
    --scene-entry-yaw: -22deg;
    --scene-exit-x: 42vw;
    --scene-exit-yaw: 10deg;
    --scene-detail-x: 10vw;
    --scene-detail-yaw: -5deg;
    --scene-media-x: -12vw;
    --scene-media-exit-x: 6vw;
    --scene-before-clip: inset(3% 0 3% 36% round 24px);
    --scene-after-clip: inset(4% 42% 4% 0 round 22px);
    --scene-perspective-x: 78%;
  }
  main > .scene::before { top: 4svh; bottom: 4svh; width: 64vw; }
  .scene-transitions-ready main > .scene[data-scene-state] .scene-stage {
    clip-path: none;
    transition-property: transform, opacity;
  }
  .site-header { width: calc(100% - 24px); padding-top: 18px; }
  .site-header[data-elevated="true"] { top: 8px; }
  .brand { font-size: 25px; }
  .header-cta { min-height: 42px; padding: 0 16px; font-size: 12px; }
  .hero { min-height: 100svh; padding: 128px 18px 100px; }
  .hero h1 { margin-top: 20px; font-size: clamp(48px, 15.5vw, 68px); letter-spacing: -1.35px; }
  .hero-lede { margin-top: 24px; font-size: 15px; line-height: 1.6; }
  .hero-cta { min-height: 54px; margin-top: 34px; padding: 0 36px; line-height: 54px; }
  .overline { font-size: 10px; letter-spacing: .22em; }
  .tagline { min-height: 72vh; padding: 100px 20px; }
  .tagline h2 { font-size: clamp(44px, 13vw, 58px); letter-spacing: -1.1px; }
  .tagline-copy { font-size: 15px; }
  .feature-section { padding-bottom: 100px; }
  .feature-panel { padding: 34px 24px; }
  .feature-panel h2 { font-size: 56px; }
  .feature-thesis { font-size: 27px; }
  .feature-tabs { gap: 7px; }
  .feature-tab { min-height: 38px; padding-inline: 12px; }
  .feature-link { width: 100%; justify-content: center; }
  .feature-media { min-height: 440px; }
  .statement, .join { min-height: 90svh; padding: 104px 20px; }
  .statement h2 { font-size: clamp(50px, 14vw, 64px); letter-spacing: -1.2px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }
  .stats strong { font-size: clamp(30px, 10vw, 42px); }
  .blog-section { padding-block: 100px; }
  .blog-heading { gap: 22px; margin-bottom: 36px; }
  .blog-heading h2 { font-size: clamp(46px, 13vw, 58px); letter-spacing: -1px; }
  .blog-card-copy { padding: 32px 24px 36px; }
  .blog-original-title { padding-top: 40px; }
  .blog-card h3 { font-size: 38px; letter-spacing: -.7px; }
  .join h2 { font-size: clamp(62px, 17vw, 78px); }
  .join-actions { width: 100%; flex-direction: column; }
  .join-primary, .join-secondary { width: 100%; }
  footer { width: calc(100% - 40px); padding-top: 56px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; margin-bottom: 54px; }
  .footer-follow { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .animate-fade-rise,
  .animate-fade-rise-delay,
  .animate-fade-rise-delay-2,
  .reveal,
  .feature-progress span,
  .scene-stage,
  .blog-card,
  .blog-card-media img,
  .blog-read span { animation: none; opacity: 1; transform: none; transition: none; }
  .scene-stage { clip-path: none; }
  .scene-transitions-ready main > .scene .scene-stage > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  main > .scene > .section-media { animation: none; transform: none; transition: none; }
  main > .scene::before,
  main > .scene::after { display: none; }
}

@supports not ((backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px))) {
  .liquid-glass, .site-header[data-elevated="true"] { background: rgba(12,12,12,.9); }
}
