:root {
  --cursor-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M5 3L5 22L10.2 17.2L13.3 24.4L16.7 23L13.6 15.8L20.8 15.8L5 3Z' fill='%23ff5dc4' stroke='%23080808' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") 5 3;
  --turquoise: #60deb4;
  --turquoise-soft: #b8f2d7;
  --turquoise-dark: #2d9b77;
  --pink: #ff5dc4;
  --pink-deep: #7a184d;
  --charcoal: #1b1c21;
  --charcoal-soft: #24262d;
  --charcoal-panel: #2d3039;
  --black: #080808;
  --white: #f7f2f6;
  --border: 1px solid rgba(96, 222, 180, 0.16);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
  --radius: 26px;
  --font-display: "Futura", "Avenir Next", "Century Gothic", sans-serif;
  --font-body: "Avenir Next", "Helvetica Neue", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  cursor: var(--cursor-arrow), auto;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: #4fc79f;
  cursor: var(--cursor-arrow), auto;
  background:
    radial-gradient(circle at top right, rgba(255, 93, 196, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(96, 222, 180, 0.04), transparent 26%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 72px
    ),
    linear-gradient(90deg, #16171b 0%, #26282e 24%, #17181c 50%, #25272d 76%, #15161a 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
  cursor: var(--cursor-arrow), pointer;
}

button {
  cursor: var(--cursor-arrow), pointer;
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--pink);
}

.lead {
  margin: 0;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(131, 216, 201, 0.86);
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem clamp(1.2rem, 3vw, 2.5rem);
}

.brand-lockup {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--turquoise);
  pointer-events: none;
  cursor: var(--cursor-arrow), auto;
}

.utility-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.utility-nav a {
  padding: 0.72rem 1rem;
  border: var(--border);
  border-radius: 999px;
  background: rgba(14, 15, 18, 0.84);
  color: var(--turquoise-soft);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.utility-nav a:hover,
.utility-nav a:focus-visible {
  color: var(--pink);
  border-color: rgba(255, 93, 196, 0.55);
  background: rgba(24, 25, 29, 0.96);
  transform: translateY(-1px);
}

.room-topbar-mobile-clone {
  display: none !important;
}

.landing-page {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
}

.museum-stage {
  height: 100dvh;
  min-height: 100dvh;
  padding: 0;
}

.museum-facade {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 93, 196, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(96, 222, 180, 0.04), transparent 26%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 72px
    ),
    linear-gradient(90deg, #2a0f18 0%, #4a1627 24%, #32111d 50%, #5a1a2d 76%, #260d16 100%);
}

.museum-interior {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 31vw);
}

.museum-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 3vh, 2.2rem);
  min-height: 100vh;
  text-align: center;
  justify-self: center;
  width: min(100%, 980px);
  padding: clamp(2rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
}

.museum-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--turquoise);
  text-shadow:
    1px 1px 0 rgba(23, 78, 69, 0.88),
    2px 2px 0 rgba(18, 61, 54, 0.72),
    5px 7px 16px rgba(9, 11, 13, 0.24);
}

.museum-title-small {
  display: block;
  font-size: clamp(1.25rem, 2.15vw, 1.8rem);
  letter-spacing: 0.08em;
  transform: translateY(-15px);
}

.museum-title-large {
  display: block;
  max-width: none;
  font-size: clamp(4.8rem, 9vw, 9.2rem);
  letter-spacing: 0.08em;
}

.museum-subtitle {
  margin: -0.1rem 0 0;
  font-size: clamp(0.98rem, 1.6vw, 1.18rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgba(169, 239, 231, 0.84);
}

.door-zone {
  --landing-door-width: min(144px, 19.5vw);
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  gap: 0;
  padding-top: 2.4rem;
}

.door-enter-label {
  position: absolute;
  top: calc(1.55rem - 15px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow:
    1px 1px 0 rgba(122, 28, 85, 0.88),
    2px 2px 0 rgba(89, 20, 62, 0.72),
    5px 7px 16px rgba(9, 11, 13, 0.24);
}

.door-frame {
  width: var(--landing-door-width);
  aspect-ratio: 0.78;
  padding: 0.27rem 0.27rem 0;
  border: 1px solid rgba(8, 8, 8, 0.24);
  border-bottom: 0;
  background: rgba(8, 8, 8, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  perspective: 1100px;
}

.museum-door {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 93, 196, 0.86);
  background: linear-gradient(180deg, #178c6d, #082d26);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.museum-door:hover,
.museum-door:focus-visible {
  border-color: rgba(255, 125, 212, 0.96);
  box-shadow:
    0 0 0 2px rgba(255, 125, 212, 0.24),
    0 0 28px rgba(255, 125, 212, 0.8);
}

.museum-door::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ff70b3, var(--pink));
  transform-origin: left center;
  z-index: 1;
}

.museum-door::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(96, 222, 180, 0.35), transparent 42%),
    linear-gradient(180deg, #136f58, #04181b 78%);
}

.door-knob {
  position: absolute;
  right: 1rem;
  top: 52%;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #3f4249, #1a1b20);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(8, 8, 8, 0.35);
  z-index: 2;
}

.door-plate {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 222, 180, 0.22);
  background: rgba(8, 8, 8, 0.84);
  color: var(--turquoise);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.museum-staircase {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 0.7rem);
  gap: 0;
  margin-top: 0;
}

.museum-staircase span {
  position: relative;
  display: block;
  height: 1.65rem;
  background: linear-gradient(180deg, var(--step-top), var(--step-bottom));
  box-shadow:
    inset 0 -2px 0 rgba(14, 86, 75, 0.28),
    0 6px 0 var(--step-face),
    0 11px 18px rgba(0, 0, 0, 0.16),
    0 0 18px rgba(96, 222, 180, 0.22),
    0 0 34px rgba(96, 222, 180, 0.12);
}

.museum-staircase span::before,
.museum-staircase span::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0.7rem;
}

.museum-staircase span::before {
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, var(--step-face), var(--step-face-shadow));
}

.museum-staircase span::after {
  right: -0.7rem;
  width: 0.7rem;
  background: linear-gradient(180deg, var(--step-side), var(--step-face-shadow));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}

.museum-staircase span:nth-child(1) {
  width: var(--landing-door-width);
  --step-top: #a9ffe7;
  --step-bottom: #78eccc;
  --step-face: #45c8ad;
  --step-side: #58dbc0;
  --step-face-shadow: #1f7464;
}

.museum-staircase span:nth-child(2) {
  width: calc(var(--landing-door-width) + 3.5rem);
  --step-top: #9df9de;
  --step-bottom: #6cdcbc;
  --step-face: #40bda3;
  --step-side: #50ceb4;
  --step-face-shadow: #1c6b5d;
}

.museum-staircase span:nth-child(3) {
  width: calc(var(--landing-door-width) + 7rem);
  --step-top: #91f0d5;
  --step-bottom: #60cdb1;
  --step-face: #3aaf96;
  --step-side: #49c0a7;
  --step-face-shadow: #195f54;
}

.museum-staircase span:nth-child(4) {
  width: calc(var(--landing-door-width) + 10.5rem);
  --step-top: #84e6cb;
  --step-bottom: #54bfa4;
  --step-face: #35a18a;
  --step-side: #40b299;
  --step-face-shadow: #175448;
}

.museum-staircase span:nth-child(5) {
  width: calc(var(--landing-door-width) + 14rem);
  --step-top: #76dcc0;
  --step-bottom: #49b095;
  --step-face: #30927c;
  --step-side: #39a38a;
  --step-face-shadow: #15483e;
}

.museum-staircase span:nth-child(6) {
  width: calc(var(--landing-door-width) + 17.5rem);
  --step-top: #69d2b8;
  --step-bottom: #40a287;
  --step-face: #2b846f;
  --step-side: #32927d;
  --step-face-shadow: #124037;
}

.museum-staircase span:nth-child(7) {
  width: calc(var(--landing-door-width) + 21rem);
  --step-top: #5ec8af;
  --step-bottom: #38967f;
  --step-face: #257967;
  --step-side: #2b8571;
  --step-face-shadow: #10372f;
}

.museum-staircase span:nth-child(8) {
  width: calc(var(--landing-door-width) + 24.5rem);
  --step-top: #52bda5;
  --step-bottom: #318874;
  --step-face: #216d5d;
  --step-side: #267867;
  --step-face-shadow: #0f2f29;
}

.museum-staircase span:nth-child(9) {
  width: calc(var(--landing-door-width) + 28rem);
  --step-top: #46b29c;
  --step-bottom: #2a7a69;
  --step-face: #1d6455;
  --step-side: #216f5e;
  --step-face-shadow: #0d2823;
}

.museum-staircase span:nth-child(10) {
  width: calc(var(--landing-door-width) + 31.5rem);
  --step-top: #3ca892;
  --step-bottom: #236d5d;
  --step-face: #1a594c;
  --step-side: #1d6354;
  --step-face-shadow: #0b231f;
}

.museum-staircase span:nth-child(11) {
  width: calc(var(--landing-door-width) + 35rem);
  --step-top: #339d88;
  --step-bottom: #1e604f;
  --step-face: #174e42;
  --step-side: #1a584a;
  --step-face-shadow: #0a1e1b;
}

.museum-staircase span:last-child {
  width: min(calc(var(--landing-door-width) + 45.5rem), 100%);
  --step-top: #1c7b69;
  --step-bottom: #0f302c;
  --step-face: #0c2422;
  --step-side: #0f2b29;
  --step-face-shadow: #050a0a;
  box-shadow: inset 0 -2px 0 rgba(14, 86, 75, 0.22);
}

.museum-window-panel {
  min-height: 100vh;
}

.museum-window-frame {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.museum-window-video {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: contain;
  object-position: top center;
}

.museum-window-panel video {
  max-height: none;
}

.elevator-main,
.gallery-main {
  padding: 0 clamp(1.2rem, 3vw, 2.5rem) 2.4rem;
  background: #2b2e36;
}

.elevator-page {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #2b2e36;
}

.elevator-page .site-header {
  padding: 0.9rem clamp(1rem, 2.5vw, 2rem) 0.6rem;
}

.elevator-page .elevator-main {
  height: calc(100vh - 76px);
  padding: 0 clamp(1rem, 2.5vw, 2rem) 0.9rem;
  display: grid;
  align-items: start;
}

.elevator-cabin {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at top right, rgba(255, 93, 196, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(96, 222, 180, 0.02), transparent 30%),
    linear-gradient(180deg, rgba(42, 44, 50, 0.995), rgba(20, 21, 26, 0.998));
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(560px, 640px);
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}

.elevator-page .elevator-cabin {
  max-height: 100%;
  height: 100%;
  padding: 0.8rem;
  gap: 0.75rem;
}

.cabin-side {
  min-height: 100%;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 0.35rem;
}

.cabin-copy,
.elevator-panel,
.gallery-card {
  border: var(--border);
  border-radius: var(--radius);
  background: rgba(13, 14, 17, 0.84);
}

.cabin-copy {
  padding: 1.5rem;
}

.elevator-page .cabin-copy {
  max-width: 210px;
  justify-self: center;
  padding: 0.8rem 0.85rem;
}

.elevator-page .eyebrow {
  margin-bottom: 0.35rem;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
}

.cabin-copy h1,
.gallery-hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.elevator-page .cabin-copy h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
}

.elevator-page .lead {
  font-size: 0.82rem;
  line-height: 1.35;
}

.elevator-lead-mobile {
  display: none;
}

.elevator-side-door {
  display: grid;
  width: 210px;
  align-self: end;
  justify-items: start;
  justify-self: start;
  gap: 0.5rem;
  margin-top: auto;
  margin-left: 0;
  padding-bottom: 0;
  transform: translateX(-45px);
}

.elevator-side-door-frame {
  width: 129px;
  aspect-ratio: 0.52;
  padding: 0.27rem 0.27rem 0;
  border: 1px solid rgba(8, 8, 8, 0.24);
  border-bottom: 0;
  background: rgba(8, 8, 8, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.elevator-side-door-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 93, 196, 0.86);
  background: linear-gradient(180deg, #178c6d, #082d26);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.elevator-side-door-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ff70b3, var(--pink));
  z-index: 1;
}

.elevator-side-door-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(96, 222, 180, 0.35), transparent 42%),
    linear-gradient(180deg, #136f58, #04181b 78%);
}

.elevator-side-door-knob {
  position: absolute;
  right: 1rem;
  top: 52%;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #3f4249, #1a1b20);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(8, 8, 8, 0.35);
  z-index: 2;
}

.elevator-side-door-label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink);
}

.elevator-side-door-link:hover,
.elevator-side-door-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 125, 212, 0.96);
  box-shadow:
    0 0 0 2px rgba(255, 125, 212, 0.24),
    0 0 28px rgba(255, 125, 212, 0.8);
}

.elevator-panel {
  width: min(100%, 620px);
  justify-self: center;
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(46, 48, 54, 0.96), rgba(20, 21, 26, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -24px 40px rgba(0, 0, 0, 0.22);
}

.elevator-page .elevator-panel {
  width: min(100%, 760px);
  padding: 0.85rem;
  border-color: rgba(96, 222, 180, 0.3);
  box-shadow:
    0 0 0 1px rgba(96, 222, 180, 0.16),
    0 0 24px rgba(96, 222, 180, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -24px 40px rgba(0, 0, 0, 0.22);
}

.panel-head,
.monitor-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(96, 222, 180, 0.14);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.elevator-page .panel-head {
  margin-bottom: 0.55rem;
  padding-bottom: 0.5rem;
}

.panel-direction {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.panel-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  filter: drop-shadow(0 0 8px rgba(255, 93, 196, 0.22));
}

.panel-arrow-up {
  border-left: 0.34rem solid transparent;
  border-right: 0.34rem solid transparent;
  border-bottom: 0.54rem solid var(--pink);
}

.panel-arrow-down {
  border-left: 0.34rem solid transparent;
  border-right: 0.34rem solid transparent;
  border-top: 0.54rem solid var(--turquoise);
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.75rem;
}

.elevator-page .button-grid {
  gap: 0.5rem 0.65rem;
}

.floor-button-centered {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, calc(50% - 0.325rem));
}

.floor-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 82px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.06), rgba(255, 93, 196, 0.06)),
    linear-gradient(180deg, rgba(27, 29, 34, 0.96), rgba(13, 14, 18, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 -10px 18px rgba(0, 0, 0, 0.16);
  cursor: var(--cursor-arrow), pointer;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.elevator-page .floor-button {
  min-height: 74px;
  padding: 0.45rem 0.65rem;
  border-radius: 16px;
}

.floor-button:hover,
.floor-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 93, 196, 0.48);
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.1), rgba(255, 93, 196, 0.11)),
    linear-gradient(180deg, rgba(32, 34, 40, 0.98), rgba(16, 17, 21, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -10px 18px rgba(0, 0, 0, 0.16),
    0 8px 24px rgba(0, 0, 0, 0.22);
}

.floor-button.is-travelling {
  opacity: 0.6;
  pointer-events: none;
}

.elevator-return.is-travelling {
  opacity: 0.6;
  pointer-events: none;
}

.floor-number {
  display: inline-grid;
  place-items: center;
  justify-self: end;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 93, 196, 0.32);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 50% 44%, rgba(255, 93, 196, 0.08), transparent 52%),
    linear-gradient(180deg, rgba(42, 44, 52, 0.98), rgba(12, 13, 17, 0.98));
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -5px 10px rgba(0, 0, 0, 0.32),
    inset 0 0 0 0.18rem rgba(4, 4, 6, 0.24),
    0 3px 8px rgba(0, 0, 0, 0.26);
  transition:
    background 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.floor-name {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--turquoise-soft);
  line-height: 1.35;
  padding-right: 0.25rem;
  cursor: inherit;
}

.floor-number {
  cursor: inherit;
}

.ground-floor .floor-number {
  color: var(--turquoise);
  border-color: rgba(96, 222, 180, 0.34);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 50% 44%, rgba(96, 222, 180, 0.08), transparent 52%),
    linear-gradient(180deg, rgba(42, 44, 52, 0.98), rgba(12, 13, 17, 0.98));
}

.floor-button:hover .floor-number,
.floor-button:focus-visible .floor-number {
  background: var(--pink);
  color: var(--black);
  border-color: rgba(255, 93, 196, 0.86);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.ground-floor:hover .floor-number,
.ground-floor:focus-visible .floor-number {
  background: var(--turquoise);
  color: var(--black);
  border-color: rgba(96, 222, 180, 0.88);
  box-shadow:
    0 0 0 2px rgba(96, 222, 180, 0.18),
    0 0 22px rgba(96, 222, 180, 0.62);
}

.door-transition-target {
  overflow: hidden;
  cursor: var(--cursor-arrow), auto;
}

.door-transition-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.door-transition-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50.5%;
  cursor: var(--cursor-arrow), auto;
  background:
    linear-gradient(180deg, rgba(96, 222, 180, 0.08), rgba(40, 18, 24, 0.18) 28%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      rgba(41, 23, 29, 0.96) 1px,
      rgba(41, 23, 29, 0.96) 72px
    ),
    linear-gradient(180deg, rgba(54, 30, 38, 0.995), rgba(12, 9, 11, 0.995));
  will-change: transform;
  backface-visibility: hidden;
}

.door-transition-panel--left {
  left: 0;
  transform: translateX(-101%);
  border-right: 2px solid rgba(96, 222, 180, 0.28);
  box-shadow: 0 0 18px rgba(96, 222, 180, 0.16);
}

.door-transition-panel--right {
  right: 0;
  transform: translateX(101%);
  border-left: 2px solid rgba(96, 222, 180, 0.28);
  box-shadow: 0 0 18px rgba(96, 222, 180, 0.16);
}

.door-transition-target .door-transition-panel--left,
.door-transition-target .door-transition-panel--right {
  transform: translateX(0);
}

.gallery-main {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gallery-hero {
  padding: 1.4rem 0 1.2rem;
}

.meet-artist-hero {
  padding-top: 0.45rem;
  padding-bottom: 0.7rem;
}

.meet-artist-page {
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 93, 196, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(96, 222, 180, 0.05), transparent 24%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 72px
    ),
    linear-gradient(180deg, #083d39, #062a2a 52%, #041d20);
}

.meet-artist-page .site-header {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.meet-artist-page .gallery-main {
  height: calc(100vh - 78px);
  display: grid;
  align-content: start;
  padding-top: 0;
  padding-bottom: 0.75rem;
}

.gift-shop-message {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  line-height: 1.45;
  max-width: 34ch;
}

.gift-shop-note {
  font-weight: 700;
}

.gift-shop-layout {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(16rem, 33%) minmax(0, 1fr) minmax(240px, 28vw);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.gift-shop-layout .gallery-hero {
  grid-column: 1;
  max-width: none;
  transform: translateY(-5px);
}

.elevator-floor-page:not(.painting-studio-page) .gallery-hero {
  transform: translateY(-5px);
}

.gift-shop-window {
  grid-column: 3;
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 1;
  justify-self: start;
  align-self: center;
  margin-top: clamp(2.2rem, 6vh, 4rem);
  margin-left: clamp(-0.6rem, -1.5vw, -1.2rem);
}

.gift-shop-window-sky {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #030406;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.55);
}

.gift-shop-window-frame {
  position: absolute;
  inset: 0;
  border-top: 12px solid #ff86c3;
  border-left: 12px solid #ff7cbe;
  border-right: 12px solid #c92f86;
  border-bottom: 12px solid #a61f6d;
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.08),
    0 0 14px rgba(255, 93, 196, 0.33),
    inset 2px 2px 0 rgba(255, 206, 233, 0.32),
    inset -3px -3px 0 rgba(103, 10, 54, 0.42);
  pointer-events: none;
}

.gift-shop-window-frame::before,
.gift-shop-window-frame::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #ff86c3, #ff5dc4 42%, #b32174 100%);
  box-shadow:
    0 0 9px rgba(255, 93, 196, 0.25),
    inset 1px 1px 0 rgba(255, 214, 237, 0.28),
    inset -1px -1px 0 rgba(94, 8, 48, 0.4);
}

.gift-shop-window-frame::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 12px;
  transform: translateX(-50%);
}

