/* =========================================================================
   PATHS XR · site styles
   Ground: near-black violet. Light: the rainbow road, the gold caduceus,
   the rose of the logotype. Type: Cormorant (contemplative), Outfit (clear),
   Bruno Ace SC (the XR instrument voice, echoing the logo letterforms).
   ========================================================================= */

@property --spill { syntax: '<angle>'; inherits: false; initial-value: 0deg; }

:root {
  --bg: #05040b;
  --bg-2: #0a0718;
  --bg-3: #120c26;
  --ink: #f5f0ff;
  --ink-2: #ddd4ef;
  --mute: #b3a9cc;
  --dim: #7f7699;
  --line: rgba(220, 205, 255, .14);
  --glass: rgba(18, 12, 38, .55);

  --gold: #f2c46d;
  --rose: #f3a6cf;
  --peach: #f6dcc0;
  --violet: #a57cff;
  --orchid: #d18cff;
  --cyan: #8feaff;
  --mint: #b8ffe4;
  --lilac: #cdb6ff;

  --spectrum: linear-gradient(90deg, #ff8a8a, #ffd36b, #9dff8a, #7ff3ff, #7c8cff, #d38cff, #ff9ad6);
  --irid: linear-gradient(100deg, #a4f0ff 0%, #c9b0ff 25%, #ffb8e8 50%, #b8ffe4 75%, #a4f0ff 100%);
  --spill-conic: conic-gradient(from var(--spill), #ff8a8a, #ffd36b, #9dff8a, #7ff3ff, #7c8cff, #d38cff, #ff9ad6, #ff8a8a);

  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --tech: 'Bruno Ace SC', 'Outfit', system-ui, sans-serif;

  --gutter: clamp(16px, 4vw, 48px);
  --maxw: 1200px;
  --nav-h: 72px;
  --ease: cubic-bezier(.22, .8, .24, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.still { scroll-behavior: auto; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-weight: 300; font-size: 17.5px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 300; }
button { font: inherit; color: inherit; }
cite { font-style: normal; color: var(--dim); white-space: nowrap; }
::selection { background: rgba(209, 140, 255, .35); }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: var(--bg); padding: 10px 16px; border-radius: 8px; text-decoration: none; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); position: relative; }
.narrow { max-width: 920px; }
.center { text-align: center; }

/* ------------------------------ type ------------------------------ */
.eyebrow {
  font-family: var(--sans); font-weight: 500; font-size: 12.5px; letter-spacing: .32em;
  text-transform: uppercase; color: var(--lilac); margin: 0 0 1.4em;
  text-shadow: 0 0 18px rgba(170, 120, 255, .55);
}
.h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(3rem, 7.4vw, 6.6rem); line-height: .98; letter-spacing: -.01em; }
.h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.3rem, 4.8vw, 4.3rem); line-height: 1.05; letter-spacing: -.005em; margin-bottom: .6em; }
.serif { font-family: var(--serif); }
.tech {
  font-family: var(--tech); font-size: clamp(1.9rem, 4.4vw, 3.6rem); letter-spacing: .04em; line-height: 1.05;
  background: linear-gradient(90deg, #a4f0ff, #c9b0ff 30%, #f2c46d 70%, #ffe6a8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--ink-2); max-width: 44rem; }
.body-lg { font-size: clamp(1.1rem, 1.6vw, 1.35rem); color: var(--ink-2); line-height: 1.7; }
.muted { color: var(--mute); }

.irid-text {
  background: var(--irid); background-size: 300% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 9s linear infinite; font-style: italic;
}
@keyframes shimmer { to { background-position: -300% 0; } }

/* word-wipe iridescent reveal (ported from the Nexus animatic) */
.js .wipe .w {
  display: inline-block; opacity: 0;
  background: var(--irid); background-size: 300% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
  clip-path: inset(-20% 101% -20% 0);
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.js .wipe.on .w { animation: wwipe 1.5s cubic-bezier(.35, .5, .3, 1) forwards, wshine 4.5s linear forwards; }
.wipe .wsp { display: inline; }
@keyframes wwipe { 0% { opacity: 1; clip-path: inset(-20% 101% -20% 0); } 100% { opacity: 1; clip-path: inset(-20% -6% -20% 0); } }
@keyframes wshine { 0% { background-position: 100% 0; } 100% { background-position: -40% 0; } }

/* generic reveal */
.js .reveal { opacity: 0; transform: translateY(26px); filter: blur(6px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease), filter 1.1s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; filter: none; }

/* ------------------------------ buttons ------------------------------ */
.btn {
  --b: 1.5px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 14px 28px; border-radius: 999px; text-decoration: none; cursor: pointer;
  font-family: var(--sans); font-weight: 500; font-size: 13.5px; letter-spacing: .18em; text-transform: uppercase;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s;
  white-space: nowrap;
}
.btn-sm { padding: 10px 20px; font-size: 12px; }
.btn-glow {
  border: var(--b) solid transparent;
  background: linear-gradient(rgba(12, 8, 26, .92), rgba(12, 8, 26, .92)) padding-box, var(--spill-conic) border-box;
  box-shadow: 0 0 24px rgba(165, 124, 255, .35), inset 0 0 18px rgba(165, 124, 255, .15);
  animation: spill 6s linear infinite;
}
.btn-glow:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(209, 140, 255, .6), inset 0 0 26px rgba(165, 124, 255, .3); }
@keyframes spill { to { --spill: 360deg; } }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .26); background: rgba(255, 255, 255, .04); backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: rgba(255, 255, 255, .6); transform: translateY(-2px); }
.chip {
  border: 1px solid rgba(255, 255, 255, .35); background: rgba(10, 6, 22, .55); backdrop-filter: blur(8px);
  border-radius: 999px; padding: 7px 16px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer;
}
.round-btn {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255, 255, 255, .03);
  cursor: pointer; font-size: 20px; transition: border-color .3s, background .3s;
}
.round-btn:hover { border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .08); }
.linkish { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; color: var(--ink); }

