:root {
  --bg: #000000;
  --text: #f4f1eb;
  --muted: #d8d3cb;
  --line: rgba(244, 241, 235, 0.18);
  --line-strong: rgba(244, 241, 235, 0.24);
  --page-width: 100%;
  --gutter: clamp(0.9rem, 2vw, 2rem);
  --hero-scale: 1;
  --hero-progress: 0;
  --surface: rgba(244, 241, 235, 0.035);
  --surface-strong: rgba(244, 241, 235, 0.07);
  --premium-shadow: 0 2.2rem 5rem rgba(0, 0, 0, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: "Roboto Condensed", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.home-page {
  overflow-x: hidden;
  --gutter: clamp(1rem, 3.2vw, 3.6rem);
}

.about-page {
  overflow-x: hidden;
}

.hero-page {
  min-height: 100vh;
  min-height: 100svh;
  padding-bottom: 0;
}

.editorial-hero {
  min-height: 100vh;
  min-height: 100svh;
  background: #000000;
  position: relative;
  z-index: 2;
}

.hero-frame {
  width: var(--page-width);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding:
    calc(1.5rem - (0.75rem * var(--hero-progress)))
    var(--gutter)
    calc(1.75rem - (0.9rem * var(--hero-progress)));
  display: grid;
  grid-template-rows: auto auto auto;
  align-items: start;
  position: relative;
  top: auto;
  transform-origin: top center;
  transition: min-height 120ms linear, padding 120ms linear;
}

.home-page .hero-frame {
  padding-top: clamp(0.35rem, 0.75vw, 0.75rem);
  padding-bottom: clamp(1.2rem, 2.6vw, 2.8rem);
  grid-template-rows: auto 1fr auto;
  row-gap: clamp(1rem, 2vw, 2rem);
  align-items: stretch;
}

.home-mobile-bar,
.home-mobile-menu {
  display: none;
}

.hero-title {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(0.05rem, 0.35vw, 0.3rem);
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  width: 100%;
  font-size: clamp(9.2rem, 23vw, 26rem);
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
  transform: scale(var(--hero-scale));
  transform-origin: top center;
  transition: transform 90ms linear;
  will-change: transform;
}

.home-page .hero-title {
  font-size: clamp(9.6rem, 25vw, 28rem);
  line-height: 0.76;
  align-self: center;
  column-gap: clamp(0.8rem, 1.6vw, 1.8rem);
  letter-spacing: -0.012em;
}

.hero-title span {
  display: block;
  flex: 0 1 auto;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: calc(1.65rem - (0.95rem * var(--hero-progress)));
  width: 100%;
  transform: translateY(calc(-0.6rem * var(--hero-progress)));
  transition: margin-top 120ms linear, transform 120ms linear;
}

.home-page .hero-nav {
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 1.35vw, 1.55rem);
  margin-top: 0;
  align-self: start;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.45rem 1.45rem;
  border: 1px solid rgba(244, 241, 235, 0.16);
  border-radius: 999px;
  color: rgba(244, 241, 235, 0.9);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(244, 241, 235, 0.045), rgba(244, 241, 235, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.home-page .hero-pill {
  flex: 0 1 auto;
  min-height: 2.35rem;
  min-width: 0;
  padding: 0.38rem 1.18rem;
  border-color: rgba(244, 241, 235, 0.14);
  color: rgba(244, 241, 235, 0.82);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.home-hero-logo {
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 3;
  width: clamp(4.8rem, 7.6vw, 7.4rem);
  margin: 0;
  opacity: 0.92;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.home-hero-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: invert(1);
}

.home-hero-accents {
  display: none;
}

.home-hero-accent {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 235, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.home-hero-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

.lang-toggle {
  cursor: pointer;
  font-family: inherit;
  min-width: 4rem;
}

.hero-pill:hover,
.hero-pill:focus-visible,
.hero-pill.is-active {
  border-color: rgba(244, 241, 235, 0.32);
  background: linear-gradient(180deg, rgba(244, 241, 235, 0.11), rgba(244, 241, 235, 0.04));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0.55rem 1.4rem rgba(0, 0, 0, 0.16);
}

.hero-pill:hover,
.hero-pill:focus-visible {
  transform: translateY(-1px);
}

.hero-pill:focus-visible {
  outline: none;
}

.hero-pill.is-active {
  transform: none;
}

.hero-intro-row {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  margin-top: 2rem;
  min-height: 0;
  padding-bottom: 0;
  transform: translateY(calc(1.25rem * var(--hero-progress)));
  opacity: calc(1 - (0.18 * var(--hero-progress)));
  transition: transform 120ms linear, opacity 120ms linear;
}

.hero-intro {
  margin: 0;
  max-width: min(42rem, 100%);
  color: var(--muted);
  font-size: clamp(1.3rem, 1.55vw, 2.15rem);
  line-height: 1.2;
  font-weight: 400;
}

.home-page .hero-intro {
  max-width: 40rem;
  color: rgba(244, 241, 235, 0.92);
  font-size: clamp(1.35rem, 1.9vw, 2.4rem);
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
  transform-origin: center bottom;
  display: grid;
  gap: 0.12em;
}

.home-hero-intro-row {
  justify-content: center;
  align-items: end;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  opacity: 1;
  transform: none;
}

.home-video-section {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.home-bee-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(2rem, 4vw, 4.5rem) var(--gutter);
}

.home-bee-logo {
  display: block;
  width: clamp(5rem, 10vw, 9rem);
  height: auto;
  filter: invert(1);
  transform-origin: center;
  animation: home-bee-float 4.8s ease-in-out infinite;
}

@keyframes home-bee-float {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.92) rotate(-2deg);
  }

  18% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: translateY(-0.45rem) scale(1.04) rotate(2deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(-2deg);
  }
}

.home-video-shell {
  display: grid;
  justify-items: center;
  padding: clamp(0.8rem, 1.4vw, 1.4rem) var(--gutter) 0;
}

.home-video-frame {
  margin: 0;
  overflow: hidden;
  background: #000000;
}

.home-hero-video-frame {
  width: min(112rem, 100%);
  justify-self: center;
  margin-top: 0;
  border: 1px solid rgba(244, 241, 235, 0.1);
  box-shadow: var(--premium-shadow);
}

.home-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
}

.home-gsap-page .about-content,
.home-gsap-page .artworks-track,
.home-gsap-page .artwork-panel,
.home-gsap-page .list-group,
.home-gsap-page .hero-title span,
.home-gsap-page .home-hero-pill,
.home-gsap-page .home-hero-intro {
  will-change: transform, opacity;
}

.about-header {
  padding: 0.6rem var(--gutter) 0;
}

.about-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.about-main {
  padding: 0 var(--gutter) 2rem;
}

.home-collections-section {
  padding: clamp(1rem, 2vw, 2rem) var(--gutter) clamp(5rem, 8vw, 8rem);
}

.home-collections-shell {
  display: grid;
  gap: clamp(1.8rem, 3.2vw, 3.4rem);
  max-width: 112rem;
  margin: 0 auto;
  padding-top: clamp(1.2rem, 2vw, 2rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.home-collections-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(1.4rem, 3vw, 3rem);
  max-width: none;
}

.home-collections-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-collections-title {
  margin: 0;
  max-width: 24ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.2rem, 3.4vw, 4.8rem);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.6rem);
  align-items: start;
}

.home-collection-card {
  margin: 0;
  display: grid;
  gap: 0.7rem;
  will-change: transform, opacity;
}

.home-collection-image {
  margin: 0;
  overflow: hidden;
  background: #f4f1eb;
  padding: clamp(1.4rem, 3vw, 3.4rem);
  position: relative;
  box-shadow: 0 1.4rem 3.4rem rgba(0, 0, 0, 0.24);
}

.home-collection-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 240ms ease;
}

.home-collection-image-stacked {
  isolation: isolate;
  aspect-ratio: 0.9 / 1.08;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 2.3vw, 2rem);
}

.home-collection-image-stacked::before,
.home-collection-image-stacked::after {
  content: "";
  position: absolute;
  inset: clamp(0.7rem, 1.6vw, 1.2rem);
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  transform-origin: center;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 240ms ease;
}

.home-collection-image-stacked::before {
  transform: rotate(-6deg) translate(-0.35rem, 0.2rem);
  opacity: 0.78;
  z-index: 0;
}

.home-collection-image-stacked::after {
  transform: rotate(5deg) translate(0.5rem, -0.1rem);
  opacity: 0.64;
  z-index: 0;
}

.collection-picture-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  align-self: stretch;
  background: #f4f1eb;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.16);
}

.collection-image-fill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.collection-image-shaolin img {
  transform-origin: center;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.home-collection-card:hover .home-collection-image img,
.home-collection-card:focus-within .home-collection-image img {
  transform: scale(1.025);
  opacity: 0.92;
}

.home-collection-card:hover .home-collection-image-stacked::before,
.home-collection-card:focus-within .home-collection-image-stacked::before {
  transform: rotate(-8deg) translate(-0.45rem, 0.25rem);
}

.home-collection-card:hover .home-collection-image-stacked::after,
.home-collection-card:focus-within .home-collection-image-stacked::after {
  transform: rotate(7deg) translate(0.65rem, -0.18rem);
}

.home-collection-card:hover .collection-image-shaolin img,
.home-collection-card:focus-within .collection-image-shaolin img {
  transform: scale(1.025);
}

.home-collection-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.home-ligne36-section {
  padding: 0 var(--gutter) clamp(5rem, 8vw, 8rem);
}

.home-ligne36-shell {
  width: min(112rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.6rem, 3.4vw, 3.6rem);
  align-items: start;
  padding: clamp(1.4rem, 2.4vw, 2.4rem);
  border: 1px solid rgba(244, 241, 235, 0.1);
  border-radius: clamp(1rem, 1.7vw, 1.8rem);
  background: linear-gradient(180deg, var(--surface), rgba(244, 241, 235, 0.012));
  box-shadow: var(--premium-shadow);
}

.home-ligne36-copy {
  display: grid;
  gap: 0.95rem;
  max-width: 28rem;
}

.home-ligne36-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-ligne36-title {
  margin: 0;
  max-width: 12ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.45rem, 4.3vw, 5.25rem);
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
}

.home-ligne36-text {
  margin: 0;
  max-width: 29rem;
  color: rgba(244, 241, 235, 0.74);
  font-size: clamp(1rem, 1.05vw, 1.14rem);
  line-height: 1.4;
}

.home-ligne36-link {
  justify-self: start;
  margin-top: 0.35rem;
  color: rgba(244, 241, 235, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(244, 241, 235, 0.22);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-ligne36-link:hover,
.home-ligne36-link:focus-visible {
  color: #ffffff;
  border-color: rgba(244, 241, 235, 0.42);
  transform: translateY(-1px);
}

.home-ligne36-media {
  margin: 0;
  overflow: hidden;
  background: #000000;
  min-height: 0;
}

.home-ligne36-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05) brightness(0.9);
}

.ligne36-page {
  overflow-x: hidden;
}

.ligne36-main {
  padding: 0 var(--gutter) 0;
}

.ligne36-hero,
.ligne36-passage {
  padding: 2.75rem 0 6rem;
}

.ligne36-hero-shell,
.ligne36-passage-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.ligne36-passage-shell {
  padding-top: 1.6rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.ligne36-hero-copy,
.ligne36-passage-copy {
  display: grid;
  gap: 1.2rem;
  max-width: 40rem;
}

.ligne36-kicker,
.ligne36-section-label {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ligne36-title,
.ligne36-section-title {
  margin: 0;
  max-width: 12ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 5.8rem);
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
}

.ligne36-intro,
.ligne36-section-text,
.ligne36-note-text {
  margin: 0;
  color: rgba(244, 241, 235, 0.76);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  line-height: 1.38;
}

.ligne36-hero-media {
  margin: 0;
  overflow: hidden;
  background: #000000;
}

.ligne36-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ligne36-notes {
  display: grid;
  gap: 0;
}

.ligne36-note {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 0.7rem 1.2rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.08);
}

.ligne36-note:first-child {
  border-top: 1px solid rgba(244, 241, 235, 0.08);
}

.ligne36-note-index,
.ligne36-note-title {
  margin: 0;
}

.ligne36-note-index {
  color: rgba(244, 241, 235, 0.46);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.ligne36-note-title {
  color: rgba(244, 241, 235, 0.96);
  font-size: clamp(1.35rem, 1.45vw, 1.8rem);
  line-height: 1;
}

.ligne36-motion-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2.4rem, 0);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ligne36-motion-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-collection-index {
  margin: 0;
  color: rgba(244, 241, 235, 0.52);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-collection-name {
  margin: 0;
  color: rgba(244, 241, 235, 0.98);
  font-size: clamp(1.35rem, 1.45vw, 1.9rem);
  line-height: 0.97;
  font-weight: 400;
}

.artwork-page {
  overflow-x: hidden;
}

.artwork-page-main {
  padding: 0 var(--gutter) 0;
}

.artwork-hero {
  padding: 2.8rem 0 2.2rem;
}

.artwork-hero-shell {
  display: grid;
  gap: 1.4rem;
  align-items: start;
}

.artwork-hero-marquee {
  display: grid;
  gap: 1.5rem;
  max-width: 70rem;
}

.artwork-section-heading {
  display: grid;
  gap: 0.9rem;
}

.artwork-kicker,
.artwork-section-label {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.artwork-kicker-meta {
  color: rgba(244, 241, 235, 0.44);
  font-size: 0.9rem;
}

.artwork-ribbon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 1rem 2.4rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 241, 235, 0.12);
}

.artwork-ribbon-item {
  margin: 0;
  color: rgba(244, 241, 235, 0.58);
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artwork-hero-title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.9rem, 5vw, 6.2rem);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.artwork-hero-intro,
.artwork-note-text,
.artwork-series-text,
.artwork-series-desc {
  margin: 0;
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.05rem, 1.14vw, 1.3rem);
  line-height: 1.3;
}

.artwork-hero-intro {
  max-width: 30rem;
}

.artwork-hero-media,
.artwork-film-card,
.artwork-montage-main,
.artwork-montage-detail {
  margin: 0;
  overflow: hidden;
  background: #111111;
}

.artwork-hero-media img,
.artwork-film-card img,
.artwork-montage-main img,
.artwork-montage-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artwork-page-section {
  padding: 0 0 5rem;
}

.artwork-filmstrip {
  padding: 0 0 4.5rem;
}

.artwork-filmstrip-track {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.56fr 0.92fr 0.72fr 0.72fr;
  gap: 1rem;
  align-items: end;
}

.artwork-film-card {
  aspect-ratio: 0.88 / 1;
}

.artwork-film-card-large {
  aspect-ratio: 0.92 / 1;
}

.artwork-film-card-tall {
  aspect-ratio: 0.72 / 1.14;
}

.artwork-film-note,
.artwork-montage,
.artwork-ledger {
  display: grid;
  gap: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-note-meta,
.artwork-ledger-name,
.artwork-ledger-meta,
.artwork-ledger-year {
  margin: 0;
}

.artwork-film-note {
  align-content: end;
  min-height: 100%;
}

.artwork-note-meta {
  color: rgba(244, 241, 235, 0.56);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.artwork-note-title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.5rem, 1.8vw, 2.25rem);
  line-height: 1.02;
  font-weight: 400;
}

.artwork-montage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.74fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}

.artwork-montage-main {
  aspect-ratio: 0.96 / 1;
}

.artwork-montage-side {
  display: grid;
  gap: 1.2rem;
}

.artwork-section-title {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 0.96;
  font-weight: 400;
}

.artwork-montage-detail {
  aspect-ratio: 0.94 / 1;
}

.artwork-montage-detail-offset {
  width: min(72%, 18rem);
  justify-self: end;
  transform: translateY(-2.2rem);
}

.artwork-ledger-intro {
  display: grid;
  gap: 1rem;
  max-width: 46rem;
}

.artwork-ledger-list {
  display: grid;
}

.artwork-ledger-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(260px, 1fr) 90px;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-ledger-row:first-child {
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-ledger-name {
  color: rgba(244, 241, 235, 0.95);
  font-size: clamp(1.25rem, 1.38vw, 1.6rem);
  line-height: 1.05;
}

.artwork-ledger-meta {
  color: rgba(244, 241, 235, 0.7);
  font-size: 1rem;
  line-height: 1.3;
}

.artwork-ledger-year {
  color: rgba(244, 241, 235, 0.55);
  font-size: 1rem;
  line-height: 1.1;
  text-align: right;
}

.artwork-immersive-page {
  overflow-x: hidden;
}

.artwork-immersive-page .artwork-page-main {
  padding: 0 var(--gutter) 0;
}

.artwork-immersive-hero,
.artwork-atlas,
.artwork-quote-band,
.artwork-editorial,
.artwork-collections-showcase,
.artwork-ledger-immersive {
  padding: 0 0 clamp(5.5rem, 10vw, 9rem);
}

.artwork-immersive-hero {
  min-height: calc(100vh - 3.4rem);
  display: grid;
  align-items: center;
  padding-top: 2rem;
}

.artwork-immersive-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(320px, 1fr);
  gap: clamp(2.2rem, 6vw, 8rem);
  align-items: center;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.artwork-immersive-copy {
  display: grid;
  gap: 1.5rem;
  max-width: 42rem;
}

.artwork-immersive-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.52);
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artwork-immersive-title {
  margin: 0;
  max-width: 11ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 5.8vw, 6.1rem);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(244, 241, 235, 0.98);
  text-wrap: balance;
  text-transform: uppercase;
}

.artwork-immersive-intro,
.artwork-atlas-note-text,
.artwork-ledger-immersive-copy {
  margin: 0;
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.05rem, 1.14vw, 1.26rem);
  line-height: 1.34;
}

