* { box-sizing: border-box; }

:root {
  --interface-fade-duration: 3.25s;
  --interface-fade-easing: ease-in-out;
  --persistent-player-intro-duration: 1.25s;
  /* Safari resolves this very lightly; Chromium/Gecko receive a calibrated
     compensation value below so the perceived diffusion remains consistent. */
  --optical-diffusion-blur: 0.18px;
  --optical-detail-blur: 0.12px;
  /* Independent global warmth grade. */
  --night-shift-strength: 0.53;
  --writing-plus-extra-space: 96px;
}

/* Chromium and Gecko rasterize fractional CSS filters more crisply than the
   approved Safari reference. This is intentionally a rendering compensation,
   not a different visual treatment or a Safari change. */
html[data-optical-diffusion="compensated"] {
  /* Blink/Gecko quantize very small Gaussian radii; this is the first
     reliably visible but still restrained diffusion range at 1× Windows. */
  --optical-diffusion-blur: 0.92px;
  --optical-detail-blur: 0.64px;
}

html,
body {
  overflow-x: hidden;
  background: #000;
}

body {
  min-width: 320px;
  margin: 0;
  color: #fff;
  font-family: "Bodoni 72 Oldstyle", "Bodoni 72", Didot, "Times New Roman", serif;
}

/*
  Night Shift is the site's independent final white-point grade. Multiply
  preserves true black while warming whites and taming blue.
*/
html::after {
  position: fixed;
  z-index: 30;
  inset: 0;
  content: "";
  display: block;
  pointer-events: none;
  background: rgb(255 220 185);
  mix-blend-mode: multiply;
  opacity: var(--night-shift-strength);
}

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

.site {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
}

.site.has-content-page {
  overflow: visible;
  padding-bottom: clamp(88px, 12vw, 180px);
}

.site.has-content-page.has-persistent-player {
  padding-bottom: clamp(128px, 14vw, 188px);
}

.water-background {
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(100vw, 1024px);
  height: min(100svh, 768px);
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 1;
  will-change: opacity;
  transition: opacity 3.5s ease-in-out;
}

.water-background::-webkit-media-controls,
.water-background::-webkit-media-controls-enclosure,
.water-background::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

.home-page {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  overflow: clip;
  pointer-events: none;
}

.home-art-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-art-layer--glow {
  display: none;
}

.home-pillars {
  position: absolute;
  top: 48%;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  height: min(112svh, 1080px);
  pointer-events: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-pillars--side {
  display: none;
}

body[data-page="videos"] .water-background {
  visibility: hidden;
}

.site.is-video-playing .water-background {
  opacity: 0;
}

.site-nav {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(92px, 9vw, 134px) 5.5vw 0;
}

body[data-page="discarded"] .site-nav {
  visibility: hidden;
  pointer-events: none;
}

.site-nav a {
  display: grid;
  position: relative;
  min-width: 0;
  place-items: center;
  padding: 0 8px 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(16px, 1.55vw, 25px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  transition: opacity var(--interface-fade-duration) var(--interface-fade-easing);
}

.nav-label {
  display: inline-block;
  position: relative;
  color: rgba(202, 211, 232, 0.78);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.32),
    0 0 6px rgba(162, 179, 218, 0.24),
    0 0 12px rgba(117, 136, 183, 0.12);
  font-size: 1em;
  transition: color 170ms ease-out, text-shadow 170ms ease-out;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  z-index: 2;
}

.site-nav .nav-label {
  transition: color 170ms ease-out, font-size 170ms ease-out, text-shadow 170ms ease-out;
}

.site-nav a:hover .nav-label,
.site-nav a:focus-visible .nav-label,
.site-nav a[aria-current="page"] .nav-label {
  color: rgba(215, 224, 244, 0.86);
  font-size: 1.06em;
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.38),
    0 0 7px rgba(172, 190, 232, 0.3),
    0 0 17px rgba(124, 145, 196, 0.17);
}

.site-nav a[aria-current="page"] {
  z-index: 2;
}

.site-nav a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

@media (min-width: 721px) {
  .site-nav {
    padding-inline: calc(5.5vw + 11px);
  }

  .home-pillars {
    top: calc(48% + 48px);
    height: min(133svh, 1283px);
    left: calc(50% + 5px);
  }

  .home-page {
    --home-pillars-gap: 225px;
    --home-pillars-left-offset: calc(min(48.83594svh, 471.1px) + var(--home-pillars-gap));
    --home-pillars-right-offset: calc(min(48.14323svh, 464.42px) + var(--home-pillars-gap));
  }

  .home-pillars--side {
    display: block;
    opacity: 0.95;
  }

  .home-pillars--left {
    left: calc(50% + 5px - var(--home-pillars-left-offset));
    top: calc(48% + 58px);
  }

  .home-pillars--right {
    left: calc(50% + 5px + var(--home-pillars-right-offset));
    top: calc(48% + 50px);
  }

  .site-nav a {
    font-size: clamp(21px, 2.1vw, 34px);
  }

  .site-nav a:hover .nav-label,
  .site-nav a:focus-visible .nav-label,
  .site-nav a[aria-current="page"] .nav-label {
    font-size: 1.075em;
  }

  .site-nav .nav-label {
    text-shadow:
      0 0 2px rgba(205, 216, 242, 0.32),
      0 0 7px rgba(162, 179, 218, 0.26),
      0 0 17px rgba(117, 136, 183, 0.14);
  }

  .music-option--listen {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }

  .music-option--buy {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
}

.not-found-page {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: clamp(140px, 28svh, 252px) clamp(24px, 5vw, 64px) 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.not-found-title {
  margin: 0;
  color: rgba(202, 211, 232, 0.78);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.32),
    0 0 6px rgba(162, 179, 218, 0.24),
    0 0 12px rgba(117, 136, 183, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: blur(var(--optical-diffusion-blur));
}

.not-found-return {
  display: inline-block;
  position: relative;
  margin-top: clamp(18px, 2vw, 28px);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1;
}

.not-found-return:hover .nav-label,
.not-found-return:focus-visible .nav-label {
  color: rgba(215, 224, 244, 0.86);
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.38),
    0 0 7px rgba(172, 190, 232, 0.3),
    0 0 17px rgba(124, 145, 196, 0.17);
}

.not-found-return:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

.writing-page {
  position: relative;
  z-index: 1;
  width: min(88vw, 620px);
  margin: 66px auto 0;
}

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

.writing-entry {
  position: relative;
  width: 100%;
  min-width: 0;
}

.writing-entry + .writing-entry {
  margin-top: clamp(46px, 12vw, 68px);
}

.writing-entry-heading {
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.7vw, 12px);
  width: fit-content;
  min-width: 0;
}

.writing-entry-body {
  min-width: 0;
}

.writing-title,
.writing-excerpt {
  color: rgba(202, 211, 232, 0.78);
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.32),
    0 0 6px rgba(162, 179, 218, 0.24),
    0 0 12px rgba(117, 136, 183, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: blur(var(--optical-diffusion-blur));
}

.writing-title {
  margin: 0;
  min-width: 0;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.writing-credits-trigger {
  position: relative;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

.writing-credits-label {
  display: inline-block;
  color: rgba(202, 211, 232, 0.52);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(10px, 0.75vw, 12px);
  font-weight: 300;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.2),
    0 0 6px rgba(162, 179, 218, 0.14);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: blur(var(--optical-diffusion-blur));
  transition: color 170ms ease-out, text-shadow 170ms ease-out;
}

.writing-credits-trigger:hover .writing-credits-label,
.writing-credits-trigger:focus-visible .writing-credits-label {
  color: rgba(215, 224, 244, 0.76);
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.3),
    0 0 7px rgba(172, 190, 232, 0.22);
}

