/* NovaOrbital five-pillar parent experience */
.parent-cinematic-page {
  --parent-ink: #f8fbff;
  --parent-muted: rgba(221, 235, 249, 0.76);
  --parent-panel: rgba(4, 13, 31, 0.78);
  --parent-line: rgba(126, 201, 255, 0.2);
  --parent-gutter: max(16px, calc((100vw - 1480px) / 2));
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow-x: clip;
  background:
    radial-gradient(ellipse at 50% -8%, rgba(35, 131, 255, 0.25), transparent 36%),
    radial-gradient(ellipse at -8% 34%, rgba(14, 214, 255, 0.13), transparent 31%),
    radial-gradient(ellipse at 108% 66%, rgba(245, 196, 94, 0.11), transparent 27%),
    radial-gradient(ellipse at 50% 112%, rgba(40, 83, 184, 0.14), transparent 38%),
    linear-gradient(180deg, #01030a 0%, #020714 34%, #01040e 72%, #010209 100%);
  background-attachment: fixed;
  color: var(--parent-ink);
}

.parent-cinematic-page::before {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18px 24px, rgba(229, 246, 255, 0.92) 0 0.8px, transparent 1.5px),
    radial-gradient(circle at 72px 104px, rgba(91, 202, 255, 0.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 126px 48px, rgba(255, 227, 164, 0.55) 0 0.7px, transparent 1.5px),
    radial-gradient(circle at 54px 36px, rgba(167, 218, 255, 0.32) 0 0.6px, transparent 1.2px);
  background-position: 0 0, 42px 18px, 12px 72px, 110px 132px;
  background-size: 178px 178px, 263px 263px, 337px 337px, 421px 421px;
  opacity: 0.62;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 28%, rgba(0, 0, 0, 0.9) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 28%, rgba(0, 0, 0, 0.9) 70%, transparent 100%);
  animation: parentSpaceDrift 90s linear infinite;
}

.parent-cinematic-page::after {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 26%, rgba(26, 113, 255, 0.15), transparent 27%),
    radial-gradient(ellipse at 78% 18%, rgba(57, 224, 255, 0.09), transparent 23%),
    radial-gradient(ellipse at 62% 72%, rgba(245, 196, 94, 0.07), transparent 24%),
    radial-gradient(ellipse at 38% 84%, rgba(81, 68, 196, 0.1), transparent 29%);
  filter: blur(34px) saturate(1.18);
  mix-blend-mode: screen;
  opacity: 0.82;
  animation: parentNebulaBreath 24s ease-in-out infinite alternate;
}

.parent-cinematic-page .corporate-shell {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 32px));
  padding: 0 0 28px;
}

.parent-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f8fbff;
  color: #071329;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.parent-cinematic-page .corporate-nav {
  top: 10px;
  margin: 10px 0 18px;
  border-radius: 18px;
  padding: 9px 12px;
  background:
    linear-gradient(180deg, rgba(7, 21, 47, 0.9), rgba(3, 10, 25, 0.84)) padding-box,
    linear-gradient(120deg, rgba(110, 196, 255, 0.58), rgba(255, 255, 255, 0.14), rgba(245, 196, 94, 0.42)) border-box;
  box-shadow: 0 22px 60px rgba(0, 5, 18, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.parent-cinematic-page .corporate-nav-brand img {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 18px rgba(73, 175, 255, 0.35));
}

.parent-cinematic-page .corporate-nav-links a {
  border-radius: 999px;
  border-color: transparent;
  background: transparent;
  color: rgba(229, 241, 253, 0.74);
}

.parent-cinematic-page .corporate-nav-links a:hover,
.parent-cinematic-page .corporate-nav-links a:focus-visible,
.parent-cinematic-page .corporate-nav-links a.is-active {
  border-color: rgba(126, 214, 255, 0.44);
  background: rgba(90, 181, 255, 0.1);
  color: #fff;
  box-shadow: 0 0 24px rgba(64, 191, 255, 0.12);
}

.parent-cinematic-page .particle-field {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.72;
  filter: drop-shadow(0 0 6px rgba(80, 184, 255, 0.28));
}

.parent-hero {
  isolation: isolate;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.82fr) !important;
  gap: clamp(28px, 5vw, 78px) !important;
  min-height: min(850px, calc(100vh - 96px)) !important;
  overflow: visible !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: clamp(30px, 5vw, 76px) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.parent-hero::before {
  inset: -100px auto -110px 50% !important;
  z-index: -2 !important;
  width: 100vw;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(1, 4, 13, 0.96), rgba(2, 7, 19, 0.68) 46%, rgba(2, 7, 19, 0.18) 72%, rgba(1, 4, 13, 0.55)),
    radial-gradient(ellipse at 72% 48%, rgba(38, 153, 255, 0.22), transparent 36%),
    url("novaorbital-home-overview-art-v3-1-0.png") 54% 50% / cover no-repeat !important;
  opacity: 0.48 !important;
  filter: saturate(1.18) contrast(1.12) !important;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 82%, transparent 100%);
}