.artwork-immersive-intro {
  max-width: 31rem;
}

.artwork-immersive-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.9rem 2.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-immersive-meta p,
.artwork-atlas-note-label,
.artwork-ledger-immersive-index,
.artwork-ledger-immersive-year {
  margin: 0;
  color: rgba(244, 241, 235, 0.54);
  font-size: 0.96rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artwork-immersive-stage {
  position: relative;
  min-height: clamp(36rem, 62vw, 58rem);
}

.artwork-stage-panel,
.artwork-atlas-card,
.artwork-editorial-image {
  margin: 0;
  overflow: hidden;
  background: #111111;
}

.artwork-stage-panel img,
.artwork-atlas-card img,
.artwork-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.artwork-stage-panel {
  position: absolute;
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.28);
}

.artwork-immersive-page .artwork-atlas-card:hover img,
.artwork-immersive-page .artwork-atlas-card:focus-within img,
.artwork-immersive-page .artwork-editorial-image:hover img,
.artwork-immersive-page .artwork-editorial-image:focus-within img {
  transform: scale(1.06);
}

.artwork-stage-panel-main {
  inset: 0 10% 3% 0;
}

.artwork-stage-panel-secondary {
  width: 34%;
  right: 0;
  top: 8%;
  aspect-ratio: 0.78 / 1;
}

.artwork-stage-panel-tertiary {
  width: 30%;
  left: 12%;
  bottom: 0;
  aspect-ratio: 0.76 / 1;
}

.artwork-atlas {
  display: grid;
  gap: 2.4rem;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.artwork-atlas-heading,
.artwork-ledger-immersive-intro {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-atlas-title,
.artwork-quote-title,
.artwork-editorial-title,
.artwork-ledger-immersive-title {
  margin: 0;
  max-width: 14ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.15rem, 3.6vw, 4.8rem);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.artwork-atlas-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.82fr 0.54fr;
  gap: 1.2rem;
  align-items: start;
}

.artwork-atlas-card {
  aspect-ratio: 0.92 / 1;
}

.artwork-atlas-card-tall {
  grid-row: span 2;
  aspect-ratio: 0.78 / 1.14;
}

.artwork-atlas-card-wide {
  aspect-ratio: 1.2 / 0.88;
}

.artwork-atlas-note {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 100%;
  padding: 0.25rem 0 0;
}

.artwork-quote-band {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.artwork-quote-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(260px, 0.54fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(3rem, 8vw, 7rem) 0;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
  border-bottom: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-quote-copy {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
}

.artwork-quote-title {
  max-width: 15ch;
}

.artwork-quote-text {
  margin: 0;
  max-width: 31rem;
  color: rgba(244, 241, 235, 0.74);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.36;
}

.artwork-quote-image {
  margin: 0;
  overflow: hidden;
  background: #111111;
  aspect-ratio: 0.88 / 1;
  justify-self: end;
}

.artwork-quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.artwork-immersive-page .artwork-quote-image:hover img,
.artwork-immersive-page .artwork-quote-image:focus-within img {
  transform: scale(1.05);
}

.artwork-editorial {
  display: grid;
  gap: 2.4rem;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.artwork-editorial-copy {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
}

.artwork-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(240px, 0.56fr);
  gap: 1.2rem clamp(1.2rem, 3vw, 2rem);
  align-items: start;
}

.artwork-editorial-image-large {
  grid-row: span 2;
  aspect-ratio: 0.94 / 1;
}

.artwork-editorial-image-small {
  aspect-ratio: 0.92 / 0.76;
}

.artwork-editorial-image-portrait {
  width: min(82%, 24rem);
  justify-self: end;
  aspect-ratio: 0.78 / 1;
}

.artwork-collections-showcase {
  display: grid;
  gap: 2.4rem;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

@media (max-width: 560px) {
  .artwork-immersive-shell,
  .artwork-atlas,
  .artwork-quote-shell,
  .artwork-editorial,
  .artwork-collections-showcase {
    padding-inline: clamp(0.85rem, 4vw, 1.2rem);
  }
}

.artwork-collections-heading {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
}

.artwork-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
}

.artwork-collection-card,
.artwork-collection-image {
  margin: 0;
}

.artwork-collection-card {
  display: grid;
  gap: 0.95rem;
}

.artwork-collection-image {
  overflow: hidden;
  background: #f4f1eb;
  aspect-ratio: 0.9 / 1.08;
  padding: clamp(1.4rem, 3vw, 3.4rem);
}

.artwork-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 240ms ease;
}

.artwork-immersive-page .artwork-collection-card:hover .artwork-collection-image img,
.artwork-immersive-page .artwork-collection-card:focus-within .artwork-collection-image img {
  transform: scale(1.025);
  opacity: 0.92;
}

.artwork-immersive-page .artwork-collection-card:hover .collection-image-shaolin img,
.artwork-immersive-page .artwork-collection-card:focus-within .collection-image-shaolin img {
  transform: scale(1.48);
}

.artwork-collection-copy {
  display: grid;
  gap: 0.35rem;
}

.artwork-collection-index {
  margin: 0;
  color: rgba(244, 241, 235, 0.52);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artwork-collection-title {
  margin: 0;
  color: rgba(244, 241, 235, 0.97);
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  line-height: 0.96;
  font-weight: 400;
}

.artwork-ledger-immersive-list {
  display: grid;
}

.artwork-ledger-immersive-row {
  display: grid;
  grid-template-columns: 58px minmax(220px, 0.66fr) minmax(280px, 1fr) 90px;
  gap: 1.2rem;
  align-items: baseline;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.1);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    background-color 320ms ease;
}

.artwork-ledger-immersive-row:first-child {
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.artwork-ledger-immersive-name {
  margin: 0;
  color: rgba(244, 241, 235, 0.96);
  font-size: clamp(1.3rem, 1.6vw, 1.85rem);
  line-height: 1.02;
}

.artwork-ledger-immersive-year {
  text-align: right;
}

.artwork-immersive-page .artwork-ledger-immersive-row:hover,
.artwork-immersive-page .artwork-ledger-immersive-row:focus-within {
  transform: translateX(0.45rem);
  border-color: rgba(244, 241, 235, 0.16);
  background: rgba(255, 255, 255, 0.012);
}

.collection-page {
  --collection-accent: 244, 241, 235;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(var(--collection-accent), 0.12), transparent 28rem),
    #000000;
}

.collection-page-shaolin {
  --collection-accent: 221, 45, 28;
}

.collection-page-encrage {
  --collection-accent: 209, 42, 104;
}

.collection-page-intention {
  --collection-accent: 236, 177, 45;
}

.collection-main {
  padding: 0 var(--gutter);
}

.collection-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  min-height: calc(100vh - 4.4rem);
  min-height: calc(100svh - 4.4rem);
  padding: clamp(2rem, 4vw, 4.5rem) 0 clamp(4.4rem, 8vw, 7.4rem);
}

.collection-hero-copy,
.collection-statement,
.collection-next {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
}

.collection-kicker,
.collection-next-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-title {
  margin: 0;
  max-width: 7ch;
  color: rgba(244, 241, 235, 0.98);
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(5.6rem, 13vw, 14rem);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-intro,
.collection-text {
  margin: 0;
  max-width: 34rem;
  color: rgba(244, 241, 235, 0.76);
  font-size: clamp(1.06rem, 1.18vw, 1.32rem);
  line-height: 1.34;
}

.collection-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.3rem;
}

.collection-meta p {
  margin: 0;
  padding: 0.46rem 0.72rem;
  border: 1px solid rgba(var(--collection-accent), 0.3);
  border-radius: 999px;
  color: rgba(244, 241, 235, 0.74);
  background: rgba(var(--collection-accent), 0.08);
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.collection-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.38fr);
  gap: clamp(0.8rem, 1.6vw, 1.3rem);
  align-items: end;
}

.collection-hero-image,
.collection-work {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--collection-accent), 0.18);
  background: #111111;
  box-shadow: 0 1.4rem 3.4rem rgba(0, 0, 0, 0.3);
}

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

.collection-hero-image-main {
  aspect-ratio: 0.88 / 1;
}

.collection-hero-image-secondary {
  aspect-ratio: 0.72 / 1;
  transform: translateY(clamp(1rem, 4vw, 3rem));
}

.collection-statement {
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  align-items: start;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 8vw, 7rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.collection-statement .collection-kicker {
  position: sticky;
  top: 1.2rem;
}

.collection-section-title {
  margin: 0;
  max-width: 16ch;
  color: rgba(244, 241, 235, 0.96);
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 6vw, 7.2rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-statement .collection-text {
  grid-column: 2;
  max-width: 38rem;
}

.collection-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(0.8rem, 1.5vw, 1.3rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.collection-work {
  min-height: 0;
  aspect-ratio: 0.9 / 1;
}

.collection-work-wide {
  grid-column: span 2;
  aspect-ratio: 1.62 / 1;
}

.collection-work-tall {
  grid-row: span 2;
  aspect-ratio: 0.74 / 1;
}

.collection-next {
  padding: clamp(1.6rem, 3vw, 2.3rem) 0 clamp(4.5rem, 8vw, 7rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.collection-next-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.collection-next-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  padding: 1rem;
  border: 1px solid rgba(244, 241, 235, 0.13);
  color: rgba(244, 241, 235, 0.96);
  background: linear-gradient(180deg, rgba(244, 241, 235, 0.05), rgba(244, 241, 235, 0.018));
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: 0.88;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.collection-next-link span {
  order: 2;
  color: rgba(244, 241, 235, 0.46);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.collection-next-link:hover,
.collection-next-link:focus-visible {
  border-color: rgba(244, 241, 235, 0.26);
  background: rgba(244, 241, 235, 0.07);
  transform: translateY(-0.12rem);
}

@media (max-width: 900px) {
  .collection-hero,
  .collection-statement {
    grid-template-columns: 1fr;
  }

  .collection-statement .collection-kicker {
    position: static;
  }

  .collection-statement .collection-text {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .collection-page .about-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    padding: 0;
  }

  .collection-page .about-header .about-nav {
    display: none;
  }
}

@media (max-width: 720px) {
  .collection-main {
    padding-inline: clamp(0.85rem, 4vw, 1.2rem);
  }

  .collection-hero {
    gap: 1.55rem;
    min-height: auto;
    padding: clamp(4.6rem, 18vw, 6rem) 0 3.4rem;
  }

  .collection-hero-copy {
    gap: 0.95rem;
  }

  .collection-kicker,
  .collection-next-kicker {
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .collection-title {
    max-width: 100%;
    font-size: clamp(4.25rem, 21vw, 7.2rem);
    line-height: 0.78;
  }

  .collection-intro,
  .collection-text {
    max-width: none;
    font-size: 1.02rem;
    line-height: 1.36;
  }

  .collection-meta {
    gap: 0.42rem;
  }

  .collection-meta p {
    padding: 0.42rem 0.58rem;
    font-size: 0.7rem;
  }

  .collection-hero-media {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
    padding-top: 0.45rem;
  }

  .collection-hero-image {
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.34);
  }

  .collection-hero-image-main {
    width: min(88%, 23rem);
    aspect-ratio: 0.86 / 1;
  }

  .collection-hero-image-secondary {
    width: min(46%, 11rem);
    aspect-ratio: 0.72 / 1;
    justify-self: end;
    margin-top: -42%;
    transform: translateY(1.3rem);
    border-color: rgba(244, 241, 235, 0.2);
  }

  .collection-statement {
    gap: 1rem;
    padding: 1.6rem 0 3.2rem;
  }

  .collection-section-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 4.2rem);
    line-height: 0.9;
  }

  .collection-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding-bottom: 3.4rem;
  }

  .collection-work,
  .collection-work-wide,
  .collection-work-tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 0.82 / 1;
    box-shadow: none;
  }

  .collection-work-wide:nth-child(2),
  .collection-work-wide:nth-child(5) {
    grid-column: 1 / -1;
    aspect-ratio: 1.18 / 1;
  }

  .collection-next {
    gap: 0.9rem;
    padding: 1.4rem 0 4rem;
  }

  .collection-next-list {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .collection-next-link {
    min-height: 4.25rem;
    padding: 0.85rem 0.9rem;
    font-size: clamp(2.3rem, 13vw, 4.2rem);
  }
}

@media (max-width: 420px) {
  .collection-title {
    font-size: clamp(3.7rem, 20vw, 5.2rem);
  }

  .collection-gallery {
    gap: 0.48rem;
  }

  .collection-next-link {
    min-height: 3.9rem;
  }
}

.gallery-page {
  overflow-x: hidden;
}

.gallery-page-main {
  padding: 0 var(--gutter) 0;
}

.gallery-hero {
  padding: 2.75rem 0 6rem;
}

.gallery-hero-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.gallery-hero-copy {
  display: grid;
  gap: 1.5rem;
  max-width: 42rem;
}

.gallery-kicker,
.gallery-section-label {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gallery-hero-title,
.gallery-section-title {
  margin: 0;
  max-width: 12ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 5.8rem);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-hero-intro,
.gallery-contexts-text,
.gallery-ledger-meta,
.gallery-ledger-city {
  margin: 0;
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.02rem, 1.08vw, 1.22rem);
  line-height: 1.3;
}

.gallery-hero-intro,
.gallery-contexts-text {
  max-width: 30rem;
}

.gallery-hero-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.46fr);
  gap: 1rem;
  align-items: end;
}

.gallery-hero-image,
.gallery-context-card,
.gallery-ledger-preview {
  margin: 0;
  overflow: hidden;
  background: #111111;
}

.gallery-hero-image img,
.gallery-context-card img,
.gallery-ledger-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-hero-image-large {
  aspect-ratio: 0.92 / 1;
}

.gallery-hero-image-small {
  aspect-ratio: 0.74 / 1;
  transform: translateY(2.2rem);
}

.gallery-archive,
.gallery-contexts {
  padding: 0 0 6.4rem;
}

.gallery-archive-shell,
.gallery-contexts-shell {
  display: grid;
  gap: 2.6rem;
  padding-top: 1.8rem;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

@media (max-width: 560px) {
  .gallery-hero-shell,
  .gallery-archive-shell,
  .gallery-contexts-shell {
    padding-inline: clamp(0.85rem, 4vw, 1.2rem);
  }
}

.gallery-archive-heading {
  display: grid;
  gap: 0.9rem;
}

.gallery-ledger {
  display: grid;
}

.gallery-ledger-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.86fr) minmax(120px, 0.56fr) 80px;
  gap: 1.2rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.08);
}

.gallery-ledger-title-wrap,
.gallery-ledger-title,
.gallery-ledger-year {
  margin: 0;
}

.gallery-ledger-title-wrap {
  position: static;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.gallery-ledger-title {
  color: rgba(244, 241, 235, 0.94);
  font-size: clamp(1.2rem, 1.35vw, 1.62rem);
  line-height: 1.05;
}

.gallery-ledger-row:hover .gallery-ledger-preview,
.gallery-ledger-row:focus-within .gallery-ledger-preview {
  opacity: 1;
  transform: translate3d(0, -50%, 0) scale(1) rotate(0deg);
}

.gallery-ledger-preview {
  position: absolute;
  right: clamp(5rem, 9vw, 8rem);
  top: 50%;
  width: clamp(12rem, 18vw, 16rem);
  aspect-ratio: 0.86 / 1;
  border: 1px solid rgba(244, 241, 235, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -44%, 0) scale(0.96) rotate(-2deg);
  transition: opacity 180ms ease, transform 220ms ease;
  z-index: 3;
}

.gallery-ledger-city {
  color: rgba(244, 241, 235, 0.6);
}

.gallery-ledger-year {
  color: rgba(244, 241, 235, 0.58);
  font-size: 1rem;
  line-height: 1.05;
  text-align: right;
}

.gallery-motion-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 2.4rem, 0);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.gallery-motion-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.has-gsap .gallery-motion-page [data-reveal],
.has-gsap .about-motion-page [data-reveal],
.has-gsap .ligne36-motion-page [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.gallery-motion-page .gallery-hero-image,
.gallery-motion-page .gallery-context-card {
  transform: translate3d(0, var(--parallax-shift, 0px), 0);
  transition: transform 220ms linear;
  will-change: transform;
}

.gallery-motion-page .gallery-hero-image-small {
  transform: translate3d(0, calc(2.2rem + var(--parallax-shift, 0px)), 0);
}

.gallery-motion-page .gallery-ledger-row {
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    background-color 320ms ease;
}

.gallery-motion-page .gallery-ledger-row:hover,
.gallery-motion-page .gallery-ledger-row:focus-within {
  transform: translateX(0.45rem);
  border-color: rgba(244, 241, 235, 0.16);
  background: rgba(255, 255, 255, 0.015);
}

.gallery-motion-page .gallery-ledger-title {
  transition: letter-spacing 320ms ease, color 320ms ease;
}

.gallery-motion-page .gallery-ledger-row:hover .gallery-ledger-title,
.gallery-motion-page .gallery-ledger-row:focus-within .gallery-ledger-title {
  color: #ffffff;
  letter-spacing: 0.02em;
}

.about-motion-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 1.8rem, 0);
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 950ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.about-motion-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-motion-page .about-cinema-image,
.about-motion-page .about-drift-image,
.about-motion-page .about-immersive-end-image {
  transform: translate3d(0, var(--parallax-shift, 0px), 0);
  transition: transform 220ms linear;
  will-change: transform;
}

.about-motion-page .about-ledger-row {
  transition:
    border-color 320ms ease,
    background-color 320ms ease;
}

