:root {
  --ink: #111210;
  --graphite: #232521;
  --paper: #f2efe8;
  --paper-deep: #e8e3d9;
  --sand: #d8cdbb;
  --olive: #69705d;
  --chrome: #b7bab5;
  --organic-red: 132, 51, 46;
  --organic-green: 62, 104, 75;
  --organic-blue: 48, 83, 112;
  --muted-light: rgba(242, 239, 232, 0.62);
  --muted-dark: rgba(17, 18, 16, 0.62);
  --line-light: rgba(242, 239, 232, 0.22);
  --line-dark: rgba(17, 18, 16, 0.2);
  --page-width: 210mm;
  --page-height: 297mm;
  --page-gutter: clamp(1.35rem, 5vw, 3.75rem);
  --font-display: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #090a09;
  color: var(--paper);
  font-family: var(--font-body);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--chrome);
  outline-offset: 4px;
}

/* Document navigation */
.document-nav {
  position: fixed;
  top: 50%;
  left: max(1rem, calc((100vw - var(--page-width)) / 2 - 9.5rem));
  z-index: 20;
  display: grid;
  gap: 1.4rem;
  width: 7.5rem;
  color: var(--chrome);
  transform: translateY(-50%);
}

.document-nav__brand {
  display: grid;
  gap: 0.2rem;
  width: fit-content;
  color: var(--paper);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-decoration: none;
}

