@font-face {
  font-family: "GC Epic Pro";
  src: url("/fonts/gc-epic-pro-font/GC-EPICPRO-Demo-BF6891cc5419ab8.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RonthelBrush";
  src: url("/fonts/ronthel-brush/Ronthel-Brush-DEMO.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "GC Epic Pro", sans-serif;
  --transition-stroke-1: #f0eeee;
  --transition-stroke-2: #ff6426;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #ff6426 #1a1a1a;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: #1a1a1a;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff6426;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ff7a45;
}

html {
  font-family: var(--font-primary);
}

body {
  background-color: #fff;
}

html.has-custom-cursor,
html.has-custom-cursor * {
  cursor: none !important;
}

html.has-custom-cursor input,
html.has-custom-cursor textarea,
html.has-custom-cursor [contenteditable="true"] {
  cursor: text !important;
}

.site-cursor-ring,
.site-cursor-dot,
.site-cursor-label {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  border-radius: 50%;
  will-change: transform;
}

.site-cursor-ring,
.site-cursor-dot {
  mix-blend-mode: difference;
}

.site-cursor-ring {
  width: 34px;
  height: 34px;
  border: 1.25px solid #fff;
  transition: background-color 0.3s ease;
}

.site-cursor-ring.is-hover {
  background: rgba(255, 255, 255, 0.12);
}

.site-cursor-dot {
  width: 5px;
  height: 5px;
  background: #fff;
}

.site-cursor-label {
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  background: #ff6426;
  color: #fff;
  opacity: 0;
}

.site-cursor-label span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

@media (hover: none), (pointer: coarse) {
  .site-cursor-ring,
  .site-cursor-dot,
  .site-cursor-label {
    display: none !important;
  }

  html.has-custom-cursor,
  html.has-custom-cursor * {
    cursor: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-cursor-ring,
  .site-cursor-dot,
  .site-cursor-label {
    display: none !important;
  }

  html.has-custom-cursor,
  html.has-custom-cursor * {
    cursor: auto !important;
  }
}

h1,
p {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -2%;
  line-height: 0.85;
}

h1 {
  font-size: clamp(2.5rem, 10vw, 15rem);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
}

.nav-logo,
.menu-logo {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}

.nav-logo,
.nav-toggle {
  color: #fff;
  transition: color 0.25s ease;
}

.nav-logo.is-on-light,
.nav-toggle.is-on-light {
  color: #0f0f0f;
}

.nav-logo {
  pointer-events: all;
  text-decoration: none;
}

.nav-toggle {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 100;
  padding: 0.5rem;
  pointer-events: all;
}

.nav-toggle-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  opacity: 0;
}

nav.is-sampling,
nav.is-sampling * {
  pointer-events: none !important;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  padding: 2.5rem;
  display: flex;
  gap: 2rem;
  color: #272d2d;
  pointer-events: none;
  z-index: 10;
}

.menu.is-open {
  pointer-events: all;
}

.menu-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.menu-logo {
  opacity: 0;
  color: #272d2d;
}

.menu-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.menu-col a {
  text-decoration: none;
  color: #272d2d;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  display: block;
  width: max-content;
  overflow: visible;
}

.menu-col-info p {
  color: #ff6426;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  line-height: 1.35;
}

.menu-col-info h3 {
  font-size: clamp(1.25rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.menu-col-info h6 {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.menu a .char,
.menu-col h3,
.menu-col h6,
.menu-col p {
  will-change: transform, opacity;
}

.menu a .char {
  display: inline-block;
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 2.5rem;
  display: flex;
  align-items: flex-end;
}

.hero-header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero-header-row {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-header-row:nth-child(1),
.hero-header-row:nth-child(3) {
  justify-content: flex-end;
}

.hero-header-row:nth-child(2) {
  gap: 2.5rem;
}

.hero-header-row h1 {
  color: #fff;
  mix-blend-mode: difference;
}

.hero-header-img {
  position: relative;
  flex-shrink: 0;
  width: 275px;
  height: 150px;
  will-change: transform;
  z-index: 30;
}

.hero-header-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: opacity;
  opacity: 0;
}

.hero-header-img img:nth-child(1) {
  opacity: 1;
}

.hero-footer {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
}

.hero-footer p {
  color: #fff;
  mix-blend-mode: difference;
  will-change: opacity;
  opacity: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #0f0f0f;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
  z-index: 2;
}

.preloader-header {
  display: flex;
  flex-direction: column;
}

.preloader-header-row {
  display: flex;
}

.preloader-header-row:nth-child(2) {
  justify-content: flex-end;
}

.preloader-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.preloader-header,
.preloader-counter,
.preloader-footer-copy {
  will-change: opacity;
}

.word {
  position: relative;
  will-change: transform;
}

.spotlight {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.spotlight-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
}

.spotlight-panel {
  display: flex;
  user-select: none;
}

.spotlight-panel--dark {
  background-color: #0f0f0f;
  color: #fff;
}

.spotlight-panel--light {
  background-color: #fff;
  color: #0f0f0f;
}

.spotlight-panel-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
  padding: 6.5rem 2.5rem 2.5rem;
  gap: 2rem;
}

.spotlight-kicker {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.spotlight-kicker p {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.5;
}

.spotlight-kicker p:first-child {
  color: #ff6426;
  opacity: 1;
}

.spotlight-panel-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3rem;
  min-height: 0;
}

.spotlight-title {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  min-width: 0;
  margin: 0;
  font-size: clamp(2.5rem, 6.4vw, 6.5rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.spotlight-thumbs {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  flex-shrink: 0;
}

.spotlight-thumb {
  width: clamp(10.5rem, 14vw, 15rem);
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight-thumbs .spotlight-thumb:only-child {
  width: clamp(14rem, 22vw, 22rem);
}

.spotlight-panel--light .spotlight-thumb {
  background: #eceae6;
  border-color: rgba(15, 15, 15, 0.08);
}

.spotlight-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spotlight-panel-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.spotlight-body {
  max-width: 34rem;
  margin: 0;
  text-transform: none;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.78;
}

.spotlight-meta {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
  opacity: 0.45;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .spotlight-panel-inner {
    padding: 6rem 1.5rem 1.75rem;
    gap: 1.5rem;
  }

  .spotlight-panel-main {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 1.75rem;
  }

  .spotlight-title {
    max-width: 12ch;
    font-size: clamp(2.25rem, 11vw, 4.25rem);
  }

  .spotlight-thumbs {
    gap: 0.65rem;
  }

  .spotlight-thumb {
    width: clamp(7.5rem, 28vw, 11rem);
    border-radius: 0.7rem;
  }

  .spotlight-thumbs .spotlight-thumb:only-child {
    width: clamp(9.5rem, 42vw, 16rem);
  }

  .spotlight-panel-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .spotlight-meta {
    white-space: normal;
  }
}

.dissolve-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

.dissolve-cell {
  position: absolute;
  background: var(--dissolve-color, #ff6426);
  visibility: hidden;
  font-weight: 500;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0;
}

.intro,
.outro {
  position: relative;
  width: 100%;
  height: 100svh;
}

.intro {
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro {
  background-color: #fff;
  color: #000;
  overflow: hidden;
}

.intro-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  max-width: 52rem;
  padding: 0 1rem;
}

.intro-fluid {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
  mix-blend-mode: difference;
}

.intro-content p {
  color: #000;
  mix-blend-mode: normal;
  opacity: 1;
  visibility: visible;
}

.outro {
  overflow: hidden;
  background-color: #fff;
  color: #272d2d;
}

.outro-content-foreground,
.outro-content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  user-select: none;
}

.outro-content-foreground {
  z-index: 0;
  background-color: #fff;
  color: #272d2d;
}

.outro-content-background {
  z-index: 1;
  background-color: #272d2d;
  color: #edf2ed;
  -webkit-mask: url(#outro-smudge-mask);
  mask: url(#outro-smudge-mask);
}

.outro-smudge-revealer {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.intro-lead,
.outro-lead {
  line-height: 1.2;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  text-transform: uppercase;
}

.outro-reveal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 52rem;
  padding: 0 1rem;
}

.outro-reveal-lead {
  line-height: 1.2;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  text-transform: uppercase;
  color: #ff6426;
}

.outro-copy {
  text-transform: none;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  color: #edf2ed;
}

.outro-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.outro-tags span {
  font-size: clamp(0.75rem, 1.1vw, 0.9rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #edf2ed;
  opacity: 0.7;
}

.outro-meta {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #edf2ed;
  opacity: 0.85;
}

.intro-copy {
  text-transform: none;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
}

.intro-meta {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.voyeur {
  --base-100: #dcdbd5;
  --base-200: #e12c1a;
  --base-300: #1a0401;
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.voyeur h1,
.voyeur h3 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -3%;
}

.voyeur h1 {
  font-size: clamp(2rem, 8vw, 14rem);
}

.voyeur h3,
.voyeur-about h3 {
  font-size: clamp(2rem, 5vw, 8rem);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -3%;
}

.voyeur-fg-content,
.voyeur-bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

.voyeur-fg-content {
  background-color: var(--base-300);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path, transform;
  z-index: 2;
}

.voyeur-fg-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.voyeur-fg-img img,
.voyeur-outro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voyeur-fg-header {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  padding: 2rem;
  color: var(--base-100);
  text-align: center;
}

.voyeur-fg-overlay-dark,
.voyeur-fg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}

.voyeur-fg-overlay-dark {
  background-color: var(--base-300);
}

.voyeur-fg-overlay {
  background-color: var(--base-200);
}

.voyeur-bg-content {
  display: flex;
  background-color: var(--base-100);
  z-index: 0;
}

.voyeur-bg-content-col {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.voyeur-bg-content-col:nth-child(2) {
  justify-content: flex-end;
}

.voyeur-bg-content-copy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 50%;
  will-change: transform;
}

.voyeur-bg-content-copy h3 {
  color: var(--base-200);
}

.voyeur-bg-content-copy p {
  color: var(--base-300);
  font-size: 0.85rem;
  line-height: 1.1;
}

.voyeur-outro-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}

.voyeur-outro-img {
  flex: 1;
  height: 100%;
  will-change: clip-path;
}

.voyeur-outro-img:nth-child(1) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.voyeur-outro-img:nth-child(2) {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.voyeur-outro-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 60%;
  mix-blend-mode: difference;
}

.voyeur-line {
  position: relative;
  will-change: transform;
}

.voyeur-about {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #fff;
}

.voyeur-about-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.voyeur-about h3 {
  text-align: center;
  color: #171717;
  width: 60%;
}

.clutter {
  --clutter-100: #fff;
  --clutter-200: #e0dfd7;
  --clutter-300: #5f5f5f;
  --clutter-400: #171717;
  position: relative;
  width: 100%;
  height: 110svh;
  overflow: hidden;
  background: var(--clutter-100);
  color: var(--clutter-400);
}

.clutter-desk {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.clutter-header {
  position: absolute;
  width: min(400px, 86vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
  z-index: 10;
}

.clutter-header h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.02rem;
  line-height: 1;
  text-transform: none;
}

.clutter-header p {
  font-size: 0.95rem;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  color: var(--clutter-300);
}

.clutter-item {
  position: absolute;
  will-change: top, left, transform;
}

.clutter-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  user-select: none;
}

.clutter-modes {
  position: absolute;
  bottom: 7.5svh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.15rem;
  z-index: 10;
  padding: 0.3rem;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
}

.clutter-modes button {
  padding: 0.7rem 1.2rem;
  font-family: inherit;
  font-size: 0.62rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--clutter-300);
  background: transparent;
  border: none;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  transition:
    color 0.35s ease,
    background 0.35s ease;
}

.clutter-modes button svg {
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
}

.clutter-modes button span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.clutter-modes button:hover:not(.active) {
  color: var(--clutter-400);
}

.clutter-modes button.active {
  background: var(--clutter-400);
  color: #fff;
}

@media (max-width: 1400px) {
  .clutter-desk {
    overflow-x: hidden;
  }
}

@media (max-width: 1000px) {
  .clutter-desk::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }

  .clutter-item {
    filter: saturate(0);
  }

  .clutter-modes button {
    padding: 0.6rem 0.85rem;
    font-size: 0.58rem;
    gap: 0.35rem;
  }

  .clutter-modes button svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.aperture {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  perspective: 1000px;
  color: #fff;
  background-color: #0f0f0f;
}

.aperture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30svh;
  z-index: 10;
  pointer-events: none;
  opacity: var(--aperture-fade, 0);
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 0) 0%,
    rgba(15, 15, 15, 0.7) 65%,
    rgba(15, 15, 15, 1) 100%
  );
}

.aperture h1,
.aperture p {
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
}

.aperture h1 {
  font-size: clamp(5rem, 6vw, 7rem);
  line-height: 0.8;
}

.aperture p {
  font-size: 1.35rem;
  line-height: 1;
}

.aperture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aperture-sky,
.aperture-copy,
.aperture-window,
.aperture-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}

.aperture-sky {
  height: 350svh;
}

.aperture-copy {
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aperture-copy h1 {
  width: 85%;
}

.aperture-window {
  height: 100svh;
}

.aperture-header {
  height: 100svh;
  padding: 2rem;
  display: flex;
  transform-style: preserve-3d;
}

.aperture-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aperture-col p {
  width: 50%;
}

.aperture-col:nth-child(2) {
  align-items: flex-end;
  text-align: right;
}

.aperture-quotes {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.aperture-quote-kicker,
.aperture-card {
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
}

.aperture-quote-kicker {
  top: 14%;
  left: 8%;
  margin: 0;
  padding-left: 1.6rem;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(22, 19, 15, 0.7);
}

.aperture-quote-kicker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.1rem;
  height: 1px;
  background: #ff6426;
}

.aperture-card {
  width: min(22rem, 78vw);
  padding: 1.35rem 0 0;
  border-top: 1px solid rgba(22, 19, 15, 0.18);
  background: none;
}

.aperture-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: #ff6426;
}

.aperture-card--tl {
  top: 50%;
  left: 50%;
  width: min(26rem, 84vw);
  text-align: center;
  border-top: none;
  padding: 1.5rem 0 0;
}

.aperture-card--tl::before {
  left: 50%;
  transform: translateX(-50%);
}

.aperture-card--tl .aperture-card-text {
  max-width: none;
  color: #16130f;
}

.aperture-card--tl .aperture-card-meta {
  color: rgba(22, 19, 15, 0.62);
}

.aperture-card--br {
  right: 8%;
  bottom: 24%;
  text-align: right;
  border-top: none;
  border-bottom: 1px solid rgba(22, 19, 15, 0.18);
  padding: 0 0 1.35rem;
}

.aperture-card--br::before {
  top: auto;
  bottom: -1px;
  left: auto;
  right: 0;
}

.aperture-card--br .aperture-card-text {
  margin-left: auto;
}

.aperture-card--cl {
  top: 42%;
  left: 46%;
}

.aperture-card--ll {
  top: 40%;
  left: 8%;
}

.aperture-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.aperture-card-logo {
  flex-shrink: 0;
  width: 2.55rem;
  height: 2.55rem;
  overflow: hidden;
  border-radius: 0.45rem;
  box-shadow: 0 0 0 1px rgba(22, 19, 15, 0.1);
  background: #0a0a0a;
}

.aperture-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aperture-card--tl .aperture-card-head {
  justify-content: center;
}

.aperture-card--br .aperture-card-head,
.aperture-card--tr .aperture-card-head {
  justify-content: flex-end;
}

.aperture-card--tr {
  top: 16%;
  right: 8%;
  text-align: right;
}

.aperture-card--tr .aperture-card-text {
  margin-left: auto;
}

.aperture-card-index {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #ff6426;
}

.aperture-card p {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.aperture-card-text {
  max-width: 22ch;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  line-height: 1.2;
  color: #16130f;
}

.aperture-card-meta {
  margin-top: 1.15rem;
  font-size: 0.68rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: rgba(22, 19, 15, 0.62);
}

.aperture-card-meta::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0.55rem;
  vertical-align: middle;
  background: #ff6426;
  border-radius: 50%;
}

.magnetic {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #0f0f0f;
}

.magnetic h1,
.magnetic h3,
.magnetic p {
  text-transform: none;
  letter-spacing: 0;
}

.magnetic h1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 0.9;
}

.magnetic h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.magnetic p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25;
}

.magnetic-nav,
.magnetic-footer {
  position: absolute;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7a7a7a;
}

.magnetic-nav {
  top: 0;
}

.magnetic-nav p {
  font-weight: 500;
  font-size: 0.9rem;
}

.magnetic-footer {
  bottom: 0;
}

.magnetic-footer p {
  text-align: center;
  font-size: 0.6rem;
  width: 30%;
}

.magnetic-marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}

.magnetic-marquee-track {
  display: flex;
  flex-shrink: 0;
  will-change: transform;
}

.magnetic-marquee-item {
  flex-shrink: 0;
  width: 18rem;
  padding: 0 0.5rem;
}

.magnetic-marquee-item img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  background: #ddd;
}