.writing-credits-trigger:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.writing-credits-menu {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: min(18vw, 184px);
  max-width: min(72vw, 184px);
  padding: 10px 12px 12px;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}

.writing-credits-menu::before,
.music-chooser::before {
  position: absolute;
  z-index: -1;
  inset: -15px -18px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    ellipse 76% 92% at 50% 50%,
    rgb(0 0 0 / 0.84) 0%,
    rgb(0 0 0 / 0.54) 48%,
    transparent 100%
  );
  -webkit-filter: blur(12px);
  filter: blur(12px);
  content: "";
}

.writing-credits-menu .writing-credits-list,
.writing-credits-menu .writing-credits-empty {
  margin: 0;
  color: rgba(202, 211, 232, 0.66);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.24),
    0 0 6px rgba(162, 179, 218, 0.16);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: blur(var(--optical-diffusion-blur));
}

.writing-credits-menu .writing-credits-list {
  padding: 0;
}

.writing-credits-menu .writing-credits-row {
  gap: 10px;
}

.writing-excerpt {
  max-width: 40ch;
  margin: clamp(12px, 1.4vw, 16px) 0 0;
  min-width: 0;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.writing-entry .writing-title,
.writing-entry .writing-excerpt {
  transition: color 170ms ease-out, text-shadow 170ms ease-out;
}

.writing-entry:hover .writing-title,
.writing-entry:hover .writing-excerpt {
  color: rgba(215, 224, 244, 0.84);
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.34),
    0 0 6px rgba(172, 190, 232, 0.26),
    0 0 14px rgba(124, 145, 196, 0.14);
}

.writing-hidden-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: calc(clamp(64px, 8vw, 100px) + var(--writing-plus-extra-space)) auto 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 300;
  line-height: 1;
  touch-action: manipulation;
}

.writing-hidden-link-label {
  display: block;
  color: rgba(202, 211, 232, 0.52);
  letter-spacing: 0.01em;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.2),
    0 0 6px rgba(162, 179, 218, 0.14);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: blur(var(--optical-diffusion-blur));
  transition: color 170ms ease-out, text-shadow 170ms ease-out;
}

.writing-hidden-link:hover .writing-hidden-link-label,
.writing-hidden-link:focus-visible .writing-hidden-link-label {
  color: rgba(215, 224, 244, 0.76);
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.3),
    0 0 7px rgba(172, 190, 232, 0.22);
}

.writing-hidden-link:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 5px;
}

@media (min-width: 861px) {
  .writing-page {
    width: min(80vw, 920px);
    margin-top: clamp(72px, 7vw, 108px);
    left: clamp(12px, 2vw, 28px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(48px, 6vw, 76px);
    row-gap: clamp(72px, 8vw, 108px);
  }

  .writing-entry {
    display: block;
  }

  .writing-entry + .writing-entry {
    margin-top: 0;
  }

  .writing-hidden-link {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: var(--writing-plus-extra-space);
  }

  .writing-credits-menu {
    position: relative;
    z-index: 4;
    width: min(100%, 208px);
    max-width: 100%;
    margin: 12px 0 0;
  }
}

.writing-credits-dialog {
  position: fixed;
  inset: 0;
  display: none;
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  padding: clamp(24px, 6vw, 80px);
  margin: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.writing-credits-dialog[open] {
  display: grid;
  place-items: center;
}

.writing-credits-dialog[open]::after,
.image-lightbox[open]::after {
  position: fixed;
  z-index: 8;
  inset: 0;
  content: "";
  pointer-events: none;
  background: rgb(255 220 185);
  mix-blend-mode: multiply;
  opacity: var(--night-shift-strength);
}

/* Keep unsupported blend-mode engines black rather than rendering the warmth
   grade as a flat brown layer. Current Safari, Chrome, Edge, and Firefox keep
   the intended multiply treatment above. */
@supports not (mix-blend-mode: multiply) {
  html::after,
  .writing-credits-dialog[open]::after,
  .image-lightbox[open]::after {
    background: transparent;
    opacity: 0;
  }
}

.writing-credits-dialog::backdrop {
  background: rgba(0, 0, 0, 0.9);
}

.writing-credits-dialog-close {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.writing-credits-dialog-close:focus-visible {
  outline: none;
}

.writing-credits-dialog-content {
  position: relative;
  z-index: 1;
  width: min(82vw, 360px);
  padding: clamp(20px, 3vw, 32px);
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 30px rgba(120, 140, 185, 0.06);
}

.writing-credits-dialog-title,
.writing-credits-list,
.writing-credits-empty {
  color: rgba(202, 211, 232, 0.78);
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.32),
    0 0 6px rgba(162, 179, 218, 0.24),
    0 0 12px rgba(117, 136, 183, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: blur(var(--optical-diffusion-blur));
}

.writing-credits-dialog-title {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.05;
}

.writing-credits-list,
.writing-credits-empty {
  margin: clamp(16px, 1.8vw, 22px) 0 0;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.5;
}

.writing-credits-list {
  padding: 0;
}

.writing-credits-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
}

.writing-credits-row + .writing-credits-row {
  margin-top: 8px;
}

.writing-credits-row dt,
.writing-credits-row dd {
  margin: 0;
}

.writing-credits-row dd {
  text-align: right;
}

@media (max-width: 860px) {
  .writing-credits-menu {
    position: relative;
    z-index: 4;
    width: min(100%, 208px);
    max-width: 100%;
    margin: 12px 0 0;
  }
}

.other-directory {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(9rem, 13rem));
  justify-content: center;
  column-gap: clamp(84px, 12vw, 180px);
  width: min(82vw, 760px);
  margin: clamp(76px, 9vw, 136px) auto 0;
}

.other-cluster {
  min-width: 0;
}

.other-cluster--elsewhere {
  grid-column: 1;
  grid-row: 1;
}

.other-cluster--contact {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
}

.other-directory-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.other-directory-list li + li {
  margin-top: clamp(12px, 1.2vw, 16px);
}

.other-directory-link {
  display: block;
  width: fit-content;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
}

.other-directory-link .nav-label {
  transition: color 170ms ease-out, font-size 170ms ease-out, text-shadow 170ms ease-out;
}

.other-directory-link:hover .nav-label,
.other-directory-link:focus-visible .nav-label {
  color: rgba(215, 224, 244, 0.86);
  font-size: 1.007em;
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.38),
    0 0 7px rgba(172, 190, 232, 0.3),
    0 0 17px rgba(124, 145, 196, 0.17);
}

.other-directory-link:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

.image-gallery {
  position: relative;
  z-index: 1;
  columns: 3 16rem;
  column-gap: clamp(14px, 2vw, 30px);
  width: min(91vw, 1440px);
  margin: clamp(76px, 9vw, 136px) auto 0;
}

.image-card {
  break-inside: avoid;
  margin: 0 0 clamp(16px, 2vw, 30px);
}

.image-card:only-child {
  column-span: all;
  width: min(100%, 520px);
  margin-right: auto;
  margin-left: auto;
}

.image-card-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: zoom-in;
}

.image-card-trigger:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

.image-card img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}

.image-lightbox {
  --image-lightbox-inset: clamp(18px, 4vw, 64px);
  position: fixed;
  inset: 0;
  display: none;
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  padding: var(--image-lightbox-inset);
  margin: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.image-lightbox[open] {
  display: grid;
  place-items: center;
}

.image-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.94);
}

