/* BEGIN: ROOT TOKENS */
:root {
  --bg-deep: #08111f;
  --bg-night: #12183d;
  --bg-violet: #23193f;
  --panel: rgba(11, 19, 47, 0.56);
  --panel-strong: rgba(8, 14, 38, 0.8);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #f8fbff;
  --text-soft: rgba(248, 251, 255, 0.9);
  --text-muted: rgba(248, 251, 255, 0.7);
  --yellow: #ffe45e;
  --orange: #ff9852;
  --pink: #ff6ad5;
  --magenta: #ff4f8d;
  --purple: #8c73ff;
  --cyan: #55e7ff;
  --green: #91ffba;
  --max: 1260px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 42px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  --sidebar-lane: 176px;
  --sidebar-rail-thickness: 124px;
}
/* END: ROOT TOKENS */

/* BEGIN: RESET */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 106, 213, 0.24), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(85, 231, 255, 0.2), transparent 20%),
    radial-gradient(circle at 82% 82%, rgba(145, 255, 186, 0.16), transparent 18%),
    radial-gradient(circle at 22% 84%, rgba(255, 226, 89, 0.12), transparent 22%),
    linear-gradient(135deg, #070f1d 0%, #10183a 46%, #1b1640 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { margin: 0; padding-left: 1.1rem; }
code {
  padding: 0.12rem 0.35rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}
/* END: RESET */

/* BEGIN: GLOBAL FX */
.bg-layer,
.bg-grid,
.spark-rain,
.floating-icons,
.floaty-orbs,
.floating-ribbons,
.aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-layer {
  z-index: -7;
  filter: blur(32px);
  opacity: 0.92;
  animation: driftBackground 22s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 106, 213, 0.24), transparent 24%),
    radial-gradient(circle at 78% 16%, rgba(85, 231, 255, 0.2), transparent 22%),
    radial-gradient(circle at 44% 84%, rgba(255, 152, 82, 0.18), transparent 24%),
    radial-gradient(circle at 88% 74%, rgba(140, 115, 255, 0.18), transparent 20%);
}

.bg-grid {
  z-index: -6;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 36%, transparent 88%);
}

.aurora {
  z-index: -5;
  filter: blur(100px);
  opacity: 0.45;
}

.aurora-a {
  background: radial-gradient(circle at 28% 28%, rgba(255, 79, 141, 0.56), transparent 32%);
  animation: auroraShiftA 26s ease-in-out infinite alternate;
}

.aurora-b {
  background: radial-gradient(circle at 74% 66%, rgba(85, 231, 255, 0.52), transparent 30%);
  animation: auroraShiftB 30s ease-in-out infinite alternate;
}

.spark-rain { z-index: -4; overflow: hidden; }
.spark-rain span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  opacity: 0.55;
  animation: sparkFloat linear infinite;
}

.floating-icons { z-index: -3; overflow: hidden; }
.floating-icons span {
  position: absolute;
  font-size: clamp(1rem, 1.5vw + 0.5rem, 2rem);
  opacity: 0.15;
  animation: iconBob linear infinite;
  user-select: none;
}

.floaty-orbs { z-index: -2; overflow: hidden; }
.floaty-orbs span {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.58), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 0 20px rgba(255,255,255,0.08);
  animation: orbFloat linear infinite;
}

.floating-ribbons { z-index: -1; overflow: hidden; }
.floating-ribbons span {
  position: absolute;
  width: clamp(120px, 14vw, 220px);
  height: clamp(32px, 3vw, 56px);
  border-radius: 999px;
  opacity: 0.16;
  filter: blur(2px);
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(135deg, rgba(255, 226, 89, 0.3), rgba(255, 106, 213, 0.18), rgba(85, 231, 255, 0.24));
  animation: ribbonFloat linear infinite;
}

@keyframes driftBackground {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-18px, 12px, 0) scale(1.08); }
}

@keyframes sparkFloat {
  0% { transform: translate3d(0, 108vh, 0) scale(0.8); opacity: 0; }
  10% { opacity: 0.82; }
  100% { transform: translate3d(var(--drift, 0px), -10vh, 0) scale(1.15); opacity: 0; }
}

