:root {
  --black: #050505;
  --white: #f5f5f2;
  --accent: #002ff6;
  --muted: #777;
  --line: rgba(255, 255, 255, 0.15);
  --mono: "Courier New", "PingFang SC", "Microsoft YaHei", monospace;
  --sans: Arial, Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
  --side: clamp(1.25rem, 5.6vw, 5rem);
  --header-h: 4.7rem;
}

* { box-sizing: border-box; }

img { object-position: center center; }

img,
video,
picture,
.home-media,
.card-media,
.video-card-media,
.project-hero-media,
.detail-open,
.lightbox-stage {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

html { background: var(--black); scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--mono);
  text-rendering: optimizeLegibility;
}

body::after {
  position: fixed;
  z-index: 999;
  inset: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(255,255,255,.018) 3px 4px);
  content: "";
  pointer-events: none;
}

body.is-locked { overflow: hidden; }

button, a { color: inherit; font: inherit; }
button { border: 0; }
a { text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

[hidden] { display: none !important; }

.site-cursor { display: none; }

@media (hover: hover) and (pointer: fine) {
  html.has-custom-cursor,
  html.has-custom-cursor *,
  html.has-custom-cursor *::before,
  html.has-custom-cursor *::after { cursor: none !important; }

  .site-cursor {
    position: fixed;
    z-index: 2147483647;
    top: -3rem;
    left: -3rem;
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    place-items: center;
    border: 1px solid rgba(0, 47, 246, .92);
    border-radius: 50%;
    background: rgba(0, 47, 246, .04);
    box-shadow: 0 0 0 1px rgba(245, 245, 242, .16);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width .16s ease, height .16s ease, background-color .16s ease, border-color .16s ease, opacity .12s ease;
    will-change: top, left, width, height;
  }

  .site-cursor i {
    display: block;
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 0 1px rgba(0, 47, 246, .9);
    transition: transform .16s ease, background-color .16s ease;
  }

  html.cursor-visible .site-cursor { opacity: 1; }
  html.cursor-interactive .site-cursor {
    width: 2.9rem;
    height: 2.9rem;
    border-color: var(--accent);
    background: rgba(0, 47, 246, .12);
  }
  html.cursor-interactive .site-cursor i { transform: scale(.72); }
  html.cursor-active .site-cursor {
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(0, 47, 246, .28);
  }
}

.loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 1rem;
  padding: 2rem;
  background: var(--black);
  font-size: .68rem;
  letter-spacing: .15em;
  transition: opacity .45s ease, visibility .45s ease;
}

.loader i { height: 1px; overflow: hidden; background: #252525; }
.loader i::after {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  content: "";
  animation: load-line 1s ease forwards;
  transform: translateX(-100%);
}
.loader b { font-weight: 400; }
.loader.is-done { visibility: hidden; opacity: 0; pointer-events: none; }
@keyframes load-line { to { transform: translateX(0); } }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: var(--header-h);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(1.2rem, 2.5vw, 2.3rem);
  pointer-events: none;
}

.site-header > * { pointer-events: auto; }

