/*
  Star Mark Universe v3
  Static, dependency-free, responsive and bilingual landing experience.
*/

:root {
  --bg: #050816;
  --bg-deep: #02040d;
  --surface: rgba(9, 15, 34, 0.78);
  --surface-strong: rgba(8, 13, 29, 0.94);
  --text: #f7f8ff;
  --muted: #b7c1d9;
  --faint: #8290af;
  --accent: #e7bf67;
  --accent-2: #6d8fd0;
  --accent-rgb: 231, 191, 103;
  --accent-2-rgb: 109, 143, 208;
  --border: rgba(255, 255, 255, 0.14);
  --border-strong: rgba(255, 255, 255, 0.24);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  --radius-lg: 30px;
  --radius-md: 20px;
  --header-h: 104px;
  --page-x: clamp(20px, 4vw, 72px);
  --max-width: 1540px;
  --ease-out: cubic-bezier(.2, .8, .2, 1);
  --ease-spring: cubic-bezier(.18, .89, .32, 1.18);
  --cursor-x: 50vw;
  --cursor-y: 50vh;
  --theme-hue: 0deg;
  --theme-saturation: 1;
}

html[data-theme="aurora"] {
  --accent: #83e3ff;
  --accent-2: #b68bff;
  --accent-rgb: 131, 227, 255;
  --accent-2-rgb: 182, 139, 255;
  --theme-hue: 28deg;
  --theme-saturation: 1.18;
}

html[data-theme="solar"] {
  --accent: #ffca6a;
  --accent-2: #ff6f91;
  --accent-rgb: 255, 202, 106;
  --accent-2-rgb: 255, 111, 145;
  --theme-hue: -18deg;
  --theme-saturation: 1.12;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  color-scheme: dark;
  background: var(--bg-deep);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg-deep);
  color: var(--text);
  font-family: "Segoe UI Variable", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-intro-active,
body.panel-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

img,
picture,
svg,
canvas {
  display: block;
}

a {
  color: inherit;
}

::selection {
  background: rgba(var(--accent-rgb), .28);
  color: var(--text);
}

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

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--text);
  color: var(--bg-deep);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

/* --- Main cosmic canvas and background --- */
.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: clip;
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--accent-2-rgb), .08), transparent 34%),
    var(--bg);
  transition: opacity .72s var(--ease-out), transform .9s var(--ease-out), filter .72s var(--ease-out);
}

.cosmic-backdrop {
  position: fixed;
  inset: 0;
  z-index: -6;
  overflow: hidden;
  background: var(--bg-deep);
}

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

.cosmic-backdrop::before {
  background:
    radial-gradient(circle at 50% 38%, transparent 0 20%, rgba(2, 5, 17, .18) 48%, rgba(2, 4, 13, .82) 100%),
    linear-gradient(180deg, rgba(2, 4, 13, .2), rgba(2, 4, 13, .7));
}

.cosmic-backdrop::after {
  background:
    radial-gradient(circle at 8% 15%, rgba(var(--accent-rgb), .12), transparent 23%),
    radial-gradient(circle at 88% 70%, rgba(var(--accent-2-rgb), .12), transparent 28%);
  mix-blend-mode: screen;
  opacity: .72;
  transition: background .5s ease, opacity .5s ease;
}

.cosmic-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: hue-rotate(var(--theme-hue)) saturate(var(--theme-saturation)) contrast(1.07) brightness(.72);
  transform: scale(1.055);
  transition: filter .7s ease, transform 3s var(--ease-out);
}

.ambient-canvas,
.intro-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ambient-canvas {
  position: fixed;
  z-index: -3;
  pointer-events: none;
  opacity: .84;
}

.cosmic-noise {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .11;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.5) 0 1px, transparent 1.3px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.32) 0 1px, transparent 1.2px),
    radial-gradient(circle at 50% 80%, rgba(255,255,255,.42) 0 1px, transparent 1.4px);
  background-size: 81px 91px, 117px 113px, 153px 149px;
  mix-blend-mode: screen;
  animation: noiseDrift 24s linear infinite;
}

.cursor-orbit {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(var(--accent-rgb), .55);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(calc(var(--cursor-x) - 17px), calc(var(--cursor-y) - 17px), 0);
  transition: width .25s var(--ease-out), height .25s var(--ease-out), border-color .25s ease, opacity .25s ease;
  box-shadow: 0 0 22px rgba(var(--accent-rgb), .2), inset 0 0 16px rgba(var(--accent-rgb), .12);
  mix-blend-mode: screen;
}

body.has-pointer .cursor-orbit {
  opacity: .82;
}

body.pointer-over-action .cursor-orbit {
  width: 56px;
  height: 56px;
  border-color: rgba(var(--accent-rgb), .9);
  transform: translate3d(calc(var(--cursor-x) - 28px), calc(var(--cursor-y) - 28px), 0);
}

/* --- Header --- */
.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - (var(--page-x) * 2)), var(--max-width));
  min-height: var(--header-h);
  margin: 0 auto;
  padding-top: max(14px, env(safe-area-inset-top));
}

.brand {
  justify-self: start;
  width: clamp(132px, 13vw, 205px);
  text-decoration: none;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .46));
  transition: opacity .25s ease, transform .35s var(--ease-spring);
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-2px) scale(1.015);
}

.brand img {
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.3vw, 38px);
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(4, 8, 21, .32);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  color: rgba(247, 248, 255, .78);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease-out);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--text);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav .nav-play {
  color: var(--accent);
}