@keyframes iconBob {
  0% { transform: translate3d(0, 110vh, 0) rotate(0deg); }
  100% { transform: translate3d(var(--travel-x, 0px), -18vh, 0) rotate(180deg); }
}

@keyframes orbFloat {
  0% { transform: translate3d(0, 110vh, 0) scale(0.8); opacity: 0; }
  12% { opacity: 0.34; }
  100% { transform: translate3d(var(--travel-x, 0px), -20vh, 0) scale(1.12); opacity: 0; }
}

@keyframes ribbonFloat {
  0% { transform: translate3d(0, 110vh, 0) rotate(-10deg); opacity: 0; }
  10% { opacity: 0.2; }
  100% { transform: translate3d(var(--travel-x, 0px), -22vh, 0) rotate(12deg); opacity: 0; }
}

@keyframes auroraShiftA {
  0% { transform: translate3d(-4%, -2%, 0) scale(1); }
  100% { transform: translate3d(8%, 6%, 0) scale(1.14); }
}

@keyframes auroraShiftB {
  0% { transform: translate3d(6%, 4%, 0) scale(1); }
  100% { transform: translate3d(-8%, -5%, 0) scale(1.12); }
}
/* END: GLOBAL FX */

/* BEGIN: LAYOUT */
.page-shell {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 18px 94px;
  transform-origin: top center;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-left 520ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-right 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.glass {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.section-shell {
  margin-top: 34px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 18px;
}

.section-heading h2,
.split-card h2,
.manifesto-copy h2 {
  margin: 0.9rem 0 0.85rem;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 0.98;
}

.section-heading p,
.split-card p,
.manifesto-copy p,
.site-footer p,
.hero-copy p,
.rail-card p,
.zone-card p,
.story-card p,
.lab-card p {
  color: var(--text-soft);
  line-height: 1.7;
}

.compact-heading {
  margin-bottom: 14px;
}

.eyebrow,
.card-tag,
.zone-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.46rem 0.84rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.card-tag,
.zone-kicker {
  font-size: 0.84rem;
}
/* END: LAYOUT */

/* BEGIN: HEADER */
.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  margin-bottom: 32px;
  border-radius: 999px;
}

.halo-header {
  position: sticky;
  isolation: isolate;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04));
  border-color: rgba(255,255,255,0.14);
  box-shadow:
    0 18px 52px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition:
    border-radius 320ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.halo-header::before {
  content: "";
  position: absolute;
  inset: -12px -18px -16px -18px;
  z-index: -1;
  border-radius: 46px;
  background:
    radial-gradient(85% 100% at 20% 0%, rgba(255, 106, 213, 0.2), transparent 55%),
    radial-gradient(85% 100% at 80% 0%, rgba(85, 231, 255, 0.2), transparent 55%),
    radial-gradient(90% 120% at 50% 100%, rgba(255, 226, 89, 0.16), transparent 65%);
  filter: blur(12px);
  opacity: 0.95;
  transform-origin: center top;
  transition: opacity 320ms ease, transform 320ms ease, filter 320ms ease;
  pointer-events: none;
}

.halo-header::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.15);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 72%);
  pointer-events: none;
}