.image-lightbox-close {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.image-lightbox-close:focus-visible {
  outline: none;
}

.image-lightbox-image {
  position: relative;
  z-index: 1;
  display: block;
  max-width: calc(100vw - var(--image-lightbox-inset) - var(--image-lightbox-inset));
  max-height: calc(100svh - var(--image-lightbox-inset) - var(--image-lightbox-inset));
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-out;
}

.music-page {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(170px, 0.8fr) minmax(15rem, 1fr);
  grid-template-areas:
    "artwork tracks";
  column-gap: clamp(38px, 8vw, 120px);
  row-gap: 14px;
  align-items: start;
  width: min(84vw, 960px);
  margin: clamp(76px, 9vw, 136px) auto 0;
}

.music-artwork-column {
  grid-area: artwork;
  position: relative;
  min-width: 0;
}

.music-cover {
  margin: 0;
}

.music-cover--blank,
.music-cover-blank {
  width: 100%;
}

.music-cover-blank {
  aspect-ratio: 1;
  background: #fff;
}

/* The secret collection's cover is a purely visual loop: it deliberately has
   no link, native chrome, focus target, or pointer surface. Its softness uses
   the same fractional blur applied to the site's luminous text. */
.music-page--discarded .music-cover--discarded-video {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #000;
}

/* Feather only the secret cover's perimeter into the black page so its frame
   reads as a softly diffused image edge rather than a hard square border. */
.music-page--discarded .music-cover--discarded-video::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.92), transparent 7%, transparent 93%, rgba(0, 0, 0, 0.92)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent 7%, transparent 93%, rgba(0, 0, 0, 0.92));
  -webkit-filter: blur(3px);
  filter: blur(3px);
  content: "";
}

.music-page--discarded .music-cover-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.76;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* This is actual cover media, not the UI optical treatment. */
  -webkit-filter: blur(0.18px);
  filter: blur(0.18px);
}

.music-page--discarded .music-cover-video::-webkit-media-controls {
  display: none !important;
}

.music-cover-link {
  display: block;
  width: 100%;
  cursor: pointer;
  transform-origin: center;
  transition: transform 170ms ease-out;
}

.music-cover-link:hover,
.music-cover-link:focus-visible {
  transform: scale(1.005);
}

.music-cover-link:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

.music-cover img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.76;
}

.music-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px clamp(16px, 2vw, 24px);
  margin-top: clamp(18px, 2vw, 26px);
}

.music-option {
  position: relative;
}

.music-action,
.music-destination {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  background: transparent;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
}

.music-action { cursor: pointer; }

.music-destination {
  display: block;
  width: fit-content;
}

.music-action:hover .nav-label,
.music-action:focus-visible .nav-label,
.music-destination:hover .nav-label,
.music-destination:focus-visible .nav-label {
  color: rgba(215, 224, 244, 0.86);
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.38),
    0 0 7px rgba(172, 190, 232, 0.3),
    0 0 17px rgba(124, 145, 196, 0.17);
}

.music-destination.is-unavailable {
  opacity: 0.38;
}

.music-action:focus-visible,
.music-destination:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 5px;
}

.music-chooser {
  position: absolute;
  z-index: 5;
  top: calc(100% + 13px);
  width: max-content;
  max-width: min(74vw, 240px);
  padding: 10px 12px 12px;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}

.music-option--listen .music-chooser {
  left: 0;
}

.music-option--buy .music-chooser,
.music-chooser--buy {
  right: 0;
  left: auto;
  margin-left: 0;
}

.music-chooser-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.music-chooser-list li + li {
  margin-top: 12px;
}

.music-tracklist-wrap {
  grid-area: tracks;
  position: relative;
  min-width: 0;
}

.music-tracklist {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.music-track-item + .music-track-item {
  margin-top: clamp(20px, 2.4vw, 30px);
}

.music-track {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  align-items: baseline;
  gap: clamp(10px, 1.4vw, 18px);
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
}

.music-track-active-indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  left: clamp(-17px, -1.8vw, -12px);
  width: 6px;
  height: 8px;
  -webkit-transform: translate3d(0, var(--music-track-indicator-y, 0px), 0) translateY(-50%);
  transform: translate3d(0, var(--music-track-indicator-y, 0px), 0) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  opacity: 0;
  pointer-events: none;
  transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 180ms ease-out;
}

.music-track-active-indicator:not(.is-positioned) {
  transition: none;
}

.music-track-active-indicator-shape {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid rgba(225, 231, 245, 0.86);
  -webkit-filter: blur(var(--optical-diffusion-blur)) drop-shadow(0 0 1px rgba(224, 231, 250, 0.5)) drop-shadow(0 0 5px rgba(145, 167, 216, 0.18));
  filter: blur(var(--optical-diffusion-blur)) drop-shadow(0 0 1px rgba(224, 231, 250, 0.5)) drop-shadow(0 0 5px rgba(145, 167, 216, 0.18));
  opacity: 1;
  transition: opacity var(--interface-fade-duration) var(--interface-fade-easing);
}

.site.is-music-idle .music-track-active-indicator-shape {
  opacity: 0;
}

.music-track-active-indicator.is-visible {
  opacity: 1;
}

.music-track-duration {
  flex: 0 0 auto;
  color: rgba(178, 188, 214, 0.58);
  font-size: 0.42em;
  letter-spacing: 0.07em;
  text-shadow: 0 0 4px rgba(140, 159, 204, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
}

.music-track-duration {
  margin-left: auto;
}

.music-track .nav-label {
  transition: color 170ms ease-out, font-size 170ms ease-out, text-shadow 170ms ease-out;
}

.music-track:hover .nav-label,
.music-track:focus-visible .nav-label,
.music-track.is-playing .nav-label {
  color: rgba(215, 224, 244, 0.86);
  font-size: 1.007em;
  text-shadow:
    0 0 2px rgba(215, 226, 250, 0.38),
    0 0 7px rgba(172, 190, 232, 0.3),
    0 0 17px rgba(124, 145, 196, 0.17);
}

.music-track:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

.music-player {
  display: none;
}

.persistent-player {
  --persistent-player-fade-duration: var(--interface-fade-duration);
  position: fixed;
  z-index: 21;
  right: clamp(28px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-areas: "main volume controls";
  grid-template-columns: minmax(150px, 174px) 30px 60px;
  column-gap: clamp(12px, 1.2vw, 18px);
  align-items: center;
  color: rgba(202, 211, 232, 0.8);
  opacity: 1;
  pointer-events: none;
  transition: opacity var(--persistent-player-fade-duration) var(--interface-fade-easing);
}

.persistent-player[hidden] {
  display: none;
}

.persistent-player.is-introducing {
  opacity: 0;
}

.persistent-player.is-idle-hidden,
.persistent-player.is-idle-hidden input,
.persistent-player.is-idle-hidden button {
  pointer-events: none;
}

.persistent-player.is-idle-hidden {
  opacity: 0;
}

.persistent-player-main {
  grid-area: main;
  min-width: 0;
}

.persistent-player-meta {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-inline: 5px;
}

.persistent-player-title,
.persistent-player-remaining {
  color: rgba(202, 211, 232, 0.8);
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.32),
    0 0 6px rgba(162, 179, 218, 0.24),
    0 0 12px rgba(117, 136, 183, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
}

.persistent-player-title {
  min-width: 0;
  overflow: hidden;
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.persistent-player-remaining {
  flex: 0 0 auto;
  color: rgba(193, 202, 225, 0.62);
  font-size: clamp(11px, 0.82vw, 13px);
  line-height: 1;
}

.persistent-player-seek,
.persistent-player-volume {
  --range-progress: 0%;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
}

.persistent-player-seek {
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 1px;
}

.persistent-player-volume-wrap {
  grid-area: volume;
  display: grid;
  position: relative;
  left: -5px;
  width: 30px;
  height: 70px;
  place-items: center;
}

.persistent-player-controls {
  display: grid;
  grid-area: controls;
  place-items: center;
}

.persistent-player-volume {
  width: 50px;
  height: 24px;
  transform: rotate(-90deg);
}

.persistent-player-seek::-webkit-slider-runnable-track,
.persistent-player-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to right, rgba(235, 238, 247, 0.93) 0 var(--range-progress), rgba(185, 194, 217, 0.28) var(--range-progress) 100%);
  box-shadow:
    0 0 1px rgba(222, 229, 247, 0.4),
    0 0 5px rgba(181, 198, 238, 0.18);
}

.persistent-player-seek::-webkit-slider-thumb,
.persistent-player-volume::-webkit-slider-thumb {
  width: 9px;
  height: 9px;
  margin-top: -3.5px;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(244, 247, 250, 0.92);
  box-shadow:
    0 0 2px rgba(244, 247, 255, 0.54),
    0 0 8px rgba(205, 220, 248, 0.34);
}

.persistent-player-seek::-moz-range-track,
.persistent-player-volume::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(185, 194, 217, 0.26);
  box-shadow:
    0 0 1px rgba(222, 229, 247, 0.38),
    0 0 5px rgba(181, 198, 238, 0.16);
}

