:root {
  color-scheme: dark;
  --ink: #f8f2e6;
  --muted: rgba(248, 242, 230, 0.68);
  --paper: #0f0d0b;
  --paper-soft: #17130f;
  --line: rgba(248, 242, 230, 0.18);
  --line-strong: rgba(248, 242, 230, 0.34);
  --accent: #b98b4d;
  --accent-rgb: 185 139 77;
  --rust: #943b32;
  --plum: #382432;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --spot-x: 30.25%;
  --spot-y: 4.6%;
  --spot-w: 34.25%;
  --spot-h: 88.6%;
  --spot-cx: 47.375%;
  --spot-cy: 48.9%;
  --spot-mask-left: 23.25%;
  --spot-mask-top: 0%;
  --spot-mask-w: 48.25%;
  --spot-mask-h: 96%;
  --beam-top-left: 47.25%;
  --beam-top-right: 52.75%;
  --beam-target-left: 23.25%;
  --beam-target-right: 71.5%;
  --beam-target-y: 96%;
  --beam-source-x: 50%;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 139, 77, 0.16), transparent 34rem),
    linear-gradient(180deg, #11100e 0%, #090807 68%, #0f0d0b 100%);
  font-family: var(--sans);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(248, 242, 230, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 242, 230, 0.026) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 86%);
}

.glass-filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

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

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

p {
  color: var(--muted);
  font-family: var(--sans);
  line-height: 1.55;
}

:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 12px;
  color: #11100e;
  background: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  transform: translateY(-150%);
}

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

.landing-header {
  position: fixed;
  top: clamp(4px, 0.7vw, 10px);
  left: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.8vw, 22px);
  width: min(94vw, 1720px);
  min-height: 50px;
  padding: 7px clamp(14px, 1.8vw, 24px);
  border: 1px solid rgba(245, 250, 255, 0.14);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 54%, rgba(0, 0, 0, 0.12)),
    radial-gradient(120% 220% at 22% -105%, rgba(255, 255, 255, 0.24), transparent 58%),
    radial-gradient(90% 180% at 50% 0%, rgba(255, 255, 255, 0.11), transparent 62%),
    rgba(8, 8, 8, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 18px 0 42px rgba(255, 255, 255, 0.045),
    inset -18px 0 42px rgba(0, 0, 0, 0.22),
    0 16px 40px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(34px) saturate(0.72) contrast(0.9) brightness(1.22);
  backdrop-filter: blur(34px) saturate(0.72) contrast(0.9) brightness(1.22);
  isolation: isolate;
  overflow: visible;
  transform: translateX(-50%);
}

.landing-header::before,
.landing-header::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.landing-header::before {
  border-radius: inherit;
  background:
    linear-gradient(112deg, transparent 0 36%, rgba(255, 255, 255, 0.24) 48%, transparent 60%),
    radial-gradient(closest-side at 52% 0%, rgba(255, 255, 255, 0.22), transparent 70%);
  background-position:
    -70% 0,
    50% 0;
  background-size:
    210% 100%,
    100% 100%;
  opacity: 0.16;
  animation: header-glass-shift 16s ease-in-out infinite alternate;
}