.parent-hero::after {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -12%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 46%, rgba(111, 209, 255, 0.08) 50%, transparent 54%) -120% 0 / 220% 100% no-repeat,
    radial-gradient(ellipse at 73% 47%, rgba(75, 188, 255, 0.13), transparent 30%),
    radial-gradient(ellipse at 50% 50%, transparent 0 55%, rgba(1, 4, 13, 0.76) 100%);
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  animation: parentHeroSweep 11s ease-in-out infinite;
}

.parent-hero .corporate-hero-copy {
  z-index: 3;
  gap: 18px;
}

.parent-hero .corporate-lockup img {
  width: clamp(72px, 8vw, 110px);
  height: clamp(72px, 8vw, 110px);
  border-radius: 28px;
  filter: drop-shadow(0 0 26px rgba(68, 171, 255, 0.38));
}

.parent-hero .corporate-lockup strong {
  color: #8fddff;
}

.parent-hero h1 {
  max-width: 900px !important;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 6rem) !important;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.93;
  text-wrap: balance;
}

.parent-hero h1 span {
  display: block;
}

.parent-hero h1 .hero-line-accent {
  padding-bottom: 0.08em;
  background: linear-gradient(100deg, #fff0b8 4%, #f5c45e 40%, #73d9ff 76%, #b2fff3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.parent-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(225, 238, 251, 0.82) !important;
  font-size: clamp(1.04rem, 1.6vw, 1.28rem) !important;
  line-height: 1.65 !important;
}

.parent-cinematic-page .eyebrow {
  color: #83dfff;
  letter-spacing: 0.16em;
}

.parent-cinematic-page .landing-actions {
  gap: 12px;
}

.parent-cinematic-page :is(.primary-button, .secondary-button) {
  min-height: 48px;
  border-radius: 999px;
  padding-inline: 22px;
}

.parent-cinematic-page .primary-button {
  border-color: rgba(255, 224, 146, 0.8);
  background: linear-gradient(135deg, #fff0b8, #f5c45e);
  color: #15100a;
  box-shadow: 0 12px 34px rgba(245, 196, 94, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.parent-cinematic-page .secondary-button {
  border-color: rgba(111, 207, 255, 0.42);
  background: rgba(34, 111, 178, 0.1);
  color: #f5fbff;
}

.parent-cinematic-page :is(.primary-button, .secondary-button):hover,
.parent-cinematic-page :is(.primary-button, .secondary-button):focus-visible {
  transform: translateY(-2px);
}

.pillar-proof-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.pillar-proof-row span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid rgba(126, 201, 255, 0.17);
  border-radius: 14px;
  background: rgba(6, 20, 43, 0.56);
  color: rgba(220, 236, 251, 0.7);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-proof-row strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.four-orbit-stage {
  --stage-rotate-x: 0deg;
  --stage-rotate-y: 0deg;
  --department-orbit-offset: -205px;
  --department-orbit-duration: 64s;
  position: relative;
  z-index: 2;
  min-height: 640px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(53, 147, 255, 0.14), transparent 23%),
    radial-gradient(ellipse at 50% 51%, rgba(8, 31, 72, 0.2), transparent 62%);
  box-shadow: none;
  transform: perspective(1100px) rotateX(var(--stage-rotate-x)) rotateY(var(--stage-rotate-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
}

.four-orbit-stage::before,
.four-orbit-stage::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(111, 201, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.four-orbit-stage::after {
  inset: 13% -9%;
}

.four-orbit-stage::before {
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(90, 205, 255, 0.3) 0%, rgba(30, 123, 255, 0.14) 20%, transparent 48%),
    radial-gradient(ellipse at 50% 52%, rgba(69, 173, 255, 0.08), transparent 70%);
  filter: blur(16px);
  opacity: 0.95;
  animation: parentGravityPulse 5.8s ease-in-out infinite;
}

.four-orbit-stage::after {
  top: 50%;
  right: -14%;
  bottom: auto;
  left: -14%;
  height: 2px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(79, 185, 255, 0.05) 18%, rgba(172, 230, 255, 0.38) 50%, rgba(79, 185, 255, 0.05) 82%, transparent);
  box-shadow: 0 0 24px rgba(64, 181, 255, 0.26), 0 0 70px rgba(64, 181, 255, 0.12);
  opacity: 0.72;
  transform: translateY(-50%) rotate(-7deg);
}

.orbit-energy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 118%;
  height: auto;
  max-width: none;
  aspect-ratio: 1;
  object-fit: contain;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: parentEnergyOrbit 38s linear infinite;
}

.orbit-energy-back {
  z-index: 1;
  opacity: 0.94;
  filter: saturate(1.2) contrast(1.06) drop-shadow(0 0 18px rgba(64, 181, 255, 0.3)) drop-shadow(0 0 56px rgba(39, 120, 255, 0.22));
}

.orbit-energy-front {
  z-index: 3;
  opacity: 0.98;
  clip-path: inset(48% 0 0 0);
  filter: saturate(1.28) brightness(1.08) drop-shadow(0 0 16px rgba(107, 213, 255, 0.34));
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  z-index: 2;
  width: clamp(148px, 14vw, 206px);
  aspect-ratio: 1;
  place-items: center;
  border: 0;
  border-radius: 42%;
  background: radial-gradient(circle, rgba(87, 184, 255, 0.22), rgba(3, 12, 28, 0.42) 57%, transparent 72%);
  box-shadow: 0 0 72px rgba(49, 160, 255, 0.3);
  transform: translate(-50%, -50%) translateZ(40px);
  animation: parentCoreFloat 5s ease-in-out infinite;
}

.orbit-core::before {
  content: "";
  position: absolute;
  inset: -20%;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 48%, rgba(111, 204, 255, 0.18) 62%, transparent 72%);
  animation: parentCorePulse 3.6s ease-out infinite;
}

.orbit-core img {
  width: 100%;
  height: 100%;
  border-radius: 30%;
  object-fit: contain;
  box-shadow: 0 0 38px rgba(2, 8, 24, 0.72);
  filter: drop-shadow(0 22px 36px rgba(0, 7, 24, 0.56)) drop-shadow(0 0 24px rgba(107, 205, 255, 0.25));
}

.orbit-node-track {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  transform: rotate(var(--orbit-phase));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
  animation: parentDepartmentOrbit var(--department-orbit-duration) linear infinite;
}

.orbit-node {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 112px;
  min-height: 126px;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(var(--node-rgb), 0.38);
  border-radius: 22px;
  padding: 10px 8px;
  background: linear-gradient(160deg, rgba(var(--node-rgb), 0.14), rgba(2, 8, 20, 0.9) 58%);
  box-shadow: 0 18px 46px rgba(0, 3, 15, 0.55), 0 0 28px rgba(var(--node-rgb), 0.12);
  color: #fff;
  pointer-events: auto;
  text-align: center;
  text-decoration: none;
  transform: translate(-50%, -50%) translateY(var(--department-orbit-offset)) rotate(var(--orbit-phase-inverse)) translateZ(64px);
  transform-origin: 50% 50%;
  will-change: transform;
  animation:
    parentDepartmentCounterOrbit var(--department-orbit-duration) linear infinite,
    parentNodeFloat 5.5s ease-in-out infinite;
  animation-delay: 0s, var(--node-delay, 0s);
  transition: border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.orbit-node-track:hover,
.orbit-node-track:focus-within,
.orbit-node-track:hover .orbit-node,
.orbit-node-track:focus-within .orbit-node {
  animation-play-state: paused;
}

.orbit-node:hover,
.orbit-node:focus-visible {
  border-color: rgba(var(--node-rgb), 0.86);
  box-shadow: 0 22px 56px rgba(0, 3, 15, 0.62), 0 0 38px rgba(var(--node-rgb), 0.28);
  filter: brightness(1.12);
}

.orbit-node img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 5, 20, 0.56));
}