.about-motion-page .about-ledger-row:hover,
.about-motion-page .about-ledger-row:focus-within {
  border-color: rgba(244, 241, 235, 0.16);
  background: rgba(255, 255, 255, 0.012);
}

.about-motion-page .about-ledger-name {
  transition: color 320ms ease, letter-spacing 320ms ease;
}

.about-motion-page .about-ledger-row:hover .about-ledger-name,
.about-motion-page .about-ledger-row:focus-within .about-ledger-name {
  color: #ffffff;
  letter-spacing: 0.02em;
}

.gallery-contexts-shell {
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.gallery-contexts-copy {
  display: grid;
  gap: 1rem;
}

.gallery-contexts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
}

.gallery-context-card-wide {
  grid-column: 1 / -1;
}

.gallery-context-card-wide img {
  aspect-ratio: 1.28 / 1;
}

.gallery-context-card img {
  aspect-ratio: 0.92 / 1;
}

.contact-page {
  overflow-x: hidden;
}

.contact-page-main {
  padding: 0 var(--gutter) 0;
}

.contact-hero {
  padding: 2.75rem 0 5.8rem;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.contact-copy {
  display: grid;
  gap: 1.4rem;
  max-width: 40rem;
}

.contact-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-title {
  margin: 0;
  max-width: 12ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 4.7vw, 5.9rem);
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-intro,
.contact-direct-copy {
  margin: 0;
  max-width: 30rem;
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.02rem, 1.08vw, 1.22rem);
  line-height: 1.34;
}

.contact-direct {
  display: grid;
  gap: 0.45rem;
  max-width: 24rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.contact-direct-label {
  margin: 0;
  color: rgba(244, 241, 235, 0.48);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-direct-link {
  color: rgba(244, 241, 235, 0.96);
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  line-height: 1.1;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.05rem;
  padding: clamp(1.45rem, 2.3vw, 2rem);
  border: 1px solid rgba(244, 241, 235, 0.1);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(8, 8, 8, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 1.25rem 2.8rem rgba(0, 0, 0, 0.22);
  position: relative;
}

.contact-field {
  display: grid;
  gap: 0.45rem;
}

.contact-form .contact-field:nth-of-type(3),
.contact-form .contact-field:nth-of-type(4),
.contact-form .contact-submit {
  grid-column: 1 / -1;
}

.contact-field span {
  color: rgba(244, 241, 235, 0.56);
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(244, 241, 235, 0.12);
  border-radius: 1rem;
  background: rgba(12, 12, 12, 0.96);
  color: var(--text);
  font: inherit;
  padding: 1rem 1.05rem;
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.contact-field input {
  min-height: 3.35rem;
}

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

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(244, 241, 235, 0.28);
  background: rgba(16, 16, 16, 0.98);
  box-shadow: inset 0 0 0 1px rgba(244, 241, 235, 0.06);
  transform: translateY(-1px);
}

.contact-submit {
  justify-self: start;
  min-height: 3.35rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid rgba(244, 241, 235, 0.14);
  border-radius: 999px;
  background: rgba(244, 241, 235, 0.94);
  color: #050505;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  border-color: rgba(244, 241, 235, 0.28);
  background: #ffffff;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.about-page-main {
  padding: 0 var(--gutter) 0;
}

.about-section-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.58);
  font-size: clamp(0.92rem, 0.98vw, 1.02rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-editorial-image {
  margin: 0;
  overflow: hidden;
  background: #111111;
}

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

.about-editorial-hero,
.about-statement-band,
.about-practice-section,
.about-principles-section,
.about-context-section {
  padding-bottom: 5rem;
}

.about-editorial-hero {
  display: grid;
  grid-template-columns: minmax(18rem, 31rem) minmax(0, 1fr);
  gap: clamp(1.8rem, 4vw, 4.5rem);
  align-items: start;
  padding-top: 2rem;
}

.about-editorial-hero-copy {
  display: grid;
  gap: 1.25rem;
  max-width: 29rem;
  position: sticky;
  top: 5rem;
}

.about-editorial-hero-title {
  margin: 0;
  max-width: 9ch;
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.about-editorial-hero-intro,
.about-statement-copy p,
.about-practice-copy p,
.about-principle-copy {
  margin: 0;
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.02rem, 1.08vw, 1.22rem);
  line-height: 1.42;
}

.about-editorial-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.42fr);
  gap: 1rem;
  align-items: start;
}

.about-editorial-image-primary {
  aspect-ratio: 0.9 / 1;
}

.about-editorial-aside {
  display: grid;
  gap: 1rem;
}

.about-editorial-image-secondary {
  aspect-ratio: 0.84 / 1;
}

.about-editorial-note {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(244, 241, 235, 0.12);
}

.about-editorial-note-label {
  margin: 0;
  color: rgba(244, 241, 235, 0.5);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-editorial-note-text {
  margin: 0;
  color: rgba(244, 241, 235, 0.7);
  font-size: 0.98rem;
  line-height: 1.42;
}

.about-statement-shell,
.about-practice-section,
.about-principles-section {
  padding-top: 1.35rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.about-statement-shell {
  display: grid;
  gap: 1.15rem;
}

.about-statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.72fr);
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: start;
}

.about-statement-title,
.about-practice-title,
.about-principles-title,
.about-context-title {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.about-statement-copy {
  display: grid;
  gap: 1rem;
  max-width: 29rem;
}

.about-practice-section {
  display: grid;
  gap: 0;
}

.about-practice-heading,
.about-principles-heading {
  display: grid;
  gap: 0.95rem;
  max-width: 48rem;
}

.about-principles-title {
  max-width: 18ch;
  font-size: clamp(1.85rem, 2.6vw, 3rem);
}

.about-practice-copy-column {
  display: grid;
  gap: 1.2rem;
  align-content: center;
}

.about-practice-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 21rem) minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: center;
}

.about-practice-copy {
  max-width: 21rem;
}

.about-practice-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(16rem, 0.72fr);
  gap: 1rem;
}

.about-practice-image-wide {
  aspect-ratio: 1.16 / 1;
}

.about-practice-image-tall {
  aspect-ratio: 0.82 / 1;
}

.about-principles-section {
  display: grid;
  gap: 1.5rem;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-principle-card {
  display: grid;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid rgba(244, 241, 235, 0.1);
  background: rgba(255, 255, 255, 0.015);
}

.about-principle-index,
.about-principle-name,
.about-principle-copy {
  margin: 0;
}

.about-principle-index {
  color: rgba(244, 241, 235, 0.45);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.about-principle-name {
  color: rgba(244, 241, 235, 0.96);
  font-size: clamp(1.25rem, 1.5vw, 1.6rem);
  line-height: 1.05;
  font-weight: 400;
}

.about-context-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 24rem);
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: center;
}

.about-context-image {
  aspect-ratio: 1.18 / 1;
}

.about-context-copy {
  display: grid;
  gap: 0.95rem;
  max-width: 24rem;
}

@media (max-width: 1280px) {
  .about-editorial-hero {
    grid-template-columns: 1fr;
  }

  .about-editorial-hero-copy {
    position: static;
    max-width: 100%;
  }

  .about-editorial-hero-media,
  .about-statement-grid,
  .about-practice-layout,
  .about-context-section {
    grid-template-columns: 1fr;
  }

  .about-practice-copy,
  .about-context-copy,
  .about-statement-copy {
    max-width: 100%;
  }

  .about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-editorial-hero,
  .about-statement-band,
  .about-practice-section,
  .about-principles-section,
  .about-context-section {
    padding-bottom: 3.8rem;
  }

  .about-editorial-hero {
    gap: 1.4rem;
    padding-top: 1.1rem;
  }

  .about-editorial-hero-title {
    max-width: 100%;
    font-size: clamp(2.4rem, 10vw, 4.6rem);
  }

  .about-editorial-hero-media,
  .about-practice-gallery {
    grid-template-columns: 1fr;
  }

  .about-editorial-image-primary,
  .about-editorial-image-secondary,
  .about-practice-image-wide,
  .about-practice-image-tall,
  .about-context-image {
    aspect-ratio: 0.95 / 1;
  }

  .about-statement-title,
  .about-practice-title,
  .about-principles-title,
  .about-context-title {
    max-width: 100%;
    font-size: clamp(1.85rem, 7.2vw, 3rem);
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .about-editorial-hero,
  .about-statement-band,
  .about-practice-section,
  .about-principles-section,
  .about-context-section {
    padding-bottom: 3rem;
  }

  .about-editorial-hero-title {
    font-size: clamp(2.15rem, 11vw, 3.4rem);
  }

  .about-statement-title,
  .about-practice-title,
  .about-principles-title,
  .about-context-title {
    font-size: clamp(1.6rem, 8.8vw, 2.3rem);
  }

  .about-principle-card {
    padding: 1rem;
  }
}

.about-cinema {
  display: grid;
  grid-template-columns: minmax(300px, 30rem) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  min-height: auto;
  padding: 2.2rem 0 4.6rem;
}

.about-cinema-copy {
  display: grid;
  gap: 1.2rem;
  max-width: 28rem;
  z-index: 2;
}

.about-cinema-kicker,
.about-manifesto-kicker,
.about-drift-kicker,
.about-ledger-kicker,
.about-immersive-end-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.58);
  font-size: clamp(0.98rem, 1.02vw, 1.08rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-cinema-title {
  margin: 0;
  max-width: 9ch;
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.about-cinema-intro,
.about-manifesto-text p,
.about-ledger-copy {
  margin: 0;
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.05rem, 1.1vw, 1.28rem);
  line-height: 1.38;
}

.about-cinema-note {
  display: grid;
  gap: 0.5rem;
  max-width: 23rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 241, 235, 0.12);
}

.about-cinema-note-label {
  margin: 0;
  color: rgba(244, 241, 235, 0.52);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-cinema-note-text {
  margin: 0;
  color: rgba(244, 241, 235, 0.72);
  font-size: 1rem;
  line-height: 1.4;
}

.about-cinema-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  gap: 1rem;
  align-items: start;
}

.about-cinema-image,
.about-drift-image,
.about-immersive-end-image {
  margin: 0;
  overflow: hidden;
  background: #111111;
}

.about-cinema-image img,
.about-drift-image img,
.about-immersive-end-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-cinema-image-main {
  aspect-ratio: 0.92 / 1;
}

.about-cinema-image-secondary {
  aspect-ratio: 0.82 / 1;
  align-self: end;
}

.about-manifesto,
.about-drift,
.about-ledger {
  padding: 0 0 6rem;
}

.about-manifesto-shell,
.about-drift-shell,
.about-ledger-shell {
  padding-top: 1.6rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.about-manifesto-shell {
  display: grid;
  gap: 1.1rem;
  align-items: start;
}

.about-manifesto-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(1.2rem, 3vw, 2.6rem);
  align-items: start;
}

.about-manifesto-title {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2rem, 3.6vw, 3.9rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.about-manifesto-text {
  display: grid;
  gap: 1rem;
  max-width: 30rem;
}

.about-drift-shell {
  display: grid;
  gap: 1.5rem;
}

.about-drift-heading {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.about-drift-title,
.about-ledger-title,
.about-immersive-end-title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.9rem, 2.9vw, 3.25rem);
  line-height: 1;
  font-weight: 400;
}

.about-drift-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.66fr);
  gap: 1rem;
  align-items: stretch;
}

.about-drift-image {
  aspect-ratio: 0.94 / 1;
}

.about-drift-image-wide {
  aspect-ratio: 1.12 / 1;
}

.about-ledger-shell {
  display: grid;
  gap: 1.5rem;
}

.about-ledger-intro {
  display: grid;
  grid-template-columns: minmax(140px, 0.2fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.about-ledger-list {
  display: grid;
}

.about-ledger-row {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.62fr) minmax(260px, 1fr);
  gap: 1.2rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.1);
  align-items: baseline;
}

.about-ledger-row:first-child {
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.about-ledger-index,
.about-ledger-name {
  margin: 0;
}

.about-ledger-index {
  color: rgba(244, 241, 235, 0.48);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.about-ledger-name {
  color: rgba(244, 241, 235, 0.96);
  font-size: clamp(1.3rem, 1.5vw, 1.7rem);
  line-height: 1.04;
}

.about-immersive-end {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
  padding: 0 0 4rem;
}

.about-immersive-end-image {
  aspect-ratio: 1.18 / 1;
}

.about-immersive-end-copy {
  display: grid;
  gap: 1rem;
  max-width: 24rem;
}

.about-editorial {
  min-height: 100svh;
}

.about-editorial-home {
  padding: clamp(4.5rem, 7vw, 8rem) var(--gutter) clamp(4.5rem, 7vw, 8rem);
  min-height: auto;
}

.about-editorial-home .about-grid {
  grid-template-columns: minmax(0, 0.35fr) minmax(680px, 1fr);
  gap: clamp(2rem, 5vw, 7rem);
  max-width: 112rem;
  margin: 0 auto;
  min-height: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 980px);
  gap: clamp(2rem, 4vw, 5rem);
  min-height: calc(100svh - 3rem);
}

.about-empty {
  min-height: 2rem;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: clamp(1rem, 1.7vw, 1.6rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.about-kicker {
  margin: 0 0 0.35rem;
  color: rgba(244, 241, 235, 0.72);
  font-size: clamp(1.15rem, 1.4vw, 1.5rem);
  line-height: 1;
}

.about-copy {
  max-width: 64rem;
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  column-gap: clamp(1rem, 1.8vw, 2.3rem);
  row-gap: 0.55rem;
  align-items: start;
}

.about-copy p {
  margin: 0;
  color: rgba(244, 241, 235, 0.86);
  font-size: clamp(1.06rem, 1.05vw, 1.24rem);
  line-height: 1.46;
  font-weight: 400;
  max-width: 43rem;
}

.about-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.72);
  font-size: clamp(1.15rem, 1.4vw, 1.5rem);
  line-height: 1;
}

.about-content > .about-kicker {
  display: none;
}

.about-copy::before {
  content: "( About Nicolas )";
  display: block;
  grid-column: 1;
  grid-row: 1;
  color: rgba(244, 241, 235, 0.64);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1;
  letter-spacing: 0.02em;
  align-self: start;
  padding-top: 0.2rem;
}

.about-copy p:first-child,
.about-copy p:nth-child(2),
.about-copy p:nth-child(3) {
  grid-column: 2;
}

.about-media {
  margin-top: clamp(2.8rem, 4.2vw, 4.4rem);
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(240px, 0.42fr);
  align-items: start;
  gap: clamp(0.9rem, 1.5vw, 1.6rem);
  justify-content: start;
  max-width: 70rem;
}

.about-image {
  margin: 0;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(244, 241, 235, 0.08);
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.24);
}

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

.about-image-large {
  aspect-ratio: 1.08 / 1;
}

.about-image-small {
  aspect-ratio: 0.82 / 1;
}

.artworks-section {
  padding: clamp(4.8rem, 8vw, 8rem) 0 clamp(4.4rem, 7vw, 7rem);
  overflow: hidden;
}

.artworks-shell {
  display: grid;
  gap: clamp(1.6rem, 2.8vw, 3rem);
  margin: 0;
}

.artworks-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(320px, 680px);
  gap: clamp(2rem, 3.8vw, 4.8rem);
  align-items: start;
  width: min(112rem, calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

.artworks-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1;
}

.artworks-title {
  margin: 0;
  max-width: 22ch;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(2.15rem, 3.2vw, 4.4rem);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.artworks-horizontal {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: clamp(2.4rem, 4.8vw, 4.4rem) 0;
  box-sizing: border-box;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 241, 235, 0.36) rgba(244, 241, 235, 0.08);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.artworks-horizontal::-webkit-scrollbar {
  height: 0.45rem;
}

.artworks-horizontal::-webkit-scrollbar-track {
  background: rgba(244, 241, 235, 0.08);
}

.artworks-horizontal::-webkit-scrollbar-thumb {
  background: rgba(244, 241, 235, 0.36);
}

.artworks-track {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  width: max-content;
  min-width: max-content;
  padding: 0 var(--gutter) 0;
}

.artwork-panel {
  flex: 0 0 clamp(15rem, 23vw, 21rem);
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.45rem;
  min-height: 0;
  align-self: center;
  align-content: center;
  scroll-snap-align: start;
}

.artwork-panel-wide {
  flex-basis: clamp(20rem, 32vw, 33rem);
}

.artwork-panel-portrait,
.artwork-panel-tall {
  flex-basis: clamp(15rem, 21vw, 22rem);
}

.artwork-panel-square {
  flex-basis: clamp(17rem, 24vw, 25rem);
}

.artwork-panel-intro {
  flex-basis: clamp(16rem, 24vw, 24rem);
  align-content: center;
  padding-left: clamp(0.35rem, 1vw, 0.8rem);
  padding-right: clamp(1rem, 2vw, 2rem);
}

.artwork-panel-copy {
  display: grid;
  gap: 0.85rem;
  max-width: 28rem;
  padding-top: clamp(2rem, 6vh, 5rem);
}

.artwork-panel-image {
  margin: 0;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f4f1eb;
  display: grid;
  place-items: center;
  padding: clamp(1.45rem, 2.8vw, 3.4rem);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.22);
}

.artwork-panel-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
  transition: opacity 300ms ease;
}

.artwork-panel:hover .artwork-panel-image img,
.artwork-panel:focus-within .artwork-panel-image img {
  opacity: 0.94;
}