.wordmark, .menu-brand {
  font-family: var(--sans);
  font-size: clamp(.905rem, 1.38vw, 1.236rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

body.is-menu-open .site-header { visibility: hidden; }

.nav-trigger {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  align-content: center;
  justify-self: start;
  gap: .34rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.nav-trigger span {
  display: block;
  width: 1.72rem;
  height: 2px;
  background: var(--accent);
  transition: width .25s ease, transform .25s ease;
}
.nav-trigger span:nth-child(2) { width: 1.15rem; }
.nav-trigger:hover span:nth-child(2) { width: 1.72rem; }

.header-end {
  display: flex;
  align-items: center;
  justify-self: end;
}
.header-end > span { font-size: .58rem; letter-spacing: .12em; }
.route-close {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
}

.menu-overlay {
  position: fixed;
  z-index: 200;
  inset: 0;
  overflow: auto;
  background: rgba(3,3,3,.78);
}

.menu-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 55%, rgba(0,47,246,.08), transparent 35%);
  pointer-events: none;
}

.menu-x {
  position: fixed;
  z-index: 2;
  top: 1.25rem;
  left: 1.9rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  color: var(--accent);
  font-size: 2rem;
  font-weight: 200;
  cursor: pointer;
}

.menu-brand {
  position: fixed;
  z-index: 2;
  top: calc(var(--header-h) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-tree {
  position: relative;
  z-index: 1;
  width: min(41rem, calc(100% - 3rem));
  margin: 0 0 0 clamp(2rem, 12vw, 11rem);
  padding: clamp(9rem, 19vh, 12rem) 0 5rem;
}

.menu-parent, .menu-direct {
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 1.5rem;
  padding: .45rem 0;
  background: transparent;
  font-size: clamp(2rem, 3.25vw, 3.1rem);
  letter-spacing: .08em;
  text-align: left;
  cursor: pointer;
}

.menu-parent i { color: var(--muted); font-size: .9rem; font-style: normal; }
.menu-direct small { color: var(--muted); font-size: .65rem; letter-spacing: .1em; }

.submenu {
  display: grid;
  gap: .8rem;
  padding: .8rem 0 1rem 1.5rem;
}
.submenu a { width: max-content; font-size: .95rem; letter-spacing: .13em; }
.submenu small { color: #555; font-size: .58rem; }
.submenu a:hover, .menu-direct:hover, .menu-parent:hover { color: var(--accent); }

.menu-foot {
  position: fixed;
  right: 2rem;
  bottom: 1.6rem;
  max-width: 23rem;
  margin: 0;
  color: #676767;
  font-size: .62rem;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.app-view {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

.home-view {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
.home-slides, .home-slide, .home-slide::after { position: absolute; inset: 0; }
.home-slide { margin: 0; visibility: hidden; opacity: 0; transition: opacity .85s ease, visibility .85s ease; }
.home-slide.is-current { visibility: visible; opacity: 1; }

.home-slide a { display: grid; width: 100%; height: 100%; place-items: center; }
.home-media { display: grid; width: 100%; min-width: 0; height: 100%; min-height: 0; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); place-self: center; place-items: center; margin: auto; overflow: hidden; }
.home-slide img,
.home-slide video {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  place-self: center;
  margin: auto;
  padding: 0;
  object-fit: cover;
  object-position: center center;
  filter: brightness(.95) contrast(1.04);
  transform: scale(1.015);
  transition: transform 7s cubic-bezier(.2,.7,.2,1);
}
.home-slide.is-current img,
.home-slide.is-current video { transform: scale(1); }
.home-slide video {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.home-slide[data-project="lightweight-down"] img { scale: 1.3; }
.home-slide[data-project="wild-haosen"] img {
  object-position: center center;
}
.home-slide[data-project="holiday"] img {
  object-position: 57% center;
}
.home-slide:first-child .home-media {
  position: relative;
}
.home-slide:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  place-self: auto;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%) scale(1.15);
}
.home-slide[data-slide="4"] img,
.home-slide[data-slide="4"] video,
.home-slide[data-slide="5"] img,
.home-slide[data-slide="5"] video {
  object-position: center top;
}
.home-slide::after {
  background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(0,0,0,.42) 100%);
  content: "";
  pointer-events: none;
}

.slide-caption {
  position: absolute;
  z-index: 2;
  bottom: 1.95rem;
  left: 50%;
  margin: 0;
  font-size: .7475rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}
.slide-caption i { color: var(--accent); font-style: normal; }

.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 4rem;
  height: 7rem;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,.4);
  font-family: var(--sans);
  font-size: 3.7rem;
  font-weight: 200;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.carousel-arrow:hover { color: var(--accent); }
.carousel-prev { left: 2.6vw; }
.carousel-next { right: 2.6vw; }

.home-index {
  position: absolute;
  z-index: 3;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  width: 7.5rem;
  align-items: center;
  gap: .6rem;
  font-size: .56rem;
}
.home-index b, .home-index em { font-style: normal; font-weight: 400; }
.home-index span { height: 1px; flex: 1; background: var(--line); }
.home-index span::after { display: block; width: var(--slide-progress, 16.67%); height: 1px; background: var(--accent); content: ""; }
.home-hint { position: absolute; z-index: 3; bottom: 2rem; left: 2rem; color: #5d5d5d; font-size: .52rem; letter-spacing: .13em; }

.work-view {
  padding: calc(var(--header-h) + 2.2rem) var(--side) 6rem;
  background: var(--black);
}

.work-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
}
.work-header h1 { margin: 0; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; letter-spacing: .16em; }

.format-switch { display: grid; width: min(18rem, 32vw); grid-template-columns: 1fr 1fr; }
.format-switch button, .filter-row button {
  border: 1px solid var(--line);
  background: transparent;
  color: #b3b3b3;
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
}
.format-switch button { padding: .65rem 1rem; }
.format-switch button + button { border-left: 0; }
.format-switch button[aria-pressed="true"], .filter-row button[aria-pressed="true"] { background: var(--accent); color: var(--white); }

.work-intro { max-width: 57rem; margin: 3.7rem 0 2.8rem; font-size: clamp(.76rem, .95vw, .92rem); line-height: 1.9; }
.work-intro p { margin: 0 0 .7rem; }
.work-intro p:last-child { color: #b8b8b8; }

.filter-row { display: flex; flex-wrap: wrap; margin-bottom: 2rem; border-bottom: 1px solid #111; }
.filter-row button { padding: .57rem .9rem; }
.filter-row button + button { border-left: 0; }

.campaign-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4rem 2.6vw; }
.campaign-card { min-width: 0; }
.campaign-card[hidden] { display: none; }
.card-link { display: block; }
.card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #111; }
.card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) brightness(.9); transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.card-media::after { position: absolute; inset: 0; border: 0 solid var(--accent); content: ""; transition: border-width .2s ease; }
.card-link:hover .card-media img { filter: saturate(1) brightness(1); transform: scale(1.025); }
.card-link:hover .card-media::after { border-width: 2px; }
.card-type { position: absolute; z-index: 2; top: .7rem; right: .7rem; padding: .35rem .45rem; background: rgba(0,0,0,.72); font-size: .5rem; letter-spacing: .12em; }
.card-copy { display: grid; grid-template-columns: 1fr auto; gap: .8rem; padding-top: .9rem; }
.card-copy h2 { margin: 0; font-size: .78rem; font-weight: 400; letter-spacing: .05em; line-height: 1.45; }
.card-copy span, .card-copy p { color: #a0a0a0; font-size: .58rem; line-height: 1.45; }
.card-copy p { grid-column: 1 / -1; margin: .05rem 0 0; }
.empty-state { margin-top: 8rem; color: #666; text-align: center; }

.video-view {
  min-height: 100vh;
  padding: calc(var(--header-h) + 2.2rem) var(--side) 7rem;
  background: var(--black);
}
.video-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 8rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.video-header h1 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(3.25rem, 7.5vw, 7.5rem);
  line-height: .78;
  letter-spacing: -.065em;
}
.video-intro { max-width: 34rem; color: #a8a8a3; font-size: clamp(.78rem, 1.1vw, .95rem); line-height: 1.75; }
.video-intro p { margin: .4rem 0; }
.video-collection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 3vw, 3.5rem);
  margin-top: clamp(3rem, 7vw, 7rem);
}
.video-card { min-width: 0; }
.video-card-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.video-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #0b0b0b; }
.video-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease, filter .5s ease;
}
.video-card-open:hover img { filter: brightness(.72); transform: scale(1.025); }
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  font-size: .7rem;
  letter-spacing: .12em;
  transform: translate(-50%, -50%);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.video-card-open:hover .video-play { border-color: var(--white); background: var(--white); color: var(--black); }
.video-card-copy { display: block; padding-top: 1rem; }
.video-card-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.video-card-heading b { font-size: clamp(1rem, 1.7vw, 1.5rem); font-weight: 400; letter-spacing: .06em; line-height: 1.3; }
.video-card-heading small { color: var(--muted); font-size: .65rem; letter-spacing: .12em; }
.video-card-label,
.video-card-description { display: block; margin-top: .45rem; color: #aaa; font-size: .65rem; letter-spacing: .1em; line-height: 1.5; }
.video-card-description { color: #666; }
.video-project-link {
  display: inline-block;
  margin-top: .9rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #333;
  color: #aaa;
  font-size: .65rem;
  letter-spacing: .12em;
}
.video-project-link:hover { border-color: var(--accent); color: var(--accent); }

.project-view { padding: calc(var(--header-h) + 1.5rem) var(--side) 6rem; }
.project-hero-media { display: grid; height: min(35vw, 33rem); min-height: 22rem; grid-template-columns: 1fr 1fr; overflow: hidden; background: #0e0e0e; }
.project-hero-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.project-hero-media[data-project="gold-nyluxe"] {
  height: auto;
  min-height: 0;
  aspect-ratio: 2560 / 1626;
  grid-template-columns: 1fr;
}
.project-hero-media[data-project="gold-nyluxe"] img {
  display: block;
  height: auto;
  object-fit: contain;
}
.project-hero-media[data-project="gopro-8-launch"] {
  height: auto;
  min-height: 0;
  aspect-ratio: 1600 / 849;
  grid-template-columns: 1fr;
}
.project-hero-media[data-project="gopro-8-launch"] img {
  display: block;
  height: auto;
  object-fit: contain;
}
.project-hero-media[data-project="cny-2026"] {
  height: auto;
  min-height: 0;
  grid-template-columns: 1fr;
  aspect-ratio: 4 / 3;
}
.project-hero-media[data-project="cny-2026"] img {
  object-fit: cover;
  object-position: center;
}
.project-hero-media[data-project="hoarding-mural-wall"] {
  height: min(76vh, 58rem);
  min-height: 36rem;
  grid-template-columns: minmax(0, 1fr);
}
.project-hero-media[data-project="hoarding-mural-wall"] img {
  min-width: 0;
  object-fit: contain;
  object-position: center;
}
.project-hero-media:is([data-project="cvd-2026"], [data-project="star-gazing"], [data-project="moose-moment"]) {
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
}
.project-hero-media:is([data-project="cvd-2026"], [data-project="star-gazing"], [data-project="moose-moment"]) img {
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}
.project-hero-media[data-project="generation-b"] {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 7;
}
.project-hero-media[data-project="generation-b"] img { object-position: center; }

.project-info { display: grid; max-width: 78rem; grid-template-columns: 1.2fr 1fr; gap: 5rem; padding: 4.2rem 0 7rem; }
.project-info h1 { margin: 0 0 1.2rem; font-size: clamp(1.15rem, 1.8vw, 1.8rem); font-weight: 400; letter-spacing: .07em; line-height: 1.35; }
.project-info .project-meta { color: #a0a0a0; font-size: .68rem; letter-spacing: .08em; }
.project-info-copy { font-size: .78rem; line-height: 1.9; }
.project-info-copy p { margin: 0 0 1rem; }
.project-info-copy p:last-child { color: #9a9a9a; }

.series-issues { margin: 0 0 clamp(7rem, 12vw, 14rem); }
.series-issues-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 4.5rem);
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.series-issues-heading span {
  color: #858585;
  font-size: .58rem;
  letter-spacing: .12em;
}
.series-issues-heading h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 2.2rem);
  font-weight: 400;
  letter-spacing: .08em;
}
.series-issues-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 7vw, 8rem) 2.4vw;
}
.series-issue-card { display: block; }
.series-issue-card:nth-child(even) { transform: translateY(clamp(2.5rem, 6vw, 6rem)); }
.series-issue-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0d0d0d;
}
.series-issue-media::after {
  position: absolute;
  inset: 0;
  border: 0 solid var(--accent);
  content: "";
  transition: border-width .2s ease;
}
.series-issue-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .35s ease, transform .45s ease;
}
.series-issue-card:hover .series-issue-media img { filter: saturate(1.08) brightness(1.04); transform: scale(1.018); }
.series-issue-card:hover .series-issue-media::after { border-width: 2px; }
.series-issue-copy {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .68rem;
  letter-spacing: .09em;
}
.series-issue-copy b { color: var(--accent); font-weight: 400; }
.series-issue-copy small { color: #777; font-size: .55rem; }
.series-return {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 clamp(3rem, 6vw, 6rem);
  padding: .7rem 0;
  border-bottom: 1px solid var(--line);
  color: #aaa;
  font-size: .6rem;
  letter-spacing: .11em;
}
.series-return:hover { color: var(--accent); }

.detail-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.1rem, 4vw, 4.5rem) 2.4vw; }
.detail-media { position: relative; grid-column: span 6; margin: 0; }
.detail-media.is-wide { grid-column: 1 / -1; }
.detail-media.is-left { grid-column: 1 / span 7; }
.detail-media.is-right { grid-column: 8 / -1; }
.detail-media.is-portrait { grid-column: span 6; padding: 0 9%; }
.detail-gallery[data-project="gold-nyluxe"] { row-gap: clamp(3rem, 7vw, 8rem); }
.detail-gallery[data-project="gold-nyluxe"] .detail-media.is-inset { grid-column: 2 / -2; }
.detail-gallery[data-project="gold-nyluxe"] .detail-media.is-lowered { margin-top: clamp(2.5rem, 7vw, 7.5rem); }
.detail-gallery:is([data-project="cvd-2026"], [data-project="star-gazing"], [data-project="moose-moment"]) .detail-media:nth-child(-n+2) {
  grid-column: span 6;
  padding: 0;
}
.detail-gallery:is([data-project="cvd-2026"], [data-project="star-gazing"], [data-project="moose-moment"]) .detail-media:nth-child(n+3) {
  grid-column: span 4;
  padding: 0;
}
.detail-gallery[data-project="holiday"] { row-gap: clamp(2rem, 5vw, 5.5rem); }
.process-collection-heading {
  display: flex;
  grid-column: 1 / -1;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(3rem, 8vw, 9rem);
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: .62rem;
  letter-spacing: .11em;
}
.process-collection-heading p {
  max-width: 30rem;
  margin: 0;
  color: #777;
  font-size: .54rem;
  line-height: 1.6;
  text-align: right;
}
.detail-gallery[data-project="holiday"] .detail-media.is-process-sketch {
  grid-column: span 4;
  align-self: center;
  padding: 0 7%;
}
.detail-gallery[data-project="holiday"] .detail-media.is-process-character {
  grid-column: span 3;
  align-self: center;
  padding: 0 5%;
}
.detail-gallery[data-project="holiday"] .detail-media.is-process-wide { grid-column: 5 / span 4; }
.detail-gallery[data-project="holiday"] .detail-media:is(.is-process-sketch, .is-process-character) .detail-open {
  overflow: visible;
  border: clamp(.25rem, .6vw, .55rem) solid #e8e3d8;
  background: #e8e3d8;
  box-shadow: 0 1.1rem 2.8rem rgba(0,0,0,.42);
}
.detail-gallery[data-project="holiday"] .detail-media:is(.is-process-sketch, .is-process-character) .detail-open::before {
  position: absolute;
  z-index: 3;
  top: -.72rem;
  left: 50%;
  width: 3.4rem;
  height: 1rem;
  background: rgba(218,207,174,.72);
  content: "";
  transform: translateX(-50%) rotate(-2deg);
  pointer-events: none;
}
.detail-gallery[data-project="holiday"] .detail-media:is(.is-process-sketch, .is-process-character) img {
  background: #f3f0e9;
  filter: sepia(.06) contrast(.98);
}
.detail-gallery[data-project="holiday"] .detail-media.is-tilt-left { transform: rotate(-1.2deg); }
.detail-gallery[data-project="holiday"] .detail-media.is-tilt-right { transform: rotate(1deg); }
.detail-gallery[data-project="holiday"] .detail-media.is-tilt-soft { transform: rotate(-.35deg); }
.detail-media img, .detail-media video { display: block; width: 100%; height: auto; background: #101010; }
.detail-media button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: transparent; cursor: zoom-in; }
.detail-media button::after { position: absolute; right: .75rem; bottom: .75rem; padding: .35rem .45rem; background: rgba(0,0,0,.75); color: #fff; content: "OPEN ↗"; font-size: .52rem; letter-spacing: .1em; opacity: 0; transition: opacity .2s ease; }
.detail-media button:hover::after { opacity: 1; }
.detail-media figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .65rem; color: #8c8c8c; font-size: .54rem; letter-spacing: .09em; }
.video-poster::before { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 4.5rem; height: 4.5rem; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; place-items: center; content: "PLAY"; font-size: .55rem; letter-spacing: .12em; transform: translate(-50%,-50%); }
.back-to-work { display: block; margin-top: 8rem; padding: 2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(1.2rem, 2.4vw, 2.5rem); letter-spacing: .08em; text-align: center; }
.back-to-work:hover { color: var(--accent); }
.next-project {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .28em;
  margin-top: clamp(5rem, 10vw, 11rem);
  padding: clamp(1.5rem, 3vw, 3.5rem) 0;
  font-size: clamp(1.2rem, 2.4vw, 2.5rem);
  letter-spacing: .08em;
  line-height: 1;
  text-align: center;
}
.next-project-arrow {
  display: inline-block;
  font-weight: 300;
  transition: transform .25s ease;
}
.next-project:hover { color: var(--accent); }
.next-project:hover .next-project-arrow { transform: translateX(.12em); }

.text-view { display: grid; min-height: 100svh; align-content: center; grid-template-columns: 1.2fr .8fr; gap: 5vw; padding: calc(var(--header-h) + 3rem) var(--side) 4rem; }
.page-kicker { position: absolute; top: calc(var(--header-h) + 2.2rem); left: var(--side); color: var(--accent); font-size: .62rem; letter-spacing: .13em; }
.text-view h1 { margin: 0; font-family: var(--sans); font-size: clamp(3.5rem, 8vw, 9rem); letter-spacing: -.075em; line-height: .85; }
.page-copy { align-self: end; max-width: 35rem; font-size: .88rem; line-height: 1.9; }
.page-copy p:last-child { color: #888; }
.about-view {
  grid-template-areas: "heading" "copy";
  grid-template-columns: minmax(0, 1fr);
  row-gap: clamp(2rem, 3vw, 3.5rem);
}
.about-heading { grid-area: heading; align-self: end; }
.about-heading h1 { font-size: clamp(3.5rem, 7vw, 8.5rem); }
.about-role {
  max-width: 34rem;
  margin: clamp(1.5rem, 2.5vw, 2.7rem) 0 0;
  font-size: clamp(.72rem, 1.15vw, 1.15rem);
  letter-spacing: .08em;
  line-height: 1.55;
}
.about-view .page-copy { grid-area: copy; align-self: start; max-width: 55rem; }
.portfolio-download {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(1.5rem, 2.5vw, 2.75rem);
  padding: clamp(1rem, 1.5vw, 1.35rem) clamp(1rem, 1.8vw, 1.5rem);
  border: 1px solid var(--accent);
  background: transparent;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(.95rem, 1.45vw, 1.3rem);
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.portfolio-download span { color: inherit; font-size: .72em; letter-spacing: .12em; }
.portfolio-download:hover,
.portfolio-download:focus-visible {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}
.portfolio-download:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.archive-list { display: grid; align-self: end; border-top: 1px solid var(--line); }
.archive-list span { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.music-view {
  min-height: 100svh;
  align-content: start;
  grid-template-columns: minmax(0, .8fr) minmax(28rem, 1.2fr);
  gap: clamp(3rem, 7vw, 9rem);
  padding-top: calc(var(--header-h) + 6rem);
}
.music-heading {
  position: sticky;
  top: calc(var(--header-h) + 6rem);
  align-self: start;
}
.music-heading p {
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  color: #777;
  font-size: .62rem;
  letter-spacing: .13em;
}
.music-library {
  display: grid;
  min-width: 0;
  align-self: start;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: 3rem;
}
.spotify-playlist-card {
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.spotify-playlist-card header {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.spotify-playlist-card span {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: .58rem;
  letter-spacing: .13em;
}
.spotify-playlist-card h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: clamp(.72rem, 1vw, .9rem);
  font-weight: 400;
  letter-spacing: .08em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spotify-playlist-card iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.contact-links { display: grid; align-self: end; gap: 1rem; font-size: .75rem; }
.contact-links a { width: max-content; border-bottom: 1px solid var(--accent); }

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(0,0,0,.98);
  color: var(--white);
}
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: #000; }
.lightbox-top { position: fixed; z-index: 6; top: 0; left: 0; display: grid; width: 100%; height: var(--header-h); grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 1.6rem; background: transparent; font-size: .6rem; letter-spacing: .1em; }
.lightbox-count { justify-self: center; }
.lightbox-close { justify-self: end; width: 2rem; height: 2rem; padding: 0; background: transparent; color: white; font-size: 1.8rem; cursor: pointer; }
.lightbox-stage { position: relative; display: grid; width: 88vw; max-width: 100%; max-height: 100%; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); place-items: center; margin: auto; padding: 0; }
.lightbox-image, .lightbox-video { grid-area: 1 / 1; display: block; width: 100%; max-width: none; height: 100%; max-height: none; place-self: center; margin: 0 auto; object-fit: contain; object-position: center center; }
.lightbox-nav { position: fixed; z-index: 4; top: 50%; width: 4rem; height: 6rem; padding: 0; background: transparent; color: #777; font-size: 3.5rem; transform: translateY(-50%); cursor: pointer; }
.lightbox-nav:hover { color: var(--accent); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
.lightbox-caption { position: fixed; z-index: 5; top: auto; bottom: 5%; left: 50%; margin: 0; white-space: nowrap; font-size: .58rem; letter-spacing: .08em; transform: translateX(-50%); pointer-events: none; }

noscript { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; background: #000; }

@media (max-width: 900px) {
  .lightbox-stage { width: 100%; max-width: 100%; margin-inline: auto; }
  .lightbox-image, .lightbox-video { width: 100%; height: 100%; }
  .lightbox-nav { top: 50%; bottom: auto; width: 3rem; height: 3rem; font-size: 2rem; transform: translateY(-50%); }
  .lightbox-prev { left: .5rem; }
  .lightbox-next { right: .5rem; }
}

@media (max-width: 820px) {
  :root { --header-h: 4rem; }
  .header-end > span { display: none; }
  .site-header { padding: 0 1.25rem; }
  .menu-x { top: .8rem; left: 1.1rem; }
  .menu-tree { width: calc(100% - 2.5rem); margin-left: 1.25rem; padding-top: 8rem; }
  .menu-parent, .menu-direct { font-size: clamp(1.85rem, 10vw, 2.7rem); }
  .menu-foot { position: relative; right: auto; bottom: auto; margin: 0 1.25rem 2rem; text-align: left; }
  .slide-caption { bottom: 2.7rem; max-width: 72vw; overflow: hidden; text-overflow: ellipsis; }
  .carousel-arrow { width: 2.8rem; font-size: 3rem; }
  .carousel-prev { left: 0; }
  .carousel-next { right: 0; }
  .home-index { right: 1.25rem; bottom: 1.25rem; }
  .home-hint { left: 1.25rem; bottom: 1.25rem; }
  .work-view { padding-top: calc(var(--header-h) + 1.4rem); }
  .work-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .work-header h1 { font-size: 1.45rem; }
  .format-switch { width: 100%; }
  .work-intro { margin: 2rem 0 1.5rem; font-size: .74rem; line-height: 1.85; }
  .filter-row { flex-wrap: wrap; border: 0; }
  .filter-row button { flex: 0 0 auto; }
  .campaign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1rem; }
  .card-copy { display: block; padding-top: .65rem; }
  .card-copy h2 { margin-bottom: .3rem; font-size: .68rem; }
  .card-copy span { display: block; }
  .card-copy p { display: none; }
  .card-type { font-size: .45rem; }
  .video-view { padding-top: calc(var(--header-h) + 1.4rem); padding-bottom: 4rem; }
  .video-header { display: block; }
  .video-header h1 { font-size: clamp(2.8rem, 13vw, 4.75rem); }
  .video-intro { margin-top: 2rem; }
  .video-collection { grid-template-columns: 1fr; gap: 3.5rem; margin-top: 3rem; }
  .video-play { width: 4rem; height: 4rem; }
  .project-view { padding-top: calc(var(--header-h) + .95rem); }
  .project-hero-media { height: auto; min-height: 0; aspect-ratio: 1.5 / 1; }
  .project-hero-media[data-project="hoarding-mural-wall"] {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1840 / 2560;
  }
  .project-info { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0 4.5rem; }
  .project-info h1 { font-size: 1rem; }
  .series-issues { margin-bottom: 6rem; }
  .series-issues-heading { display: block; margin-bottom: 2rem; }
  .series-issues-heading h2 { margin-top: .75rem; font-size: 1.25rem; }
  .series-issues-grid { grid-template-columns: 1fr; gap: 3rem; }
  .series-issue-card:nth-child(even) { transform: none; }
  .series-issue-media { aspect-ratio: 4 / 5; }
  .series-issue-copy { font-size: .62rem; }
  .series-return { margin-bottom: 3rem; }
  .detail-gallery { display: block; }
  .detail-media { margin-bottom: 3.5rem; padding: 0 !important; }
  .detail-gallery[data-project="gold-nyluxe"] .detail-media.is-lowered { margin-top: 0; }
  .detail-gallery[data-project="holiday"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1rem;
  }
  .detail-gallery[data-project="holiday"] > .detail-media:not(.is-process-sketch, .is-process-character) {
    grid-column: 1 / -1;
    margin-bottom: 2.2rem;
  }
  .detail-gallery[data-project="holiday"] .process-collection-heading {
    display: block;
    grid-column: 1 / -1;
    margin: 1rem 0 .5rem;
  }
  .detail-gallery[data-project="holiday"] .process-collection-heading p {
    margin-top: .75rem;
    text-align: left;
  }
  .detail-gallery[data-project="holiday"] .detail-media:is(.is-process-sketch, .is-process-character) {
    grid-column: span 1;
    margin: 0 0 1.5rem;
    padding: 0 !important;
  }
  .detail-gallery[data-project="holiday"] .detail-media.is-process-wide { grid-column: 1 / -1; padding: 0 15% !important; }
  .back-to-work { margin-top: 3rem; font-size: 1rem; }
  .next-project { margin-top: 4rem; padding: 1.5rem 0 2rem; font-size: 1rem; }
  .text-view { align-content: center; grid-template-columns: 1fr; gap: 4rem; }
  .text-view h1 { font-size: clamp(3.4rem, 17vw, 6rem); }
  .page-copy, .archive-list, .music-library, .contact-links { align-self: auto; }
  .music-view {
    align-content: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
    padding-top: calc(var(--header-h) + 6rem);
  }
  .music-heading { position: static; }
  .music-heading p { margin-top: 1.75rem; }
  .music-library { width: 100%; gap: 3rem; padding-bottom: 0; }
  .about-view {
    align-content: start;
    grid-template-areas: "heading" "copy";
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding-top: calc(var(--header-h) + 6rem);
  }
  .about-heading h1 { font-size: clamp(3.4rem, 17vw, 6rem); }
  .about-role { margin-top: 1.5rem; font-size: .72rem; }
  .about-view .page-copy { max-width: none; font-size: .78rem; }
  .lightbox-top { padding: 0 1rem; }
  .lightbox-project { max-width: 40vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 430px) {
  .loader { grid-template-columns: 1fr auto; padding: 1.25rem; }
  .loader i { grid-column: 1 / -1; grid-row: 1; }
  .campaign-grid { gap: 1.7rem .9rem; }
  .card-media { aspect-ratio: 3 / 4; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