.orbit-node span {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.orbit-social {
  --node-rgb: 40, 255, 240;
  --node-delay: -0.8s;
}

.orbit-oncall {
  --node-rgb: 91, 213, 255;
  --node-delay: -1.45s;
}

.orbit-oncall img {
  border-radius: 18px;
}

.orbit-trading {
  --node-rgb: 124, 119, 255;
  --node-delay: -2.1s;
}

.orbit-dawnbreakers {
  --node-rgb: 255, 178, 77;
  --node-delay: -3.4s;
}

.orbit-treasure {
  --node-rgb: 245, 196, 94;
  --node-delay: -4.7s;
}

.orbit-kids {
  --node-rgb: 66, 220, 255;
  --node-delay: -5.8s;
}

.orbit-track-social {
  --orbit-phase: 300deg;
  --orbit-phase-inverse: -300deg;
}

.orbit-track-oncall {
  --orbit-phase: 240deg;
  --orbit-phase-inverse: -240deg;
}

.orbit-track-trading {
  --orbit-phase: 60deg;
  --orbit-phase-inverse: -60deg;
}

.orbit-track-dawnbreakers {
  --orbit-phase: 120deg;
  --orbit-phase-inverse: -120deg;
}

.orbit-track-treasure {
  --orbit-phase: 180deg;
  --orbit-phase-inverse: -180deg;
}

.orbit-track-kids {
  --orbit-phase: 0deg;
  --orbit-phase-inverse: 0deg;
}

.orbit-caption {
  position: absolute;
  right: 18%;
  bottom: -20px;
  left: 18%;
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid rgba(126, 201, 255, 0.18);
  border-radius: 999px;
  background: rgba(2, 9, 23, 0.72);
  text-align: center;
  backdrop-filter: blur(10px);
}

.orbit-caption span {
  color: #85ddff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orbit-caption strong {
  color: #fff;
  font-size: 0.82rem;
}

.parent-manifesto {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1.3fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin: clamp(34px, 7vw, 96px) auto;
  padding: clamp(24px, 4vw, 54px) clamp(8px, 3vw, 40px);
}

.parent-manifesto h2,
.pillar-section-header h2,
.parent-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4.5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.parent-manifesto-copy {
  display: grid;
  gap: 16px;
  max-width: 780px;
}

.parent-manifesto-copy p {
  margin: 0;
  color: var(--parent-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.parent-manifesto-copy strong {
  color: #fff0b8;
}

.parent-pillar-section {
  position: relative;
  margin-top: 0;
}

.parent-pillar-section::before {
  content: "";
  position: absolute;
  top: -4%;
  bottom: -5%;
  left: 50%;
  z-index: -3;
  width: 100vw;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 18%, rgba(31, 170, 255, 0.1), transparent 22%),
    radial-gradient(ellipse at 78% 43%, rgba(102, 79, 220, 0.09), transparent 24%),
    radial-gradient(ellipse at 24% 68%, rgba(255, 168, 70, 0.07), transparent 23%),
    radial-gradient(ellipse at 78% 91%, rgba(245, 196, 94, 0.08), transparent 22%);
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 4%, #000 96%, transparent);
}

.pillar-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(24px, 5vw, 52px);
  padding-inline: clamp(8px, 3vw, 40px);
}

.pillar-section-header > div {
  display: grid;
  gap: 10px;
}

.pillar-section-header > p {
  max-width: 420px;
  margin: 0;
  color: var(--parent-muted);
  line-height: 1.65;
}

.pillar-scene-list {
  display: grid;
  gap: clamp(8px, 2vw, 28px);
}

.pillar-scene {
  --pillar-rgb: 64, 191, 255;
  --scene-shift: 0px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-areas: "media copy";
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, 0.78fr);
  min-height: 720px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pillar-scene:nth-child(even) {
  grid-template-areas: "copy media";
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
}

.pillar-social { --pillar-rgb: 40, 255, 240; }
.pillar-oncall { --pillar-rgb: 91, 213, 255; }
.pillar-trading { --pillar-rgb: 125, 116, 255; }
.pillar-dawnbreakers { --pillar-rgb: 255, 177, 77; }
.pillar-treasure { --pillar-rgb: 245, 196, 94; }
.pillar-kids { --pillar-rgb: 66, 220, 255; }

.pillar-scene::before {
  content: "";
  position: absolute;
  top: -9%;
  bottom: -9%;
  left: 50%;
  z-index: -2;
  width: 100vw;
  border-radius: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(var(--pillar-rgb), 0.13), transparent 38%),
    linear-gradient(115deg, transparent 0 42%, rgba(var(--pillar-rgb), 0.08) 48%, transparent 54%) -150% 0 / 230% 100% no-repeat;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  animation: pillarSceneSweep 8.5s ease-in-out infinite;
}

