:root {
  --black: #030303;
  --near-black: #080808;
  --text: #f1eee9;
  --muted: #a8a19a;
  --line: rgba(241, 238, 233, 0.18);
  --soft: rgba(241, 238, 233, 0.72);
  --statement-accent: #777777;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.05rem clamp(1rem, 4vw, 3rem);
  color: var(--text);
  mix-blend-mode: difference;
}

.brand {
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: 0;
  white-space: nowrap;
}

nav {
  display: flex;
  gap: clamp(1rem, 2vw, 1.8rem);
  color: var(--soft);
  font-size: 0.88rem;
}

.language-switcher {
  display: inline-flex;
  gap: 0.35rem;
  margin-left: clamp(0.2rem, 1vw, 0.8rem);
  color: rgba(241, 238, 233, 0.5);
}

.language-switcher .active {
  color: var(--text);
}

.menu-toggle {
  display: none;
}

nav a:hover,
.final-links a:hover {
  color: var(--text);
}

.hero {
  min-height: 100svh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--black);
  text-align: center;
}

.home-hero,
.commercial-page,
.art-page {
  position: relative;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 6;
  width: min(100%, 88rem);
  padding-bottom: 0;
}

.home-hero .hero-copy,
.commercial-page .hero-copy,
.art-page .hero-copy {
  position: absolute;
  left: 50%;
  top: 58%;
  width: min(100% - 2rem, 92rem);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home-hero .hero-copy {
  top: 76%;
}

.video-launch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 2.7rem;
  margin: 1.35rem auto 0;
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(241, 238, 233, 0.65);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  color: var(--text);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(8px);
}

.video-launch:hover,
.video-launch:focus-visible {
  border-color: var(--text);
  background: rgba(0, 0, 0, 0.68);
  outline: none;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--muted);
  font-size: clamp(0.8rem, 1.3vw, 1rem);
  line-height: 1.4;
}

h1,
h2 {
  margin: 0;
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h2 em {
  font-weight: inherit;
}

h1 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  font-size: clamp(3.2rem, 8vw, 9rem);
  line-height: 0.9;
  white-space: nowrap;
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 7.2rem);
  line-height: 0.92;
}

.lead {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: var(--soft);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  line-height: 1.28;
}

.portrait-video {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--near-black);
}

.hero-video {
  flex: 0 0 100svh;
  height: 100svh;
  min-height: 100svh;
  width: auto;
  max-width: min(100vw, 56.25svh);
  max-height: none;
  aspect-ratio: 9 / 16;
  transform: none;
  box-shadow: 0 0 0 1px rgba(241, 238, 233, 0.08);
}

.portrait-video video,
.portrait-video img,
.story-row video,
.story-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-video figcaption,
.story-row figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.35;
}

.portrait-video figcaption {
  color: var(--soft);
}

.sound-toggle {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(241, 238, 233, 0.5);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: var(--text);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.sound-toggle:hover,
.sound-toggle:focus-visible {
  border-color: var(--text);
  background: rgba(0, 0, 0, 0.72);
  outline: none;
}

.video-unavailable .sound-toggle {
  display: none;
}

.has-sound-toggle figcaption {
  right: 7rem;
}

.video-unavailable::after {
  content: "Video presentation";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
}

.image-statement {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.image-statement img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.image-statement .abstract-fragment {
  transform: scale(1.22);
  filter: saturate(0.82) contrast(1.08);
}

.fragment-elevator {
  object-position: 62% 42%;
}

.fragment-necklace {
  object-position: 72% 48%;
  transform: scale(1.45) !important;
}

.fragment-portrait {
  object-position: 70% 44%;
  transform: scale(1.34) !important;
}

.fragment-face {
  object-position: 44% 38%;
  transform: scale(1.42) !important;
}

.fragment-bugatti {
  object-position: 70% 52%;
  transform: scale(1.32) !important;
}

.fragment-architecture {
  object-position: 54% 48%;
  transform: scale(1.35) !important;
}

.fragment-city {
  object-position: 62% 46%;
  transform: scale(1.28) !important;
}

.image-statement::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.3) 100%);
}

