
/*
CP1 Reality OS V3.3.7 — Mobile Hero + Home Navigation + Simple Audio QA
No simple music control bar. Simple music toggle only.
*/

.home-link-v337 {
  font-weight: 750 !important;
  color: var(--cp1-brand-aqua, #7cf6ff) !important;
}

.home-return-v337 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem auto 0;
  padding: 0.58rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 246, 255, 0.20);
  background: rgba(5, 16, 32, 0.46);
  color: rgba(234, 246, 255, 0.86) !important;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.cp1-theme-control-v336,
.cp1-theme-control-v337 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 1rem auto 0;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 246, 255, 0.20);
  background: rgba(5, 16, 32, 0.42);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.20);
}

.cp1-theme-control-v336 audio,
.cp1-theme-control-v337 audio {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.cp1-theme-control-v336 small,
.cp1-theme-control-v337 small {
  display: none !important;
}

.cp1-theme-control-v336 button,
.cp1-theme-control-v337 button {
  border-radius: 999px;
  border: 1px solid rgba(124, 246, 255, 0.30) !important;
  background: rgba(22, 213, 255, 0.10) !important;
  color: rgba(234, 246, 255, 0.88) !important;
  font-weight: 760;
  cursor: pointer;
  padding: 0.55rem 0.82rem;
}

.cp1-theme-control-v336 button:hover,
.cp1-theme-control-v337 button:hover {
  background: rgba(22, 213, 255, 0.18) !important;
  color: #7cf6ff !important;
}

.cp1-hero-orbit-v336 {
  top: 39% !important;
  width: min(72vw, 780px) !important;
  opacity: 0.62 !important;
}

.cp1-hero-orbit-v336 span:nth-child(1) { transform: translate(-50%, -50%) rotate(0deg) translateX(292px) rotate(0deg) !important; }
.cp1-hero-orbit-v336 span:nth-child(2) { transform: translate(-50%, -50%) rotate(72deg) translateX(292px) rotate(-72deg) !important; }
.cp1-hero-orbit-v336 span:nth-child(3) { transform: translate(-50%, -50%) rotate(144deg) translateX(292px) rotate(-144deg) !important; }
.cp1-hero-orbit-v336 span:nth-child(4) { transform: translate(-50%, -50%) rotate(216deg) translateX(292px) rotate(-216deg) !important; }
.cp1-hero-orbit-v336 span:nth-child(5) { transform: translate(-50%, -50%) rotate(288deg) translateX(292px) rotate(-288deg) !important; }

@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  main > section:first-of-type,
  .hero,
  .hero-section,
  .landing-hero {
    padding-top: clamp(2.4rem, 7vw, 4rem) !important;
    padding-bottom: clamp(2.2rem, 7vw, 4rem) !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  main > section:first-of-type > *,
  .hero > *,
  .hero-section > *,
  .landing-hero > * {
    max-width: min(92vw, 560px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  main > section:first-of-type h1,
  .hero h1,
  .hero-section h1,
  .landing-hero h1 {
    font-size: clamp(2.25rem, 11.5vw, 4rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.05em !important;
    text-wrap: balance;
    position: relative;
    z-index: 1;
  }

  main > section:first-of-type h2,
  .hero h2,
  .hero-section h2,
  .landing-hero h2 {
    font-size: clamp(1.08rem, 5.2vw, 1.72rem) !important;
    line-height: 1.10 !important;
    text-wrap: balance;
    position: relative;
    z-index: 1;
  }

  .cp1-hero-orbit-v336 {
    width: min(106vw, 520px) !important;
    top: 31% !important;
    left: 50% !important;
    opacity: 0.34 !important;
    transform: translate(-50%, -50%) !important;
  }

  .cp1-hero-orbit-v336 span {
    display: none !important;
  }

  .cp1-theme-control-v336,
  .cp1-theme-control-v337 {
    margin-top: 0.85rem !important;
    position: relative;
    z-index: 3;
  }

  img,
  svg,
  canvas,
  video {
    max-width: 100% !important;
    height: auto;
  }
}

@media (max-width: 420px) {
  main > section:first-of-type h1,
  .hero h1,
  .hero-section h1,
  .landing-hero h1 {
    font-size: clamp(2.05rem, 11vw, 3.25rem) !important;
  }

  .cp1-hero-orbit-v336 {
    top: 29% !important;
    width: 118vw !important;
    opacity: 0.28 !important;
  }
}

/* CP1 V3.3.8 home navigation and warm human typography final guard */
.cp1-home-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  font-weight: 560;
}

html,
body {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif;
  letter-spacing: -0.014em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

h1,
.hero-title,
.hero h1,
.cp1-hero-title {
  letter-spacing: -0.044em;
  line-height: 0.96;
  font-weight: 680;
  text-wrap: balance;
}

.hero-subtitle,
.hero p,
.cp1-hero-subtitle,
.lead,
.subtitle {
  letter-spacing: -0.018em;
  line-height: 1.58;
  font-weight: 430;
  text-wrap: balance;
}