.pillar-scene::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8%;
  bottom: auto;
  left: -8%;
  z-index: 4;
  height: 1px;
  border: 0;
  border-radius: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(var(--pillar-rgb), 0.05) 22%, rgba(var(--pillar-rgb), 0.22) 50%, rgba(var(--pillar-rgb), 0.05) 78%, transparent);
  box-shadow: 0 0 40px rgba(var(--pillar-rgb), 0.12);
  opacity: 0.65;
}

.pillar-scene-media {
  position: relative;
  grid-area: media;
  min-width: 0;
  min-height: 720px;
  overflow: hidden;
  margin: 0;
  background: transparent;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.pillar-scene:nth-child(odd) .pillar-scene-media {
  width: calc(100% + var(--parent-gutter));
  margin-left: calc(-1 * var(--parent-gutter));
  clip-path: none;
  -webkit-mask-image: radial-gradient(ellipse 112% 88% at 30% 50%, #000 50%, rgba(0, 0, 0, 0.92) 67%, transparent 96%);
  mask-image: radial-gradient(ellipse 112% 88% at 30% 50%, #000 50%, rgba(0, 0, 0, 0.92) 67%, transparent 96%);
}

.pillar-scene:nth-child(even) .pillar-scene-media {
  width: calc(100% + var(--parent-gutter));
  margin-right: calc(-1 * var(--parent-gutter));
  clip-path: none;
  -webkit-mask-image: radial-gradient(ellipse 112% 88% at 70% 50%, #000 50%, rgba(0, 0, 0, 0.92) 67%, transparent 96%);
  mask-image: radial-gradient(ellipse 112% 88% at 70% 50%, #000 50%, rgba(0, 0, 0, 0.92) 67%, transparent 96%);
}

.pillar-scene-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 42%, rgba(2, 8, 20, 0.86) 100%),
    linear-gradient(180deg, rgba(2, 8, 20, 0.08), rgba(2, 8, 20, 0.38));
}

.pillar-scene:nth-child(even) .pillar-scene-media::before {
  background:
    linear-gradient(270deg, transparent 42%, rgba(2, 8, 20, 0.86) 100%),
    linear-gradient(180deg, rgba(2, 8, 20, 0.08), rgba(2, 8, 20, 0.38));
}

.pillar-scene-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.72;
  background:
    radial-gradient(circle at 18% 20%, rgba(var(--pillar-rgb), 0.3), transparent 3%),
    radial-gradient(circle at 72% 70%, rgba(var(--pillar-rgb), 0.2), transparent 2%),
    linear-gradient(105deg, transparent 0 47%, rgba(var(--pillar-rgb), 0.14) 50%, transparent 53%);
  background-size: auto, auto, 210% 100%;
  animation: pillarLightSweep 9s ease-in-out infinite;
}

.pillar-scene-media > img:first-child {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08) brightness(0.9);
  transform: translate3d(0, var(--scene-shift), 0) scale(1.085);
  transition: transform 90ms linear, filter 500ms ease;
}

.pillar-social .pillar-scene-media > img:first-child { object-position: 54% center; }
.pillar-oncall .pillar-scene-media > img:first-child { object-position: 68% center; }
.pillar-trading .pillar-scene-media > img:first-child { object-position: center 44%; }
.pillar-dawnbreakers .pillar-scene-media > img:first-child { object-position: center 46%; }
.pillar-treasure .pillar-scene-media > img:first-child { object-position: center 34%; }
.pillar-kids .pillar-scene-media > img:first-child { object-position: center 58%; }

.pillar-scene:hover .pillar-scene-media > img:first-child {
  filter: saturate(1.18) contrast(1.1) brightness(0.96);
}

.pillar-scene-mark {
  position: absolute;
  right: clamp(20px, 4vw, 58px);
  bottom: clamp(18px, 4vw, 52px);
  z-index: 3;
  width: clamp(106px, 13vw, 182px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 3, 15, 0.68)) drop-shadow(0 0 26px rgba(var(--pillar-rgb), 0.28));
  animation: pillarMarkFloat 5.2s ease-in-out infinite;
}