/* ------------------------------ nav ------------------------------ */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; gap: 24px; padding-inline: var(--gutter);
  transition: background .5s, backdrop-filter .5s, border-color .5s, transform .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(6, 4, 14, .72); backdrop-filter: blur(14px) saturate(1.3); border-color: var(--line); }
.nav.hide { transform: translateY(-100%); }
.nav-brand img { height: 38px; width: auto; }
.nav-links { display: flex; gap: clamp(14px, 1.8vw, 28px); margin-left: auto; }
.nav-links a {
  position: relative; text-decoration: none; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2);
  padding: 6px 0;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--spectrum);
  transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.motion-btn {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255, 255, 255, .03);
  display: grid; place-items: center; cursor: pointer;
}
.motion-ico { width: 12px; height: 12px; position: relative; }
.motion-ico::before, .motion-ico::after { content: ''; position: absolute; top: 0; bottom: 0; width: 4px; background: var(--ink-2); border-radius: 1px; }
.motion-ico::before { left: 1px; } .motion-ico::after { right: 1px; }
.still .motion-ico::before { left: 2px; width: 0; height: 0; background: none; border-left: 10px solid var(--ink-2); border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-radius: 0; }
.still .motion-ico::after { display: none; }
.burger { display: none; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; position: relative; }
.burger span:not(.sr) { position: absolute; left: 10px; right: 10px; height: 1.5px; background: var(--ink); transition: transform .4s var(--ease), top .4s var(--ease); }
.burger span:nth-child(1) { top: 16px; } .burger span:nth-child(2) { top: 25px; }
.burger[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }

@media (max-width: 1080px) {
  .burger { display: block; }
  .nav-links {
    position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; align-items: center; gap: 10px;
    background: radial-gradient(ellipse at 50% 40%, rgba(40, 20, 80, .96), rgba(5, 4, 11, .98)); backdrop-filter: blur(20px);
    opacity: 0; pointer-events: none; transition: opacity .45s var(--ease);
  }
  .nav-links a { font-family: var(--serif); font-size: clamp(1.9rem, 7vw, 2.8rem); letter-spacing: .02em; text-transform: none; }
  .nav.open .nav-links { opacity: 1; pointer-events: auto; }
  .nav.open { background: transparent; border-color: transparent; backdrop-filter: none; }
}
@media (max-width: 520px) {
  .nav-brand img { height: 30px; }
  .nav-actions .btn-sm { padding: 9px 14px; letter-spacing: .12em; }
  .nav { gap: 10px; }
}

/* ------------------------------ shared canvases ------------------------------ */
.gl-full { position: absolute; inset: 0; width: 100%; height: 100%; }
.sticky-canvas { position: sticky; top: 0; height: 100vh; height: 100lvh; width: 100%; margin-bottom: -100vh; margin-bottom: -100lvh; pointer-events: none; }
#cv-sparks { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 90; pointer-events: none; }
.still #cv-sparks { display: none; }

/* ------------------------------ 1 · hero ------------------------------ */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(ellipse at 50% 60%, #1a0f3a, var(--bg) 70%);
  isolation: isolate;
}
.hero-inner { position: relative; z-index: 2; text-align: center; padding: calc(var(--nav-h) + 4vh) var(--gutter) 14vh; width: 100%; }
.hero-inner::before { content: ''; position: absolute; left: 50%; bottom: 8vh; width: min(940px, 110vw); height: 46%; transform: translateX(-50%); background: radial-gradient(ellipse at 50% 55%, rgba(5, 3, 14, .62), rgba(5, 3, 14, .25) 55%, transparent 72%); z-index: -1; pointer-events: none; }
.hero-logo { position: relative; width: min(780px, 90vw); margin: 0 auto; }
.hero-logo img { width: 100%; height: auto; filter: drop-shadow(0 0 28px rgba(243, 166, 207, .28)) drop-shadow(0 6px 30px rgba(0, 0, 0, .7)); }
.js .hero-logo img { opacity: 0; animation: markin 2.2s var(--ease) .2s forwards; }
@keyframes markin { 0% { opacity: 0; transform: scale(.9); filter: blur(14px); } 100% { opacity: 1; transform: none; filter: drop-shadow(0 0 28px rgba(243, 166, 207, .28)) drop-shadow(0 6px 30px rgba(0, 0, 0, .7)); } }

/* the golden light at the crown of the caduceus */
.hero-flare {
  position: absolute; left: 50.15%; top: 4.2%; width: 0; height: 0; z-index: 3; pointer-events: none;
}
.hero-flare::before, .hero-flare::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; }
.hero-flare::before {
  width: clamp(120px, 20vw, 220px); height: clamp(120px, 20vw, 220px);
  background: radial-gradient(circle, #fff 0 4%, rgba(255, 236, 190, .95) 8%, rgba(255, 196, 110, .45) 22%, rgba(255, 160, 80, .12) 42%, transparent 66%);
  mix-blend-mode: screen; animation: flarePulse 5.5s ease-in-out infinite;
}
.hero-flare::after {
  width: clamp(360px, 60vw, 760px); height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 140, .15) 20%, rgba(255, 240, 210, .95) 50%, rgba(255, 210, 140, .15) 80%, transparent);
  filter: blur(.5px); mix-blend-mode: screen; animation: flareStreak 5.5s ease-in-out infinite;
}
.js .hero-flare { opacity: 0; animation: fadeIn 1.6s ease 1.1s forwards; }
@keyframes flarePulse { 0%, 100% { transform: translate(-50%, -50%) scale(.92); opacity: .85; } 50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; } }
@keyframes flareStreak { 0%, 100% { transform: translate(-50%, -50%) scaleX(.8); opacity: .6; } 50% { transform: translate(-50%, -50%) scaleX(1.05); opacity: 1; } }
@keyframes fadeIn { to { opacity: 1; } }

