:root {
  --ink: #11110f;
  --paper: #f5f5f2;
  --acid: #c8ff00;
  --line: rgba(17, 17, 15, .17);
  --mono: "DM Mono", monospace;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: clip;
}
body.is-loading { height: 100vh; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 26px 32px;
  color: #f5f3ec;
  background: #11110f;
  transition: clip-path 1s cubic-bezier(.76, 0, .24, 1), visibility 0s 1s;
  clip-path: inset(0);
}
.loader.is-complete { clip-path: inset(0 0 100% 0); visibility: hidden; }
.loader__top, .loader__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 400 11px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.loader__track { width: min(35vw, 440px); height: 1px; background: #444; }
.loader__bottom { justify-content: center; }
.loader__track i { display: block; width: 0; height: 100%; background: var(--acid); }
.counter-scene {
  position: relative;
  display: grid;
  place-items: center;
  perspective: 500px;
  overflow: hidden;
}
.counter-ring {
  position: absolute;
  width: min(42vw, 510px);
  aspect-ratio: 1;
  border: 1px solid #41413e;
  border-radius: 50%;
  transform: rotateX(68deg);
  box-shadow: 0 0 0 40px rgba(255,255,255,.015), 0 0 0 80px rgba(255,255,255,.01);
}
.counter {
  z-index: 2;
  font-size: clamp(110px, 24vw, 360px);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .8;
  transform: translateX(-.05em);
  font-variant-numeric: tabular-nums;
}
.counter-ghost {
  position: absolute;
  color: #444440;
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 800;
  letter-spacing: -.08em;
  filter: blur(1px);
}
.counter-ghost--top { top: 4%; transform: rotateX(-55deg) scaleY(.7); }
.counter-ghost--bottom { bottom: 4%; transform: rotateX(55deg) scaleY(.7); }

.plus-field { position: fixed; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.plus {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: auto;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .3s;
  opacity: .32;
}
.plus::before, .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.5);
}
.plus::before { transform: translate(-50%, -50%); }
.plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.plus:hover, .plus.is-near { transform: rotate(45deg) scale(1.2); opacity: .9; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 32px;
  color: #fff;
  mix-blend-mode: difference;
}
.logo { justify-self: start; font-size: 20px; font-weight: 900; letter-spacing: -.08em; }
.logo span { color: var(--acid); }
.site-header nav { display: flex; gap: 32px; }
.site-header nav a, .availability { font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.site-header nav a::after, .footer__bottom a::after {
  content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: currentColor; transition: width .25s;
}
.site-header nav a:hover::after, .footer__bottom a:hover::after { width: 100%; }
.site-header sup { color: var(--acid); }
.availability { justify-self: end; display: flex; align-items: center; gap: 9px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); animation: blink 1.5s infinite; }
@keyframes blink { 50% { opacity: .25; } }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 95px 32px 28px;
  color: white;
  background: #151513;
  overflow: hidden;
}
.hero > * { z-index: 2; }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background: radial-gradient(circle at 70% 25%, #3b3b35 0, transparent 38%);
}
.hero__eyebrow {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.25);
  padding-top: 10px;
  font: 400 10px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.wordmark { position: relative; align-self: center; width: min(92vw, 1120px); cursor: crosshair; }
#physics { display: block; width: 100%; height: auto; touch-action: none; }
.reveal-label {
  position: absolute;
  top: 86%;
  opacity: 0;
  transform: translate(-50%, 9px);
  color: var(--acid);
  font: 500 clamp(10px, 1.4vw, 15px)/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .15em;
  white-space: nowrap;
  pointer-events: none;
  transition: .25s ease;
}
.reveal-label.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal-label:nth-of-type(1) { left: 13.8%; }
.reveal-label:nth-of-type(2) { left: 37.5%; }
.reveal-label:nth-of-type(3) { left: 62.5%; }
.reveal-label:nth-of-type(4) { left: 85.5%; }
.hero__footer {
  position: relative;
  display: block;
  margin-top: -10px;
}
.hero__footer > p { max-width: 500px; margin: 0; font-size: clamp(18px, 2.2vw, 31px); line-height: 1.07; letter-spacing: -.04em; }
.hero__footer em { color: var(--acid); font-family: var(--sans); font-weight: 500; }
.round-link {
  justify-self: center;
  width: 126px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font: 400 10px/1.25 var(--mono);
  text-transform: uppercase;
  transition: color .3s, background .3s;
}
.round-link:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.round-link b { font-size: 20px; }
.scroll-alert {
  position: fixed;
  right: 32px;
  bottom: 28px;
  z-index: 80;
  width: 96px;
  color: white;
  background: #11110f;
  border-color: #11110f;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1), visibility 0s .7s, color .3s, background .3s;
}
.scroll-alert.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.scroll-note { text-align: right; font: 400 9px/1.45 var(--mono); text-transform: uppercase; }