.magnetic-content {
  position: relative;
  width: 30%;
  height: 100%;
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  color: #fff;
  mix-blend-mode: difference;
  z-index: 2;
}

.magnetic-content h1 {
  text-align: center;
  width: 15rem;
}

.magnetic-content h3 {
  width: 20rem;
  text-align: center;
}

.magnetic-copy {
  display: flex;
  gap: 1rem;
}

.magnetic-copy p:nth-child(1) {
  text-align: right;
}

.magnetic-line {
  position: relative;
  white-space: nowrap;
  will-change: transform;
}

.contact-body-page,
.affiliates-body-page,
.work-body-page,
.projects-body-page,
.lost-body-page {
  background: #0f0f0f;
  color: #fff;
}

.work-body-page,
.projects-body-page {
  overflow-x: hidden;
}

.projects-body-page {
  hyphens: none;
  -webkit-hyphens: none;
}

.contact-page {
  min-height: 100svh;
  padding: 8rem 2.5rem 4rem;
}

.contact-hero {
  margin-bottom: 4rem;
}

.contact-header-row {
  overflow: hidden;
}

.contact-header-row h1 {
  color: #fff;
  text-transform: uppercase;
}

.contact-lead {
  margin-top: 2rem;
  width: max-content;
  max-width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  white-space: nowrap;
  color: #7a7a7a;
}