.hero-tag { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 3.6vw, 2.8rem); margin: clamp(10px, 3vh, 34px) 0 .3em; line-height: 1.2; }
.hero-sub { color: var(--ink-2); font-size: clamp(1rem, 1.4vw, 1.15rem); letter-spacing: .04em; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 1.8em; }
.contact .hero-ctas { justify-content: flex-start; }
.scroll-cue { position: absolute; left: 50%; bottom: 4vh; z-index: 3; width: 24px; height: 60px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, rgba(255, 255, 255, .45), transparent); }
.scroll-cue span::after { content: ''; position: absolute; left: -3px; top: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); animation: cue 2.6s ease-in-out infinite; }
@keyframes cue { 0% { top: 0; opacity: 0; } 20% { opacity: 1; } 100% { top: 100%; opacity: 0; } }

/* ------------------------------ 2 · manifesto ------------------------------ */
.manifesto { position: relative; padding: 22vh 0 18vh; background: linear-gradient(var(--bg), #07051a 40%, var(--bg)); }
.manifesto .wrap { z-index: 2; }
.statement { font-family: var(--serif); font-weight: 300; font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.22; margin: 0 0 1.1em; color: var(--ink); }
.manifesto .body-lg { max-width: 40rem; }

.acronym { position: relative; z-index: 2; max-width: var(--maxw); margin: 16vh auto 12vh; padding-inline: var(--gutter); }
.acro-row { display: flex; flex-direction: column; gap: .05em; }
.acro { display: flex; align-items: baseline; font-size: clamp(3rem, 9.5vw, 8rem); line-height: 1; }
.acro b {
  font-family: var(--tech); font-weight: 400; width: 1.05em; flex: none;
  background: var(--spectrum); background-size: 700% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
}
.acro:nth-child(1) b { background-position: 0% 0; } .acro:nth-child(2) b { background-position: 25% 0; }
.acro:nth-child(3) b { background-position: 50% 0; } .acro:nth-child(4) b { background-position: 75% 0; }
.acro:nth-child(5) b { background-position: 100% 0; }
.acro i, .acro em {
  font-family: var(--serif); font-style: italic; font-weight: 300; font-size: .42em; color: var(--ink-2);
  display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: baseline;
  max-width: 0; opacity: 0; transition: max-width 1.6s var(--ease), opacity 1.2s ease;
}
.acro em { order: -1; font-size: .3em; color: var(--mute); width: 0; }
.acro i { margin-left: -.18em; }
.acronym.open .acro i { max-width: 14em; opacity: 1; }
.acronym.open .acro em { max-width: 3em; opacity: 1; }
.acronym.open .acro:nth-child(2) i { transition-delay: .25s; } .acronym.open .acro:nth-child(3) i { transition-delay: .5s; }
.acronym.open .acro:nth-child(4) i { transition-delay: .75s; } .acronym.open .acro:nth-child(5) i { transition-delay: 1s; }
.acro i small { font-size: .7em; color: var(--mute); }
.acro-note { max-width: 44rem; margin-top: 2.2em; color: var(--mute); }
.acro-note strong { color: var(--ink); font-weight: 500; }

.dharma { margin: 0; padding: 2.4em 0 0 1.6em; border-left: 1px solid; border-image: linear-gradient(var(--gold), var(--rose), transparent) 1; }
.dharma p { font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.4; color: var(--ink-2); font-weight: 300; }
.dharma .dharma-close { font-style: italic; color: var(--peach); }

/* ------------------------------ 3 · headset ------------------------------ */
.headset { position: relative; height: 420vh; background: #000; }
.headset-sticky { position: sticky; top: 0; height: 100vh; height: 100lvh; overflow: hidden; }
.hmd { position: absolute; left: 0; top: 0; will-change: transform; transform-origin: 20% 50%; }
.hmd-img { width: 100%; height: 100%; position: relative; z-index: 2; box-shadow: 0 0 0 200vmax #000; }
.lens-words { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.lens-word {
  position: absolute; top: 50.5%; transform: translate(-50%, -50%);
  font-family: var(--tech); font-size: var(--lw, 28px); letter-spacing: .06em; color: #fff; white-space: nowrap;
  text-shadow: 0 0 18px rgba(255, 255, 255, .8), 0 0 42px rgba(209, 140, 255, .8);
  transition: opacity .6s ease, filter .6s ease;
}
.lens-word[data-lens="L"] { left: 20.3%; } .lens-word[data-lens="R"] { left: 80%; }
.lens-word.swap { opacity: 0; filter: blur(8px); }
.headset-copy { position: absolute; left: 0; right: 0; top: calc(var(--nav-h) + 3vh); z-index: 5; text-align: center; padding-inline: var(--gutter); }
.headset-copy .h2 { font-size: clamp(1.8rem, 3.8vw, 3.3rem); max-width: 22em; margin: 0 auto; }
.headset-steps { position: absolute; left: 0; right: 0; bottom: 11vh; z-index: 5; display: flex; justify-content: center; gap: clamp(18px, 5vw, 70px); list-style: none; margin: 0; padding: 0; }
.headset-steps li { font-family: var(--tech); font-size: clamp(13px, 1.6vw, 20px); letter-spacing: .08em; color: rgba(255, 255, 255, .32); transition: color .6s, text-shadow .6s; }
.headset-steps li.on { color: #fff; text-shadow: 0 0 20px rgba(209, 140, 255, .9); }
.headset-hint { position: absolute; left: 0; right: 0; bottom: 5vh; z-index: 5; text-align: center; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--dim); margin: 0; }

/* ------------------------------ 4 · rainbow road ------------------------------ */
.rainbow { position: relative; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: #f3eef8; }
.rainbow-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rainbow-scrim { position: absolute; inset: 0; background:
  radial-gradient(ellipse 72% 52% at 50% 50%, rgba(8, 5, 22, .74), rgba(8, 5, 22, .3) 62%, transparent 90%),
  linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(5, 4, 11, .9) 100%); }
.rainbow-copy { position: relative; z-index: 2; text-align: center; padding: 0 var(--gutter); }
.rainbow-copy .eyebrow { color: #fff; }
.poem { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.8rem, 4.2vw, 3.6rem); line-height: 1.2; margin: 0 0 .25em; color: #fff; text-shadow: 0 2px 22px rgba(10, 5, 30, .8); }
.js .rainbow .wipe .w { background-image: linear-gradient(100deg, #fff 0%, #ffeefa 30%, #efe6ff 55%, #eafffa 80%, #fff 100%); filter: drop-shadow(0 2px 14px rgba(20, 8, 40, .9)); }
.rainbow-foot { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 4vh; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; color: rgba(255, 255, 255, .78); letter-spacing: .06em; }

/* ------------------------------ 5 · compass ------------------------------ */
.compass { position: relative; padding: 16vh 0 10vh; background: radial-gradient(ellipse at 20% 30%, rgba(80, 40, 160, .18), transparent 60%), var(--bg); }
.compass-head { max-width: var(--maxw); margin: 0 auto 6vh; padding-inline: var(--gutter); }
.compass-head .lede { max-width: 38rem; }
.compass-grid { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 5vw, 80px); }
.compass-sticky { position: sticky; top: calc(var(--nav-h) + 2vh); height: calc(100vh - var(--nav-h) - 4vh); display: grid; place-items: center; }
.compass-dial { --rot: 0deg; --needle: #8feaff; position: relative; width: min(520px, 40vw); aspect-ratio: 1; }
.dial-svg { width: 100%; height: 100%; overflow: visible; }
.dial-ticks { animation: spin 140s linear infinite; transform-origin: 0 0; }
.dial-star { animation: spin 220s linear infinite reverse; transform-origin: 0 0; }
.dial-needle { transform: rotate(var(--rot)); transition: transform 1.4s cubic-bezier(.3, 1.35, .45, 1); transform-origin: 0 0; }
.dial-needle path { transition: fill .8s; }
@keyframes spin { to { transform: rotate(360deg); } }
.dial-gem { position: absolute; left: 50%; top: 50%; width: 30%; transform: translate(-50%, -50%); filter: drop-shadow(0 0 30px rgba(180, 120, 255, .55)); animation: gem 22s linear infinite; pointer-events: none; }
@keyframes gem { 0% { filter: hue-rotate(0deg) drop-shadow(0 0 30px rgba(180, 120, 255, .55)); } 100% { filter: hue-rotate(360deg) drop-shadow(0 0 30px rgba(180, 120, 255, .55)); } }
.dial-pt {
  --R: calc(min(520px, 40vw) * .5 + 6px);
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(var(--a)) translateY(calc(var(--R) * -1)) rotate(calc(var(--a) * -1));
  font-family: var(--tech); font-size: clamp(10.5px, 1.05vw, 13.5px); letter-spacing: .08em;
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(10, 6, 24, .75); backdrop-filter: blur(6px);
  cursor: pointer; transition: border-color .4s, box-shadow .4s, color .4s; color: var(--ink-2);
}
.dial-pt:hover { border-color: rgba(255, 255, 255, .5); color: #fff; }
.dial-pt.on { color: #fff; border-color: var(--pc, #fff); box-shadow: 0 0 22px var(--pc, #fff), inset 0 0 12px color-mix(in srgb, var(--pc, #fff) 30%, transparent); }
.compass-steps { padding: 6vh 0 20vh; }
.m-step {
  min-height: 72vh; display: flex; flex-direction: column; justify-content: center;
  opacity: .28; transition: opacity .8s ease;
}
.m-step.on { opacity: 1; }
.m-dir { font-size: 12px; letter-spacing: .34em; text-transform: uppercase; color: var(--mc); margin-bottom: .6em; }
.m-title { font-family: var(--tech); font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: 1.05; margin-bottom: .45em; color: var(--mc); text-shadow: 0 0 30px color-mix(in srgb, var(--mc) 55%, transparent); }
.m-step p { color: var(--ink-2); max-width: 34rem; }

/* ------------------------------ 6 · process ------------------------------ */
.process { padding: 14vh 0; background: linear-gradient(var(--bg), #0b0720, var(--bg)); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 5vh; }
.p-card {
  position: relative; padding: 30px 26px 30px; border-radius: 22px; background: rgba(255, 255, 255, .025);
  border: 1px solid var(--line); overflow: hidden; transition: transform .6s var(--ease), border-color .6s;
}
.p-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.2px; background: var(--spill-conic);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .6s; animation: spill 5s linear infinite;
}
.p-card:hover { transform: translateY(-6px); }
.p-card:hover::before { opacity: 1; }
.p-card::after { content: ''; position: absolute; width: 220px; height: 220px; right: -80px; top: -80px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--pc) 35%, transparent), transparent 70%); pointer-events: none; }
.p-emb { width: 84px; height: 84px; color: var(--pc); margin-bottom: 18px; filter: drop-shadow(0 0 12px color-mix(in srgb, var(--pc) 70%, transparent)); overflow: visible; }
.p-card h3 { font-family: var(--tech); font-size: 1.6rem; margin-bottom: .5em; color: var(--pc); }
.p-card p { font-size: 15.5px; color: var(--ink-2); margin: 0; }
.emb-awe { animation: spin 40s linear infinite; transform-origin: 0 0; }
.emb-play circle { transform-origin: 0 0; animation: orbitc 9s ease-in-out infinite; }
.emb-play circle:nth-child(2) { animation-delay: -3s; } .emb-play circle:nth-child(3) { animation-delay: -6s; }
@keyframes orbitc { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(40deg); } }
.emb-flow path { animation: flowx 4s ease-in-out infinite alternate; }
.emb-flow path:nth-child(2) { animation-delay: -1.3s; } .emb-flow path:nth-child(3) { animation-delay: -2.6s; }
@keyframes flowx { to { transform: translateX(-8px); } }
.emb-agency path:first-child { stroke-dasharray: 120; animation: draw 5s ease-in-out infinite; }
@keyframes draw { 0% { stroke-dashoffset: 120; } 55%, 100% { stroke-dashoffset: 0; } }

/* ------------------------------ 7 · practice ------------------------------ */
.practice { position: relative; padding: 14vh 0 6vh; background: radial-gradient(ellipse at 80% 10%, rgba(242, 196, 109, .07), transparent 55%), var(--bg); }
.practice-head { max-width: 50rem; }
.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 6vh 0 5vh; }
.mode { padding: 30px 28px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(165, 124, 255, .08), rgba(255, 255, 255, .01)); }
.mode-num { font-family: var(--tech); font-size: 13px; letter-spacing: .2em; color: var(--gold); display: block; margin-bottom: 18px; }
.mode h3 { font-family: var(--serif); font-size: 1.9rem; margin-bottom: .45em; }
.mode p { font-size: 15.5px; color: var(--ink-2); margin: 0; }
.stage-note { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; color: var(--mute); font-size: 15px; }
.stage-note p { margin: 0; }
.stage-note ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.stage-note li { border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: 13px; color: var(--ink-2); }

.trail { position: relative; max-width: 1100px; margin: 8vh auto 0; height: 1700px; padding-inline: var(--gutter); }
.trail-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.trail-base { fill: none; stroke: rgba(255, 255, 255, .08); stroke-width: 2; stroke-dasharray: 2 10; stroke-linecap: round; }
.trail-glow { fill: none; stroke: url(#trail-g); stroke-width: 10; opacity: .55; stroke-linecap: round; }
.trail-line { fill: none; stroke: url(#trail-g); stroke-width: 2.4; stroke-linecap: round; }
.stations { list-style: none; margin: 0; padding: 0; position: absolute; inset: 0; }
.stations li { position: absolute; left: 0; top: 0; width: 0; height: 0; }
.st-dot {
  position: absolute; left: 0; top: 0; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%;
  background: var(--bg); border: 1.5px solid rgba(255, 255, 255, .25); transition: background .6s, box-shadow .6s, border-color .6s, transform .6s var(--ease);
}
.st-name, .st-desc { position: absolute; top: 0; white-space: nowrap; transform: translateY(-50%); transition: color .6s, opacity .6s; }
.st-name { font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 2.2rem); color: rgba(255, 255, 255, .3); }
.st-desc { top: 2.2em; font-size: 14px; color: var(--mute); white-space: normal; width: 17rem; opacity: 0; }
.stations li.right .st-name, .stations li.right .st-desc { left: 30px; }
.stations li.left .st-name, .stations li.left .st-desc { right: 30px; text-align: right; }
.stations li.lit .st-dot { background: #fff; border-color: #fff; box-shadow: 0 0 0 5px rgba(255, 255, 255, .08), 0 0 26px var(--sc, #fff), 0 0 60px var(--sc, #fff); transform: scale(1.1); }
.stations li.lit .st-name { color: #fff; }
.stations li.lit .st-desc { opacity: 1; }
.stations li.st-final .st-name { font-style: italic; background: linear-gradient(90deg, var(--rose), var(--gold)); -webkit-background-clip: text; background-clip: text; }
.stations li.st-final.lit .st-name { color: transparent; }

/* ------------------------------ 8 · desert rose ------------------------------ */
.desert { position: relative; height: 330vh; background: #0d0614; }
.desert-sticky { position: sticky; top: 0; height: 100vh; height: 100lvh; overflow: hidden; }
.desert-copy { position: absolute; z-index: 3; left: 0; top: 0; bottom: 0; width: min(620px, 52vw); padding: calc(var(--nav-h) + 6vh) 0 6vh var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.desert-copy::before { content: ''; position: absolute; inset: 0 -30% 0 0; background: linear-gradient(90deg, rgba(10, 5, 16, .78), rgba(10, 5, 16, .35) 70%, transparent); z-index: -1; }
.desert-copy .h1 { margin-bottom: .35em; background: linear-gradient(90deg, #ffd9c2, #f3a6cf 45%, #f2c46d); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }
.desert-line { font-family: var(--serif); font-size: clamp(1.18rem, 1.8vw, 1.5rem); line-height: 1.45; color: #f6e6dc; opacity: .12; transition: opacity 1s ease, transform 1s var(--ease); transform: translateY(8px); }
.desert-line.on { opacity: 1; transform: none; }
.desert-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-top: .6em; font-family: var(--sans); }
.desert-meta { font-size: 13.5px; color: #c9b3b8; max-width: 30rem; line-height: 1.55; }

/* ------------------------------ 9 · worlds ------------------------------ */
.worlds { padding: 14vh 0 12vh; background: var(--bg); }
.worlds-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.worlds-head .h2 { max-width: 16em; }
.worlds-nav { display: flex; gap: 10px; margin-bottom: 1.6em; flex: none; }
.worlds-strip {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 10px max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter))) 24px;
  scroll-padding-inline: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
  scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .2) transparent; cursor: grab; outline: none;
}
.worlds-strip.drag { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.world { position: relative; flex: none; width: clamp(280px, 44vw, 640px); aspect-ratio: 16 / 10; margin: 0; border-radius: 22px; overflow: hidden; scroll-snap-align: start; background: var(--bg-3); }
.world img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); pointer-events: none; user-select: none; }
.world:hover img { transform: scale(1.05); }
.world::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); background: linear-gradient(transparent 55%, rgba(5, 4, 11, .85)); pointer-events: none; }
.world figcaption { position: absolute; left: 22px; bottom: 18px; z-index: 2; font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem, 1.8vw, 1.5rem); }

/* ------------------------------ 10 · who it's for ------------------------------ */
.for { padding: 14vh 0 10vh; overflow: hidden; background: radial-gradient(ellipse at 50% 55%, rgba(60, 30, 130, .25), transparent 60%), var(--bg); }
.orbit-wrap { position: relative; margin-top: 4vh; display: grid; place-items: center; }
.orbit { position: relative; width: min(700px, 92vw); aspect-ratio: 1; container-type: inline-size; z-index: 2; }
.orbit-ring { position: absolute; inset: 9%; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .22); box-shadow: 0 0 60px rgba(165, 124, 255, .15), inset 0 0 60px rgba(165, 124, 255, .12); }
.orbit-ring::after { content: ''; position: absolute; inset: 14%; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, .08); }
.orbit-core {
  position: absolute; inset: 27%; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 7cqw; background: radial-gradient(circle at 40% 30%, rgba(90, 170, 190, .28), rgba(30, 20, 60, .75) 60%, rgba(10, 6, 24, .9));
  border: 1px solid rgba(255, 255, 255, .12); box-shadow: inset 0 0 50px rgba(143, 234, 255, .12), 0 0 80px rgba(20, 10, 50, .8);
}
.core-title { font-family: var(--tech); font-size: clamp(14px, 3.1cqw, 22px); margin: 0 0 .5em; background: linear-gradient(90deg, #8feaff, #d18cff, #ff9ad6); -webkit-background-clip: text; background-clip: text; color: transparent; }
.core-text { font-size: clamp(12.5px, 2.25cqw, 16px); line-height: 1.5; color: var(--ink-2); margin: 0; transition: opacity .4s; }
.orbit-core.swap .core-text, .orbit-core.swap .core-title { opacity: 0; }
.orbit-spin { position: absolute; inset: 0; animation: spin 90s linear infinite; }
.orbit:hover .orbit-spin, .orbit:focus-within .orbit-spin { animation-play-state: paused; }
.orb {
  position: absolute; left: 50%; top: 50%; width: 15cqw; aspect-ratio: 1; margin: -7.5cqw 0 0 -7.5cqw; border: 0; padding: 0; cursor: pointer; background: none; color: var(--ink-2);
  transform: rotate(calc(var(--i) * 60deg)) translateY(calc(var(--orbR, 41cqw) * -1)) rotate(calc(var(--i) * -60deg));
}
.orb > span { position: absolute; inset: 0; display: block; animation: spin 90s linear infinite reverse; }
.orb > span::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle at 36% 34%, #fff 0 5%, var(--c1) 14%, var(--c2) 50%, rgba(0, 0, 0, .35) 76%, transparent 100%);
  box-shadow: 0 0 34px color-mix(in srgb, var(--c1) 55%, transparent);
  transition: transform .6s var(--ease), box-shadow .6s;
  animation: breathe 6s ease-in-out infinite; animation-delay: calc(var(--i) * -1s);
}
@keyframes breathe { 0%, 100% { transform: scale(.94); } 50% { transform: scale(1.04); } }
.orb i {
  position: absolute; left: 50%; top: 100%; margin-top: 8px; transform: translateX(-50%);
  font-style: normal; font-family: var(--sans); font-weight: 500; font-size: clamp(9.5px, 1.7cqw, 12.5px);
  letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; text-shadow: 0 1px 10px #000;
}
.orbit:hover .orb > span, .orbit:focus-within .orb > span { animation-play-state: paused; }
.orb:hover > span::before, .orb.on > span::before { transform: scale(1.14); box-shadow: 0 0 60px var(--c1), 0 0 0 2px rgba(255, 255, 255, .5); }
.orb.on i, .orb:hover i { color: #fff; }
.for-rainbow { width: min(1100px, 110vw); margin-top: -9%; opacity: .95; mix-blend-mode: screen; pointer-events: none; }
.for-panel { display: none; }

/* ------------------------------ 11 · team ------------------------------ */
.team { padding: 14vh 0 10vh; background: linear-gradient(var(--bg), #0a0619); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; margin-top: 5vh; }
.person { padding: 28px 24px 26px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255, 255, 255, .02); transition: transform .5s var(--ease), border-color .5s; }
.person:hover { transform: translateY(-5px); border-color: rgba(255, 255, 255, .28); }
.sigil { position: relative; width: 78px; height: 78px; border-radius: 50%; margin-bottom: 20px; display: grid; place-items: center; font-family: var(--serif); font-size: 1.7rem; color: #fff; isolation: isolate; }
.sigil::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from var(--h, 0deg), var(--s1), var(--s2), var(--s3), var(--s1)); filter: blur(.3px); z-index: -2; animation: spin 30s linear infinite; }
.sigil::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(40, 24, 80, .7), rgba(8, 5, 20, .96)); z-index: -1; }
.person h3 { font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.role { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: .5em 0 .9em; }
.person p:last-child { font-size: 14.5px; color: var(--mute); margin: 0; }
.advisors-title { font-family: var(--sans); font-weight: 500; font-size: 12.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--lilac); margin: 7vh 0 1.4em; }
.advisors { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 0 32px; }
.advisors li { display: flex; flex-direction: column; padding: 16px 0; border-top: 1px solid var(--line); }
.advisors strong { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; }
.advisors span { font-size: 14.5px; color: var(--mute); }

/* ------------------------------ 12 · resources ------------------------------ */
.resources { padding: 14vh 0; }
.res-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 5vh; }
.res { display: flex; flex-direction: column; text-decoration: none; border-radius: 22px; border: 1px solid var(--line); background: rgba(255, 255, 255, .02); overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s, border-color .5s; }
.res:hover { transform: translateY(-6px); border-color: rgba(255, 255, 255, .3); box-shadow: 0 20px 60px -20px var(--r1); }
.res-art { position: relative; aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--r1) 90%, #fff), var(--r1) 30%, var(--r2) 75%); }
.res-art::before { content: ''; position: absolute; inset: -40%; background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, .22), transparent 30%, rgba(255, 255, 255, .12), transparent 60%); animation: spin 18s linear infinite; mix-blend-mode: overlay; }
.res-glyph { position: relative; font-family: var(--tech); font-size: 2rem; line-height: 1; text-align: center; color: rgba(255, 255, 255, .92); text-shadow: 0 0 24px rgba(255, 255, 255, .6); }
.res-glyph.serif { font-family: var(--serif); font-size: 4rem; font-style: italic; }
.res-play { position: relative; width: 64px; height: 64px; border-radius: 50%; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .6); backdrop-filter: blur(6px); }
.res-play::after { content: ''; position: absolute; left: 26px; top: 21px; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.res-kind { padding: 20px 22px 0; font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--lilac); }
.res-title { padding: 8px 22px 0; font-family: var(--serif); font-size: 1.32rem; line-height: 1.25; flex: 1; }
.res-go { padding: 16px 22px 22px; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); }
.res-go::after { content: ' →'; transition: margin .4s; }
.res:hover .res-go::after { margin-left: 6px; }