.halo-header.is-morphed {
  border-radius: 26px 26px 44px 44px;
  padding: 10px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 14px 42px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.halo-header.is-morphed::before {
  opacity: 0.7;
  filter: blur(8px);
  transform: scale(0.86, 0.72) translateY(-8px);
}

.halo-header.is-morphed .brand-badge {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  transition: width 320ms ease, height 320ms ease, border-radius 320ms ease;
}

.halo-header.is-morphed .brand-badge img {
  width: 52px;
  height: 52px;
  transition: width 320ms ease, height 320ms ease;
}

.halo-header.is-morphed .brand-copy strong {
  font-size: clamp(1.12rem, 1.2vw + 0.72rem, 1.5rem);
  transition: font-size 320ms ease;
}

.halo-morph-sentinel {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: -6px;
  pointer-events: none;
}

.halo-top-sentinel {
  position: relative;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

/* BEGIN: SIDEBAR MORPH MODE (desktop) */
@media (min-width: 1023px) {
  body.sidebar-morph-stage-shrink .halo-header,
  body.sidebar-morph-active .halo-header {
    transform: none !important;
    rotate: 0deg !important;
  }

  body.sidebar-morph-stage-shrink .halo-header::before,
  body.sidebar-morph-stage-shrink .halo-header::after,
  body.sidebar-morph-active .halo-header::before,
  body.sidebar-morph-active .halo-header::after {
    transform: none !important;
    rotate: 0deg !important;
  }

  body.sidebar-morph-stage-shrink .halo-header {
    position: fixed;
    top: 16px;
    left: calc((100vw - min(var(--max), 100vw)) / 2);
    right: auto;
    width: var(--header-shrink-width, var(--sidebar-lane));
    max-width: var(--header-shrink-width, var(--sidebar-lane));
    height: 86px;
    z-index: 70;
    border-radius: 24px;
    padding: 10px 12px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05));
    border-color: rgba(255,255,255,0.2);
    transition:
      width 120ms linear,
      height 260ms cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 260ms ease,
      left 260ms ease,
      top 260ms ease;
  }

  body.sidebar-morph-stage-shrink .halo-header .brand-copy,
  body.sidebar-morph-stage-shrink .halo-header .top-nav,
  body.sidebar-morph-stage-shrink .halo-header .pill-cta {
    opacity: 0;
    pointer-events: none;
  }

  body.sidebar-morph-stage-shrink .page-shell {
    width: 100%;
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    transform: none;
    padding-left: var(--content-shift, 0px);
  }

  body.sidebar-morph-active .page-shell {
    width: 100%;
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    transform: none;
    padding-left: calc(var(--sidebar-lane) + 18px);
  }

  body.sidebar-morph-active .halo-header {
    position: fixed;
    top: 16px;
    left: calc((100vw - min(var(--max), 100vw)) / 2);
    right: auto;
    bottom: auto;
    width: var(--sidebar-lane);
    max-width: var(--sidebar-lane);
    height: auto;
    min-height: 0;
    z-index: 70;
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05));
    border-color: rgba(255,255,255,0.2);
    overflow: hidden;
    transform: none;
    transition:
      width 360ms cubic-bezier(0.22, 1, 0.36, 1),
      height 360ms cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 360ms ease,
      padding 360ms ease;
  }

  body.sidebar-morph-active .halo-header::before {
    inset: -10px -14px -10px -14px;
    border-radius: 36px;
    filter: blur(8px);
    opacity: 0.75;
  }

  body.sidebar-morph-active .halo-header .brand-badge {
    width: 82px;
    height: 82px;
    border-radius: 18px;
  }

  body.sidebar-morph-active .halo-header .brand-badge img {
    width: 56px;
    height: 56px;
  }

  body.sidebar-morph-active .halo-header .brand-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  body.sidebar-morph-active .halo-header .brand-copy,
  body.sidebar-morph-active .halo-header .top-nav,
  body.sidebar-morph-active .halo-header .pill-cta {
    opacity: 1;
    pointer-events: auto;
  }

  body.sidebar-morph-active .halo-header .brand-copy strong {
    font-size: 0.96rem;
    line-height: 1.1;
  }

  body.sidebar-morph-active .halo-header .brand-copy span {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  body.sidebar-morph-active .halo-header .top-nav {
    display: grid;
    width: 100%;
    gap: 6px;
    justify-items: stretch;
  }

  body.sidebar-morph-active .halo-header .top-nav a {
    text-align: center;
    padding: 0.48rem 0.44rem;
    font-size: 0.76rem;
    border-radius: 12px;
    animation: none;
  }

  body.sidebar-morph-active .halo-header .pill-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0.52rem 0.44rem;
    border-radius: 12px;
    font-size: 0.76rem;
    animation: none;
  }
}
/* END: SIDEBAR MORPH MODE (desktop) */

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.brand-badge {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(255,226,89,0.72), rgba(255,106,213,0.42));
  box-shadow: 0 14px 34px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.2);
}

.brand-badge::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.24);
  opacity: 0.7;
}