.document-nav__brand small {
  color: rgba(242, 239, 232, 0.42);
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.document-nav__pages {
  display: grid;
  gap: 0.05rem;
}

.document-nav__pages a {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  align-items: center;
  min-height: 2rem;
  color: rgba(242, 239, 232, 0.36);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.document-nav__pages a span {
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

.document-nav__pages a:hover,
.document-nav__pages a:focus-visible,
.document-nav__pages a.is-active {
  color: var(--paper);
  transform: translateX(0.25rem);
}

.document-nav__actions {
  display: grid;
  gap: 0.75rem;
}

.nav-booking,
.print-button {
  width: fit-content;
  padding: 0 0 0.32rem;
  border: 0;
  border-bottom: 1px solid rgba(242, 239, 232, 0.3);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-booking:hover,
.nav-booking:focus-visible,
.print-button:hover,
.print-button:focus-visible {
  border-color: var(--paper);
}

/* A4 document system */
.epk {
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  width: min(100%, var(--page-width));
  margin: clamp(2rem, 5vw, 5rem) auto;
}

.sheet {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: var(--page-height);
  padding: var(--page-gutter);
  overflow: hidden;
  isolation: isolate;
  background-image:
    radial-gradient(ellipse at center, rgba(var(--organic-red), 0.17) 0, transparent 62%),
    radial-gradient(ellipse at center, rgba(var(--organic-green), 0.15) 0, transparent 64%),
    radial-gradient(ellipse at center, rgba(var(--organic-blue), 0.17) 0, transparent 62%);
  background-repeat: no-repeat;
  background-position: -35% 12%, 120% 88%, 55% -45%;
  background-size: 72% 68%, 78% 74%, 80% 72%;
  animation: organicPaletteFlow 26s ease-in-out infinite alternate;
}

.sheet:nth-child(even) {
  animation-direction: alternate-reverse;
  animation-duration: 31s;
}

.sheet:nth-child(3n) {
  animation-duration: 35s;
}

.sheet--dark {
  background-color: var(--ink);
  color: var(--paper);
}

.sheet--graphite {
  background-color: var(--graphite);
  color: var(--paper);
}

.sheet--light,
.sheet--paper {
  background-color: var(--paper);
  color: var(--ink);
}

.sheet--sand {
  background-color: var(--sand);
  color: var(--ink);
}

@keyframes organicPaletteFlow {
  0% {
    background-position: -35% 12%, 120% 88%, 55% -45%;
    background-size: 72% 68%, 78% 74%, 80% 72%;
  }
  45% {
    background-position: 18% 105%, 72% -28%, 118% 46%;
    background-size: 84% 78%, 68% 80%, 74% 82%;
  }
  100% {
    background-position: 112% 18%, -32% 58%, 48% 118%;
    background-size: 76% 86%, 82% 70%, 88% 66%;
  }
}

.sheet__header,
.sheet__footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sheet__header {
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
}

.sheet__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  opacity: 0.58;
}

.sheet__footer a {
  text-decoration: none;
}

.eyebrow,
.folio,
.section-kicker {
  margin: 0;
}

.eyebrow,
.folio {
  opacity: 0.65;
}

.section-kicker {
  margin-bottom: 1.1rem;
  font-size: clamp(0.62rem, 1vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 7.6vw, 5.5rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

/* Cover */
.sheet--cover::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  border: 1.5rem solid var(--ink);
  background: var(--graphite);
  content: '';
}

.cover-logo {
  position: absolute;
  top: 13.5%;
  left: var(--page-gutter);
  z-index: 2;
  width: 30%;
  aspect-ratio: 1;
  overflow: hidden;
  mix-blend-mode: screen;
  pointer-events: none;
}

.cover-logo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: invert(1) grayscale(1) contrast(1.25);
}

.cover-media {
  position: absolute;
  top: 12%;
  right: var(--page-gutter);
  bottom: 13%;
  width: 47%;
  margin: 0;
  overflow: hidden;
  background: var(--graphite);
}

.cover-media::after {
  position: absolute;
  inset: 0;
  background: rgba(17, 18, 16, 0.14);
  content: '';
}

.cover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: grayscale(0.12) saturate(0.88) contrast(1.05);
}

.cover-media figcaption {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  color: rgba(242, 239, 232, 0.62);
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cover__identity {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 44%;
  padding-right: 1.75rem;
}

.cover__role {
  margin-bottom: 1.5rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1.6;
  text-transform: uppercase;
}

.cover__identity h1 {
  margin: 0 0 2.25rem -0.07em;
  font-size: clamp(3.5rem, 7.2vw, 4.85rem);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.cover__statement {
  position: absolute;
  bottom: 1.15rem;
  left: 1.25rem;
  z-index: 2;
  width: 16ch;
  margin: 0;
  padding-left: 1.05rem;
  color: var(--paper);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.4;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.cover__statement::before {
  position: absolute;
  top: -0.3rem;
  left: 0;
  color: rgba(242, 239, 232, 0.72);
  content: '“';
  font-size: 2.3rem;
  font-style: normal;
  line-height: 1;
}

.cover__statement::after {
  margin-left: 0.08em;
  color: rgba(242, 239, 232, 0.72);
  content: '”';
  font-size: 1.45em;
  font-style: normal;
  line-height: 0;
  vertical-align: -0.18em;
}

.cover__descriptor {
  width: 30ch;
  margin: 0;
  color: var(--muted-light);
  font-size: 0.72rem;
  line-height: 1.7;
}

.cover-player {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0.9rem 0 0.15rem;
  border-top: 1px solid var(--line-light);
}

.cover-player__meta,
.cover-player__timeline,
.cover-player__controls {
  display: flex;
  align-items: center;
}

.cover-player__meta {
  justify-content: space-between;
  color: rgba(242, 239, 232, 0.5);
  font-size: 0.48rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cover-player__tracklist {
  margin: 0.45rem 0 0.7rem;
  padding: 0;
  border-top: 1px solid rgba(242, 239, 232, 0.1);
  list-style: none;
}

.cover-player__tracklist li {
  border-bottom: 1px solid rgba(242, 239, 232, 0.1);
}

.cover-player__track {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
  width: 100%;
  padding: 0.48rem 0;
  border: 0;
  background: transparent;
  color: rgba(242, 239, 232, 0.55);
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, transform 180ms ease;
}

.cover-player__track:hover,
.cover-player__track:focus-visible,
.cover-player__track.is-active {
  color: var(--paper);
}

.cover-player__track:hover {
  transform: translateX(0.15rem);
}

.cover-player__number,
.cover-player__length {
  font-size: 0.46rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.cover-player__track.is-active .cover-player__number {
  color: rgb(117, 150, 126);
}

.cover-player__track-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.cover-player__track-copy strong {
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cover-player__track-copy small {
  color: rgba(242, 239, 232, 0.4);
  font-size: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.cover-player__timeline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  color: rgba(242, 239, 232, 0.52);
  font-size: 0.48rem;
  font-variant-numeric: tabular-nums;
}

.cover-player__timeline input {
  width: 100%;
  height: 2px;
  margin: 0;
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgb(var(--organic-red)),
    rgb(var(--organic-green)),
    rgb(var(--organic-blue))
  );
  cursor: pointer;
}

.cover-player__timeline input::-webkit-slider-thumb {
  width: 0.65rem;
  height: 0.65rem;
  appearance: none;
  border: 1px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
}

.cover-player__timeline input::-moz-range-thumb {
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
}

.cover-player__controls {
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.cover-player__controls button {
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(242, 239, 232, 0.24);
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.7rem;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.cover-player__controls button:hover,
.cover-player__controls button:focus-visible {
  border-color: var(--paper);
}

.cover-player__controls .cover-player__play {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.player-control__play {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.player-control__icon {
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}

.player-control__icon--play {
  width: 0;
  height: 0;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.52rem solid currentColor;
  transform: translateX(0.08rem);
}

.player-control__icon--pause {
  display: none;
  width: 0.42rem;
  height: 0.55rem;
  box-shadow:
    -0.14rem 0 0 currentColor,
    0.14rem 0 0 currentColor;
}

.player-control__play[aria-pressed='true'] .player-control__icon--play {
  display: none;
}

.player-control__play[aria-pressed='true'] .player-control__icon--pause {
  display: block;
}

.player-control__play[aria-pressed='false'] .player-control__icon--play {
  display: block;
}

.player-control__play[aria-pressed='false'] .player-control__icon--pause {
  display: none;
}

.instrument-card__toggle.player-control__play,
.visual-reel__toggle.player-control__play {
  position: absolute;
}

.instrument-card__toggle:hover,
.instrument-card__toggle:focus-visible,
.visual-reel__toggle:hover,
.visual-reel__toggle:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.cover-player__status {
  margin-left: auto;
  color: rgb(172, 105, 99);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

.floating-player {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(19rem, calc(100vw - 2rem));
  padding: 0.85rem 0.9rem 0.85rem 1rem;
  border: 1px solid rgba(242, 239, 232, 0.16);
  border-radius: 0.3rem;
  background: rgba(17, 18, 16, 0.9);
  box-shadow:
    -12px 0 36px rgba(var(--organic-red), 0.1),
    0 -8px 38px rgba(var(--organic-green), 0.1),
    12px 8px 38px rgba(var(--organic-blue), 0.12),
    0 18px 60px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 2rem));
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(18px);
}

.floating-player.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-player__copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.floating-player__copy strong {
  overflow: hidden;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-player__copy small {
  color: rgba(242, 239, 232, 0.42);
  font-size: 0.43rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.floating-player__controls {
  display: flex;
  gap: 0.35rem;
}

.floating-player__controls button {
  display: inline-grid;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(242, 239, 232, 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.68rem;
}

.floating-player__controls button:hover,
.floating-player__controls button:focus-visible {
  border-color: var(--paper);
}

.floating-player__controls .floating-player__play {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

/* Sound */
.sound-photo {
  position: absolute;
  top: 13%;
  left: var(--page-gutter);
  width: 30%;
  margin: 0;
}

.sound-photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: contrast(1.06);
}

.sound-photo figcaption {
  margin-top: 0.65rem;
  color: rgba(17, 18, 16, 0.58);
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sound__heading {
  width: 60%;
  margin: clamp(4rem, 10vw, 8rem) 0 0 auto;
}

.sound-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: clamp(5rem, 12vw, 9rem);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.sound-map__stage {
  position: relative;
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0.8rem 1.2rem;
  border-right: 1px solid var(--line-dark);
  overflow: hidden;
  isolation: isolate;
}

.sound-map__stage--preview {
  cursor: pointer;
}

.sound-map__stage--preview::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 18, 16, 0.08), rgba(17, 18, 16, 0.34));
  content: '';
  opacity: 0;
  transition: opacity 1200ms ease;
}

.sound-map__preview {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1300ms ease, transform 1500ms ease;
}

.sound-map__stage--preview
  > :not(.sound-map__preview):not(.sound-map__preview-caption) {
  position: relative;
  z-index: 2;
  transition:
    color 1050ms ease,
    opacity 1100ms ease,
    filter 1250ms ease;
}

.sound-map__preview-caption {
  position: absolute;
  bottom: 0.7rem;
  left: 0.8rem;
  z-index: 3;
  max-width: calc(100% - 1.6rem);
  color: rgba(242, 239, 232, 0.76);
  font-size: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
  opacity: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  filter: blur(4px);
  transition: opacity 1100ms ease, filter 1250ms ease;
}

.sound-map__stage--preview:hover::after,
.sound-map__stage--preview:focus::after,
.sound-map__stage--preview.is-previewing::after,
.sound-map__stage--preview:hover .sound-map__preview,
.sound-map__stage--preview:focus .sound-map__preview,
.sound-map__stage--preview.is-previewing .sound-map__preview {
  opacity: 1;
}

.sound-map__stage--preview:hover .sound-map__preview,
.sound-map__stage--preview:focus .sound-map__preview,
.sound-map__stage--preview.is-previewing .sound-map__preview {
  animation: organicHouseDrift 12s ease-in-out infinite alternate;
}

.sound-map__stage--preview:hover .sound-map__preview-caption,
.sound-map__stage--preview:focus .sound-map__preview-caption,
.sound-map__stage--preview.is-previewing .sound-map__preview-caption {
  filter: blur(0);
  opacity: 1;
}

.sound-map__stage--preview:hover,
.sound-map__stage--preview:focus,
.sound-map__stage--preview.is-previewing,
.sound-map__stage--preview:hover .sound-map__state,
.sound-map__stage--preview:focus .sound-map__state,
.sound-map__stage--preview.is-previewing .sound-map__state {
  color: var(--paper);
}

.sound-map__stage--preview:hover
  > :not(.sound-map__preview):not(.sound-map__preview-caption),
.sound-map__stage--preview:focus
  > :not(.sound-map__preview):not(.sound-map__preview-caption),
.sound-map__stage--preview.is-previewing
  > :not(.sound-map__preview):not(.sound-map__preview-caption) {
  filter: blur(8px);
  opacity: 0;
}

@keyframes organicHouseDrift {
  0% {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.12) translate3d(-1.5%, -1%, 0);
  }
  100% {
    transform: scale(1.08) translate3d(1%, 0.75%, 0);
  }
}

.sound-map__stage:last-child {
  border-right: 0;
}

.sound-map__state,
.sound-map__descriptor {
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sound-map__state {
  color: rgb(var(--organic-green));
}

.sound-map__stage:nth-child(1) .sound-map__state {
  color: rgb(var(--organic-blue));
}

.sound-map__stage:nth-child(3) .sound-map__state {
  color: rgb(var(--organic-red));
}

.sound-map__stage:nth-child(4) .sound-map__state {
  color: rgb(var(--organic-blue));
}

.sound-map__stage strong {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.sound-map__descriptor {
  min-height: 2.6em;
  opacity: 0.58;
}

.sound__closing {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: auto;
}

.sound__closing a {
  width: min(100%, 20rem);
  padding: 1rem 0;
  border-top: 1px solid var(--line-dark);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* Live */
.live__heading {
  display: grid;
  grid-template-columns: 7fr 1fr 4fr;
  align-items: start;
  gap: 1rem;
  margin-top: clamp(3rem, 8vw, 6rem);
}

.live__heading-copy {
  grid-column: 1;
}

.live__portrait {
  grid-column: 3;
  margin: 0;
}

.live__portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.68) contrast(1.06);
}

.live__quote {
  width: 100%;
  margin: 1rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(242, 239, 232, 0.28);
  color: var(--muted-light);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(0.76rem, 1.25vw, 0.9rem);
  font-style: italic;
  line-height: 1.55;
}

.live__quote span,
.live__quote cite {
  display: block;
}

.live__quote cite {
  margin-top: 0.65rem;
  color: rgba(242, 239, 232, 0.46);
  font-family: var(--font-body);
  font-size: 0.46rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.live-proof {
  display: grid;
  grid-template-columns: 6fr 1fr 5fr;
  align-items: center;
  gap: 1rem;
  margin: clamp(3rem, 8vw, 6rem) 0 3rem;
}

.live-video {
  grid-column: 1;
  margin: 0;
  background: var(--graphite);
}

.live-video video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.05);
}

.live-video figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  color: var(--muted-light);
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-controls {
  display: flex;
  gap: 0.75rem;
}

.live-video button {
  min-height: 2rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.live-proof__copy {
  grid-column: 3;
}

.live-proof__lead {
  margin-bottom: 2rem;
  color: var(--sand);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.live-proof__copy > p:not(.live-proof__lead) {
  color: var(--muted-light);
  font-size: 0.82rem;
  line-height: 1.75;
}

.fact-list {
  margin: 3rem 0 0;
}

.fact-list div {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid var(--line-light);
}

.fact-list dt,
.fact-list dd {
  margin: 0;
  font-size: 0.6rem;
  line-height: 1.5;
}

.fact-list dt {
  color: rgba(242, 239, 232, 0.45);
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Method */
.method__heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1rem;
  margin-top: clamp(4rem, 10vw, 8rem);
}

.method__heading h2 {
  grid-column: 2;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(5rem, 12vw, 9rem);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.method-grid article {
  min-height: 15rem;
  padding: 1rem 1.25rem 1.5rem 0;
  border-right: 1px solid var(--line-dark);
}

.method-grid article + article {
  padding-left: 1.25rem;
}

.method-grid article:last-child {
  border-right: 0;
}

.method-grid span {
  color: rgb(var(--organic-green));
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.method-grid article:nth-child(2) span {
  color: rgb(var(--organic-blue));
}

.method-grid article:nth-child(3) span {
  color: rgb(var(--organic-red));
}

.method-grid h3 {
  margin: 4rem 0 1rem;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  letter-spacing: -0.04em;
}

.method-grid p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.75rem;
  line-height: 1.7;
}

blockquote {
  width: 60%;
  margin: auto 0 3rem auto;
  padding: 0;
}

blockquote p {
  margin-bottom: 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
}

blockquote cite {
  color: var(--muted-dark);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.method-note {
  display: grid;
  grid-template-columns: 3fr 8fr;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}

.method-origin {
  display: grid;
  grid-template-columns: 3fr 8fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}

.method-origin span,
.method-origin p {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.65;
}

.method-origin span {
  color: var(--olive);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-origin p {
  color: var(--muted-dark);
}

.method-note span,
.method-note p {
  margin: 0;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.method-note p {
  color: var(--muted-dark);
}

/* Instruments */
.instruments__heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1rem;
  margin-top: clamp(3rem, 7vw, 5rem);
}

.instruments__heading h2,
.instruments__heading > p:last-child {
  grid-column: 2;
}

.instruments__heading > p:last-child {
  width: min(100%, 42rem);
  margin: 1.5rem 0 0;
  color: var(--muted-light);
  font-size: 0.78rem;
  line-height: 1.75;
}

.instrument-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

@media (max-width: 1100px) {
  .instrument-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.instrument-card {
  min-width: 0;
  margin: 0;
}

.instrument-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--ink);
}

.instrument-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.06);
  transform: scale(1.015);
  transition: filter 500ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.instrument-card:hover video,
.instrument-card:focus-within video {
  filter: saturate(0.94) contrast(1.03);
  transform: scale(1.04);
}

.instrument-card__toggle {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 2;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(242, 239, 232, 0.62);
  border-radius: 50%;
  background: rgba(17, 18, 16, 0.62);
  color: var(--paper);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.instrument-card figcaption {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.75rem;
}

.instrument-card figcaption span {
  color: rgba(242, 239, 232, 0.44);
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.instrument-card figcaption strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.instruments__statement {
  width: min(52%, 28rem);
  margin: 1.6rem 0 1.25rem auto;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--line-light);
  color: var(--sand);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-style: italic;
  line-height: 1.48;
}

.instruments__statement cite {
  display: block;
  margin-top: 0.75rem;
  color: rgba(242, 239, 232, 0.42);
  font-family: var(--font-body);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14em;
}

/* Proof */
.proof__heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1rem;
  margin-top: clamp(4rem, 9vw, 7rem);
}

.proof__heading h2 {
  grid-column: 2;
}

.proof-timeline {
  display: grid;
  gap: 0;
  width: 88%;
  margin: clamp(4rem, 8vw, 6rem) 0 3rem auto;
  padding: 0;
  list-style: none;
}

.proof-timeline li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line-dark);
}

.proof-timeline li:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.proof-timeline time {
  color: rgb(var(--organic-green));
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.proof-timeline li:nth-child(2) time {
  color: rgb(var(--organic-blue));
}

.proof-timeline li:nth-child(3) time {
  color: rgb(var(--organic-red));
}

.proof-timeline h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  letter-spacing: -0.03em;
}

.proof-timeline p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.72rem;
  line-height: 1.65;
}

.technical-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  margin: auto 0 3rem;
  color: var(--muted-dark);
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.technical-strip strong {
  color: var(--olive);
  font-size: inherit;
  font-weight: 600;
}

/* Visual artist */
.visual__heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1rem;
  margin-top: clamp(2.75rem, 6vw, 4.5rem);
}

.visual__heading h2,
.visual__heading > p:last-child {
  grid-column: 2;
}

.visual__heading > p:last-child {
  width: min(100%, 36rem);
  margin: 1.25rem 0 0;
  color: var(--muted-light);
  font-size: 0.72rem;
  line-height: 1.7;
}

.visual__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--line-light);
}

.visual__pillars article {
  padding: 1.5rem 1.25rem 1.5rem 0;
  border-right: 1px solid var(--line-light);
}

.visual__pillars article:last-child {
  padding-right: 0;
  border-right: 0;
}

.visual__pillars article + article {
  padding-left: 1.25rem;
}

.visual__pillars span {
  color: rgba(242, 239, 232, 0.45);
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual__pillars h3 {
  margin: 1.1rem 0 0.7rem;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.visual__pillars p {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.7rem;
  line-height: 1.65;
}

.visual-reel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.4vw, 0.85rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.visual-reel__item {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.visual-reel__media {
  position: relative;
  overflow: hidden;
  background: #0a0b0a;
  width: min(100%, 11.25rem);
  margin-inline: auto;
  aspect-ratio: 9 / 16;
  border: 1px solid var(--line-light);
}

.visual-reel__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-reel__toggle {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 3;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(242, 239, 232, 0.68);
  border-radius: 50%;
  background: rgba(17, 18, 16, 0.58);
  color: var(--paper);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.visual-reel__item p {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
}

.visual__cta {
  margin: clamp(1.75rem, 4vw, 2.75rem) 0 0;
  text-align: center;
}

.visual__cta a {
  display: inline-block;
  width: min(100%, 22rem);
  padding: 0.95rem 1.35rem;
  border: 1px solid var(--line-light);
  color: var(--paper);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.visual__cta a:hover,
.visual__cta a:focus-visible {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}

.visual__stack {
  display: grid;
  gap: 0.55rem;
  margin-top: clamp(2.5rem, 6vw, 3.75rem);
  padding-top: 1.15rem;
  border-top: 1px solid var(--line-light);
}

.visual__stack span {
  color: rgba(242, 239, 232, 0.45);
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual__stack p {
  margin: 0;
  max-width: 42rem;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.visual__note {
  display: none;
}

/* Gallery */
.sheet--gallery {
  min-height: auto;
}

.gallery__heading {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1rem;
  margin-top: clamp(3rem, 7vw, 5rem);
}

.gallery__heading h2,
.gallery__heading > p:last-child {
  grid-column: 2;
}

.gallery__heading > p:last-child {
  width: min(100%, 38rem);
  margin: 1.4rem 0 0;
  color: var(--muted-dark);
  font-size: 0.76rem;
  line-height: 1.75;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 0.75rem;
  margin: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 7vw, 5rem);
}

.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0;
  overflow: hidden;
  break-inside: avoid;
  border: 0;
  background: #151613;
  color: var(--paper);
  cursor: zoom-in;
  text-align: left;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 9, 8, 0.76));
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.gallery-card img {
  width: 100%;
  height: auto;
  background: #151613;
  filter: saturate(0.72) contrast(1.04);
  transform: scale(1.002);
  transition:
    filter 600ms ease,
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-card span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.75rem;
  left: 0.8rem;
  z-index: 1;
  font-size: 0.48rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(0.5rem);
  transition: opacity 400ms ease, transform 400ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.045);
}

.gallery-card:hover::after,
.gallery-card:focus-visible::after,
.gallery-card:hover span,
.gallery-card:focus-visible span {
  opacity: 1;
}

.gallery-card:hover span,
.gallery-card:focus-visible span {
  transform: translateY(0);
}

.gallery__fallback {
  color: var(--muted-light);
  font-size: 0.8rem;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  border: 0;
  background: rgba(8, 9, 8, 0.97);
  color: var(--paper);
}

.gallery-lightbox[open] {
  display: grid;
  grid-template-rows: auto 1fr;
}

.gallery-lightbox::backdrop {
  background: rgba(8, 9, 8, 0.92);
  backdrop-filter: blur(12px);
}

.gallery-lightbox__toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-light);
}

.gallery-lightbox__count {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.gallery-lightbox__close,
.gallery-lightbox__arrow {
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.gallery-lightbox__close {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gallery-lightbox__close span {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.gallery-lightbox__stage {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
  min-height: 0;
  align-items: center;
  gap: 1rem;
}

.gallery-lightbox__stage figure {
  display: grid;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 1rem 0;
  place-items: center;
  grid-template-rows: minmax(0, 1fr) auto;
}

.gallery-lightbox__stage img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 8rem);
  object-fit: contain;
}

.gallery-lightbox__stage figcaption {
  width: 100%;
  padding-top: 0.85rem;
  color: var(--muted-light);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.gallery-lightbox__arrow {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  font-size: 1rem;
  transition: background 180ms ease, color 180ms ease;
}

.gallery-lightbox__arrow:hover,
.gallery-lightbox__arrow:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

body.has-open-lightbox {
  overflow: hidden;
}

/* Booking */
.sheet--booking::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 24%;
  height: 100%;
  background: var(--olive);
  content: '';
  opacity: 0.28;
}

.booking__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 82%;
  padding: 4rem 0;
}

.booking__venues {
  max-width: 44rem;
  margin-bottom: clamp(3rem, 7vw, 5rem);
  color: var(--muted-light);
  font-size: clamp(0.88rem, 1.8vw, 1.05rem);
  line-height: 1.8;
}

.booking__content h2 {
  max-width: 9ch;
  margin-bottom: 2rem;
  font-size: clamp(3.2rem, 9vw, 6.5rem);
}

.booking__brief {
  max-width: 35rem;
  margin-bottom: clamp(3rem, 8vw, 6rem);
  color: var(--muted-light);
  font-size: 0.82rem;
  line-height: 1.7;
}

.booking__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0;
  font-style: normal;
}

.booking__contact a {
  display: grid;
  min-height: 4.5rem;
  gap: 0.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-light);
  text-decoration: none;
}

.booking__contact span {
  color: rgba(242, 239, 232, 0.5);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.booking__contact strong {
  overflow-wrap: anywhere;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.booking__contact a:hover strong,
.booking__contact a:focus-visible strong {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* Entrance */
.js .sheet > * {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .sheet.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.js .sheet.is-visible > *:nth-child(2) {
  transition-delay: 80ms;
}

.js .sheet.is-visible > *:nth-child(3) {
  transition-delay: 140ms;
}

.js .sheet.is-visible > *:nth-child(4) {
  transition-delay: 200ms;
}

@media (max-width: 720px) {
  .js .sheet > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1160px) {
  .document-nav {
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: max(0.75rem, env(safe-area-inset-top, 0px)) 1rem 3.35rem;
    background: rgba(17, 18, 16, 0.96);
    transform: none;
  }

  .print-button {
    display: none;
  }

  .document-nav__pages {
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    left: 0;
    display: flex;
    gap: 0.9rem;
    padding: 0 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, #000 88%, transparent);
  }

  .document-nav__pages::-webkit-scrollbar {
    display: none;
  }

  .document-nav__pages a {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.25rem;
    min-height: 2.75rem;
    scroll-snap-align: start;
  }

  .document-nav__actions {
    position: absolute;
    top: max(0.75rem, env(safe-area-inset-top, 0px));
    right: 1rem;
    display: block;
  }

  .nav-booking {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
  }

  .epk {
    margin-top: 7rem;
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 1.3rem;
  }

  .sheet {
    min-height: auto;
  }

  .sheet__footer {
    font-size: 0.5rem;
  }

  .sheet__footer span:last-child,
  .sheet__footer a {
    max-width: 50%;
    text-align: right;
  }

  .floating-player {
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    width: calc(
      100vw - 1.5rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)
    );
  }

  h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  /* Mobile cover: document flow instead of absolute A4 collage */
  .sheet--cover {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'header'
      'media'
      'identity'
      'footer';
    min-height: auto;
    overflow: visible;
    padding-bottom: calc(var(--page-gutter) + 0.5rem);
  }

  .sheet--cover::before {
    border-width: 0.85rem;
  }

  .sheet--cover > .sheet__header {
    grid-area: header;
  }

  .sheet--cover > .cover-media,
  .sheet--cover > .cover-logo {
    grid-area: media;
  }

  .sheet--cover > .cover__identity {
    grid-area: identity;
  }

  .sheet--cover > .sheet__footer {
    grid-area: footer;
    margin-top: 1.5rem;
  }

  .cover-media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    margin: 0.65rem 0 0;
  }

  .cover-logo {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 3;
    width: 5.5rem;
  }

  .cover__identity {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 1.25rem 0 0;
  }

  .cover__role {
    margin-bottom: 0.75rem;
    font-size: 0.56rem;
  }

  .cover__identity h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(2.85rem, 14vw, 4rem);
    letter-spacing: -0.085em;
    line-height: 1.02;
    overflow: visible;
  }

  .cover__statement {
    bottom: 1rem;
    left: 1rem;
    font-size: 1rem;
  }

  .cover__descriptor {
    width: min(100%, 34ch);
    margin-bottom: 0;
  }

  .cover-player {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 1.35rem;
    padding-top: 0.85rem;
  }

  .cover-player__track {
    padding-block: 0.38rem;
  }

  .cover-player__controls {
    margin-top: 0.6rem;
    align-items: center;
  }

  .cover-player__controls button {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
  }

  .cover-player__controls .cover-player__play {
    width: 3rem;
    height: 3rem;
  }

  .cover-player__controls .player-control__icon--play {
    border-top-width: 0.38rem;
    border-bottom-width: 0.38rem;
    border-left-width: 0.62rem;
  }

  .cover-player__controls .player-control__icon--pause {
    width: 0.5rem;
    height: 0.65rem;
    box-shadow:
      -0.17rem 0 0 currentColor,
      0.17rem 0 0 currentColor;
  }

  .floating-player__controls button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .floating-player__controls .floating-player__play {
    width: 2.85rem;
    height: 2.85rem;
  }

  .instrument-card__toggle,
  .visual-reel__toggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .sound__heading {
    width: 100%;
    margin-top: 2.5rem;
  }

  .sound-photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 2rem;
  }

  .sound-map {
    grid-template-columns: 1fr 1fr;
  }

  .sound-map__stage:nth-child(even) {
    border-right: 0;
  }

  .sound-map__stage:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line-dark);
  }

  .sound-map__stage:last-child {
    grid-column: 1 / -1;
    min-height: 10rem;
    border-right: 0;
  }

  .sound__closing {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .sound__closing a {
    display: block;
    margin-top: 0;
  }

  .live__heading,
  .method__heading,
  .instruments__heading,
  .visual__heading,
  .gallery__heading,
  .proof__heading {
    display: block;
  }

  .live__portrait {
    width: 70%;
    margin: 2rem 0 0 auto;
  }

  .live__quote {
    width: 100%;
    margin-top: 1rem;
  }

  .live-proof {
    display: block;
  }

  .live-video {
    width: 76%;
    margin-bottom: 3rem;
  }

  .live-video figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .method-grid article,
  .method-grid article + article {
    min-height: auto;
    padding: 1.2rem 0 1.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .method-grid article:last-child {
    border-bottom: 0;
  }

  .method-grid h3 {
    margin: 1.4rem 0 0.7rem;
  }

  blockquote {
    width: 84%;
    margin-top: 4rem;
  }

  .method-note {
    display: block;
  }

  .method-origin {
    display: block;
  }

  .method-origin p,
  .method-note p {
    margin-top: 0.8rem;
  }

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

  .instrument-card figcaption strong {
    font-size: 0.68rem;
  }

  .instruments__statement {
    width: 100%;
    margin: 2rem 0 1rem;
    font-size: clamp(1rem, 4.6vw, 1.18rem);
  }

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

  .visual__pillars article,
  .visual__pillars article + article {
    padding: 1.2rem 0 1.4rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .visual__pillars article:last-child {
    border-bottom: 0;
  }

  .visual-reel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .visual-reel__media {
    width: min(100%, 10.5rem);
  }

  .gallery-masonry {
    column-count: 2;
    column-gap: 0.6rem;
  }

  .gallery-card {
    margin-bottom: 0.6rem;
  }

  .gallery-lightbox {
    padding: 0.85rem;
  }

  .gallery-lightbox__stage {
    position: relative;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }

  .gallery-lightbox__stage figure {
    grid-column: 1;
    grid-row: 1;
    padding: 0.75rem 0;
  }

  .gallery-lightbox__stage img {
    max-height: calc(100vh - 10rem);
  }

  .gallery-lightbox__arrow {
    position: absolute;
    bottom: 0.5rem;
    z-index: 2;
  }

  .gallery-lightbox__arrow--previous {
    left: calc(50% - 4rem);
  }

  .gallery-lightbox__arrow--next {
    right: calc(50% - 4rem);
  }

  .proof-timeline {
    width: 100%;
  }

  .proof-timeline li {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .booking__content {
    width: 100%;
  }

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

@media (max-width: 460px) {
  .gallery-masonry {
    column-count: 1;
  }

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

  .visual-reel__media {
    width: 100%;
    max-width: 9.75rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  html,
  body {
    width: 210mm;
    margin: 0;
    background: var(--paper);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .document-nav,
  .skip-link,
  #video-toggle,
  #sound-toggle,
  .cover-logo,
  .cover-player,
  .floating-player,
  .instrument-card__toggle,
  .visual-reel__toggle,
  .gallery-lightbox {
    display: none !important;
  }

  .epk {
    display: block;
    width: 210mm;
    margin: 0;
  }

  .sheet {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    animation: none;
    break-after: page;
    page-break-after: always;
    overflow: hidden;
  }

  .sheet:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .js .sheet > * {
    opacity: 1 !important;
    transform: none !important;
  }

  a {
    text-decoration: none;
  }
}