.nav-play svg {
  width: 17px;
  height: 17px;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(4, 8, 21, .34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.language-switch a,
.language-switch span {
  display: grid;
  place-items: center;
  min-width: 34px;
  min-height: 30px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
}

.language-switch span[aria-current="page"] {
  background: rgba(var(--accent-rgb), .16);
  color: var(--accent);
}

.language-switch a:hover,
.language-switch a:focus-visible {
  color: var(--text);
}

.header-settings,
.floating-settings {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(135deg, rgba(var(--accent-2-rgb), .3), rgba(var(--accent-rgb), .14)),
    rgba(7, 12, 29, .75);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .32), inset 0 1px rgba(255, 255, 255, .12);
  cursor: pointer;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color .25s ease, transform .3s var(--ease-spring), box-shadow .25s ease;
}

.header-settings {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.header-settings svg,
.floating-settings svg {
  width: 21px;
  height: 21px;
}

.header-settings:hover,
.header-settings:focus-visible,
.floating-settings:hover,
.floating-settings:focus-visible {
  border-color: rgba(var(--accent-rgb), .65);
  transform: translateY(-2px) rotate(7deg);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .38), 0 0 28px rgba(var(--accent-rgb), .15);
}

.floating-settings {
  position: fixed;
  top: 50%;
  right: max(18px, env(safe-area-inset-right));
  z-index: 54;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  transform: translateY(-50%);
}

.floating-settings:hover,
.floating-settings:focus-visible {
  transform: translateY(calc(-50% - 2px)) rotate(7deg);
}

/* --- Hero --- */
.hero {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: center;
  width: min(calc(100% - (var(--page-x) * 2)), var(--max-width));
  min-height: calc(100dvh - var(--header-h) - 76px);
  margin: 0 auto;
  padding: clamp(12px, 2vh, 24px) 0 98px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto clamp(22px, 3.1vh, 42px);
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 13px;
  color: var(--accent);
  font-size: clamp(.66rem, .7vw, .78rem);
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
  box-shadow: 0 0 12px rgba(var(--accent-rgb), .55);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 5.7rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .92;
  text-wrap: balance;
  text-shadow: 0 12px 36px rgba(0, 0, 0, .44);
}

.hero h1 em {
  position: relative;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: .01em;
  left: 2%;
  height: .06em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .95), transparent);
  box-shadow: 0 0 20px rgba(var(--accent-rgb), .42);
}

.hero-lead {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(.95rem, 1.15vw, 1.12rem);
  font-weight: 420;
  line-height: 1.65;
  text-wrap: balance;
}

.destination-stage {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.orbit-line {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(var(--accent-rgb), .14);
  border-radius: 50%;
  pointer-events: none;
  filter: drop-shadow(0 0 12px rgba(var(--accent-rgb), .08));
}

.orbit-line::before,
.orbit-line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px 3px rgba(var(--accent-rgb), .45);
}

.orbit-line--one {
  inset: -8% 7% 16%;
  transform: rotate(-7deg);
  animation: orbitBreath 7s ease-in-out infinite alternate;
}

.orbit-line--one::before {
  top: 20%;
  left: 5%;
}

.orbit-line--one::after {
  right: 7%;
  bottom: 16%;
}

.orbit-line--two {
  inset: 12% 18% -8%;
  border-color: rgba(var(--accent-2-rgb), .12);
  transform: rotate(8deg);
  animation: orbitBreath 9s ease-in-out -3s infinite alternate-reverse;
}

.orbit-line--two::before {
  top: 10%;
  right: 17%;
  background: var(--accent-2);
  box-shadow: 0 0 12px 3px rgba(var(--accent-2-rgb), .4);
}

.orbit-line--two::after {
  bottom: 18%;
  left: 9%;
  background: var(--accent-2);
  box-shadow: 0 0 12px 3px rgba(var(--accent-2-rgb), .4);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 20px);
  width: 100%;
}

.destination-card {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  --scale: 1;
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(340px, 43vh, 510px);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--text);
  text-decoration: none;
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .08);
  transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(0, var(--lift), 0) scale(var(--scale));
  transform-style: preserve-3d;
  transition: transform .48s var(--ease-out), opacity .35s ease, border-color .35s ease, box-shadow .45s ease;
  will-change: transform;
}

.destination-card::before,
.destination-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.destination-card::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .13), transparent 22% 70%, rgba(var(--accent-rgb), .12)),
    radial-gradient(circle at var(--light-x, 50%) var(--light-y, 35%), rgba(255, 255, 255, .16), transparent 32%);
  opacity: .5;
  mix-blend-mode: screen;
  transition: opacity .35s ease;
}

.destination-card::after {
  inset: 1px;
  border-radius: calc(var(--radius-lg) - 1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03), inset 0 -80px 90px rgba(0, 0, 0, .13);
}

.destination-card:hover,
.destination-card:focus-visible {
  --lift: -10px;
  --scale: 1.015;
  z-index: 4;
  border-color: rgba(var(--accent-rgb), .56);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .5), 0 0 50px rgba(var(--accent-rgb), .12), inset 0 1px rgba(255, 255, 255, .12);
}

.destination-grid:hover .destination-card:not(:hover),
.destination-grid:focus-within .destination-card:not(:focus-visible) {
  opacity: .74;
  --scale: .985;
}

.destination-card__media,
.destination-card__veil {
  position: absolute;
  inset: 0;
}

.destination-card__media {
  z-index: -3;
}

.destination-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  filter: saturate(.82) contrast(1.08);
  transition: transform 1.15s var(--ease-out), filter .7s ease;
}

.destination-card--agency .destination-card__media img {
  object-position: 50% 58%;
}

.destination-card--talents .destination-card__media img {
  object-position: 50% 48%;
}

.destination-card--records .destination-card__media img {
  object-position: 55% 48%;
}

.destination-card:hover .destination-card__media img,
.destination-card:focus-visible .destination-card__media img {
  transform: scale(1.11);
  filter: saturate(1) contrast(1.06);
}

.destination-card__veil {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(2, 4, 13, .08) 0%, rgba(2, 5, 16, .22) 30%, rgba(2, 5, 16, .93) 100%),
    linear-gradient(120deg, rgba(2, 5, 16, .12), rgba(2, 5, 16, .48));
  transition: opacity .5s ease;
}

.destination-card--talents .destination-card__veil {
  background:
    linear-gradient(180deg, rgba(2, 4, 13, .1) 0%, rgba(2, 5, 16, .25) 26%, rgba(2, 5, 16, .94) 100%),
    linear-gradient(120deg, rgba(2, 5, 16, .22), rgba(2, 5, 16, .42));
}

.destination-card__index,
.destination-card__icon,
.destination-card__body {
  position: relative;
  z-index: 5;
  transform: translateZ(26px);
}

.destination-card__index {
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(255, 255, 255, .62);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.destination-card__index::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  margin: 0 0 3px 10px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), .8), transparent);
}

.destination-card__icon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(3, 7, 20, .38);
  color: var(--accent);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .45s var(--ease-spring), background .3s ease, border-color .3s ease;
}

.destination-card__icon svg {
  width: 23px;
  height: 23px;
}

.destination-card:hover .destination-card__icon,
.destination-card:focus-visible .destination-card__icon {
  transform: rotate(8deg) scale(1.08);
  border-color: rgba(var(--accent-rgb), .55);
  background: rgba(var(--accent-rgb), .12);
}

.destination-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  padding: 88px 24px 24px;
}