.contact-lead-break {
  display: none;
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 4rem;
  align-items: start;
}

.contact-kicker {
  color: #ff6426;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.contact-email {
  display: block;
  max-width: 100%;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.contact-email:hover {
  color: #ff6426;
}

.contact-copy {
  margin-top: 1rem;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a7a7a;
  cursor: pointer;
  transition: color 0.25s ease;
}

.contact-copy:hover {
  color: #ff6426;
}

.contact-meta {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-meta-item span {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff6426;
  margin-bottom: 0.35rem;
}

.contact-meta-item p {
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #b8b8b8;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  overflow: visible;
}

.contact-field {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-field:has(.contact-select.is-open) {
  z-index: 20;
}

.contact-field label {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7a7a;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 0.85rem 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #fff;
  outline: none;
  transition: border-color 0.25s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-bottom-color: #ff6426;
}

.contact-select {
  position: relative;
}

.contact-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.85rem 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #fff;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s ease;
}

.contact-select-trigger.is-placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.contact-select-trigger:focus,
.contact-select.is-open .contact-select-trigger {
  border-bottom-color: #ff6426;
}

.contact-select-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237a7a7a' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.contact-select.is-open .contact-select-chevron {
  transform: rotate(180deg);
}

.contact-select-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.contact-select-menu[hidden] {
  display: none;
}

.contact-select-menu li {
  padding: 0.75rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  color: #f0f0f0;
  cursor: pointer;
}

.contact-select-menu li:hover,
.contact-select-menu li.is-active {
  background: rgba(255, 100, 38, 0.12);
  color: #fff;
}

.contact-select-menu li.is-selected {
  color: #ff6426;
}

.contact-form.is-invalid .contact-select-trigger {
  border-bottom-color: #ff6426;
}

.contact-field textarea {
  resize: vertical;
  min-height: 7rem;
}

.contact-submit {
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 100, 38, 0.5);
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.contact-submit:hover {
  background: #ff6426;
  border-color: #ff6426;
  color: #0f0f0f;
}

.contact-submit-label,
.contact-submit-sent {
  display: block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-submit-sent {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
}

.contact-form.is-sent .contact-submit-label,
.affiliate-widget-form.is-sent .contact-submit-label {
  opacity: 0;
  transform: translateY(-100%);
}

.contact-form.is-sent .contact-submit-sent,
.affiliate-widget-form.is-sent .contact-submit-sent {
  opacity: 1;
  transform: translateY(0);
}

.contact-form.is-invalid .contact-field input:invalid,
.contact-form.is-invalid .contact-field textarea:invalid,
.affiliate-widget-form.is-invalid .contact-field input:invalid,
.affiliate-widget-form.is-invalid .contact-field textarea:invalid {
  border-bottom-color: #ff6426;
}

.affiliates-page {
  min-height: 100svh;
  padding: 8rem 2.5rem 4rem;
}

.affiliates-hero {
  margin-bottom: 4rem;
}

.affiliates-header-row {
  overflow: hidden;
}

.affiliates-header-row h1 {
  color: #fff;
  text-transform: uppercase;
}

.affiliates-lead {
  margin-top: 2rem;
  width: max-content;
  max-width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #7a7a7a;
}

.affiliates-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: start;
}

.affiliates-kicker {
  color: #ff6426;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.affiliates-copy h2 {
  max-width: 16ch;
  margin-bottom: 1.5rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.affiliates-copy p {
  max-width: 32rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.45;
  color: #9a9a9a;
}

.affiliates-cta {
  display: inline-flex;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 100, 38, 0.5);
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.affiliates-cta:hover {
  background: #ff6426;
  border-color: #ff6426;
  color: #0f0f0f;
}

.affiliates-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.affiliate-step {
  padding: 1.4rem 1.5rem;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.affiliate-step span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #ff6426;
}

.affiliate-step h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fff;
}

.affiliate-step p {
  font-size: 0.78rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
  color: #9a9a9a;
}

.affiliates-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  margin-top: 3rem;
  padding: 1.35rem 1.6rem;
  background: #ff6426;
  border: none;
  border-radius: 14px;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  color: #0f0f0f;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.affiliates-banner:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.affiliates-banner-copy {
  min-width: 0;
  flex: 1;
}