.brand-badge img {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.brand-copy strong {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: clamp(1.35rem, 1.5vw + 0.8rem, 1.9rem);
  line-height: 1;
}

.brand-copy span {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.top-nav a,
.pill-cta {
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  position: relative;
  overflow: hidden;
}

.top-nav a {
  color: var(--text-soft);
  border: 1px solid transparent;
  animation: navFloat 6.8s ease-in-out infinite;
}

.top-nav a[aria-current="page"] {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.16);
}

.top-nav a:nth-child(2n) { animation-duration: 7.6s; animation-delay: -1.1s; }
.top-nav a:nth-child(3n) { animation-duration: 8.3s; animation-delay: -2.2s; }

.top-nav a:hover,
.pill-cta:hover,
.text-link:hover,
.button:hover {
  transform: translateY(-2px) scale(1.03);
}

.top-nav a:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 0 24px rgba(85, 231, 255, 0.24);
  filter: saturate(1.08);
}

.pill-cta {
  color: #1a1020;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 16px 28px rgba(0,0,0,0.18);
  animation: ctaDrift 7.8s ease-in-out infinite;
}

.pill-cta::after,
.top-nav a::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -45%;
  width: 42%;
  height: 320%;
  transform: rotate(18deg);
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.34), rgba(255,255,255,0));
  opacity: 0;
  transition: opacity 180ms ease;
}

.pill-cta:hover::after,
.top-nav a:hover::after {
  opacity: 1;
  animation: shimmerSweep 1.05s ease;
}

.top-nav a:active,
.pill-cta:active {
  transform: translateY(0) scale(0.98);
  filter: brightness(0.95);
}

@keyframes navFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes ctaDrift {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-4px) rotate(-0.6deg); }
}

@keyframes shimmerSweep {
  0% { transform: translateX(-140%) rotate(18deg); }
  100% { transform: translateX(380%) rotate(18deg); }
}
/* END: HEADER */

/* BEGIN: HEADER LOGO SIZE */
.brand-badge {
  position: relative;
  width: 164px;
  height: 164px;
  border-radius: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 1;
  background: linear-gradient(145deg, rgba(255,226,89,0.72), rgba(255,106,213,0.42));
  box-shadow: 0 18px 42px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.2);
}

.brand-badge::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.24);
  opacity: 0.7;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* END: HEADER LOGO SIZE */

@media (max-width: 820px) {
  .brand-badge {
    width: 138px;
    height: 138px;
    border-radius: 10px;
  }

  .brand-badge img {
    width: 100%;
    height: 100%;
  }
}

/* BEGIN: BUTTONS + LINKS */
.hero-actions,
.footer-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 1.45rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  box-shadow: 0 18px 28px rgba(0,0,0,0.22);
}

.button-primary {
  color: #1b1130;
  background: linear-gradient(135deg, var(--yellow), var(--pink));
}

.button-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.08);
}

.text-link {
  color: var(--yellow);
  font-weight: 700;
  transition: transform 180ms ease, color 180ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.text-link::after {
  content: "→";
}
/* END: BUTTONS + LINKS */

/* BEGIN: HERO */
.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 30px;
  align-items: center;
}

.home-hero {
  padding: 18px 0 8px;
}

.interior-hero {
  padding: 8px 0 12px;
}

.hero-copy,
.hero-visual,
.panel-visual {
  border-radius: var(--radius-xl);
}

.hero-copy {
  padding: clamp(1.6rem, 3vw, 2.55rem);
}

.hero-copy h1 {
  margin: 0.95rem 0 1rem;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.hero-copy h1 span:first-of-type {
  color: var(--cyan);
}

.hero-copy h1 span:last-of-type {
  color: var(--pink);
}

.hero-copy p {
  margin: 0;
  max-width: 62ch;
  font-size: 1.05rem;
}

.hero-visual-wrap {
  position: relative;
  min-height: 760px;
}

.hero-visual,
.panel-visual {
  position: relative;
  min-height: 620px;
  padding: 1rem;
  overflow: hidden;
}

.panel-visual {
  display: grid;
  place-items: center;
}

.panel-image {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 14px);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.project-panel .panel-image {
  object-position: center;
}

.hero-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  opacity: 0.6;
  animation: slowSpin 28s linear infinite;
}

