/* CurioSpark v8.36.14 - Home final micro alignment
   Scope: Home presentation only.
   1. Mobile hero eyebrow strip moves up into its intended hero space.
   2. Austin and digital panels clear the section divider on Home.
   No text, image, script, auth, registration, payment, API, or shared CSS changes. */

/* Give the two Home pathway panels a deliberate top gutter below the divider. */
body.home-streamline-v8361 .local-access-hub {
  padding-top: clamp(1.25rem, 2.2vw, 1.85rem) !important;
}

/* On phones, lift the existing eyebrow strip and its following hero flow together. */
@media (max-width: 640px) {
  body.home-streamline-v8361 .brand-world-hero .hero-copy > .eyebrow {
    margin-top: -2.85rem !important;
    margin-bottom: 0.35rem !important;
  }
}