.persistent-player-seek::-moz-range-progress,
.persistent-player-volume::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
  background: rgba(232, 237, 248, 0.88);
  box-shadow: 0 0 4px rgba(205, 220, 248, 0.18);
}

.persistent-player-seek::-moz-range-thumb,
.persistent-player-volume::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 247, 250, 0.92);
  box-shadow:
    0 0 2px rgba(244, 247, 255, 0.54),
    0 0 8px rgba(205, 220, 248, 0.34);
}

.persistent-player-seek:focus-visible,
.persistent-player-volume:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.persistent-player-toggle {
  display: grid;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: rgba(250, 250, 248, 0.98);
  cursor: pointer;
  box-shadow:
    0 0 2px rgba(248, 249, 255, 0.72),
    0 0 10px rgba(245, 245, 250, 0.42),
    0 0 24px rgba(184, 199, 235, 0.16);
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
  transition: background 170ms ease-out, box-shadow 170ms ease-out;
}

.persistent-player-skip {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  place-items: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.persistent-player-skip-icon {
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(226, 232, 247, 0.9);
  -webkit-filter: blur(var(--optical-diffusion-blur)) drop-shadow(0 0 2px rgba(220, 229, 250, 0.36)) drop-shadow(0 0 7px rgba(162, 179, 218, 0.2));
  filter: blur(var(--optical-diffusion-blur)) drop-shadow(0 0 2px rgba(220, 229, 250, 0.36)) drop-shadow(0 0 7px rgba(162, 179, 218, 0.2));
}

.persistent-player-skip--previous .persistent-player-skip-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.persistent-player-skip:disabled {
  cursor: default;
  opacity: 0.24;
}

.persistent-player input,
.persistent-player button {
  pointer-events: auto;
}

.persistent-player-toggle-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #0b0b0d;
  filter: drop-shadow(0 0 0.5px rgba(8, 8, 11, 0.72));
}

.persistent-player.is-playing .persistent-player-toggle-icon {
  position: relative;
  width: 18px;
  height: 21px;
  margin-left: 0;
  border: 0;
  background: transparent;
}

.persistent-player.is-playing .persistent-player-toggle-icon::before,
.persistent-player.is-playing .persistent-player-toggle-icon::after {
  position: absolute;
  top: 0;
  width: 5px;
  height: 21px;
  background: #0b0b0d;
  box-shadow: 0 0 0.5px rgba(8, 8, 11, 0.72);
  content: "";
}

.persistent-player.is-playing .persistent-player-toggle-icon::before {
  left: 0;
}

.persistent-player.is-playing .persistent-player-toggle-icon::after {
  right: 0;
}

.persistent-player-toggle:hover,
.persistent-player-toggle:focus-visible {
  background: #fff;
  box-shadow:
    0 0 2px rgba(250, 250, 255, 0.8),
    0 0 12px rgba(250, 250, 255, 0.54),
    0 0 28px rgba(184, 199, 235, 0.22);
}

.persistent-player-toggle:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 5px;
}

.site.is-video-playing .persistent-player {
  --persistent-player-fade-duration: var(--interface-fade-duration);
  pointer-events: none;
  opacity: 0;
}

.site.is-video-playing .persistent-player input,
.site.is-video-playing .persistent-player button {
  pointer-events: none;
}

/* Once desktop video has been started, its inline controls are the single
   active surface; the fixed audio player stays out of the composition. */
@media (min-width: 721px) {
  .site.has-desktop-video-session .persistent-player {
    --persistent-player-fade-duration: var(--interface-fade-duration);
    pointer-events: none;
    opacity: 0;
  }

  .site.has-desktop-video-session .persistent-player input,
  .site.has-desktop-video-session .persistent-player button {
    pointer-events: none;
  }
}

.video-page {
  position: relative;
  z-index: 1;
  width: min(96vw, 1280px);
  margin: clamp(76px, 9vw, 136px) auto 0;
}

.video-stage {
  display: grid;
  grid-template-columns: minmax(44px, 1fr) minmax(0, min(100%, 960px)) minmax(44px, 1fr);
  align-items: center;
}

.video-frame-stack {
  display: grid;
  grid-column: 2;
  min-width: 0;
}

.video-frame {
  grid-area: 1 / 1;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #000;
}

.video-frame:not(.is-selected) {
  visibility: hidden;
  pointer-events: none;
}

.video-player {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
  object-fit: cover;
  opacity: 1;
  transition: opacity 170ms ease-out;
}

.video-frame:not(.has-started) .video-player {
  opacity: 0;
}

.video-tap-target {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.video-tap-icon {
  display: grid;
  width: clamp(52px, 5vw, 64px);
  height: clamp(52px, 5vw, 64px);
  border-radius: 50%;
  place-items: center;
  background: rgba(250, 250, 248, 0.98);
  box-shadow:
    0 0 2px rgba(248, 249, 255, 0.72),
    0 0 10px rgba(245, 245, 250, 0.42),
    0 0 24px rgba(184, 199, 235, 0.16);
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
}

.video-tap-icon::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #0b0b0d;
  filter: drop-shadow(0 0 0.5px rgba(8, 8, 11, 0.72));
  content: "";
}

.video-frame.has-started .video-tap-target {
  display: none;
}

.video-frame.has-media-error .video-tap-target {
  pointer-events: none;
  opacity: 0;
}

.video-tap-target:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

/* Desktop video controls reuse the site's sparse media language but remain
   inline with the film, separate from the fixed audio player. */
.video-side-control {
  display: grid;
  width: 64px;
  height: 72px;
  padding: 0;
  border: 0;
  place-items: center;
  justify-self: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.video-side-control--previous {
  grid-column: 1;
}

.video-side-control--next {
  grid-column: 3;
}

.video-side-control-icon {
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(226, 232, 247, 0.9);
  -webkit-filter: blur(var(--optical-diffusion-blur)) drop-shadow(0 0 2px rgba(220, 229, 250, 0.36)) drop-shadow(0 0 7px rgba(162, 179, 218, 0.2));
  filter: blur(var(--optical-diffusion-blur)) drop-shadow(0 0 2px rgba(220, 229, 250, 0.36)) drop-shadow(0 0 7px rgba(162, 179, 218, 0.2));
}

.video-side-control--previous .video-side-control-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.video-side-control:disabled {
  cursor: default;
  opacity: 0.24;
}

.video-side-control:focus-visible,
.video-fullscreen:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 5px;
}

