/* Homepage only: compact the copy within the unchanged photographic hero. */
@media (min-width: 901px) {
  body[data-ui-refinement="20260905"] .hero-copy-inner {
    height: auto !important;
    max-height: 100% !important;
    min-height: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    justify-content: flex-start !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-width: thin;
  }
  body[data-ui-refinement="20260905"] .hero-copy-inner > * {
    flex-shrink: 0;
  }
  body[data-ui-refinement="20260905"] .hero h1 {
    line-height: 1.12 !important;
  }
  body[data-ui-refinement="20260905"] .hero .hero-lead-line {
    font-size: clamp(20px, 1.45vw, 25px) !important;
    line-height: 1.12 !important;
  }
  body[data-ui-refinement="20260905"] .hero .hero-product-line {
    margin-top: 6px !important;
    font-size: clamp(21px, 1.55vw, 26px) !important;
    line-height: 1.12 !important;
  }
  body[data-ui-refinement="20260905"] .hero-lede {
    margin-top: 10px !important;
  }
  body[data-ui-refinement="20260905"] .hero-intro-lead {
    font-size: 15px !important;
    line-height: 1.38 !important;
    margin: 0 !important;
  }
  body[data-ui-refinement="20260905"] .hero-intro-list {
    gap: 5px !important;
    margin-top: 7px !important;
  }
  body[data-ui-refinement="20260905"] .hero-intro-list li {
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.34 !important;
  }
  body[data-ui-refinement="20260905"] .hero-slogan {
    min-height: 32px !important;
    margin-top: 8px !important;
    padding: 6px 8px !important;
    gap: 6px !important;
  }
  body[data-ui-refinement="20260905"] .hero-slogan span {
    font-size: clamp(12.5px, .96vw, 15px) !important;
    line-height: 1.12 !important;
  }
  body[data-ui-refinement="20260905"] .hero-slogan b {
    font-size: 12px !important;
  }
  body[data-ui-refinement="20260905"] .hero-actions {
    gap: 8px !important;
    margin-top: 9px !important;
  }
  body[data-ui-refinement="20260905"] .hero-actions .button {
    min-height: 44px !important;
    padding: 7px 9px !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
  }
}

/* Retain every word; remove excessive padding on the stacked narrow layout. */
@media (max-width: 900px) {
  body[data-ui-refinement="20260905"] .hero-copy-inner {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    overflow: visible !important;
  }
  body[data-ui-refinement="20260905"] .hero-intro-lead,
  body[data-ui-refinement="20260905"] .hero-intro-list li {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
  body[data-ui-refinement="20260905"] .hero-intro-list li + li {
    margin-top: 5px !important;
  }
  body[data-ui-refinement="20260905"] .hero-actions {
    margin-top: 12px !important;
    gap: 8px !important;
  }
  body[data-ui-refinement="20260905"] .hero-actions .button {
    min-height: 44px !important;
  }
}
body[data-ui-refinement="20260905"] .hero-actions .button:focus-visible {
  outline: 2px solid #263743;
  outline-offset: 3px;
}
