@media (max-width: 760px) {
  html body main #home .hero {
    display: block !important;
    min-height: 0 !important;
    padding: 0 0 30px !important;
    overflow: visible !important;
    background: #fff !important;
  }

  html body main #home .hero::after,
  html body main #home .hero-overlay,
  html body main #home .cover-badge,
  html body main #home .hero-signature {
    display: none !important;
  }

  html body main #home .hero-image {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: min(58vh, 460px) !important;
    min-height: 360px !important;
    max-height: 460px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  html body main #home .hero-content {
    position: static !important;
    display: block !important;
    width: calc(100% - 32px) !important;
    max-width: 430px !important;
    min-height: 0 !important;
    margin: 24px auto 0 !important;
    padding: 0 !important;
    color: #111 !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    text-align: left !important;
  }

  html body main #home .hero-content .eyebrow,
  html body main #home .hero-content h1,
  html body main #home .hero-content p,
  html body main #home .hero-content span {
    color: inherit !important;
    text-shadow: none !important;
  }

  html body main #home .cover-title {
    display: grid !important;
    gap: 6px !important;
    margin: 0 0 14px !important;
    text-align: left !important;
  }

  html body main #home .cn-title {
    color: #111 !important;
    font-size: 28px !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  html body main #home .en-title {
    color: #666 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    letter-spacing: 0.04em !important;
  }

  html body main #home .hero-copy {
    margin: 0 0 18px !important;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
  }

  html body main #home .hero-copy span {
    display: block !important;
    margin-top: 6px !important;
    color: #888 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  html body main #home .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  html body main #home .hero-facts {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: calc(100% - 32px) !important;
    max-width: 430px !important;
    min-height: 0 !important;
    margin: 22px auto 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(8, 8, 8, 0.1) !important;
    border-radius: 8px !important;
    background: #f8f6f0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html body main #home .hero-facts article {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(8, 8, 8, 0.08) !important;
    background: transparent !important;
  }

  html body main #home .hero-facts article:last-child {
    border-bottom: 0 !important;
  }

  html body main #home .hero-facts span {
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: #9a121b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
  }

  html body main #home .hero-facts strong {
    flex: 1 1 auto !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-shadow: none !important;
  }

  html body main #home .hero-facts p {
    display: none !important;
  }

  html body main #home > .trust-strip,
  html body main #home > .monograph-strip,
  html body main #home > .advantage-stage,
  html body main #home > .split-section {
    display: none !important;
  }

  html body main #partners > .page-hero.compact,
  html body main #partners > .proof-grid,
  html body main section.page#partners > div.page-hero.compact,
  html body main section.page#partners > div.proof-grid {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body main #partners .partner-logo-wall {
    display: grid !important;
    width: min(100% - 32px, 430px) !important;
    margin: 0 auto !important;
    padding: 44px 0 58px !important;
  }

  html body main #partners .partner-logo-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  html body main #partners .partner-logo-card.partner-wordmark {
    gap: 8px !important;
    width: 100% !important;
  }

  html body main #partners .partner-wordmark strong,
  html body main #partners .partner-kesse img {
    height: 142px !important;
  }
}
