/* Final catalog-hub layer: keep the page a fast navigator, not a second storefront. */
body.catalog-hub-page .hero.catalog-hero {
  min-height: 0 !important;
  padding: clamp(58px, 5.6vw, 78px) 0 clamp(44px, 4.2vw, 60px) !important;
}

body.catalog-hub-page .catalog-hero .container {
  display: block !important;
  max-width: 1180px !important;
}

body.catalog-hub-page .catalog-hero h1,
body.catalog-hub-page .hero.catalog-hero h1 {
  max-width: 680px !important;
  margin: 10px 0 14px !important;
  font-size: 56px !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.catalog-hub-page .catalog-hero p {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(26, 29, 33, 0.68) !important;
  font-size: 17px !important;
  line-height: 1.52 !important;
  text-wrap: pretty !important;
}

body.catalog-hub-page .catalog-trust {
  margin-top: 18px !important;
}

body.catalog-hub-page .catalog-entry-section {
  padding: clamp(44px, 4.2vw, 60px) 0 clamp(48px, 4.6vw, 66px) !important;
}

body.catalog-hub-page .catalog-entry-section .section-head {
  margin-bottom: clamp(20px, 2.2vw, 28px) !important;
}

body.catalog-hub-page .catalog-entry-section .section-head h2,
body.catalog-hub-page .catalog-scenarios .home-quick-copy h2,
body.catalog-hub-page #scenarioTitle,
body.catalog-hub-page .seo-faq .section-head h2 {
  max-width: 650px !important;
  margin: 6px 0 10px !important;
  font-size: 36px !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

body.catalog-hub-page .catalog-entry-section .section-head p,
body.catalog-hub-page .catalog-scenarios .home-quick-copy p,
body.catalog-hub-page .seo-faq .section-head p {
  max-width: 680px !important;
  margin-top: 0 !important;
  color: rgba(26, 29, 33, 0.66) !important;
  font-size: 16px !important;
  font-weight: 450 !important;
  line-height: 1.52 !important;
  text-wrap: pretty !important;
}

body.catalog-hub-page .catalog-direct-nav {
  gap: 14px !important;
}

body.catalog-hub-page .catalog-direct-nav a {
  min-height: 176px !important;
  padding: 18px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  transition: border-color 180ms cubic-bezier(.22, 1, .36, 1),
    background-color 180ms cubic-bezier(.22, 1, .36, 1),
    transform 180ms cubic-bezier(.22, 1, .36, 1) !important;
}

body.catalog-hub-page .catalog-direct-nav a:hover,
body.catalog-hub-page .catalog-direct-nav a:focus-visible {
  border-color: rgba(143, 174, 53, 0.58) !important;
  background: #fff !important;
  transform: translateY(-2px) !important;
}

body.catalog-hub-page .catalog-direct-nav a:focus-visible,
body.catalog-hub-page .catalog-scenario-card:focus-visible,
body.catalog-hub-page .related-links a:focus-visible {
  outline: 3px solid rgba(143, 174, 53, 0.34) !important;
  outline-offset: 3px !important;
}

body.catalog-hub-page .catalog-direct-nav strong {
  font-size: 24px !important;
  line-height: 1.08 !important;
}

body.catalog-hub-page .catalog-direct-nav img {
  bottom: 10px !important;
  height: 100px !important;
}

body.catalog-hub-page .catalog-scenarios.home-quick {
  padding: clamp(44px, 4.2vw, 60px) 0 !important;
}

body.catalog-hub-page .catalog-scenarios.home-quick .home-quick-grid {
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr) !important;
  gap: clamp(26px, 3.2vw, 44px) !important;
  align-items: start !important;
}

body.catalog-hub-page .catalog-scenarios.home-quick .home-quick-actions.catalog-scenario-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.catalog-hub-page .catalog-scenarios.home-quick .catalog-scenario-card {
  min-height: 122px !important;
  gap: 8px !important;
  padding: 18px !important;
}

body.catalog-hub-page .catalog-scenarios.home-quick .catalog-scenario-card strong {
  font-size: 21px !important;
  line-height: 1.08 !important;
}

body.catalog-hub-page .catalog-scenarios.home-quick .catalog-scenario-card span {
  color: rgba(26, 29, 33, 0.64) !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.38 !important;
}

body.catalog-hub-page .seo-faq {
  padding: clamp(54px, 5vw, 74px) 0 !important;
}

body.catalog-hub-page .catalog-deep-links {
  margin-top: 24px !important;
}

@media (max-width: 980px) {
  body.catalog-hub-page .catalog-scenarios.home-quick .home-quick-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.catalog-hub-page main {
    padding-top: 86px !important;
  }

  body.catalog-hub-page .hero.catalog-hero {
    padding: 18px 0 38px !important;
  }

  body.catalog-hub-page .hero.catalog-hero .eyebrow {
    display: none !important;
  }

  body.catalog-hub-page .catalog-hero .container,
  body.catalog-hub-page .catalog-entry-section .container,
  body.catalog-hub-page .catalog-scenarios .container,
  body.catalog-hub-page .seo-faq .container {
    width: 100% !important;
    max-width: none !important;
    padding-inline: clamp(18px, 5vw, 22px) !important;
  }

  body.catalog-hub-page .catalog-hero h1,
  body.catalog-hub-page .hero.catalog-hero h1 {
    max-width: 330px !important;
    margin: 8px 0 12px !important;
    font-size: 35px !important;
    line-height: 1.04 !important;
  }

  body.catalog-hub-page .catalog-hero p,
  body.catalog-hub-page .catalog-entry-section .section-head p,
  body.catalog-hub-page .catalog-scenarios .home-quick-copy p,
  body.catalog-hub-page .seo-faq .section-head p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body.catalog-hub-page .catalog-trust {
    margin-top: 14px !important;
  }

  body.catalog-hub-page .catalog-entry-section,
  body.catalog-hub-page .catalog-scenarios.home-quick {
    padding: 38px 0 42px !important;
  }

  body.catalog-hub-page .catalog-entry-section .section-head h2,
  body.catalog-hub-page .catalog-scenarios .home-quick-copy h2,
  body.catalog-hub-page #scenarioTitle,
  body.catalog-hub-page .seo-faq .section-head h2 {
    max-width: 330px !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  body.catalog-hub-page .catalog-direct-nav {
    gap: 9px !important;
  }

  body.catalog-hub-page .catalog-direct-nav a {
    height: 118px !important;
    min-height: 112px !important;
    padding: 15px 104px 15px 16px !important;
  }

  body.catalog-hub-page .catalog-direct-nav strong {
    font-size: 21px !important;
  }

  body.catalog-hub-page .catalog-direct-nav img {
    right: 10px !important;
    bottom: 7px !important;
    width: 82px !important;
    height: 90px !important;
  }

  body.catalog-hub-page .catalog-scenarios.home-quick .home-quick-grid {
    gap: 18px !important;
  }

  body.catalog-hub-page .catalog-scenarios.home-quick .home-quick-actions.catalog-scenario-grid {
    display: flex !important;
    width: calc(100% + 22px) !important;
    gap: 10px !important;
    margin-right: -22px !important;
    padding: 0 22px 8px 0 !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  body.catalog-hub-page .catalog-scenarios.home-quick .home-quick-actions.catalog-scenario-grid::-webkit-scrollbar {
    display: none !important;
  }

  body.catalog-hub-page .catalog-scenarios.home-quick .catalog-scenario-card {
    flex: 0 0 min(82vw, 300px) !important;
    min-height: 118px !important;
    padding: 16px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  body.catalog-hub-page .catalog-deep-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.catalog-hub-page .catalog-deep-links a {
    justify-content: center !important;
    min-height: 44px !important;
    padding: 9px 10px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.catalog-hub-page .catalog-direct-nav a,
  body.catalog-hub-page .catalog-scenario-card,
  body.catalog-hub-page .related-links a {
    transition: none !important;
  }
}