.desktop-video-controls {
  position: relative;
  width: min(calc(100% - 88px), 960px);
  margin: clamp(36px, 2.8vw, 46px) auto 0;
  color: rgba(202, 211, 232, 0.8);
}

.desktop-video-controls[hidden] {
  display: none;
}

.desktop-video-controls-haze {
  position: absolute;
  z-index: -1;
  inset: -26px -48px -30px;
  display: block;
  pointer-events: none;
  background: radial-gradient(ellipse 52% 68% at 50% 48%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 46%, transparent 100%);
  -webkit-filter: blur(18px);
  filter: blur(18px);
}

.desktop-video-seek-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding-inline: clamp(12px, 1.4vw, 22px);
}

.desktop-video-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 62px;
  margin-top: -1px;
  padding-inline: clamp(12px, 1.4vw, 22px);
}

.video-title {
  color: rgba(202, 211, 232, 0.8);
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 2px rgba(205, 216, 242, 0.32),
    0 0 6px rgba(162, 179, 218, 0.24),
    0 0 12px rgba(117, 136, 183, 0.12);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
}

.video-title {
  min-width: 0;
  overflow: hidden;
  font-size: clamp(17px, 1.28vw, 21px);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-seek {
  --range-progress: 0%;
  display: block;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
}

.video-seek::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to right, rgba(235, 238, 247, 0.93) 0 var(--range-progress), rgba(185, 194, 217, 0.28) var(--range-progress) 100%);
  box-shadow:
    0 0 1px rgba(222, 229, 247, 0.4),
    0 0 5px rgba(181, 198, 238, 0.18);
}

.video-seek::-webkit-slider-thumb {
  width: 9px;
  height: 9px;
  margin-top: -3.5px;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(244, 247, 250, 0.92);
  box-shadow:
    0 0 2px rgba(244, 247, 255, 0.54),
    0 0 8px rgba(205, 220, 248, 0.34);
}

.video-seek::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(185, 194, 217, 0.26);
  box-shadow:
    0 0 1px rgba(222, 229, 247, 0.38),
    0 0 5px rgba(181, 198, 238, 0.16);
}

.video-seek::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
  background: rgba(232, 237, 248, 0.88);
  box-shadow: 0 0 4px rgba(205, 220, 248, 0.18);
}

.video-seek::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 247, 250, 0.92);
  box-shadow:
    0 0 2px rgba(244, 247, 255, 0.54),
    0 0 8px rgba(205, 220, 248, 0.34);
}

.video-seek:focus-visible,
.video-primary-toggle:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 5px;
}

.video-primary-toggle {
  display: grid;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: rgba(250, 250, 248, 0.98);
  cursor: pointer;
  box-shadow:
    0 0 2px rgba(248, 249, 255, 0.72),
    0 0 10px rgba(245, 245, 250, 0.42),
    0 0 24px rgba(184, 199, 235, 0.16);
  -webkit-filter: blur(var(--optical-diffusion-blur));
  filter: blur(var(--optical-diffusion-blur));
  -webkit-transform: translateY(19px);
  transform: translateY(19px);
  transition: background 170ms ease-out, box-shadow 170ms ease-out;
}

.video-primary-toggle-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #0b0b0d;
  filter: drop-shadow(0 0 0.5px rgba(8, 8, 11, 0.72));
}

.desktop-video-controls.is-playing .video-primary-toggle-icon {
  position: relative;
  width: 18px;
  height: 21px;
  margin-left: 0;
  border: 0;
  background: transparent;
}

.desktop-video-controls.is-playing .video-primary-toggle-icon::before,
.desktop-video-controls.is-playing .video-primary-toggle-icon::after {
  position: absolute;
  top: 0;
  width: 5px;
  height: 21px;
  background: #0b0b0d;
  box-shadow: 0 0 0.5px rgba(8, 8, 11, 0.72);
  content: "";
}

.desktop-video-controls.is-playing .video-primary-toggle-icon::before {
  left: 0;
}

.desktop-video-controls.is-playing .video-primary-toggle-icon::after {
  right: 0;
}

.video-primary-toggle:hover,
.video-primary-toggle:focus-visible {
  background: #fff;
  box-shadow:
    0 0 2px rgba(250, 250, 255, 0.8),
    0 0 12px rgba(250, 250, 255, 0.54),
    0 0 28px rgba(184, 199, 235, 0.22);
}

.video-fullscreen {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  place-items: center;
  justify-self: end;
  background: transparent;
  color: rgba(221, 229, 246, 0.7);
  cursor: pointer;
}

.video-fullscreen-icon {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0.72;
  background:
    linear-gradient(currentColor, currentColor) left top / 6px 1px no-repeat,
    linear-gradient(currentColor, currentColor) left top / 1px 6px no-repeat,
    linear-gradient(currentColor, currentColor) right top / 6px 1px no-repeat,
    linear-gradient(currentColor, currentColor) right top / 1px 6px no-repeat,
    linear-gradient(currentColor, currentColor) left bottom / 6px 1px no-repeat,
    linear-gradient(currentColor, currentColor) left bottom / 1px 6px no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 6px 1px no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 1px 6px no-repeat;
  -webkit-filter: blur(var(--optical-detail-blur)) drop-shadow(0 0 2px rgba(197, 213, 244, 0.26));
  filter: blur(var(--optical-detail-blur)) drop-shadow(0 0 2px rgba(197, 213, 244, 0.26));
}

.video-fullscreen:hover .video-fullscreen-icon,
.video-fullscreen:focus-visible .video-fullscreen-icon {
  opacity: 1;
}

.video-primary-toggle:disabled,
.video-fullscreen:disabled {
  cursor: default;
  opacity: 0.24;
}

