/* CurioSpark v8.36.12 - Public micro polish
   Exact scope only:
   1) Home mobile hero decoration alignment and safe decorative motion.
   2) Home mission eyebrow placement and weight.
   3) Big Vision hero side decoration removal.
   No shared stylesheet, script, auth, API, registration, payment, or content logic changes. */

/* Home: replace legacy text glyph doodles with CSS-only diamonds.
   This suppresses emoji or encoding fallback without changing the existing HTML. */
body.home-streamline-v8361 .brand-world-hero .floating-doodles span {
  box-sizing: border-box;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0 !important;
  line-height: 0;
  text-shadow: none !important;
  opacity: 0.58;
}

body.home-streamline-v8361 .brand-world-hero .floating-doodles span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}

/* Keep only a restrained pair in the lower outer space of the desktop hero. */
body.home-streamline-v8361 .brand-world-hero .floating-doodles span:nth-child(1),
body.home-streamline-v8361 .brand-world-hero .floating-doodles span:nth-child(2),
body.home-streamline-v8361 .brand-world-hero .floating-doodles span:nth-child(n + 5) {
  display: none;
}

body.home-streamline-v8361 .brand-world-hero .floating-doodles span:nth-child(3) {
  right: 5% !important;
  top: auto !important;
  bottom: 11% !important;
}

body.home-streamline-v8361 .brand-world-hero .floating-doodles span:nth-child(4) {
  left: 5% !important;
  right: auto !important;
  top: auto !important;
  bottom: 11% !important;
}

/* Mission label: intentional, bold, and closer to the top edge of its card. */
body.home-streamline-v8361 .mission-values-heading {
  padding-top: clamp(0.9rem, 1.5vw, 1.15rem) !important;
}

body.home-streamline-v8361 .mission-values-heading > .eyebrow {
  margin-top: 0 !important;
  margin-bottom: 0.4rem !important;
  color: #4b176c;
  font-weight: 900 !important;
  letter-spacing: 0.14em;
}

/* Big Vision: remove only the oversized side ornament pair called out in review. */
body.big-vision-page-compact .big-vision-hero::before,
body.big-vision-page-compact .big-vision-hero::after {
  content: none !important;
  display: none !important;
}

/* On mobile, keep the Home hero handoff clean and aligned. */
@media (max-width: 640px) {
  body.home-streamline-v8361 .brand-world-hero .curio-corner.bottom-right,
  body.home-streamline-v8361 .brand-world-hero .floating-doodles {
    display: none;
  }

  body.home-streamline-v8361 .brand-world-hero .curio-corner.top-left {
    top: -84px;
    left: -98px;
    width: 206px;
    height: 154px;
    opacity: 0.34;
  }

  body.home-streamline-v8361 .mission-values-heading {
    padding-top: 0.95rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-streamline-v8361 .brand-world-hero .floating-doodles span {
    animation: none;
  }
}