.gift-shop-window-frame::after {
  left: 0;
  right: 0;
  top: 50%;
  height: 12px;
  transform: translateY(-50%);
}

.gift-shop-dot {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 1),
    0 0 36px rgba(255, 255, 255, 0.72),
    0 0 58px rgba(255, 255, 255, 0.4);
  opacity: 0.85;
  animation: gift-shop-dot-float 9s ease-in-out infinite alternate;
}

.gift-shop-dot-a {
  top: 15%;
  left: 19%;
  animation-duration: 8.2s;
}

.gift-shop-dot-b {
  top: 28%;
  left: 69%;
  animation-duration: 10.6s;
  animation-delay: -1.8s;
}

.gift-shop-dot-c {
  top: 61%;
  left: 22%;
  animation-duration: 11.4s;
  animation-delay: -3.2s;
}

.gift-shop-dot-d {
  top: 74%;
  left: 76%;
  animation-duration: 9.8s;
  animation-delay: -4.1s;
}

.gift-shop-dot-e {
  top: 43%;
  left: 47%;
  animation-duration: 12.1s;
  animation-delay: -2.4s;
}

.gift-shop-dot-f {
  top: 19%;
  left: 82%;
  animation-duration: 8.9s;
  animation-delay: -5.4s;
}

.gift-shop-dot-g {
  top: 82%;
  left: 36%;
  animation-duration: 10.9s;
  animation-delay: -6.1s;
}

.gift-shop-dot-h {
  top: 55%;
  left: 86%;
  animation-duration: 9.4s;
  animation-delay: -2.7s;
}

@keyframes gift-shop-dot-float {
  0% {
    transform: translate3d(-6px, -5px, 0) scale(0.92);
    opacity: 0.7;
  }

  50% {
    transform: translate3d(7px, 6px, 0) scale(1.08);
    opacity: 1;
  }

  100% {
    transform: translate3d(-8px, 9px, 0) scale(0.96);
    opacity: 0.78;
  }
}

.meet-artist-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(360px, 1fr);
  gap: 1rem;
  align-items: start;
}

.artist-photo-card,
.artist-sign {
  margin: 0;
  border: var(--border);
  border-radius: var(--radius);
  background: rgba(13, 14, 17, 0.84);
  overflow: hidden;
}

.artist-photo-card {
  min-height: 100%;
}

.artist-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: center;
}

.artist-sign {
  padding: 0.35rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.artist-sign-name,
.artist-sign-role {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.artist-sign-name {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 0.96;
  letter-spacing: 0.06em;
  color: var(--turquoise);
}

.artist-sign-role {
  margin-top: 0.8rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(96, 222, 180, 0.16);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--pink);
}

.artist-sign-copy {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

.artist-sign-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(169, 239, 231, 0.8);
}

.room-page:not(.painting-studio-page) {
  height: 100vh;
  overflow: hidden;
  background: #2b2e36;
}

.room-page:not(.painting-studio-page) .room-main {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: grid;
  align-items: stretch;
  background: #2b2e36;
}

.room-page:not(.painting-studio-page) .room-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  background: #2b2e36;
}

.room-page:not(.painting-studio-page) .room-scene {
  --room-ceiling-height: clamp(36px, 9vh, 84px);
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: var(--room-ceiling-height) minmax(0, 1fr);
  background: #2b2e36;
}

.room-page:not(.painting-studio-page) .room-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 1.1rem 0.45rem;
  background: linear-gradient(180deg, rgba(40, 43, 51, 0.98), rgba(24, 26, 32, 0.98));
}

.room-page:not(.painting-studio-page) .room-topbar .brand-lockup {
  color: var(--turquoise);
}

.room-page:not(.painting-studio-page) .room-topbar .utility-nav {
  gap: 0.55rem;
}

.room-page:not(.painting-studio-page) .room-topbar .utility-nav a {
  padding: 0.55rem 0.8rem;
  border-color: rgba(96, 222, 180, 0.18);
  background: rgba(18, 19, 24, 0.74);
  color: var(--turquoise-soft);
}

.room-page:not(.painting-studio-page) .room-topbar .utility-nav a:hover,
.room-page:not(.painting-studio-page) .room-topbar .utility-nav a:focus-visible {
  color: var(--pink);
  border-color: rgba(255, 93, 196, 0.42);
  background: rgba(30, 17, 24, 0.88);
}

.room-page:not(.painting-studio-page) .room-ceiling {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  margin: 0;
  background: #2b2e36;
  clip-path: none;
}

.room-page:not(.painting-studio-page) .room-floor {
  display: none;
}

.room-page:not(.painting-studio-page) .room-side-wall {
  display: none;
}

.room-page:not(.painting-studio-page) .room-side-wall-left {
  display: none;
}

.room-page:not(.painting-studio-page) .room-side-wall-right {
  display: none;
}

.room-page:not(.painting-studio-page) .room-back-wall {
  grid-column: 1;
  grid-row: 2;
  z-index: 2;
  overflow: visible;
  background: #2b2e36;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.room-page:not(.painting-studio-page) .room-wall-content {
  height: 100%;
  padding: clamp(3.8rem, 9vh, 4.8rem) clamp(1.25rem, 2vw, 1.8rem) clamp(1rem, 2vh, 1.5rem);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(16rem, 33%) minmax(0, 1fr);
  align-content: start;
}

.room-page:not(.painting-studio-page):not(.elevator-room-page) .room-wall-content {
  padding-top: clamp(2.2rem, 5vh, 2.9rem);
}

.room-page:not(.painting-studio-page) .gallery-hero {
  grid-column: 1;
  padding: 0 0 1rem;
  align-self: start;
  width: 100%;
  max-width: none;
  margin-left: -20px;
  padding-left: 20px;
}

/* Quick edit guide:
   - Room title size: change `font-size` in `.room-page:not(.painting-studio-page):not(.elevator-room-page) .gallery-hero h1`
   - Room body text size: change `font-size` in `.room-page:not(.painting-studio-page):not(.elevator-room-page) .gallery-hero .lead`
   - Optical Gallery subtitle width: change `max-width` in `.optical-gallery-page .gallery-hero .lead`
   - Elevator panel vertical position: change `margin-top` in `.room-page.elevator-room-page .elevator-panel`
*/
.room-page:not(.painting-studio-page):not(.elevator-room-page) .gallery-hero h1 {
  margin: 0.2rem 0 0.7rem;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 0.94;
  letter-spacing: 0.06em;
}

.room-page:not(.painting-studio-page):not(.elevator-room-page) .gallery-hero .lead {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(184, 242, 215, 0.82);
}

.life-studies-page .room-wall-content {
  position: relative;
  width: max-content;
  min-width: 100%;
  padding-right: 60px;
  background: #2b2e36;
  grid-template-columns: minmax(16rem, 18rem) max-content max-content;
  column-gap: clamp(1rem, 2vw, 1.6rem);
  row-gap: clamp(0.8rem, 1.8vh, 1.2rem);
}

.room-page.life-studies-page .room-main {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  justify-items: start;
}

.room-page.life-studies-page .room-shell {
  width: max-content;
  min-width: 100%;
  display: block;
}

.life-studies-page .room-scene {
  width: max-content;
  min-width: 100%;
  justify-self: start;
}

.life-studies-page .room-back-wall {
  overflow: visible;
}

.life-studies-page .life-studies-left-grid {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 30px;
  width: fit-content;
  margin-top: 0.75rem;
  transform: translate(10px, -45px);
}