.work { position: relative; z-index: 3; height: 500vh; padding: 100px 0 0; background: var(--paper); overflow: clip; }
.section-intro { height: 72vh; padding: 0 32px 9vh; display: grid; grid-template-columns: 1fr; align-items: end; margin: 0; }
.section-intro > div, .about__side { display: flex; gap: 24px; align-items: baseline; font: 400 10px/1 var(--mono); text-transform: uppercase; }
.index { font-size: 25px; font-weight: 500; }
.section-intro h2 { margin: 0; font-size: clamp(52px, 6.6vw, 100px); line-height: .88; letter-spacing: -.07em; }
.section-intro h2 { margin-left: 22vw; }
.section-intro h2 i { font-family: Georgia, serif; font-weight: 400; }
.section-intro > p { margin: 0; max-width: 240px; font: 400 11px/1.5 var(--mono); }
.project-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  perspective: 1400px;
}
.project-track {
  position: relative;
  width: min(68vw, 940px);
  height: min(65vh, 670px);
  overflow: visible;
  transform-style: preserve-3d;
  cursor: grab;
  touch-action: pan-y;
}
.project-track.is-dragging { cursor: grabbing; }
.project-card {
  position: absolute;
  inset: 0;
  width: 100%;
  transform-origin: center;
  will-change: transform, opacity, filter;
  transition: filter .35s, opacity .35s;
  pointer-events: auto;
}
.project-card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.view-chip {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  width: 132px;
  height: 76px;
  display: grid;
  place-items: center;
  padding: 0 6px 10px 34px;
  border: 0;
  color: #111;
  background: #f5f5f2;
  border-radius: 0 0 0 76px;
  font: 500 12px/1 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s, transform .25s;
}
.view-chip:hover { background: var(--acid); transform: scale(1.04); }
.view-chip.is-confirming {
  color: var(--ink);
  background: var(--acid);
  animation: view-confirm .42s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes view-confirm {
  0%, 100% { transform: translateX(0) rotate(0); }
  18% { transform: translateX(-7px) rotate(-3deg); }
  36% { transform: translateX(6px) rotate(2deg); }
  54% { transform: translateX(-4px) rotate(-1deg); }
  72% { transform: translateX(3px) rotate(1deg); }
}
.project-card__media { height: calc(100% - 56px); overflow: hidden; }
.project-card__meta { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--ink); font: 400 11px/1 var(--mono); text-transform: uppercase; }
.project-card__meta span:first-child { font: 700 20px/1 var(--sans); text-transform: none; }
.project-card__meta strong { font-size: 28px; }
.visual { position: relative; display: grid; place-items: center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .visual { transform: scale(.985); }
.visual--afterparty { background: #ff5c35; }
.visual--afterparty b { font-size: clamp(160px, 25vw, 390px); line-height: .7; letter-spacing: -.14em; transform: translateX(-.05em); }
.orbit { position: absolute; width: 58%; height: 58%; display: flex; justify-content: center; border: 2px solid; border-radius: 50%; padding-top: 12px; font: 500 13px/1 var(--mono); animation: orbit 12s linear infinite; }
.orbit--two { transform: rotate(90deg); animation-direction: reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.visual--ritual { background: #7057ff; color: #f3ff5c; }
.visual--ritual > span { position: absolute; font-size: clamp(80px, 11vw, 170px); font-weight: 900; line-height: .7; letter-spacing: -.1em; }
.visual--ritual > span:first-child { top: 10%; left: 5%; }
.visual--ritual > span:nth-child(2) { right: 5%; bottom: 8%; }
.ritual-eye { z-index: 2; width: 30%; aspect-ratio: 1.5; display: grid; place-items: center; border: 4px solid; border-radius: 100% 0 100% 0; transform: rotate(-45deg); background: #7057ff; }
.ritual-eye i { width: 38%; aspect-ratio: 1; border-radius: 50%; background: #f3ff5c; box-shadow: inset 0 0 0 20px #111; }
.visual--soft { background: var(--acid); }
.visual--soft > span { position: absolute; z-index: 2; font: 900 clamp(90px, 12vw, 190px)/.7 var(--sans); letter-spacing: -.1em; mix-blend-mode: difference; color: white; }
.visual--soft > span:first-child { top: 14%; left: 7%; }
.visual--soft > span:nth-child(2) { right: 7%; bottom: 12%; }
.chrome-ball { width: 38%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 24%, white 0, #777 8%, #111 30%, #ddd 46%, #333 65%, #fff 75%, #222 100%); box-shadow: 0 30px 40px #6e8900; }
.visual--other { background: #091f2c; color: #00d5ff; }
.portal { width: 45%; aspect-ratio: .7; border: 15px solid #00d5ff; border-radius: 50%; box-shadow: 0 0 40px #00d5ff, inset 0 0 40px #00d5ff; transform: rotate(12deg); }
.visual--other span { position: absolute; font-size: clamp(60px, 9vw, 140px); font-weight: 900; line-height: .75; letter-spacing: -.08em; text-align: center; mix-blend-mode: difference; color: white; }
.visual--qwiklearn { background: #08111e; }
.visual--qwiklearn img { width: 100%; height: 100%; object-fit: cover; }
.visual--cobble { padding: 40px; background: #ff7a59; }
.cobble-toolbar {
  position: absolute; top: 28px; left: 32px; right: 32px; height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 13px;
  border: 1px solid rgba(17,17,15,.25); border-radius: 8px; background: rgba(255,255,255,.22); font: 500 10px/1 var(--mono);
}
.cobble-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.cobble-toolbar span { margin-left: auto; }
.cobble-canvas { position: relative; width: 79%; height: 69%; margin-top: 44px; background: #f5f5f2; box-shadow: 18px 18px 0 #111; overflow: hidden; }
.cobble-type { position: absolute; top: 8%; left: 7%; font: 900 clamp(45px, 7vw, 105px)/.75 var(--sans); letter-spacing: -.09em; }
.cobble-selection { position: absolute; right: 7%; bottom: 18%; width: 42%; padding: 25px; border: 2px solid #4f46e5; color: #4f46e5; transform: rotate(-5deg); font: 500 13px/1 var(--mono); }
.cobble-selection i { position: absolute; width: 9px; height: 9px; background: white; border: 2px solid #4f46e5; }
.cobble-selection i:nth-of-type(1) { top: -6px; left: -6px; }
.cobble-selection i:nth-of-type(2) { top: -6px; right: -6px; }
.cobble-selection i:nth-of-type(3) { bottom: -6px; left: -6px; }
.cobble-selection i:nth-of-type(4) { bottom: -6px; right: -6px; }
.cobble-prompt { position: absolute; left: 7%; right: 7%; bottom: 5%; display: flex; justify-content: space-between; padding: 12px 15px; border-radius: 30px; color: white; background: #111; font: 400 10px/1 var(--mono); }
.visual--jsvobf { --split: 50%; display: block; background: #0d0f0b; color: #d7ff78; cursor: ew-resize; }
.code-pane { position: absolute; inset: 0; padding: 36px; overflow: hidden; background: #0d0f0b; }
.code-pane--after { color: #111; background: var(--acid); clip-path: inset(0 0 0 var(--split)); }
.code-pane > span { display: block; margin-bottom: 22px; font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.code-pane pre { margin: 0; font: 400 clamp(9px, 1vw, 13px)/1.5 var(--mono); white-space: pre-wrap; word-break: break-all; }
.code-divider { position: absolute; top: 0; bottom: 0; left: var(--split); width: 2px; background: white; transform: translateX(-1px); pointer-events: none; }
.code-divider i { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: white; background: #111; transform: translate(-50%,-50%); font-style: normal; }
.visual--jsvobf > small { position: absolute; z-index: 3; right: 18px; bottom: 16px; max-width: 280px; padding: 6px 8px; color: white; background: #111; font: 400 8px/1.35 var(--mono); }
.carousel-btn {
  position: absolute; top: 50%; z-index: 4; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); cursor: pointer; font-size: 18px; transition: transform .25s, color .25s, background .25s;
}
.carousel-btn:hover { transform: scale(1.08); color: white; background: var(--ink) !important; }
.carousel-btn--prev { left: 4vw; }
.carousel-btn--next { right: 4vw; }
.carousel-progress { position: absolute; left: 50%; bottom: 4vh; width: min(68vw, 940px); transform: translateX(-50%); display: flex; align-items: center; gap: 15px; font: 400 10px/1 var(--mono); }
.carousel-progress > i { flex: 1; height: 2px; background: var(--line); }
.carousel-progress > i::after { content: ""; display: block; width: 33.333%; height: 100%; background: var(--ink); transform: scaleX(var(--progress, 1)); transform-origin: left; transition: transform .4s; }

.about { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr; padding: 150px 32px; color: white; background: #11110f; }
.about__main { position: relative; margin-left: 18vw; }
.about__side { align-items: flex-start; padding-top: 13px; }
.about__statement { margin: 0 0 120px; max-width: 1150px; font-size: clamp(44px, 6.4vw, 98px); font-weight: 700; line-height: .96; letter-spacing: -.06em; }
.about__statement .scramble {
  display: inline-block;
  color: var(--acid);
  font-family: var(--sans);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.055em;
  white-space: nowrap;
  cursor: help;
}
.idea-receipt {
  position: absolute;
  z-index: 150;
  width: min(380px, calc(100vw - 24px));
  pointer-events: none;
  filter: drop-shadow(0 24px 35px rgba(0,0,0,.3));
}
.idea-receipt__slot {
  position: relative;
  z-index: 2;
  width: calc(100% + 18px);
  height: 15px;
  margin-left: -9px;
  border-radius: 8px;
  background: #090908;
  opacity: 0;
  transform: scaleX(.84);
  transition: opacity .2s, transform .35s;
}
.idea-receipt__paper {
  position: relative;
  height: min(58vh, 560px);
  margin: -3px 7px 0;
  padding: 15px 7px 38px;
  color: #111;
  background: transparent;
  overflow: hidden;
  perspective: 760px;
  opacity: 0;
  transform: scaleY(.015) translateY(-18px);
  transform-origin: top;
  transition:
    transform .72s cubic-bezier(.68,-.35,.78,.18),
    opacity .18s .35s;
}
.idea-receipt__paper::after {
  content: none;
}
.idea-receipt.is-printing .idea-receipt__slot { opacity: 1; transform: scaleX(1); }
.idea-receipt.is-printing .idea-receipt__paper {
  opacity: 1;
  transform: scaleY(1) translateY(0);
  transition:
    transform .8s steps(10, end),
    opacity .08s;
}
.idea-receipt__head,
.idea-receipt__foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px dashed #111;
  font: 500 9px/1 var(--mono);
  letter-spacing: .05em;
}
.idea-receipt__head,
.idea-receipt__foot { display: none; }
.idea-receipt__list {
  margin: 0;
  padding: 0 4px 70px;
  list-style: none;
  counter-reset: receipt;
  transition: transform .14s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
  transform-style: preserve-3d;
}
.idea-receipt__list li {
  counter-increment: receipt;
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  min-height: 42px;
  margin-top: -1px;
  padding: 12px 13px;
  border: 1px solid #111;
  border-radius: 3px;
  background: #f8f6ec;
  box-shadow: 2px 3px 0 rgba(17,17,15,.13);
  font: 500 11px/1.25 var(--mono);
  opacity: 0;
  transform-origin: 18px 0;
  transition: opacity .16s;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: visible;
}
.idea-receipt__list li.is-fed { opacity: 1; }
.idea-receipt__list li::before { content: counter(receipt, decimal-leading-zero); color: #777; }
.idea-receipt__list li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -4px;
  left: 14px;
  width: 7px;
  height: 7px;
  border: 1px solid #111;
  border-radius: 50%;
  background: var(--acid);
}
.idea-receipt__foot { justify-content: center; padding: 14px 0 0; border-top: 1px dashed #111; border-bottom: 0; }
.scribble { position: relative; white-space: nowrap; }
.scribble::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.05em; height: .05em; background: var(--acid); }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.portrait__face {
  position: relative; min-height: 520px; display: grid; place-items: center;
  background: #1c1c19;
  overflow: hidden;
}
.portrait__face::before { content: "</>"; font: 500 clamp(90px, 12vw, 180px)/1 var(--mono); letter-spacing: -.15em; transform: translateX(-.08em); color: #34342f; }
.portrait__face span { position: absolute; padding: 12px 18px; color: #111; background: var(--acid); font: 500 13px/1 var(--mono); }
.portrait__caption { display: flex; justify-content: space-between; padding-top: 12px; font: 400 10px/1.4 var(--mono); text-transform: uppercase; }
.about__copy > p { margin: 0 0 80px; max-width: 570px; font-size: clamp(23px, 2.5vw, 40px); line-height: 1.15; letter-spacing: -.035em; }
.services > span { display: block; margin-bottom: 18px; font: 400 10px/1 var(--mono); text-transform: uppercase; color: #999; }
.services ul { margin: 0; padding: 0; list-style: none; }
.services li { display: flex; gap: 25px; padding: 15px 0; border-top: 1px solid #444; font-size: 20px; }
.services li:last-child { border-bottom: 1px solid #444; }
.services b { font: 400 10px/2 var(--mono); color: var(--acid); }
.text-link { display: flex; justify-content: space-between; margin-top: 50px; padding-bottom: 10px; border-bottom: 1px solid; font-size: 19px; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(5px, -5px); }

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s ease, visibility 0s .35s;
}
.project-modal.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.project-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 8, 7, .76);
  backdrop-filter: blur(14px);
  cursor: pointer;
}
.project-modal__panel {
  position: relative;
  width: min(1180px, 94vw);
  height: min(720px, 88vh);
  display: grid;
  grid-template-columns: 58% 42%;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
  transform: translateY(24px) scale(.98);
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
.project-modal.is-open .project-modal__panel { transform: translateY(0) scale(1); }
.project-modal__media { min-width: 0; overflow: hidden; background: #ddd; }
.project-modal__media .visual { width: 100%; height: 100%; }
.project-modal__content {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(28px, 4vw, 58px);
  overflow-y: auto;
}
.project-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font: 300 25px/1 var(--sans);
  transition: color .25s, background .25s, transform .25s;
}
.project-modal__close:hover { color: white; background: var(--ink); transform: rotate(90deg); }
.project-modal__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-right: 45px;
}
.project-modal__heading h3 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: .9;
  letter-spacing: -.065em;
}
.project-modal__index { font: 500 14px/1 var(--mono); }
.project-modal__details { align-self: center; max-width: 410px; }
.project-modal__details p { margin: 0 0 26px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.28; letter-spacing: -.025em; }
.project-modal__tech { font: 400 10px/1.4 var(--mono); text-transform: uppercase; }
.project-modal__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.project-modal__links a { padding: 10px 13px; border: 1px solid var(--line); border-radius: 30px; font: 500 9px/1 var(--mono); text-transform: uppercase; transition: color .2s, background .2s; }
.project-modal__links a:hover { color: white; background: var(--ink); }
.project-modal__nav { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.project-modal__nav button {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: 400 11px/1 var(--mono);
  text-transform: uppercase;
}
.project-modal__next { border-left: 1px solid var(--line) !important; padding-left: 18px !important; }
.project-modal__nav button:hover span { transform: scale(1.3); }
.project-modal__nav span { transition: transform .2s; }
body.modal-open { overflow: hidden; }

footer { position: relative; z-index: 3; padding: 110px 32px 25px; background: var(--acid); }
footer > p { margin: 0; font: 400 12px/1 var(--mono); text-transform: uppercase; }
footer > a { display: inline-block; margin: 0 0 100px; font-size: clamp(70px, 13.4vw, 220px); font-weight: 900; line-height: .8; letter-spacing: -.085em; border-bottom: .055em solid; }
.footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; padding-top: 18px; border-top: 1px solid; font: 400 10px/1 var(--mono); text-transform: uppercase; }
.footer__bottom > div { display: flex; gap: 24px; }
.footer__bottom > span:last-child { text-align: right; }

.cursor-dot, .cursor-ring { position: fixed; z-index: 999; top: 0; left: 0; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); }
.cursor-dot { width: 5px; height: 5px; background: white; mix-blend-mode: difference; }
.cursor-ring { width: 42px; height: 42px; border: 1px solid white; mix-blend-mode: difference; transition: width .25s, height .25s; }
.cursor-ring span { display: none; font: 500 9px/1 var(--mono); }
body.is-viewing .cursor-ring { width: 82px; height: 82px; display: grid; place-items: center; background: white; color: black; mix-blend-mode: normal; }
body.is-viewing .cursor-ring span { display: block; }

@media (max-width: 800px) {
  .loader { padding: 18px; }
  .site-header { padding: 18px; grid-template-columns: 1fr auto; }
  .site-header nav { gap: 18px; }
  .availability { display: none; }
  .hero { padding: 80px 18px 22px; }
  .hero__eyebrow span:last-child { display: none; }
  .wordmark { width: 110vw; margin-left: -5vw; }
  .hero__footer { margin-top: 30px; }
  .view-chip { width: 112px; height: 68px; border-radius: 0 0 0 68px; }
  .scroll-alert { right: 18px; bottom: 18px; width: 84px; }
  .scroll-note { text-align: left; }
  .section-intro { padding: 0 18px; grid-template-columns: 1fr; gap: 30px; margin-bottom: 45px; }
  .section-intro h2 { font-size: 17vw; }
  .section-intro h2 { margin-left: 0; }
  .work { height: 430vh; padding-top: 70px; }
  .section-intro { height: 68vh; margin-bottom: 0; padding-bottom: 8vh; }
  .project-track { width: 84vw; height: 68vh; }
  .project-card__media { height: calc(100% - 52px); }
  .visual--cobble { padding: 18px; }
  .cobble-toolbar { top: 14px; left: 14px; right: 14px; }
  .cobble-canvas { width: 88%; height: 72%; }
  .code-pane { padding: 22px 18px; }
  .code-pane pre { font-size: 8px; }
  .carousel-btn { display: none; }
  .carousel-progress { width: 84vw; }
  .project-card__meta { grid-template-columns: 1fr auto; }
  .project-card__meta span:nth-child(2) { display: none; }
  .about { grid-template-columns: 1fr; padding: 80px 18px; }
  .about__main { margin-left: 0; }
  .about__statement { margin-bottom: 65px; }
  .about__grid { grid-template-columns: 1fr; }
  .portrait__face { min-height: 440px; }
  .project-modal { padding: 10px; }
  .project-modal__panel {
    width: 100%;
    height: min(92svh, 820px);
    grid-template-columns: 1fr;
    grid-template-rows: 43% 57%;
  }
  .project-modal__content { padding: 24px 20px 20px; }
  .project-modal__heading { padding-right: 40px; }
  .project-modal__heading h3 { font-size: clamp(38px, 12vw, 58px); }
  .project-modal__details { align-self: center; }
  .project-modal__details p { margin-bottom: 15px; font-size: 17px; }
  .project-modal__nav button { min-height: 48px; align-items: center; padding-top: 10px; }
  .project-modal__close { top: 14px; right: 14px; }
  footer { padding: 80px 18px 20px; }
  footer > a { margin-bottom: 80px; font-size: 17vw; }
  .footer__bottom { grid-template-columns: 1fr; gap: 20px; }
  .footer__bottom > span:last-child { text-align: left; }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-dot, .cursor-ring { display: 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; }
}