.destination-card__brand {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.destination-card__body > strong {
  display: block;
  max-width: 90%;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.destination-card__description {
  display: block;
  max-width: 95%;
  margin-top: 12px;
  color: rgba(238, 242, 255, .82);
  font-size: clamp(.78rem, .9vw, .92rem);
  line-height: 1.55;
}

.destination-card__tags {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(var(--accent-rgb), .9);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .4s var(--ease-out), margin .4s var(--ease-out), opacity .35s ease, transform .4s var(--ease-out);
}

.destination-card:hover .destination-card__tags,
.destination-card:focus-visible .destination-card__tags {
  max-height: 42px;
  margin-top: 10px;
  opacity: 1;
  transform: translateY(0);
}

.destination-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: var(--text);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.destination-card__cta svg {
  width: 20px;
  height: 20px;
  transition: transform .3s var(--ease-out);
}

.destination-card:hover .destination-card__cta svg,
.destination-card:focus-visible .destination-card__cta svg {
  transform: translateX(5px);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: clamp(18px, 2.4vh, 30px);
}

.project-cta,
.play-lab-cta {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(5, 10, 25, .48);
  color: var(--text);
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .3s var(--ease-spring), border-color .3s ease, background .3s ease;
}

.project-cta {
  gap: 9px;
  min-height: 46px;
  padding: 9px 14px 9px 20px;
  color: var(--muted);
  font-size: .78rem;
}

.project-cta strong {
  color: var(--text);
}

.project-cta svg {
  width: 30px;
  height: 30px;
  margin-left: 6px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), .14);
  color: var(--accent);
}

.play-lab-cta {
  gap: 10px;
  min-height: 46px;
  padding: 8px 16px 8px 12px;
}

.play-lab-cta > svg {
  width: 31px;
  height: 31px;
  padding: 6px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), .32), rgba(var(--accent-rgb), .15));
  color: var(--accent);
}

.play-lab-cta span {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.play-lab-cta small {
  color: var(--faint);
  font-size: .58rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.play-lab-cta strong {
  font-size: .78rem;
}

.project-cta:hover,
.project-cta:focus-visible,
.play-lab-cta:hover,
.play-lab-cta:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb), .5);
  background: rgba(var(--accent-rgb), .08);
}

.site-footer {
  position: absolute;
  right: var(--page-x);
  bottom: 43px;
  left: var(--page-x);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(218, 224, 241, .46);
  font-size: .62rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.service-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 32px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(2, 5, 15, .5);
  color: rgba(225, 231, 247, .46);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.service-ticker__track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  min-height: 32px;
  padding-left: 30px;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  animation: ticker 28s linear infinite;
}

.service-ticker__track i {
  color: var(--accent);
  font-style: normal;
  font-size: .46rem;
}

/* --- Intro / Big Bang --- */
.cosmic-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 31, 62, .22), transparent 30%),
    #01030a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .65s ease, visibility .65s;
}

.cosmic-intro::before,
.cosmic-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cosmic-intro::before {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 12%, rgba(var(--accent-rgb), .08) 23%, transparent 40%),
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(var(--accent-2-rgb), .08) 47%, transparent 65%);
  transform: scale(.75);
  opacity: 0;
}

.cosmic-intro::after {
  background: radial-gradient(circle at 50% 50%, rgba(255, 250, 222, .9), rgba(var(--accent-rgb), .35) 10%, transparent 38%);
  opacity: 0;
  transform: scale(.2);
}

.is-intro-active .cosmic-intro {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.is-intro-active .site-shell {
  opacity: 0;
  filter: blur(14px);
  transform: scale(.9);
}

.intro-canvas {
  z-index: 1;
}

.singularity {
  position: relative;
  z-index: 3;
  width: clamp(180px, 22vw, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  transform: scale(.25) rotate(-16deg);
}

.singularity__halo,
.singularity__core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.singularity__halo--outer {
  inset: -17%;
  background: conic-gradient(from 45deg, transparent 0 7%, rgba(var(--accent-rgb), .08) 11%, rgba(255, 237, 186, .92) 18%, rgba(var(--accent-2-rgb), .32) 27%, transparent 36% 56%, rgba(var(--accent-rgb), .75) 70%, transparent 82%);
  filter: blur(8px) drop-shadow(0 0 28px rgba(var(--accent-rgb), .32));
  animation: spin 2.6s linear infinite;
}

.singularity__halo--inner {
  inset: 5%;
  background: conic-gradient(from 190deg, rgba(var(--accent-2-rgb), .08), rgba(var(--accent-rgb), .84), transparent 22% 52%, rgba(255,255,255,.72), transparent 72%);
  filter: blur(4px);
  animation: spinReverse 1.55s linear infinite;
}

.singularity__core {
  inset: 23%;
  background: radial-gradient(circle at 38% 35%, #121a35 0 5%, #03050d 28%, #000 68%);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .03),
    0 0 28px rgba(0, 0, 0, .9),
    0 0 70px rgba(var(--accent-rgb), .22),
    inset -14px -16px 25px rgba(0, 0, 0, .95);
}

.intro-brand-reveal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  width: clamp(190px, 21vw, 310px);
  flex-direction: column;
  align-items: center;
  gap: 3px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(.18) rotate(-8deg);
  transform-origin: 50% 50%;
  filter: blur(12px) drop-shadow(0 0 0 rgba(var(--accent-rgb), 0));
}

.intro-brand-reveal picture {
  position: relative;
  z-index: 2;
  width: 78%;
}

.intro-brand-reveal img {
  width: 100%;
  height: auto;
}

.intro-brand-reveal__flare {
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: 1;
  width: 160%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.14);
  background:
    radial-gradient(circle, rgba(255, 251, 225, .9) 0 2%, rgba(var(--accent-rgb), .42) 9%, rgba(var(--accent-2-rgb), .18) 24%, transparent 62%),
    conic-gradient(from 8deg, transparent 0 8%, rgba(255, 255, 255, .48) 9% 10%, transparent 11% 24%, rgba(var(--accent-rgb), .34) 25% 27%, transparent 28% 54%, rgba(255, 255, 255, .32) 55% 56%, transparent 57% 100%);
  filter: blur(1.5px);
  mix-blend-mode: screen;
}

.intro-brand-reveal__name {
  position: relative;
  z-index: 2;
  margin-top: -5px;
  color: rgba(247, 248, 255, .96);
  font-size: clamp(.72rem, 1.15vw, 1rem);
  font-weight: 850;
  letter-spacing: .22em;
  line-height: 1;
  text-indent: .22em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .84), 0 0 24px rgba(var(--accent-rgb), .28);
  white-space: nowrap;
}