.affiliates-banner-stats {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-shrink: 0;
}

.banner-stat {
  min-width: 3.4rem;
}

.banner-stat-num {
  display: flex;
  align-items: baseline;
  line-height: 1;
  color: #0f0f0f;
}

.banner-odometer {
  display: flex;
  height: 1.7rem;
  overflow: hidden;
}

.banner-digit {
  position: relative;
  width: 0.78em;
  height: 1.7rem;
  overflow: hidden;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.banner-digit-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.banner-digit-track span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.7rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: -0.04em;
}

.banner-stat-prefix,
.banner-stat-suffix {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.banner-stat-prefix {
  margin-right: 0.08rem;
}

.banner-stat-label {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.55rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(15, 15, 15, 0.58);
}

.affiliates-banner-kicker {
  margin-bottom: 0.3rem;
  font-size: 0.62rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(15, 15, 15, 0.62);
}

.affiliates-banner h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #0f0f0f;
}

.affiliates-banner p {
  max-width: 38rem;
  font-size: 0.78rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: rgba(15, 15, 15, 0.78);
}

.affiliates-banner-action {
  flex-shrink: 0;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  background: #0f0f0f;
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}

.affiliates-note {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.45;
  color: #6a6a6a;
}

.affiliate-widget {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.affiliate-widget[hidden] {
  display: none;
}

.affiliate-widget-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(8px);
}