.pillar-scene:nth-child(even) .pillar-scene-mark {
  right: auto;
  left: clamp(20px, 4vw, 58px);
}

.pillar-scene-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-area: copy;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 74px);
}

.pillar-number {
  position: absolute;
  top: 26px;
  right: 34px;
  color: rgba(var(--pillar-rgb), 0.14);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 1000;
  letter-spacing: -0.08em;
  line-height: 1;
}

.pillar-scene-copy .eyebrow {
  color: rgb(var(--pillar-rgb));
}

.pillar-scene-copy h3 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.pillar-scene-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(220, 235, 249, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.7;
}

.pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pillar-tags li {
  padding: 8px 11px;
  border: 1px solid rgba(var(--pillar-rgb), 0.28);
  border-radius: 999px;
  background: rgba(var(--pillar-rgb), 0.07);
  color: rgba(239, 247, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.pillar-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  border-bottom: 1px solid rgba(var(--pillar-rgb), 0.46);
  color: #fff;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.pillar-cta::after {
  content: "→";
  color: rgb(var(--pillar-rgb));
  font-size: 1.35rem;
  transition: transform 180ms ease;
}

.pillar-cta:hover::after,
.pillar-cta:focus-visible::after {
  transform: translateX(5px);
}

.parent-final-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
  gap: clamp(26px, 6vw, 90px);
  align-items: center;
  overflow: visible;
  margin: clamp(34px, 7vw, 96px) 0 20px;
  border: 0;
  border-radius: 0;
  padding: clamp(34px, 6vw, 80px);
  background: transparent;
  box-shadow: none;
}

.parent-final-cta::before {
  content: "N";
  position: absolute;
  right: 2%;
  bottom: -24%;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, serif;
  font-size: clamp(16rem, 34vw, 34rem);
  line-height: 0.8;
}