.intro-brand-reveal__tagline {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  color: rgba(230, 234, 247, .72);
  font-size: clamp(.43rem, .55vw, .54rem);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .9);
  white-space: nowrap;
}

.intro-copy {
  position: absolute;
  bottom: clamp(92px, 11vh, 130px);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
}

.intro-copy__eyebrow {
  color: var(--accent);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .3em;
}

.intro-copy strong {
  font-size: clamp(.9rem, 1.3vw, 1.1rem);
  font-weight: 500;
  letter-spacing: .04em;
}

.intro-skip,
.intro-sound {
  position: absolute;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 7;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(7, 12, 28, .54);
  color: rgba(245, 247, 255, .8);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(8px);
  transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.intro-skip {
  right: max(22px, env(safe-area-inset-right));
}

.intro-sound {
  left: max(22px, env(safe-area-inset-left));
}

.intro-sound svg {
  width: 17px;
  height: 17px;
}

.intro-skip:hover,
.intro-skip:focus-visible,
.intro-sound:hover,
.intro-sound:focus-visible {
  border-color: var(--accent);
  color: var(--text);
}

.intro-sound[aria-pressed="true"] {
  border-color: rgba(var(--accent-rgb), .72);
  background: rgba(var(--accent-rgb), .12);
  color: var(--text);
  box-shadow: 0 0 26px rgba(var(--accent-rgb), .14);
}

.is-intro-active .singularity {
  animation: singularityArrive 1.25s .12s var(--ease-out) forwards;
}

.is-intro-active .intro-copy {
  animation: fadeUp .6s .48s var(--ease-out) forwards;
}

.is-intro-active .intro-skip {
  animation: fadeUp .4s .8s var(--ease-out) forwards;
}

.is-intro-active .intro-sound {
  animation: fadeUp .4s .68s var(--ease-out) forwards;
}

.is-intro-active .cosmic-intro::before {
  animation: introRings 1.45s .15s ease-out forwards;
}

.intro-burst .singularity {
  animation: singularityBurst .82s var(--ease-out) forwards;
}

.intro-burst .cosmic-intro::after {
  animation: safeFlash .7s ease-out forwards;
}

.intro-burst .intro-brand-reveal {
  animation: brandIgnition 1.32s .16s var(--ease-spring) forwards;
}

.intro-burst .intro-brand-reveal__flare {
  animation: brandFlare 1.12s .06s var(--ease-out) forwards;
}

.intro-burst .intro-copy {
  animation: introCopyDepart .34s ease forwards;
}

.intro-exiting .cosmic-intro {
  opacity: 0;
  visibility: hidden;
}

.intro-exiting .site-shell {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.pending-reveal .reveal-item {
  opacity: 0;
  transform: translateY(22px);
}

.pending-reveal .destination-card {
  opacity: 0;
  transform: perspective(1100px) rotateX(8deg) translateY(42px) scale(.93);
}

.reveal-complete .reveal-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .75s var(--ease-out), transform .85s var(--ease-out);
}

.reveal-complete .hero-copy {
  transition-delay: .05s;
}

.reveal-complete .destination-stage {
  transition-delay: .16s;
}

.reveal-complete .hero-actions {
  transition-delay: .46s;
}

.reveal-complete .destination-card {
  opacity: 1;
  transform: perspective(1100px) rotateX(0) rotateY(0) translateY(0) scale(1);
  transition: opacity .7s var(--ease-out), transform .9s var(--ease-out), border-color .35s ease, box-shadow .45s ease;
}

.reveal-complete .destination-card:nth-child(1) { transition-delay: .18s; }
.reveal-complete .destination-card:nth-child(2) { transition-delay: .28s; }
.reveal-complete .destination-card:nth-child(3) { transition-delay: .38s; }

/* --- Experience controls --- */
.panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 79;
  background: rgba(0, 2, 9, .52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .3s ease;
}

.panel-backdrop.is-visible {
  opacity: 1;
}

.experience-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  width: min(440px, 92vw);
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: max(28px, env(safe-area-inset-top)) 24px max(28px, env(safe-area-inset-bottom));
  border-left: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--accent-2-rgb), .18), transparent 34%),
    linear-gradient(180deg, rgba(10, 16, 34, .98), rgba(3, 6, 16, .99));
  box-shadow: -28px 0 80px rgba(0, 0, 0, .48);
  transform: translateX(103%);
  visibility: hidden;
  transition: transform .5s var(--ease-out), visibility .5s;
}

.experience-panel.is-open {
  transform: translateX(0);
  visibility: visible;
}

.experience-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.panel-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.experience-panel h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 740;
  letter-spacing: -.02em;
}

.panel-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  transition: transform .25s var(--ease-spring), border-color .25s ease;
}

.panel-close svg {
  width: 20px;
  height: 20px;
}

.panel-close:hover,
.panel-close:focus-visible {
  transform: rotate(7deg);
  border-color: rgba(var(--accent-rgb), .6);
}

.experience-panel__section {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.setting-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.setting-label > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--accent);
}

.setting-label span {
  display: flex;
  flex-direction: column;
}

.setting-label strong {
  font-size: .84rem;
  font-weight: 760;
}

.setting-label small {
  margin-top: 2px;
  color: var(--faint);
  font-size: .68rem;
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.segmented-control a,
.segmented-control span {
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 10px;
  font-size: .75rem;
  font-weight: 750;
  text-decoration: none;
}

.segmented-control span[aria-current="true"] {
  background: rgba(var(--accent-rgb), .13);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(var(--accent-rgb), .2);
}

.segmented-control a {
  color: var(--muted);
  transition: color .2s ease, background .2s ease;
}

.segmented-control a:hover,
.segmented-control a:focus-visible {
  background: rgba(255, 255, 255, .05);
  color: var(--text);
}

.setting-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  color: var(--muted);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.setting-switch > span {
  font-size: .74rem;
  font-weight: 720;
}

.setting-switch i {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  transition: background .25s ease;
}

.setting-switch i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--text);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .4);
  transition: transform .3s var(--ease-spring), background .25s ease;
}

.setting-switch[aria-checked="true"] {
  border-color: rgba(var(--accent-rgb), .28);
  background: rgba(var(--accent-rgb), .055);
  color: var(--text);
}