.affiliate-widget-panel {
  position: relative;
  width: min(32rem, 100%);
  max-height: min(88svh, 44rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.75rem 1.6rem 1.6rem;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  -webkit-overflow-scrolling: touch;
}

.affiliate-widget-close {
  position: absolute;
  top: 1.2rem;
  right: 1.3rem;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7a7a;
  cursor: pointer;
}

.affiliate-widget-close:hover {
  color: #ff6426;
}

.affiliate-widget-kicker {
  margin-bottom: 0.55rem;
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff6426;
}

.affiliate-widget-panel h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.affiliate-widget-lead {
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
  color: #9a9a9a;
}

.affiliate-widget-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.affiliate-widget-form .contact-submit {
  margin-top: 0.35rem;
}

.work-hero {
  padding: 8rem 2.5rem 0;
}

.work-header-row {
  overflow: hidden;
}

.work-header-row h1 {
  color: #fff;
  text-transform: uppercase;
}

.work-lead {
  margin-top: 2rem;
  width: max-content;
  max-width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #7a7a7a;
}

.work-brands {
  margin: 3.25rem -2.5rem 0;
  padding-bottom: 3.5rem;
}

.work-brands-kicker {
  padding: 0 2.5rem 1.15rem;
  color: #ff6426;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.work-brands-viewport {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.work-brands-row {
  width: 100%;
  overflow: hidden;
}

.work-brands-track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  will-change: transform;
}

.work-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  padding: 0.72rem 1.2rem;
  border: 1px solid color-mix(in srgb, var(--brand, #fff) 32%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand, #fff) 12%, rgba(255, 255, 255, 0.03));
}

.work-brand img {
  height: 1.15rem;
  width: auto;
  display: block;
}

.work-brand span {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--brand, #fff) 55%, #fff);
  white-space: nowrap;
  line-height: 1;
}

.work-sticky {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #0f0f0f;
}

.work-sticky-headline {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 1;
}

.work-sticky-headline h2 {
  width: min(16ch, 86vw);
  font-size: clamp(2rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.work-sticky-cards {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1200px;
  z-index: 2;
}

.work-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(22rem, 78vw);
  aspect-ratio: 4 / 5;
  padding: 2.4rem 2rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.work-card h3 {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.work-card p {
  max-width: 22ch;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.work-card span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
}

.work-card-front {
  background: #ff6426;
  color: #fff;
}

.work-card-front span {
  background: #fff;
  color: #0f0f0f;
}

.work-card-icon {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-card-icon span {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  border-radius: 0;
  background: transparent;
  transform: translateY(-2px) rotate(45deg);
}

.work-card-back span {
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
}

.work-card#work-card-1 {
  background: #ff6426;
  color: #fff;
}

.work-card#work-card-2 {
  background: #f0eeee;
  color: #0f0f0f;
}

.work-card#work-card-2 span {
  background: #0f0f0f;
  color: #f0eeee;
}

.work-card#work-card-3 {
  background: #1c1c1c;
  color: #f0eeee;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.work-card#work-card-4 {
  background: #ff7a45;
  color: #0f0f0f;
}

.work-card#work-card-4 span {
  background: #0f0f0f;
  color: #fff;
}

.work-index {
  padding: 5rem 2.5rem 4rem;
}

.work-kicker {
  color: #ff6426;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}

.work-index-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 3rem;
  align-items: start;
}

.work-index-list {
  list-style: none;
}

.work-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.work-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.work-item-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.35rem 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.work-item-index {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-top: 0.35rem;
}

.work-item-title {
  display: block;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
  transition: color 0.25s ease;
}

.work-item-copy {
  display: block;
  max-width: 38ch;
  margin-top: 0.55rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #8a8a8a;
}

.work-item-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  padding-top: 0.4rem;
}

.work-item-meta span {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.work-item.is-active .work-item-title {
  color: #ff6426;
}

.work-item.is-active .work-item-meta span:last-child {
  color: #ff6426;
}

.work-item-image {
  display: none;
}

.work-index-visual {
  position: sticky;
  top: 7rem;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 1rem;
  overflow: hidden;
  background: #1a1a1a;
}

.work-index-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-index-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
}

.work-note {
  max-width: 36rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #7a7a7a;
}

.work-cta {
  display: inline-flex;
  flex-shrink: 0;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 100, 38, 0.5);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.work-cta:hover {
  background: #ff6426;
  border-color: #ff6426;
  color: #fff;
}

.projects-hero {
  padding: 8rem 2.5rem 0;
}

.projects-header-row {
  overflow: hidden;
}

.projects-header-row h1 {
  color: #fff;
  text-transform: uppercase;
}

.projects-lead {
  margin-top: 2rem;
  width: max-content;
  max-width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #7a7a7a;
}

.projects-archive {
  padding: 3.5rem 2.5rem 0;
}

.projects-kicker {
  color: #ff6426;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.projects-archive .projects-kicker {
  margin-bottom: 1.5rem;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: minmax(16rem, 22svh);
  gap: 0.75rem;
}

.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  color: inherit;
  text-decoration: none;
  background: #1a1a1a;
  cursor: none;
}

.project-card-featured {
  grid-row: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card:hover img {
  transform: scale(1.08);
}

.project-card[data-status="private"] img {
  filter: saturate(0.72);
}

.project-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.08) 20%,
    rgba(15, 15, 15, 0.78) 100%
  );
  pointer-events: none;
}

.project-card-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.35rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.project-card-index {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.project-card h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  color: #fff;
}

.project-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b3b3b3;
}

.project-card[data-status="live"] p span:last-child {
  color: #ff6426;
}

.project-case {
  padding: 6rem 2.5rem 0;
}

.project-case-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 3rem;
  align-items: end;
  margin: 1.25rem 0 2.25rem;
}

.project-case-header h2 {
  font-size: clamp(2rem, 5.5vw, 4.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  color: #fff;
}

.project-case-header p {
  max-width: 38ch;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #8a8a8a;
}

.project-case-hero {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  border-radius: 1rem;
  overflow: hidden;
  background: #1a1a1a;
}

.project-case-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-case-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2.75rem 0 2.5rem;
}

.project-case-copy h3 {
  margin-bottom: 0.7rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff6426;
}

.project-case-copy p {
  max-width: 42ch;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #9a9a9a;
}

.project-case-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.project-case-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  background: #1a1a1a;
}

.project-case-close {
  margin-top: 2.5rem;
  max-width: 18ch;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.projects-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 2.5rem 4rem;
}

.projects-note {
  max-width: 36rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #7a7a7a;
}

.projects-note a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 100, 38, 0.7);
}

.projects-note a:hover {
  color: #ff6426;
}

.home-page {
  min-height: 100svh;
}

html:has(.home-landing),
.home-landing {
  background: #e4e2e3;
  overflow: hidden;
  height: 100%;
}