.artwork-panel-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.artwork-panel-caption span {
  color: rgba(244, 241, 235, 0.42);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.artwork-panel-caption strong {
  color: rgba(244, 241, 235, 0.95);
  font-size: clamp(0.82rem, 1vw, 1.08rem);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.artwork-meta {
  margin: 0;
  color: rgba(244, 241, 235, 0.72);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.artwork-feature-title {
  margin: 0;
  font-size: clamp(1.35rem, 1.45vw, 1.9rem);
  line-height: 1.04;
  font-weight: 400;
}

.artwork-feature-text {
  margin: 0;
  max-width: 24rem;
  color: var(--muted);
  font-size: clamp(0.98rem, 1vw, 1.12rem);
  line-height: 1.34;
}

.list-section {
  padding: clamp(4.2rem, 7vw, 7rem) var(--gutter) clamp(4.5rem, 7vw, 7rem);
}

.list-shell {
  display: grid;
  gap: clamp(2.8rem, 5vw, 5rem);
  max-width: 112rem;
  margin: 0 auto;
}

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

.list-group {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 7rem);
  padding-top: clamp(1rem, 1.7vw, 1.6rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.list-group-label {
  align-self: start;
}

.list-label {
  margin: 0;
  color: var(--text);
  color: rgba(244, 241, 235, 0.72);
  font-size: clamp(1.2rem, 1.35vw, 1.65rem);
  line-height: 1;
  font-weight: 700;
}

.list-table {
  display: grid;
}

.list-table-gallery,
.list-table-gallery .list-row,
.list-table-gallery .list-row-title-wrap {
  overflow: visible;
}

.list-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.95fr) minmax(96px, 0.45fr);
  gap: 1.4rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.08);
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease;
}

.list-row-title,
.list-row-meta,
.list-row-year {
  margin: 0;
}

.list-row-title-wrap {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.list-hover-preview {
  position: absolute;
  left: calc(100% + clamp(1rem, 2vw, 2rem));
  top: 50%;
  z-index: 20;
  width: clamp(12rem, 22vw, 24rem);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #111111;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.98);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

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

.gallery-row:hover .list-hover-preview,
.gallery-row:focus-within .list-hover-preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.list-row-title {
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.05rem, 1.16vw, 1.35rem);
  line-height: 1.08;
  font-weight: 500;
}

.list-table-gallery .list-row-title {
  cursor: default;
}

.gallery-row {
  position: relative;
}

.home-gsap-page .list-row:hover,
.home-gsap-page .list-row:focus-within {
  transform: none;
  border-color: rgba(244, 241, 235, 0.16);
  background: transparent;
}

.list-row-meta {
  color: var(--text);
  font-size: clamp(1.05rem, 1.16vw, 1.35rem);
  line-height: 1.08;
  font-weight: 700;
}

.list-row-year {
  color: rgba(244, 241, 235, 0.8);
  font-size: clamp(1rem, 1.08vw, 1.22rem);
  line-height: 1.08;
  font-weight: 500;
  text-align: left;
}

.hero-footer {
  padding: clamp(4.5rem, 7vw, 7rem) var(--gutter) 0;
  background: #000000;
}

.hero-footer-shell {
  width: min(112rem, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 2.35rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(244, 241, 235, 0.12);
}

.hero-footer-top {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  align-items: center;
  justify-items: center;
  text-align: center;
  max-width: 34rem;
  padding: 0.15rem 0 0;
}

.hero-footer-logo {
  margin: 0;
  width: clamp(5.2rem, 7vw, 7.4rem);
  align-self: center;
}

.hero-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: none;
}

.hero-footer-caption {
  margin: 0;
  max-width: 24rem;
  justify-self: center;
  text-align: center;
  color: rgba(244, 241, 235, 0.62);
  font-size: clamp(0.9rem, 0.9vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.hero-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: clamp(1.35rem, 3vw, 2.6rem);
  align-items: center;
  padding-top: 1.05rem;
  justify-content: center;
  justify-self: center;
  position: relative;
}

.hero-footer-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(28rem, 82vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(244, 241, 235, 0.18), transparent);
}

.hero-footer-link {
  color: rgba(244, 241, 235, 0.86);
  font-size: clamp(0.9rem, 0.9vw, 1rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.2rem 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.hero-footer-link:hover,
.hero-footer-link:focus-visible {
  color: #ffffff;
  border-color: rgba(244, 241, 235, 0.34);
  transform: translateY(-1px);
}

.hero-footer-wordmark {
  margin: 0;
  display: block;
  width: 100%;
  justify-self: center;
  text-align: center;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(10rem, 23vw, 23rem);
  line-height: 0.76;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.hero-footer-wordmark:hover,
.hero-footer-wordmark:focus-visible {
  color: #ffffff;
  opacity: 0.96;
  transform: translateY(-0.08rem);
}

@media (max-width: 1280px) {
  .hero-frame {
    padding-top: 1.25rem;
  }

  .hero-title {
    width: 100%;
    margin-inline: 0;
    font-size: clamp(7.6rem, 20.5vw, 18rem);
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    line-height: 0.76;
    text-align: left;
    white-space: nowrap;
    transform-origin: top center;
  }

  .hero-nav {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .hero-intro {
    max-width: 30rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-empty {
    display: none;
  }

  .about-content {
    max-width: 100%;
  }

  .about-copy {
    grid-template-columns: 1fr;
    max-width: 52rem;
  }

  .about-copy::before {
    grid-column: 1;
    margin-bottom: 0.15rem;
    padding-top: 0;
  }

  .about-copy p:first-child,
  .about-copy p:nth-child(2),
  .about-copy p:nth-child(3) {
    grid-column: 1;
  }

  .about-cinema,
  .about-manifesto-shell,
  .about-drift-heading,
  .about-ledger-intro,
  .about-immersive-end,
  .artwork-immersive-shell,
  .gallery-hero-shell,
  .artwork-montage,
  .gallery-contexts-shell {
    grid-template-columns: 1fr;
  }

  .artwork-atlas-grid,
  .about-drift-gallery,
  .gallery-contexts-grid {
    grid-template-columns: 1fr;
  }

  .artwork-collections-grid {
    grid-template-columns: 1fr;
  }

  .about-cinema-visuals {
    min-height: 34rem;
  }

  .artwork-filmstrip-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .artwork-immersive-stage {
    min-height: 42rem;
  }

  .artwork-editorial-layout {
    grid-template-columns: 1fr 0.72fr;
  }

  .artwork-quote-shell {
    grid-template-columns: 1fr;
  }

  .artwork-quote-image {
    justify-self: stretch;
    max-width: 24rem;
  }

  .gallery-context-card-wide {
    grid-column: auto;
  }
}

@media (min-width: 721px) {
  .hero-page {
    min-height: 100vh;
  }

  .editorial-hero {
    min-height: calc(100vh + 320px);
  }

  .hero-frame {
    min-height: 100vh;
    grid-template-rows: auto auto 1fr auto;
    position: sticky;
    top: 0;
  }

  .home-hero-intro-row {
    align-items: center;
    margin-top: 0;
  }

  .home-page .home-hero-intro-row {
    margin-top: 0;
  }

  .home-page .hero-page,
  .home-page .editorial-hero,
  .home-page .hero-frame {
    min-height: 100vh;
  }

  .home-page .hero-frame {
    grid-template-rows: 1fr;
    position: relative;
    top: auto;
    row-gap: clamp(1.35rem, 2.4vw, 2.2rem);
    padding-top: clamp(0.6rem, 1.1vw, 1rem);
    padding-bottom: clamp(1.5rem, 2.8vw, 3rem);
    align-items: center;
    justify-items: center;
  }

  .home-page .hero-nav {
    position: absolute;
    bottom: clamp(1.35rem, 2.8vw, 2.35rem);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - (var(--gutter) * 2));
    align-self: auto;
  }

  .home-page .hero-title {
    grid-row: 1;
    align-self: center;
    max-width: 100%;
    font-size: clamp(6.2rem, 18vw, 18rem);
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: clamp(0.2rem, 1vw, 0.85rem);
    margin: 0 auto;
    line-height: 0.8;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
  }

  .home-page .home-hero-intro-row {
    justify-content: center;
    align-self: end;
    width: 100%;
    margin-bottom: 0;
  }

  .home-page .hero-intro {
    max-width: min(38rem, 100%);
    text-align: center;
  }

  .home-page .home-hero-logo {
    top: 66.6%;
  }

  .home-page .home-hero-accents {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .home-page .home-hero-accent {
    z-index: 1;
  }

  .home-page .home-hero-accent-left {
    top: 24%;
    left: clamp(1.2rem, 5vw, 4.5rem);
    width: clamp(7rem, 10vw, 9.8rem);
    aspect-ratio: 0.82 / 1;
    transform: rotate(-7deg);
  }

  .home-page .home-hero-accent-top-right {
    top: 18%;
    right: clamp(1rem, 4.6vw, 4.2rem);
    width: clamp(8.5rem, 11vw, 11rem);
    aspect-ratio: 1 / 1.16;
    transform: rotate(6deg);
  }

  .home-page .home-hero-accent-bottom-right {
    right: clamp(6rem, 13vw, 12rem);
    bottom: 16%;
    width: clamp(6.8rem, 9vw, 9rem);
    aspect-ratio: 0.96 / 1;
    transform: rotate(-4deg);
  }
}

@media (max-width: 720px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .hero-frame {
    padding: 1rem var(--gutter) 1.4rem;
    grid-template-rows: auto auto auto;
    gap: 1rem;
    position: relative;
    top: auto;
    transform: none;
  }

  .hero-title {
    font-size: clamp(5.2rem, 17vw, 8rem);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    line-height: 0.78;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.015em;
    transform: none;
  }

  .hero-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .home-hero-logo {
    width: clamp(4.6rem, 14vw, 6rem);
  }

  .home-page .hero-nav {
    gap: 0.55rem;
  }

  .hero-pill {
    min-height: 2.45rem;
    padding: 0.3rem 0.95rem;
    font-size: 0.9rem;
  }

  .hero-intro-row {
    justify-content: center;
    align-items: start;
    margin-top: 0;
    padding-bottom: 0;
    opacity: 1;
    transform: none;
  }

  .hero-intro {
    max-width: 20rem;
    font-size: clamp(1rem, 4.4vw, 1.25rem);
    line-height: 1.22;
    text-align: center;
  }

  .home-page .hero-intro {
    max-width: 22rem;
    font-size: clamp(1rem, 4vw, 1.28rem);
    line-height: 1.18;
  }

  .home-hero-video-frame {
    width: 100%;
    justify-self: stretch;
  }

  .home-collections-section {
    padding-bottom: 2.8rem;
  }

  .home-collections-grid {
    grid-template-columns: 1fr;
  }

  .home-collections-title {
    max-width: 100%;
    font-size: clamp(1.7rem, 7vw, 2.4rem);
  }

  .about-header {
    padding-top: 0.8rem;
    position: relative;
  }

  .about-nav {
    justify-content: flex-start;
  }

  .about-header .about-nav {
    display: none;
  }

  .home-page .hero-frame {
    grid-template-rows: 1fr;
    gap: 0;
    padding-top: clamp(0.45rem, 2vw, 0.8rem);
    padding-bottom: clamp(1.2rem, 4vw, 1.8rem);
    align-items: center;
    justify-items: center;
    align-content: center;
  }

  .home-page .hero-frame::before {
    display: none;
  }

  .home-page .hero-frame::after {
    display: none;
  }

  .home-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: clamp(0.45rem, 2vw, 0.8rem);
    left: 0;
    z-index: 8;
    padding-inline: var(--gutter);
    pointer-events: none;
  }

  .home-mobile-bar-spacer {
    display: block;
    flex: 1 1 auto;
  }

  .home-mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 3.15rem;
    height: 3.15rem;
    padding: 0;
    border: 1px solid rgba(244, 241, 235, 0.16);
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(244, 241, 235, 0.04), rgba(244, 241, 235, 0.015));
    color: var(--text);
    box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: auto;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
  }

  .home-mobile-menu-toggle span {
    position: absolute;
    width: 1.1rem;
    height: 1px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .home-mobile-menu-toggle span:first-child {
    transform: translateY(-0.22rem);
  }

  .home-mobile-menu-toggle span:last-child {
    transform: translateY(0.22rem);
  }

  .home-mobile-menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .home-mobile-menu-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .home-mobile-menu-toggle[aria-expanded="true"] {
    position: fixed;
    top: clamp(0.45rem, 2vw, 0.8rem);
    right: var(--gutter);
    z-index: 9;
    border-color: rgba(244, 241, 235, 0.34);
    background: rgba(244, 241, 235, 0.1);
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.32);
  }

  .home-mobile-menu-toggle:hover,
  .home-mobile-menu-toggle:focus-visible {
    border-color: rgba(244, 241, 235, 0.28);
    background: linear-gradient(180deg, rgba(244, 241, 235, 0.06), rgba(244, 241, 235, 0.025));
    transform: translateY(-1px);
  }

  .home-mobile-menu {
    display: grid;
    gap: 0.8rem;
    position: fixed;
    inset: 0;
    z-index: 7;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    padding:
      calc(clamp(0.45rem, 2vw, 0.8rem) + 5.4rem)
      var(--gutter)
      1.6rem;
    align-content: start;
    background:
      radial-gradient(circle at top right, rgba(244, 241, 235, 0.08), transparent 24%),
      radial-gradient(circle at bottom center, rgba(244, 241, 235, 0.035), transparent 30%),
      linear-gradient(180deg, rgba(14, 14, 14, 0.985), rgba(4, 4, 4, 0.995));
    backdrop-filter: blur(22px);
    box-shadow: none;
  }

  .home-mobile-menu-close {
    position: fixed;
    top: clamp(0.75rem, 3vw, 1.1rem);
    right: clamp(1.75rem, 6vw, 2.35rem);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    padding: 0;
    border: 1px solid rgba(244, 241, 235, 0.34);
    border-radius: 0.9rem;
    color: var(--text);
    background: rgba(244, 241, 235, 0.1);
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.32);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .home-mobile-menu-close span {
    position: absolute;
    width: 1.2rem;
    height: 1px;
    background: currentColor;
    border-radius: 999px;
  }

  .home-mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }

  .home-mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .home-mobile-menu[hidden] {
    display: none;
  }

  .home-mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4.2rem;
    padding: 1.05rem 1.25rem;
    border: 1px solid rgba(244, 241, 235, 0.11);
    border-radius: 1.45rem;
    width: min(100%, 34rem);
    margin-inline: auto;
    font-family: "League Gothic", "Arial Narrow", sans-serif;
    font-size: clamp(1.9rem, 6vw, 2.65rem);
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 0.92;
    color: rgba(244, 241, 235, 0.97);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
      rgba(255, 255, 255, 0.01);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 0.8rem 2rem rgba(0, 0, 0, 0.14);
  }

  .home-mobile-menu-link.is-active,
  .home-mobile-menu-link:hover,
  .home-mobile-menu-link:focus-visible {
    border-color: rgba(244, 241, 235, 0.24);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
      rgba(255, 255, 255, 0.018);
  }

  .home-mobile-menu-lang {
    width: min(100%, 34rem);
    font-family: inherit;
    cursor: pointer;
    min-height: 3.2rem;
    font-size: clamp(1.15rem, 4vw, 1.45rem);
    letter-spacing: 0.08em;
  }

  .home-mobile-menu-brand {
    margin-top: auto;
    padding-top: 1.6rem;
    display: grid;
    justify-items: center;
    gap: 0.8rem;
    color: rgba(244, 241, 235, 0.76);
    text-decoration: none;
  }

  .home-mobile-menu-brand img {
    width: clamp(5rem, 19vw, 6.2rem);
    height: auto;
    display: block;
    filter: invert(1);
    opacity: 0.92;
  }

  .home-mobile-menu-brand::before {
    content: "";
    width: clamp(5rem, 16vw, 6.5rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(244, 241, 235, 0.26), transparent);
  }

  .home-page .hero-nav {
    display: none;
  }

  .home-page .hero-title {
    position: relative;
    z-index: 3;
    align-self: center;
    justify-content: center;
    width: 100%;
    font-size: clamp(5rem, 21vw, 7.4rem);
    line-height: 0.82;
    row-gap: 0;
    margin-top: 0;
    margin-inline: 0;
    text-align: center;
    letter-spacing: -0.01em;
    white-space: nowrap;
    transform: scale(var(--hero-scale));
    transform-origin: center center;
  }

  .home-page .hero-title span:last-child {
    align-self: auto;
    margin-left: 0;
  }

  .home-hero-logo {
    top: 65%;
    width: clamp(7rem, 24vw, 9rem);
    opacity: 0.98;
  }

  .home-page .home-hero-accents {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .home-page .home-hero-accent {
    z-index: 1;
  }

  .home-page .home-hero-accent-left {
    top: 19%;
    left: 0.85rem;
    width: clamp(5.3rem, 18vw, 6.7rem);
    aspect-ratio: 0.82 / 1;
    transform: rotate(-7deg);
  }

  .home-page .home-hero-accent-top-right {
    top: 16%;
    right: 0.85rem;
    width: clamp(5.9rem, 19vw, 7.2rem);
    aspect-ratio: 1 / 1.16;
    transform: rotate(6deg);
  }

  .home-page .home-hero-accent-bottom-right {
    right: 1.1rem;
    bottom: 19%;
    width: clamp(6.8rem, 22vw, 8.2rem);
    aspect-ratio: 0.88 / 1;
    transform: rotate(5deg);
  }

  .home-page .hero-intro {
    max-width: min(100%, 24rem);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: clamp(1rem, 4vw, 1.16rem);
    line-height: 1.12;
    text-align: left;
    box-shadow: none;
  }

  .about-main {
    padding-bottom: 1.2rem;
  }

  .artwork-hero {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .gallery-hero {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .artwork-hero-title {
    font-size: clamp(2.6rem, 10vw, 4.8rem);
    max-width: 11ch;
  }

  .gallery-hero-title {
    font-size: clamp(2.2rem, 8.6vw, 4.2rem);
    max-width: 11ch;
  }

  .artwork-hero-intro,
  .artwork-note-text,
  .artwork-series-text,
  .artwork-series-desc {
    font-size: 1rem;
  }

  .artwork-page-section {
    padding-bottom: 2.8rem;
  }

  .gallery-archive,
  .gallery-contexts {
    padding-bottom: 2.8rem;
  }

  .artwork-section-title {
    font-size: clamp(1.65rem, 7vw, 2.3rem);
    max-width: 100%;
  }

  .gallery-section-title {
    font-size: clamp(1.65rem, 7vw, 2.3rem);
    max-width: 100%;
  }

  .artwork-ribbon,
  .artwork-filmstrip-track,
  .artwork-ledger-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .artwork-montage-detail-offset {
    width: 100%;
    transform: none;
  }

  .artwork-ledger-year {
    text-align: left;
  }

  .gallery-hero-stack,
  .gallery-ledger-row {
    grid-template-columns: 1fr;
  }

  .gallery-hero-image-small {
    transform: none;
  }

  .gallery-motion-page .gallery-hero-image-small {
    transform: translate3d(0, var(--parallax-shift, 0px), 0);
  }

  .gallery-ledger-preview {
    display: none;
  }

  .gallery-ledger-year {
    text-align: left;
  }

  .about-grid {
    min-height: auto;
  }

  .about-copy p {
    font-size: clamp(1.1rem, 4.8vw, 1.45rem);
    line-height: 1.22;
  }

  .about-media {
    grid-template-columns: minmax(260px, 440px) minmax(220px, 360px);
  }

  .artworks-heading {
    grid-template-columns: 1fr;
  }

  .artworks-title {
    max-width: 28ch;
  }

  .list-group {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .list-label {
    font-size: 1.5rem;
  }

  .list-row {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.85fr) 90px;
  }

  .hero-footer-link {
    font-size: 0.98rem;
  }

  .hero-footer-wordmark {
    font-size: clamp(8rem, 22vw, 17rem);
  }
}

@media (max-width: 900px) {
  .about-editorial-home {
    padding-top: 4rem;
  }

  .artwork-immersive-hero,
  .artwork-atlas,
  .artwork-quote-band,
  .artwork-editorial,
  .artwork-collections-showcase,
  .artwork-ledger-immersive {
    padding-bottom: 4.4rem;
  }

  .artwork-immersive-hero {
    min-height: auto;
    padding-top: 1.2rem;
  }

  .artwork-immersive-shell {
    gap: 2rem;
  }

  .artwork-immersive-title {
    max-width: 10ch;
    font-size: clamp(2.7rem, 8vw, 4.6rem);
  }

  .artwork-immersive-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .artwork-stage-panel {
    position: relative;
    inset: auto;
    width: 100%;
    box-shadow: none;
  }

  .artwork-stage-panel-main {
    grid-column: 1 / -1;
    aspect-ratio: 0.98 / 1;
  }

  .artwork-stage-panel-secondary,
  .artwork-stage-panel-tertiary {
    aspect-ratio: 0.82 / 1;
  }

  .artwork-immersive-meta {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .artwork-atlas-title,
  .artwork-quote-title,
  .artwork-editorial-title,
  .artwork-ledger-immersive-title {
    max-width: 100%;
    font-size: clamp(1.95rem, 7vw, 3.15rem);
  }

  .artwork-editorial-layout {
    grid-template-columns: 1fr;
  }

  .artwork-collections-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.8rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(244, 241, 235, 0.28) rgba(244, 241, 235, 0.08);
  }

  .artwork-collections-grid::-webkit-scrollbar {
    height: 0.35rem;
  }

  .artwork-collections-grid::-webkit-scrollbar-track {
    background: rgba(244, 241, 235, 0.08);
  }

  .artwork-collections-grid::-webkit-scrollbar-thumb {
    background: rgba(244, 241, 235, 0.28);
  }

  .artwork-collection-card {
    flex: 0 0 min(72vw, 25rem);
    scroll-snap-align: start;
    gap: 0.8rem;
  }

  .artwork-collection-image {
    aspect-ratio: 0.86 / 1;
    padding: clamp(1.15rem, 3vw, 1.8rem);
  }

  .artwork-quote-image {
    max-width: 100%;
  }

  .artwork-editorial-image-large,
  .artwork-editorial-image-small,
  .artwork-editorial-image-portrait {
    grid-row: auto;
    width: 100%;
    justify-self: stretch;
    aspect-ratio: 0.96 / 1;
  }

  .artwork-ledger-immersive-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.55rem 1rem;
    align-items: start;
  }

  .artwork-ledger-immersive-name,
  .artwork-ledger-immersive-copy,
  .artwork-ledger-immersive-year {
    grid-column: 2;
  }

  .contact-hero {
    padding-bottom: 4.8rem;
  }

  .contact-shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 8vw, 4.6rem);
  }

  .artwork-ledger-immersive-year {
    text-align: left;
  }

  .about-page-main {
    padding-inline: var(--gutter);
  }

  .about-cinema {
    min-height: auto;
    padding: 1.2rem 0 4rem;
    gap: 2rem;
  }

  .about-cinema-copy {
    max-width: 100%;
    gap: 1rem;
  }

  .about-cinema-title {
    max-width: 10ch;
    font-size: clamp(2.8rem, 10vw, 5.25rem);
    line-height: 0.9;
  }

  .about-cinema-intro {
    max-width: 31rem;
    font-size: clamp(1rem, 3.9vw, 1.22rem);
    line-height: 1.26;
  }

  .about-cinema-note {
    max-width: 100%;
    padding-top: 0.9rem;
  }

  .about-cinema-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .about-cinema-image {
    width: 100%;
  }

  .about-cinema-image-main {
    grid-column: 1 / -1;
    aspect-ratio: 0.96 / 1;
  }

  .about-cinema-image-secondary {
    aspect-ratio: 0.82 / 1;
  }

  .artwork-hero-title {
    font-size: clamp(2.3rem, 8vw, 4.6rem);
  }

  .gallery-hero-title {
    font-size: clamp(2.1rem, 7.8vw, 3.9rem);
  }

  .about-manifesto,
  .about-drift,
  .about-ledger {
    padding-bottom: 4.6rem;
  }

  .about-manifesto-shell,
  .about-drift-shell,
  .about-ledger-shell {
    padding-top: 1.2rem;
    gap: 1.5rem;
  }

  .about-manifesto-body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-manifesto-title {
    max-width: 100%;
    font-size: clamp(1.95rem, 7vw, 3.2rem);
  }

  .about-manifesto-text {
    gap: 1rem;
    max-width: 100%;
  }

  .about-drift-title,
  .about-ledger-title,
  .about-immersive-end-title {
    max-width: 100%;
    font-size: clamp(1.75rem, 6.6vw, 3rem);
  }

  .about-drift-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }

  .about-ledger-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.55rem 1rem;
    align-items: start;
  }

  .about-ledger-name,
  .about-ledger-copy {
    grid-column: 2;
  }

  .about-ledger-name {
    font-size: 1.28rem;
  }

  .about-immersive-end {
    gap: 1.6rem;
    padding-bottom: 4rem;
  }

  .about-immersive-end-image {
    aspect-ratio: 0.95 / 1;
  }

  .artworks-section {
    padding-top: 3.2rem;
    padding-bottom: 1.5rem;
  }

  .artworks-shell {
    gap: 1.25rem;
  }

  .artworks-title {
    font-size: clamp(1.4rem, 7vw, 1.95rem);
    max-width: 100%;
  }

  .artwork-feature-title {
    font-size: 1.45rem;
  }

  .list-section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .list-shell {
    gap: 2.6rem;
  }

  .list-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.85rem 0;
  }

  .list-row-title,
  .list-row-meta,
  .list-row-year {
    font-size: 1.1rem;
  }

  .hero-footer {
    padding-top: 3.2rem;
  }

  .hero-footer-top {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    text-align: center;
    max-width: min(100%, 29rem);
    padding: 0.1rem 0 0;
  }

  .hero-footer-logo {
    width: clamp(6.6rem, 24vw, 9rem);
  }

  .hero-footer-caption {
    max-width: none;
  }

  .hero-footer-links {
    grid-template-columns: repeat(3, minmax(0, max-content));
    gap: 1rem;
    justify-content: center;
  }

  .hero-footer-link,
  .hero-footer-link:nth-child(2),
  .hero-footer-link:nth-child(3),
  .hero-footer-link:nth-child(4),
  .hero-footer-link:last-child {
    justify-self: center;
  }

  .hero-footer-wordmark {
    font-size: clamp(4.8rem, 20vw, 8.4rem);
    line-height: 0.82;
    white-space: normal;
    transform: none;
  }
}