@media (max-width: 720px) {
  .writing-title {
    font-size: clamp(20px, 5.8vw, 26px);
  }

  .writing-excerpt {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.6;
  }

  .site-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 80px;
  }

  .site-nav a {
    padding-right: 2px;
    padding-left: 2px;
    font-size: clamp(12px, 4vw, 18px);
    letter-spacing: 0;
  }

  .persistent-player {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(22px + env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr) 52px;
    width: min(74vw, 270px);
    column-gap: 12px;
  }

  .persistent-player-volume-wrap {
    display: none;
  }

  .persistent-player-title {
    font-size: clamp(18px, 5vw, 22px);
  }

  .persistent-player-remaining {
    font-size: clamp(11px, 3vw, 13px);
  }

  .persistent-player-toggle {
    width: 52px;
    height: 52px;
  }

  .music-track-active-indicator {
    display: none;
  }

  .site.has-content-page.has-persistent-player {
    padding-bottom: calc(148px + env(safe-area-inset-bottom));
  }

  .music-page {
    grid-template-columns: 1fr;
    grid-template-areas:
      "artwork"
      "tracks"
      "actions"
      "choosers";
    column-gap: 0;
    row-gap: 0;
    width: min(82vw, 460px);
    margin-top: 66px;
  }

  .music-artwork-column {
    display: contents;
  }

  .music-cover {
    grid-area: artwork;
    justify-self: center;
    width: min(70vw, 280px);
  }

  .music-actions {
    grid-area: actions;
    justify-content: flex-start;
    justify-self: start;
    width: fit-content;
    gap: 10px 16px;
    margin-top: 24px;
  }

  .music-action,
  .music-destination {
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .music-action {
    position: relative;
    touch-action: manipulation;
  }

  .music-action::before {
    position: absolute;
    inset: -15px -10px;
    content: "";
  }

  .music-chooser {
    max-width: min(82vw, 240px);
  }

  .music-chooser--buy {
    margin-left: 0;
  }

  .music-tracklist {
    /* Keeps the final visible row clear of the fixed compact player. */
    margin-top: 24px;
    scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .music-choosers {
    width: 100%;
    margin-top: 26px;
    padding-bottom: 34px;
  }

  .music-track-item + .music-track-item {
    margin-top: 22px;
  }

  .music-track {
    font-size: clamp(20px, 5.8vw, 26px);
  }

  .video-page {
    width: 100%;
    max-width: 620px;
    margin-top: 66px;
  }

  .video-frame {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .site-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 80px;
  }

  .site-nav a {
    padding-right: 2px;
    padding-left: 2px;
    font-size: clamp(12px, 4vw, 18px);
    letter-spacing: 0;
  }

  .persistent-player {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(22px + env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr) 52px;
    width: min(74vw, 270px);
    column-gap: 12px;
  }

  .persistent-player-volume-wrap {
    display: none;
  }

  .persistent-player-title {
    font-size: clamp(18px, 5vw, 22px);
  }

  .persistent-player-remaining {
    font-size: clamp(11px, 3vw, 13px);
  }

  .persistent-player-toggle {
    width: 52px;
    height: 52px;
  }

  .site.has-content-page.has-persistent-player {
    padding-bottom: calc(148px + env(safe-area-inset-bottom));
  }

  .other-directory {
    display: block;
    width: fit-content;
    max-width: 82vw;
    margin-top: 66px;
  }

  .other-cluster--elsewhere,
  .other-cluster--contact {
    margin-right: 0;
    margin-left: 0;
  }

  .other-cluster--contact {
    margin-top: clamp(12px, 3vw, 16px);
  }

  .other-directory-link {
    font-size: clamp(17px, 5vw, 21px);
  }

  .image-gallery {
    columns: 2 9rem;
    column-gap: 12px;
    width: min(92vw, 620px);
    margin-top: 66px;
  }

  .image-card {
    margin-bottom: 12px;
  }

  .music-page {
    grid-template-columns: 1fr;
    grid-template-areas:
      "artwork"
      "tracks"
      "actions"
      "choosers";
    column-gap: 0;
    row-gap: 0;
    width: min(82vw, 460px);
    margin-top: 66px;
  }

  .music-artwork-column {
    display: contents;
  }

  .music-cover {
    grid-area: artwork;
    justify-self: center;
    width: min(70vw, 280px);
  }

  .music-actions {
    grid-area: actions;
    justify-content: flex-start;
    justify-self: start;
    width: fit-content;
    gap: 10px 16px;
  }

  .music-action,
  .music-destination {
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .music-action {
    position: relative;
    touch-action: manipulation;
  }

  .music-action::before {
    position: absolute;
    inset: -15px -10px;
    content: "";
  }

  .music-chooser {
    max-width: min(82vw, 240px);
  }

  .music-chooser--buy {
    margin-left: 0;
  }

  .music-tracklist {
    margin-top: 24px;
    scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .music-choosers {
    width: 100%;
    margin-top: 26px;
    padding-bottom: 34px;
  }

  .music-track-item + .music-track-item {
    margin-top: 22px;
  }

  .music-track {
    font-size: clamp(20px, 5.8vw, 26px);
  }

  .video-page {
    width: 100%;
    max-width: 620px;
    margin-top: 66px;
  }

  .video-frame {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 360px) {
  .persistent-player {
    width: min(62vw, 210px);
    column-gap: 10px;
  }
}

@media (pointer: coarse) {
  .site-nav a::before,
  .music-track::before,
  .music-destination::before,
  .other-directory-link::before,
  .writing-credits-trigger::before,
  .not-found-return::before {
    position: absolute;
    inset: -8px -4px;
    content: "";
  }

  .writing-hidden-link::before {
    position: absolute;
    inset: -12px -16px;
    content: "";
  }

  .music-track,
  .music-destination,
  .other-directory-link {
    position: relative;
    touch-action: manipulation;
  }
}

@media (pointer: coarse) and (orientation: landscape) and (max-height: 560px) {
  .persistent-player {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr) 52px;
    width: min(48vw, 270px);
    column-gap: 12px;
  }

  .persistent-player-volume-wrap {
    display: none;
  }

  .persistent-player-title {
    font-size: clamp(18px, 3vw, 22px);
  }

  .persistent-player-remaining {
    font-size: clamp(11px, 1.8vw, 13px);
  }

  .persistent-player-toggle {
    width: 52px;
    height: 52px;
  }

  .site.has-content-page.has-persistent-player {
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
  }
}

/* Final compact media pass. It deliberately follows the older responsive
   rules above so phones and short touch landscapes get one coherent player. */
@media (max-width: 720px), (pointer: coarse) and (orientation: landscape) and (max-height: 560px) {
  .persistent-player {
    --mobile-player-haze-core: 0.98;
    --mobile-player-haze-mid: 0.82;
    --mobile-player-haze-blur: 22px;
    right: auto;
    left: 50%;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-areas:
      "main"
      "controls";
    grid-template-columns: minmax(0, 1fr);
    row-gap: 6px;
    width: min(76vw, 286px);
    padding: 0;
    column-gap: 0;
    background: transparent;
    isolation: isolate;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .persistent-player::before {
    position: absolute;
    z-index: -1;
    inset: -20px -28px -18px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(
      ellipse 76% 96% at 50% 40%,
      rgb(0 0 0 / var(--mobile-player-haze-core)) 0%,
      rgb(0 0 0 / var(--mobile-player-haze-mid)) 52%,
      transparent 100%
    );
    -webkit-filter: blur(var(--mobile-player-haze-blur));
    filter: blur(var(--mobile-player-haze-blur));
    content: "";
  }

  .persistent-player-main {
    width: 100%;
  }

  .persistent-player-meta {
    position: relative;
    z-index: 0;
    isolation: isolate;
    gap: 10px;
    padding-inline: 3px;
  }

  /* A title-weighted local lobe keeps the metadata legible without turning
     the floating player into a visible panel. The lower controls stay clear. */
  .persistent-player-meta::before {
    position: absolute;
    z-index: -1;
    inset: -11px -16px -7px;
    border-radius: 50%;
    pointer-events: none;
    background:
      radial-gradient(
        ellipse 58% 165% at 25% 48%,
        rgb(0 0 0 / 0.94) 0%,
        rgb(0 0 0 / 0.76) 32%,
        rgb(0 0 0 / 0.32) 60%,
        transparent 88%
      ),
      radial-gradient(
        ellipse 31% 132% at 96% 48%,
        rgb(0 0 0 / 0.42) 0%,
        rgb(0 0 0 / 0.16) 48%,
        transparent 88%
      );
    -webkit-filter: blur(11px);
    filter: blur(11px);
    content: "";
  }

  .persistent-player-title {
    font-size: clamp(18px, 5vw, 22px);
    text-shadow:
      0 0 2px rgba(205, 216, 242, 0.37),
      0 0 6px rgba(162, 179, 218, 0.28),
      0 0 12px rgba(117, 136, 183, 0.14);
  }

  .persistent-player-remaining {
    font-size: clamp(11px, 3vw, 13px);
  }

  .persistent-player-seek {
    margin-top: 2px;
  }

  .persistent-player-volume-wrap {
    display: none;
  }

  .persistent-player-controls {
    display: grid;
    grid-template-columns: 44px 48px 44px;
    justify-content: center;
    align-items: center;
    column-gap: 14px;
  }

  .persistent-player-skip {
    display: grid;
  }

  .persistent-player-toggle {
    width: 48px;
    height: 48px;
  }

  .persistent-player-toggle-icon {
    margin-left: 4px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }

  .persistent-player.is-playing .persistent-player-toggle-icon {
    width: 15px;
    height: 18px;
  }

  .persistent-player.is-playing .persistent-player-toggle-icon::before,
  .persistent-player.is-playing .persistent-player-toggle-icon::after {
    width: 4px;
    height: 18px;
  }

  /* Mobile video mode reuses this exact persistent player. Desktop retains the
     existing video-playback fade while compact screens keep its controls live. */
  .site.is-video-playing .persistent-player[data-media-type="video"] {
    pointer-events: auto;
    opacity: 1;
  }

  .site.is-video-playing .persistent-player[data-media-type="video"] input,
  .site.is-video-playing .persistent-player[data-media-type="video"] button {
    pointer-events: auto;
  }

  .site.has-content-page.has-persistent-player {
    padding-bottom: clamp(88px, 12vw, 180px);
  }
}

@media (max-width: 720px) {
  /* Keep the mobile nav legible against the oversized home artwork while
     preserving the locked five-column geometry. */
  .site-nav a {
    font-size: clamp(12.5px, 4.2vw, 18.5px);
  }

  .site-nav a:hover .nav-label,
  .site-nav a:focus-visible .nav-label,
  .site-nav a[aria-current="page"] .nav-label {
    font-size: 1.075em;
    text-shadow:
      0 0 2px rgba(215, 226, 250, 0.43),
      0 0 8px rgba(172, 190, 232, 0.34),
      0 0 18px rgba(124, 145, 196, 0.2);
  }

  /* Locked mobile-home composition: one scale and one optional alignment
     offset govern the center artwork across normal phone widths. */
  body[data-page="home"] .home-page {
    --mobile-home-pillars-scale-x: 0.882;
    --mobile-home-pillars-scale-y: 0.95;
    --mobile-home-pillars-offset-x: 6.5px;
  }

  /* A barely-there localized veil keeps the five labels readable where the
     oversized pillar lines pass directly beneath them. It sits above only the
     home artwork, never above the navigation itself. */
  body[data-page="home"] .home-page::after {
    position: absolute;
    z-index: 2;
    top: 64px;
    left: 0;
    width: 100%;
    height: 44px;
    pointer-events: none;
    background:
      radial-gradient(ellipse 12% 70% at 12.4% 50%, rgb(0 0 0 / 0.15), transparent 100%),
      radial-gradient(ellipse 12% 70% at 31.2% 50%, rgb(0 0 0 / 0.15), transparent 100%),
      radial-gradient(ellipse 12% 70% at 50% 50%, rgb(0 0 0 / 0.15), transparent 100%),
      radial-gradient(ellipse 12% 70% at 68.8% 50%, rgb(0 0 0 / 0.15), transparent 100%),
      radial-gradient(ellipse 12% 70% at 87.6% 50%, rgb(0 0 0 / 0.15), transparent 100%);
    content: "";
  }

  body[data-page="home"] .home-pillars--center {
    top: 46svh;
    left: calc(50% + var(--mobile-home-pillars-offset-x));
    width: auto;
    max-width: none;
    height: 122svh;
    -webkit-transform: translate(-50%, -50%) scale(var(--mobile-home-pillars-scale-x), var(--mobile-home-pillars-scale-y));
    transform: translate(-50%, -50%) scale(var(--mobile-home-pillars-scale-x), var(--mobile-home-pillars-scale-y));
  }

  body[data-page="videos"] .video-page {
    width: calc(100% - 16px);
    max-width: 620px;
    margin: clamp(82px, calc(24vw - 10px), 106px) auto 0;
  }

  body[data-page="videos"] .video-stage {
    display: block;
  }

  body[data-page="videos"] .video-side-control,
  body[data-page="videos"] .desktop-video-controls {
    display: none !important;
  }

  body[data-page="videos"] .video-frame {
    aspect-ratio: 4 / 3;
  }

  body[data-page="videos"] .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .music-page {
    grid-template-areas:
      "artwork"
      "tracks"
      "actions";
  }

  .music-cover {
    width: min(74vw, 296px);
  }

  .music-tracklist {
    margin-top: clamp(69px, calc(16vw + 7px), 75px);
  }

  .music-actions {
    grid-area: actions;
    justify-self: end;
    justify-content: flex-end;
    width: fit-content;
    margin: 30px 54px 0 0;
    gap: 10px 16px;
    z-index: 4;
  }

  .music-option--listen,
  .music-option--buy {
    -webkit-transform: none;
    transform: none;
  }

  .music-chooser {
    top: auto;
    bottom: calc(100% + 13px);
    max-width: min(74vw, 240px);
  }

  .music-choosers {
    display: none;
  }

  body[data-page="music"] .site.has-content-page.has-persistent-player,
  body[data-page="videos"] .site.has-content-page.has-persistent-player,
  body[data-page="lyrics"] .site.has-content-page.has-persistent-player {
    padding-bottom: calc(204px + env(safe-area-inset-bottom));
  }

  .writing-page {
    text-align: center;
  }

  .writing-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .writing-entry-heading {
    order: 1;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }

  .writing-entry-body {
    display: flex;
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .writing-excerpt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .writing-credits-menu {
    order: 2;
    align-self: center;
    width: min(100%, 208px);
    max-width: 100%;
    margin: 10px auto 0;
    text-align: left;
  }

  .writing-title {
    font-size: clamp(22px, 6.15vw, 28px);
    text-shadow:
      0 0 2px rgba(205, 216, 242, 0.38),
      0 0 7px rgba(162, 179, 218, 0.3),
      0 0 16px rgba(117, 136, 183, 0.16);
  }
}

/* Short touch landscapes share the compact persistent player with phones.
   Keep the desktop-inline video chrome out of that same presentation even
   when the landscape viewport itself is wider than the phone breakpoint. */
@media (pointer: coarse) and (orientation: landscape) and (max-height: 560px) {
  body[data-page="videos"] .video-stage {
    display: block;
  }

  body[data-page="videos"] .video-side-control,
  body[data-page="videos"] .desktop-video-controls {
    display: none !important;
  }
}

/*
  Desktop composition stage
  -------------------------
  The canonical desktop page is 1280 × 630. It is deliberately locked to
  viewport width and anchored to the top center: excess desktop height belongs
  below the composition rather than vertically centering and moving the nav.
  The nav and all three pillar images use this one cqw coordinate system.
*/
@media (min-width: 721px) and (hover: hover) and (pointer: fine),
  (min-width: 721px) and (any-hover: hover) and (any-pointer: fine) {
  @supports (container-type: inline-size) and (width: 1cqw) {
    .desktop-stage-shell {
      /* 1280 × 630 canonical canvas, scaled uniformly from viewport width. */
      --desktop-stage-width: 100vw;
      --desktop-stage-height: 49.21875vw;
      position: relative;
      min-height: 100svh;
      padding-block: 0;
    }

    .desktop-stage {
      position: relative;
      z-index: 1;
      container-type: inline-size;
      width: var(--desktop-stage-width);
      min-height: var(--desktop-stage-height);
      margin-inline: auto;
    }

    /* Home remains a single viewport composition; long content routes keep
       the shell in normal document flow and can grow/scroll naturally. */
    body[data-page="home"] .desktop-stage-shell {
      position: fixed;
      inset: 0;
      display: grid;
      min-height: 0;
      overflow: hidden;
      place-items: start center;
    }

    body[data-page="home"] .desktop-stage {
      height: var(--desktop-stage-height);
      min-height: 0;
      margin: 0;
      /* Keep the canonical canvas centered when a smaller fine-pointer
         window deliberately crops it below the 1024px minimum. Grid's
         oversized-item alignment otherwise resolves from the left edge. */
      justify-self: start;
      left: calc((100vw - var(--desktop-stage-width)) / 2);
    }

    /* A deliberately discrete fallback for unusually short desktop windows.
       Normal desktop sizing remains width-locked and never vertically centers. */
    @media (max-height: 600px) {
      .desktop-stage-shell {
        --desktop-stage-width: min(100vw, 203.174603svh);
        --desktop-stage-height: min(49.21875vw, 100svh);
      }
    }

    /* Home uses the same canonical coordinate system down to this sensible
       minimum. Smaller fine-pointer windows crop the centered stage rather
       than squeezing the nav or pillar composition into a new layout. */
    body[data-page="home"] .desktop-stage-shell {
      --desktop-stage-min-width: 1024px;
      --desktop-stage-width: max(100vw, var(--desktop-stage-min-width));
      --desktop-stage-height: max(49.21875vw, 504px);
      overflow: hidden;
      overflow: clip;
    }

    .desktop-stage .site-nav {
      width: 99.5608%;
      max-width: none;
      margin: 0 auto;
      padding: 9cqw 6.12806cqw 0;
    }

    .desktop-stage .site-nav a {
      padding: 0 0.58565cqw 0.73206cqw;
      font-size: clamp(18px, 2.1cqw, 42px);
    }

    .desktop-stage .home-page {
      /* Canonical art registration: the nav remains at its fixed stage
         coordinate while every pillar moves up together by the same amount. */
      --desktop-home-art-offset-y: -3.25cqw;
      position: absolute;
      z-index: 0;
      inset: 0;
      overflow: visible;
      transform: translateY(var(--desktop-home-art-offset-y));
    }

    @supports ((-webkit-mask-image: radial-gradient(circle, #000, transparent)) or (mask-image: radial-gradient(circle, #000, transparent))) {
      .home-art-layer--glow {
        position: absolute;
        z-index: 1;
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-mask-image: radial-gradient(
          circle 16cqw at var(--home-glow-x, -999px) var(--home-glow-y, -999px),
          rgb(0 0 0 / 0.76) 0%,
          rgb(0 0 0 / 0.38) 35%,
          transparent 74%
        );
        mask-image: radial-gradient(
          circle 16cqw at var(--home-glow-x, -999px) var(--home-glow-y, -999px),
          rgb(0 0 0 / 0.76) 0%,
          rgb(0 0 0 / 0.38) 35%,
          transparent 74%
        );
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        transition: opacity 180ms ease-out;
      }

      .home-art-layer--glow .home-pillars {
        -webkit-filter: brightness(1.28) blur(0.55px);
        filter: brightness(1.28) blur(0.55px);
      }

      .home-page.is-home-glow-active .home-art-layer--glow {
        opacity: 0.52;
      }
    }

    .desktop-stage .home-pillars {
      height: 65.46cqw;
    }

    .desktop-stage .home-pillars--center {
      top: 30.50073cqw;
      left: 50.36603%;
    }

    .desktop-stage .home-pillars--left {
      top: 31.2328cqw;
      left: 8.7815%;
    }

    .desktop-stage .home-pillars--right {
      top: 30.64714cqw;
      left: 91.318%;
    }

    .desktop-stage .music-page,
    .desktop-stage .video-page,
    .desktop-stage .image-gallery,
    .desktop-stage .other-directory {
      margin-top: 9cqw;
    }

    .desktop-stage .writing-page {
      margin-top: clamp(72px, 7cqw, 108px);
    }

    .desktop-stage .music-page {
      width: 70.27818cqw;
      grid-template-columns: minmax(12.4451cqw, 0.8fr) minmax(17.56955cqw, 1fr);
      column-gap: 8cqw;
      row-gap: 1.02489cqw;
    }

    .desktop-stage .music-action,
    .desktop-stage .music-destination {
      font-size: clamp(13px, 1.05cqw, 22px);
    }

    .desktop-stage .music-actions {
      gap: 0.73206cqw 1.75695cqw;
      margin-top: 1.90337cqw;
    }

    .desktop-stage .music-chooser {
      top: calc(100% + 0.95168cqw);
      max-width: 17.56955cqw;
      padding: 0.73206cqw 0.87848cqw 0.87848cqw;
    }

    .desktop-stage .music-chooser-list li + li {
      margin-top: 0.87848cqw;
    }

    .desktop-stage .music-track-item + .music-track-item {
      margin-top: 2.19619cqw;
    }

    .desktop-stage .music-track {
      gap: 1.31772cqw;
      font-size: clamp(20px, 1.8cqw, 38px);
    }

    .desktop-stage .music-track-active-indicator {
      left: -1.24451cqw;
    }

    .desktop-stage .video-page {
      /* Video is deliberately lower than the nav plane and now uses a
         broader 4:3 film field; its controls retain their own breathing room
         beneath the image rather than closing up into a control bar. */
      width: min(96cqw, 1280px);
      margin-top: 7cqw;
    }

    .desktop-stage .video-tap-icon {
      width: clamp(52px, 4.68521cqw, 90px);
      height: clamp(52px, 4.68521cqw, 90px);
    }

    .desktop-stage .image-gallery {
      columns: 3 18.74085cqw;
      width: 91cqw;
      column-gap: 2cqw;
    }

    .desktop-stage .image-card {
      margin-bottom: 2cqw;
    }

    .desktop-stage .image-card:only-child {
      width: 38.06735cqw;
    }

    .desktop-stage .other-directory {
      grid-template-columns: repeat(2, minmax(10.54173cqw, 15.22694cqw));
      width: 55.6369cqw;
      column-gap: 12cqw;
    }

    .desktop-stage .other-directory-list li + li {
      margin-top: 1.1713cqw;
    }

    .desktop-stage .other-directory-link {
      font-size: clamp(17px, 1.3cqw, 28px);
    }

    @media (min-width: 861px) {
      .desktop-stage .writing-page {
        width: 67.34993cqw;
        left: 2cqw;
        column-gap: 5.56369cqw;
        row-gap: 7.9063cqw;
      }

      .desktop-stage .writing-title {
        font-size: clamp(18px, 1.55cqw, 34px);
      }

      .desktop-stage .writing-excerpt {
        font-size: clamp(14px, 1.1cqw, 24px);
      }

      .desktop-stage .writing-credits-label {
        font-size: clamp(10px, 0.75cqw, 16px);
      }

      .desktop-stage .writing-credits-menu {
        width: 15.22694cqw;
        margin-top: 0.87848cqw;
        padding: 0.73206cqw 0.87848cqw 0.87848cqw;
      }

      .desktop-stage .writing-credits-menu .writing-credits-list,
      .desktop-stage .writing-credits-menu .writing-credits-empty {
        font-size: clamp(11px, 0.9cqw, 20px);
      }

      .desktop-stage .writing-credits-menu .writing-credits-row {
        gap: 0.73206cqw;
      }

      .desktop-stage .writing-hidden-link {
        --writing-plus-extra-space: 7.02782cqw;
        font-size: clamp(12px, 0.9cqw, 18px);
      }
    }
  }
}