.home-landing .nav-logo,
.home-landing .nav-toggle,
.home-landing .site-footer {
  display: none;
}

.landing {
  --landing-bg: #e4e2e3;
  --landing-ink: #161616;
  --landing-orange: #ff6426;
  --landing-cream: #fef8e8;
  position: relative;
  width: 100%;
  height: 100svh;
  background: var(--landing-bg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.landing h1,
.landing h2,
.landing h3,
.landing p,
.landing span,
.landing a {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: inherit;
}

.landing-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: auto;
}

.landing-top {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  right: 2rem;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}

.landing-brand {
  pointer-events: auto;
  transform-origin: left center;
  padding-top: 0.5rem;
}

.landing-brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.landing-star {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--landing-orange);
  filter: drop-shadow(0 0 10px rgba(255, 100, 38, 0.4));
  animation: landing-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.landing-brand span {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  letter-spacing: 0.18em;
  color: var(--landing-orange);
  text-transform: none;
  line-height: 1;
  font-weight: 500;
}

.landing-aside {
  display: none;
  pointer-events: auto;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 0.75rem;
  max-width: 280px;
  padding-top: 0.25rem;
}

.landing-name {
  margin: 0;
  color: var(--landing-ink);
  font-family: "RonthelBrush", cursive;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  transform: rotate(-6deg);
  transform-origin: right center;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: default;
}

.landing-name:hover {
  color: var(--landing-orange);
  transform: rotate(-6deg) scale(1.05);
}

.landing-bio {
  margin: 0.25rem 0 0;
  color: rgba(22, 22, 22, 0.85);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
}

.landing-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(22, 22, 22, 0.3);
  border-radius: 999px;
  color: var(--landing-ink);
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.15s ease;
}

.landing-cta svg {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 0.3s ease;
}

.landing-cta:hover {
  border-color: var(--landing-orange);
  color: var(--landing-orange);
}

.landing-cta:hover svg {
  transform: translate(2px, -2px);
}

.landing-cta:active {
  transform: scale(0.95);
}

.landing-cta--solid {
  background: var(--landing-orange);
  border-color: var(--landing-orange);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.65rem 1.25rem;
  box-shadow: 0 4px 12px rgba(255, 100, 38, 0.25);
}

.landing-cta--solid:hover {
  color: #fff;
}

.landing-cta--solid svg {
  width: 1rem;
  height: 1rem;
}

.landing-main {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.landing-titles {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  z-index: 10;
  pointer-events: none;
  text-align: center;
}

.landing-kicker {
  margin: 0;
  font-size: 9vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--landing-ink);
  opacity: 0.1;
}

.landing-type {
  margin: 1rem 0 0;
  min-height: 1.1em;
  width: 100%;
  padding: 0 1rem;
  font-size: 6.5vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--landing-orange);
  text-align: center;
}

.landing-caret {
  animation: landing-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0.8;
  -webkit-text-stroke: 1.5px var(--landing-orange);
}

.landing-cutout {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  object-fit: contain;
  object-position: bottom;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25));
}

.landing-cutout--desktop {
  display: none;
  bottom: 3rem;
  width: 95%;
  height: 52%;
  max-width: 36rem;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.25));
}

.landing-cutout--mobile {
  display: block;
  bottom: 10rem;
  width: 85%;
  height: 33%;
}

.landing-stats {
  display: none;
  position: absolute;
  bottom: 6rem;
  left: 2rem;
  z-index: 30;
  pointer-events: auto;
  flex-direction: column;
  gap: 1.25rem;
  width: 12rem;
  color: var(--landing-ink);
}

.landing-stats > div {
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  padding-top: 0.75rem;
}

.landing-stats h3 {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--landing-orange);
  letter-spacing: -0.03em;
}