.parent-final-cta::after {
  content: "";
  position: absolute;
  top: -24%;
  bottom: -24%;
  left: 50%;
  z-index: -2;
  width: 100vw;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 48%, rgba(47, 173, 255, 0.18), transparent 31%),
    radial-gradient(ellipse at 82% 50%, rgba(245, 196, 94, 0.16), transparent 28%),
    linear-gradient(90deg, transparent, rgba(4, 16, 37, 0.78) 16%, rgba(4, 16, 37, 0.82) 84%, transparent);
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 24%, #000 76%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 76%, transparent);
}

.parent-final-cta-copy {
  display: grid;
  gap: 14px;
}

.parent-final-cta-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--parent-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.parent-orbit-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.parent-orbit-links a {
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(126, 201, 255, 0.18);
  border-radius: 16px;
  padding: 14px;
  background: rgba(5, 17, 38, 0.68);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.parent-orbit-links a:hover,
.parent-orbit-links a:focus-visible {
  border-color: rgba(245, 196, 94, 0.48);
  background: rgba(245, 196, 94, 0.08);
  transform: translateY(-3px);
}

.parent-orbit-links small {
  color: #83dfff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.parent-orbit-links strong {
  font-size: 0.92rem;
}

.parent-orbit-links > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.parent-cinematic-page .site-footer {
  border: 0;
  border-top: 1px solid rgba(126, 201, 255, 0.12);
  border-radius: 0;
  padding: 24px 22px 20px;
  background: linear-gradient(180deg, rgba(3, 11, 27, 0.68), transparent 86%);
  box-shadow: 0 -30px 80px rgba(25, 113, 214, 0.05);
}

.parent-cinematic-page .site-footer span {
  color: #fff;
}

.parent-cinematic-page .site-footer small {
  color: rgba(205, 226, 245, 0.54);
}

.parent-motion-ready .pillar-scene {
  opacity: 0.52;
  transform: translateY(34px) scale(0.985);
  transition: opacity 700ms ease, transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 500ms ease;
}

.parent-motion-ready .pillar-scene.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(var(--pillar-rgb), 0.44);
}

.parent-motion-ready .pillar-scene-copy > :not(.pillar-number) {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.parent-motion-ready .pillar-scene.is-visible .pillar-scene-copy > :not(.pillar-number) {
  opacity: 1;
  transform: translateY(0);
}

.parent-motion-ready .pillar-scene.is-visible .pillar-scene-copy > :nth-child(3) { transition-delay: 90ms; }
.parent-motion-ready .pillar-scene.is-visible .pillar-scene-copy > :nth-child(4) { transition-delay: 160ms; }
.parent-motion-ready .pillar-scene.is-visible .pillar-scene-copy > :nth-child(5) { transition-delay: 230ms; }
.parent-motion-ready .pillar-scene.is-visible .pillar-scene-copy > :nth-child(6) { transition-delay: 300ms; }

@keyframes parentSpaceDrift {
  from { transform: translate3d(-1.5%, -1%, 0) rotate(0.01deg); }
  to { transform: translate3d(1.5%, 1%, 0) rotate(0.01deg); }
}

@keyframes parentNebulaBreath {
  0% { opacity: 0.64; transform: translate3d(-1%, -1%, 0) scale(0.98); }
  100% { opacity: 0.92; transform: translate3d(1%, 1%, 0) scale(1.04); }
}

@keyframes parentHeroSweep {
  0%, 12% { background-position: -120% 0, 0 0; }
  52%, 100% { background-position: 170% 0, 0 0; }
}

@keyframes parentEnergyOrbit {
  0% { transform: translate(-50%, -50%) rotate(-8deg) scale(0.97); }
  50% { transform: translate(-50%, -50%) rotate(172deg) scale(1.025); }
  100% { transform: translate(-50%, -50%) rotate(352deg) scale(0.97); }
}

@keyframes parentGravityPulse {
  0%, 100% { opacity: 0.68; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes parentCoreFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(-4px) translateZ(40px); }
  50% { transform: translate(-50%, -50%) translateY(6px) translateZ(52px); }
}

@keyframes parentCorePulse {
  0% { opacity: 0.7; transform: scale(0.82); }
  70%, 100% { opacity: 0; transform: scale(1.28); }
}

@keyframes parentDepartmentOrbit {
  from { transform: rotate(var(--orbit-phase)); }
  to { transform: rotate(calc(var(--orbit-phase) + 1turn)); }
}

@keyframes parentDepartmentCounterOrbit {
  from {
    transform: translate(-50%, -50%) translateY(var(--department-orbit-offset)) rotate(var(--orbit-phase-inverse)) translateZ(64px);
  }
  to {
    transform: translate(-50%, -50%) translateY(var(--department-orbit-offset)) rotate(calc(var(--orbit-phase-inverse) - 1turn)) translateZ(64px);
  }
}

@keyframes parentNodeFloat {
  0%, 100% { margin-top: -5px; }
  50% { margin-top: 7px; }
}

@keyframes pillarSceneSweep {
  0%, 18% { background-position: 0 0, -150% 0; }
  65%, 100% { background-position: 0 0, 160% 0; }
}

@keyframes pillarLightSweep {
  0%, 18% { background-position: 0 0, 0 0, -120% 0; }
  68%, 100% { background-position: 0 0, 0 0, 160% 0; }
}

@keyframes pillarMarkFloat {
  0%, 100% { transform: translateY(-5px) rotate(-1.5deg); }
  50% { transform: translateY(7px) rotate(1.5deg); }
}

@media (max-width: 1180px) {
  .parent-hero {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.78fr) !important;
    padding: 42px !important;
  }

  .four-orbit-stage {
    --department-orbit-offset: -166px;
    min-height: 540px;
  }
  .orbit-node { width: 100px; min-height: 114px; }
  .orbit-node img { width: 66px; height: 66px; }

  .pillar-scene,
  .pillar-scene:nth-child(even) {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }
}