.landing-header::after {
  border-radius: inherit;
  background:
    radial-gradient(110% 190% at 50% -105%, rgba(255, 255, 255, 0.22), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
  opacity: 0.34;
  mix-blend-mode: screen;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  text-shadow:
    0 1px 12px rgba(0, 0, 0, 0.78),
    0 0 16px rgba(255, 255, 255, 0.08);
}

.brand span:first-child {
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 0.95;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand span:last-child,
.nav,
.hero-info-index {
  font-family: var(--sans);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand span:last-child {
  color: rgba(221, 174, 102, 0.92);
  text-shadow:
    0 1px 9px rgba(0, 0, 0, 0.72),
    0 0 10px rgba(var(--accent-rgb), 0.16);
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(9px, 1.55vw, 26px);
  color: rgba(248, 242, 230, 0.82);
  text-shadow:
    0 1px 10px rgba(0, 0, 0, 0.72),
    0 0 12px rgba(255, 255, 255, 0.08);
}

.nav a,
.nav button {
  position: relative;
  padding: 6px 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-shadow: inherit;
}

.nav a,
.nav button {
  cursor: pointer;
}

.nav a::after,
.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav a:hover::after,
.nav-link:hover::after,
.nav-work.is-open .nav-work-trigger::after,
.nav-work:focus-within .nav-work-trigger::after {
  transform: scaleX(1);
}

.nav-work {
  position: relative;
  padding: 6px 0;
}

.nav-work-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 0;
}

.nav-work-indicator {
  display: inline-block;
  color: rgba(221, 174, 102, 0.9);
  font-size: 0.62rem;
  line-height: 1;
  transition: transform 160ms ease;
  transform: translateY(-1px);
}

.nav-work:hover .nav-work-indicator,
.nav-work:focus-within .nav-work-indicator,
.nav-work.is-open .nav-work-indicator {
  transform: translateY(-1px) rotate(45deg);
}

.work-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  right: 50%;
  z-index: 5;
  display: grid;
  gap: 4px;
  min-width: 204px;
  padding: 9px;
  border: 1px solid rgba(245, 250, 255, 0.14);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.042) 58%, rgba(0, 0, 0, 0.16)),
    rgba(8, 8, 8, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 38px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(30px) saturate(0.78) contrast(0.94) brightness(1.16);
  backdrop-filter: blur(30px) saturate(0.78) contrast(0.94) brightness(1.16);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  text-shadow: none;
  transform: translateX(50%) translateY(-4px);
  transition:
    opacity 140ms ease,
    transform 140ms ease;
  visibility: hidden;
}

.nav-work:hover .work-dropdown,
.nav-work:focus-within .work-dropdown,
.nav-work.is-open .work-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(50%) translateY(0);
  visibility: visible;
}

.work-dropdown a,
.work-dropdown button {
  width: 100%;
  padding: 11px 10px;
  border-radius: 5px;
  color: rgba(248, 242, 230, 0.74);
  font-size: 0.6rem;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  transition:
    background-color 140ms ease,
    color 140ms ease;
}

.work-dropdown a::after,
.work-dropdown button::after {
  content: none;
}

.work-dropdown a:hover,
.work-dropdown a:focus-visible,
.work-dropdown button:hover,
.work-dropdown button:focus-visible {
  color: rgba(248, 242, 230, 0.96);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cv-button {
  display: inline-grid;
  place-items: center;
  width: 22px;
  min-width: 22px;
  height: 20px;
  padding: 0 !important;
  border: 1px solid rgba(221, 174, 102, 0.34) !important;
  border-radius: 0;
  color: rgba(221, 174, 102, 0.94) !important;
  line-height: 0;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

.nav-cv-icon {
  display: block;
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-cv-button::after {
  content: none;
}

.nav-cv-button:hover,
.nav-cv-button:focus-visible {
  border-color: rgba(221, 174, 102, 0.64) !important;
  color: rgba(248, 242, 230, 0.96) !important;
  background: rgba(221, 174, 102, 0.12);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .landing-header {
    background: rgba(13, 12, 11, 0.72);
  }
}

.landing-main {
  flex: 1 0 auto;
  overflow: hidden;
}

.hero-stage {
  display: grid;
  min-height: 0;
  padding: calc(clamp(4px, 0.7vw, 10px) + 56px) clamp(18px, 2.6vw, 42px) clamp(4px, 0.7vw, 10px);
  place-items: start center;
}

.hero-artwork {
  position: relative;
  width: min(94vw, 1720px);
  margin: 0;
  filter: drop-shadow(0 32px 88px rgba(0, 0, 0, 0.55));
}

.hero-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(248, 242, 230, 0.16);
  background: #080706;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-base {
  z-index: 1;
  filter: saturate(0.96) contrast(1.02);
  transition: filter 260ms ease;
}

.hero-image-reveal,
.hero-image-hover-render {
  z-index: 2;
  clip-path: none;
  -webkit-mask-image: radial-gradient(
    ellipse var(--spot-mask-w) var(--spot-mask-h) at var(--spot-cx) var(--spot-cy),
    #000 0%,
    #000 28%,
    rgba(0, 0, 0, 0.78) 43%,
    rgba(0, 0, 0, 0.34) 61%,
    transparent 82%
  );
  mask-image: radial-gradient(
    ellipse var(--spot-mask-w) var(--spot-mask-h) at var(--spot-cx) var(--spot-cy),
    #000 0%,
    #000 28%,
    rgba(0, 0, 0, 0.78) 43%,
    rgba(0, 0, 0, 0.34) 61%,
    transparent 82%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition:
    -webkit-mask-image 180ms ease,
    mask-image 180ms ease,
    opacity 180ms ease;
}

.hero-image-reveal {
  filter: brightness(1.18) contrast(1.12) saturate(1.06);
}

.hero-image-hover-render {
  z-index: 3;
  opacity: 0;
  mix-blend-mode: soft-light;
  filter: brightness(1.08) contrast(1.16) saturate(1.04);
}

.hero-frame.is-hovering .hero-image-base {
  filter: brightness(0.62) saturate(0.84) contrast(1.08);
}

.hero-frame.is-hovering .hero-image-reveal {
  opacity: 1;
}

.hero-frame.is-hovering .hero-image-hover-render {
  opacity: 0.2;
}

.hero-frame::before,
.hero-frame::after {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  content: "";
  opacity: 0;
}

.hero-frame::before {
  inset: 0;
  background:
    radial-gradient(
      ellipse var(--spot-mask-w) var(--spot-mask-h) at var(--spot-cx) var(--spot-cy),
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.03) 38%,
      rgba(0, 0, 0, 0.18) 68%,
      rgba(0, 0, 0, 0.46) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.46)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), transparent 30%, rgba(0, 0, 0, 0.48));
  box-shadow: inset 0 0 82px 24px rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  transition: opacity 220ms ease;
}