.hero-ring-a {
  width: 480px;
  height: 480px;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-ring-b {
  width: 340px;
  height: 340px;
  top: 156px;
  left: 50%;
  transform: translateX(-50%);
  animation-direction: reverse;
  animation-duration: 21s;
}

@keyframes slowSpin {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}

.trip-image {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  margin: 10px auto 0;
  filter: drop-shadow(0 22px 60px rgba(0,0,0,0.26));
}

.hero-sticker {
  position: absolute;
  z-index: 3;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(10, 17, 38, 0.58);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}

.sticker-a { top: 26px; right: 28px; color: var(--yellow); }
.sticker-b { top: 188px; left: -18px; color: var(--cyan); }
.sticker-c { bottom: 46px; right: 0; color: var(--pink); }

.hover-cloud {
  position: absolute;
  inset: 0;
}

.float-card {
  position: absolute;
  width: min(240px, 44vw);
  padding: 1rem 1rem 1rem 1.05rem;
  border-radius: 24px;
  animation: hoverBob 8.2s ease-in-out infinite;
  transition: transform 220ms ease;
}

.float-card strong {
  display: block;
  margin: 0.2rem 0 0.4rem;
  font-size: 1.02rem;
}

.float-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.float-icon {
  font-size: 1.3rem;
}

.tilt-a { top: 24px; left: -8px; }
.tilt-b { top: 140px; right: -12px; animation-delay: -1.8s; }
.tilt-c { bottom: 146px; left: 4px; animation-delay: -3.4s; }
.tilt-d { bottom: 20px; right: 4px; animation-delay: -5s; }

@keyframes hoverBob {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

.micro-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.55rem;
}

.micro-marquee span,
.quote-chip {
  padding: 0.62rem 0.96rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--text-soft);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}
/* END: HERO */

/* BEGIN: QUOTE CLOUD */
.quote-section {
  margin-top: 18px;
}

.quote-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: 1.25rem;
  border-radius: 28px;
  overflow: hidden;
}

.quote-chip {
  animation: chipDrift 10s ease-in-out infinite;
}

.quote-chip:nth-child(2n) { animation-delay: -2.4s; }
.quote-chip:nth-child(3n) { animation-delay: -4.2s; }
.quote-chip:nth-child(4n) { animation-delay: -6s; }

@keyframes chipDrift {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  50% { transform: translateY(-6px) translateX(4px); }
}
/* END: QUOTE CLOUD */

/* BEGIN: PULSE STRIP */
.pulse-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 1rem 1.1rem;
  margin-top: 28px;
  border-radius: 28px;
}

.pulse-strip div {
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  line-height: 1.55;
}
/* END: PULSE STRIP */

/* BEGIN: GRID CARDS */
.zones-grid,
.story-grid,
.lab-grid,
.feature-rail,
.section-split,
.manifesto {
  display: grid;
  gap: 18px;
}

.zones-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-rail {
  grid-template-columns: 1.35fr 1fr 1fr;
}

.section-split,
.manifesto {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 34px;
}

.zone-card,
.story-card,
.lab-card,
.rail-card,
.split-card,
.manifesto-copy,
.manifesto-orbit {
  border-radius: 30px;
  padding: 1.35rem 1.25rem 1.3rem;
}

.zone-card h3,
.story-card h3,
.lab-card h3,
.rail-card h3 {
  margin: 0.85rem 0 0.45rem;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.zone-card ul,
.card-list {
  margin-top: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.zone-card-featured,
.rail-card-wide {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05)),
    radial-gradient(circle at top right, rgba(255, 226, 89, 0.14), transparent 42%),
    radial-gradient(circle at bottom left, rgba(85, 231, 255, 0.12), transparent 38%);
}
/* END: GRID CARDS */

/* BEGIN: MANIFESTO ORBIT */
.manifesto-copy {
  padding: 1.55rem 1.45rem 1.45rem;
}

.manifesto-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 1rem;
}

.manifesto-points div {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

.manifesto-points strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
}

.manifesto-points p {
  margin: 0;
}

.manifesto-orbit {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.orbit-core,
.orbit-badge {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.orbit-core {
  inset: 50% auto auto 50%;
  width: 138px;
  height: 138px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--yellow), var(--pink));
  color: #1a1124;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 20px 48px rgba(0,0,0,0.24);
}