.art-statement-hero {
  min-height: 100svh;
  align-items: end;
}

.art-statement-hero .statement-text {
  padding-bottom: clamp(3rem, 9vw, 8rem);
}

.statement-opening h2 {
  max-width: 16ch;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
}

html[lang="de"] .statement-opening h2 {
  max-width: 19ch;
  font-size: clamp(2.35rem, 4.65vw, 5rem);
}

.statement-kicker {
  margin: 0 0 1.25rem;
  color: var(--text) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.statement-scene .statement-text {
  width: min(100%, 82rem);
}

.statement-scene .statement-text > p + h2,
.statement-scene .statement-text > h2 + p,
.statement-scene .statement-text > p + p {
  margin-top: 1.5rem;
}

.statement-scene h2 {
  max-width: 15ch;
}

.statement-prose p {
  max-width: 46rem;
}

.statement-biennale h2 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 5.8vw, 6.2rem);
}

.editorial-statement {
  min-height: 100svh;
  padding: clamp(7rem, 12vw, 11rem) clamp(1rem, 4vw, 3rem) clamp(5rem, 10vw, 9rem);
  background: var(--black);
}

.editorial-statement .statement-kicker {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.statement-body {
  width: 100%;
  font-size: clamp(1.65rem, 3.25vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.statement-body p {
  max-width: none;
  margin: 0 0 clamp(1.7rem, 3.8vw, 4rem);
}

.statement-body strong {
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.statement-body .statement-accent {
  color: var(--statement-accent);
  font-size: 1.08em;
}

.statement-body .statement-quote,
.statement-body .statement-indent {
  padding-left: clamp(1.5rem, 8vw, 9rem);
}

.statement-quote span {
  display: inline-block;
  margin-right: 0.35em;
  color: var(--statement-accent);
}

.art-screen {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.art-screen-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.72) contrast(1.06) brightness(0.72);
  transition: opacity 420ms ease, transform 900ms ease;
}

.art-screen-bg.is-changing {
  opacity: 0.18;
  transform: scale(1.015);
}

#screen-1 .art-screen-bg {
  display: none;
}

#screen-2 .art-screen-bg {
  content: url("./media/art-lips-fashion-v2.png");
}

#screen-2::after {
  background: rgba(0, 0, 0, 0.58);
}

.art-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 58%, rgba(0, 0, 0, 0.24) 100%);
  pointer-events: none;
}

.art-screen-copy {
  width: 90vw;
  justify-self: center;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(3rem, 7vw, 6rem);
}

.statement-stack {
  display: grid;
  align-content: end;
  gap: clamp(1rem, 2.2vw, 2.2rem);
}

.screen-two-layout {
  display: grid;
  align-content: end;
  gap: clamp(1.25rem, 2.7vw, 2.8rem);
}

.screen-two-intro {
  max-width: 28ch;
  font-size: clamp(1.65rem, 3vw, 3.8rem);
}

.screen-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.screen-two-intro-group {
  width: min(100%, 54rem);
  justify-self: center;
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
  text-align: center;
}