@media (max-width: 420px) {
  .hero-frame {
    padding-inline: 0.85rem;
  }

  .artwork-immersive-hero,
  .artwork-atlas,
  .artwork-quote-band,
  .artwork-editorial,
  .artwork-collections-showcase,
  .artwork-ledger-immersive {
    padding-bottom: 3.2rem;
  }

  .artwork-immersive-title {
    max-width: 100%;
    font-size: clamp(2.3rem, 10.5vw, 3.4rem);
  }

  .artwork-immersive-stage {
    grid-template-columns: 1fr;
  }

  .artwork-stage-panel-main,
  .artwork-stage-panel-secondary,
  .artwork-stage-panel-tertiary {
    grid-column: auto;
    aspect-ratio: 0.9 / 1;
  }

  .artwork-collections-grid {
    gap: 0.8rem;
    padding-bottom: 0.65rem;
  }

  .artwork-collection-card {
    flex-basis: 84vw;
  }

  .artwork-collection-image {
    aspect-ratio: 0.9 / 1.04;
    padding: 1rem;
  }

  .artwork-collection-copy {
    gap: 0.2rem;
  }

  .artwork-collection-title {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .artwork-ledger-immersive-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .artwork-ledger-immersive-name,
  .artwork-ledger-immersive-copy,
  .artwork-ledger-immersive-year {
    grid-column: auto;
  }

  .about-cinema {
    padding-top: 0.7rem;
    padding-bottom: 3.2rem;
  }

  .about-cinema-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .about-cinema-visuals {
    grid-template-columns: 1fr;
  }

  .about-cinema-image-main,
  .about-cinema-image-secondary {
    aspect-ratio: 0.9 / 1;
  }

  .about-cinema-image-main {
    grid-column: auto;
  }

  .about-manifesto,
  .about-drift,
  .about-ledger,
  .about-immersive-end {
    padding-bottom: 3.2rem;
  }

  .about-manifesto-title,
  .about-drift-title,
  .about-ledger-title,
  .about-immersive-end-title {
    font-size: clamp(1.65rem, 9vw, 2.3rem);
  }

  .about-drift-gallery {
    grid-template-columns: 1fr;
  }

  .about-ledger-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .about-ledger-name,
  .about-ledger-copy {
    grid-column: auto;
  }

  .hero-title {
    font-size: clamp(5rem, 22vw, 8.2rem);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-intro {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .home-bee-logo {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .gallery-motion-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gallery-motion-page .gallery-hero-image,
  .gallery-motion-page .gallery-context-card,
  .gallery-motion-page .gallery-hero-image-small,
  .gallery-motion-page .gallery-ledger-row {
    transform: none;
    transition: none;
  }

  .about-motion-page [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-motion-page .about-cinema-image,
  .about-motion-page .about-cinema-image-secondary,
  .about-motion-page .about-drift-image,
  .about-motion-page .about-immersive-end-image,
  .about-motion-page .about-ledger-row,
  .about-motion-page .about-ledger-name {
    transform: none;
    transition: none;
  }
}

.about-curated-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(180deg, #060606 0%, #090909 42%, #050505 100%);
}

.about-curated-page .about-header {
  position: relative;
  z-index: 3;
  padding-top: 1rem;
}

.about-curated-main {
  position: relative;
  padding: 0 var(--gutter) clamp(3.5rem, 6vw, 6rem);
}

.about-curated-main::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(244, 241, 235, 0.07), transparent);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.8;
}

.about-curated-shell {
  width: min(100%, 118rem);
  margin: 0 auto;
  padding-inline: clamp(0.9rem, 2.2vw, 2.4rem);
}

.about-curated-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.52);
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-curated-section-title,
.about-curated-hero-title,
.about-curated-ledger-title {
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-curated-copy-block,
.about-curated-hero-intro,
.about-curated-note-text,
.about-curated-practice-intro,
.about-curated-ledger-copy {
  color: rgba(244, 241, 235, 0.76);
  font-size: clamp(1rem, 1.08vw, 1.2rem);
  line-height: 1.52;
}

.about-curated-copy-block {
  display: grid;
  gap: 1rem;
  max-width: 29rem;
}

.about-curated-copy-block p,
.about-curated-practice-intro,
.about-curated-ledger-copy,
.about-curated-hero-intro,
.about-curated-note-text,
.about-curated-manifesto-lead {
  margin: 0;
}

.about-curated-image {
  margin: 0;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

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

.about-curated-hero,
.about-curated-manifesto,
.about-curated-practice,
.about-curated-process {
  position: relative;
}

.about-curated-hero {
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(5rem, 8vw, 8.5rem);
}

.about-curated-hero-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(380px, 1fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: end;
}

.about-curated-hero-copy {
  display: grid;
  gap: 1.6rem;
  max-width: 42rem;
  padding-top: clamp(2rem, 8vw, 7rem);
}

.about-curated-hero-title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(3rem, 5.8vw, 6.1rem);
  line-height: 0.92;
  color: rgba(244, 241, 235, 0.98);
  text-wrap: balance;
}

.about-curated-hero-intro {
  max-width: 25rem;
}

.about-curated-note {
  display: grid;
  gap: 0.6rem;
  max-width: 22rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 241, 235, 0.14);
}

.about-curated-note-label,
.about-curated-ledger-index {
  margin: 0;
  color: rgba(244, 241, 235, 0.44);
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-curated-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.28fr);
  gap: clamp(1rem, 1.6vw, 1.5rem);
  align-items: end;
}

.about-curated-hero-image-main {
  aspect-ratio: 0.86 / 1;
}

.about-curated-hero-image-detail {
  aspect-ratio: 0.74 / 1;
  width: min(100%, 15rem);
  justify-self: end;
  transform: translateY(-3.5rem);
}

.about-curated-manifesto {
  padding: 0 0 clamp(5rem, 8vw, 8rem);
}

.about-curated-manifesto-shell,
.about-curated-practice-shell,
.about-curated-process-shell {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

.about-curated-manifesto-shell {
  display: grid;
  gap: 2rem;
}

.about-curated-manifesto-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: baseline;
}

.about-curated-manifesto-lead {
  max-width: 22rem;
  color: rgba(244, 241, 235, 0.46);
  font-size: clamp(0.95rem, 0.98vw, 1.05rem);
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-curated-manifesto-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.58fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.about-curated-section-title {
  margin: 0;
  color: rgba(244, 241, 235, 0.98);
  line-height: 0.94;
  text-wrap: balance;
}

.about-curated-manifesto-title {
  max-width: 10ch;
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.about-curated-practice {
  padding: 0 0 clamp(5rem, 8vw, 8rem);
}

.about-curated-practice-shell {
  display: grid;
  gap: clamp(2.4rem, 4vw, 3.6rem);
}

.about-curated-practice-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: baseline;
}

.about-curated-practice-title {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
}

.about-curated-practice-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.about-curated-practice-copy {
  display: grid;
  gap: 2.4rem;
  max-width: 33rem;
}

.about-curated-ledger {
  display: grid;
}

.about-curated-ledger-row {
  display: grid;
  grid-template-columns: 54px minmax(180px, 0.56fr) minmax(220px, 1fr);
  gap: 1rem 1.5rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(244, 241, 235, 0.08);
}

.about-curated-ledger-row:last-child {
  border-bottom: 1px solid rgba(244, 241, 235, 0.08);
}

.about-curated-ledger-title {
  margin: 0;
  color: rgba(244, 241, 235, 0.95);
  font-size: clamp(1.65rem, 2vw, 2.3rem);
  line-height: 0.96;
}

.about-curated-practice-image {
  justify-self: end;
  width: min(100%, 38rem);
  aspect-ratio: 0.82 / 1;
}

.about-curated-process {
  padding: 0;
}

.about-curated-process-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.58fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: end;
}

.about-curated-process-image {
  aspect-ratio: 1.3 / 1;
}

.about-curated-process-copy {
  display: grid;
  gap: 1.4rem;
  max-width: 26rem;
}

.about-curated-process-title {
  max-width: 10ch;
  font-size: clamp(2.2rem, 3.3vw, 3.8rem);
}

.about-curated-copy-block-tight {
  max-width: 24rem;
}

@media (max-width: 1080px) {
  .about-curated-main::before {
    display: none;
  }

  .about-curated-hero-shell,
  .about-curated-practice-grid,
  .about-curated-process-shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-curated-hero-copy {
    max-width: 40rem;
    padding-top: 1rem;
  }

  .about-curated-practice-image,
  .about-curated-process-copy {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .about-curated-hero {
    padding-bottom: 5rem;
  }

  .about-curated-hero-title {
    max-width: 14ch;
    font-size: clamp(2.7rem, 8vw, 4.6rem);
  }

  .about-curated-hero-media,
  .about-curated-manifesto-intro,
  .about-curated-manifesto-body,
  .about-curated-practice-heading {
    grid-template-columns: 1fr;
  }

  .about-curated-hero-image-detail {
    width: min(48%, 14rem);
    transform: translateY(0);
    margin-top: -3rem;
  }

  .about-curated-manifesto-title,
  .about-curated-practice-title,
  .about-curated-process-title {
    max-width: 100%;
  }

  .about-curated-ledger-row {
    grid-template-columns: 46px 1fr;
    gap: 0.45rem 1rem;
    align-items: start;
  }

  .about-curated-ledger-title,
  .about-curated-ledger-copy {
    grid-column: 2;
  }

  .about-curated-ledger-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 560px) {
  .about-curated-shell {
    padding-inline: clamp(0.85rem, 4vw, 1.2rem);
  }

  .about-curated-page .about-header {
    padding-top: 0.7rem;
  }

  .about-curated-hero,
  .about-curated-manifesto,
  .about-curated-practice,
  .about-curated-process {
    padding-bottom: 3.8rem;
  }

  .about-curated-hero-title {
    max-width: 100%;
    font-size: clamp(2.3rem, 10.5vw, 3.4rem);
  }

  .about-curated-manifesto-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .about-curated-practice-title,
  .about-curated-process-title {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .about-curated-hero-image-main,
  .about-curated-practice-image,
  .about-curated-process-image {
    aspect-ratio: 0.88 / 1;
  }

  .about-curated-hero-image-detail {
    width: min(56%, 11rem);
    margin-top: -2rem;
  }

  .about-curated-copy-block,
  .about-curated-copy-block-tight,
  .about-curated-practice-copy,
  .about-curated-note,
  .about-curated-process-copy {
    max-width: 100%;
  }

  .about-curated-ledger-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .about-curated-ledger-title,
  .about-curated-ledger-copy {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .home-page {
    --gutter: clamp(1rem, 5vw, 1.6rem);
  }

  .home-page .hero-frame {
    padding-top: clamp(0.35rem, 1.2vw, 0.7rem);
    padding-bottom: 0;
  }

  .home-page .hero-title {
    font-size: clamp(4.4rem, 20vw, 7.6rem);
    flex-wrap: wrap;
    gap: 0.08em clamp(0.55rem, 2.4vw, 1.2rem);
    justify-content: center;
    text-align: center;
  }

  .home-page .home-hero-intro-row {
    justify-content: center;
    margin-top: 1.25rem;
    margin-bottom: 3rem;
  }

  .home-page .hero-intro {
    max-width: 100%;
    font-size: clamp(1.35rem, 7vw, 2.25rem);
    line-height: 1.08;
    text-align: center;
  }

  .home-collections-section,
  .about-editorial-home,
  .artworks-section,
  .list-section {
    padding-bottom: 3.4rem;
  }

  .home-collections-grid {
    grid-template-columns: 1fr;
  }

  .about-image-large {
    aspect-ratio: 1 / 1.05;
  }

  .home-collections-heading {
    display: grid;
    align-items: start;
  }

  .home-collections-title {
    max-width: 100%;
  }

  .home-ligne36-shell {
    grid-template-columns: 1fr;
  }

  .home-ligne36-title {
    max-width: 100%;
  }

  .ligne36-hero-shell,
  .ligne36-passage-shell {
    grid-template-columns: 1fr;
  }

  .ligne36-title,
  .ligne36-section-title {
    max-width: 100%;
  }

  .home-collection-image {
    padding: clamp(1rem, 3vw, 1.4rem);
  }

  .home-collection-image-stacked::before {
    transform: rotate(-5deg) translate(-0.2rem, 0.12rem);
  }

  .home-collection-image-stacked::after {
    transform: rotate(4deg) translate(0.3rem, -0.08rem);
  }

  .about-editorial-home .about-grid,
  .artworks-heading,
  .list-group {
    grid-template-columns: 1fr;
  }

  .about-media {
    grid-template-columns: 1fr;
  }

  .about-copy p {
    font-size: clamp(1.02rem, 4vw, 1.18rem);
    line-height: 1.35;
  }

  .list-row {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    align-items: start;
  }

  .list-table-gallery .gallery-row {
    padding: 1rem 0;
  }

  .list-table-gallery .list-row-title-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(4.75rem, 18vw, 6rem);
    gap: 0.9rem;
    align-items: center;
    width: 100%;
  }

  .list-hover-preview {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    aspect-ratio: 0.82 / 1;
    opacity: 1;
    visibility: visible;
    display: block;
    transform: none;
    justify-self: end;
    border: 1px solid rgba(244, 241, 235, 0.1);
    background: #0b0b0b;
  }

  .list-row-meta,
  .list-row-year {
    padding-left: 0;
  }

  .artworks-section {
    overflow: visible;
  }

  .artworks-horizontal {
    height: auto;
    min-height: 0;
    padding: 0 0 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .artworks-horizontal::-webkit-scrollbar {
    display: block;
    height: 0.35rem;
  }

  .artworks-track {
    height: auto;
    gap: 1rem;
    padding: 0 var(--gutter) 0;
  }

  .artwork-panel {
    flex-basis: min(68vw, 20rem);
    height: auto;
    min-height: 0;
    scroll-snap-align: center;
  }

  .artwork-panel-wide {
    flex-basis: min(82vw, 25rem);
  }

  .artwork-panel-portrait,
  .artwork-panel-tall {
    flex-basis: min(62vw, 18rem);
  }

  .artwork-panel-square {
    flex-basis: min(70vw, 21rem);
  }

  .artwork-panel-image {
    padding: clamp(1.1rem, 5vw, 2rem);
  }

  .artwork-panel-intro {
    flex-basis: min(72vw, 22rem);
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .home-page .hero-frame {
    grid-template-rows: auto 1fr auto;
    gap: clamp(1rem, 2.2vw, 1.8rem);
    padding-top: clamp(0.35rem, 1.2vw, 0.7rem);
    padding-bottom: clamp(1.2rem, 2.6vw, 2.8rem);
  }

  .home-page .hero-title {
    width: 100%;
    font-size: clamp(7rem, 16vw, 9.75rem);
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    row-gap: 0;
    white-space: nowrap;
    margin-top: 0;
  }

  .home-page .hero-nav {
    display: flex;
    justify-content: center;
    align-self: end;
    margin-bottom: clamp(0.85rem, 2vw, 1.4rem);
  }

  .home-page .home-hero-intro-row {
    justify-content: center;
    align-self: end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-page .hero-intro {
    max-width: 40rem;
    font-size: clamp(1.35rem, 2.8vw, 1.95rem);
    line-height: 1.08;
    text-align: center;
  }

  .home-page .home-hero-accents {
    display: none;
  }
}

@media (max-width: 560px) {
  .home-page .hero-page,
  .home-page .editorial-hero,
  .home-page .hero-frame {
    min-height: 100svh;
  }

  .home-page .hero-frame {
    grid-template-rows: 1fr;
    padding-top: 0.4rem;
    padding-bottom: 1.1rem;
    align-items: center;
    justify-items: center;
  }

  .home-page .hero-title {
    width: 100%;
    font-size: clamp(4.55rem, 20vw, 6.3rem);
    line-height: 0.82;
    gap: 0.08rem clamp(0.45rem, 2.4vw, 0.85rem);
    white-space: nowrap;
    margin-top: 0;
    transform: scale(var(--hero-scale));
    transform-origin: center center;
  }

  .home-page .hero-nav {
    display: none;
  }

  .home-hero-logo {
    top: 64%;
    width: clamp(6.7rem, 28vw, 8.2rem);
  }

  .home-mobile-bar {
    top: 0.4rem;
    padding-inline: 1.85rem;
  }

  .home-mobile-menu {
    inset: 0;
    width: 100%;
    padding:
      4.75rem
      1rem
      1rem;
  }

  .home-mobile-menu-toggle {
    width: 2.95rem;
    height: 2.95rem;
  }

  .home-mobile-menu-toggle[aria-expanded="true"] {
    top: 0.4rem;
    right: 1.85rem;
  }

  .home-mobile-menu-close {
    top: 0.65rem;
    right: 1.85rem;
    width: 2.95rem;
    height: 2.95rem;
  }

  .home-mobile-menu-link {
    min-height: 3.9rem;
    font-size: clamp(1.7rem, 7vw, 2.15rem);
    border-radius: 1.25rem;
  }

  .home-mobile-menu-lang {
    min-height: 3rem;
    font-size: 1.05rem;
  }

  .home-mobile-menu-brand {
    padding-top: 1.3rem;
  }

  .home-mobile-menu-brand img {
    width: 4.7rem;
  }

  .contact-page-main {
    padding-inline: var(--gutter);
  }

  .contact-hero {
    padding-top: 2rem;
    padding-bottom: 3.8rem;
  }

  .contact-shell {
    padding-inline: 0;
    gap: 1.5rem;
  }

  .contact-title {
    font-size: clamp(2.3rem, 10.5vw, 3.5rem);
  }

  .contact-intro,
  .contact-direct-copy,
  .contact-direct-link {
    max-width: none;
    font-size: 1rem;
  }

  .contact-form {
    padding: 1rem;
    border-radius: 1.1rem;
  }

  .contact-field input,
  .contact-field textarea {
    padding-inline: 0.9rem;
  }

  .contact-submit {
    width: 100%;
    justify-self: stretch;
  }

  .home-page .home-hero-accents {
    display: block;
  }

  .home-page .home-hero-accent-left {
    top: 18%;
    left: 0.55rem;
    width: 4.9rem;
  }

  .home-page .home-hero-accent-top-right {
    top: 16%;
    right: 0.55rem;
    width: 5.2rem;
  }

  .home-page .home-hero-accent-bottom-right {
    right: 0.8rem;
    bottom: 20%;
    width: 6rem;
  }

  .home-video-shell {
    padding-top: 0.75rem;
  }

  .home-collections-shell,
  .artworks-shell,
  .list-shell {
    gap: 1.15rem;
  }

  .home-collections-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .home-collections-grid::-webkit-scrollbar {
    display: none;
  }

  .home-collection-card {
    gap: 0.75rem;
    scroll-snap-align: none;
    position: relative;
    max-width: min(100%, 23rem);
  }

  .home-collection-card:nth-child(1) {
    z-index: 3;
    margin-top: 0;
  }

  .home-collection-card:nth-child(2) {
    z-index: 2;
    margin-top: -2.6rem;
    margin-left: auto;
    margin-right: 0.2rem;
  }

  .home-collection-card:nth-child(3) {
    z-index: 1;
    margin-top: -2.6rem;
    margin-left: 0.2rem;
  }

  .home-collection-image {
    padding: 1rem;
    background: linear-gradient(180deg, #141414, #0b0b0b);
    border: 1px solid rgba(244, 241, 235, 0.1);
    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.22);
  }

  .home-collection-image-stacked {
    aspect-ratio: 0.92 / 1.04;
    padding: 0.8rem;
  }

  .home-collection-image-stacked::before,
  .home-collection-image-stacked::after {
    inset: 0.65rem;
  }

  .collection-picture-main {
    width: 100%;
    max-height: none;
    aspect-ratio: 0.9 / 1;
    object-fit: cover;
  }

  .home-collection-copy {
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.7rem;
    position: relative;
    z-index: 4;
    width: calc(100% - 0.5rem);
    margin-top: -0.18rem;
    padding: 0.68rem 0.72rem 0.72rem;
    border: 1px solid rgba(244, 241, 235, 0.16);
    background: rgba(7, 7, 7, 0.78);
    box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .home-collection-index {
    color: rgba(244, 241, 235, 0.72);
  }

  .home-collection-name {
    color: #fff;
    font-size: clamp(1.62rem, 7vw, 1.95rem);
    line-height: 0.95;
    text-shadow: 0 0.08rem 0.45rem rgba(0, 0, 0, 0.55);
  }

  .home-collection-line {
    color: rgba(244, 241, 235, 0.78);
    font-size: 0.82rem;
  }

  .home-ligne36-section {
    padding-bottom: 4rem;
  }

  .home-ligne36-shell {
    gap: 1rem;
  }

  .home-ligne36-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .ligne36-hero,
  .ligne36-passage {
    padding-bottom: 4rem;
  }

  .ligne36-note {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .artworks-horizontal {
    padding-bottom: 0.8rem;
  }

  .artwork-panel {
    flex-basis: 78vw;
  }

  .artwork-panel-wide,
  .artwork-panel-intro {
    flex-basis: 86vw;
  }

  .artwork-panel-portrait,
  .artwork-panel-tall,
  .artwork-panel-square {
    flex-basis: 74vw;
  }

  .artwork-panel-image {
    padding: 0.95rem;
  }

  .artwork-panel-caption {
    gap: 0.45rem;
  }

  .list-row-title,
  .list-row-meta,
  .list-row-year {
    line-height: 1.16;
  }

  .hero-footer {
    padding-top: 2.8rem;
  }

  .hero-footer-shell {
    justify-items: center;
  }

  .hero-footer-wordmark {
    width: 100%;
    font-size: clamp(4.35rem, 19.5vw, 6.9rem);
    line-height: 0.8;
    text-align: center;
    justify-self: center;
    transform: none;
    white-space: nowrap;
  }
}

/* ═══════════════════════════════════════════════
   HOME HERO — Full-Bleed Editorial Redesign
   Overrides all earlier home-hero rules via
   cascade order (appended last in stylesheet).
   ═══════════════════════════════════════════════ */

/* ── Frame: 3-row full-viewport grid ── */
.home-page .editorial-hero,
.home-page .hero-page {
  min-height: 100svh;
}

.home-page .hero-frame {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  padding: clamp(0.7rem, 1.3vw, 1.15rem) var(--gutter) clamp(1.8rem, 3.5vw, 3rem);
  row-gap: clamp(0.7rem, 1.2vw, 1.1rem);
  position: relative;
  overflow: hidden;
  top: auto;
  align-items: stretch;
  align-content: stretch;
  justify-items: stretch;
}

/* ── Desktop nav → row 1, left-aligned ── */
.home-page .hero-nav {
  grid-row: 1;
  position: relative;
  z-index: 3;
  align-self: start;
  justify-self: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(0.45rem, 0.85vw, 0.75rem);
  width: 100%;
  margin: 0;
  left: auto;
  bottom: auto;
  transform: none;
  max-width: none;
}

/* ── Copy block → row 2, pinned to bottom-left ── */
.home-hero-copy {
  grid-row: 2;
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: start;
  display: grid;
  gap: clamp(0.5rem, 0.85vw, 0.85rem);
  max-width: min(30rem, 52%);
  padding-bottom: clamp(0.5rem, 1vw, 0.9rem);
}

/* ── Wordmark → row 3, full-width at bottom ── */
.home-page .home-hero-title {
  grid-row: 3;
  position: relative;
  z-index: 2;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(0.3rem, 0.8vw, 0.7rem);
  width: 100%;
  font-size: clamp(5rem, 15vw, 18rem);
  line-height: 0.78;
  letter-spacing: -0.012em;
  color: rgba(244, 241, 235, 0.97);
  text-align: left;
  white-space: nowrap;
  transform: none;
  transform-origin: bottom left;
  align-self: end;
  overflow: visible;
  max-width: none;
  text-transform: uppercase;
}

.home-page .home-hero-title span {
  display: block;
  flex: 0 1 auto;
}

/* ── Background image: absolute full-bleed ── */
.home-hero-feature {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  align-self: auto;
  justify-self: auto;
}

.home-hero-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.56) 0%,
      rgba(0, 0, 0, 0.1) 34%,
      rgba(0, 0, 0, 0.52) 66%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    linear-gradient(
      110deg,
      rgba(0, 0, 0, 0.28) 0%,
      transparent 52%
    );
}

.home-hero-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: saturate(0.82) contrast(1.1) brightness(0.68);
}

.home-hero-feature picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* ── Typography ── */
.home-hero-kicker {
  margin: 0;
  color: rgba(244, 241, 235, 0.56);
  font-size: clamp(0.66rem, 0.7vw, 0.82rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-page .home-hero-intro {
  margin: 0;
  max-width: 30rem;
  color: rgba(244, 241, 235, 0.84);
  font-size: clamp(1rem, 1.15vw, 1.34rem);
  line-height: 1.26;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
}

/* ── Action links ── */
.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem clamp(0.85rem, 1.5vw, 1.25rem);
  margin-top: clamp(0.15rem, 0.4vw, 0.4rem);
}

.home-hero-action {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.28);
  color: rgba(244, 241, 235, 0.84);
  font-size: 0.84rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-hero-action:hover,
.home-hero-action:focus-visible {
  color: #ffffff;
  border-color: rgba(244, 241, 235, 0.78);
  transform: translateY(-1px);
}

/* ── Suppress old logo and accent images ── */
.home-page .home-hero-logo,
.home-page .home-hero-accents {
  display: none !important;
}

/* ── Tablet: 721–900px ── */
@media (min-width: 721px) and (max-width: 900px) {
  .home-page .hero-frame {
    grid-template-rows: auto 1fr auto;
    padding-top: clamp(0.55rem, 1.2vw, 0.85rem);
    padding-bottom: clamp(1.4rem, 3.2vw, 2.2rem);
    row-gap: clamp(0.65rem, 1.1vw, 0.95rem);
    align-items: stretch;
    align-content: stretch;
    justify-items: stretch;
  }

  .home-page .hero-nav {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    align-self: start;
    margin-bottom: 0;
  }

  .home-hero-copy {
    max-width: min(28rem, 66%);
    align-self: end;
  }

  .home-page .home-hero-title {
    grid-row: 3;
    font-size: clamp(4.2rem, 13vw, 9rem);
    justify-content: space-between;
    text-align: left;
    align-self: end;
    transform: none;
    margin: 0;
  }
}

/* ── Mobile: ≤ 720px ── */
@media (max-width: 720px) {
  .home-page .hero-frame {
    grid-template-rows: auto 1fr auto;
    padding-top: 0.65rem;
    padding-bottom: clamp(1.3rem, 5.5vw, 2rem);
    row-gap: clamp(0.55rem, 2.5vw, 0.85rem);
    align-items: stretch;
    align-content: stretch;
    justify-items: stretch;
  }

  .home-page .hero-nav {
    display: none;
  }

  .home-hero-copy {
    max-width: 80%;
    padding-bottom: clamp(0.35rem, 2vw, 0.6rem);
    gap: 0.68rem;
    align-self: end;
  }

  .home-hero-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }

  .home-page .home-hero-intro {
    font-size: clamp(0.96rem, 4vw, 1.16rem);
    line-height: 1.28;
  }

  .home-hero-action {
    font-size: 0.78rem;
    letter-spacing: 0.09em;
  }

  .home-page .home-hero-title {
    grid-row: 3;
    font-size: clamp(3.5rem, 17.5vw, 6.8rem);
    line-height: 0.8;
    gap: 0.35rem;
    justify-content: space-between;
    text-align: left;
    align-self: end;
    transform: none;
    margin: 0;
  }
}

/* ── Small mobile: ≤ 560px ── */
@media (max-width: 560px) {
  .home-page .hero-frame {
    grid-template-rows: auto 1fr auto;
    padding-top: 0.4rem;
    padding-bottom: clamp(1.1rem, 5vw, 1.7rem);
    align-items: stretch;
    align-content: stretch;
    justify-items: stretch;
  }

  .home-hero-copy {
    max-width: 88%;
  }

  .home-page .home-hero-title {
    font-size: clamp(3.2rem, 19vw, 5.8rem);
    line-height: 0.82;
  }

  .home-page .home-hero-accents {
    display: none !important;
  }
}

/* ══════════════════════════════════════════════════
   HOMEPAGE PREMIUM REFINEMENTS
   All scoped to avoid breaking other pages.
   ══════════════════════════════════════════════════ */

/* ── Video section: fix missing gap between video and CTA ── */
.home-video-shell {
  gap: clamp(0.7rem, 1.1vw, 1rem);
}

.home-page .home-video-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.7rem, 1.2vw, 1rem);
  width: min(100%, 42rem);
  padding: clamp(0.25rem, 0.8vw, 0.7rem) 0 0;
}

/* ── Video CTAs: compact editorial actions ── */
.home-page .home-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(244, 241, 235, 0.04);
  border: 1px solid rgba(244, 241, 235, 0.2);
  color: rgba(244, 241, 235, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  min-height: 2.65rem;
  padding: 0.86rem 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.home-page .home-cta-link-primary {
  background: #f4f1eb;
  border-color: #f4f1eb;
  color: #050505;
}

.home-page .home-cta-link:hover,
.home-page .home-cta-link:focus-visible {
  color: #ffffff;
  border-color: rgba(244, 241, 235, 0.58);
  background: rgba(244, 241, 235, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.home-page .home-cta-link-primary:hover,
.home-page .home-cta-link-primary:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #050505;
}

/* ── Collections: missing copy CSS ── */
.home-collection-text {
  display: grid;
  gap: 0.22rem;
}

.home-collection-line {
  margin: 0;
  color: rgba(244, 241, 235, 0.5);
  font-size: clamp(0.74rem, 0.76vw, 0.86rem);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ── Ligne 36: remove rounded card, become editorial section ── */
.home-page .home-ligne36-shell {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  padding-top: clamp(1.4rem, 2.4vw, 2.4rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
}

/* ── Ligne 36: visual column layout (was missing entirely) ── */
.home-ligne36-visual {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.4rem);
  align-content: start;
}

.home-ligne36-signal {
  margin: 0;
}

.home-ligne36-signal img {
  height: clamp(4rem, 7.5vw, 6rem);
  width: auto;
  display: block;
  filter: invert(1);
  opacity: 0.76;
}

.home-ligne36-media {
  aspect-ratio: 16 / 10;
  background: #050505;
}

/* ── Footer: shared editorial close ── */
.hero-footer {
  padding: clamp(4.8rem, 8vw, 8rem) var(--gutter) 0;
  background: #000000;
}

.hero-footer-shell {
  width: min(112rem, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: stretch;
  gap: clamp(1.8rem, 3vw, 3.8rem);
  padding-top: clamp(1.6rem, 2.6vw, 2.6rem);
  border-top: 1px solid rgba(244, 241, 235, 0.14);
}

.hero-footer-meta {
  display: grid;
  grid-template-columns:
    minmax(13rem, 0.9fr)
    minmax(16rem, 1fr)
    minmax(14rem, 0.85fr);
  align-items: start;
  gap: clamp(1.6rem, 4vw, 5.4rem);
}

.hero-footer-identity {
  display: grid;
  gap: 1rem;
  align-content: start;
  justify-items: start;
}

.hero-footer-logo {
  width: clamp(3.2rem, 4vw, 4.7rem);
  margin: 0;
}

.hero-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-footer-caption {
  margin: 0;
  max-width: 17rem;
  justify-self: start;
  text-align: left;
  color: rgba(244, 241, 235, 0.58);
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  line-height: 1.52;
  letter-spacing: 0.025em;
}

.hero-footer-secondary-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: center;
  gap: 0.8rem clamp(1.6rem, 3vw, 3rem);
  margin: 0;
  padding: 0;
  border: 0;
}

.hero-footer-contact {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  justify-items: end;
  text-align: right;
}

.hero-footer-contact-text {
  margin: 0;
  max-width: 17rem;
  color: rgba(244, 241, 235, 0.54);
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  line-height: 1.5;
}

.hero-footer-contact-links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(1rem, 1.8vw, 1.8rem);
  flex-wrap: wrap;
}

.hero-footer-link {
  display: inline-flex;
  color: rgba(244, 241, 235, 0.82);
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.12rem 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0);
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero-footer-link:hover,
.hero-footer-link:focus-visible {
  color: #ffffff;
  border-color: rgba(244, 241, 235, 0.46);
  transform: translateY(-1px);
}

.hero-footer-wordmark {
  display: block;
  width: 100%;
  padding-top: clamp(1rem, 2vw, 1.8rem);
  border-top: 1px solid rgba(244, 241, 235, 0.1);
  text-align: center;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(7rem, 20vw, 22rem);
  line-height: 0.74;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.hero-footer-wordmark:hover,
.hero-footer-wordmark:focus-visible {
  color: #ffffff;
  opacity: 0.96;
  transform: translateY(-0.08rem);
}

/* ── About section: tighten kicker size ── */
.about-editorial-home .about-copy::before {
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  letter-spacing: 0.06em;
  color: rgba(244, 241, 235, 0.52);
}

/* ── Artworks horizontal: refine scrollbar + panel feel ── */
.artworks-horizontal {
  scrollbar-width: none;
}

.artworks-horizontal::-webkit-scrollbar {
  display: none;
}

/* Slightly reduce panel image padding for more image, less whitespace */
.home-artworks-section .artwork-panel-image {
  padding: clamp(1.1rem, 2vw, 2.4rem);
}

.home-list-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(5.4rem, 9vw, 9rem);
  padding-bottom: clamp(5.4rem, 9vw, 9rem);
  background:
    linear-gradient(180deg, rgba(244, 241, 235, 0.035), transparent 34%),
    #000000;
}

.home-list-section .list-shell {
  gap: 0;
}

.home-list-section .list-group {
  grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6.5rem);
  padding: clamp(2.2rem, 3.8vw, 4rem) 0;
  border-top-color: rgba(244, 241, 235, 0.22);
  border-bottom: 1px solid rgba(244, 241, 235, 0.12);
}

.home-list-section .list-group-label {
  display: grid;
  align-content: start;
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
  position: sticky;
  top: clamp(1.5rem, 3vw, 3rem);
}

.home-gallery-kicker,
.home-gallery-intro {
  margin: 0;
}

.home-gallery-kicker {
  color: rgba(244, 241, 235, 0.55);
  font-size: clamp(0.78rem, 0.82vw, 0.92rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.home-list-section .home-gallery-title {
  max-width: 12ch;
  color: rgba(244, 241, 235, 0.96);
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(4.1rem, 7vw, 8.8rem);
  font-weight: 400;
  line-height: 0.82;
  text-transform: uppercase;
}

.home-gallery-intro {
  max-width: 22rem;
  color: rgba(244, 241, 235, 0.58);
  font-size: clamp(0.95rem, 1vw, 1.12rem);
  line-height: 1.45;
}

.home-gallery-link {
  width: max-content;
  margin-top: 0.25rem;
  color: rgba(244, 241, 235, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid rgba(244, 241, 235, 0.42);
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-gallery-link:hover,
.home-gallery-link:focus-visible {
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-1px);
}

.home-list-section .list-table-gallery {
  gap: clamp(0.55rem, 0.9vw, 0.8rem);
}

.home-gallery-stage {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: stretch;
}

.home-gallery-feature-card {
  position: relative;
  display: grid;
  min-height: clamp(28rem, 44vw, 42rem);
  overflow: hidden;
  background: #0d0d0d;
  border: 1px solid rgba(244, 241, 235, 0.16);
  text-decoration: none;
}

.home-gallery-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.88)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 62%);
  pointer-events: none;
}

.home-gallery-feature-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 600ms ease, opacity 600ms ease;
}

.home-gallery-feature-card:hover img,
.home-gallery-feature-card:focus-visible img {
  opacity: 0.92;
  transform: scale(1.035);
}

.home-gallery-feature-overlay {
  position: absolute;
  right: clamp(1rem, 2vw, 1.8rem);
  bottom: clamp(1rem, 2vw, 1.8rem);
  left: clamp(1rem, 2vw, 1.8rem);
  z-index: 1;
  display: grid;
  gap: 0.42rem;
}

.home-gallery-feature-kicker,
.home-gallery-feature-meta {
  color: rgba(244, 241, 235, 0.72);
  font-size: clamp(0.72rem, 0.78vw, 0.86rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-gallery-feature-title {
  color: #ffffff;
  font-family: "League Gothic", "Arial Narrow", sans-serif;
  font-size: clamp(3.5rem, 5.2vw, 6.8rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.home-list-section .gallery-row {
  grid-template-columns: minmax(0, 1.65fr) minmax(8.5rem, 0.7fr) minmax(4rem, 0.28fr);
  align-items: center;
  min-height: clamp(6.5rem, 7.4vw, 9rem);
  padding: clamp(0.8rem, 1vw, 1rem);
  border: 1px solid rgba(244, 241, 235, 0.1);
  background: rgba(244, 241, 235, 0.025);
}

.home-list-section .gallery-row:hover,
.home-list-section .gallery-row:focus-within {
  border-color: rgba(244, 241, 235, 0.24);
  background: rgba(244, 241, 235, 0.055);
}

.home-list-section .list-row-title-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(5.8rem, 10vw, 9.5rem);
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  width: 100%;
}

.home-list-section .list-hover-preview {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: 1px solid rgba(244, 241, 235, 0.12);
}

.home-list-section .gallery-row:hover .list-hover-preview,
.home-list-section .gallery-row:focus-within .list-hover-preview {
  transform: none;
}

.home-list-section .list-row-title {
  color: rgba(244, 241, 235, 0.88);
  font-size: clamp(1.2rem, 1.6vw, 2.2rem);
  letter-spacing: 0.01em;
}

.home-list-section .list-row-meta {
  font-size: clamp(0.86rem, 0.9vw, 1rem);
  font-weight: 500;
  color: rgba(244, 241, 235, 0.56);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-list-section .list-row-year {
  color: rgba(244, 241, 235, 0.44);
  font-size: clamp(0.84rem, 0.88vw, 0.98rem);
}

/* ── Responsive: gallery and footer ── */
@media (max-width: 1120px) {
  .home-gallery-stage {
    grid-template-columns: 1fr;
  }

  .home-gallery-feature-card {
    min-height: clamp(22rem, 46vw, 34rem);
  }
}

@media (max-width: 820px) {
  .home-list-section .list-group {
    grid-template-columns: 1fr;
  }

  .home-list-section .list-group-label {
    position: static;
    max-width: 34rem;
  }

  .home-list-section .home-gallery-title {
    max-width: 11ch;
  }

  .hero-footer-meta {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.2rem);
  }

  .hero-footer-secondary-links {
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: start;
  }

  .hero-footer-contact {
    justify-items: start;
    text-align: left;
  }

  .hero-footer-contact-links {
    justify-content: flex-start;
  }

  .hero-footer-wordmark {
    white-space: normal;
    line-height: 0.82;
  }
}

@media (max-width: 720px) {
  .home-list-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-list-section .list-group {
    padding: 1.4rem 0;
  }

  .home-list-section .home-gallery-title {
    font-size: clamp(3.4rem, 17vw, 5.6rem);
  }

  .home-list-section .gallery-row {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0.9rem;
  }

  .home-gallery-feature-card {
    min-height: clamp(20rem, 78vw, 30rem);
  }

  .home-gallery-feature-title {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .home-list-section .list-row-title-wrap {
    grid-template-columns: minmax(0, 1fr) clamp(5rem, 25vw, 7rem);
    gap: 0.85rem;
  }

  .home-page .home-video-cta {
    width: 100%;
    gap: 0.55rem;
  }

  .home-page .home-cta-link {
    flex: 1 1 13rem;
    padding-right: 0.85rem;
    padding-left: 0.85rem;
    text-align: center;
  }

  .hero-footer {
    padding-top: 3.2rem;
  }

  .hero-footer-shell {
    gap: 1.5rem;
  }

  .hero-footer-secondary-links {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hero-footer-link {
    width: max-content;
  }

  .hero-footer-wordmark {
    font-size: clamp(4.6rem, 20vw, 7.2rem);
  }
}

/* ══════════════════════════════════════════════════
   HOMEPAGE FIXED WORDMARK HERO
   Final overrides for the centered, pinned opening view.
   ══════════════════════════════════════════════════ */

.home-page .hero-page {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.home-page .editorial-hero {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.home-page .hero-frame {
  width: min(100%, var(--page-width));
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr;
  place-items: center;
  padding: var(--gutter);
  row-gap: 0;
  position: relative;
  overflow: hidden;
}

.home-page .hero-nav {
  position: absolute;
  top: clamp(0.85rem, 1.5vw, 1.4rem);
  left: 50%;
  z-index: 4;
  display: flex;
  width: max-content;
  max-width: calc(100% - (var(--gutter) * 2));
  justify-content: center;
  transform: translateX(-50%);
}

.home-hero-copy {
  display: none;
}

.home-page .home-hero-title {
  grid-row: 1;
  place-self: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.4vw, 1.5rem);
  width: min(100%, 92rem);
  margin: 0;
  color: rgba(244, 241, 235, 0.98);
  font-size: clamp(4.4rem, 11.5vw, 14rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transform: none;
  transform-origin: center;
  z-index: 2;
}

.home-page .home-hero-word {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  flex: none !important;
  font: inherit;
  font-weight: inherit;
}

.home-page .home-hero-word.is-revealing {
  z-index: 20;
}

.home-page .home-hero-word:has(.home-hero-letter:hover),
.home-page .home-hero-word:has(.home-hero-letter:focus-visible) {
  z-index: 20;
}

.home-page .home-hero-letter {
  position: relative;
  z-index: 1;
  display: inline-block !important;
  flex: none !important;
  font: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  padding-inline: 0.015em;
  cursor: crosshair;
  isolation: isolate;
  transition: color 180ms ease, transform 180ms ease;
}

.home-page .home-hero-letter img {
  display: none;
}

.home-page .home-hero-letter.is-revealed,
.home-page .home-hero-letter:hover,
.home-page .home-hero-letter:focus-visible {
  z-index: 20;
  color: #ffffff;
  transform: translateY(-0.035em);
}

.home-page .home-hero-reveal {
  position: absolute;
  inset: 0;
  z-index: 30;
  margin: 0;
  pointer-events: none;
  overflow: visible;
  contain: layout;
}

.home-page .home-hero-reveal img {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(8rem, 17vw, 20rem);
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.48);
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.home-page .home-hero-feature::after {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.7) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.42));
}

.home-page .home-hero-feature img {
  object-position: center center;
  filter: saturate(0.72) contrast(1.08) brightness(0.48);
}

.home-page .home-bee-section,
.home-page .home-video-section,
.home-page .about-editorial-home,
.home-page .home-collections-section,
.home-page .home-ligne36-section,
.home-page .home-artworks-section,
.home-page .home-list-section,
.home-page .hero-footer {
  position: relative;
  z-index: 5;
  background: #000000;
}

@media (max-width: 720px) {
  .home-page .home-mobile-bar {
    position: absolute;
    top: 0.65rem;
    right: var(--gutter);
    left: var(--gutter);
    z-index: 5;
  }

  .home-page .hero-nav {
    display: none;
  }

  .home-page .home-hero-title {
    width: 100%;
    font-size: clamp(2.7rem, 11.5vw, 6.4rem);
    white-space: nowrap;
  }

  .home-page .home-hero-reveal img {
    width: clamp(6.8rem, 32vw, 11rem);
  }

  .home-page .home-hero-letter {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

/* Premium mobile full-screen menu */
@media (max-width: 820px) {
  .home-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.85rem var(--gutter);
    pointer-events: none;
  }

  .home-mobile-menu-toggle {
    pointer-events: auto;
    width: 2.65rem;
    height: 2.65rem;
    display: inline-grid;
    place-items: center;
    gap: 0.28rem;
    border: 1px solid rgba(244, 241, 235, 0.18);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(14px);
    cursor: pointer;
  }

  .home-mobile-menu-toggle span {
    display: block;
    width: 1rem;
    height: 1px;
    background: rgba(244, 241, 235, 0.9);
  }

  .home-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: clamp(1rem, 4vw, 1.35rem) var(--gutter) clamp(1.1rem, 5vw, 1.8rem);
    background:
      radial-gradient(circle at 82% 12%, rgba(244, 241, 235, 0.08), transparent 28rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.985));
    color: var(--text);
    overflow-y: auto;
  }

  .home-mobile-menu[hidden] {
    display: none;
  }

  .home-mobile-menu::before {
    content: "NICOLAS HERBÉ";
    position: absolute;
    left: var(--gutter);
    bottom: clamp(4.5rem, 16vw, 7rem);
    color: rgba(244, 241, 235, 0.035);
    font-family: "League Gothic", "Arial Narrow", sans-serif;
    font-size: clamp(5.5rem, 26vw, 11rem);
    line-height: 0.76;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
  }

  .home-mobile-menu::after {
    content: "Contemporary abstract urban painting";
    position: absolute;
    left: var(--gutter);
    top: clamp(1.05rem, 4vw, 1.45rem);
    color: rgba(244, 241, 235, 0.48);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .home-mobile-menu-close {
    justify-self: end;
    width: 2.55rem;
    height: 2.55rem;
    display: inline-grid;
    place-items: center;
    position: relative;
    border: 1px solid rgba(244, 241, 235, 0.18);
    border-radius: 999px;
    background: rgba(244, 241, 235, 0.035);
    cursor: pointer;
    z-index: 2;
  }

  .home-mobile-menu-close span {
    position: absolute;
    width: 1.05rem;
    height: 1px;
    background: rgba(244, 241, 235, 0.9);
  }

  .home-mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }

  .home-mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .home-mobile-menu-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: auto;
    padding: clamp(0.78rem, 3.4vw, 1.1rem) 0;
    border: 0;
    border-bottom: 1px solid rgba(244, 241, 235, 0.12);
    border-radius: 0;
    background: transparent;
    color: rgba(244, 241, 235, 0.86);
    font-family: "League Gothic", "Arial Narrow", sans-serif;
    font-size: clamp(3.1rem, 14vw, 6rem);
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.01em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 180ms ease, padding-left 220ms ease, border-color 180ms ease;
  }

  .home-mobile-menu-link::after {
    content: "↗";
    color: rgba(244, 241, 235, 0.34);
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(0.9rem, 4vw, 1.2rem);
    font-weight: 500;
    line-height: 1;
    transform: translateY(-0.16em);
    transition: color 180ms ease, transform 220ms ease;
  }

  .home-mobile-menu-link:hover,
  .home-mobile-menu-link:focus-visible,
  .home-mobile-menu-link.is-active {
    color: #ffffff;
    border-color: rgba(244, 241, 235, 0.26);
    padding-left: 0.35rem;
    outline: none;
  }

  .home-mobile-menu-link:hover::after,
  .home-mobile-menu-link:focus-visible::after,
  .home-mobile-menu-link.is-active::after {
    color: rgba(244, 241, 235, 0.82);
    transform: translate(0.18rem, -0.25em);
  }

  .home-mobile-menu-lang {
    justify-content: center;
    width: max-content;
    min-width: 3.15rem;
    min-height: 2.15rem;
    margin-top: 1rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(244, 241, 235, 0.2);
    border-radius: 999px;
    background: rgba(244, 241, 235, 0.04);
    color: rgba(244, 241, 235, 0.82);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-mobile-menu-lang::before {
    content: "Language";
    margin-right: 0.55rem;
    color: rgba(244, 241, 235, 0.42);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .home-mobile-menu-lang::after {
    content: none;
  }

  .home-mobile-menu-lang:hover,
  .home-mobile-menu-lang:focus-visible {
    padding-left: 0.8rem;
    background: rgba(244, 241, 235, 0.09);
    border-color: rgba(244, 241, 235, 0.34);
  }

  .home-mobile-menu-brand {
    position: relative;
    z-index: 2;
    align-self: end;
    justify-self: start;
    display: inline-flex;
    width: clamp(3.4rem, 15vw, 5rem);
    margin-top: clamp(2rem, 8vw, 4rem);
    opacity: 0.8;
  }

  .home-mobile-menu-brand img {
    width: 100%;
    height: auto;
    filter: invert(1);
  }

  .home-hero-nav {
    display: none;
  }
}

/* Remove arrows from premium mobile menu */
@media (max-width: 820px) {
  .home-mobile-menu-link {
    justify-content: flex-start;
  }

  .home-mobile-menu-link::after,
  .home-mobile-menu-link:hover::after,
  .home-mobile-menu-link:focus-visible::after,
  .home-mobile-menu-link.is-active::after {
    content: none;
  }

  .home-mobile-menu-lang {
    justify-content: center;
  }
}

/* Mobile menu spacing refinement */
@media (max-width: 820px) {
  .home-mobile-menu {
    grid-template-rows: auto auto 1fr;
    align-content: start;
  }

  .home-mobile-menu-link {
    justify-content: flex-start;
    padding-top: clamp(0.62rem, 2.4vw, 0.9rem);
    padding-bottom: clamp(0.62rem, 2.4vw, 0.9rem);
    font-size: clamp(2.8rem, 12.5vw, 5.2rem);
  }

  .home-mobile-menu-link::after,
  .home-mobile-menu-link:hover::after,
  .home-mobile-menu-link:focus-visible::after,
  .home-mobile-menu-link.is-active::after {
    content: none;
  }

  .home-mobile-menu-lang {
    justify-content: center;
    margin-top: clamp(0.8rem, 3vw, 1.2rem);
  }

  .home-mobile-menu-brand {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Mobile menu — clean premium reset */
@media (max-width: 820px) {
  .home-mobile-bar:has(.home-mobile-menu-toggle[aria-expanded="true"]) {
    display: none;
  }

  .home-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: clamp(1.15rem, 5vw, 1.6rem) var(--gutter) clamp(1.4rem, 6vw, 2rem);
    background:
      radial-gradient(circle at 78% 18%, rgba(244, 241, 235, 0.055), transparent 24rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.985), rgba(0, 0, 0, 0.995));
    color: var(--text);
    overflow-y: auto;
  }

  .home-mobile-menu[hidden] {
    display: none;
  }

  .home-mobile-menu::before {
    content: "NICOLAS HERBÉ";
    position: absolute;
    left: var(--gutter);
    right: var(--gutter);
    bottom: clamp(4.8rem, 16vw, 6.8rem);
    color: rgba(244, 241, 235, 0.026);
    font-family: "League Gothic", "Arial Narrow", sans-serif;
    font-size: clamp(4.8rem, 21vw, 8rem);
    line-height: 0.78;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
  }

  .home-mobile-menu::after {
    content: "CONTEMPORARY ABSTRACT URBAN PAINTING";
    position: static;
    order: -2;
    display: block;
    margin: 0 0 clamp(2.8rem, 10vw, 4.4rem);
    color: rgba(244, 241, 235, 0.54);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .home-mobile-menu-close {
    position: absolute;
    top: clamp(0.9rem, 4vw, 1.3rem);
    right: var(--gutter);
    z-index: 4;
    width: 2.55rem;
    height: 2.55rem;
    display: inline-grid;
    place-items: center;
    margin: 0;
    border: 1px solid rgba(244, 241, 235, 0.24);
    border-radius: 999px;
    background: rgba(244, 241, 235, 0.045);
    color: var(--text);
    cursor: pointer;
    backdrop-filter: blur(12px);
  }

  .home-mobile-menu-close span {
    position: absolute;
    width: 1.05rem;
    height: 1px;
    background: rgba(244, 241, 235, 0.92);
  }

  .home-mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }

  .home-mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .home-mobile-menu-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(0.58rem, 2.1vw, 0.82rem) 0;
    border: 0;
    border-bottom: 1px solid rgba(244, 241, 235, 0.105);
    border-radius: 0;
    background: transparent;
    color: rgba(244, 241, 235, 0.84);
    box-shadow: none;
    font-family: "League Gothic", "Arial Narrow", sans-serif;
    font-size: clamp(2.65rem, 11.5vw, 4.9rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 180ms ease, padding-left 220ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  .home-mobile-menu-link::after,
  .home-mobile-menu-link:hover::after,
  .home-mobile-menu-link:focus-visible::after,
  .home-mobile-menu-link.is-active::after {
    content: none;
  }

  .home-mobile-menu-link:hover,
  .home-mobile-menu-link:focus-visible,
  .home-mobile-menu-link.is-active {
    padding-left: 0.25rem;
    color: #ffffff;
    border-color: rgba(244, 241, 235, 0.24);
    background: transparent;
    outline: none;
  }

  .home-mobile-menu-lang {
    order: 20;
    align-self: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: clamp(1.35rem, 5vw, 2rem) auto 0;
    padding: 0.62rem 1rem;
    border: 1px solid rgba(244, 241, 235, 0.2);
    border-radius: 999px;
    background: rgba(244, 241, 235, 0.035);
    color: rgba(244, 241, 235, 0.82);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-mobile-menu-lang::before {
    content: "LANGUAGE";
    margin-right: 0.6rem;
    color: rgba(244, 241, 235, 0.42);
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }

  .home-mobile-menu-lang:hover,
  .home-mobile-menu-lang:focus-visible,
  .home-mobile-menu-lang.is-active {
    padding-left: 1rem;
    background: rgba(244, 241, 235, 0.07);
    border-color: rgba(244, 241, 235, 0.34);
  }

  .home-mobile-menu-brand {
    order: 30;
    position: relative;
    z-index: 2;
    align-self: center;
    justify-self: center;
    display: inline-flex;
    width: clamp(2.8rem, 12vw, 4rem);
    margin: clamp(1.8rem, 7vw, 2.8rem) auto 0;
    opacity: 0.76;
  }

  .home-mobile-menu-brand img {
    width: 100%;
    height: auto;
    filter: invert(1);
  }
}
/* Mobile menu — breathing room refinement */
@media (max-width: 820px) {
  .home-mobile-menu {
    padding-top: clamp(2.3rem, 9vw, 3.6rem);
    padding-bottom: clamp(1.8rem, 8vw, 3rem);
  }

  .home-mobile-menu::after {
    margin-bottom: clamp(4.2rem, 15vw, 6.4rem);
    max-width: 18rem;
    line-height: 1.25;
  }

  .home-mobile-menu-close {
    top: clamp(1.15rem, 4.8vw, 1.8rem);
  }

  .home-mobile-menu-link {
    padding-top: clamp(0.82rem, 3.2vw, 1.12rem);
    padding-bottom: clamp(0.82rem, 3.2vw, 1.12rem);
    font-size: clamp(2.55rem, 10.8vw, 4.65rem);
    line-height: 0.92;
  }

  .home-mobile-menu-lang {
    margin-top: clamp(2rem, 8vw, 3.1rem);
  }

  .home-mobile-menu-brand {
    margin-top: clamp(2.3rem, 9vw, 3.6rem);
  }
}
/* Mobile menu — more breathing room */
@media (max-width: 820px) {
  .home-mobile-menu {
    justify-content: center;
    padding-top: clamp(2.4rem, 11vw, 4.4rem);
    padding-bottom: clamp(2.2rem, 10vw, 4rem);
  }

  .home-mobile-menu::after {
    position: absolute;
    top: clamp(1.35rem, 5vw, 2rem);
    left: var(--gutter);
    right: clamp(4.4rem, 16vw, 5.6rem);
    margin: 0;
  }

  .home-mobile-menu-link:first-of-type {
    margin-top: clamp(2.8rem, 14vw, 5.4rem);
  }

  .home-mobile-menu-link {
    padding-top: clamp(0.76rem, 3.2vw, 1.15rem);
    padding-bottom: clamp(0.76rem, 3.2vw, 1.15rem);
    font-size: clamp(2.55rem, 10.5vw, 4.45rem);
  }

  .home-mobile-menu-lang {
    margin-top: clamp(2rem, 8vw, 3.4rem);
  }

  .home-mobile-menu-brand {
    margin-top: clamp(2.2rem, 9vw, 3.8rem);
  }

  .home-mobile-menu::before {
    bottom: clamp(2rem, 8vw, 4rem);
    font-size: clamp(4.2rem, 18vw, 7.2rem);
  }
}
/* Mobile menu — final premium refinement */
@media (max-width: 820px) {
  .home-mobile-menu {
    justify-content: center;
    padding-top: clamp(3rem, 12vw, 5rem);
    padding-bottom: clamp(2.6rem, 10vw, 4.4rem);
  }

  .home-mobile-menu-link {
    font-size: clamp(2.45rem, 10vw, 4.2rem);
    padding-top: clamp(0.7rem, 2.8vw, 1rem);
    padding-bottom: clamp(0.7rem, 2.8vw, 1rem);
  }

  .home-mobile-menu-lang {
    align-self: center;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin-top: clamp(1.8rem, 7vw, 3rem);
    padding: 0.52rem 0.78rem;
    border-radius: 999px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.62rem;
    line-height: 1;
    letter-spacing: 0.14em;
  }

  .home-mobile-menu-lang::before {
    content: "LANG";
    margin-right: 0.45rem;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .home-mobile-menu-brand {
    width: clamp(4.6rem, 18vw, 6.4rem);
    margin-top: clamp(2.2rem, 8vw, 3.8rem);
    opacity: 0.9;
  }

  .home-mobile-menu-brand img {
    width: 100%;
    height: auto;
    filter: invert(1);
  }

  .home-mobile-menu::before {
    opacity: 0.85;
    bottom: clamp(1.6rem, 6vw, 3rem);
  }
}

/* Collection pages — final mobile art direction overrides */
@media (max-width: 820px) {
  .collection-page {
    --gutter: clamp(0.95rem, 4.5vw, 1.35rem);
    background:
      radial-gradient(circle at 88% 8%, rgba(var(--collection-accent), 0.2), transparent 19rem),
      linear-gradient(180deg, rgba(var(--collection-accent), 0.07), transparent 24rem),
      #000000;
  }

  .collection-page .about-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 0;
    pointer-events: none;
  }

  .collection-page .about-nav {
    display: none;
  }

  .collection-page .home-mobile-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 0.8rem var(--gutter);
  }

  .collection-main {
    padding-inline: var(--gutter);
  }

  .collection-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.2rem, 5vw, 1.8rem);
    min-height: auto;
    padding: clamp(5rem, 20vw, 6.8rem) 0 clamp(3rem, 12vw, 4.2rem);
  }

  .collection-hero-copy {
    gap: 0.85rem;
    max-width: 100%;
  }

  .collection-kicker,
  .collection-next-kicker {
    color: rgba(244, 241, 235, 0.68);
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .collection-title {
    max-width: 100%;
    color: #ffffff;
    font-size: clamp(4.8rem, 24vw, 8.2rem);
    line-height: 0.76;
    text-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.38);
  }

  .collection-intro,
  .collection-text {
    max-width: 29rem;
    color: rgba(244, 241, 235, 0.78);
    font-size: clamp(1rem, 4.1vw, 1.15rem);
    line-height: 1.38;
  }

  .collection-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    margin-top: 0.15rem;
  }

  .collection-meta p {
    padding: 0.44rem 0.62rem;
    border-color: rgba(var(--collection-accent), 0.4);
    background: rgba(var(--collection-accent), 0.12);
    color: rgba(244, 241, 235, 0.82);
    font-size: 0.68rem;
  }

  .collection-hero-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 0.2rem;
  }

  .collection-hero-image {
    border-color: rgba(var(--collection-accent), 0.3);
    box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.42);
  }

  .collection-hero-image-main {
    width: min(86%, 24rem);
    aspect-ratio: 0.84 / 1;
    justify-self: start;
  }

  .collection-hero-image-secondary {
    width: min(48%, 12rem);
    aspect-ratio: 0.72 / 1;
    justify-self: end;
    margin-top: -43%;
    transform: translateY(1.1rem);
    z-index: 2;
  }

  .collection-statement {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.95rem;
    padding: 1.6rem 0 clamp(3rem, 12vw, 4.2rem);
    border-top-color: rgba(var(--collection-accent), 0.22);
  }

  .collection-statement .collection-kicker,
  .collection-statement .collection-text {
    grid-column: auto;
    position: static;
  }

  .collection-section-title {
    max-width: 100%;
    color: rgba(244, 241, 235, 0.96);
    font-size: clamp(2.65rem, 12vw, 4.65rem);
    line-height: 0.9;
  }

  .collection-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding-bottom: clamp(3rem, 12vw, 4.2rem);
  }

  .collection-work,
  .collection-work-tall,
  .collection-work-wide {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 0.82 / 1;
    border-color: rgba(244, 241, 235, 0.1);
    box-shadow: none;
  }

  .collection-work-wide:nth-child(2),
  .collection-work-wide:nth-child(5) {
    grid-column: 1 / -1;
    aspect-ratio: 1.16 / 1;
  }

  .collection-next {
    gap: 0.8rem;
    padding: 1.45rem 0 clamp(4rem, 16vw, 5.2rem);
    border-top-color: rgba(var(--collection-accent), 0.24);
  }

  .collection-next-list {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .collection-next-link {
    min-height: 4.2rem;
    padding: 0.85rem 0.95rem;
    border-color: rgba(var(--collection-accent), 0.24);
    background: linear-gradient(180deg, rgba(var(--collection-accent), 0.12), rgba(244, 241, 235, 0.025));
    font-size: clamp(2.55rem, 13.5vw, 4.5rem);
  }
}

@media (max-width: 420px) {
  .collection-title {
    font-size: clamp(4.1rem, 22vw, 5.8rem);
  }

  .collection-section-title {
    font-size: clamp(2.25rem, 11.5vw, 3.45rem);
  }
}