.landing-stats p {
  margin: 0.15rem 0 0;
  color: rgba(22, 22, 22, 0.6);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-mobile-card {
  position: absolute;
  bottom: 5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 30;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(16px);
}

.landing-mobile-card p {
  margin: 0 0 1rem;
  color: var(--landing-ink);
  font-size: 0.75rem;
  line-height: 1.55;
  font-weight: 500;
}

.landing-marquee {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  width: 110vw;
  max-width: 110%;
  z-index: 40;
  overflow: hidden;
  background: var(--landing-orange);
  padding: 0.875rem 0;
  border-top: 1px solid rgba(22, 22, 22, 0.2);
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
  transform: translateX(-50%) rotate(-2deg);
  transform-origin: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  user-select: none;
}

.landing-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  color: var(--landing-cream);
  font-size: clamp(0.9rem, 1.4vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: landing-marquee 30s linear infinite;
}

.landing-marquee-group {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
}

.landing-marquee-dot {
  color: rgba(254, 248, 232, 0.55);
}

.landing-glass-svg {
  display: none;
}

.landing-glass-nav {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.landing-glass {
  position: relative;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.375rem;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: padding 0.5s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.landing-glass:hover {
  padding: 0.5rem;
}

.landing-glass-distort,
.landing-glass-tint,
.landing-glass-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.landing-glass-distort {
  z-index: 0;
  overflow: hidden;
  backdrop-filter: blur(3px);
  filter: url(#glass-distortion);
  isolation: isolate;
}

.landing-glass-tint {
  z-index: 10;
  background: rgba(255, 255, 255, 0.25);
}

.landing-glass-shine {
  z-index: 20;
  overflow: hidden;
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.landing-glass-content {
  position: relative;
  z-index: 30;
}

.landing-glass-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem;
  border-radius: 999px;
  overflow: hidden;
}

.landing-glass-links a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--landing-ink, #161616);
  background: rgba(255, 255, 255, 0.1);
  transform-origin: center;
  transition:
    transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 2.2),
    background-color 0.5s ease,
    color 0.5s ease;
}

.landing-glass-links a span {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
}

.landing-glass-links a:hover {
  transform: scale(1.05);
  background: #ff6426;
  color: #fff;
}

.landing-glass-links a.is-active {
  background: #ff6426;
  color: #fff;
}

@keyframes landing-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes landing-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1024px) {
  .landing-aside,
  .landing-stats,
  .landing-cutout--desktop {
    display: flex;
  }

  .landing-cutout--desktop {
    display: block;
  }

  .landing-cutout--mobile,
  .landing-mobile-card {
    display: none;
  }

  .landing-type {
    font-size: 8vw;
  }
}

@media (max-width: 720px) {
  .landing-top {
    left: 1.25rem;
    right: 1.25rem;
  }

  .landing-brand span {
    display: none;
  }

  .landing-glass-links a {
    padding: 0.45rem 0.7rem;
  }

  .landing-glass-links a span {
    display: none;
  }

  .landing-type {
    font-size: 7.5vw;
  }

  .landing-marquee-group {
    gap: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-star,
  .landing-caret,
  .landing-marquee-track {
    animation: none;
  }
}

html:has(.links-landing),
.links-landing {
  background: #e4e2e3;
  overflow: hidden;
  height: 100%;
}

.links-page {
  --landing-bg: #e4e2e3;
  --landing-ink: #161616;
  --landing-orange: #ff6426;
  --landing-cream: #fef8e8;
  position: relative;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 1.5rem 6.5rem;
  overflow: hidden;
}

.links-page .landing-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.links-page .landing-top {
  position: absolute;
  pointer-events: none;
}

.links-page .landing-brand {
  pointer-events: auto;
  text-decoration: none;
}

.links-page .landing-marquee {
  position: absolute;
  bottom: 1.5rem;
}

.links-panel {
  position: relative;
  z-index: 10;
  width: min(20rem, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.links-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.links-avatar {
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(255, 100, 38, 0.5);
  background: #111;
  box-shadow: 0 10px 24px rgba(22, 22, 22, 0.14);
}

.links-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.links-profile .landing-name {
  transform: rotate(-5deg);
  transform-origin: center;
  font-size: 1.85rem;
  white-space: nowrap;
}

.links-profile .landing-name:hover {
  transform: rotate(-5deg) scale(1.04);
}

.links-bio {
  margin: 0.75rem 0 0;
  max-width: 18.5rem;
  color: rgba(22, 22, 22, 0.78);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
}

.links-list {
  position: static;
  top: auto;
  left: auto;
  height: auto;
  z-index: auto;
  pointer-events: auto;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.links-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 0.85rem;
  color: var(--landing-ink);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 2px rgba(22, 22, 22, 0.04);
  overflow: hidden;
  transition:
    color 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.links-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255, 100, 38, 0.14),
    rgba(255, 100, 38, 0)
  );
  opacity: 0;
  transition: opacity 0.28s ease;
}

.links-item span {
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.links-item svg {
  position: relative;
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
  opacity: 0.45;
  transition: transform 0.3s ease, opacity 0.25s ease, color 0.25s ease;
}

.links-item:hover {
  color: var(--landing-orange);
  border-color: rgba(255, 100, 38, 0.45);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 24px -12px rgba(255, 100, 38, 0.5);
  transform: translateY(-2px);
}

.links-item:hover::before {
  opacity: 1;
}

.links-item:hover svg {
  opacity: 1;
  color: var(--landing-orange);
  transform: translate(2px, -2px);
}

.links-item:active {
  transform: translateY(0);
}

.links-item--solid {
  color: #fff;
  border-color: var(--landing-orange);
  background: var(--landing-orange);
  box-shadow: 0 10px 24px -10px rgba(255, 100, 38, 0.6);
}

.links-item--solid span {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.links-item--solid svg {
  opacity: 0.9;
}

.links-item--solid:hover {
  color: #fff;
  border-color: var(--landing-orange);
  background: #ff7238;
  box-shadow: 0 14px 30px -12px rgba(255, 100, 38, 0.7);
}

.links-item--solid:hover svg {
  color: #fff;
}

@media (max-width: 720px) {
  .links-page .landing-brand span {
    display: none;
  }

  .links-page {
    padding: 5rem 1.25rem 6rem;
  }

  .links-profile .landing-name {
    font-size: 1.65rem;
  }
}

.site-footer {
  position: relative;
  background: #0f0f0f;
  overflow: hidden;
}

.site-footer-name {
  width: 100%;
  margin: 0;
  padding: 3rem 2.5rem 0;
  font-size: clamp(3rem, 12vw, 11.5rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(
    180deg,
    rgba(255, 130, 90, 0.48) 0%,
    rgba(255, 100, 38, 0.34) 20%,
    rgba(255, 100, 38, 0.18) 42%,
    rgba(255, 100, 38, 0.07) 62%,
    rgba(255, 100, 38, 0.02) 80%,
    rgba(15, 15, 15, 0) 96%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.site-footer-bar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0 2rem 2rem;
  margin-top: -1rem;
}

.site-footer-bar p {
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
  color: #7a7a7a;
  text-align: center;
}

@media (max-width: 1200px) {
  .projects-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 26rem;
    grid-auto-rows: 20rem;
  }

  .project-card-featured {
    grid-column: 1 / -1;
    grid-row: span 1;
    min-height: 0;
  }

  .project-case-header {
    gap: 1.75rem;
  }
}

@media (max-width: 1000px) {
  .contact-page {
    padding: 7rem 1.5rem 3rem;
  }

  .contact-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-email {
    font-size: clamp(1rem, 4.2vw, 1.25rem);
    word-break: break-word;
  }

  .contact-lead {
    font-size: 0.72rem;
    white-space: normal;
  }

  .contact-lead-break {
    display: block;
  }

  .affiliates-page {
    padding: 7rem 1.5rem 3rem;
  }

  .affiliates-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .affiliates-copy h2 {
    max-width: none;
  }

  .affiliates-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem 1.25rem;
  }

  .affiliates-banner-stats {
    width: 100%;
    justify-content: space-between;
  }

  .affiliates-banner-action {
    align-self: stretch;
    text-align: center;
  }

  .work-hero {
    padding: 7rem 1.5rem 0;
  }

  .work-lead {
    font-size: 0.72rem;
    white-space: normal;
  }

  .work-brands {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }

  .work-brands-kicker {
    padding: 0 1.5rem 1rem;
  }

  .work-brands-viewport {
    gap: 0.5rem;
  }

  .work-brands-track {
    gap: 0.5rem;
  }

  .work-brand {
    padding: 0.52rem 0.8rem;
    gap: 0.45rem;
  }

  .work-brand img {
    height: 0.95rem;
  }

  .work-brand span {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    hyphens: none;
    -webkit-hyphens: none;
  }

  .work-index {
    padding: 3.5rem 1.5rem 3rem;
  }

  .work-index-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .work-index-visual {
    display: none;
  }

  .work-item-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 0 1.25rem;
    border-radius: 0.85rem;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.35s ease, margin 0.35s ease;
  }

  .work-item.is-active .work-item-image {
    max-height: 16rem;
    opacity: 1;
  }

  .work-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .work-item-trigger {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1.1rem 0 0.4rem;
  }

  .work-item-meta {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 0 0 1.1rem;
  }

  .work-index-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    margin-top: 2rem;
  }

  .projects-hero {
    padding: 7rem 1.5rem 0;
  }

  .projects-lead {
    font-size: 0.72rem;
    white-space: normal;
  }

  .projects-archive {
    padding: 2.5rem 1.5rem 0;
  }

  .projects-archive .projects-kicker {
    margin-bottom: 1.15rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 22rem;
    grid-auto-rows: 18rem;
    gap: 0.65rem;
  }

  .project-card-featured {
    grid-row: span 1;
    min-height: 0;
  }

  .project-card {
    cursor: pointer;
  }

  .project-case {
    padding: 4rem 1.5rem 0;
  }

  .project-case-header {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .project-case-hero {
    aspect-ratio: 16 / 11;
  }

  .project-case-copy {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.75rem 0 1.6rem;
  }

  .project-case-gallery {
    grid-template-columns: 1fr;
  }

  .project-case-gallery img {
    aspect-ratio: 16 / 11;
  }

  .project-case-close {
    margin-top: 1.75rem;
    max-width: none;
  }

  .projects-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2.5rem 1.5rem 3rem;
  }

  .affiliate-widget {
    padding: 1rem;
    align-items: flex-end;
  }

  .affiliate-widget-panel {
    width: 100%;
    max-height: 90svh;
    padding: 1.5rem 1.2rem 1.3rem;
    border-radius: 16px 16px 12px 12px;
  }

  .site-footer-name {
    font-size: clamp(2.85rem, 12vw, 7.5rem);
    padding: 2.5rem 0.85rem 0;
    white-space: nowrap;
  }

  .site-footer-bar {
    margin-top: 0;
    padding: 0 1.5rem 1.85rem;
  }

  .site-footer-bar p {
    font-size: 0.72rem;
  }

  .hero-header-img {
    width: 100px;
    height: 50px;
  }

  .hero-footer {
    bottom: 25svh;
  }

  .voyeur-bg-content-copy {
    width: 100%;
  }

  .voyeur-bg-content-col:nth-child(1) .voyeur-bg-content-copy {
    margin-top: -50svh;
  }

  .voyeur-bg-content-col:nth-child(2) .voyeur-bg-content-copy {
    margin-top: 50svh;
  }

  .voyeur-about h3,
  .voyeur-outro-header {
    width: 100%;
    padding: 2rem;
  }

  .menu {
    flex-direction: column-reverse;
  }

  .menu-col-links {
    flex: 1.5;
  }

  .aperture h1 {
    font-size: 3rem;
  }

  .aperture p {
    font-size: 1.125rem;
  }

  .aperture-quote-kicker {
    top: 12%;
    left: 1.5rem;
  }

  .aperture-card {
    width: min(20rem, 82vw);
  }

  .aperture-card--tl {
    top: 50%;
    left: 50%;
    width: min(20rem, 86vw);
  }

  .aperture-card--br {
    right: 1.5rem;
    bottom: 20%;
  }

  .aperture-card--tr {
    top: 14%;
    right: 1.5rem;
  }

  .aperture-card--cl {
    top: 46%;
    left: 1.5rem;
  }

  .aperture-card--ll {
    top: 44%;
    left: 1.5rem;
  }

  .aperture-card-logo {
    width: 2.2rem;
    height: 2.2rem;
  }

  .magnetic h1 {
    font-size: 4rem;
  }

  .magnetic-footer p {
    width: 100%;
  }

  .magnetic-content {
    width: 100%;
    padding: 2rem;
  }
}

.lost-body-page {
  overflow-x: hidden;
}

.lost-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 8rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.lost-header {
  mix-blend-mode: difference;
}

.lost-header-row {
  overflow: hidden;
}

.lost-header-row h1 {
  color: #fff;
  text-transform: uppercase;
}

.lost-lead {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  color: #7a7a7a;
}

.lost-about {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 4rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #161616;
}

.lost-kicker {
  color: #ff6426;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.lost-about h2 {
  max-width: 16ch;
  font-size: clamp(2.75rem, 7vw, 6.5rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.lost-copy {
  margin-top: 1.75rem;
  max-width: 34rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.45;
  color: #b8b8b8;
}

.lost-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.lost-stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
  perspective: 900px;
  z-index: 4;
}

.lost-lottie {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 0.75rem;
  transform: translateX(2rem);
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 1;
}

.lost-lottie svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lost-img {
  width: 65%;
  aspect-ratio: 16 / 9;
  border-radius: 0.75rem;
  transform-origin: top right;
  overflow: hidden;
  will-change: width;
}

.lost-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1000px) {
  .lost-hero {
    padding: 7rem 1.5rem 2rem;
  }

  .lost-about {
    padding: 4rem 1.5rem;
  }

  .lost-about h2 {
    max-width: none;
  }

  .lost-lottie {
    width: 4.5rem;
    height: 4.5rem;
    transform: translateX(1rem);
  }

  .lost-img {
    width: 100%;
  }
}

html.is-transitioning,
html.is-leaving {
  overflow: hidden;
  background: #0f0f0f;
}

html.is-transitioning .preloader {
  display: none;
}

.transition-svg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 200;
}

html.is-transitioning .transition-svg,
html.is-leaving .transition-svg {
  pointer-events: all;
}

.transition-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.transition-svg path {
  stroke-dashoffset: 99999;
  stroke-dasharray: 99999;
}

html.is-transitioning .transition-svg path {
  stroke-dashoffset: 0;
}

@media (prefers-reduced-motion: reduce) {
  html.is-transitioning .transition-svg,
  .transition-svg {
    display: none;
  }
}