/* ------------------------------ 13 · ecosystem ------------------------------ */
.eco { padding: 6vh 0 12vh; border-top: 1px solid var(--line); }
.values-marquee { overflow: hidden; padding: 4vh 0 7vh; -webkit-mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 3.2rem; width: max-content; animation: marquee 60s linear infinite; }
.marquee-track span { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(2.4rem, 6vw, 5rem); white-space: nowrap; color: transparent; -webkit-text-stroke: 1px rgba(220, 205, 255, .45); }
.marquee-track span:nth-child(3n+1) { -webkit-text-stroke: 0; background: var(--irid); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; }
@keyframes marquee { to { transform: translateX(-50%); } }
.eco-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(30px, 6vw, 90px); align-items: center; }
.eco-made { display: flex; flex-direction: column; gap: 28px; }
.eco-logo img { width: min(240px, 62vw); height: auto; opacity: .9; transition: opacity .3s, filter .3s; }
.eco-logo:hover img { opacity: 1; filter: drop-shadow(0 0 16px rgba(180, 130, 255, .7)); }
.partners { font-size: 14.5px; color: var(--ink-2); margin-top: 1.4em; padding-top: 1.2em; border-top: 1px solid var(--line); }
.partners span { display: block; font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--lilac); margin-bottom: .5em; }

