:root {
  color-scheme: dark;
  --blueprint-hold: 1250ms;
  --morph-duration: 2600ms;
  --content-delay: 3450ms;
  --gold: #f1d47e;
  --ink: #06111c;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; overflow-x: clip; }
html { scroll-behavior: smooth; }

body {
  background: #0a3b67;
  color: #fff8e4;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.experience { position: relative; min-height: 100vh; min-height: 100svh; isolation: isolate; overflow: hidden; }
.scene, .scene__image, .scene__wash, .scene__trace { position: absolute; inset: 0; }

.scene__image {
  width: 100%; height: 100%; object-fit: cover; object-position: 52% center;
  user-select: none; -webkit-user-drag: none;
}

.scene__image--blueprint { z-index: 2; opacity: 1; }
.scene__image--monaco { z-index: 1; opacity: 0; transform: scale(1.018); }

.scene__wash {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(1, 9, 17, .12) 0%, transparent 42%, rgba(2, 8, 13, .82) 100%),
    linear-gradient(90deg, rgba(0, 6, 12, .35), transparent 45%);
  opacity: 0;
}

.scene__trace {
  z-index: 4;
  opacity: 0;
  background-image: url("../public/experiments/exp_001_blueprint_morph/blueprint-master.jpg?v=ltb-blueprint-v2");
  background-size: cover;
  background-position: 52% center;
  mix-blend-mode: screen;
  filter: contrast(1.35) brightness(1.3);
  -webkit-mask-image: linear-gradient(105deg, transparent 0 36%, #000 58%, transparent 88%);
  mask-image: linear-gradient(105deg, transparent 0 36%, #000 58%, transparent 88%);
}

.is-ready .scene__image--monaco {
  animation: reveal-monaco var(--morph-duration) cubic-bezier(.22, .61, .36, 1) var(--blueprint-hold) forwards,
             settle 18s ease-out calc(var(--blueprint-hold) + var(--morph-duration)) forwards;
}

.is-ready .scene__image--blueprint { animation: dissolve-blueprint var(--morph-duration) cubic-bezier(.4, 0, .2, 1) var(--blueprint-hold) forwards; }
.is-ready .scene__trace { animation: registered-trace var(--morph-duration) ease-in-out var(--blueprint-hold) forwards; }
.is-ready .scene__wash { animation: wash-in 900ms ease-out var(--content-delay) forwards; }

@keyframes reveal-monaco { 0% { opacity: 0; filter: saturate(.7); } 40% { opacity: .55; } 100% { opacity: 1; filter: saturate(1); transform: scale(1.008); } }
@keyframes dissolve-blueprint { 0% { opacity: 1; } 52% { opacity: .62; mix-blend-mode: screen; } 78% { opacity: .22; } 100% { opacity: 0; } }
@keyframes registered-trace { 0%, 43% { opacity: 0; } 57% { opacity: .28; } 78% { opacity: .14; } 100% { opacity: 0; } }
@keyframes wash-in { to { opacity: 1; } }
@keyframes settle { from { transform: scale(1.008); } to { transform: scale(1); } }

.hero {
  --hero-edge: clamp(1.25rem, 6vw, 7rem);
  position: absolute; z-index: 5; top: clamp(1.5rem, 5vw, 4.5rem); right: var(--hero-edge);
  width: min(66rem, calc(100vw - var(--hero-edge) - 1.25rem)); text-align: right;
  opacity: 0; transform: translateY(16px);
}

.hero__brand { margin: 0 0 clamp(1.6rem, 6vh, 4.5rem); color: var(--gold); font-size: clamp(.85rem, 1.18vw, 1.12rem); letter-spacing: .24em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(2.25rem, 4.35vw, 4.84rem); line-height: .9; letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.is-ready .hero { animation: content-in 850ms cubic-bezier(.22, .61, .36, 1) var(--content-delay) forwards; }

.disciplines {
  position: absolute; z-index: 6; left: clamp(1rem, 2.2vw, 2.5rem); right: clamp(1rem, 2.2vw, 2.5rem); bottom: clamp(1rem, 2.4vw, 2.5rem);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  border: 1px solid rgba(241, 212, 126, .45); background: rgba(241, 212, 126, .32);
  opacity: 0; transform: translateY(18px);
}

.discipline {
  position: relative; overflow: hidden; border: 0; border-radius: 0; text-align: left; cursor: pointer;
  min-height: 6.25rem; padding: 1.15rem 1.25rem; display: flex; flex-direction: column; justify-content: space-between;
  color: #fff8e4; background: rgba(4, 13, 20, .74); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  font-family: inherit; font-size: clamp(.7rem, .9vw, .95rem); letter-spacing: .08em; line-height: 1.3; text-transform: uppercase;
  text-decoration: none;
  transition: background-color 260ms ease, color 260ms ease, box-shadow 260ms ease;
}
.discipline span { color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: 0; transition: color 260ms ease; }
.discipline::before {
  content: ""; position: absolute; top: .72rem; right: 1.1rem; width: clamp(2.8rem, 5vw, 5rem); height: .7rem;
  opacity: 0; transform: scaleX(.72); transform-origin: right center;
  background:
    linear-gradient(var(--gold), var(--gold)) right center / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 0 18%, var(--gold) 18% 19%, transparent 19% 49%, var(--gold) 49% 50%, transparent 50% 80%, var(--gold) 80% 81%, transparent 81%) right center / 100% 7px no-repeat;
  transition: opacity 260ms ease, transform 260ms ease;
}
.discipline::after {
  content: attr(data-annotation); position: absolute; top: 1.55rem; right: 1.1rem;
  color: rgba(241, 212, 126, .9); font-size: .48rem; letter-spacing: .16em; white-space: nowrap;
  opacity: 0; transition: opacity 220ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .discipline:hover { background: rgba(12, 29, 39, .88); box-shadow: inset 0 1px rgba(241, 212, 126, .62); }
  .discipline:hover::before, .discipline:hover::after { opacity: 1; transform: scaleX(1); }
  .discipline:hover span { color: #ffe49a; }
}
.discipline:focus-visible,
.discipline[aria-pressed="true"] { z-index: 2; outline: 1px solid rgba(255, 248, 228, .95); outline-offset: -3px; background: rgba(12, 29, 39, .9); box-shadow: inset 0 1px rgba(241, 212, 126, .72); }
.discipline:focus-visible::before, .discipline:focus-visible::after,
.discipline[aria-pressed="true"]::before, .discipline[aria-pressed="true"]::after { opacity: 1; transform: scaleX(1); }
.discipline:focus-visible span, .discipline[aria-pressed="true"] span { color: #ffe49a; }
.is-ready .disciplines { animation: content-in 650ms ease-out calc(var(--content-delay) + 350ms) forwards; }

@keyframes content-in { to { opacity: 1; transform: none; } }
.status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.cinema {
  position: relative; min-height: 100vh; padding: clamp(5rem, 11vw, 10rem) clamp(1rem, 5vw, 5rem) clamp(5rem, 9vw, 8rem);
  background: #07131e; color: #fff8e4;
}
.cinema__statement {
  position: relative; z-index: 2; margin: 0 auto clamp(2.25rem, 5vw, 4.75rem); width: min(100%, 64rem);
  display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem;
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3.1vw, 3.85rem); font-weight: 400;
  line-height: .96; letter-spacing: -.025em; text-transform: uppercase;
}
.cinema__statement--right {
  max-width: 16ch; font-size: .82em; line-height: 1.02; text-align: right;
}
.has-copy-motion .cinema__statement > span {
  opacity: 0; transform: translateY(8px);
}
.has-copy-motion .cinema.is-copy-revealed .cinema__statement > span {
  opacity: 1; transform: none;
  transition: opacity 950ms cubic-bezier(.22, .61, .36, 1), transform 950ms cubic-bezier(.22, .61, .36, 1);
}
.has-copy-motion .cinema.is-copy-revealed .cinema__statement > .cinema__statement--right {
  transition: opacity 950ms cubic-bezier(.22, .61, .36, 1) 520ms, transform 950ms cubic-bezier(.22, .61, .36, 1) 520ms;
}
.cinema__aperture {
  position: relative; margin: 0 auto; width: min(100%, 64rem); aspect-ratio: 1 / 1; overflow: hidden; background: #d9d4c9;
}
.cinema__aperture::before {
  content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 13, 19, .1), transparent 28%, transparent 76%, rgba(5, 13, 19, .18));
}
.cinema__aperture img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%; }

.spatial-world {
  position: relative; min-height: 220vh; min-height: 220svh;
  background: #07131e;
}
.spatial-world__stage {
  position: sticky; top: 0; min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; padding: clamp(2rem, 6vw, 6rem);
  perspective: 1400px;
}
.spatial-world__object {
  margin: 0; width: min(70vw, 82rem);
  transform: var(--world-transform, none); transform-origin: 50% 52%;
  backface-visibility: hidden;
}
.spatial-world__object img {
  display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain;
  user-select: none; -webkit-user-drag: none;
}
.spatial-world.is-spatial-active .spatial-world__object { will-change: transform; }

.flythrough {
  position: relative; min-height: 560vh; min-height: 560svh;
  background: #07131e;
}
.flythrough__sticky {
  position: sticky; top: 0; width: 100vw; height: 100vh; height: 100svh;
  overflow: hidden; background: #07131e;
}
.flythrough__video,
.flythrough__storyboard,
.flythrough__image { position: absolute; inset: 0; width: 100%; height: 100%; }
.flythrough__video { display: none; object-fit: cover; }
.flythrough__storyboard { overflow: hidden; }
.flythrough__image {
  display: block; object-fit: cover; object-position: var(--flythrough-position, 50% 50%);
  opacity: 0; transform: translate3d(var(--flythrough-x, 0), var(--flythrough-y, 0), 0) scale(var(--flythrough-scale, 1));
  transition: opacity 900ms cubic-bezier(.22, .61, .36, 1);
  user-select: none; -webkit-user-drag: none; will-change: auto;
}
.flythrough__image[data-fit="editorial"] {
  inset: var(--flythrough-editorial-inset, 7%);
  width: var(--flythrough-editorial-size, 86%);
  height: var(--flythrough-editorial-size, 86%);
  object-fit: contain;
}
.flythrough__image.is-active { opacity: 1; will-change: transform, opacity; }

.worlds-intro {
  position: relative; min-height: 220vh; min-height: 220svh;
  background: #07131e; color: #fff8e4;
}
.worlds-intro__sticky {
  position: sticky; top: 0; min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; padding: clamp(2rem, 7vw, 7rem);
  overflow: hidden;
}
.worlds-intro__copy { width: min(100%, 76rem); text-align: center; }
.worlds-intro__primary {
  max-width: 15ch; margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 5.3vw, 5.6rem);
  font-weight: 400; line-height: .94; letter-spacing: -.035em; text-wrap: balance;
  text-transform: uppercase;
}
.worlds-intro__secondary {
  margin: clamp(1.75rem, 4vh, 3rem) 0 0;
  color: var(--gold); font-size: clamp(.68rem, .9vw, .92rem);
  letter-spacing: .2em; line-height: 1.4; text-transform: uppercase;
}
.has-worlds-intro-motion .worlds-intro__primary { opacity: var(--worlds-intro-primary, 0); }
.has-worlds-intro-motion .worlds-intro__secondary { opacity: var(--worlds-intro-secondary, 0); }