.orbit-badge {
  min-width: 94px;
  padding: 0.78rem 1.1rem;
  background: rgba(10,17,38,0.65);
  border: 1px solid rgba(255,255,255,0.16);
  font-weight: 800;
  animation: orbitBob 8s ease-in-out infinite;
}

.orbit-badge-a { top: 56px; left: 54px; color: var(--cyan); }
.orbit-badge-b { top: 88px; right: 52px; color: var(--yellow); animation-delay: -2s; }
.orbit-badge-c { bottom: 70px; left: 66px; color: var(--pink); animation-delay: -4s; }
.orbit-badge-d { bottom: 48px; right: 72px; color: var(--green); animation-delay: -6s; }

@keyframes orbitBob {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
/* END: MANIFESTO ORBIT */

/* BEGIN: FOOTER */
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 1.25rem 1.3rem;
  margin-top: 36px;
  border-radius: 28px;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.15rem;
}

.site-footer p {
  margin: 0;
  max-width: 62ch;
}
/* END: FOOTER */

/* BEGIN: RESPONSIVE */
@media (max-width: 1160px) {
  .site-header {
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero,
  .section-split,
  .manifesto {
    grid-template-columns: 1fr;
  }

  .zones-grid,
  .feature-rail,
  .story-grid,
  .lab-grid,
  .pulse-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual-wrap {
    min-height: 660px;
  }
}

@media (max-width: 820px) {
  .page-shell {
    padding: 16px 14px 72px;
  }

  .brand-badge {
    width: 78px;
    height: 78px;
    border-radius: 22px;
  }

  .brand-badge img {
    width: 54px;
    height: 54px;
  }

  .top-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .zones-grid,
  .feature-rail,
  .story-grid,
  .lab-grid,
  .pulse-strip,
  .manifesto-points {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 10vw, 4.4rem);
  }

  .hero-visual-wrap,
  .hero-visual,
  .panel-visual {
    min-height: 520px;
  }

  .hero-ring-a {
    width: 360px;
    height: 360px;
    top: 72px;
  }

  .hero-ring-b {
    width: 240px;
    height: 240px;
    top: 132px;
  }

  .float-card {
    width: min(210px, 60vw);
  }

  .tilt-a { top: 16px; left: 0; }
  .tilt-b { top: 112px; right: 0; }
  .tilt-c { bottom: 138px; left: 0; }
  .tilt-d { bottom: 12px; right: 0; }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px;
  }

  .brand-wrap {
    gap: 14px;
  }

  .brand-copy span {
    font-size: 0.88rem;
  }

  .pill-cta,
  .button,
  .top-nav a {
    width: 100%;
    justify-content: center;
  }

  .hero-visual-wrap,
  .hero-visual,
  .panel-visual {
    min-height: 460px;
  }

  .trip-image {
    margin-top: 46px;
  }

  .float-card {
    position: relative;
    width: 100%;
    inset: auto;
    margin-top: 0.75rem;
    animation: none;
  }

  .hover-cloud {
    position: static;
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
  }

  .hero-visual-wrap {
    min-height: unset;
  }

  .sticker-a { top: 18px; right: 18px; }
  .sticker-b { top: 78px; left: 12px; }
  .sticker-c { bottom: 18px; right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* END: RESPONSIVE */
/* version updated at 2026-05-10 18:55:00 -05:00 */
/* version updated at 2026-05-10 18:13:09 -05:00 */
/* version updated at 2026-05-12 09:53:00 -05:00 */
/* version updated at 2026-05-12 09:56:00 -05:00 */
/* version updated at 2026-05-12 10:08:00 -05:00 */
/* version updated at 2026-05-12 10:27:00 -05:00 */
/* version updated at 2026-05-12 10:34:00 -05:00 */
/* version updated at 2026-05-12 10:42:00 -05:00 */
/* version updated at 2026-05-12 10:55:00 -05:00 */
/* version updated at 2026-05-12 11:03:00 -05:00 */
/* version updated at 2026-05-12 11:12:00 -05:00 */
/* version updated at 2026-05-12 11:18:00 -05:00 */
/* version updated at 2026-05-12 11:22:00 -05:00 */