/* ------------------------------ 14 · contact ------------------------------ */
.contact { position: relative; padding: 16vh 0 14vh; overflow: hidden; background: #06040f; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.contact-h { font-size: clamp(2.6rem, 5.6vw, 5rem); margin-bottom: .45em; }
.contact-card { padding: clamp(22px, 3vw, 36px); border-radius: 26px; background: rgba(12, 8, 28, .66); border: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .9); min-height: 200px; }
.card-label { font-family: var(--serif); font-size: 1.7rem; margin-bottom: .6em; }
.outseta-slot { color: var(--ink); }
.outseta-slot input, .outseta-slot textarea, .outseta-slot select {
  width: 100%; background: rgba(255, 255, 255, .05) !important; color: var(--ink) !important; border: 1px solid var(--line) !important;
  border-radius: 12px !important; padding: 12px 14px !important; font: inherit !important; font-size: 15.5px !important;
}
.outseta-slot input:focus, .outseta-slot textarea:focus { border-color: var(--lilac) !important; outline: none; box-shadow: 0 0 0 3px rgba(205, 182, 255, .18); }
.outseta-slot label, .outseta-slot p { color: var(--ink-2) !important; font-family: var(--sans) !important; }
.outseta-slot button {
  border: 1.5px solid transparent !important; border-radius: 999px !important; padding: 13px 28px !important; cursor: pointer;
  background: linear-gradient(rgba(12, 8, 26, .92), rgba(12, 8, 26, .92)) padding-box, var(--spill-conic) border-box !important;
  color: var(--ink) !important; font-family: var(--sans) !important; font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important;
}
.outseta-slot a { color: var(--lilac); }
.form-fallback { color: var(--mute); }
.outseta-slot .o--submit-help-request { display: none !important; }
.outseta-slot div { --font-family: 'Outfit', system-ui, sans-serif !important; --accent-color: #a57cff !important; --dark-mode-bg-color: transparent !important; --button-text-color: #f5f0ff !important; }
.outseta-slot .o--Widget--widget, .outseta-slot .o--Widget--widgetBody { background: transparent !important; box-shadow: none !important; border: 0 !important; padding: 0 !important; max-width: none !important; }
.outseta-slot form > div { padding-left: 0 !important; padding-right: 0 !important; }
.outseta-slot label { font-size: 12px !important; letter-spacing: .2em !important; text-transform: uppercase !important; font-weight: 500 !important; }

/* ------------------------------ footer ------------------------------ */
.foot { border-top: 1px solid var(--line); padding: 9vh 0 4vh; background: #040309; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.3fr; gap: 40px; }
.foot-brand img { width: 220px; height: auto; margin-bottom: 14px; }
.foot-brand p { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--ink-2); }
.foot-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; align-content: start; }
.foot-nav a { text-decoration: none; color: var(--mute); }
.foot-nav a:hover { color: var(--ink); }
.foot-care p { color: var(--mute); font-size: 13.5px; line-height: 1.6; }
.foot-care strong { color: var(--ink-2); font-weight: 500; }
.foot-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 6vh; padding-top: 22px; border-top: 1px solid var(--line); color: var(--dim); font-size: 13px; }
.foot-base a { color: var(--mute); text-decoration: none; }