.hero-frame::after {
  top: var(--spot-mask-top);
  left: var(--spot-mask-left);
  width: var(--spot-mask-w);
  height: var(--spot-mask-h);
  border: 0;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 48%,
    rgba(255, 246, 218, 0.46) 0%,
    rgba(255, 229, 173, 0.26) 32%,
    rgba(255, 207, 132, 0.11) 58%,
    rgba(255, 207, 132, 0.03) 78%,
    transparent 92%
  );
  box-shadow:
    0 0 58px rgba(255, 224, 161, 0.2),
    0 0 118px rgba(255, 211, 142, 0.13);
  filter: blur(18px);
  mix-blend-mode: screen;
  transition:
    opacity 220ms ease,
    top 180ms ease,
    left 180ms ease,
    width 180ms ease,
    height 180ms ease;
}

.stage-beam {
  position: absolute;
  inset: 0;
  z-index: 4;
  mix-blend-mode: screen;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.stage-beam-polygon {
  transform-box: fill-box;
  transform-origin: center top;
  transition: points 180ms ease;
}

.stage-beam-haze {
  fill: rgba(255, 230, 176, 0.18);
  filter: url(#stage-beam-haze-blur);
}

.stage-beam-core {
  fill: url(#stage-beam-core-gradient);
  filter: url(#stage-beam-core-blur);
  opacity: 0.92;
}

.stage-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    radial-gradient(
      ellipse var(--spot-mask-w) var(--spot-mask-h) at var(--spot-cx) var(--spot-cy),
      rgba(255, 249, 230, 0.16) 0%,
      rgba(255, 220, 154, 0.08) 42%,
      rgba(255, 220, 154, 0.035) 67%,
      transparent 100%
    ),
    repeating-radial-gradient(
      ellipse at var(--spot-cx) var(--spot-cy),
      rgba(255, 249, 230, 0.04) 0 1px,
      transparent 1px 10px
    ),
    repeating-linear-gradient(
      101deg,
      transparent 0 24px,
      rgba(255, 238, 196, 0.012) 25px 27px,
      transparent 27px 58px
    );
  -webkit-mask-image: radial-gradient(
    ellipse var(--spot-mask-w) var(--spot-mask-h) at var(--spot-cx) var(--spot-cy),
    rgba(0, 0, 0, 0.18) 0%,
    #000 34%,
    rgba(0, 0, 0, 0.58) 66%,
    transparent 98%
  );
  mask-image: radial-gradient(
    ellipse var(--spot-mask-w) var(--spot-mask-h) at var(--spot-cx) var(--spot-cy),
    rgba(0, 0, 0, 0.18) 0%,
    #000 34%,
    rgba(0, 0, 0, 0.58) 66%,
    transparent 98%
  );
  filter: blur(1.8px);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hero-frame.is-hovering .stage-beam {
  opacity: 1;
}

.hero-frame.is-hovering .stage-atmosphere {
  opacity: 1;
}

.hero-frame.is-hovering::before {
  opacity: 0.68;
}

.hero-frame.is-hovering::after {
  opacity: 1;
  animation: region-breathe 1800ms ease-in-out infinite alternate;
}

.hotspot {
  position: absolute;
  z-index: 8;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hotspot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.region-papers {
  top: 1.7%;
  left: 8.3%;
  width: 20.7%;
  height: 40.4%;
}

.region-costume {
  top: 4.6%;
  left: 30.25%;
  width: 34.25%;
  height: 88.6%;
}

.region-millinery {
  top: 1.7%;
  left: 66.15%;
  width: 25.25%;
  height: 41.7%;
}

.region-vignette {
  top: 42.2%;
  left: 10.3%;
  width: 23.5%;
  height: 34.7%;
}

.region-atelier {
  top: 45.0%;
  left: 65.4%;
  width: 9.2%;
  height: 31.3%;
}

.region-archive {
  top: 47.2%;
  left: 75.2%;
  width: 15.5%;
  height: 28.8%;
}

.hero-info-panel {
  position: absolute;
  right: auto;
  top: calc(100% - clamp(10px, 1.8vw, 24px) - 68px);
  bottom: auto;
  left: 50%;
  z-index: 7;
  --panel-offset-x: -50%;
  width: min(500px, calc(100% - 112px));
  padding: 7px 14px 8px;
  border: 1px solid rgba(245, 250, 255, 0.14);
  border-radius: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04) 56%, rgba(0, 0, 0, 0.12)),
    radial-gradient(120% 220% at 20% -110%, rgba(255, 255, 255, 0.22), transparent 58%),
    radial-gradient(90% 180% at 50% 0%, rgba(255, 255, 255, 0.1), transparent 62%),
    rgba(8, 8, 8, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 14px 0 36px rgba(255, 255, 255, 0.04),
    inset -14px 0 36px rgba(0, 0, 0, 0.22),
    0 14px 34px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(34px) saturate(0.72) contrast(0.9) brightness(1.22);
  backdrop-filter: blur(34px) saturate(0.72) contrast(0.9) brightness(1.22);
  isolation: isolate;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.8);
  transform: translateX(var(--panel-offset-x));
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.hero-info-panel::before,
.hero-info-panel::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hero-info-panel::before {
  border: 1px solid rgba(255, 252, 243, 0.1);
  background:
    linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.24) 46%, transparent 58%),
    radial-gradient(circle at 50% 0%, rgba(255, 238, 200, 0.13), transparent 42%);
  opacity: 0.3;
  transform: translateX(-52%);
}

.hero-info-panel::after {
  background:
    radial-gradient(120% 140% at 50% -18%, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 58%);
  opacity: 0.28;
}

.hero-info-panel.is-region-hovered {
  border-color: rgba(255, 246, 224, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 14px 0 36px rgba(255, 255, 255, 0.045),
    inset -14px 0 36px rgba(0, 0, 0, 0.22),
    0 14px 36px rgba(0, 0, 0, 0.25),
    0 0 22px rgba(var(--accent-rgb), 0.05);
}

.hero-info-panel.is-changing {
  animation: glass-panel-resolve 520ms cubic-bezier(0.2, 0.68, 0.18, 1) both;
}

.hero-info-panel.is-changing::before {
  animation: glass-edge-glide 720ms cubic-bezier(0.17, 0.67, 0.22, 1) both;
}

.hero-info-panel.is-changing::after {
  animation: glass-surface-settle 620ms cubic-bezier(0.2, 0.68, 0.18, 1) both;
}

.hero-info-index {
  position: relative;
  z-index: 1;
  margin: 0 0 2px;
  color: var(--accent);
  font-size: clamp(0.64rem, 0.8vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.hero-info-title {
  margin: 0;
}

.hero-info-copy {
  position: relative;
  z-index: 1;
  max-width: 465px;
  min-height: 0;
  margin: 0 auto;
  color: rgba(248, 242, 230, 0.8);
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  line-height: 1.2;
}

#readout-title,
#readout-copy {
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.hero-info-panel.is-changing #readout-title,
.hero-info-panel.is-changing #readout-copy {
  animation: readout-settle 360ms cubic-bezier(0.2, 0.68, 0.18, 1) both;
}

.hero-info-panel.is-changing .hero-info-index {
  animation: readout-index-settle 420ms cubic-bezier(0.2, 0.68, 0.18, 1) both;
}

.landing-footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(94vw, 1720px);
  padding: 5px 0 6px;
  margin: 0 auto;
  border-top: 1px solid rgba(248, 242, 230, 0.1);
  color: rgba(248, 242, 230, 0.38);
  font-family: var(--sans);
}

.landing-footer p {
  margin: 0;
  color: inherit;
  font-size: 0.5rem;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.landing-footer p:first-child {
  color: rgba(248, 242, 230, 0.48);
  font-family: inherit;
  font-size: 0.5rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mobile-hero-dock {
  display: none;
}

@keyframes region-breathe {
  from {
    opacity: 0.76;
  }

  to {
    opacity: 1;
  }
}

@keyframes header-glass-glide {
  from {
    opacity: 0.08;
    transform: translateX(-58%) skewX(-9deg);
  }

  to {
    opacity: 0.2;
    transform: translateX(44%) skewX(-9deg);
  }
}

@keyframes header-glass-shift {
  from {
    opacity: 0.1;
    background-position:
      -70% 0,
      50% 0;
  }

  to {
    opacity: 0.2;
    background-position:
      170% 0,
      50% 0;
  }
}

@keyframes glass-panel-resolve {
  0% {
    filter: brightness(1.08) saturate(1.1);
    transform: translateX(var(--panel-offset-x));
  }

  58% {
    filter: brightness(1.03) saturate(1.04);
  }

  100% {
    filter: brightness(1) saturate(1);
    transform: translateX(var(--panel-offset-x));
  }
}

@keyframes glass-edge-glide {
  0% {
    opacity: 0;
    transform: translateX(-72%);
  }

  28% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.12;
    transform: translateX(72%);
  }
}

@keyframes glass-surface-settle {
  0% {
    opacity: 0.36;
    transform: translateY(2px);
  }

  100% {
    opacity: 0.24;
    transform: translateY(0);
  }
}

@keyframes readout-settle {
  from {
    opacity: 0.42;
    filter: blur(1.2px);
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes readout-index-settle {
  from {
    opacity: 0.56;
    filter: blur(0.8px);
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .landing-header {
    align-items: center;
    flex-direction: row;
  }

  .nav {
    justify-content: flex-end;
  }

  .hero-stage {
    place-items: start center;
  }

  .hero-artwork {
    width: min(100%, 980px);
  }
}

@media (min-width: 641px) {
  .hero-artwork {
    height: calc(100svh - 98px);
  }

  .hero-frame {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (min-width: 641px) and (max-aspect-ratio: 1/1) {
  .hero-stage {
    align-items: start;
    justify-items: center;
  }

  .hero-artwork {
    width: min(94vw, 1720px);
    height: max(420px, calc(100svh - 96px));
  }

  .hero-frame {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 640px) {
  body {
    --mobile-footer-h: clamp(104px, 25vw, 112px);
    padding-bottom: 0;
  }

  .landing-main {
    flex: 0 0 auto;
  }

  .landing-header {
    top: 4px;
    width: calc(100vw - 24px);
    min-height: 42px;
    padding: 5px 12px;
  }

  .brand span:first-child {
    font-size: 1rem;
  }

  .brand span:last-child,
  .nav,
  .hero-info-index {
    font-size: 0.44rem;
    letter-spacing: 0.105em;
  }

  .nav {
    gap: 7px;
  }

  .work-dropdown {
    right: 0;
    min-width: 188px;
    transform: translateY(-4px);
  }

  .work-dropdown a,
  .work-dropdown button {
    padding: 11px 10px;
  }

  .nav-work:hover .work-dropdown,
  .nav-work:focus-within .work-dropdown,
  .nav-work.is-open .work-dropdown {
    transform: translateY(0);
  }

  .hero-stage {
    padding: 52px 16px 8px;
  }

  .hero-artwork {
    width: calc(100vw - 32px);
  }

  .hero-frame {
    height: max(360px, calc(100svh - var(--mobile-footer-h) - 44px));
    aspect-ratio: auto;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-position: 50% 50%;
    transform: none;
  }

  .hero-frame.is-hovering::before,
  .hero-frame.is-hovering::after,
  .stage-beam,
  .stage-atmosphere {
    display: none;
  }

  .hotspot {
    display: none;
  }

  .hero-info-panel {
    position: absolute;
    width: 1px;
    height: 1px;
    --panel-offset-x: 0%;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    transform: none;
  }

  .hero-info-panel::before,
  .hero-info-panel::after {
    content: none;
  }

  .hero-info-copy {
    min-height: 0;
    font-size: 0.84rem;
  }

  .inner-page .inner-main {
    padding-bottom: calc(154px + env(safe-area-inset-bottom));
  }

  .mobile-hero-dock {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 42;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    padding: 8px 14px;
    margin: 7px 0 0;
    border: 1px solid rgba(245, 250, 255, 0.16);
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.045) 58%, rgba(0, 0, 0, 0.18)),
      radial-gradient(120% 220% at 20% -110%, rgba(255, 255, 255, 0.23), transparent 58%),
      rgba(8, 8, 8, 0.56);
    box-shadow:
      inset 2px 2px 1px rgba(255, 255, 255, 0.28),
      inset -1px -1px 1px rgba(255, 255, 255, 0.12),
      0 12px 32px rgba(0, 0, 0, 0.42),
      0 0 20px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(28px) saturate(0.78) contrast(0.9) brightness(1.2);
    backdrop-filter: blur(28px) saturate(0.78) contrast(0.9) brightness(1.2);
    isolation: isolate;
    overflow: visible;
  }

  .mobile-hero-dock::before,
  .mobile-hero-dock::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 0 !important;
    content: "";
    overflow: hidden;
    pointer-events: none;
  }

  .mobile-hero-dock::before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    filter: url("#dock-glass-distortion");
    opacity: 0.42;
  }

  .mobile-hero-dock::after {
    background:
      linear-gradient(106deg, transparent 0 34%, rgba(255, 255, 255, 0.24) 46%, transparent 58%),
      radial-gradient(120% 140% at 50% -18%, rgba(255, 255, 255, 0.18), transparent 36%);
    opacity: 0.3;
  }

  .mobile-hero-dock a {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: clamp(34px, 10vw, 44px);
    height: clamp(34px, 10vw, 44px);
    min-width: 34px;
    color: rgba(248, 242, 230, 0.84);
    transition:
      color 180ms ease,
      transform 420ms cubic-bezier(0.175, 0.885, 0.32, 2.2);
    touch-action: manipulation;
  }

  .mobile-hero-dock a + a {
    margin-left: clamp(8px, 3vw, 14px);
  }

  .mobile-hero-dock a::before,
  .mobile-hero-dock a::after {
    position: absolute;
    left: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .mobile-hero-dock a::before {
    top: -13px;
    width: 7px;
    height: 7px;
    background: rgba(10, 9, 8, 0.72);
    border-right: 1px solid rgba(245, 250, 255, 0.14);
    border-bottom: 1px solid rgba(245, 250, 255, 0.14);
    content: "";
    transform: translateX(-50%) translateY(4px) rotate(45deg);
  }

  .mobile-hero-dock a::after {
    bottom: calc(100% + 10px);
    padding: 5px 8px 6px;
    border: 1px solid rgba(245, 250, 255, 0.14);
    border-radius: 0;
    color: rgba(248, 242, 230, 0.94);
    background: rgba(10, 9, 8, 0.72);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    content: attr(data-label);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-hero-dock a:hover,
  .mobile-hero-dock a:focus-visible {
    color: rgba(255, 246, 224, 0.98);
    transform: translateY(-3px) scale(1.08);
  }

  .mobile-hero-dock a[aria-current="page"] {
    color: rgba(255, 246, 224, 0.98);
  }

  .mobile-hero-dock a[aria-current="page"] svg {
    filter: drop-shadow(0 0 10px rgba(221, 174, 102, 0.34));
  }

  .mobile-hero-dock a:hover::before,
  .mobile-hero-dock a:hover::after,
  .mobile-hero-dock a:focus-visible::before,
  .mobile-hero-dock a:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .mobile-hero-dock a:hover::before,
  .mobile-hero-dock a:focus-visible::before {
    transform: translateX(-50%) translateY(0) rotate(45deg);
  }

  .mobile-hero-dock svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .landing-footer {
    position: fixed;
    right: 12px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    width: auto;
    padding: 0;
    margin: 0 auto;
    border-top: 0;
    pointer-events: none;
  }

  .landing-footer p,
  .landing-footer .mobile-hero-dock {
    pointer-events: auto;
  }

  .landing-footer p {
    padding: 0 4px;
    font-size: 0.46rem;
    line-height: 1.05;
  }

  .landing-footer p:nth-child(2) {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
