/* Homepage-only mobile Hero refinement. Keep shared chrome and later sections untouched. */
body[data-site-section="home"] .hero-title-overlay {
  display: contents;
}

@media (max-width: 620px) {
  body[data-site-section="home"] .hero {
    grid-template-rows: clamp(202px, 56.25vw, 242px) auto auto;
    border-bottom: 1px solid var(--line);
  }

  body[data-site-section="home"] .hero-media {
    background: #111718;
  }

  body[data-site-section="home"] .hero-media img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    object-position: center center;
  }

  body[data-site-section="home"] .hero-copy {
    align-items: stretch;
    padding: 28px var(--gutter) 26px;
  }

  body[data-site-section="home"] .hero-title-overlay {
    position: absolute;
    z-index: 2;
    right: var(--gutter);
    bottom: calc(100% + 20px);
    left: var(--gutter);
    display: block;
  }

  body[data-site-section="home"] .hero .eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }

  body[data-site-section="home"] .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 9.5vw, 40px);
    letter-spacing: -0.055em;
    line-height: 1.08;
  }

  body[data-site-section="home"] .hero .title-rule {
    width: 44px;
    margin-top: 18px;
  }

  body[data-site-section="home"] .hero-intro {
    max-width: 34em;
    margin-top: 17px;
    color: #505756;
    font-size: 13px;
    line-height: 1.72;
  }

  body[data-site-section="home"] .hero-actions {
    display: grid;
    align-items: stretch;
    gap: 16px;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  }

  body[data-site-section="home"] .hero-actions .primary-button,
  body[data-site-section="home"] .hero-actions .text-link {
    min-height: 46px;
    margin-top: 22px;
  }

  body[data-site-section="home"] .hero-actions .primary-button {
    padding-inline: 16px;
  }

  body[data-site-section="home"] .hero-actions .text-link {
    justify-content: space-between;
    padding-inline: 2px;
    font-size: 11px;
  }

  body[data-site-section="home"] .hero-capabilities {
    width: auto;
    height: auto;
    min-height: 108px;
    margin: 0 var(--gutter) 24px;
    overflow: hidden;
    padding: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: none;
  }

  body[data-site-section="home"] .hero-capabilities li {
    min-height: 54px;
    gap: 7px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.35;
  }

  body[data-site-section="home"] .hero-capabilities i {
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  body[data-site-section="home"] .hero-actions {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  body[data-site-section="home"] .hero-actions .text-link {
    margin-top: 0;
  }
}