/* ------------------------------ responsive ------------------------------ */
@media (max-width: 1080px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .res-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .compass-grid { grid-template-columns: 1fr; }
  .compass-sticky { top: var(--nav-h); height: auto; padding: 30px 0 44px; z-index: 3; background: linear-gradient(var(--bg) 84%, transparent); }
  .compass-dial { width: min(280px, 64vw); }
  .dial-pt { --R: calc(min(280px, 64vw) * .5 + 2px); font-size: 9.5px; padding: 5px 9px; }
  .compass-steps { padding-top: 0; }
  .m-step { min-height: 62vh; }
  .modes { grid-template-columns: 1fr; }
  .contact-grid, .eco-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-care { grid-column: 1 / -1; }
  .desert-copy { width: 100%; top: auto; padding: 0 var(--gutter) 6vh; justify-content: flex-end; }
  .desert-copy::before { inset: -18% 0 0 0; background: linear-gradient(transparent, rgba(10, 5, 16, .78) 22%, rgba(10, 5, 16, .9)); }
  .desert-meta { display: none; }
  .desert-copy .eyebrow { margin-bottom: .6em; }
  .desert-line { font-size: 1.08rem; }
  .desert-copy .h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .worlds-head { flex-direction: column; align-items: flex-start; }
  .worlds-nav { margin-bottom: 0; }
}
@media (max-width: 700px) {
  .orbit { --orbR: 36cqw; }
  .orb i { white-space: normal; width: 24cqw; text-align: center; line-height: 1.25; letter-spacing: .12em; }
  .orbit-core { inset: 29%; }
  .orbit-core .core-text { display: none; }
  .for-panel { display: block; max-width: 34rem; margin: 2vh auto 0; padding: 0 var(--gutter); text-align: center; color: var(--ink-2); min-height: 7.5em; position: relative; z-index: 3; }
  .for-rainbow { margin-top: -14%; }
  .process-grid, .res-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-base { flex-direction: column; }
  .trail { height: 1500px; }
  .st-name { font-size: 1.35rem; }
  .st-desc { width: calc(100vw - 110px); }
  .js .rainbow .wipe .w { background-image: linear-gradient(100deg, #fff 0%, #ffeefa 30%, #efe6ff 55%, #eafffa 80%, #fff 100%); filter: drop-shadow(0 2px 14px rgba(20, 8, 40, .9)); }
.rainbow-foot { flex-direction: column; align-items: flex-start; }
  .headset-steps { bottom: 14vh; }
  body { font-size: 16.5px; }
}

/* ------------------------------ still / reduced motion ------------------------------ */
.rm-chip { position: fixed; left: 16px; bottom: 16px; z-index: 120; max-width: 330px; padding: 16px 18px; border-radius: 18px; background: rgba(12, 8, 28, .88); border: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 20px 60px -20px #000; font-size: 14px; color: var(--ink-2); display: none; }
.rm-ask .rm-chip { display: block; animation: fadeIn .6s ease 2.5s both; }
.rm-chip p { margin: 0 0 12px; line-height: 1.5; }
.rm-chip div { display: flex; gap: 8px; flex-wrap: wrap; }
.chip-on { border-color: transparent; background: linear-gradient(rgba(12, 8, 26, .92), rgba(12, 8, 26, .92)) padding-box, var(--spill-conic) border-box; }
.still *, .still *::before, .still *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
.still .orbit-spin, .still .orb > span, .still .dial-ticks, .still .dial-star, .still .marquee-track, .still .irid-text, .still .sigil::before, .still .res-art::before { animation: none !important; }
.still .js .reveal, .still.js .reveal { opacity: 1; transform: none; filter: none; }
.still .desert-line { opacity: 1; transform: none; }
.still .marquee-track { flex-wrap: wrap; width: auto; justify-content: center; }