.setting-switch[aria-checked="true"] i {
  background: rgba(var(--accent-rgb), .45);
}

.setting-switch[aria-checked="true"] i::after {
  background: var(--accent);
  transform: translateX(18px);
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.theme-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 76px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  color: var(--muted);
  font-size: .65rem;
  font-weight: 750;
  cursor: pointer;
  transition: transform .25s var(--ease-spring), border-color .25s ease, color .25s ease;
}

.theme-choice > span {
  width: 100%;
  height: 36px;
  border-radius: 9px;
  background:
    radial-gradient(circle at 70% 30%, #dfbc69, transparent 27%),
    linear-gradient(135deg, #06132d, #1b3f6d 48%, #050817);
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
}

.theme-choice[data-theme-choice="aurora"] > span {
  background:
    radial-gradient(circle at 70% 30%, #8cf2ff, transparent 28%),
    linear-gradient(135deg, #071735, #6a3ab5 50%, #06111c);
}

.theme-choice[data-theme-choice="solar"] > span {
  background:
    radial-gradient(circle at 70% 30%, #ffd374, transparent 28%),
    linear-gradient(135deg, #35120c, #bd3d5f 50%, #130713);
}

.theme-choice:hover,
.theme-choice:focus-visible,
.theme-choice.is-active {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), .5);
  color: var(--text);
}

.theme-choice.is-active {
  box-shadow: 0 0 24px rgba(var(--accent-rgb), .09);
}

.experience-panel__actions {
  display: grid;
  gap: 10px;
  padding-top: 22px;
}

.replay-button,
.panel-play-link {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 15px;
  text-decoration: none;
}

.replay-button {
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(var(--accent-rgb), .36);
  background: rgba(var(--accent-rgb), .09);
  color: var(--accent);
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s var(--ease-spring), background .25s ease;
}

.replay-button svg {
  width: 18px;
  height: 18px;
}

.replay-button:hover,
.replay-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(var(--accent-rgb), .15);
}

.panel-play-link {
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .035);
  transition: transform .25s var(--ease-spring), border-color .25s ease;
}

.panel-play-link > svg:first-child {
  width: 35px;
  height: 35px;
  padding: 7px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(var(--accent-2-rgb), .28), rgba(var(--accent-rgb), .12));
  color: var(--accent);
}

.panel-play-link > svg:last-child {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.panel-play-link span {
  display: flex;
  flex-direction: column;
}

.panel-play-link small {
  color: var(--faint);
  font-size: .59rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.panel-play-link strong {
  font-size: .8rem;
}

.panel-play-link:hover,
.panel-play-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), .45);
}

.language-suggestion {
  position: fixed;
  right: 22px;
  bottom: 54px;
  z-index: 62;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(390px, calc(100vw - 36px));
  padding: 10px 10px 10px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(6, 11, 27, .94);
  color: var(--muted);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .42);
  font-size: .75rem;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: fadeUp .45s var(--ease-out) both;
}

.language-suggestion a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.language-suggestion button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  border: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, .06);
  cursor: pointer;
}

.noscript-note {
  position: fixed;
  right: 16px;
  bottom: 42px;
  left: 16px;
  z-index: 9999;
  padding: 12px;
  border: 1px solid rgba(var(--accent-rgb), .4);
  border-radius: 12px;
  background: #080d1f;
  color: var(--text);
  text-align: center;
  font-size: .78rem;
}

/* --- Focus and interaction states --- */
:where(a, button):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.destination-card:focus-visible {
  outline-offset: 6px;
}

/* --- Keyframes --- */
@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes noiseDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-80px, 42px, 0); }
}

@keyframes orbitBreath {
  from { opacity: .45; transform: rotate(-7deg) scale(.985); }
  to { opacity: .86; transform: rotate(-4deg) scale(1.015); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes spinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes singularityArrive {
  0% { opacity: 0; transform: scale(.22) rotate(-18deg); filter: blur(12px); }
  48% { opacity: 1; transform: scale(1.08) rotate(4deg); filter: blur(0); }
  100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
}

@keyframes introRings {
  0% { opacity: 0; transform: scale(.48); }
  50% { opacity: .78; }
  100% { opacity: .2; transform: scale(1.18); }
}

@keyframes singularityBurst {
  0% { opacity: 1; transform: scale(1); filter: blur(0); }
  38% { opacity: 1; transform: scale(.56); filter: blur(2px); }
  72% { opacity: .88; transform: scale(2.6); filter: blur(5px); }
  100% { opacity: 0; transform: scale(5.8); filter: blur(14px); }
}

@keyframes safeFlash {
  0% { opacity: 0; transform: scale(.18); }
  38% { opacity: .55; transform: scale(1.05); }
  100% { opacity: 0; transform: scale(2.3); }
}

@keyframes brandIgnition {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.14) rotate(-9deg);
    filter: blur(14px) drop-shadow(0 0 0 rgba(var(--accent-rgb), 0));
  }
  30% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1.16) rotate(2deg);
    filter: blur(0) drop-shadow(0 0 34px rgba(var(--accent-rgb), .5));
  }
  54% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(.96) rotate(-1deg);
    filter: blur(0) drop-shadow(0 0 24px rgba(var(--accent-rgb), .34));
  }
  78% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1.02) rotate(0);
  }
  100% {
    opacity: .98;
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0);
    filter: blur(0) drop-shadow(0 0 18px rgba(var(--accent-rgb), .24));
  }
}

@keyframes brandFlare {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.1) rotate(-24deg); }
  28% { opacity: .94; }
  70% { opacity: .35; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.62) rotate(10deg); }
}