@media (max-width: 980px) {
  .parent-hero {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .four-orbit-stage {
    --department-orbit-offset: -205px;
    width: min(620px, 100%);
    min-height: 600px;
    margin-inline: auto;
  }

  .parent-manifesto,
  .parent-final-cta {
    grid-template-columns: 1fr;
  }

  .pillar-scene,
  .pillar-scene:nth-child(even) {
    grid-template-areas: "media" "copy";
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pillar-scene-media,
  .pillar-scene-media > img:first-child {
    min-height: 520px;
  }

  .pillar-scene:nth-child(odd) .pillar-scene-media,
  .pillar-scene:nth-child(even) .pillar-scene-media {
    width: calc(100% + var(--parent-gutter) + var(--parent-gutter));
    margin-right: calc(-1 * var(--parent-gutter));
    margin-left: calc(-1 * var(--parent-gutter));
    clip-path: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 76%, transparent 100%);
  }

  .pillar-scene:nth-child(odd) .pillar-scene-media::before,
  .pillar-scene:nth-child(even) .pillar-scene-media::before {
    background: linear-gradient(180deg, transparent 45%, rgba(2, 8, 20, 0.92) 100%);
  }

  .pillar-scene:nth-child(even) .pillar-scene-mark {
    right: clamp(20px, 4vw, 58px);
    left: auto;
  }
}

@media (max-width: 760px) {
  .parent-cinematic-page {
    --parent-gutter: 8px;
    background-attachment: scroll;
  }

  .parent-cinematic-page::before,
  .parent-cinematic-page::after {
    animation: none;
  }

  .parent-cinematic-page::after {
    filter: blur(24px) saturate(1.12);
  }

  .parent-cinematic-page .corporate-shell {
    width: min(100% - 16px, 1480px);
  }

  .parent-cinematic-page .corporate-nav {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 16px;
  }

  .parent-cinematic-page .corporate-nav-links {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .parent-cinematic-page .corporate-nav-links::-webkit-scrollbar { display: none; }
  .parent-cinematic-page .corporate-nav-links a { flex: 0 0 auto; }

  .parent-hero {
    gap: 34px !important;
    border-radius: 0 !important;
    padding: 28px 20px 24px !important;
  }

  .parent-hero .corporate-lockup {
    gap: 12px;
  }

  .parent-hero .corporate-lockup img {
    width: 68px;
    height: 68px;
  }

  .parent-hero .corporate-lockup span {
    font-size: 1.1rem;
  }

  .parent-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.4rem) !important;
  }

  .pillar-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-proof-row > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .four-orbit-stage {
    --department-orbit-offset: -165px;
    min-height: 490px;
  }

  .orbit-node {
    width: 86px;
    min-height: 100px;
    border-radius: 18px;
    padding: 7px 5px;
  }

  .orbit-node img {
    width: 58px;
    height: 58px;
  }

  .orbit-node span { font-size: 0.56rem; }
  .orbit-core { width: 145px; }
  .orbit-caption { right: 14%; bottom: -22px; left: 14%; }

  .parent-manifesto {
    margin-block: 42px;
    padding-inline: 12px;
  }

  .pillar-section-header {
    grid-template-columns: 1fr;
    padding-inline: 10px;
  }

  .pillar-scene {
    border-radius: 0;
  }

  .pillar-scene::after {
    display: none;
  }

  .pillar-scene-media,
  .pillar-scene-media > img:first-child {
    min-height: 420px;
  }

  .pillar-scene-copy {
    padding: 32px 22px 38px;
  }

  .pillar-scene-copy h3 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .pillar-number {
    top: 18px;
    right: 22px;
  }

  .parent-final-cta {
    border-radius: 0;
    padding: 34px 22px;
  }
}