.life-studies-page .life-studies-statement-button {
  width: auto;
  min-height: 0;
  display: inline-grid;
  place-items: center;
  justify-self: start;
  margin-top: 0.65rem;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgba(158, 173, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 26%),
    linear-gradient(180deg, rgba(55, 59, 68, 0.98), rgba(24, 26, 33, 0.99));
  color: var(--turquoise);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  cursor: var(--cursor-arrow), pointer;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 140ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.life-studies-page .life-studies-statement-button:hover,
.life-studies-page .life-studies-statement-button:focus-visible {
  border-color: rgba(192, 206, 216, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(0, 0, 0, 0.26),
    0 0 18px rgba(160, 173, 186, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.life-studies-page .life-studies-statement-button:active {
  transform: translateY(2px);
}

.life-studies-page .life-studies-large-grid {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  width: fit-content;
  margin-top: 0;
  margin-left: -190px;
}

.life-studies-page .life-studies-right-stack {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: fit-content;
  transform: translate(-25px, 40px);
}

.life-studies-page .life-studies-right-row {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: start;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: fit-content;
  margin-top: 60px;
  margin-left: 270px;
  padding-right: 2rem;
}

.life-studies-page .life-studies-small-grid {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  justify-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: clamp(0.65rem, 1.2vw, 0.9rem);
  width: fit-content;
  margin-top: 0.65rem;
  transform: translateX(0);
}

.life-studies-page .life-studies-placeholder {
  position: relative;
  width: auto;
  padding: 0;
  transform: translate(var(--art-offset-x, 0px), var(--art-offset-y, 0px)) scale(var(--art-scale, 1));
  transform-origin: top left;
  border: 1px solid rgba(158, 173, 184, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 28%),
    linear-gradient(180deg, rgba(104, 110, 121, 0.95), rgba(56, 60, 68, 0.98));
  color: rgba(232, 236, 240, 0.92);
  font: inherit;
  display: grid;
  place-items: center;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  cursor: var(--cursor-arrow), pointer;
  transition:
    box-shadow 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.life-studies-page .life-studies-placeholder:hover,
.life-studies-page .life-studies-placeholder:focus-visible {
  border-color: rgba(96, 222, 180, 0.28);
  box-shadow:
    0 0 22px rgba(96, 222, 180, 0.38),
    0 14px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.life-studies-page .life-studies-placeholder:active {
  transform: translate(var(--art-offset-x, 0px), calc(var(--art-offset-y, 0px) + 2px)) scale(var(--art-scale, 1));
}

.life-studies-page .life-studies-placeholder span {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.life-studies-page .life-studies-placeholder--image {
  padding: clamp(0.35rem, 0.9vw, 0.6rem);
  border: 1px solid rgba(96, 222, 180, 0.2);
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
    rgba(10, 11, 14, 0.9);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  place-items: stretch;
}

.life-studies-page
  .life-studies-placeholder--image[data-image="/assets/life-studies-1-skeleton.jpg"] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.life-studies-page .life-studies-placeholder-art {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.life-studies-page .life-studies-placeholder--image:hover,
.life-studies-page .life-studies-placeholder--image:focus-visible {
  border-color: rgba(96, 222, 180, 0.2);
  box-shadow:
    0 0 22px rgba(96, 222, 180, 0.38),
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.life-studies-page .life-studies-placeholder-label {
  position: absolute;
  top: 0.55rem;
  left: 0.65rem;
  z-index: 1;
  padding: 0.18rem 0.42rem;
  border: 1px solid rgba(96, 222, 180, 0.12);
  background: rgba(7, 9, 11, 0.78);
  color: rgba(232, 236, 240, 0.92);
}

.life-studies-page .life-studies-placeholder-label {
  display: none;
}

.life-studies-page .life-studies-placeholder--large {
  flex: 0 0 auto;
  height: clamp(15.5rem, 27vw, 19rem);
  aspect-ratio: var(--art-ratio, 1 / 1);
}

.life-studies-page .life-studies-large-grid .life-studies-placeholder--large {
  height: calc(clamp(15.5rem, 27vw, 19rem) - 20px);
}

.life-studies-page .life-studies-right-row .life-studies-placeholder {
  flex: 0 0 auto;
  height: calc((clamp(15.5rem, 27vw, 19rem) - 20px) * 1.1);
  aspect-ratio: var(--art-ratio, 1 / 1);
  transform: none;
}

.life-studies-page .life-studies-placeholder--small {
  flex: 0 0 auto;
  height: calc(clamp(7.4rem, 12.5vw, 8.9rem) + var(--box-height-adjust, 0px));
  aspect-ratio: var(--art-ratio, 1 / 1);
}

.life-studies-page .life-studies-placeholder--left {
  height: calc(clamp(7.4rem, 12.5vw, 8.9rem) + 30px);
}

.life-studies-page .life-studies-placeholder--bridge {
  position: relative;
}

.life-studies-page .life-studies-placeholder--small span {
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
}

.life-studies-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.life-studies-page.life-studies-artwork-open .life-studies-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.life-studies-page.life-studies-statement-open .life-studies-statement-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.life-studies-lightbox-panel {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.85fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.life-studies-page.life-studies-artwork-open .life-studies-lightbox-panel {
  transform: translateY(0) scale(1);
}

.life-studies-page.life-studies-statement-open .life-studies-statement-panel {
  transform: translateY(0) scale(1);
}

.life-studies-lightbox-art {
  min-height: 0;
  display: grid;
  place-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.life-studies-lightbox.has-gallery .life-studies-lightbox-art {
  min-height: min(calc(62vh - 30px), calc(100vh - 16rem - 30px));
}

.life-studies-lightbox-frame {
  width: fit-content;
  max-width: 100%;
  height: auto;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.life-studies-lightbox-viewport {
  width: 100%;
  overflow: hidden;
}

.life-studies-lightbox.has-gallery .life-studies-lightbox-frame {
  width: min(100%, 560px);
}

.life-studies-lightbox[data-active-artwork="skeleton-study"].has-gallery .life-studies-lightbox-frame {
  width: min(100%, 390px);
}

.life-studies-lightbox-track {
  position: relative;
  min-height: 0;
}

.life-studies-lightbox-slide {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.life-studies-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 560px);
  max-height: 72vh;
  object-fit: contain;
  background: rgba(9, 11, 15, 0.98);
}

.life-studies-lightbox.has-gallery .life-studies-lightbox-image {
  max-height: min(62vh, calc(100vh - 16rem));
}

.life-studies-lightbox-turn {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 93, 196, 0.42);
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.94);
  color: var(--pink);
  font: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 93, 196, 0.08),
    0 0 16px rgba(255, 93, 196, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.life-studies-lightbox-turn[hidden] {
  display: none !important;
}

.life-studies-lightbox-turn:hover,
.life-studies-lightbox-turn:focus-visible {
  border-color: rgba(255, 93, 196, 0.42);
  background: var(--pink);
  color: var(--black);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.life-studies-lightbox-turn--prev:hover,
.life-studies-lightbox-turn--prev:focus-visible,
.life-studies-lightbox-turn--next:hover,
.life-studies-lightbox-turn--next:focus-visible {
  transform: translateY(-2px);
}

.life-studies-lightbox-turn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.life-studies-lightbox-turn-icon {
  font-size: 2rem;
  line-height: 1;
}

.life-studies-lightbox-copy {
  align-self: center;
  display: grid;
  gap: 0.8rem;
}

.life-studies-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.life-studies-lightbox-description {
  margin: 0;
  line-height: 1.7;
  color: rgba(169, 239, 231, 0.82);
}

.life-studies-lightbox-description p {
  margin: 0;
}

.editorial-design-page .room-wall-content {
  position: relative;
  grid-template-columns: minmax(15rem, 30%) minmax(0, 1fr);
  column-gap: clamp(1.5rem, 2.5vw, 2.4rem);
  align-items: start;
}

.editorial-design-page .gallery-hero {
  max-width: 17rem;
}

.editorial-design-page .gallery-hero .lead {
  width: calc(100% - 20px);
  max-width: calc(17rem - 20px);
}

.room-page.scientific-works-page .room-wall-content {
  --visual-communication-shift-x: 250px;
  --visual-communication-layout-extension: 360px;
  --vc-shelf-stack-center-x: calc(50% + clamp(7rem, 9vw, 8.75rem) - 480px - (var(--visual-communication-layout-extension) * 0.5));
  --vc-editorial-card-width: calc((min(100%, calc(28.3125rem + 55px)) - (2 * (calc(clamp(0.95rem, 1.4vw, 1.35rem) + 20px)))) / 3);
  --vc-sos-card-width: calc(var(--vc-editorial-card-width) - 10px);
  --vc-editorial-card-left: calc(100% - 408px);
  --vc-editorial-card-top: calc(1.2rem + 106px);
  width: var(--visual-communication-base-wall-width);
  max-width: var(--visual-communication-base-wall-width);
  justify-self: start;
  overflow: visible;
}

.room-page.scientific-works-page .room-main {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  justify-items: start;
}

.room-page.scientific-works-page .room-shell {
  width: max-content;
  min-width: 100%;
  display: block;
}

.room-page.scientific-works-page .room-scene {
  --visual-communication-extension: 140px;
  --visual-communication-base-wall-width: calc(100vw - (var(--room-side-width) * 2));
  width: calc(var(--visual-communication-base-wall-width) + (var(--room-side-width) * 2) + var(--visual-communication-extension));
}

.room-page.scientific-works-page .room-back-wall {
  overflow: visible;
}

.scientific-works-page .gallery-hero .lead {
  width: calc(100% - 55px);
}

.scientific-works-page .room-topbar {
  justify-content: flex-start;
}

.scientific-works-page .room-topbar .utility-nav {
  margin-left: 1rem;
}

.scientific-works-page .educational-window {
  position: absolute;
  top: calc(1.2rem + 95px);
  right: calc(1.8rem + 140px + var(--visual-communication-layout-extension) - var(--visual-communication-shift-x));
  width: clamp(178px, 14vw + 50px, 218px);
  aspect-ratio: 1;
  z-index: 1;
  transform: translateX(60px);
}

.scientific-works-page .visual-communication-sos-cover {
  display: block;
  position: absolute;
  top: auto;
  bottom: calc(clamp(2.2rem, 5vh, 3rem) + 118px);
  left: calc(var(--vc-shelf-stack-center-x) + (var(--vc-sos-card-width) * 0.5) + 120px - (var(--vc-sos-card-width) / 2));
  width: var(--vc-sos-card-width);
  aspect-ratio: 1650 / 2550;
  margin: 0;
  padding: clamp(0.35rem, 0.75vw, 0.55rem);
  border: 1px solid rgba(96, 222, 180, 0.22);
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
    rgba(10, 11, 14, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  align-self: auto;
  z-index: 2;
  cursor: var(--cursor-arrow), pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.scientific-works-page .visual-communication-sos-cover:hover,
.scientific-works-page .visual-communication-sos-cover:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(96, 222, 180, 0.34);
  box-shadow:
    0 0 22px rgba(96, 222, 180, 0.38),
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.scientific-works-page .visual-communication-sos-cover:active {
  transform: translateY(0);
}

.scientific-works-page .visual-communication-sos-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(9, 11, 15, 0.98);
}

.scientific-works-page .educational-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.35rem);
  width: min(100%, 50rem);
  margin: 48px auto 0 0;
  transform: translateX(calc(18px + var(--visual-communication-shift-x)));
}

.scientific-works-page .educational-artwork-frame {
  margin: 0;
  width: 100%;
  align-self: start;
  padding: clamp(0.35rem, 0.75vw, 0.55rem);
  border: 1px solid rgba(96, 222, 180, 0.22);
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
    rgba(10, 11, 14, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.scientific-works-page .educational-artwork-frame--maple {
  width: calc(100% + 100px);
}

.scientific-works-page .educational-artwork-frame--yccr {
  position: relative;
  top: 8px;
  left: -238px;
  width: calc(100% - 5px);
  justify-self: center;
}

.scientific-works-page .educational-artwork-frame--social {
  width: calc(100% + 40px);
}

.scientific-works-page .educational-artwork-position--maple {
  position: relative;
  top: 183px;
  left: -268px;
}

.scientific-works-page .educational-artwork-position--social {
  position: relative;
  top: -17px;
  left: 180px;
}

.scientific-works-page .educational-artwork-frame--wtfback {
  position: relative;
  top: 240px;
  left: -140px;
  width: calc(100% + 100px);
}

.scientific-works-page .educational-artwork-button {
  display: block;
  border: 1px solid rgba(96, 222, 180, 0.22);
  cursor: var(--cursor-arrow), pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.scientific-works-page .educational-artwork-button:hover,
.scientific-works-page .educational-artwork-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(96, 222, 180, 0.34);
  box-shadow:
    0 0 22px rgba(96, 222, 180, 0.38),
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.scientific-works-page .educational-artwork-button:active {
  transform: translateY(0);
}

.scientific-works-page .educational-artwork-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.educational-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.scientific-works-page.educational-artwork-open .educational-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.educational-lightbox .listening-lightbox-art {
  min-height: 0;
}

.educational-lightbox.has-gallery .listening-lightbox-art {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.scientific-works-page.educational-artwork-open .educational-lightbox-panel {
  transform: translateY(0) scale(1);
}

.educational-lightbox-frame {
  width: fit-content;
  height: auto;
  max-width: 100%;
}

.educational-lightbox:not(.has-gallery) .educational-lightbox-viewport {
  width: auto;
}

.educational-lightbox:not(.has-gallery) .educational-lightbox-track {
  display: inline-block;
}

.educational-lightbox.has-gallery .educational-lightbox-frame {
  width: min(100%, 560px);
}

.educational-lightbox-viewport {
  width: 100%;
  overflow: hidden;
}

.educational-lightbox-track {
  position: relative;
  min-height: 0;
}

.educational-lightbox-slide {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.educational-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 500px);
  max-height: 72vh;
  object-fit: contain;
  background: transparent;
}

.educational-lightbox.has-gallery .educational-lightbox-image {
  max-width: min(100%, 560px);
  max-height: min(62vh, calc(100vh - 16rem));
}

.educational-lightbox-turn {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 93, 196, 0.42);
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.94);
  color: var(--pink);
  font: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 93, 196, 0.08),
    0 0 16px rgba(255, 93, 196, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.educational-lightbox-turn[hidden] {
  display: none !important;
}

.educational-lightbox-turn:hover,
.educational-lightbox-turn:focus-visible {
  border-color: rgba(255, 93, 196, 0.86);
  background: var(--pink);
  color: var(--black);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.educational-lightbox-turn--prev:hover,
.educational-lightbox-turn--prev:focus-visible,
.educational-lightbox-turn--next:hover,
.educational-lightbox-turn--next:focus-visible {
  transform: translateY(-2px);
}

.educational-lightbox-turn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.educational-lightbox-turn-icon {
  font-size: 2rem;
  line-height: 1;
}

.scientific-works-page .educational-display-shelf {
  position: absolute;
  left: calc(var(--vc-shelf-stack-center-x) + var(--visual-communication-shift-x) + 280px);
  bottom: calc(clamp(2.2rem, 5vh, 3rem) + 140px);
  z-index: 1;
  width: clamp(152px, 15vw + 20px, 210px);
  height: 42px;
  transform: translateX(-50%);
  pointer-events: none;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.28));
}

.scientific-works-page .educational-display-shelf--sos-right {
  left: calc(var(--vc-shelf-stack-center-x) - 30px);
  bottom: calc(clamp(2.2rem, 5vh, 3rem) + 128px);
}

.scientific-works-page .educational-display-shelf-art {
  position: absolute;
  left: 50%;
  bottom: 37px;
  width: clamp(92px, 8vw + 20px, 116px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: auto;
}

.scientific-works-page .educational-display-shelf-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.28));
}

.scientific-works-page .educational-display-shelf-art:hover,
.scientific-works-page .educational-display-shelf-art:focus-visible {
  transform: translateX(-50%);
  border: 0;
  box-shadow:
    0 0 28px rgba(96, 222, 180, 0.42),
    0 0 42px rgba(96, 222, 180, 0.24),
    0 12px 24px rgba(0, 0, 0, 0.24);
}

.scientific-works-page .educational-display-shelf::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 16px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8, 10, 12, 0.34) 0%, rgba(8, 10, 12, 0.18) 48%, rgba(8, 10, 12, 0) 78%);
  transform: translateY(6px);
  filter: blur(4px);
  opacity: 0.95;
}

.scientific-works-page .educational-display-shelf-board {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  height: 6px;
  border: 1px solid rgba(96, 222, 180, 0.18);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(166, 229, 209, 0.12), rgba(166, 229, 209, 0) 38%),
    linear-gradient(90deg, rgba(30, 37, 43, 0.98), rgba(59, 94, 88, 0.96) 34%, rgba(39, 56, 54, 0.98) 68%, rgba(22, 27, 32, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(210, 248, 234, 0.18),
    inset 0 -2px 0 rgba(16, 20, 24, 0.42),
    0 6px 10px rgba(0, 0, 0, 0.16);
}

.scientific-works-page .educational-display-shelf-board::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: -9px;
  height: 9px;
  border: 1px solid rgba(96, 222, 180, 0.14);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background:
    linear-gradient(180deg, rgba(218, 255, 242, 0.22), rgba(128, 190, 176, 0.18) 55%, rgba(46, 70, 68, 0.18)),
    linear-gradient(90deg, rgba(69, 104, 98, 0.96), rgba(111, 170, 156, 0.92) 42%, rgba(70, 103, 99, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(232, 255, 245, 0.14),
    0 1px 0 rgba(12, 16, 19, 0.18);
  clip-path: polygon(0 100%, 100% 100%, 94% 0, 6% 0);
  opacity: 0.98;
}

.scientific-works-page .educational-display-shelf-board::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 4px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(180deg, rgba(33, 42, 46, 0.98), rgba(16, 20, 24, 0.98));
}

.scientific-works-page .educational-display-shelf-support {
  position: absolute;
  top: 12px;
  width: 10px;
  height: 24px;
  border: 1px solid rgba(96, 222, 180, 0.14);
  border-radius: 0 0 6px 6px;
  background:
    linear-gradient(180deg, rgba(69, 97, 92, 0.96), rgba(30, 39, 44, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(210, 248, 234, 0.08),
    0 4px 8px rgba(0, 0, 0, 0.14);
}

.scientific-works-page .educational-display-shelf-support::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 2px;
  height: 14px;
  transform: translateX(-50%);
  background: rgba(15, 20, 23, 0.34);
}

.scientific-works-page .educational-display-shelf-support--left {
  left: 28px;
}

.scientific-works-page .educational-display-shelf-support--right {
  right: 28px;
}

.scientific-works-page .visual-communication-shelf-statement-button {
  position: absolute;
  left: calc(var(--vc-shelf-stack-center-x) - 30px);
  bottom: calc(clamp(2.2rem, 5vh, 3rem) + 72px);
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 2;
}

.scientific-works-page .visual-communication-shelf-statement-button:hover,
.scientific-works-page .visual-communication-shelf-statement-button:focus-visible {
  transform: translateX(-50%);
}

.scientific-works-page .visual-communication-shelf-statement-button:active {
  transform: translateX(-50%) translateY(2px);
}

.scientific-works-page .graphic-design-description-statement-button {
  position: absolute;
  top: 198px;
  left: 0;
  margin: 0;
  z-index: 3;
}

.scientific-works-page.visual-communication-statement-open .visual-communication-statement-lightbox {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 900px) {
  .scientific-works-page .graphic-design-description-statement-button {
    top: 158px;
    left: 0;
  }
}

.scientific-works-page.visual-communication-statement-open .visual-communication-statement-panel {
  transform: translateY(0) scale(1);
}

.editorial-design-page .editorial-gallery-grid {
  grid-column: 2;
  align-self: center;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(clamp(0.95rem, 1.4vw, 1.35rem) + 20px);
  width: min(100%, calc(28.3125rem + 55px));
  margin: 50px auto 0 0;
  transform: translateX(15px);
}

.editorial-design-page .editorial-artwork-button {
  position: relative;
  width: 100%;
  aspect-ratio: 1650 / 2550;
  padding: clamp(0.35rem, 0.75vw, 0.55rem);
  border: 1px solid rgba(96, 222, 180, 0.22);
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
    rgba(10, 11, 14, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  cursor: var(--cursor-arrow), pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.editorial-design-page .editorial-artwork-button:hover,
.editorial-design-page .editorial-artwork-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(96, 222, 180, 0.34);
  box-shadow:
    0 0 22px rgba(96, 222, 180, 0.38),
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.editorial-design-page .editorial-artwork-button:active {
  transform: translateY(0);
}

.editorial-design-page .editorial-artwork-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(9, 11, 15, 0.98);
}

.editorial-design-page .editorial-display-shelf {
  position: absolute;
  left: calc(50% + clamp(7rem, 9vw, 8.75rem) - 430px);
  bottom: calc(clamp(2.2rem, 5vh, 3rem) + 30px);
  z-index: 1;
  width: clamp(132px, 15vw, 190px);
  height: 42px;
  transform: translateX(-50%);
  pointer-events: none;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.28));
}

.editorial-design-page .editorial-display-shelf::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 16px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8, 10, 12, 0.34) 0%, rgba(8, 10, 12, 0.18) 48%, rgba(8, 10, 12, 0) 78%);
  transform: translateY(6px);
  filter: blur(4px);
  opacity: 0.95;
}

.editorial-design-page .editorial-display-shelf-board {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  height: 6px;
  border: 1px solid rgba(96, 222, 180, 0.18);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(166, 229, 209, 0.12), rgba(166, 229, 209, 0) 38%),
    linear-gradient(90deg, rgba(30, 37, 43, 0.98), rgba(59, 94, 88, 0.96) 34%, rgba(39, 56, 54, 0.98) 68%, rgba(22, 27, 32, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(210, 248, 234, 0.18),
    inset 0 -2px 0 rgba(16, 20, 24, 0.42),
    0 6px 10px rgba(0, 0, 0, 0.16);
}

.editorial-design-page .editorial-display-shelf-board::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: -9px;
  height: 9px;
  border: 1px solid rgba(96, 222, 180, 0.14);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background:
    linear-gradient(180deg, rgba(218, 255, 242, 0.22), rgba(128, 190, 176, 0.18) 55%, rgba(46, 70, 68, 0.18)),
    linear-gradient(90deg, rgba(69, 104, 98, 0.96), rgba(111, 170, 156, 0.92) 42%, rgba(70, 103, 99, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(232, 255, 245, 0.14),
    0 1px 0 rgba(12, 16, 19, 0.18);
  clip-path: polygon(0 100%, 100% 100%, 94% 0, 6% 0);
  opacity: 0.98;
}

.editorial-design-page .editorial-display-shelf-board::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 4px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(180deg, rgba(33, 42, 46, 0.98), rgba(16, 20, 24, 0.98));
}

.editorial-design-page .editorial-display-shelf-support {
  position: absolute;
  top: 12px;
  width: 10px;
  height: 24px;
  border: 1px solid rgba(96, 222, 180, 0.14);
  border-radius: 0 0 6px 6px;
  background:
    linear-gradient(180deg, rgba(69, 97, 92, 0.96), rgba(30, 39, 44, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(210, 248, 234, 0.08),
    0 4px 8px rgba(0, 0, 0, 0.14);
}

.editorial-design-page .editorial-display-shelf-support::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 2px;
  height: 14px;
  transform: translateX(-50%);
  background: rgba(15, 20, 23, 0.34);
}

.editorial-design-page .editorial-display-shelf-support--left {
  left: 28px;
}

.editorial-design-page .editorial-display-shelf-support--right {
  right: 28px;
}

.editorial-design-page .editorial-statement-button {
  position: absolute;
  left: calc(50% + clamp(7rem, 9vw, 8.75rem) - 300px);
  bottom: calc(clamp(2.2rem, 5vh, 3rem) + 44px);
  z-index: 2;
}

.editorial-statement-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.editorial-design-page.editorial-statement-open .editorial-statement-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.editorial-statement-panel {
  width: min(650px, calc(100% - 2rem));
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.editorial-design-page.editorial-statement-open .editorial-statement-panel {
  transform: translateY(0) scale(1);
}

.editorial-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.editorial-design-page.editorial-artwork-open .editorial-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.editorial-lightbox-panel {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.8fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.editorial-design-page.editorial-artwork-open .editorial-lightbox-panel {
  transform: translateY(0) scale(1);
}

.editorial-lightbox-art {
  min-height: 0;
  display: grid;
  place-items: center;
}

.editorial-lightbox.has-gallery .editorial-lightbox-art {
  min-height: min(calc(62vh - 30px), calc(100vh - 16rem - 30px));
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.editorial-lightbox-frame {
  width: fit-content;
  max-width: 100%;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.editorial-lightbox-viewport {
  width: 100%;
  overflow: hidden;
}

.editorial-lightbox.has-gallery .editorial-lightbox-frame {
  width: min(100%, 560px);
}

.editorial-lightbox-track {
  position: relative;
  min-height: 0;
}

.editorial-lightbox-slide {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.editorial-lightbox-slide-label {
  position: absolute;
  top: 0.65rem;
  left: 0.7rem;
  z-index: 2;
  display: none;
  min-width: 2rem;
  padding: 0.22rem 0.5rem;
  border: 1px solid rgba(96, 222, 180, 0.16);
  background: rgba(7, 9, 11, 0.82);
  color: rgba(232, 236, 240, 0.92);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.editorial-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 500px);
  max-height: 72vh;
  object-fit: contain;
  background: rgba(9, 11, 15, 0.98);
}

.editorial-lightbox.has-gallery .editorial-lightbox-image {
  max-width: min(100%, 560px);
  max-height: min(62vh, calc(100vh - 16rem));
}

.editorial-lightbox-turn {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 93, 196, 0.42);
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.94);
  color: var(--pink);
  font: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 93, 196, 0.08),
    0 0 16px rgba(255, 93, 196, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.editorial-lightbox-turn[hidden] {
  display: none !important;
}

.editorial-lightbox-turn:hover,
.editorial-lightbox-turn:focus-visible {
  border-color: rgba(255, 93, 196, 0.86);
  background: var(--pink);
  color: var(--black);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.editorial-lightbox-turn--prev:hover,
.editorial-lightbox-turn--prev:focus-visible,
.editorial-lightbox-turn--next:hover,
.editorial-lightbox-turn--next:focus-visible {
  transform: translateY(-2px);
}

.editorial-lightbox-turn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.editorial-lightbox-turn-icon {
  font-size: 2rem;
  line-height: 1;
}

.editorial-lightbox-copy {
  align-self: center;
  display: grid;
  gap: 0.8rem;
}

.editorial-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.5vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.editorial-lightbox-description {
  margin: 0;
  line-height: 1.7;
  color: rgba(169, 239, 231, 0.82);
}

.editorial-lightbox-description p {
  margin: 0;
}

.optical-gallery-page .gallery-hero .lead {
  max-width: calc(18.5ch + 50px);
}

.listening-room-page .listening-room-description {
  max-width: calc(var(--listening-word-width, 18ch) + 115px);
  transform: translateY(-7px);
}

.listening-room-page .room-scene {
  --room-floor-height: clamp(72px, 16vh, 150px);
}

.listening-room-page .gallery-hero {
  display: grid;
  justify-items: start;
  gap: 0.85rem;
  transform: translateY(-5px);
}

.listening-room-page .gallery-hero > * {
  margin: 0;
}

.listening-room-page .listening-room-statement-button,
.editorial-design-page .editorial-statement-button,
.scientific-works-page .educational-statement-button,
.elevator-page .elevator-contact-button {
  width: auto;
  min-height: 0;
  display: inline-grid;
  place-items: center;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgba(158, 173, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 26%),
    linear-gradient(180deg, rgba(55, 59, 68, 0.98), rgba(24, 26, 33, 0.99));
  color: var(--turquoise);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  cursor: var(--cursor-arrow), pointer;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 140ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.listening-room-page .listening-room-statement-button:hover,
.listening-room-page .listening-room-statement-button:focus-visible,
.editorial-design-page .editorial-statement-button:hover,
.editorial-design-page .editorial-statement-button:focus-visible,
.scientific-works-page .educational-statement-button:hover,
.scientific-works-page .educational-statement-button:focus-visible,
.elevator-page .elevator-contact-button:hover,
.elevator-page .elevator-contact-button:focus-visible {
  border-color: rgba(192, 206, 216, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(0, 0, 0, 0.26),
    0 0 18px rgba(160, 173, 186, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.listening-room-page .listening-room-statement-button:active,
.editorial-design-page .editorial-statement-button:active,
.scientific-works-page .educational-statement-button:active,
.elevator-page .elevator-contact-button:active {
  transform: translateY(2px);
}

.scientific-works-page .visual-communication-shelf-statement-button:hover,
.scientific-works-page .visual-communication-shelf-statement-button:focus-visible {
  transform: translateX(-50%);
}

.scientific-works-page .visual-communication-shelf-statement-button:active {
  transform: translateX(-50%) translateY(2px);
}

.elevator-page .elevator-contact-button {
  margin-top: 0.95rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.24),
    0 0 14px rgba(160, 173, 186, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.elevator-page .elevator-contact-lightbox .listening-statement-panel {
  width: min(720px, calc(100% - 2rem));
}

.listening-room-page .listening-room-spotify-button {
  width: clamp(68px, 7vw, 82px);
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: var(--cursor-arrow), pointer;
  transition: transform 140ms ease;
}

.listening-room-page .listening-room-spotify-button svg {
  width: 100%;
  height: auto;
  overflow: visible;
  filter:
    drop-shadow(0 0 12px rgba(96, 222, 180, 0.18))
    drop-shadow(0 0 24px rgba(96, 222, 180, 0.12));
  transition: filter 180ms ease;
}

.listening-room-page .listening-room-spotify-button .spotify-disc {
  fill: #58c0a6;
}

.listening-room-page .listening-room-spotify-button .spotify-wave {
  fill: none;
  stroke: rgba(16, 18, 21, 0.92);
  stroke-linecap: round;
  stroke-width: 6;
}

.listening-room-page .listening-room-spotify-button:hover svg,
.listening-room-page .listening-room-spotify-button:focus-visible svg {
  filter:
    drop-shadow(0 0 18px rgba(96, 222, 180, 0.28))
    drop-shadow(0 0 34px rgba(96, 222, 180, 0.22));
}

.listening-room-page .listening-room-spotify-button:active {
  transform: translateY(2px) scale(0.97);
}

.listening-room-page .listening-room-platform-control {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 0.8rem;
}

.listening-room-page .listening-room-platform-hover-label {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--pink);
  text-shadow:
    0 0 8px rgba(255, 93, 196, 0.38),
    0 0 16px rgba(255, 93, 196, 0.22);
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  pointer-events: none;
  white-space: nowrap;
}

.listening-room-page .listening-room-platform-hover-label em {
  font-style: italic;
}

.listening-room-page .listening-room-platform-control:hover .listening-room-platform-hover-label,
.listening-room-page .listening-room-platform-control:focus-within .listening-room-platform-hover-label {
  opacity: 1;
  transform: translateX(0);
}

.listening-room-page .listening-room-apple-button {
  width: clamp(68px, 7vw, 82px);
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: var(--cursor-arrow), pointer;
  transition: transform 140ms ease;
}

.listening-room-page .listening-room-apple-button img {
  width: calc(82% - 9px);
  height: auto;
  display: block;
  transform: translateY(-10px);
  filter:
    brightness(0.9)
    saturate(0.84)
    drop-shadow(0 0 12px rgba(96, 222, 180, 0.18))
    drop-shadow(0 0 24px rgba(96, 222, 180, 0.12));
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.listening-room-page .listening-room-apple-button:hover img,
.listening-room-page .listening-room-apple-button:focus-visible img {
  transform: translateY(-10px);
  filter:
    brightness(0.9)
    saturate(0.84)
    drop-shadow(0 0 18px rgba(96, 222, 180, 0.28))
    drop-shadow(0 0 34px rgba(96, 222, 180, 0.22));
}

.listening-room-page .listening-room-apple-button:active {
  transform: translateY(2px) scale(0.97);
}

.listening-room-page .listening-room-installation-grid {
  grid-column: 2;
  align-self: start;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(clamp(0.7rem, 1.4vw, 1rem) + 40px);
  width: min(100%, clamp(490px, 48vw, 605px));
  margin-top: 1.2rem;
}

.listening-room-page .listening-room-installation-unit {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 1rem;
}

.listening-room-page .listening-room-installation {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  margin: 0;
  padding: clamp(0.35rem, 0.9vw, 0.6rem);
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
    rgba(10, 11, 14, 0.9);
  border: 1px solid rgba(96, 222, 180, 0.2);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.listening-room-page .listening-room-installation-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: var(--cursor-arrow), pointer;
  transition: box-shadow 180ms ease;
}

.listening-room-page .listening-room-installation-button:hover,
.listening-room-page .listening-room-installation-button:focus-visible {
  box-shadow: 0 0 22px rgba(96, 222, 180, 0.38);
}

.listening-room-page .listening-room-installation img {
  width: 100%;
  display: block;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.listening-room-page .listening-room-headphone-button {
  width: clamp(84px, 9vw, 102px);
  display: inline-grid;
  place-items: center;
  margin-top: 0.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--turquoise-dark);
  cursor: var(--cursor-arrow), pointer;
  --hp-shell: #175745;
  --hp-pad: #0a241d;
  --hp-stem: #2e8f74;
  --hp-shadow: rgba(4, 15, 12, 0.9);
  transition: transform 120ms ease;
}

.listening-room-page .listening-room-headphone-control {
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  min-height: 1.9rem;
}

.listening-room-page .listening-room-headphone-button svg {
  width: 100%;
  height: auto;
  overflow: visible;
  filter:
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 10px rgba(96, 222, 180, 0.16));
  transition: filter 180ms ease;
}

.listening-room-page .listening-room-headphone-button .headphone-band-shadow {
  fill: none;
  stroke: var(--hp-shadow);
  stroke-linecap: round;
  stroke-width: 9;
}

.listening-room-page .listening-room-headphone-button .headphone-band {
  fill: none;
  stroke: var(--hp-shell);
  stroke-linecap: round;
  stroke-width: 7;
}

.listening-room-page .listening-room-headphone-button .headphone-stem {
  fill: none;
  stroke: var(--hp-stem);
  stroke-linecap: round;
  stroke-width: 3.8;
}

.listening-room-page .listening-room-headphone-button .headphone-cup-shadow {
  fill: var(--hp-shadow);
}

.listening-room-page .listening-room-headphone-button .headphone-cup-shell {
  fill: var(--hp-shell);
  stroke: rgba(3, 12, 10, 0.74);
  stroke-width: 1.1;
}

.listening-room-page .listening-room-headphone-button .headphone-cup-pad {
  fill: var(--hp-pad);
}

.listening-room-page .listening-room-headphone-button:hover,
.listening-room-page .listening-room-headphone-button:focus-visible {
  --hp-shell: #20725b;
  --hp-pad: #113129;
  --hp-stem: #43b28d;
}

.listening-room-page .listening-room-headphone-button:hover svg,
.listening-room-page .listening-room-headphone-button:focus-visible svg {
  filter:
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 16px rgba(96, 222, 180, 0.28))
    drop-shadow(0 0 28px rgba(96, 222, 180, 0.18));
}

.listening-room-page .listening-room-headphone-button:active {
  transform: translateY(2px) scale(0.97);
  --hp-shell: #124334;
  --hp-pad: #0d221c;
  --hp-stem: #286f59;
}

.listening-room-page .listening-room-headphone-button:active svg {
  filter:
    drop-shadow(0 7px 14px rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 12px rgba(96, 222, 180, 0.18));
}

.listening-room-page .listening-room-headphone-hover-label {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--turquoise);
  text-shadow:
    0 0 8px rgba(96, 222, 180, 0.32),
    0 0 16px rgba(96, 222, 180, 0.18);
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  pointer-events: none;
  white-space: nowrap;
}

.listening-room-page .listening-room-headphone-control:hover .listening-room-headphone-hover-label,
.listening-room-page .listening-room-headphone-control:focus-within .listening-room-headphone-hover-label {
  opacity: 1;
  transform: translateY(0);
}

.listening-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.listening-room-page.listening-artwork-open .listening-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.listening-statement-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.listening-room-page.listening-statement-open .listening-statement-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.elevator-page.elevator-contact-open .elevator-contact-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.listening-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 5, 8, 0.8);
  cursor: var(--cursor-arrow), pointer;
}

.listening-lightbox-panel {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.85fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.listening-room-page.listening-artwork-open .listening-lightbox-panel {
  transform: translateY(0) scale(1);
}

.listening-statement-panel {
  position: relative;
  width: min(760px, calc(100% - 2rem));
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.listening-room-page.listening-statement-open .listening-statement-panel {
  transform: translateY(0) scale(1);
}

.elevator-page.elevator-contact-open .listening-statement-panel {
  transform: translateY(0) scale(1);
}

.listening-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(96, 222, 180, 0.16);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.84);
  color: var(--pink);
  font: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: var(--cursor-arrow), pointer;
}

.listening-lightbox-art {
  min-height: 420px;
}

.listening-lightbox-frame {
  height: 100%;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.listening-statement-frame {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.listening-lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 72vh;
  object-fit: contain;
  background: rgba(9, 11, 15, 0.98);
}

.listening-lightbox-copy {
  align-self: center;
  display: grid;
  gap: 0.8rem;
}

.listening-lightbox-copy.is-elevated {
  transform: translateY(-20px);
}

.listening-lightbox-copy.is-centered {
  justify-items: start;
  text-align: left;
}

.listening-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.listening-statement-frame h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.3vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.listening-lightbox-copy.has-nowrap-title h2 {
  white-space: nowrap;
  font-size: clamp(1.6rem, 2.1vw, 2.6rem);
}

.listening-lightbox-description {
  margin: 0;
  line-height: 1.7;
  color: rgba(169, 239, 231, 0.82);
}

.listening-statement-copy {
  display: grid;
  gap: 1rem;
  color: rgba(169, 239, 231, 0.82);
  line-height: 1.75;
}

.listening-statement-copy p {
  margin: 0;
}

.listening-lightbox-year {
  margin: -0.25rem 0 0;
  color: var(--pink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listening-lightbox-description p,
.listening-lightbox-description ol {
  margin: 0;
}

.listening-lightbox-track-heading {
  margin-top: calc(0.6rem + 5px);
  color: var(--turquoise);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.listening-lightbox-track-list {
  padding-left: 1.4rem;
}

.listening-lightbox-copy.is-centered .listening-lightbox-track-list {
  padding-left: 1.4rem;
  list-style-position: outside;
}

.listening-lightbox-track-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 1.8rem;
  justify-content: start;
  align-items: start;
}

.listening-lightbox-track-columns .listening-lightbox-track-list {
  text-align: left;
}

.listening-lightbox-track-list li + li {
  margin-top: 0.22rem;
}

.room-page.meet-artist-room-page .room-wall-content {
  position: relative;
  padding-top: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.room-page.meet-artist-room-page .room-main {
  overflow-x: hidden;
  overflow-y: hidden;
  justify-items: stretch;
}

.room-page.meet-artist-room-page .room-shell {
  width: 100%;
  min-height: 100%;
  display: grid;
}

.room-page.meet-artist-room-page .gallery-hero {
  transform: translateY(20px);
}

.room-page.meet-artist-room-page .gallery-hero.meet-artist-photo-only {
  transform: none;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  padding: 0;
}

.room-page.experimental-studio-page .room-main {
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  justify-items: start;
}

.experimental-studio-page,
.experimental-studio-page *,
.experimental-studio-page *::before,
.experimental-studio-page *::after {
  cursor: var(--cursor-arrow), auto;
}

.room-page.experimental-studio-page .room-shell {
  width: 100%;
  min-width: 0;
  display: grid;
  place-items: center;
}

.room-page.experimental-studio-page .room-scene {
  --experimental-base-wall-width: calc(100vw - (var(--room-side-width) * 2));
  width: 100%;
}

.room-page.experimental-studio-page .room-wall-content {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: visible;
}

.room-page.experimental-studio-page .room-back-wall {
  overflow: hidden;
}

.room-page .room-topbar .utility-nav {
  margin-left: 0;
}

.experimental-studio-display {
  position: absolute;
  left: calc(36% - 30px);
  top: 50%;
  display: flex;
  gap: 2rem;
  align-items: center;
  transform: translateY(-50%);
}

.experimental-studio-piece--hero {
  display: block;
  width: 245px;
  margin-left: 40px;
  margin-top: calc(1rem + 25px);
}

.experimental-studio-row {
  display: flex;
  gap: calc(1.15rem + 20px);
  align-items: center;
}

.experimental-studio-row--top .experimental-studio-piece {
  width: 255px;
}

.experimental-studio-row--top .experimental-studio-piece--compact {
  width: 185px;
  flex: 0 0 185px;
}

.experimental-studio-piece-cluster {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.experimental-studio-piece-cluster--mid {
  gap: calc(1rem + 10px);
}

.experimental-studio-piece-cluster-top {
  display: flex;
  gap: calc(1.15rem + 20px);
  align-items: center;
  transform: translateY(-10px);
}

.experimental-studio-piece-cluster-top--mid {
  gap: calc(0.8rem + 10px);
  transform: none;
}

.experimental-studio-piece-cluster-bottom {
  display: flex;
  justify-content: center;
}

.experimental-studio-piece-cluster-bottom--lowered {
  padding-top: 10px;
}

.experimental-studio-row--grid {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: calc(1.15rem + 20px);
}

.experimental-studio-piece {
  position: relative;
  width: 180px;
  margin: 0;
  padding: 0.42rem;
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.experimental-studio-piece--small {
  width: 140px;
}

.experimental-studio-piece--large {
  width: 205px;
}

.experimental-studio-piece--compact {
  width: 185px;
  flex: 0 0 185px;
}

.experimental-studio-piece--half {
  width: 163px;
  flex: 0 0 163px;
}

.experimental-studio-piece--offset-right {
  margin-left: 20px;
}

.experimental-studio-piece--offset-up {
  margin-top: -10px;
}

.experimental-studio-artwork {
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.experimental-studio-artwork:hover,
.experimental-studio-artwork:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 93, 196, 0.38);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 93, 196, 0.16),
    0 0 22px rgba(255, 93, 196, 0.22),
    0 0 28px rgba(96, 222, 180, 0.18);
}

.experimental-studio-artwork.is-active {
  transform: translateY(-4px) scale(1.02);
}

.experimental-studio-piece img {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(9, 11, 15, 0.98);
}

.experimental-studio-piece-media {
  position: relative;
  display: block;
}

.experimental-studio-piece-number {
  display: none;
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  z-index: 2;
  min-width: 1.8rem;
  padding: 0.2rem 0.38rem;
  border: 1px solid rgba(96, 222, 180, 0.22);
  background: rgba(8, 10, 14, 0.82);
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.experimental-studio-page.experimental-studio-artwork-open .experimental-studio-artwork:not(.is-active) {
  opacity: 0.32;
  filter: blur(1px);
}

.experimental-studio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.experimental-studio-page.experimental-studio-artwork-open .experimental-studio-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.experimental-studio-lightbox-panel {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.85fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.experimental-studio-page.experimental-studio-artwork-open .experimental-studio-lightbox-panel {
  transform: translateY(0) scale(1);
}

.experimental-studio-lightbox-art {
  min-height: 0;
  display: grid;
  place-items: center;
}

.experimental-studio-lightbox-copy {
  align-self: center;
  display: grid;
  gap: 0.8rem;
}

.experimental-studio-lightbox-frame {
  width: fit-content;
  max-width: 100%;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.experimental-studio-lightbox-image {
  display: block;
  max-width: min(100%, 560px);
  max-height: min(72vh, calc(100vh - 12rem));
  width: auto;
  height: auto;
  background: rgba(9, 11, 15, 0.98);
}

.experimental-studio-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  line-height: 0.96;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.experimental-studio-lightbox-description {
  margin: 0;
  color: rgba(184, 242, 215, 0.82);
  line-height: 1.7;
}

.experimental-studio-lightbox-description p {
  margin: 0;
}

.portraits-page .room-wall-content {
  position: relative;
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
  justify-self: start;
  overflow: visible;
}

.room-page.portraits-page .room-main {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  justify-items: start;
}

.room-page.portraits-page .room-shell {
  width: max-content;
  min-width: 100%;
  display: block;
}

.portraits-page .room-scene {
  width: calc(100% + 200px);
  justify-self: start;
}

.portraits-gallery {
  grid-column: 2;
  align-self: start;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  width: 22rem;
  gap: 1rem;
  margin-top: 2.6rem;
  margin-right: 1rem;
  position: relative;
  transform: translate(-335px, -15px);
  z-index: 3;
  pointer-events: auto;
}

.portraits-artwork {
  width: 160px;
  margin: 0;
  padding: 0.42rem;
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: inherit;
  pointer-events: auto;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.portraits-artwork--pete-right {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  width: 190px;
  z-index: 3;
}

.portraits-secondary-title {
  position: absolute;
  left: calc(100% + 295px);
  top: 0;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 0.94;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--turquoise);
  z-index: 3;
  white-space: nowrap;
}

.portraits-experimental-stack {
  position: absolute;
  left: calc(100% + 295px);
  top: calc(7.35rem - 25px);
  display: grid;
  gap: 1rem;
  z-index: 3;
}

.portraits-experimental-stack-row {
  display: flex;
  gap: 1rem;
  align-items: start;
}

.portraits-experimental-stack-row--single {
  justify-content: center;
}

.portraits-artwork--experimental {
  width: 165px;
  flex: 0 0 165px;
}

.portraits-experimental-column {
  position: absolute;
  left: calc(100% + 770px);
  top: calc(7.35rem - 65px);
  display: flex;
  gap: 0.85rem;
  align-items: start;
  z-index: 3;
}

.portraits-experimental-column-pair {
  display: grid;
  gap: 1rem;
}

.portraits-experimental-column-rest {
  display: flex;
  gap: 0.85rem;
  align-items: start;
}

.portraits-experimental-freeform {
  position: relative;
  width: 760px;
  height: 430px;
}

.portraits-artwork--experimental-free {
  position: absolute;
}

.portraits-artwork--experimental-extra {
  width: 150px;
  flex: 0 0 150px;
}

.portraits-artwork:hover,
.portraits-artwork:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 93, 196, 0.38);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 93, 196, 0.16),
    0 0 22px rgba(255, 93, 196, 0.22),
    0 0 28px rgba(96, 222, 180, 0.18);
}

.portraits-artwork.is-active {
  transform: translateY(-4px) scale(1.02);
}

.portraits-artwork img {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(9, 11, 15, 0.98);
}

.portraits-page.portraits-artwork-open .portraits-artwork:not(.is-active) {
  opacity: 0.32;
  filter: blur(1px);
}

.portraits-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.portraits-page.portraits-artwork-open .portraits-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.portraits-lightbox-panel {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.85fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.portraits-page.portraits-artwork-open .portraits-lightbox-panel {
  transform: translateY(0) scale(1);
}

.portraits-lightbox-art {
  min-height: 0;
  display: grid;
  place-items: center;
}

.portraits-lightbox-frame {
  width: fit-content;
  max-width: 100%;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  overflow: hidden;
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.portraits-lightbox-image {
  display: block;
  max-width: min(100%, 560px);
  max-height: min(72vh, calc(100vh - 12rem));
  width: auto;
  height: auto;
  background: rgba(9, 11, 15, 0.98);
}

.portraits-lightbox-copy {
  align-self: center;
  display: grid;
  gap: 0.8rem;
}

.portraits-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  line-height: 0.96;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.portraits-lightbox-description {
  margin: 0;
  color: rgba(184, 242, 215, 0.82);
  line-height: 1.7;
  display: block;
}

.portraits-lightbox-description p {
  margin: 0;
}

.portraits-lightbox-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 93, 196, 0.72);
  border-radius: 999px;
  background: rgba(255, 93, 196, 0.9);
  color: rgba(13, 14, 18, 0.98);
  text-decoration: none;
  line-height: 1.2;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.portraits-lightbox-link:hover,
.portraits-lightbox-link:focus-visible {
  background: rgba(255, 112, 204, 0.96);
  color: rgba(13, 14, 18, 0.98);
}

.room-page.optical-gallery-page .room-wall-content {
  position: relative;
  width: var(--optical-base-wall-width);
  max-width: var(--optical-base-wall-width);
  overflow: visible;
}

.room-page.optical-gallery-page .room-main {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  justify-items: start;
}

.room-page.optical-gallery-page .room-shell {
  width: max-content;
  min-width: 100%;
  display: block;
}

.room-page.optical-gallery-page .room-scene {
  --optical-base-wall-width: calc(100vw - (var(--room-side-width) * 2));
  width: calc(var(--optical-base-wall-width) + (var(--room-side-width) * 2) + 730px);
}

.room-page.optical-gallery-page .room-back-wall {
  overflow: visible;
}

.optical-gallery-window {
  grid-column: 2;
  position: relative;
  width: min(100%, 195px);
  aspect-ratio: 1;
  justify-self: end;
  align-self: start;
  margin-top: calc(clamp(1.8rem, 5vh, 2.8rem) - 25px);
  margin-right: clamp(0rem, 0.5vw, 0.4rem);
  transform: translateX(-12px);
}

.optical-gallery-window-panel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #030406;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.55);
}

.optical-gallery-window-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.15);
}

.optical-gallery-window-frame {
  position: absolute;
  inset: 0;
  border-top: 12px solid #ff86c3;
  border-left: 12px solid #ff7cbe;
  border-right: 12px solid #c92f86;
  border-bottom: 12px solid #a61f6d;
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.08),
    0 0 14px rgba(255, 93, 196, 0.33),
    inset 2px 2px 0 rgba(255, 206, 233, 0.32),
    inset -3px -3px 0 rgba(103, 10, 54, 0.42);
  pointer-events: none;
}

.optical-gallery-artworks {
  position: absolute;
  inset: 0;
  pointer-events: auto;
}

.optical-gallery-artwork {
  position: absolute;
  margin: 0;
  pointer-events: auto;
  appearance: none;
  font: inherit;
  padding: 0.42rem;
  border-radius: 0;
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.optical-gallery-artwork:hover {
  border-color: rgba(96, 222, 180, 0.3);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(96, 222, 180, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.optical-gallery-artwork img {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(9, 11, 15, 0.98);
}

.optical-gallery-artwork-label {
  position: absolute;
  top: 0.55rem;
  left: 0.65rem;
  z-index: 1;
  padding: 0.18rem 0.42rem;
  border: 1px solid rgba(96, 222, 180, 0.12);
  background: rgba(7, 9, 11, 0.78);
  color: rgba(232, 236, 240, 0.92);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.optical-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.optical-gallery-page.optical-gallery-artwork-open .optical-gallery-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.optical-gallery-page.optical-gallery-statement-open .optical-gallery-statement-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.optical-gallery-lightbox-panel {
  position: relative;
  width: min(980px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.85fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.optical-gallery-page.optical-gallery-artwork-open .optical-gallery-lightbox-panel {
  transform: translateY(0) scale(1);
}

.optical-gallery-page.optical-gallery-statement-open .optical-gallery-statement-panel {
  transform: translateY(0) scale(1);
}

.optical-gallery-lightbox-art {
  min-height: 0;
  display: grid;
  place-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.optical-gallery-lightbox.has-gallery .optical-gallery-lightbox-art {
  min-height: min(calc(62vh - 30px), calc(100vh - 16rem - 30px));
}

.optical-gallery-lightbox-frame {
  width: fit-content;
  max-width: 100%;
  height: auto;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.optical-gallery-lightbox-viewport {
  width: 100%;
  overflow: hidden;
}

.optical-gallery-lightbox.has-gallery .optical-gallery-lightbox-frame {
  width: min(100%, 560px);
}

.optical-gallery-lightbox-track {
  position: relative;
  min-height: 0;
}

.optical-gallery-lightbox-slide {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.optical-gallery-lightbox-slide-label {
  display: none;
}

.optical-gallery-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 560px);
  max-height: 72vh;
  object-fit: contain;
  background: rgba(9, 11, 15, 0.98);
}

.optical-gallery-lightbox.has-gallery .optical-gallery-lightbox-image {
  max-height: min(62vh, calc(100vh - 16rem));
}

.optical-gallery-lightbox-turn {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 93, 196, 0.42);
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.94);
  color: var(--pink);
  font: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 93, 196, 0.08),
    0 0 16px rgba(255, 93, 196, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.optical-gallery-lightbox-turn[hidden] {
  display: none !important;
}

.optical-gallery-lightbox-turn:hover,
.optical-gallery-lightbox-turn:focus-visible {
  border-color: rgba(255, 93, 196, 0.86);
  background: var(--pink);
  color: var(--black);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.optical-gallery-lightbox-turn--prev:hover,
.optical-gallery-lightbox-turn--prev:focus-visible,
.optical-gallery-lightbox-turn--next:hover,
.optical-gallery-lightbox-turn--next:focus-visible {
  transform: translateY(-2px);
}

.optical-gallery-lightbox-turn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.optical-gallery-lightbox-turn-icon {
  font-size: 2rem;
  line-height: 1;
}

.optical-gallery-lightbox-copy {
  align-self: center;
  display: grid;
  gap: 0.8rem;
}

.optical-gallery-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.optical-gallery-lightbox-description {
  margin: 0;
  line-height: 1.7;
  color: rgba(169, 239, 231, 0.82);
}

.optical-gallery-lightbox-description p {
  margin: 0;
}

.optical-gallery-artwork--1 {
  left: calc(39% - 80px);
  top: 2.4rem;
  width: 186px;
}

.optical-gallery-artwork--1 .optical-gallery-artwork-label,
.optical-gallery-artwork--2 .optical-gallery-artwork-label,
.optical-gallery-artwork--3 .optical-gallery-artwork-label,
.optical-gallery-artwork--4 .optical-gallery-artwork-label,
.optical-gallery-artwork--5 .optical-gallery-artwork-label {
  display: none;
}

.optical-gallery-artwork--2 {
  right: calc(1.25rem + 30px);
  top: 18.8rem;
  width: 132px;
}

.optical-gallery-artwork--3 {
  left: calc(45.5% - 165px);
  top: calc(15.2rem - 20px);
  width: 142px;
}

.optical-gallery-artwork--4 {
  left: calc(45.5% + 22px);
  top: calc(15.2rem - 20px);
  width: 140px;
}

.optical-gallery-artwork--5 {
  left: calc(39% + 141px);
  top: calc(2.4rem + 4px);
  width: 184px;
}

.optical-gallery-video-wall {
  position: absolute;
  left: calc(100% + 10px);
  top: calc(14.2rem - 170px);
  width: min(60vw, 670px);
  z-index: 3;
  display: grid;
  justify-items: start;
  gap: 0.95rem;
}

.optical-gallery-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.optical-gallery-video-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(9, 11, 15, 0.98);
}

.optical-gallery-page .optical-gallery-statement-button {
  width: auto;
  min-height: 0;
  display: inline-grid;
  place-items: center;
  justify-self: start;
  margin-left: 25px;
  margin-top: 5px;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgba(158, 173, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 26%),
    linear-gradient(180deg, rgba(55, 59, 68, 0.98), rgba(24, 26, 33, 0.99));
  color: var(--turquoise);
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  cursor: var(--cursor-arrow), pointer;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    transform 140ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.optical-gallery-page .optical-gallery-statement-button:hover,
.optical-gallery-page .optical-gallery-statement-button:focus-visible {
  border-color: rgba(192, 206, 216, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(0, 0, 0, 0.26),
    0 0 18px rgba(160, 173, 186, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.optical-gallery-page .optical-gallery-statement-button:active {
  transform: translateY(2px);
}

.optical-gallery-guitar {
  position: absolute;
  right: calc(2.1rem + 70px);
  bottom: calc(4.2rem - 115px);
  width: 137px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  font: inherit;
  display: block;
  z-index: 4;
  cursor: inherit;
  transform: translateX(-150px);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.46));
  transition: filter 180ms ease, transform 180ms ease;
}

.optical-gallery-guitar:hover,
.optical-gallery-guitar:focus-visible {
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 14px rgba(96, 222, 180, 0.34));
}

.optical-gallery-guitar img {
  display: block;
  width: 100%;
  height: auto;
}

.room-page.optical-gallery-page .elevator-side-door {
  position: absolute;
  left: calc(clamp(1.25rem, 2vw, 1.8rem) + 5px);
  top: auto;
  bottom: 0;
  margin-top: 0;
  transform: translateX(0);
  justify-items: center;
}

.room-page.optical-gallery-page .elevator-side-door-frame {
  height: 168px;
  aspect-ratio: auto;
}

.room-page.optical-gallery-page .elevator-side-door-label {
  position: relative;
  left: 5px;
}

.room-page.experimental-studio-page .elevator-side-door {
  position: absolute;
  left: calc(clamp(1.25rem, 2vw, 1.8rem) + 5px);
  top: auto;
  bottom: 0;
  margin-top: 0;
  transform: translateX(0);
  justify-items: center;
  z-index: 3;
}

.room-page.experimental-studio-page .elevator-side-door-frame {
  height: 168px;
  aspect-ratio: auto;
}

.room-page.square-motion-lab-page .elevator-side-door {
  position: absolute;
  left: calc(clamp(1.25rem, 2vw, 1.8rem) + 15px);
  top: auto;
  bottom: 0;
  z-index: 3;
  margin-top: 0;
  transform: translateX(0);
  justify-items: center;
}

.room-page.square-motion-lab-page .elevator-side-door-frame {
  height: 168px;
  aspect-ratio: auto;
}

.room-page.square-motion-lab-page .elevator-side-door-label {
  position: relative;
  left: 5px;
}

.room-page.painting-squares-page .elevator-side-door {
  position: absolute;
  left: calc(clamp(1.25rem, 2vw, 1.8rem) + 15px);
  top: auto;
  bottom: 0;
  z-index: 3;
  margin-top: 0;
  transform: translateX(0);
  justify-items: center;
}

.room-page.painting-squares-page .elevator-side-door-frame {
  height: 168px;
  aspect-ratio: auto;
}

.room-page.painting-squares-page .elevator-side-door-label {
  position: relative;
  left: 4px;
}

.optical-gallery-roomtest-page .painting-room-viewport {
  background: linear-gradient(180deg, rgba(20, 22, 27, 0.99), rgba(9, 10, 14, 1));
}

.optical-gallery-roomtest-page .painting-room-shell::after {
  display: none;
}

.optical-gallery-roomtest-page .painting-room-wall-surface {
  overflow: visible;
  pointer-events: none;
}

.optical-gallery-roomtest-page .painting-room-view[data-wall-index="0"] .painting-room-wall-surface {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.12) 0, rgba(7, 9, 12, 0.015) 16%, rgba(7, 9, 12, 0.015) 84%, rgba(7, 9, 12, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(45, 48, 57, 0.995), rgba(25, 27, 33, 0.997));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -18px 28px rgba(0, 0, 0, 0.08);
}

.optical-gallery-roomtest-page .painting-room-view[data-wall-index="1"] .painting-room-wall-surface {
  pointer-events: none;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-backwall {
  position: absolute;
  top: var(--painting-ceiling-height);
  left: var(--painting-side-width);
  right: var(--painting-side-width);
  bottom: var(--painting-floor-height);
  z-index: 4;
  overflow: visible;
  pointer-events: auto;
  transform: translateZ(1px);
  transform-style: preserve-3d;
}

.optical-gallery-roomtest-page .painting-room-view[data-wall-index="0"] .optical-gallery-roomtest-backwall {
  opacity: 1;
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-hitlayer {
  position: absolute;
  top: var(--painting-ceiling-height);
  left: var(--painting-side-width);
  right: var(--painting-side-width);
  bottom: var(--painting-floor-height);
  z-index: 8;
  overflow: visible;
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 3;
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-hitcontent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  padding-top: clamp(2.2rem, 5vh, 2.9rem);
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-content.room-wall-content {
  padding-top: clamp(2.2rem, 5vh, 2.9rem);
  overflow: visible;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-content--hero-only {
  display: block;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-copy {
  left: calc(clamp(1.35rem, 2.6vw, 2rem) - 105px);
  top: calc(clamp(0.8rem, 1.6vh, 1.2rem) + 35px - 52px);
  transform: none;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-copy--rebuilt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.optical-gallery-roomtest-page .optical-gallery-window {
  width: min(100%, 235px);
  transform: translate(93px, -30px);
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-wall {
  display: grid;
  place-items: center;
  width: fit-content;
  height: fit-content;
  pointer-events: none;
  transform: translateX(85px);
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-backwall--video,
.optical-gallery-roomtest-page .optical-gallery-roomtest-backwall--video-attached {
  display: grid;
  place-items: center;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-wall--attached {
  opacity: 0;
  transform: translate(105px, 18px) scale(1.186);
  transform-origin: center;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-backwall--video-attached {
  pointer-events: none;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  display: grid;
  place-items: center;
  transition: opacity 120ms linear;
}

.optical-gallery-roomtest-page .painting-room-view-stage[data-active-wall="1"]:not(.is-turning) ~ .optical-gallery-roomtest-video-overlay {
  opacity: 1;
  pointer-events: none;
}

.optical-gallery-roomtest-page .painting-room-view-stage[data-active-wall="0"] ~ .optical-gallery-roomtest-video-overlay,
.optical-gallery-roomtest-page .painting-room-view-stage.is-turning ~ .optical-gallery-roomtest-video-overlay {
  opacity: 0;
  pointer-events: none;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-wall--attached .optical-gallery-roomtest-video-embed {
  pointer-events: none;
}

.optical-gallery-roomtest-page .painting-room-view-stage.is-turning[data-optical-roomtest-from="1"] .painting-room-view[data-wall-index="1"] .optical-gallery-roomtest-video-wall--attached,
.optical-gallery-roomtest-page .painting-room-view-stage.is-turning[data-optical-roomtest-to="1"] .painting-room-view[data-wall-index="1"] .optical-gallery-roomtest-video-wall--attached,
.optical-gallery-roomtest-page .painting-room-view-stage[data-active-wall="1"] .painting-room-view[data-wall-index="1"] .optical-gallery-roomtest-video-wall--attached {
  opacity: 1;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-overlay .optical-gallery-roomtest-video-wall,
.optical-gallery-roomtest-page .optical-gallery-roomtest-video-overlay .optical-gallery-roomtest-video-frame,
.optical-gallery-roomtest-page .optical-gallery-roomtest-video-overlay .optical-gallery-roomtest-video-embed {
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-overlay .optical-gallery-roomtest-video-wall {
  transform: translateX(85px) scale(0.964);
  transform-origin: center;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-button {
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  font: inherit;
  cursor: pointer;
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-frame {
  width: min(60vw, 690px);
  aspect-ratio: 16 / 9;
  position: relative;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  pointer-events: auto;
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(9, 11, 15, 0.98);
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-poster {
  width: 100%;
  height: 100%;
  background: rgba(9, 11, 15, 0.98);
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 93, 196, 0.42);
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.94);
  color: var(--pink);
  font-size: 2rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 1px rgba(255, 93, 196, 0.08),
    0 0 16px rgba(255, 93, 196, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-video-button:hover .optical-gallery-roomtest-video-play,
.optical-gallery-roomtest-page .optical-gallery-roomtest-video-button:focus-visible .optical-gallery-roomtest-video-play {
  border-color: rgba(255, 93, 196, 0.86);
  background: var(--pink);
  color: var(--black);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.optical-gallery-roomtest-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.optical-gallery-roomtest-page.optical-roomtest-video-open .optical-gallery-roomtest-video-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.optical-gallery-roomtest-video-panel {
  position: relative;
  width: min(1080px, calc(100% - 2rem));
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.optical-gallery-roomtest-page.optical-roomtest-video-open .optical-gallery-roomtest-video-panel {
  transform: translateY(0) scale(1);
}

.optical-gallery-roomtest-video-lightbox-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.optical-gallery-roomtest-video-lightbox-embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(9, 11, 15, 0.98);
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-backwall--overlay {
  transform: none;
  z-index: 9;
}

.optical-gallery-roomtest-page .optical-gallery-artworks {
  position: absolute;
  inset: 0;
  pointer-events: auto;
}

.optical-gallery-roomtest-page .elevator-side-door {
  position: absolute;
  top: auto;
  bottom: 0;
  margin-top: 0;
  z-index: 4;
  justify-items: center;
  transform: translateX(0);
}

.optical-gallery-roomtest-page .elevator-side-door-frame {
  position: relative;
  z-index: 6;
  pointer-events: auto;
  height: 168px;
  aspect-ratio: auto;
}

.optical-gallery-roomtest-page .optical-gallery-window,
.optical-gallery-roomtest-page .optical-gallery-artwork,
.optical-gallery-roomtest-page .optical-gallery-guitar,
.optical-gallery-roomtest-page .elevator-side-door,
.optical-gallery-roomtest-page .elevator-side-door-link {
  pointer-events: auto;
}

.optical-gallery-roomtest-page .optical-gallery-artwork,
.optical-gallery-roomtest-page .optical-gallery-guitar,
.optical-gallery-roomtest-page .elevator-side-door-link {
  cursor: pointer;
}

.optical-gallery-roomtest-page .elevator-side-door-link {
  position: relative;
  z-index: 7;
  transform: translateY(10px);
}

.optical-gallery-roomtest-page .painting-room-view-stage.is-turning ~ .optical-gallery-roomtest-hitlayer,
.optical-gallery-roomtest-page .painting-room-view-stage:not([data-active-wall="0"]) ~ .optical-gallery-roomtest-hitlayer {
  opacity: 0;
  pointer-events: none;
}

.optical-gallery-roomtest-page .optical-gallery-roomtest-door-hit {
  position: absolute;
  z-index: 12;
  display: block;
  left: calc(var(--painting-side-width) + clamp(1.25rem, 2vw, 1.8rem) + 15px - 45px + 0.27rem);
  top: calc(100vh - var(--painting-floor-height) - 12.4rem);
  width: calc(129px - 0.54rem);
  height: calc((129px / 0.52) - 0.27rem);
  pointer-events: auto;
  background: transparent;
}

.optical-gallery-roomtest-page .painting-room-view-stage.is-turning ~ .optical-gallery-roomtest-door-hit,
.optical-gallery-roomtest-page .painting-room-view-stage:not([data-active-wall="0"]) ~ .optical-gallery-roomtest-door-hit {
  opacity: 0;
  pointer-events: none;
}

.optical-gallery-roomtest-page .painting-room-shell:has(.optical-gallery-roomtest-door-hit:hover) .painting-room-view[data-wall-index="0"] .elevator-side-door-link,
.optical-gallery-roomtest-page .painting-room-shell:has(.optical-gallery-roomtest-door-hit:focus-visible) .painting-room-view[data-wall-index="0"] .elevator-side-door-link {
  transform: translateY(-2px);
  border-color: rgba(255, 125, 212, 0.96);
  box-shadow:
    0 0 0 2px rgba(255, 125, 212, 0.24),
    0 0 28px rgba(255, 125, 212, 0.8);
}

.optical-gallery-roomtest-page .painting-room-plane {
  pointer-events: none;
}

.optical-gallery-roomtest-page .painting-room-view-stage.is-turning[data-active-wall="1"] .painting-room-view[data-wall-index="0"] {
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.room-page.meet-artist-room-page .elevator-side-door {
  position: absolute;
  left: calc(clamp(1.25rem, 2vw, 1.8rem) + 67px);
  bottom: 0;
  margin-top: 0;
}

.room-page.meet-artist-room-page .elevator-side-door-label {
  transform: translateX(21px);
}

.room-page.meet-artist-room-page .gallery-hero h1 {
  font-size: calc(clamp(1.35rem, 2.1vw, 2.15rem) + 40px);
  white-space: nowrap;
}

.room-page.meet-artist-room-page .room-wall-content .gallery-hero .meet-artist-role-stack {
  max-width: none;
  font-family: var(--font-display);
  font-size: calc(clamp(0.96rem, 1.25vw, 1.18rem) + 29px);
  line-height: 0.94;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: var(--pink);
  text-shadow: 0 0 10px rgba(255, 93, 196, 0.28);
}

.room-page.meet-artist-room-page .gallery-hero.meet-artist-photo-only .meet-artist-portrait-frame {
  margin-top: 0;
}

.room-page.meet-artist-room-page {
  background: #2b2e36;
}

.room-page.meet-artist-room-page .room-scene {
  background: #2b2e36;
  width: 100%;
  min-height: 100vh;
}

.room-page.meet-artist-room-page .room-ceiling {
  display: block;
  background: #2b2e36;
}

.room-page.meet-artist-room-page .room-side-wall {
  display: none;
}

.room-page.meet-artist-room-page .room-back-wall {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  background: #2b2e36;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.room-page.meet-artist-room-page .room-floor {
  display: none;
}

.artist-profile-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius) - 8px);
}

.artist-bio-card {
  justify-content: flex-start;
}

.artist-bio-card h2 {
  margin-bottom: 0.25rem;
}

.artist-role-inline {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink);
}

.room-page.elevator-room-page .elevator-cabin {
  width: min(1000px, 100%);
  height: 100%;
  max-height: none;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  align-items: stretch;
}

.room-page.elevator-room-page .room-wall-content {
  display: block;
  padding-top: clamp(1rem, 2vh, 1.5rem);
  padding-bottom: 0;
}

.room-page.elevator-room-page .cabin-side {
  min-height: 100%;
  align-self: stretch;
  justify-content: space-between;
}

.room-page.elevator-room-page .cabin-copy {
  transform: translateX(-55px);
}

.room-page.elevator-room-page .elevator-panel {
  align-self: start;
  margin-top: 1.15rem;
  transform: translateX(-55px);
}

.room-page.elevator-room-page .room-floor {
  background: linear-gradient(180deg, rgba(41, 43, 50, 0.98), rgba(16, 18, 23, 0.995));
}

.painting-studio-page {
  height: 100vh;
  overflow: hidden;
  background: #2b2e36;
}

.painting-studio-main {
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: stretch;
  padding: 0;
}

.painting-room-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
}

.painting-room-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: rgba(8, 9, 12, 0.72);
  transition: opacity 240ms ease;
}

.painting-studio-page.artwork-open .painting-room-shell::after {
  opacity: 1;
}

.painting-room-viewport {
  --painting-side-width: clamp(34px, 9vw, 128px);
  --painting-ceiling-height: clamp(36px, 9vh, 84px);
  --painting-ceiling-offset: 20px;
  --painting-floor-height: clamp(48px, 12vh, 110px);
  --painting-turn-depth: 50vw;
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #2b2e36;
  filter: saturate(1) brightness(1);
  transition: filter 240ms ease;
  overflow: hidden;
  perspective: 1000px;
  perspective-origin: center;
}

.painting-overlay-artwork-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.painting-overlay-artwork {
  z-index: 5;
  pointer-events: auto;
}

.painting-room-view-stage:not([data-active-wall="0"]) ~ .painting-overlay-artwork-layer,
.painting-room-view-stage.is-turning ~ .painting-overlay-artwork-layer {
  opacity: 0;
}

.painting-wall-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.55rem 1.1rem 0.45rem;
  background: linear-gradient(180deg, rgba(46, 49, 58, 0.99), rgba(28, 30, 37, 0.98));
}

.painting-wall-topbar .brand-lockup {
  color: var(--turquoise);
}

.painting-wall-nav {
  gap: 0.55rem;
}

.painting-wall-nav a {
  padding: 0.55rem 0.8rem;
  border-color: rgba(96, 222, 180, 0.18);
  background: rgba(18, 19, 24, 0.74);
  color: var(--turquoise-soft);
}

.painting-wall-nav a:hover,
.painting-wall-nav a:focus-visible {
  color: var(--pink);
  border-color: rgba(255, 93, 196, 0.42);
  background: rgba(30, 17, 24, 0.88);
}

.painting-room-view-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  transform-style: preserve-3d;
}

#viewport {
  perspective: 1200px;
  perspective-origin: center;
}

#room-cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translateY(-20px) translateZ(29vw) rotateY(0deg);
  transform-origin: center center;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.painting-room-view-stage.is-turning #room-cube {
  transition-duration: 0.8s;
}

.painting-room-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition:
    filter 920ms cubic-bezier(0.2, 0.7, 0.18, 1),
    opacity 920ms cubic-bezier(0.2, 0.7, 0.18, 1);
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: visible;
  pointer-events: none;
  opacity: 0;
  filter: none;
  z-index: 0;
}

.painting-room-view[data-wall-index="0"] {
  transform: rotateY(0deg) translateZ(calc(var(--painting-turn-depth) * -1));
}

.painting-room-view[data-wall-index="1"] {
  transform: rotateY(-90deg) translateZ(calc(var(--painting-turn-depth) * -1));
}

.painting-room-view[data-wall-index="2"] {
  transform: rotateY(-180deg) translateZ(calc(var(--painting-turn-depth) * -1));
}

.painting-room-view[data-wall-index="3"] {
  transform: rotateY(-270deg) translateZ(calc(var(--painting-turn-depth) * -1));
}

.painting-room-view-stage[data-active-wall="0"] #room-cube {
  transform: translateY(-20px) translateZ(29vw) rotateY(0deg);
}

.painting-room-view-stage[data-active-wall="1"] #room-cube {
  transform: translateY(-20px) translateZ(29vw) rotateY(90deg);
}

.painting-room-view-stage[data-active-wall="2"] #room-cube {
  transform: translateY(-20px) translateZ(29vw) rotateY(180deg);
}

.painting-room-view-stage[data-active-wall="3"] #room-cube {
  transform: translateY(-20px) translateZ(29vw) rotateY(270deg);
}

.painting-room-view-stage[data-active-wall="0"] .painting-room-view[data-wall-index="0"],
.painting-room-view-stage[data-active-wall="1"] .painting-room-view[data-wall-index="1"],
.painting-room-view-stage[data-active-wall="2"] .painting-room-view[data-wall-index="2"],
.painting-room-view-stage[data-active-wall="3"] .painting-room-view[data-wall-index="3"] {
  filter: none;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.painting-room-view-stage[data-active-wall="0"] .painting-room-view:not([data-wall-index="0"]),
.painting-room-view-stage[data-active-wall="1"] .painting-room-view:not([data-wall-index="1"]),
.painting-room-view-stage[data-active-wall="2"] .painting-room-view:not([data-wall-index="2"]),
.painting-room-view-stage[data-active-wall="3"] .painting-room-view:not([data-wall-index="3"]) {
  filter: none;
  opacity: 0;
  z-index: 0;
}

.painting-room-view-stage.is-turning .painting-room-view {
  z-index: 0;
}

.painting-room-view-stage.is-turning[data-active-wall="0"] .painting-room-view[data-wall-index="0"],
.painting-room-view-stage.is-turning[data-active-wall="1"] .painting-room-view[data-wall-index="1"],
.painting-room-view-stage.is-turning[data-active-wall="2"] .painting-room-view[data-wall-index="2"],
.painting-room-view-stage.is-turning[data-active-wall="3"] .painting-room-view[data-wall-index="3"] {
  opacity: 1;
  filter: none;
  z-index: 1;
}

.painting-room-wall-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.18) 0, rgba(7, 9, 12, 0.02) 16%, rgba(7, 9, 12, 0.02) 84%, rgba(7, 9, 12, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    linear-gradient(180deg, rgba(43, 46, 54, 0.99), rgba(23, 25, 31, 0.995));
  border-left: 1px solid rgba(96, 222, 180, 0.08);
  border-right: 1px solid rgba(96, 222, 180, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -24px 36px rgba(0, 0, 0, 0.12);
}

.painting-room-plane {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  transform-style: preserve-3d;
  backface-visibility: visible;
  pointer-events: none;
}

.painting-room-floor-plane {
  display: none;
}

.painting-room-ceiling-plane {
  display: none;
}

.painting-gallery-copy {
  position: absolute;
  left: clamp(1.35rem, 2.6vw, 2rem);
  top: calc(clamp(0.8rem, 1.6vh, 1.2rem) + 35px);
  z-index: 2;
  width: min(33%, 340px);
  align-self: start;
  margin-left: -20px;
  padding-left: 20px;
}

.painting-gallery-copy .eyebrow {
  font-size: 0.96rem;
  letter-spacing: 0.24em;
}

.painting-gallery-copy h1 {
  margin: 0.2rem 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(2.42rem, 3.7vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--turquoise);
}

.painting-gallery-copy .lead {
  margin: 0;
  max-width: 25ch;
  font-size: 1.08rem;
  line-height: 1.62;
  color: rgba(184, 242, 215, 0.82);
}

.painting-gallery-wall-name {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 93, 196, 0.88);
}

.painting-gallery-installation {
  position: absolute;
  left: clamp(22rem, 34%, 24rem);
  right: clamp(4.4rem, 8vw, 6.8rem);
  top: clamp(1rem, 2vh, 1.6rem);
  bottom: clamp(0.9rem, 2vh, 1.4rem);
  z-index: 3;
}

.painting-gallery-piece {
  position: absolute;
  left: var(--piece-x);
  top: var(--piece-y);
  width: var(--piece-w);
  height: var(--piece-h);
}

.painting-gallery-piece-frame {
  width: 100%;
  height: 100%;
  padding: clamp(0.4rem, 0.7vw, 0.55rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.painting-gallery-piece-art {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(131, 136, 144, 0.98), rgba(89, 93, 101, 0.98));
}

.painting-gallery-piece-art--brush {
  background:
    linear-gradient(135deg, rgba(20, 28, 29, 0.9), transparent 48%),
    linear-gradient(45deg, rgba(255, 93, 196, 0.18), transparent 70%),
    linear-gradient(180deg, #6b7778, #393f46);
}

.painting-gallery-piece-art--portrait {
  background:
    radial-gradient(circle at 28% 32%, rgba(255, 216, 230, 0.26), transparent 22%),
    linear-gradient(135deg, rgba(255, 93, 196, 0.16), transparent 36%),
    linear-gradient(180deg, #7b8186, #454b51);
}

.painting-gallery-piece-art--swatch {
  background:
    linear-gradient(90deg, rgba(255, 93, 196, 0.32) 0 20%, rgba(96, 222, 180, 0.28) 20% 40%, rgba(209, 220, 224, 0.18) 40% 60%, rgba(89, 96, 104, 0.72) 60% 100%),
    linear-gradient(180deg, #697174, #43484f);
}

.painting-gallery-piece-art--notes {
  background:
    repeating-linear-gradient(180deg, rgba(216, 224, 228, 0.52) 0 2px, transparent 2px 18px),
    linear-gradient(180deg, #6f777c, #3e4349);
}

.painting-gallery-piece-art--column {
  background:
    repeating-linear-gradient(90deg, rgba(255, 93, 196, 0.14) 0 14px, transparent 14px 36px),
    linear-gradient(180deg, #7a8489, #3f464d);
}

.painting-gallery-piece-art--grid {
  background:
    linear-gradient(rgba(96, 222, 180, 0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 222, 180, 0.26) 1px, transparent 1px),
    linear-gradient(180deg, #758086, #42484f);
  background-size: 24px 24px, 24px 24px, 100% 100%;
}

.painting-gallery-piece-art--panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(135deg, rgba(96, 222, 180, 0.18), rgba(255, 93, 196, 0.16)),
    linear-gradient(180deg, #7d858b, #454b52);
}

.painting-gallery-piece-art--diptych {
  background:
    linear-gradient(90deg, rgba(18, 20, 25, 0.36) 49.2%, rgba(0, 0, 0, 0.5) 49.2% 50.8%, rgba(18, 20, 25, 0.36) 50.8%),
    linear-gradient(180deg, #757f85, #434851);
}

.painting-wall-turn-nav {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.painting-wall-turn {
  position: absolute;
  top: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 93, 196, 0.42);
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.94);
  color: var(--pink);
  font: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 93, 196, 0.08),
    0 0 16px rgba(255, 93, 196, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  pointer-events: auto;
}

.painting-wall-turn[hidden] {
  display: none !important;
}

.painting-wall-turn--prev {
  left: clamp(1rem, 2.2vw, 1.55rem);
  transform: translateY(-50%);
}

.painting-wall-turn--next {
  right: clamp(1rem, 2.2vw, 1.55rem);
  transform: translateY(-50%);
}

.painting-wall-turn:hover,
.painting-wall-turn:focus-visible {
  border-color: rgba(255, 93, 196, 0.86);
  background: var(--pink);
  color: var(--black);
  box-shadow:
    0 0 0 2px rgba(255, 93, 196, 0.18),
    0 0 22px rgba(255, 93, 196, 0.62);
}

.painting-wall-turn--prev:hover,
.painting-wall-turn--prev:focus-visible,
.painting-wall-turn--next:hover,
.painting-wall-turn--next:focus-visible {
  transform: translateY(calc(-50% - 2px));
}

.painting-wall-turn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.painting-wall-turn-icon {
  display: inline-block;
  font-family: Futura, "Futura PT", "Avenir Next", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(1px);
  text-shadow: 0 0 10px rgba(255, 93, 196, 0.28);
}

.painting-wall-installation {
  position: absolute;
  inset: 0;
}

.painting-artwork {
  position: absolute;
  left: var(--art-x);
  top: var(--art-y);
  width: var(--art-w);
  height: var(--art-h);
  z-index: 4;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 220ms ease, opacity 220ms ease, filter 220ms ease;
}

.painting-artwork::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 93, 196, 0.16) 0, rgba(255, 93, 196, 0.08) 38%, transparent 72%),
    radial-gradient(circle, rgba(96, 222, 180, 0.16) 0, rgba(96, 222, 180, 0.08) 42%, transparent 76%);
  filter: blur(10px);
  transition: opacity 220ms ease;
}

.painting-artwork--centered {
  transform: translate(-50%, -50%);
}

.painting-artwork:hover,
.painting-artwork:focus-visible {
  transform: translateY(-4px);
}

.painting-artwork:hover::before,
.painting-artwork:focus-visible::before {
  opacity: 1;
}

.painting-artwork:hover .painting-frame,
.painting-artwork:focus-visible .painting-frame {
  border-color: rgba(255, 93, 196, 0.38);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 93, 196, 0.16),
    0 0 22px rgba(255, 93, 196, 0.22),
    0 0 28px rgba(96, 222, 180, 0.18);
}

.painting-artwork--centered:hover,
.painting-artwork--centered:focus-visible {
  transform: translate(-50%, calc(-50% - 4px));
}

.painting-artwork.is-active {
  transform: translateY(-4px) scale(1.03);
  z-index: 2;
}

.painting-artwork--centered.is-active {
  transform: translate(-50%, calc(-50% - 4px)) scale(1.03);
}

.painting-studio-page.artwork-open .painting-artwork:not(.is-active) {
  opacity: 0.32;
  filter: blur(1px);
}

.painting-frame,
.painting-lightbox-frame {
  width: 100%;
  height: 100%;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 1px solid rgba(96, 222, 180, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 17, 21, 0.94);
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.painting-canvas,
.painting-lightbox-canvas {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(131, 136, 144, 0.98), rgba(89, 93, 101, 0.98));
}

.painting-canvas--reach {
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.14), rgba(12, 14, 18, 0.14)),
    url("/assets/painting-reach.jpeg") center / cover no-repeat;
}

.painting-lightbox-canvas.painting-canvas--reach {
  background-size: contain;
  background-color: rgba(10, 12, 16, 0.98);
}

.painting-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.painting-studio-page.artwork-open .painting-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.painting-lightbox-backdrop {
  position: absolute;
  inset: 0;
}

.painting-lightbox-panel {
  position: relative;
  width: min(900px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(96, 222, 180, 0.18);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(29, 31, 38, 0.98), rgba(14, 15, 20, 0.99));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
}

.painting-studio-page.artwork-open .painting-lightbox-panel {
  transform: translateY(0) scale(1);
}

.painting-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(96, 222, 180, 0.16);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.84);
  color: var(--pink);
  font: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.painting-lightbox-art {
  min-height: 420px;
}

.painting-lightbox-frame {
  height: 100%;
}

.painting-lightbox-copy {
  align-self: end;
  display: grid;
  gap: 0.8rem;
}

.painting-lightbox-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.painting-lightbox-description {
  margin: 0;
  line-height: 1.7;
  color: rgba(169, 239, 231, 0.82);
}

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

.gallery-card {
  min-height: 240px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.gallery-card.emphasis {
  background:
    linear-gradient(135deg, rgba(96, 222, 180, 0.12), rgba(255, 93, 196, 0.12)),
    rgba(18, 19, 24, 0.96);
}

.gallery-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-card p {
  margin: 0;
  line-height: 1.7;
  color: rgba(169, 239, 231, 0.78);
}

@media (max-width: 960px) {
  .elevator-cabin {
    grid-template-columns: 1fr;
  }

  .cabin-side {
    justify-self: center;
    width: min(100%, 240px);
    min-height: auto;
    padding-top: 0;
  }

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

  .meet-artist-layout {
    grid-template-columns: 1fr;
  }

  .room-page:not(.painting-studio-page) {
    height: auto;
    overflow: auto;
  }

  .room-page:not(.painting-studio-page) .room-main {
    height: auto;
    min-height: 100vh;
  }

  .room-page:not(.painting-studio-page) .room-scene {
    --room-side-width: 22px;
    --room-ceiling-height: 28px;
    --room-floor-height: 40px;
    min-height: 100vh;
  }

  .room-page:not(.painting-studio-page) .room-topbar {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .room-page.elevator-room-page .room-wall-content {
    overflow: visible;
  }

  .room-page:not(.painting-studio-page) .room-wall-content {
    grid-template-columns: 1fr;
  }

  .life-studies-page .life-studies-left-grid,
  .life-studies-page .life-studies-large-grid,
  .life-studies-page .life-studies-right-stack,
  .life-studies-page .life-studies-small-grid {
    grid-column: 1;
    width: min(100%, 340px);
    flex-wrap: wrap;
  }

  .life-studies-page .life-studies-left-grid {
    gap: 30px;
  }

  .life-studies-page .life-studies-large-grid {
    margin-top: 1rem;
    justify-content: center;
  }

  .life-studies-page .life-studies-right-stack {
    justify-content: center;
    gap: 20px;
  }

  .life-studies-page .life-studies-small-grid {
    justify-content: center;
    transform: none;
  }

  .life-studies-page .life-studies-placeholder--large {
    height: clamp(12rem, 48vw, 15rem);
  }

  .life-studies-page .life-studies-placeholder--small {
    height: clamp(6.2rem, 24vw, 7.8rem);
  }

  .life-studies-page .life-studies-placeholder--left {
    height: calc(clamp(6.2rem, 24vw, 7.8rem) + 30px);
  }

  .listening-room-page .listening-room-installation {
    margin-top: 0;
    width: min(100%, 340px);
  }

  .listening-room-page .listening-room-installation-grid {
    grid-column: 1;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    width: min(100%, 320px);
  }

  .gift-shop-layout {
    grid-template-columns: 1fr;
  }

  .gift-shop-window {
    grid-column: 1;
    margin-left: 0;
  }

  .painting-studio-page {
    height: auto;
    overflow: auto;
  }

  .painting-studio-main {
    height: auto;
    min-height: auto;
    padding-bottom: 1rem;
  }

  .painting-room-viewport {
    height: min(100%, 660px);
  }

  .painting-room-viewport {
    --painting-side-width: clamp(38px, 9vw, 72px);
  }

  .painting-wall-turn-nav {
    right: 0.8rem;
  }

  .painting-wall-turn {
    width: 3.15rem;
    height: 3.15rem;
  }

  .painting-wall-topbar {
    left: var(--painting-side-width);
    right: var(--painting-side-width);
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .painting-wall-nav a {
    padding: 0.5rem 0.68rem;
  }

  .painting-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .painting-lightbox-art {
    min-height: 320px;
  }

  .listening-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .listening-lightbox-art {
    min-height: 320px;
  }

  .life-studies-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .life-studies-lightbox-art {
    min-height: 320px;
  }

  .life-studies-lightbox-turn {
    width: 3.1rem;
    height: 3.1rem;
  }

  .portraits-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .portraits-lightbox-art {
    min-height: 320px;
  }

  .editorial-design-page .room-wall-content {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .editorial-design-page .gallery-hero {
    max-width: none;
  }

  .scientific-works-page .room-wall-content {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .scientific-works-page .gallery-hero {
    max-width: none;
  }

  .scientific-works-page .educational-gallery-grid {
    width: 100%;
    max-width: 54rem;
    transform: translateX(0);
  }

  .editorial-design-page .editorial-gallery-grid {
    grid-column: 1;
    width: 100%;
    max-width: 42rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .editorial-lightbox-panel {
    width: min(100%, calc(100% - 1rem));
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .editorial-lightbox-art {
    min-height: 320px;
  }

  .editorial-lightbox.has-gallery .editorial-lightbox-art {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .optical-gallery-lightbox-panel {
    grid-template-columns: 1fr;
  }

  .optical-gallery-lightbox-art {
    min-height: 320px;
  }

  .artist-photo-card img {
    min-height: 420px;
  }

  .optical-gallery-artworks {
    position: static;
    inset: auto;
    grid-column: 1 / -1;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    pointer-events: auto;
  }

  .optical-gallery-artwork {
    position: static;
    width: 100%;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overscroll-behavior-y: none;
  }

  .room-page:not(.painting-studio-page) {
    --mobile-room-topbar-height: 5.9rem;
    overscroll-behavior-y: none;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .room-page .room-topbar .brand-lockup {
    font-size: clamp(0.95rem, 3.2vw, 1.25rem);
    align-self: center;
    text-align: center;
  }

  .room-page.elevator-room-page .room-topbar .brand-lockup {
    width: auto;
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
  }

  .room-page:not(.painting-studio-page) .room-topbar {
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.85rem 0.6rem;
    background: rgba(17, 19, 24, 0.96);
    border-bottom: 1px solid rgba(96, 222, 180, 0.14);
  }

  .room-page:not(.painting-studio-page) .room-topbar .utility-nav {
    width: min(100%, 22rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .room-page:not(.painting-studio-page) .room-topbar .utility-nav a {
    width: 100%;
    text-align: center;
    padding: 0.55rem 0.7rem;
    min-height: 0;
    font-size: 0.95rem;
  }

  .room-page:not(.painting-studio-page) .room-topbar .utility-nav a:only-child {
    grid-column: 1 / -1;
  }

  .room-page:not(.painting-studio-page) .room-main {
    padding-top: var(--mobile-room-topbar-height);
    box-sizing: border-box;
    min-height: calc(100dvh - var(--mobile-room-topbar-height));
  }

  .room-page:not(.painting-studio-page) .room-shell {
    height: auto;
    min-height: calc(100dvh - var(--mobile-room-topbar-height));
  }

  .room-page:not(.painting-studio-page) .room-scene {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    height: auto;
    min-height: calc(100dvh - var(--mobile-room-topbar-height));
  }

  .room-page:not(.painting-studio-page) .room-ceiling,
  .room-page:not(.painting-studio-page) .room-floor,
  .room-page:not(.painting-studio-page) .room-side-wall {
    display: none;
  }

  .room-page:not(.painting-studio-page) .room-back-wall {
    grid-column: 1;
    grid-row: 1;
    border: 0;
    box-shadow: none;
  }

  .room-page:not(.painting-studio-page) .room-wall-content {
    padding-top: clamp(6.1rem, 17vh, 7rem);
  }

  .museum-facade {
    min-height: 100dvh;
  }

  .museum-interior {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 100dvh;
    height: 100dvh;
  }

  .museum-left {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    gap: 0.55rem;
    padding: 0.65rem 1rem 1rem;
    justify-content: flex-start;
  }

  .museum-title {
    align-items: center;
    gap: 0.18rem;
    transform: translateY(14px);
  }

  .museum-title-small {
    font-size: clamp(0.68rem, 2.6vw, 0.84rem);
    transform: translateY(-9px);
  }

  .museum-title-large {
    font-size: clamp(2.15rem, 9.2vw, 3rem);
    line-height: 0.95;
  }

  .museum-subtitle {
    margin-top: 0;
    font-size: 0.72rem;
    line-height: 1.2;
    transform: translateY(9px);
  }

  .door-zone {
    --landing-door-width: min(82px, 23vw);
    width: 100%;
    place-items: center;
    margin-top: auto;
    padding-top: 0.7rem;
  }

  .door-enter-label {
    font-size: 12px;
    top: calc(1rem - 10px);
    letter-spacing: 0.18em;
    left: calc(50% - 2px);
  }

  .museum-staircase {
    max-width: calc(100% - 0.4rem);
    transform: translateY(14px);
  }

  .door-frame {
    transform: translateY(14px);
  }

  .door-knob {
    width: 0.72rem;
    height: 0.72rem;
  }

  .museum-staircase span {
    height: 1.05rem;
  }

  .museum-staircase span::before,
  .museum-staircase span::after {
    height: 0.48rem;
  }

  .museum-staircase span::after {
    right: -0.48rem;
    width: 0.48rem;
  }

  .museum-staircase span:nth-child(n + 7) {
    display: none;
  }

  .museum-window-panel {
    grid-row: 1;
    min-height: 0;
    height: 100%;
  }

  .museum-window-frame {
    height: 100%;
  }

  .museum-window-video {
    object-fit: cover;
    object-position: center;
  }

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

  .floor-button-centered {
    width: 100%;
  }

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

  .painting-studio-main {
    min-height: auto;
  }

  .painting-room-shell {
    min-height: 420px;
    height: auto;
  }

  .painting-room-viewport {
    height: auto;
    aspect-ratio: 0.96;
    --painting-side-width: clamp(16px, 4vw, 24px);
  }

  .painting-wall-topbar {
    position: static;
    padding: 0.9rem 1rem 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .painting-wall-nav {
    width: 100%;
  }

  .painting-room-view-stage {
    position: relative;
    inset: auto;
    min-height: 420px;
    perspective-origin: 58% 48%;
  }

  .painting-gallery-copy {
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
    padding-top: 0;
  }

  .painting-gallery-copy .lead {
    max-width: none;
  }

  .painting-wall-turn-nav {
    position: static;
    margin: 0 auto 1rem;
    transform: none;
  }

  .painting-gallery-installation {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 11.5rem;
    bottom: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }

  .painting-gallery-piece {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 150px;
  }

  .painting-lightbox-panel {
    width: min(100%, calc(100% - 1rem));
    padding: 1rem;
  }

  .listening-lightbox-panel {
    width: min(100%, calc(100% - 1rem));
    padding: 1rem;
  }

  .editorial-lightbox-panel {
    width: min(100%, calc(100% - 1rem));
    padding: 1rem;
  }
}

@media (max-width: 560px) {
  .site-header,
  .elevator-main,
  .gallery-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-nav {
    width: 100%;
  }

  .room-page:not(.painting-studio-page) .utility-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .room-page:not(.painting-studio-page) .utility-nav a {
    width: 100%;
    text-align: center;
    padding: 0.55rem 0.7rem;
    min-height: 0;
    font-size: 0.95rem;
  }

  .room-page:not(.painting-studio-page) .utility-nav a:only-child {
    grid-column: 1 / -1;
  }

  .room-page.elevator-room-page .room-wall-content {
    overflow: visible;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
  }

  .room-page.elevator-room-page .elevator-cabin {
    width: min(100%, 22rem);
    margin-top: 0.05rem;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    gap: 0.9rem;
  }

  .room-page.elevator-room-page .cabin-side {
    width: min(100%, 22rem);
    justify-self: center;
  }

  .room-page.elevator-room-page .cabin-copy {
    max-width: 16rem;
    width: 100%;
  }

  .room-page.elevator-room-page .room-topbar {
    align-items: center;
    text-align: center;
  }

  .room-page.elevator-room-page .room-topbar .utility-nav {
    width: auto;
    justify-self: center;
  }

  .elevator-lead-desktop {
    display: none;
  }

  .elevator-lead-mobile {
    display: block;
  }

  .room-page.elevator-room-page .cabin-copy h1 {
    white-space: nowrap;
  }

  .room-page.elevator-room-page .cabin-copy,
  .room-page.elevator-room-page .elevator-panel {
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .room-page.elevator-room-page .elevator-panel {
    width: min(100%, 22rem);
    margin-top: 0.8rem;
  }

  .room-page.elevator-room-page .elevator-side-door-frame {
    aspect-ratio: 1.04;
  }

  .floor-button {
    grid-template-columns: 3rem 1fr;
    padding: 0.95rem;
  }

  .elevator-page .button-grid {
    width: min(100%, 22rem);
    margin: 0 auto;
    gap: 0.5rem;
    justify-items: center;
  }

  .elevator-page .floor-button[data-floor="7"] {
    order: 1;
  }

  .elevator-page .floor-button[data-floor="6"] {
    order: 2;
  }

  .elevator-page .floor-button[data-floor="5"] {
    order: 3;
  }

  .elevator-page .floor-button[data-floor="4"] {
    order: 4;
  }

  .elevator-page .floor-button[data-floor="3"] {
    order: 5;
  }

  .elevator-page .floor-button[data-floor="2"] {
    order: 6;
  }

  .elevator-page .floor-button[data-floor="1"] {
    order: 7;
  }

  .elevator-page .floor-button[data-floor="G"] {
    order: 8;
  }

  .elevator-page .floor-button {
    width: 100%;
    justify-self: stretch;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 15px;
    min-height: 64px;
    padding: 0.4rem 0.36rem;
  }

  .elevator-page .floor-name {
    padding-right: 0;
    font-size: 0.88rem;
    line-height: 1.2;
  }

  .elevator-page .floor-number {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 0.92rem;
  }

  .floor-name {
    font-size: 0.94rem;
  }

  .artist-sign {
    padding: 1.1rem;
  }

  .artist-sign-role {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .artist-sign-copy p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .editorial-design-page .editorial-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scientific-works-page .educational-gallery-grid {
    grid-template-columns: 1fr;
    max-width: 17rem;
  }
}

@media (min-width: 721px) and (max-width: 900px) and (orientation: portrait) {
  .landing-page {
    overflow: hidden;
  }

  .landing-page .museum-facade,
  .landing-page .museum-interior {
    min-height: 100dvh;
    height: 100dvh;
  }

  .landing-page .museum-interior {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 50dvh) minmax(0, 50dvh);
  }

  .landing-page .museum-window-panel {
    grid-row: 1;
    width: 100%;
    height: 50dvh;
    min-height: 0;
  }

  .landing-page .museum-window-frame,
  .landing-page .museum-window-video {
    height: 100%;
  }

  .landing-page .museum-window-video {
    object-fit: cover;
    object-position: center;
  }

  .landing-page .museum-left {
    grid-row: 2;
    width: 100%;
    height: 50dvh;
    min-height: 0;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem 2rem 1.5rem;
  }

  .landing-page .museum-title {
    align-items: center;
    gap: 0.22rem;
    transform: translateY(10px);
  }

  .landing-page .museum-title-small {
    font-size: clamp(0.95rem, 2.1vw, 1.15rem);
  }

  .landing-page .museum-title-large {
    font-size: clamp(3.4rem, 8vw, 5.15rem);
    line-height: 0.95;
  }

  .landing-page .museum-subtitle {
    margin-top: 0;
    font-size: clamp(0.82rem, 1.7vw, 1rem);
    line-height: 1.2;
    transform: translateY(4px);
  }

  .landing-page .door-zone {
    --landing-door-width: min(118px, 18vw);
    width: 100%;
    place-items: center;
    margin-top: auto;
    padding-top: 1rem;
  }

  .landing-page .door-enter-label {
    top: calc(1.1rem - 10px);
    letter-spacing: 0.18em;
    left: calc(50% - 2px);
  }

  .landing-page .door-frame,
  .landing-page .museum-staircase {
    transform: translateY(10px);
  }

  .landing-page .museum-staircase {
    max-width: min(96%, 620px);
  }

  .landing-page .museum-staircase span:nth-child(n + 9) {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1100px) and (orientation: landscape) {
  .landing-page {
    overflow: hidden;
  }

  .landing-page .museum-facade,
  .landing-page .museum-interior,
  .landing-page .museum-left,
  .landing-page .museum-window-panel {
    min-height: 100dvh;
    height: 100dvh;
  }

  .landing-page .museum-interior {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 31vw);
  }

  .landing-page .museum-left {
    transform: translateY(25px);
  }

  .landing-page .museum-window-frame,
  .landing-page .museum-window-video {
    height: 100%;
  }

  .landing-page .museum-window-video {
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 960px) and (max-height: 540px) and (orientation: landscape) {
  html,
  body {
    overflow: hidden;
  }

  .landing-page {
    overflow: hidden;
  }

  .museum-facade,
  .museum-interior {
    min-height: 100dvh;
    height: 100dvh;
  }

  .museum-interior {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: none;
  }

  .museum-left {
    grid-row: auto;
    min-height: 100dvh;
    justify-content: flex-start;
    align-items: center;
    gap: 0.42rem;
    padding: 0.55rem 1rem 0.8rem;
  }

  .museum-title {
    width: min(100%, 16rem);
    transform: translateY(8px);
    gap: 0.04rem;
    text-align: center;
  }

  .museum-title-small {
    font-size: clamp(0.54rem, 1.05vw, 0.68rem);
    transform: translateY(-6px);
  }

  .museum-title-large {
    font-size: clamp(1.75rem, 3.8vw, 2.7rem);
    line-height: 0.9;
  }

  .museum-subtitle {
    margin-top: 0;
    transform: translateY(6px);
    width: min(100%, 16rem);
    font-size: 0.58rem;
    line-height: 1.12;
    text-align: center;
  }

  .museum-window-panel {
    grid-row: auto;
    min-height: 100dvh;
    height: 100%;
    width: 100%;
    justify-self: stretch;
    align-self: stretch;
  }

  .museum-window-frame {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .museum-window-video {
    width: 100%;
    height: 100%;
    transform: scale(1.18);
    transform-origin: center right;
    object-fit: cover;
    object-position: center right;
  }

  .door-zone {
    --landing-door-width: min(82px, 23vw);
    width: 100%;
    place-items: center;
    align-self: center;
    margin-top: auto;
    padding-top: 0.7rem;
  }

  .door-enter-label {
    top: calc(1rem - 10px);
    font-size: 12px;
    letter-spacing: 0.18em;
    left: calc(50% - 2px);
  }

  .door-frame,
  .museum-staircase {
    transform: translateY(14px);
  }

  .door-frame {
    margin-left: -68px;
  }

  .museum-staircase {
    margin-left: -68px;
  }

  .door-knob {
    width: 0.72rem;
    height: 0.72rem;
  }

  .museum-staircase {
    max-width: calc(100% - 0.4rem);
  }

  .museum-staircase span:nth-child(n + 9) {
    display: none;
  }

  .room-page:not(.painting-studio-page) {
    --mobile-room-topbar-height: 3.7rem;
  }

  .room-page:not(.painting-studio-page) .room-scene {
    --room-ceiling-height: 24px;
    --room-floor-height: 34px;
  }

  .room-page .room-topbar .brand-lockup {
    align-self: auto;
    text-align: left;
    font-size: clamp(0.8rem, 1.7vw, 0.98rem);
    white-space: nowrap;
  }

  .room-page:not(.painting-studio-page) .room-topbar {
    left: 0;
    right: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    padding: 0.42rem 0.85rem 0.32rem;
  }

  .room-page:not(.painting-studio-page) .room-topbar .utility-nav {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.42rem;
  }

  .room-page:not(.painting-studio-page) .room-topbar .utility-nav a {
    width: auto;
    min-width: 0;
    padding: 0.42rem 0.68rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .room-page:not(.painting-studio-page) .room-main {
    padding-top: var(--mobile-room-topbar-height);
    min-height: calc(100dvh - var(--mobile-room-topbar-height));
  }

  .room-page:not(.painting-studio-page) .room-shell,
  .room-page:not(.painting-studio-page) .room-scene {
    min-height: calc(100dvh - var(--mobile-room-topbar-height));
  }

  .room-page:not(.painting-studio-page) .room-scene {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .room-page:not(.painting-studio-page) .room-ceiling,
  .room-page:not(.painting-studio-page) .room-floor,
  .room-page:not(.painting-studio-page) .room-side-wall {
    display: none;
  }

  .room-page:not(.painting-studio-page) .room-back-wall {
    grid-column: 1;
    grid-row: 1;
    border: 0;
    box-shadow: none;
  }

  .room-page:not(.painting-studio-page) .room-wall-content {
    padding: 0.7rem 0.85rem 0.55rem;
    grid-template-columns: minmax(11rem, 28%) minmax(0, 1fr);
    column-gap: 0.9rem;
    row-gap: 0.7rem;
  }

  .room-page:not(.painting-studio-page):not(.elevator-room-page) .room-wall-content {
    padding-top: 0.7rem;
  }

  .room-page:not(.painting-studio-page):not(.elevator-room-page) .gallery-hero h1 {
    margin: 0.1rem 0 0.45rem;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
  }

  .room-page:not(.painting-studio-page):not(.elevator-room-page) .gallery-hero .lead {
    font-size: 0.76rem;
    line-height: 1.38;
  }

  .room-page.elevator-room-page .room-wall-content {
    padding-top: 0.45rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .room-page.elevator-room-page .elevator-cabin {
    width: min(100%, 52rem);
    grid-template-columns: minmax(145px, 190px) minmax(300px, 1fr);
    gap: 0.55rem;
  }

  .room-page.elevator-room-page .cabin-copy,
  .room-page.elevator-room-page .elevator-panel {
    transform: none;
    margin-left: 0;
    margin-right: 0;
  }

  .room-page.elevator-room-page .cabin-copy {
    max-width: 185px;
    padding: 0.7rem 0.75rem;
  }

  .room-page.elevator-room-page .cabin-copy h1 {
    font-size: clamp(1rem, 2.2vw, 1.5rem);
    margin-bottom: 0.28rem;
  }

  .room-page.elevator-room-page .lead {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .room-page.elevator-room-page .elevator-panel {
    width: min(100%, 34rem);
    margin-top: 0.35rem;
    padding: 0.65rem;
  }

  .elevator-page .button-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .floor-button {
    padding: 0.72rem 0.78rem;
  }

  .listening-room-page .room-wall-content {
    grid-template-columns: minmax(11.5rem, 28%) minmax(0, 1fr);
  }

  .listening-room-page .gallery-hero {
    gap: 0.55rem;
    transform: none;
  }

  .listening-room-page .listening-room-description {
    max-width: 15rem;
    transform: none;
  }

  .listening-room-page .listening-room-installation-grid {
    gap: 0.9rem;
    width: min(100%, 32rem);
    margin-top: 0.35rem;
  }

  .listening-room-page .listening-room-installation-unit {
    gap: 0.55rem;
  }

  .listening-room-page .listening-room-headphone-button {
    width: clamp(64px, 7vw, 82px);
  }

  .listening-room-page .room-main {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
    justify-items: start !important;
  }

  .listening-room-page .room-shell,
  .listening-room-page .room-scene {
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .listening-room-page .room-wall-content {
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1.6rem !important;
    overflow: visible !important;
    padding: 0.8rem 2.5rem 0.8rem 0.75rem !important;
    box-sizing: border-box !important;
  }

  .listening-room-page .gallery-hero {
    flex: 0 0 13.5rem !important;
    max-width: 13.5rem !important;
    gap: 0.45rem !important;
  }

  .listening-room-page .listening-room-installation-grid {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: max-content !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .listening-room-page .listening-room-installation-unit {
    width: 8.4rem !important;
    flex: 0 0 auto !important;
    gap: 0.45rem !important;
  }

  .listening-room-page .listening-room-installation {
    width: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0.35rem !important;
  }

  .listening-room-page .listening-room-installation-button {
    width: 100% !important;
    height: 100% !important;
  }

  .listening-room-page .listening-room-installation img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .listening-room-page .listening-room-headphone-button {
    width: 4.8rem !important;
  }

  .room-page.meet-artist-room-page .meet-artist-portrait-frame {
    width: min(255px, 28vw);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

.room-page.featured-gallery-row-page .room-main {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  justify-items: start !important;
}

.room-page.featured-gallery-row-page .room-shell {
  width: max-content !important;
  min-width: 100% !important;
  display: block !important;
  min-height: 100% !important;
  overflow: visible !important;
}

.room-page.featured-gallery-row-page .room-scene {
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  overflow: visible !important;
}

.room-page.featured-gallery-row-page .room-wall-content {
  --featured-gallery-row-art-height: calc(clamp(15.5rem, 27vw, 19rem) - 20px);
  position: relative !important;
  width: max-content !important;
  min-width: calc(100vw - (var(--room-side-width) * 2)) !important;
  max-width: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 1.25rem !important;
  padding: 3rem 4rem 2rem 0.55rem !important;
  box-sizing: border-box !important;
}

.room-page.featured-gallery-row-page .gallery-hero {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 18rem !important;
  max-width: 18rem !important;
  margin: 0 !important;
  padding-right: 0.5rem !important;
  transform: none !important;
}

.room-page.featured-gallery-row-page .optical-gallery-window {
  position: relative !important;
  inset: auto !important;
  grid-column: auto !important;
  flex: 0 0 auto !important;
  width: var(--featured-gallery-row-art-height) !important;
  height: var(--featured-gallery-row-art-height) !important;
  margin: 0 !important;
  transform: none !important;
  justify-self: auto !important;
}

.room-page.featured-gallery-row-page .optical-gallery-artworks {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 1.25rem !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  pointer-events: auto !important;
}

.room-page.featured-gallery-row-page .optical-gallery-artwork {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: var(--featured-gallery-row-art-height) !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0.45rem !important;
}

.room-page.featured-gallery-row-page .optical-gallery-artwork img {
  display: block !important;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
}

.room-page.featured-gallery-row-page .optical-gallery-video-wall {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  width: 30rem !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.room-page.featured-gallery-row-page [data-optical-gallery-desktop-featured] {
  display: flex !important;
  flex: 0 0 auto !important;
}

.room-page.featured-gallery-row-page .featured-gallery-lab {
  width: 31rem !important;
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(9rem, 0.8fr) minmax(13rem, 1fr) !important;
  align-items: start !important;
  gap: 1rem !important;
  margin: 0 !important;
}

.room-page.featured-gallery-row-page .featured-gallery-lab-copy {
  display: grid !important;
  gap: 0.7rem !important;
}

.room-page.featured-gallery-row-page .featured-gallery-lab h2 {
  margin: 0 !important;
  color: var(--turquoise) !important;
  font-family: var(--font-display) !important;
  font-size: 2rem !important;
  line-height: 0.96 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.room-page.featured-gallery-row-page .featured-gallery-lab .lead {
  margin: 0 !important;
  max-width: 16rem !important;
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
}

.room-page.featured-gallery-row-page .square-motion-lab-controls {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  flex-wrap: wrap !important;
  margin-top: 0.25rem !important;
}

.room-page.featured-gallery-row-page .square-motion-lab-button {
  appearance: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.72rem 0.9rem !important;
  background: var(--pink) !important;
  color: #220814 !important;
  font-family: var(--font-display) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow: 0 0.8rem 1.8rem rgba(255, 92, 184, 0.24) !important;
}

.room-page.featured-gallery-row-page .square-motion-lab-meta {
  display: none !important;
}

.room-page.featured-gallery-row-page .square-motion-lab-stage {
  width: var(--featured-gallery-row-art-height) !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.room-page.featured-gallery-row-page .square-motion-lab-stage-frame {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 !important;
  padding: 0.45rem !important;
  border: 1px solid rgba(61, 211, 168, 0.24) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(16, 17, 21, 0.94) !important;
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 24px rgba(61, 211, 168, 0.08) !important;
}

.room-page.featured-gallery-row-page #art {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 38%),
    radial-gradient(circle at bottom right, rgba(61, 211, 168, 0.06), transparent 28%),
    #252527 !important;
}

.room-page.featured-gallery-row-page .optical-gallery-guitar {
  position: relative !important;
  inset: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: var(--featured-gallery-row-art-height) !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: none !important;
}

.room-page.featured-gallery-row-page .optical-gallery-guitar img {
  display: block !important;
  width: auto !important;
  height: 100% !important;
  object-fit: contain !important;
}

.room-page.featured-gallery-row-page .elevator-side-door {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: none !important;
  justify-items: center !important;
}

@media (orientation: portrait) {
  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page
  ) .room-main {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-x: none !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y !important;
    justify-items: stretch !important;
  }

  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page
  ) .room-shell,
  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page
  ) .room-scene {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: max-content !important;
    overflow: visible !important;
    justify-self: stretch !important;
  }

  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page
  ) .room-wall-content {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: max-content !important;
    overflow: visible !important;
    transform: none !important;
    display: block !important;
  }

  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page
  ) .room-back-wall {
    overflow: visible !important;
  }

  .room-page.portraits-page .portraits-row-wall,
  .room-page.life-studies-page .life-studies-mobile-wall,
  .room-page.experimental-studio-page .experimental-studio-mobile-wall,
  .room-page.graphic-design-test-page .graphic-design-row-wall,
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-wall,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-wall,
  .room-page.featured-gallery-row-page .room-wall-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.35rem !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: max-content !important;
    margin: 0 !important;
    padding: 2rem 1rem 4rem 0.75rem !important;
    box-sizing: border-box !important;
  }

  .room-page.portraits-page .portraits-row-intro,
  .room-page.portraits-page .portraits-row-section-title,
  .room-page.life-studies-page .life-studies-mobile-group:first-of-type,
  .room-page.experimental-studio-page .experimental-studio-mobile-group:first-of-type,
  .room-page.graphic-design-test-page .graphic-design-row-intro,
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-group:first-of-type,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-group:first-of-type,
  .room-page.featured-gallery-row-page .gallery-hero {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 22rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .room-page.portraits-page .portraits-row-section-title,
  .room-page.portraits-page .portraits-row-section-title + .portraits-row-card {
    margin-left: 0 !important;
  }

  .room-page.life-studies-page .life-studies-mobile-group:last-of-type,
  .room-page.experimental-studio-page .experimental-studio-mobile-group:not(:first-of-type),
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-group:not(:first-of-type),
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-group:not(:first-of-type) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  .room-page.life-studies-page .life-studies-mobile-row,
  .room-page.experimental-studio-page .experimental-studio-mobile-row,
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-row,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row,
  .room-page.featured-gallery-row-page .optical-gallery-artworks {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-group:nth-of-type(2) .featured-gallery-mobile-row {
    display: contents !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art[data-title="Painting Squares"] {
    order: 10 !important;
  }

  .room-page.experimental-studio-page .experimental-studio-mobile-group:nth-of-type(2)::before {
    display: none !important;
    content: none !important;
  }

  .room-page.portraits-page .portraits-row-card,
  .room-page.life-studies-page .life-studies-mobile-card,
  .room-page.experimental-studio-page .experimental-studio-mobile-art,
  .room-page.graphic-design-test-page .graphic-design-row-card,
  .room-page.graphic-design-test-page .graphic-design-row-shelf-item,
  .room-page.graphic-design-test-page .graphic-design-row-shelf-art,
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-card,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--pair .optical-gallery-mobile-art,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--single .optical-gallery-mobile-art,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art,
  .room-page.featured-gallery-row-page .optical-gallery-artwork {
    width: min(100%, 22rem) !important;
    max-width: calc(100vw - 1.75rem) !important;
    height: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .room-page.portraits-page .portraits-row-card img,
  .room-page.life-studies-page .life-studies-mobile-card img,
  .room-page.experimental-studio-page .experimental-studio-mobile-art img,
  .room-page.graphic-design-test-page .graphic-design-row-card img,
  .room-page.graphic-design-test-page .graphic-design-row-shelf-art img,
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-card img,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--pair .optical-gallery-mobile-art img,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--single .optical-gallery-mobile-art img,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art img,
  .room-page.featured-gallery-row-page .optical-gallery-artwork img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .room-page.experimental-studio-page .experimental-studio-piece-media {
    width: 100% !important;
    height: auto !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-window,
  .room-page.featured-gallery-row-page .optical-gallery-window,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-video-wall,
  .room-page.featured-gallery-row-page .optical-gallery-video-wall,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-lab,
  .room-page.featured-gallery-row-page .featured-gallery-lab {
    width: min(100%, 22rem) !important;
    max-width: calc(100vw - 1.75rem) !important;
    height: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-window,
  .room-page.featured-gallery-row-page .optical-gallery-window {
    aspect-ratio: 1 !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-video-wall,
  .room-page.featured-gallery-row-page .optical-gallery-video-wall {
    margin: 0 10px !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-lab,
  .room-page.featured-gallery-row-page .featured-gallery-lab {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .room-page.featured-gallery-mobile-room-page .square-motion-lab-stage,
  .room-page.featured-gallery-row-page .square-motion-lab-stage {
    width: min(100%, 22rem) !important;
    max-width: calc(100vw - 1.75rem) !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar,
  .room-page.featured-gallery-row-page .optical-gallery-guitar {
    width: min(11rem, calc(100vw - 1.75rem)) !important;
    height: auto !important;
    flex: 0 0 auto !important;
    margin: 0 10px !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar img,
  .room-page.featured-gallery-row-page .optical-gallery-guitar img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .listening-statement-lightbox,
  .editorial-statement-lightbox {
    padding: 0.5rem !important;
    box-sizing: border-box !important;
  }

  .listening-statement-panel,
  .editorial-statement-panel {
    width: min(100%, calc(100vw - 1rem)) !important;
    max-height: calc(100dvh - 1rem) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    padding: 0.9rem !important;
    box-sizing: border-box !important;
  }

  .listening-statement-frame {
    min-height: min-content !important;
    padding: 1rem !important;
  }

  .listening-statement-copy {
    padding-bottom: 0.35rem !important;
  }
}

@media (orientation: landscape) and (pointer: coarse), (orientation: landscape) and (hover: none) {
  .room-page.listening-room-page .room-main {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: none !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
    justify-items: start !important;
  }

  .room-page.listening-room-page .room-shell,
  .room-page.listening-room-page .room-scene {
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    overflow: visible !important;
  }

  .room-page.listening-room-page .room-wall-content {
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 2rem !important;
    overflow: visible !important;
    padding: 0.8rem 3rem 0.8rem 0.8rem !important;
    box-sizing: border-box !important;
  }

  .room-page.listening-room-page .gallery-hero {
    flex: 0 0 16rem !important;
    width: 16rem !important;
    max-width: 16rem !important;
    margin: 0 !important;
    transform: none !important;
    gap: 0.45rem !important;
  }

  .room-page.listening-room-page .listening-room-description {
    max-width: 15rem !important;
    transform: none !important;
  }

  .room-page.listening-room-page .listening-room-installation-grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1.25rem !important;
    width: max-content !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .room-page.listening-room-page .listening-room-installation-unit {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    width: 8rem !important;
    flex: 0 0 8rem !important;
    gap: 0.45rem !important;
  }

  .room-page.listening-room-page .listening-room-installation {
    width: 8rem !important;
    height: 8rem !important;
    aspect-ratio: 1 !important;
    margin: 0 !important;
    padding: 0.35rem !important;
    box-sizing: border-box !important;
  }

  .room-page.listening-room-page .listening-room-installation-button {
    width: 100% !important;
    height: 100% !important;
  }

  .room-page.listening-room-page .listening-room-installation img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .room-page.listening-room-page .listening-room-headphone-button {
    width: 4.6rem !important;
  }
}

@media (orientation: portrait) {
  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page,
    .listening-room-page
  ) .room-main {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-x: none !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    touch-action: pan-y !important;
  }
}

@media (orientation: landscape) and (max-width: 1180px) {
  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page,
    .listening-room-page
  ) .room-main {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: none !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    touch-action: pan-x !important;
    justify-items: start !important;
  }

  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page,
    .listening-room-page
  ) .room-shell,
  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page,
    .listening-room-page
  ) .room-scene {
    width: max-content !important;
    min-width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    overflow: visible !important;
    justify-self: start !important;
  }

  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page,
    .listening-room-page
  ) .room-back-wall,
  .room-page:is(
    .portraits-page,
    .life-studies-page,
    .experimental-studio-page,
    .graphic-design-test-page,
    .graphic-design-mobile-room-page,
    .featured-gallery-mobile-room-page,
    .featured-gallery-row-page,
    .listening-room-page
  ) .room-wall-content {
    overflow: visible !important;
  }
}

.room-page.featured-gallery-row-page .optical-gallery-guitar,
.room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar {
  padding: 0.45rem !important;
  border: 1px solid rgba(96, 222, 180, 0.2) !important;
  background:
    linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
    rgba(10, 11, 14, 0.9) !important;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
  overflow: hidden !important;
  filter: none !important;
}

.room-page.featured-gallery-row-page .optical-gallery-guitar:hover,
.room-page.featured-gallery-row-page .optical-gallery-guitar:focus-visible,
.room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar:hover,
.room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar:focus-visible {
  border-color: rgba(96, 222, 180, 0.3) !important;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 18px rgba(96, 222, 180, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
}

.room-page.featured-gallery-row-page .optical-gallery-guitar img,
.room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar img {
  background: rgba(9, 11, 15, 0.98) !important;
}

@media (orientation: portrait), (max-width: 700px) {
  html,
  body.room-page.meet-artist-room-page {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.room-page.meet-artist-room-page .room-main {
    height: auto !important;
    min-height: 100dvh !important;
    padding-top: var(--mobile-room-topbar-height, 3.7rem) !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.room-page.meet-artist-room-page .room-shell,
  body.room-page.meet-artist-room-page .room-scene,
  body.room-page.meet-artist-room-page .room-back-wall {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  body.room-page.meet-artist-room-page .room-wall-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 1rem 2.5rem !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(100% + 2rem) !important;
    margin: 0 0 -0.85rem !important;
    padding-top: 0.85rem !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title::before {
    top: calc(-58px - clamp(5rem, 11vh, 7.5rem)) !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title strong {
    font-size: clamp(2.1rem, 13vw, 4.2rem) !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title span {
    font-size: clamp(0.95rem, 5.8vw, 1.7rem) !important;
  }

  body.room-page.meet-artist-room-page .gallery-hero.meet-artist-photo-only {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1.15rem !important;
    width: min(100%, calc(100vw - 2rem)) !important;
    margin-inline: auto !important;
    min-height: auto !important;
    padding: 2.8rem 0 0 !important;
    transform: none !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-image-stack {
    width: 100% !important;
    max-width: 335px !important;
    align-self: center !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-portrait-frame {
    width: 100% !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-contact {
    position: relative !important;
    z-index: 0 !important;
    width: calc(100% + 2rem) !important;
    margin-top: 1.15rem !important;
    padding: 0.75rem 1rem 0.85rem !important;
    box-sizing: border-box !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-contact::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 50% !important;
    z-index: -1 !important;
    width: calc(100vw + 24px) !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(180deg, rgba(8, 9, 12, 0.98), rgba(13, 14, 18, 0.96)) !important;
    border-top: 1px solid rgba(96, 222, 180, 0.12) !important;
    border-bottom: 1px solid rgba(255, 93, 196, 0.12) !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-bio {
    width: min(100%, calc(100vw - 2rem - 10px)) !important;
    max-width: none !important;
    align-self: center !important;
    margin-top: 0 !important;
    font-size: clamp(0.9rem, 4.2vw, 1.05rem) !important;
    text-align: left !important;
  }
}

@media (orientation: landscape) and (max-width: 1180px), (orientation: landscape) and (pointer: coarse) {
  html,
  body.room-page.meet-artist-room-page {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.room-page.meet-artist-room-page .room-main {
    height: auto !important;
    min-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }

  body.room-page.meet-artist-room-page .room-shell,
  body.room-page.meet-artist-room-page .room-scene,
  body.room-page.meet-artist-room-page .room-back-wall,
  body.room-page.meet-artist-room-page .room-wall-content {
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
  }
}

@media (orientation: portrait), (max-width: 700px) {
  html,
  body.room-page.elevator-room-page {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.room-page.elevator-room-page .room-main {
    height: auto !important;
    min-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }

  body.room-page.elevator-room-page .room-shell,
  body.room-page.elevator-room-page .room-scene,
  body.room-page.elevator-room-page .room-back-wall,
  body.room-page.elevator-room-page .room-wall-content {
    height: auto !important;
    min-height: max-content !important;
    overflow: visible !important;
  }

  body.room-page.elevator-room-page .room-wall-content {
    padding-bottom: 1.1rem !important;
  }

  body.room-page.elevator-room-page .elevator-cabin {
    height: auto !important;
    max-height: none !important;
    align-content: start !important;
  }

  body.room-page.elevator-room-page .cabin-side {
    min-height: auto !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }
}

@media (orientation: landscape) and (pointer: coarse) and (max-height: 560px) {
  html,
  body.room-page.meet-artist-room-page {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.room-page.meet-artist-room-page .room-main {
    height: auto !important;
    min-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }

  body.room-page.meet-artist-room-page .room-shell,
  body.room-page.meet-artist-room-page .room-scene,
  body.room-page.meet-artist-room-page .room-back-wall {
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
  }

  body.room-page.meet-artist-room-page .room-wall-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: max-content !important;
    padding: 0 1rem 1.5rem !important;
    overflow: visible !important;
    align-content: start !important;
    box-sizing: border-box !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: calc(100% + 2rem) !important;
    margin: 0 0 -0.75rem !important;
    padding-top: 0.65rem !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title::before {
    top: calc(-58px - clamp(4rem, 10vh, 6.5rem)) !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title strong {
    font-size: clamp(1.9rem, 8vw, 3.2rem) !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-title span {
    font-size: clamp(0.9rem, 3.8vw, 1.35rem) !important;
  }

  body.room-page.meet-artist-room-page .gallery-hero.meet-artist-photo-only {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: auto !important;
    width: min(100%, calc(100vw - 2rem)) !important;
    margin: 0 auto !important;
    padding: 2.1rem 0 0 !important;
    transform: none !important;
    gap: 1rem !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-image-stack {
    width: 100% !important;
    max-width: 335px !important;
    align-self: center !important;
    margin-top: 0 !important;
  }

  body.room-page.meet-artist-room-page .meet-artist-wall-bio {
    flex: 0 0 auto !important;
    width: min(calc(100vw - 2rem), 24rem) !important;
    max-width: min(calc(100vw - 2rem), 24rem) !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    align-self: center !important;
    font-size: clamp(0.78rem, 2.2vw, 0.88rem) !important;
    text-align: left !important;
  }
}

:root {
  --museum-image-gap-extra: 10px;
  --experimental-room-gap-extra: 10px;
}

.gallery-grid {
  gap: calc(1rem + var(--museum-image-gap-extra));
}

.scientific-works-page .educational-gallery-grid {
  gap: calc(clamp(1rem, 1.5vw, 1.35rem) + var(--museum-image-gap-extra));
}

.room-page.portraits-page .portraits-row-wall {
  gap: calc(1.25rem + var(--museum-image-gap-extra)) !important;
}

.room-page.graphic-design-test-page .graphic-design-row-wall {
  gap: calc(1.25rem + var(--museum-image-gap-extra)) !important;
}

.life-studies-page .life-studies-large-grid,
.life-studies-page .life-studies-right-row {
  gap: calc(20px + var(--museum-image-gap-extra));
}

.life-studies-page .life-studies-small-grid {
  gap: calc(clamp(0.65rem, 1.2vw, 0.9rem) + var(--museum-image-gap-extra));
}

.experimental-studio-row {
  gap: calc(1.15rem + 30px + var(--experimental-room-gap-extra));
}

.experimental-studio-piece-cluster {
  gap: calc(1rem + var(--museum-image-gap-extra) + var(--experimental-room-gap-extra));
}

.experimental-studio-piece-cluster--mid {
  gap: calc(1rem + 20px + var(--experimental-room-gap-extra));
}

.experimental-studio-piece-cluster-top {
  gap: calc(1.15rem + 30px + var(--experimental-room-gap-extra));
}

.experimental-studio-piece-cluster-top--mid {
  gap: calc(0.8rem + 20px + var(--experimental-room-gap-extra));
}

.experimental-studio-row--grid {
  gap: calc(1.15rem + 30px + var(--experimental-room-gap-extra));
}

.room-page.featured-gallery-row-page .optical-gallery-artworks {
  gap: calc(1.25rem + var(--museum-image-gap-extra)) !important;
}

@media (max-width: 720px) {
  .room-page.portraits-page .portraits-row-wall {
    gap: calc(1rem + var(--museum-image-gap-extra)) !important;
  }
}

@media (orientation: portrait) {
  .room-page.life-studies-page .life-studies-mobile-row,
  .room-page.experimental-studio-page .experimental-studio-mobile-row,
  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-row,
  .room-page.featured-gallery-row-page .optical-gallery-artworks {
    gap: calc(1rem + var(--museum-image-gap-extra)) !important;
  }

  .room-page.experimental-studio-page .experimental-studio-mobile-row {
    gap: calc(1rem + var(--museum-image-gap-extra) + var(--experimental-room-gap-extra)) !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row {
    --featured-gallery-mobile-gap: calc(0.85rem + var(--museum-image-gap-extra));
    gap: var(--featured-gallery-mobile-gap) !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--pair .optical-gallery-mobile-art {
    width: calc(50% - (var(--featured-gallery-mobile-gap) / 2)) !important;
    flex: 0 0 calc(50% - (var(--featured-gallery-mobile-gap) / 2)) !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--pair .optical-gallery-mobile-art,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row--single .optical-gallery-mobile-art,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art--small,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art--medium,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-mobile-art--wide {
    width: min(100%, 22rem) !important;
    max-width: calc(100vw - 1.75rem) !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar {
    width: min(100%, 22rem) !important;
    max-width: calc(100vw - 1.75rem) !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0.45rem !important;
    flex: 0 0 auto !important;
    border: 1px solid rgba(96, 222, 180, 0.2) !important;
    background:
      linear-gradient(145deg, rgba(96, 222, 180, 0.08), rgba(255, 93, 196, 0.08)),
      rgba(10, 11, 14, 0.9) !important;
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.32),
      inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
    overflow: hidden !important;
    filter: none !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-guitar img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    background: rgba(9, 11, 15, 0.98) !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-panel {
    width: min(100%, calc(100vw - 1rem)) !important;
    padding: 0.9rem !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-art {
    position: relative !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox.has-gallery .optical-gallery-lightbox-art {
    min-height: min(78vh, calc(100dvh - 8rem)) !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-frame,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox.has-gallery .optical-gallery-lightbox-frame {
    width: min(100%, calc(100vw - 1.5rem)) !important;
    margin: 0 auto !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-image,
  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox.has-gallery .optical-gallery-lightbox-image {
    width: auto !important;
    max-width: 100% !important;
    max-height: min(72vh, calc(100dvh - 9rem)) !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-turn {
    position: absolute !important;
    top: 50% !important;
    z-index: 3 !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    transform: translateY(-50%) !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-turn--prev {
    left: 0.35rem !important;
  }

  .room-page.featured-gallery-mobile-room-page .optical-gallery-lightbox-turn--next {
    right: 0.35rem !important;
  }
}

@media (max-width: 960px) and (max-height: 540px) and (orientation: landscape) {
  .room-page.portraits-page .portraits-row-wall {
    gap: calc(0.75rem + var(--museum-image-gap-extra)) !important;
  }

  .room-page.graphic-design-mobile-room-page .graphic-design-mobile-row {
    gap: calc(0.75rem + var(--museum-image-gap-extra)) !important;
  }

  .room-page.experimental-studio-page .experimental-studio-mobile-row {
    gap: calc(0.75rem + var(--museum-image-gap-extra) + var(--experimental-room-gap-extra)) !important;
  }

  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-row,
  .room-page.featured-gallery-mobile-room-page .featured-gallery-mobile-group:nth-of-type(2) {
    gap: calc(0.85rem + var(--museum-image-gap-extra)) !important;
  }
}