.screen-two-intro-group .statement-object {
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.screen-two-intro-group .statement-listen {
  padding-left: 0;
  margin: 0;
}

.screen-two-left,
.screen-two-right {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.screen-two-left .statement-object,
.screen-two-right .statement-object {
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.screen-two-right .accent-listen-inline {
  font-size: 1.55em;
  line-height: 0.86;
}

.statement-object {
  width: 100%;
  color: var(--text);
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
  cursor: pointer;
  outline: none;
  transition: color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.art-site {
  --art-main-text: #929292;
  --statement-accent: #ffffff;
}

.art-site .statement-object,
.art-site .exhibition-headings h2,
.art-site .contact-heading > p:last-child {
  color: var(--art-main-text);
}

.art-site .statement-kicker {
  color: var(--art-main-text) !important;
}

.art-site .statement-object:hover,
.art-site .statement-object:focus-visible {
  color: var(--art-main-text);
}

.statement-object:hover,
.statement-object:focus-visible {
  color: #fff;
  opacity: 1;
  transform: translateX(0.25rem);
}

.statement-stack:has(.statement-object:hover) .statement-object:not(:hover) {
  opacity: 0.46;
}

.statement-object-lead {
  max-width: 25ch;
  font-size: clamp(2rem, 4.3vw, 5.5rem);
  line-height: 0.98;
}

.statement-object strong {
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.statement-object .accent-name {
  color: var(--statement-accent);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 0.72;
  text-decoration: none;
}

#screen-1 {
  align-items: center;
}

#screen-1 .art-screen-copy {
  position: relative;
  width: 90vw;
  min-height: 90svh;
  justify-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 0 2rem;
}

#screen-1 .statement-kicker {
  position: absolute;
  top: 4.5rem;
  left: 0;
}

#screen-1 .statement-object-lead {
  width: 100%;
  max-width: none;
  font-size: clamp(3.2rem, 6.7vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.statement-object .accent-listen {
  color: var(--statement-accent);
  display: block;
  margin-bottom: 0.18em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.statement-listen {
  padding-left: clamp(1.5rem, 7vw, 8rem);
  margin-block: clamp(0.5rem, 1.5vw, 1.5rem);
}

.statement-listen > span {
  color: var(--statement-accent);
}

.accent-listen-inline {
  display: block;
}

.art-screen .statement-indent {
  padding-left: clamp(1.5rem, 7vw, 8rem);
}

.statement-object .statement-accent {
  color: var(--statement-accent);
  display: block;
  margin-bottom: 0.18em;
  font-size: 1.2em;
  line-height: 0.72;
  letter-spacing: -0.045em;
}

.screen-three-layout {
  display: grid;
  align-content: end;
  gap: clamp(1.25rem, 2.7vw, 2.8rem);
}

.screen-three-column {
  width: min(33.333vw, 38rem);
  min-width: 22rem;
  justify-self: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.screen-three-column .statement-object {
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.screen-three-column .statement-accent {
  font-size: 1.2em;
  font-weight: 600;
}

.statement-object .statement-accent span {
  display: block;
  white-space: nowrap;
}

.exhibition-headings {
  align-items: start;
}

.exhibition-headings h2 {
  max-width: none;
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.contact-screen {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(7rem, 12vw, 11rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 6rem);
  background: var(--black);
}

.contact-heading h2 {
  max-width: none;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.2;
}

.contact-heading > p:last-child {
  max-width: 34rem;
  margin: clamp(1.5rem, 3vw, 3rem) 0 0;
  color: var(--soft);
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.contact-form {
  display: grid;
  gap: 1.35rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0.7rem 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  outline: none;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--text);
}

.contact-form button {
  justify-self: start;
  border: 1px solid var(--line);
  padding: 0.9rem 1.2rem;
  background: transparent;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  border-color: var(--text);
}

.statement-object-final {
  max-width: 30ch;
  font-size: clamp(1.45rem, 2.55vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.statement-object-final strong {
  color: var(--statement-accent);
  font-size: 1.2em;
}

.statement-object .accent-name,
.statement-object .accent-listen,
.statement-object .statement-accent,
.statement-object-final strong {
  color: var(--statement-accent);
  font-size: 1.8em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.022em;
  line-height: 0.9;
}

#screen-1 .statement-object .accent-name {
  font-size: 1.08em;
}

.art-final-statement .statement-object-final strong {
  font-size: 1.98em;
}

.brand,
.accent-name {
  white-space: nowrap;
}

.image-caption {
  margin: clamp(1.5rem, 3vw, 3rem) 0 0;
  color: var(--soft);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.statement-text {
  position: relative;
  z-index: 2;
  max-width: 76rem;
  padding: clamp(2rem, 6vw, 5rem);
}

.statement-text.align-bottom {
  align-self: end;
}

.statement-text p,
.quiet-section p,
.research-position p,
.final-screen p {
  max-width: 36rem;
  color: var(--soft);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.5;
}

.small-line {
  margin-top: 1.6rem;
  color: var(--text);
}

.vertical-stories,
.quiet-section,
.research-position,
.final-screen {
  background: var(--black);
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.4rem, 4vw, 3rem);
}

.section-intro h2 {
  max-width: 11ch;
}

.story-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.story-row figure {
  position: relative;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  background: var(--near-black);
}

.story-row figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.story-row figcaption span {
  display: block;
  font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
}

.quiet-section {
  min-height: 80svh;
  display: grid;
  align-items: center;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 28rem);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.two-column h2 {
  max-width: 13ch;
}

.research-position {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(15rem, 28rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.research-position .portrait-video {
  aspect-ratio: 9 / 16;
}

.research-position h2 {
  max-width: 11ch;
}

.final-screen {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.final-screen h2 {
  max-width: 13ch;
}

.final-links {
  display: grid;
  gap: 0.9rem;
  justify-items: end;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  video {
    animation: none;
  }
}

@media (max-width: 980px) {
  .research-position,
  .two-column,
  .final-screen {
    grid-template-columns: 1fr;
  }

  .hero-video {
    height: 100svh;
    width: auto;
  }

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

  .final-links {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 2.75rem;
    grid-template-rows: auto;
    align-items: center;
    gap: clamp(0.5rem, 2.5vw, 1rem);
    min-height: 4.75rem;
    padding: 0.9rem 1rem;
    mix-blend-mode: normal;
    isolation: isolate;
  }

  .site-header::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0 0 auto;
    height: 8.5rem;
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.94) 46%, rgba(0, 0, 0, 0.58) 72%, transparent 100%);
    pointer-events: none;
  }

  .brand {
    position: relative;
    z-index: 32;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-width: 0;
    font-size: clamp(1.05rem, 4.4vw, 1.45rem);
    line-height: 1;
  }

  nav {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(2.25rem, 8vh, 4.5rem);
    padding: 7rem 1.5rem 4rem;
    background: #000;
    color: var(--text);
    font-family: "Times New Roman", "Bodoni MT", Didot, Georgia, serif;
    font-size: clamp(3rem, 13vw, 5rem);
    line-height: 0.95;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease, visibility 240ms ease;
  }

  .language-switcher {
    position: relative;
    z-index: 32;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    gap: 0.35rem;
    margin-left: 0;
    font-size: 0.88rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  }

  .menu-toggle {
    position: relative;
    z-index: 32;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: grid;
    align-content: center;
    gap: 0.42rem;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.65rem 0.35rem;
    border: 0;
    background: transparent;
    color: var(--text);
    cursor: pointer;
  }

  .menu-open .site-header::before {
    height: 100svh;
    background: #000;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 220ms ease;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open .site-header nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(0.235rem) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-0.235rem) rotate(-45deg);
  }

  h1 {
    width: auto;
    font-size: clamp(2.8rem, 15vw, 4.8rem);
    white-space: normal;
  }

  h2 {
    font-size: clamp(3.25rem, 15.5vw, 5.5rem);
    line-height: 0.98;
  }

  .statement-opening h2,
  .statement-biennale h2 {
    font-size: clamp(2.35rem, 11.5vw, 4rem);
  }

  html[lang="de"] .statement-opening h2 {
    font-size: clamp(2rem, 9.2vw, 3.25rem);
  }

  .statement-scene .statement-text {
    padding: 5.5rem 1.5rem 2.5rem;
  }

  .editorial-statement {
    padding-top: 7.5rem;
  }

  .statement-body {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
    line-height: 1.17;
  }

  .statement-body .statement-quote,
  .statement-body .statement-indent {
    padding-left: 1.25rem;
  }

  .art-screen {
    min-height: 100svh;
    align-items: end;
  }

  .art-screen-copy {
    width: 90vw;
    padding: 8rem 0 2.5rem;
  }

  .statement-stack {
    gap: 1.35rem;
  }

  .screen-two-layout {
    gap: 1.5rem;
  }

  .screen-two-intro {
    font-size: clamp(1.5rem, 7.1vw, 2.2rem);
  }

  .screen-two-columns {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .screen-two-left,
  .screen-two-right {
    gap: 1.5rem;
  }

  .screen-two-intro-group .statement-object,
  .screen-two-left .statement-object,
  .screen-two-right .statement-object {
    font-size: clamp(1.35rem, min(6.25vw, 4.15svh), 2.1rem);
    line-height: 1.22;
    letter-spacing: -0.006em;
  }

  .screen-three-layout {
    gap: 1.5rem;
  }

  .screen-three-column {
    width: 100%;
    min-width: 0;
    gap: 1.5rem;
  }

  .screen-three-column .statement-object {
    font-size: clamp(1.35rem, min(6.25vw, 4.15svh), 2.1rem);
    line-height: 1.22;
    letter-spacing: -0.006em;
  }

  .statement-object,
  .statement-object-lead,
  .statement-object-final,
  .exhibition-headings h2,
  .contact-heading > p:last-child {
    font-size: clamp(1.35rem, min(6.25vw, 4.15svh), 2.1rem);
    line-height: 1.22;
    letter-spacing: -0.006em;
  }

  .statement-object .accent-name {
    font-size: 1.8em;
    letter-spacing: -0.065em;
  }

  #screen-1 .art-screen-copy {
    width: 90vw;
    min-height: 90svh;
    padding: 6.5rem 0 1.5rem;
  }

  #screen-1 .statement-kicker {
    top: 6.5rem;
  }

  #screen-1 .statement-object-lead {
    font-size: clamp(2rem, min(9vw, 6.4svh), 4rem);
    line-height: 1.01;
    letter-spacing: -0.028em;
  }

  html[lang="de"] #screen-1 .statement-object-lead {
    font-size: clamp(1.75rem, min(8.1vw, 5.7svh), 3.6rem);
  }

  .statement-object .accent-listen {
    font-size: clamp(1.35em, 8.6vw, 1.65em);
  }

  .statement-object .statement-accent {
    font-size: clamp(1.3em, 8.2vw, 1.6em);
    line-height: 0.98;
  }

  .statement-object .statement-accent span {
    white-space: normal;
  }

  .statement-object,
  .statement-object strong,
  .statement-object .statement-accent,
  .statement-object .statement-accent span,
  .statement-object-final {
    max-width: 100%;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .statement-listen,
  .art-screen .statement-indent {
    padding-left: 1.25rem;
  }

  .art-screen-bg {
    object-position: 62% center;
  }

  .contact-screen {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 3rem;
    padding-top: 8rem;
  }

  .statement-text p,
  .quiet-section p,
  .research-position p,
  .final-screen p,
  .lead {
    font-size: clamp(1.35rem, 5.8vw, 1.85rem);
    line-height: 1.48;
  }

  .vertical-stories,
  .quiet-section,
  .research-position,
  .final-screen {
    padding: 5rem 0.75rem;
  }

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

  .hero-video {
    height: 100svh;
    width: auto;
    max-width: min(100vw, 56.25svh);
  }

  .home-hero .hero-copy,
  .commercial-page .hero-copy,
  .art-page .hero-copy {
    top: 59%;
    width: calc(100% - 1.5rem);
  }

  .home-hero .hero-copy {
    top: 79%;
  }

  .story-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    background: transparent;
    gap: 0.5rem;
  }

  .story-row figure {
    min-width: 0;
    width: 100%;
  }

  .story-row figcaption {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    font-size: 0.68rem;
  }

  .story-row figcaption span {
    font-size: clamp(1.05rem, 5vw, 1.45rem);
  }

  .story-row .sound-toggle {
    right: 0.5rem;
    bottom: 0.5rem;
    min-height: 2rem;
    padding: 0.4rem 0.55rem;
    font-size: 0.62rem;
  }

  .story-row .has-sound-toggle figcaption {
    right: 4.8rem;
  }

  .section-intro {
    display: block;
    margin-bottom: 2.5rem;
  }
}