@keyframes introCopyDepart {
  to { opacity: 0; transform: translateY(9px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Medium screens --- */
@media (max-width: 1180px) {
  :root {
    --page-x: clamp(18px, 3vw, 38px);
  }

  .site-header {
    grid-template-columns: 1fr auto 1fr;
  }

  .primary-nav {
    gap: 18px;
  }

  .destination-card {
    min-height: clamp(340px, 42vh, 460px);
  }

  .destination-card__body {
    padding-inline: 20px;
  }

  .destination-card__description {
    font-size: .8rem;
  }

  .site-footer {
    font-size: .57rem;
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 88px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    display: none;
  }

  .header-actions {
    grid-column: 2;
  }

  .header-settings {
    display: grid;
  }

  .floating-settings {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 22px;
  }

  .hero-copy {
    margin-bottom: 26px;
  }

  .destination-grid {
    gap: 12px;
  }

  .destination-card {
    min-height: 390px;
    border-radius: 24px;
  }

  .destination-card__body > strong {
    font-size: 1.65rem;
  }

  .destination-card__description {
    max-width: 100%;
    font-size: .75rem;
  }

  .destination-card__tags {
    display: none;
  }

  .site-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(calc(100% - (var(--page-x) * 2)), var(--max-width));
    margin: 32px auto 0;
    padding-bottom: 48px;
  }
}

/* --- Mobile / stacked destinations --- */
@media (max-width: 760px) {
  :root {
    --page-x: 16px;
    --header-h: 82px;
    --radius-lg: 24px;
  }

  .site-shell {
    overflow: hidden visible;
  }

  .cosmic-backdrop img {
    object-position: 50% 42%;
    transform: scale(1.02);
  }

  .site-header {
    min-height: var(--header-h);
    padding-top: max(9px, env(safe-area-inset-top));
  }

  .brand {
    width: 132px;
  }

  .language-switch {
    gap: 2px;
  }

  .language-switch a,
  .language-switch span {
    min-width: 31px;
    min-height: 28px;
    font-size: .66rem;
  }

  .header-settings {
    width: 39px;
    height: 39px;
    border-radius: 13px;
  }

  .hero {
    display: block;
    width: calc(100% - 28px);
    padding: 20px 0 38px;
  }

  .hero-copy {
    max-width: 600px;
    margin-bottom: 24px;
  }

  .eyebrow {
    margin-bottom: 11px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 12.7vw, 4.1rem);
    line-height: .94;
  }

  .hero-lead {
    margin-top: 16px;
    padding-inline: 6px;
    font-size: .93rem;
    line-height: 1.55;
  }

  .destination-stage {
    max-width: 620px;
  }

  .orbit-line {
    display: none;
  }

  .destination-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .destination-grid:hover .destination-card:not(:hover),
  .destination-grid:focus-within .destination-card:not(:focus-visible) {
    opacity: 1;
    --scale: 1;
  }

  .destination-card {
    min-height: 276px;
    transform: none;
  }

  .destination-card:hover,
  .destination-card:focus-visible {
    --lift: 0px;
    --scale: 1;
    transform: translateY(-3px);
  }

  .destination-card::before {
    opacity: .38;
  }

  .destination-card__media img {
    transform: scale(1.03);
  }

  .destination-card--agency .destination-card__media img {
    object-position: 50% 55%;
  }

  .destination-card--talents .destination-card__media img {
    object-position: 50% 52%;
  }

  .destination-card--records .destination-card__media img {
    object-position: 57% 43%;
  }

  .destination-card__veil,
  .destination-card--talents .destination-card__veil {
    background:
      linear-gradient(90deg, rgba(2, 5, 16, .92) 0%, rgba(2, 5, 16, .72) 55%, rgba(2, 5, 16, .28) 100%),
      linear-gradient(180deg, rgba(2, 5, 16, .18), rgba(2, 5, 16, .65));
  }

  .destination-card__index {
    top: 18px;
    left: 18px;
  }

  .destination-card__icon {
    top: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .destination-card__body {
    max-width: 78%;
    padding: 74px 18px 18px;
  }

  .destination-card__body > strong {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }

  .destination-card__description {
    display: -webkit-box;
    margin-top: 9px;
    overflow: hidden;
    font-size: .78rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .destination-card__tags {
    display: none;
  }

  .destination-card__cta {
    max-width: 250px;
    margin-top: 14px;
    padding-top: 12px;
    font-size: .67rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 620px;
    margin: 18px auto 0;
  }

  .project-cta,
  .play-lab-cta {
    justify-content: center;
    width: 100%;
    border-radius: 17px;
  }

  .project-cta {
    flex-wrap: wrap;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 22px;
    padding-bottom: 50px;
    text-align: center;
  }

  .service-ticker {
    position: relative;
    margin-top: -32px;
  }

  .experience-panel {
    width: min(420px, 96vw);
  }

  .language-suggestion {
    right: 14px;
    bottom: 46px;
    left: 14px;
  }

  .intro-copy {
    bottom: 92px;
  }

  .intro-skip {
    right: 16px;
    bottom: 16px;
  }

  .intro-sound {
    left: 16px;
    bottom: 16px;
  }

  .cursor-orbit {
    display: none;
  }
}

@media (max-width: 430px) {
  .brand {
    width: 116px;
  }

  .header-actions {
    gap: 8px;
  }

  .hero {
    width: calc(100% - 22px);
    padding-top: 14px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12.6vw, 3.35rem);
  }

  .hero-lead {
    font-size: .86rem;
  }

  .destination-card {
    min-height: 258px;
  }

  .destination-card__body {
    max-width: 82%;
  }

  .destination-card__description {
    -webkit-line-clamp: 2;
  }

  .project-cta > span {
    display: none;
  }

  .experience-panel {
    padding-inline: 18px;
  }

  .theme-grid {
    gap: 6px;
  }

  .theme-choice {
    min-height: 70px;
    padding: 7px;
  }
}

/* --- Short desktop viewports --- */
@media (min-width: 761px) and (max-height: 820px) {
  :root {
    --header-h: 88px;
  }

  .hero {
    min-height: calc(100dvh - var(--header-h) - 54px);
    padding-top: 4px;
    padding-bottom: 72px;
  }

  .hero-copy {
    margin-bottom: 18px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 4.2vw, 4.4rem);
  }

  .hero-lead {
    margin-top: 12px;
  }

  .destination-card {
    min-height: 320px;
    height: 42vh;
  }

  .destination-card__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-actions {
    margin-top: 14px;
  }
}

@media (max-width: 560px) {
  .intro-brand-reveal {
    width: min(70vw, 244px);
  }

  .intro-brand-reveal picture {
    width: 76%;
  }

  .intro-brand-reveal__name {
    font-size: .68rem;
    letter-spacing: .17em;
    text-indent: .17em;
  }

  .intro-brand-reveal__tagline {
    max-width: none;
    font-size: .4rem;
    letter-spacing: .09em;
  }

  .intro-skip,
  .intro-sound {
    bottom: max(16px, env(safe-area-inset-bottom));
    min-height: 40px;
    padding-inline: 13px;
    font-size: .66rem;
  }

  .intro-skip {
    right: max(14px, env(safe-area-inset-right));
  }

  .intro-sound {
    left: max(14px, env(safe-area-inset-left));
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .intro-brand-reveal {
    width: min(34vw, 176px);
  }

  .intro-brand-reveal__tagline {
    display: none;
  }

  .intro-copy {
    bottom: 64px;
  }

  .intro-skip,
  .intro-sound {
    bottom: max(10px, env(safe-area-inset-bottom));
  }
}

/* --- Reduced motion, OS preference and manual switch --- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cosmic-noise,
  .service-ticker__track,
  .orbit-line,
  .singularity__halo,
  .intro-brand-reveal,
  .intro-brand-reveal__flare,
  .reveal-item,
  .destination-card,
  .destination-card__media img {
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .cursor-orbit {
    display: none;
  }
}

html.motion-reduced {
  scroll-behavior: auto;
}

html.motion-reduced .cosmic-noise,
html.motion-reduced .service-ticker__track,
html.motion-reduced .orbit-line,
html.motion-reduced .singularity__halo,
html.motion-reduced .intro-brand-reveal,
html.motion-reduced .intro-brand-reveal__flare {
  animation: none !important;
}

html.motion-reduced .cursor-orbit {
  display: none;
}

html.motion-reduced .destination-card,
html.motion-reduced .destination-card__media img,
html.motion-reduced .reveal-item {
  transition-duration: .01ms !important;
  transition-delay: 0ms !important;
  transform: none !important;
}

.no-js .cosmic-intro,
.no-js .floating-settings,
.no-js .header-settings,
.no-js .cursor-orbit,
.no-js .language-suggestion {
  display: none !important;
}

.no-js .site-shell,
.no-js .reveal-item,
.no-js .destination-card {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

/* Prevent a flash of the final layout while the first-visit intro initializes. */
.js.intro-pending .site-shell {
  opacity: 0;
}

/* ========================================================================== */
/* V4 — cinematic destination transitions                                    */
/* ========================================================================== */
.site-footer__legal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.site-footer__legal a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible { color: var(--accent); }

.portal-transition {
  position: fixed;
  inset: 0;
  z-index: 5000;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background: #02040b;
  transition: opacity .16s ease, visibility .16s ease;
  isolation: isolate;
}
.portal-transition.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.portal-transition__canvas,
.portal-transition__glitch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.portal-transition__canvas { z-index: 1; }
.portal-transition::before,
.portal-transition::after {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: 0;
  pointer-events: none;
}
.portal-transition::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.12), transparent 6%),
    radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb), .22), transparent 27%),
    radial-gradient(circle at 50% 50%, transparent 25%, rgba(0,0,0,.94) 58%);
}
.portal-transition::after {
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}
.portal-transition__copy {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: clamp(70px, 10vh, 112px);
  width: min(88vw, 720px);
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 6px 28px rgba(0,0,0,.8);
  opacity: 0;
  animation: portalCopyIn .38s .12s ease forwards;
}
.portal-transition__copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.portal-transition__copy strong {
  display: block;
  font-size: clamp(1.2rem, 2.5vw, 2.25rem);
  line-height: 1.05;
}
.portal-transition__skip {
  position: absolute;
  z-index: 12;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  padding: .7rem .95rem;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  background: rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.portal-transition__skip:hover,
.portal-transition__skip:focus-visible { color: #fff; border-color: var(--accent); }

.portal-transition__vortex,
.portal-transition__meteor,
.portal-transition__vinyl,
.portal-transition__hand,
.portal-transition__glitch { display: none; }

/* Agency / wormhole */
.portal-transition[data-scene="wormhole"] {
  background: radial-gradient(circle at 50% 50%, #0b2258 0, #040817 38%, #010207 72%);
}
.portal-transition[data-scene="wormhole"] .portal-transition__vortex {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: block;
  width: min(54vw, 650px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(.08) rotate(0deg);
  animation: portalVortexGrow .92s cubic-bezier(.18,.82,.22,1) forwards;
}
.portal-transition__vortex span,
.portal-transition__vortex i {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: clamp(2px, .35vw, 5px) solid transparent;
  border-top-color: rgba(255,226,158,.88);
  border-right-color: rgba(90,184,255,.72);
  box-shadow: 0 0 38px rgba(77,165,255,.42), inset 0 0 48px rgba(240,199,107,.22);
}
.portal-transition__vortex span:nth-child(1) { animation: portalSpin .72s linear infinite; }
.portal-transition__vortex span:nth-child(2) { inset: 9%; animation: portalSpinReverse .58s linear infinite; opacity: .76; }
.portal-transition__vortex span:nth-child(3) { inset: 20%; animation: portalSpin .46s linear infinite; opacity: .62; }
.portal-transition__vortex i {
  inset: 30%;
  border: 0;
  background: radial-gradient(circle, #000 0 46%, rgba(0,0,0,.94) 62%, transparent 70%);
  box-shadow: 0 0 50px 22px rgba(0,0,0,.94), 0 0 70px 10px rgba(81,158,255,.25);
}
body.portal-wormhole .site-shell { animation: siteWormholeExit .94s cubic-bezier(.55,.02,.72,.44) forwards; transform-origin: 50% 50%; }

/* Talent / meteor */
.portal-transition[data-scene="meteor"] {
  background: radial-gradient(circle at 68% 74%, rgba(237,194,103,.13), transparent 28%), #02050c;
}
.portal-transition[data-scene="meteor"] .portal-transition__meteor {
  position: absolute;
  z-index: 5;
  top: 66%;
  left: 36%;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff9dc;
  box-shadow: 0 0 18px 7px rgba(255,225,132,.9), 0 0 60px 24px rgba(91,176,255,.35);
  animation: meteorLaunch .94s cubic-bezier(.18,.78,.18,1) forwards;
}
.portal-transition__meteor i,
.portal-transition__meteor b {
  position: absolute;
  right: 14px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  transform: translateY(-50%);
  transform-origin: right center;
}
.portal-transition__meteor i {
  width: min(46vw, 620px);
  background: linear-gradient(90deg, transparent, rgba(98,223,247,.38), #fff4ba);
  filter: blur(1px);
}
.portal-transition__meteor b {
  width: min(28vw, 390px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.92));
}
body.portal-meteor .site-shell { animation: siteMeteorExit .96s cubic-bezier(.5,.02,.72,.35) forwards; transform-origin: 72% 16%; }

/* Records / vinyl */
.portal-transition[data-scene="vinyl"] {
  background: radial-gradient(circle at 50% 50%, rgba(233,191,99,.18), transparent 37%), #020207;
}
.portal-transition[data-scene="vinyl"] .portal-transition__vinyl {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: block;
  width: min(48vw, 560px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(.08) rotate(0);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 9px, rgba(255,255,255,.11) 10px 11px),
    radial-gradient(circle, #e7b957 0 4%, #171925 4.4% 12%, #050509 12.5% 100%);
  box-shadow: 0 0 42px rgba(234,194,102,.3), 0 0 120px rgba(95,94,255,.2);
  animation: vinylTakeover .96s cubic-bezier(.16,.8,.2,1) forwards;
}
.portal-transition__vinyl span {
  position: absolute;
  inset: 44%;
  border-radius: 50%;
  background: #020206;
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
}
.portal-transition__vinyl i {
  position: absolute;
  top: 6%;
  right: 8%;
  width: 30%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b9c9f0, #f4ca6b);
  transform: rotate(32deg);
  transform-origin: 100% 50%;
  box-shadow: 0 0 14px rgba(255,255,255,.25);
}
body.portal-vinyl .site-shell { animation: siteVinylExit .96s cubic-bezier(.48,.02,.72,.36) forwards; }

/* Play / retro hand */
.portal-transition[data-scene="arcade"] {
  color: #d7ff71;
  background:
    linear-gradient(rgba(5,9,24,.86), rgba(5,9,24,.86)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(114,255,220,.08) 3px 4px),
    #02030a;
}
.portal-transition[data-scene="arcade"] .portal-transition__hand {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: block;
  width: min(42vw, 390px);
  transform: translate(-50%, -150%) scale(.75) rotate(-7deg);
  filter: drop-shadow(10px 14px 0 #5522a7) drop-shadow(-6px -4px 0 #00e6d0);
  animation: arcadeGrab .98s steps(9, end) forwards;
}
.portal-transition__hand svg { width: 100%; height: auto; }
.portal-transition[data-scene="arcade"] .portal-transition__glitch {
  z-index: 8;
  display: block;
  opacity: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 4px),
    linear-gradient(90deg, rgba(255,0,119,.16), transparent 34%, rgba(0,255,220,.15));
  mix-blend-mode: screen;
  animation: glitchFlash .98s steps(8, end) forwards;
}
body.portal-arcade .site-shell { animation: siteArcadeExit .98s steps(10, end) forwards; }

body.is-portal-transitioning { overflow: hidden; }
body.is-portal-transitioning .floating-settings,
body.is-portal-transitioning .language-suggestion { opacity: 0 !important; pointer-events: none !important; }

@keyframes portalCopyIn { from { opacity: 0; transform: translate(-50%, 16px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes portalVortexGrow { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.08) rotate(0); } 28% { opacity: 1; } 100% { opacity: 1; transform: translate(-50%,-50%) scale(2.45) rotate(170deg); } }
@keyframes portalSpin { to { transform: rotate(360deg); } }
@keyframes portalSpinReverse { to { transform: rotate(-360deg); } }
@keyframes siteWormholeExit { 0% { opacity: 1; transform: scale(1); filter: blur(0); } 40% { transform: scale(1.03); } 100% { opacity: 0; transform: scale(.02) rotate(8deg); filter: blur(12px) saturate(1.45); } }
@keyframes meteorLaunch { 0% { opacity: 0; transform: translate3d(-34vw,30vh,0) rotate(-35deg) scale(.5); } 12% { opacity: 1; } 100% { opacity: 1; transform: translate3d(72vw,-94vh,0) rotate(-35deg) scale(1.6); } }
@keyframes siteMeteorExit { 0% { opacity: 1; transform: translate3d(0,0,0) rotate(0) scale(1); filter: blur(0); } 100% { opacity: 0; transform: translate3d(20vw,-92vh,0) rotate(9deg) scale(.28); filter: blur(9px); } }
@keyframes vinylTakeover { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.08) rotate(0); } 18% { opacity: 1; } 100% { opacity: 1; transform: translate(-50%,-50%) scale(4.3) rotate(680deg); } }
@keyframes siteVinylExit { 0% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); } 100% { opacity: 0; transform: scale(.06) rotate(-420deg); filter: blur(12px); } }
@keyframes arcadeGrab { 0% { transform: translate(-50%,-160%) scale(.7) rotate(-7deg); } 38% { transform: translate(-50%,-50%) scale(1.05) rotate(2deg); } 62% { transform: translate(-50%,-42%) scale(.96) rotate(-3deg); } 100% { transform: translate(-50%,92vh) scale(1.3) rotate(7deg); } }
@keyframes glitchFlash { 0%,18% { opacity: 0; transform: translateX(0); } 24% { opacity: .8; transform: translateX(-8px); } 30% { opacity: .2; transform: translateX(7px); } 42% { opacity: .74; transform: translateX(-3px); } 55% { opacity: .1; } 68% { opacity: .85; } 100% { opacity: 0; } }
@keyframes siteArcadeExit { 0% { opacity: 1; transform: translateY(0) scale(1); filter: none; } 34% { transform: translateY(0) scale(.98); filter: contrast(1.4) saturate(1.5); } 65% { opacity: .88; transform: translateY(15vh) scale(.91); } 100% { opacity: 0; transform: translateY(108vh) scale(.72); filter: contrast(1.8) hue-rotate(32deg); } }

@media (max-width: 720px) {
  .site-footer__legal { gap: 10px; }
  .portal-transition__copy { bottom: 104px; }
  .portal-transition__skip { left: 50%; right: auto; transform: translateX(-50%); white-space: nowrap; }
  .portal-transition[data-scene="wormhole"] .portal-transition__vortex { width: 82vw; }
  .portal-transition[data-scene="vinyl"] .portal-transition__vinyl { width: 76vw; }
  .portal-transition[data-scene="arcade"] .portal-transition__hand { width: 72vw; }
}

@media (prefers-reduced-motion: reduce) {
  .portal-transition { transition-duration: .01ms !important; }
  .portal-transition__copy,
  .portal-transition__vortex,
  .portal-transition__meteor,
  .portal-transition__vinyl,
  .portal-transition__hand,
  .portal-transition__glitch,
  body.is-portal-transitioning .site-shell { animation: none !important; }
}
html.motion-reduced .portal-transition__copy,
html.motion-reduced .portal-transition__vortex,
html.motion-reduced .portal-transition__meteor,
html.motion-reduced .portal-transition__vinyl,
html.motion-reduced .portal-transition__hand,
html.motion-reduced .portal-transition__glitch,
html.motion-reduced body.is-portal-transitioning .site-shell { animation: none !important; }
