:root { color-scheme: dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0c0b10; color: #f4f1f3; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid #dbb4ff; outline-offset: 4px; }
[hidden] { display: none !important; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 72px; padding: 0 clamp(20px, 4vw, 68px); display: flex; justify-content: space-between; align-items: center; background: linear-gradient(#0b0a0ed8, transparent); }
.brand { font-size: 20px; font-weight: 760; white-space: nowrap; }
.brand span:first-child { color: #d9c6df; }
.brand-dot { color: #b88bcf; }
.site-header nav { display: flex; gap: clamp(18px, 3vw, 42px); font-size: 13px; font-weight: 620; }
.site-header nav a { opacity: .88; }
.site-header nav a:hover { opacity: 1; }
.in-work .site-header { color: #171519; background: #f1eff0; border-bottom: 1px solid #18131920; }
.in-work .brand span:first-child, .in-work .brand-dot { color: #704680; }
.spot-open .site-header { pointer-events: none; }
.spot-open .site-header nav { visibility: hidden; }

.experience { height: 520vh; position: relative; }
.experience-sticky { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden; background: #0b0a0f; isolation: isolate; }
.tour-video, .loop-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tour-video { z-index: 0; }
.loop-video { z-index: 1; opacity: 0; transition: opacity .35s ease; }
.experience-sticky.panel-open .loop-video { opacity: 1; }
.film-shade { z-index: 2; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #09090dba 0%, #09090d33 45%, transparent 78%), linear-gradient(0deg, #08080bc4, transparent 32%); }
.stage-copy { position: absolute; z-index: 3; left: clamp(20px, 4vw, 68px); bottom: clamp(76px, 11vh, 140px); max-width: min(520px, 62vw); transition: opacity .25s ease, transform .25s ease; }
.experience-sticky.panel-open .stage-copy { opacity: 0; transform: translateY(12px); pointer-events: none; }
.eyebrow { margin: 0 0 14px; color: #dcb8ec; font-size: 12px; font-weight: 750; text-transform: uppercase; }
.stage-copy h1 { margin: 0; font-size: clamp(36px, 4vw, 64px); font-weight: 680; line-height: 1.05; }
.stage-description { max-width: 35ch; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.4; color: #e9e6eb; margin: 15px 0 26px; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 48px; padding: 0 17px; border: 1px solid #e9d9ed; border-radius: 3px; background: #ede7ee; color: #151019; font-size: 13px; font-weight: 750; }
.primary-button:hover { background: #fff; }
.primary-button:disabled { opacity: .42; cursor: default; }
.primary-button.is-away { visibility: hidden; }
.spot-nav { position: absolute; z-index: 4; top: 50%; right: clamp(20px, 3.5vw, 62px); transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.spot-link { display: flex; align-items: center; gap: 12px; min-height: 36px; border: 0; background: transparent; color: #f2edf5a8; font-size: 12px; text-align: right; }
.spot-link span { display: inline-flex; justify-content: center; align-items: center; order: 2; width: 31px; height: 31px; border: 1px solid #d8c6d299; border-radius: 50%; }
.spot-link strong { font-weight: 650; }
.spot-link.active, .spot-link:hover { color: #fff; }
.spot-link.active span { border-color: #e7cef4; background: #774b86; }
.tour-progress { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 3px; background: #ffffff45; }
.tour-progress span { display: block; height: 100%; width: 0; background: #d7b8df; }
.timecode { position: absolute; z-index: 5; right: clamp(20px, 3.5vw, 62px); bottom: 33px; color: #f7f0f2cc; font-size: 12px; font-variant-numeric: tabular-nums; }

.spot-panel { position: absolute; z-index: 10; right: 0; top: 0; bottom: 0; width: min(480px, 100%); background: #121116f0; border-left: 1px solid #c9b7c43d; backdrop-filter: blur(22px); overflow-y: auto; padding: 88px clamp(22px, 3vw, 46px) 40px; }
.close-button { position: absolute; right: clamp(22px, 3vw, 46px); top: 26px; border: 0; padding: 8px 0; background: transparent; color: #eee6ed; display: flex; align-items: center; gap: 14px; font-size: 13px; }
.close-button span { font-size: 25px; line-height: 1; }
.panel-inner h2 { font-size: clamp(28px, 2.5vw, 42px); line-height: 1.08; margin: 0 0 22px; font-weight: 660; }
.panel-inner > p:not(.eyebrow) { font-size: 15px; line-height: 1.55; color: #d6d1d7; }
.panel-inner img { margin-top: 26px; display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border: 1px solid #ffffff2a; }
.panel-inner .panel-footnote { margin-top: 14px; font-size: 12px !important; color: #bdb5bf !important; }

.work-section { background: #f1eff0; color: #171519; padding: 96px clamp(20px, 4vw, 68px) 112px; }
.work-section .eyebrow { color: #704680; }
.section-head { max-width: 700px; margin-bottom: 58px; }
.section-head h2 { font-size: clamp(34px, 4vw, 58px); line-height: 1.07; margin: 0; font-weight: 650; }
.work-list { display: grid; gap: 54px; }
.work-item { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(28px, 5vw, 84px); align-items: center; border-top: 1px solid #18131933; padding-top: 24px; }
.work-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #242127; }
.work-number { font-size: 13px; color: #694778; font-weight: 750; }
.work-item h3 { font-size: clamp(26px, 2.8vw, 40px); margin: 12px 0; font-weight: 650; }
.work-item p { font-size: 16px; line-height: 1.5; color: #47414a; max-width: 44ch; }
.work-item button { display: inline-flex; gap: 20px; align-items: center; margin-top: 13px; padding: 10px 0; color: #231926; border: 0; border-bottom: 1px solid #795086; background: transparent; font-size: 14px; font-weight: 720; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 35px clamp(20px, 4vw, 68px); background: #0c0b10; font-size: 14px; }
.site-footer span:first-child { font-weight: 760; }
.site-footer nav { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer a:hover { color: #dab8eb; }

@media (max-width: 760px) {
  .site-header { height: 62px; }
  .site-header nav { gap: 14px; font-size: 12px; }
  .brand { font-size: 17px; }
  .tour-video, .loop-video { object-position: 52% center; }
  .film-shade { background: linear-gradient(0deg, #07070ce5, #07070c16 42%, transparent 68%), linear-gradient(90deg, #07070c6b, transparent 75%); }
  .stage-copy { max-width: calc(100% - 40px); bottom: 102px; }
  .stage-copy h1 { font-size: clamp(30px, 8vw, 45px); }
  .stage-description { margin: 10px 0 18px; font-size: 14px; }
  .spot-nav { top: auto; bottom: 20px; right: auto; left: 20px; transform: none; flex-direction: row; gap: 6px; }
  .spot-link { gap: 0; }
  .spot-link span { order: 0; width: 31px; height: 31px; }
  .spot-link strong { display: none; }
  .timecode { right: 20px; bottom: 30px; font-size: 11px; }
  .spot-panel { top: auto; left: 0; width: 100%; height: min(72dvh, 660px); border-left: 0; border-top: 1px solid #c9b7c43d; padding-top: 64px; }
  .close-button { top: 16px; }
  .work-section { padding-top: 72px; padding-bottom: 80px; }
  .work-item { display: block; }
  .work-item > div { padding-top: 20px; }
  .work-list { gap: 44px; }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 380px) { .site-header nav a:first-child { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .loop-video, .stage-copy { transition: none; } }
