/* CurioSpark Home Streamline v8.36.1
   Scope: Home page presentation only.
   Purpose: preserve Devin's approved copy while reducing repeated lower-page actions
   and making the existing sections read as a calmer, clearer story.
   No scripts, auth, APIs, registration, payments, or shared stylesheet rules are changed. */

body.home-streamline-v8361 .cs-photo-story--home {
  margin-top: clamp(2rem, 4vw, 3.75rem);
}

body.home-streamline-v8361 .cs-photo-story--home .cs-photo-story-copy > p:not(.eyebrow) {
  max-width: 58ch;
}

/* The hero owns the two primary destinations. Lower sections now offer only a distinct next step. */
body.home-streamline-v8361 .home-path-action {
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

/* Keep both destination panels, but make them feel like concise orientation—not a second home page. */
body.home-streamline-v8361 .local-access-hub {
  padding-top: 0;
  padding-bottom: clamp(1.75rem, 4vw, 3rem);
}

body.home-streamline-v8361 .local-access-hub .mini-panel {
  min-height: 0;
  padding: clamp(1.65rem, 3.2vw, 2.5rem);
}

body.home-streamline-v8361 .local-access-hub .mini-panel h2 {
  max-width: 21ch;
  font-size: clamp(2rem, 3.35vw, 3.15rem);
  line-height: 1.05;
}

body.home-streamline-v8361 .local-access-hub .mini-panel > p:not(.eyebrow) {
  max-width: 59ch;
  margin-bottom: 0;
}

/* The Resource section is its own destination; one eyebrow keeps the hierarchy clean. */
body.home-streamline-v8361 .category-showcase-section {
  padding-top: clamp(2.25rem, 4.2vw, 4.25rem);
}

body.home-streamline-v8361 .category-showcase-section .section-heading .eyebrow {
  margin-bottom: .55rem;
}

@media (max-width: 760px) {
  body.home-streamline-v8361 .cs-photo-story--home {
    margin-top: 1.5rem;
  }

  body.home-streamline-v8361 .local-access-hub .mini-panel {
    padding: 1.5rem;
  }

  body.home-streamline-v8361 .local-access-hub .mini-panel h2 {
    max-width: none;
  }
}