.worlds {
  position: relative; min-height: 400vh; min-height: 400svh;
  background: #07131e; color: #fff8e4;
}
.worlds__sticky {
  position: sticky; top: 0; min-height: 100vh; min-height: 100svh;
  display: grid; grid-template-rows: auto minmax(0, 1fr); align-content: center;
  gap: clamp(1.25rem, 2.4vh, 2rem); padding: clamp(1.5rem, 3vh, 2.25rem) 0;
  overflow: hidden;
}
.worlds__header {
  width: min(88vw, 90rem); margin: 0 auto;
}
.worlds__header h2 {
  margin: 0 0 clamp(1rem, 2.4vh, 1.75rem); color: var(--gold);
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.65vw, 1.65rem);
  font-weight: 400; letter-spacing: .08em; text-transform: uppercase;
}
.worlds__index {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(.75rem, 2vw, 2.25rem);
}
.worlds__tab {
  position: relative; min-height: 44px; padding: .55rem 0 .8rem; border: 0; border-radius: 0;
  color: rgba(255, 248, 228, .48); background: transparent; cursor: pointer; text-align: left;
  font: inherit; font-size: clamp(.61rem, .75vw, .76rem); letter-spacing: .1em; line-height: 1.25;
  text-transform: uppercase; white-space: nowrap;
  transition: color 280ms ease, letter-spacing 280ms ease;
}
.worlds__tab::after {
  content: ""; position: absolute; right: 0; bottom: .25rem; left: 0; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform 360ms cubic-bezier(.22, .61, .36, 1);
}
.worlds__tab[aria-selected="true"] { color: #fff8e4; letter-spacing: .12em; }
.worlds__tab[aria-selected="true"]::after { transform: scaleX(1); }
.worlds__tab:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; color: #fff8e4; }
.worlds__number { margin-right: .55em; color: var(--gold); font-family: Georgia, serif; letter-spacing: 0; }
.worlds__stage {
  position: relative; grid-row: 2; grid-column: 1;
  width: min(88vw, 84svh, calc(100svh - 11.375rem)); aspect-ratio: 1 / 1;
  margin: 0 auto; padding: 0; overflow: hidden; border: 0; background: #0b1a25;
}
.worlds__frame {
  position: absolute; inset: 0; opacity: 0; transform: scale(1.012); pointer-events: none;
  overflow: hidden; background: #0b1a25;
  transition: opacity 620ms cubic-bezier(.22, .61, .36, 1), transform 760ms cubic-bezier(.22, .61, .36, 1);
}
.worlds__frame.is-active { opacity: 1; transform: scale(1); }
.worlds__frame img {
  display: block; width: 100%; height: 100%; border: 0; object-fit: contain;
  object-position: var(--world-media-position, 50% 50%);
  transform: translate3d(var(--world-media-x, 0), var(--world-media-y, 0), 0) scale(var(--world-media-scale, 1));
  transform-origin: var(--world-media-origin, 50% 50%);
}
.worlds__placeholder {
  position: absolute; inset: 0; display: grid; place-items: center; padding: 2rem;
  color: rgba(255, 248, 228, .42); background:
    linear-gradient(135deg, transparent 0 49.9%, rgba(241, 212, 126, .09) 50%, transparent 50.1%),
    linear-gradient(45deg, transparent 0 49.9%, rgba(241, 212, 126, .06) 50%, transparent 50.1%),
    radial-gradient(circle at 68% 34%, rgba(36, 80, 106, .72), transparent 42%), #0b1a25;
  font-size: .66rem; letter-spacing: .2em; text-align: center; text-transform: uppercase;
}
.worlds__placeholder::before { content: "Approved media pending"; }
.worlds__caption {
  position: absolute; z-index: 3; right: clamp(1rem, 2.4vw, 2.5rem); bottom: clamp(1rem, 2.4vw, 2.25rem);
  max-width: calc(100% - 2rem); color: #fff8e4; text-align: right;
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(.9rem, 1.4vw, 1.35rem);
  letter-spacing: .04em; text-transform: uppercase; text-shadow: 0 1px 18px rgba(0, 0, 0, .8);
  opacity: 1; transform: none;
  transition: opacity 220ms ease, transform 220ms cubic-bezier(.22, .61, .36, 1);
}
.worlds__caption.is-changing { opacity: 0; transform: translateY(4px); }

.worlds__opener {
  position: relative; z-index: 4; grid-row: 2; grid-column: 1;
  width: min(88vw, 84svh, calc(100svh - 11.375rem)); aspect-ratio: 1 / 1;
  margin: 0 auto; pointer-events: none; opacity: 0;
  transition: opacity 320ms ease;
}
.worlds__opener.is-opener-active { opacity: 1; }
.worlds__opener-block,
.worlds__opener-footer {
  position: absolute; margin: 0; color: rgba(255, 248, 228, .86);
  letter-spacing: .09em; line-height: 1.5;
  text-transform: uppercase; white-space: pre-line;
}
.worlds__opener-block {
  top: 43%; width: clamp(15rem, 20vw, 20rem);
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}
.worlds__opener-block--left {
  right: calc(100% + clamp(1.5rem, 3vw, 4.5rem)); text-align: right;
  opacity: 0; transform: translateX(-26px);
}
.worlds__opener-block--right {
  left: calc(100% + clamp(1.5rem, 3vw, 4.5rem)); text-align: left;
  opacity: 0; transform: translateX(26px);
}
.worlds__opener-footer {
  top: calc(100% + clamp(1rem, 1.25vw, 1.5rem)); left: 50%; width: max-content; max-width: 88vw;
  color: rgba(241, 212, 126, .82); font-size: clamp(.875rem, .9vw, 1rem);
  line-height: 1.1; text-align: center; white-space: normal;
  opacity: 0; transform: translate(-50%, 14px);
}
.worlds__opener.is-opener-animating .worlds__opener-block--left {
  animation: worlds-opener-left 1050ms cubic-bezier(.22, .61, .36, 1) 500ms forwards;
}
.worlds__opener.is-opener-animating .worlds__opener-block--right {
  animation: worlds-opener-right 1050ms cubic-bezier(.22, .61, .36, 1) 1200ms forwards;
}
.worlds__opener.is-opener-animating .worlds__opener-footer {
  animation: worlds-opener-footer 950ms cubic-bezier(.22, .61, .36, 1) 2450ms forwards;
}

@keyframes worlds-opener-left {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes worlds-opener-right {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes worlds-opener-footer {
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 1100px) {
  .spatial-world__object { width: min(84vw, 64rem); }
  .worlds__header { width: 90vw; }
  .worlds__stage { width: min(90vw, 84svh, calc(100svh - 11.375rem)); }
  .worlds__opener { width: min(90vw, 84svh, calc(100svh - 11.375rem)); }
  .worlds__opener-block {
    width: clamp(10rem, 18vw, 11.5rem);
    font-size: clamp(.8125rem, 1.35vw, 1rem); letter-spacing: .07em;
  }
  .worlds__opener-block--left { right: calc(100% + clamp(.75rem, 1.5vw, 1.5rem)); }
  .worlds__opener-block--right { left: calc(100% + clamp(.75rem, 1.5vw, 1.5rem)); }
}

@media (max-width: 800px) {
  .scene__image { object-position: 57% center; }
  .scene__trace { background-position: 57% center; }
  .hero { top: 1.35rem; right: 1rem; width: calc(100vw - 2rem); }
  .hero__brand { margin-bottom: min(34vh, 13rem); }
  .hero h1 { font-size: clamp(2rem, 9.3vw, 4.25rem); line-height: .94; }
  .disciplines { grid-template-columns: repeat(2, 1fr); bottom: .85rem; left: .85rem; right: .85rem; }
  .discipline { min-height: 4.75rem; padding: .7rem .85rem; }
  .discipline span { font-size: 1rem; }
  .discipline::before { top: .55rem; right: .7rem; width: 2.6rem; }
  .discipline::after { top: 1.25rem; right: .7rem; }
  .cinema { padding: 6rem 1.5rem 5rem; }
  .cinema__statement { margin-bottom: 2.5rem; display: grid; grid-template-columns: 1fr; font-size: clamp(1.8rem, 5.6vw, 3rem); }
  .cinema__statement--right { margin-left: auto; max-width: 15ch; justify-self: end; }
  .spatial-world__object { width: min(88vw, 58rem); }
  .worlds__header { width: 94vw; }
  .worlds__stage { width: min(94vw, 84svh, calc(100svh - 11.375rem)); }
  .worlds__opener { width: min(94vw, 84svh, calc(100svh - 11.375rem)); }
  .worlds__opener-block { top: calc(100% + 1.15rem); width: 46%; font-size: clamp(.75rem, 1.8vw, .875rem); }
  .worlds__opener-block--left { right: auto; left: 0; text-align: left; }
  .worlds__opener-block--right { right: 0; left: auto; text-align: right; }
  .worlds__opener-footer { top: calc(100% + 5.25rem); font-size: clamp(.625rem, 1.5vw, .75rem); }
  .worlds__index {
    display: flex; gap: 1.5rem; overflow-x: auto; overscroll-behavior-inline: contain;
    scrollbar-width: none; scroll-snap-type: x proximity;
  }
  .worlds__index::-webkit-scrollbar { display: none; }
  .worlds__tab { flex: 0 0 auto; scroll-snap-align: start; }
}

@media (max-width: 430px) {
  .scene__image { object-position: 58% center; }
  .scene__trace { background-position: 58% center; }
  .hero h1 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .hero__brand { margin-bottom: 26vh; }
  .discipline { min-height: 4.25rem; font-size: .61rem; letter-spacing: .055em; }
  .discipline::after { display: none; }
  .cinema { padding: 5.25rem .9rem 4rem; }
  .cinema__statement { gap: 1.25rem; font-size: clamp(1.65rem, 8vw, 2rem); }
  .cinema__statement--right { max-width: 15ch; }
  .spatial-world { min-height: 185vh; min-height: 185svh; }
  .spatial-world__stage { padding: 1.25rem; }
  .spatial-world__object { width: 92vw; }
  .flythrough { min-height: 520vh; min-height: 520svh; }
  .worlds-intro { min-height: 190vh; min-height: 190svh; }
  .worlds-intro__sticky { padding: 2rem 1.15rem; }
  .worlds-intro__primary { max-width: 12ch; font-size: clamp(2rem, 10.5vw, 2.75rem); line-height: .98; }
  .worlds-intro__secondary { margin-top: 1.6rem; font-size: .65rem; letter-spacing: .16em; }
  .worlds { min-height: 370vh; min-height: 370svh; }
  .worlds__sticky { gap: 1rem; padding: 1.25rem 0; }
  .worlds__header { width: 96vw; }
  .worlds__header h2 { margin-bottom: .65rem; font-size: 1rem; }
  .worlds__stage { width: 96vw; }
  .worlds__opener { width: 96vw; }
  .worlds__caption { right: .9rem; bottom: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  :root { --blueprint-hold: 180ms; --morph-duration: 350ms; --content-delay: 430ms; }
  *, *::before, *::after { scroll-behavior: auto !important; }
  .is-ready .scene__image--monaco { animation: reveal-monaco 350ms linear 180ms forwards; transform: none; }
  .is-ready .scene__image--blueprint { animation: dissolve-blueprint 350ms linear 180ms forwards; }
  .is-ready .scene__trace { display: none; }
  .is-ready .scene__wash, .is-ready .hero, .is-ready .disciplines { animation-duration: 1ms; transform: none; }
  .discipline, .discipline span, .discipline::before, .discipline::after { transition: none; }
  .cinema__aperture img { transform: none; }
  .has-copy-motion .cinema__statement > span { opacity: 1; transform: none; transition: none; }
  .spatial-world { min-height: 100vh; min-height: 100svh; }
  .spatial-world__object { transform: none !important; }
  .flythrough__image { transition: opacity 180ms linear; transform: none !important; }
  .worlds-intro { min-height: 100vh; min-height: 100svh; }
  .worlds-intro__primary, .worlds-intro__secondary { opacity: 1 !important; }
  .worlds { min-height: 400vh; min-height: 400svh; }
  .worlds__frame, .worlds__frame img, .worlds__caption, .worlds__tab, .worlds__tab::after { transition: none; transform: none !important; }
  .worlds__opener { transition: none; }
  .worlds__opener.is-opener-active .worlds__opener-block,
  .worlds__opener.is-opener-active .worlds__opener-footer {
    animation: none; opacity: 1; transform: none;
  }
  .worlds__opener.is-opener-active .worlds__opener-footer { transform: translateX(-50%); }
}

/* Compact semantic discovery layer */
.positioning,
.world-context,
.design-intelligence { background: #07131e; color: #fff8e4; }
.positioning,
.design-intelligence { padding: clamp(6rem, 13vw, 12rem) clamp(1.25rem, 8vw, 8rem); }
.semantic-copy,
.world-context__panel,
.world-context__status { width: min(100%, 66rem); margin-inline: auto; }
.semantic-eyebrow {
  margin: 0 0 1.25rem; color: var(--gold); font-size: clamp(.65rem, .8vw, .78rem);
  letter-spacing: .18em; line-height: 1.4; text-transform: uppercase;
}
.semantic-copy h2,
.world-context__panel h3 {
  margin: 0 0 clamp(1.75rem, 4vw, 3.25rem); font-family: Georgia, "Times New Roman", serif;
  font-weight: 400; line-height: .98; letter-spacing: -.025em; text-transform: uppercase;
}
.semantic-copy h2 { max-width: 15ch; font-size: clamp(2.15rem, 5vw, 5rem); }
.world-context { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.world-context__panel h3 { font-size: clamp(1.8rem, 3.5vw, 3.5rem); }
.semantic-copy > p:not(.semantic-eyebrow),
.world-context__panel > p:not(.semantic-eyebrow) {
  max-width: 62ch; margin: 0 0 1.1rem; color: rgba(255, 248, 228, .78);
  font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.65;
}
.world-context__status {
  margin-top: clamp(3.25rem, 7vw, 6rem); padding-top: 1.5rem; border-top: 1px solid rgba(241, 212, 126, .3);
  color: rgba(241, 212, 126, .72); font-size: clamp(.68rem, .82vw, .8rem);
  letter-spacing: .09em; line-height: 1.65; text-transform: uppercase;
}
.design-intelligence__flow {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0;
  margin: clamp(3rem, 6vw, 5rem) 0 0; padding: 0; list-style: none;
  border-top: 1px solid rgba(241, 212, 126, .32); border-bottom: 1px solid rgba(241, 212, 126, .32);
}
.design-intelligence__flow li {
  position: relative; padding: 1.35rem 1.5rem 1.35rem 0; color: rgba(255, 248, 228, .76);
  font-size: clamp(.62rem, .74vw, .74rem); letter-spacing: .1em; line-height: 1.45; text-transform: uppercase;
}
.design-intelligence__flow li:not(:last-child)::after {
  content: "→"; position: absolute; top: 50%; right: .5rem; color: var(--gold); transform: translateY(-50%);
}
@media (max-width: 700px) {
  .positioning, .world-context, .design-intelligence { padding-inline: 1.25rem; }
  .design-intelligence__flow { grid-template-columns: 1fr; padding-block: .5rem; }
  .design-intelligence__flow li { padding: .8rem 0 1.45rem 1.25rem; }
  .design-intelligence__flow li:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: .2rem; left: 1.25rem; transform: none; }
}
/* Discovery enquiry experience */
.design-intelligence__discovery-link {
  display: inline-block; margin-top: clamp(2.75rem, 6vw, 5rem); padding: .8rem 0 .65rem;
  border-bottom: 1px solid var(--gold); color: #fff8e4; font-size: clamp(.7rem, .85vw, .82rem);
  letter-spacing: .16em; line-height: 1.3; text-decoration: none; text-transform: uppercase;
  transition: color 220ms ease, border-color 220ms ease;
}
.design-intelligence__discovery-link:hover { color: var(--gold); }
.design-intelligence__discovery-link:focus-visible { outline: 1px solid var(--gold); outline-offset: 6px; }
.discovery {
  display: grid; grid-template-columns: minmax(22rem, .78fr) minmax(30rem, 1.22fr);
  gap: clamp(4rem, 8vw, 8rem); padding: clamp(6rem, 13vw, 12rem) clamp(1.25rem, 8vw, 8rem);
  color: #fff8e4; background: #06111c;
}
.discovery__intro { max-width: 34rem; }
.discovery__intro h2 {
  max-width: 13ch; margin: 0 0 1.5rem; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 3.6vw, 4rem); font-weight: 400; line-height: .92;
  letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance;
}
.discovery__intro h2 span { display: block; }
.discovery__lead { margin: 0 0 1rem; color: rgba(255, 248, 228, .88); font-size: clamp(1.05rem, 1.5vw, 1.4rem); line-height: 1.5; }
.discovery__microcopy { max-width: 34ch; margin: 0; color: rgba(255, 248, 228, .52); font-size: .85rem; line-height: 1.6; }
.discovery[data-discovery-entry="narrative"] .semantic-eyebrow,
.discovery[data-discovery-entry="narrative"] .discovery__intro h2,
.discovery[data-discovery-entry="narrative"] .discovery__lead,
.discovery[data-discovery-entry="narrative"] .discovery__microcopy,
.discovery[data-discovery-entry="narrative"] .discovery__form { opacity: 0; transform: translateY(10px); }
.discovery[data-discovery-entry="narrative"].is-discovery-entered .semantic-eyebrow,
.discovery[data-discovery-entry="narrative"].is-discovery-entered .discovery__intro h2 { opacity: 1; transform: translateY(0); transition: opacity 360ms ease 180ms, transform 360ms ease 180ms; }
.discovery[data-discovery-entry="narrative"].is-discovery-entered .discovery__lead,
.discovery[data-discovery-entry="narrative"].is-discovery-entered .discovery__microcopy { opacity: 1; transform: translateY(0); transition: opacity 340ms ease 480ms, transform 340ms ease 480ms; }
.discovery[data-discovery-entry="narrative"].is-discovery-entered .discovery__form { opacity: 1; transform: translateY(0); transition: opacity 360ms ease 720ms, transform 360ms ease 720ms; }
.discovery__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 4rem); align-content: start; padding-top: clamp(.5rem, 1.4vw, 1.5rem); }
.discovery__field { min-width: 0; }
.discovery__field--wide { grid-column: 1 / -1; }
.discovery__field label {
  display: block; margin: 0 0 .7rem; color: var(--gold); font-size: .68rem;
  letter-spacing: .16em; line-height: 1.35; text-transform: uppercase;
}
.discovery__field input,
.discovery__field select,
.discovery__field textarea {
  width: 100%; min-height: 3.25rem; margin: 0; padding: .65rem 0;
  border: 0; border-bottom: 1px solid rgba(241, 212, 126, .36); border-radius: 0;
  color: #fff8e4; background: transparent; font: inherit; font-size: 1rem; line-height: 1.5;
  transition: border-color 220ms ease;
}
.discovery__field select { color-scheme: dark; cursor: pointer; }
.has-ltb-select { position: relative; }
.ltb-select { position: relative; display: none; }
.ltb-select__trigger { width: 100%; min-height: 3.25rem; padding: .65rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 0; border-bottom: 1px solid rgba(241,212,126,.36); border-radius: 0; color: #fff8e4; background: transparent; font: inherit; font-size: 1rem; text-align: left; cursor: pointer; }
.ltb-select__trigger:hover, .ltb-select__trigger:focus-visible, .is-select-open .ltb-select__trigger { border-color: var(--gold); }
.ltb-select__trigger:focus-visible { outline: 0; box-shadow: 0 2px 0 -1px var(--gold); }
.ltb-select__indicator { color: var(--gold); font-size: 1.1rem; transition: transform 180ms ease; }
.ltb-select__trigger[aria-expanded="true"] .ltb-select__indicator { transform: rotate(45deg); }
.ltb-select__menu { position: absolute; z-index: 12; top: calc(100% + 1px); left: 0; right: 0; margin: 0; padding: .35rem 0; list-style: none; border: 1px solid rgba(241,212,126,.34); border-top: 0; background: #07131e; }
.ltb-select__menu[hidden] { display: none; }
.ltb-select__option { min-height: 44px; padding: .72rem 1rem; display: flex; align-items: center; color: rgba(255,248,228,.74); font-size: .9rem; line-height: 1.4; cursor: pointer; }
.ltb-select__option:hover, .ltb-select__option:focus-visible { color: #fff8e4; background: rgba(241,212,126,.08); outline: 0; }
.ltb-select__option[aria-selected="true"] { color: var(--gold); box-shadow: inset 2px 0 0 var(--gold); }
@media (min-width: 601px) {
  .has-ltb-select > select { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .ltb-select { display: block; }
  .is-select-open { z-index: 13; }
}
.discovery__field textarea { min-height: 9rem; resize: vertical; }
.discovery__field input::placeholder,
.discovery__field textarea::placeholder { color: rgba(255, 248, 228, .34); opacity: 1; }
.discovery__field input:focus,
.discovery__field select:focus,
.discovery__field textarea:focus { outline: 0; border-color: var(--gold); }
.discovery__field input:focus-visible,
.discovery__field select:focus-visible,
.discovery__field textarea:focus-visible { box-shadow: 0 2px 0 -1px var(--gold); }
.discovery__form-note { grid-column: 1 / -1; margin: -1rem 0 0; color: rgba(255, 248, 228, .42); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.discovery__action { display: flex; align-items: flex-start; gap: clamp(1.25rem, 3vw, 3rem); padding-top: .5rem; }
.discovery__action button {
  flex: 0 0 auto; min-height: 3.25rem; padding: .85rem 1.5rem; border: 1px solid rgba(241, 212, 126, .42);
  border-radius: 0; color: rgba(255, 248, 228, .48); background: transparent; font: inherit;
  font-size: .7rem; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase;
}
.discovery__action button:disabled { cursor: not-allowed; opacity: .72; }
.discovery__action p { max-width: 46ch; margin: .25rem 0 0; color: rgba(255, 248, 228, .42); font-size: .72rem; line-height: 1.55; }
@media (max-width: 1199px) {
  .discovery { grid-template-columns: 1fr; gap: 4rem; }
  .discovery__intro { max-width: 42rem; }
  .discovery__form { padding-top: 0; }
}
@media (max-width: 600px) {
  .discovery { gap: 3.25rem; padding: 5.5rem 1.25rem; }
  .discovery__form { grid-template-columns: 1fr; gap: 2rem; }
  .discovery__field--wide, .discovery__form-note { grid-column: 1; }
  .discovery__action { display: grid; gap: 1rem; }
  .discovery__action button { width: 100%; min-height: 3.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .design-intelligence__discovery-link,
  .discovery__field input,
  .discovery__field select,
  .discovery__field textarea { transition: none; }
  .discovery[data-discovery-entry] .semantic-eyebrow,
  .discovery[data-discovery-entry] .discovery__intro h2,
  .discovery[data-discovery-entry] .discovery__lead,
  .discovery[data-discovery-entry] .discovery__microcopy,
  .discovery[data-discovery-entry] .discovery__form { opacity: 1; transform: none; transition: none; }
}
/* Hero capability navigation */
.utility-nav {
  position: relative; z-index: 10; min-height: 3.5rem; padding: 0 clamp(1rem, 2.2vw, 2.5rem);
  display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.25rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(241, 212, 126, .18); color: #fff8e4; background: #07131e;
}
.utility-nav a {
  min-height: 44px; display: inline-flex; align-items: center; color: rgba(255, 248, 228, .58);
  font-size: clamp(.61rem, .72vw, .7rem); letter-spacing: .13em; line-height: 1.25;
  text-decoration: none; text-transform: uppercase; transition: color 220ms ease;
}
.utility-nav a:hover { color: var(--gold); }
.utility-nav a:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; color: #fff8e4; }
#spatial-design,
#bespoke-experiences,
#ltb-worlds,
#design-intelligence,
#discovery { scroll-margin-top: 1.5rem; }
@media (max-width: 600px) {
  .utility-nav { min-height: 0; padding: .35rem 1rem; justify-content: center; gap: .25rem 1.25rem; flex-wrap: wrap; }
  .utility-nav a { font-size: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  .utility-nav a { transition: none; }
}