@media (max-width: 480px) {
  .parent-hero .landing-actions :is(.primary-button, .secondary-button) {
    width: 100%;
  }

  .pillar-proof-row {
    gap: 6px;
  }

  .pillar-proof-row span {
    padding: 10px 8px;
  }

  .four-orbit-stage {
    --department-orbit-offset: -132px;
    min-height: 400px;
  }

  .orbit-energy { width: 124%; }

  .orbit-core { width: 112px; }

  .orbit-node {
    width: 72px;
    min-height: 84px;
    border-radius: 15px;
  }

  .orbit-node img {
    width: 46px;
    height: 46px;
  }

  .orbit-node span { font-size: 0.48rem; }

  .orbit-caption {
    right: 17%;
    bottom: -22px;
    left: 17%;
    padding: 8px 10px;
  }

  .orbit-caption strong { font-size: 0.68rem; }

  .pillar-scene-media,
  .pillar-scene-media > img:first-child {
    min-height: 350px;
  }

  .pillar-scene-mark {
    width: 104px;
  }

  .parent-orbit-links {
    grid-template-columns: 1fr;
  }
}

@media (hover: none), (pointer: coarse) {
  .four-orbit-stage {
    transform: none;
  }
}

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

  .parent-motion-ready .pillar-scene,
  .parent-motion-ready .pillar-scene-copy > :not(.pillar-number) {
    opacity: 1;
    transform: none;
  }

  .pillar-scene-media > img:first-child,
  .four-orbit-stage {
    transform: none !important;
  }

  .orbit-core {
    transform: translate(-50%, -50%) translateZ(40px) !important;
  }

  .orbit-energy {
    transform: translate(-50%, -50%) rotate(-8deg) scale(0.97) !important;
  }

  .orbit-node-track {
    animation: none !important;
    transform: rotate(var(--orbit-phase)) !important;
  }

  .orbit-node {
    animation: none !important;
    transform: translate(-50%, -50%) translateY(var(--department-orbit-offset)) rotate(var(--orbit-phase-inverse)) translateZ(64px) !important;
  }
}

/* Keep the complete Orbit AI social card visible at every breakpoint. */
.pillar-scene.pillar-social .pillar-scene-media {
  align-self: center;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  border: 1px solid rgba(87, 236, 255, 0.3);
  border-radius: clamp(20px, 2.2vw, 32px);
  background:
    radial-gradient(circle at 78% 42%, rgba(61, 225, 255, 0.16), transparent 42%),
    rgba(2, 7, 22, 0.88);
  box-shadow:
    0 26px 90px rgba(0, 4, 20, 0.58),
    0 0 54px rgba(var(--pillar-rgb), 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  -webkit-mask-image: none;
  mask-image: none;
}

.pillar-scene.pillar-social .pillar-scene-media::before {
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 54%, rgba(2, 8, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 8, 20, 0.02), rgba(2, 8, 20, 0.12));
}

.pillar-scene.pillar-social .pillar-scene-media::after {
  border-radius: inherit;
  opacity: 0.42;
}

.pillar-scene.pillar-social .pillar-scene-media > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
  filter: saturate(1.08) contrast(1.04) brightness(0.95);
  transform: none;
}

.pillar-scene.pillar-social .pillar-scene-mark {
  right: clamp(14px, 2.4vw, 34px);
  bottom: clamp(14px, 2.4vw, 34px);
  width: clamp(82px, 9vw, 132px);
  max-width: 18%;
  height: auto;
  background: transparent;
  filter:
    drop-shadow(0 18px 24px rgba(0, 3, 15, 0.68))
    drop-shadow(0 0 24px rgba(70, 224, 255, 0.42));
}

@media (max-width: 980px) {
  .pillar-scene.pillar-social .pillar-scene-media {
    min-height: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .pillar-scene.pillar-social .pillar-scene-media > img:first-child {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .pillar-scene.pillar-social .pillar-scene-media {
    border-radius: 20px;
  }

  .pillar-scene.pillar-social .pillar-scene-mark {
    right: 12px;
    bottom: 12px;
    width: clamp(66px, 20vw, 88px);
    max-width: 22%;
  }
}

@media (max-width: 400px) {
  .pillar-scene.pillar-social .pillar-scene-media {
    border-radius: 16px;
  }

  .pillar-scene.pillar-social .pillar-scene-mark {
    right: 9px;
    bottom: 9px;
    width: 64px;
  }
}
