/* v2.5.39 — landing page mobile only. Desktop remains controlled by styles.css. */
@media (max-width: 760px) {
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  body { font-size: 20px; line-height: 1.6; }
  .container { width: calc(100% - 28px); }

  /* One compact header row and a readable full-screen menu. */
  .site-header { height: 60px; min-height: 60px; }
  .header-inner { gap: 10px; }
  .brand { gap: 8px; }
  .brand img { width: 32px; height: 32px; }
  .menu-toggle { width: 48px; height: 48px; }
  .primary-nav { padding-top: calc(60px + 24px + env(safe-area-inset-top)); }
  .primary-nav a { min-height: 52px; padding: 10px 0; font-size: 26px; line-height: 1.35; }

  /* Product message first, video second; actions stay on one short row. */
  .hero-grid { gap: 18px; padding-top: 18px; padding-bottom: 28px; }
  .hero-copy,.hero-copy-features { max-width: none; }
  .hero-copy-features h1,.hero-copy-features h2 { font-size: clamp(28px, 8vw, 36px); line-height: 1.22; }
  .eyebrow,.hero-copy-features .eyebrow { margin-bottom: 12px; font-size: 17px; line-height: 1.45; letter-spacing: .08em; }
  .hero-lead,.hero-features li { font-size: 20px; line-height: 1.6; }
  .hero-lead { margin-top: 14px; }
  .hero-features { gap: 8px; margin-top: 14px; }
  .hero-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; width: 100%; margin-top: 18px; }
  .hero-actions .button { width: auto; min-height: 48px; padding: 10px 14px; font-size: 18px; }
  .hero-actions .text-link { min-height: 48px; align-items: center; font-size: 18px; white-space: nowrap; }
  .hero-video-wrap { margin-top: 0; }
  .hero-video { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: contain; border-radius: 12px; }

  /* Readable brand strip without sideways scrolling. */
  .trust-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 12px; min-height: 0; padding-block: 16px; }
  .trust-list span { font-size: 18px; line-height: 1.4; overflow-wrap: anywhere; }

  /* Reduce empty space while preserving the approved desktop composition. */
  .section { padding: 32px 0; }
  #solutions { padding-top: 32px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading>p:last-child,#solutions .section-heading>p:last-child { max-width: none; margin-top: 14px; font-size: 20px; line-height: 1.6; }
  #solutions .section-kicker { font-size: 21px; line-height: 1.45; }
  #solutions .eyebrow { font-size: 17px; }
  #solutions .section-domain { font-size: clamp(28px,8vw,36px); line-height: 1.3; }

  .feature-grid { gap: 14px; }
  .feature-card { border-radius: 16px; }
  .feature-card h3 { right: 16px; bottom: 14px; left: 16px; font-size: 22px; line-height: 1.35; }

  .technology-panel { border-radius: 16px; }
  .technology-intro,.workflow { padding: 22px; }
  .technology-intro h2,.section-heading h2,.technology h2 { font-size: clamp(30px,9vw,38px); line-height: 1.2; }
  .technology-intro>p:not(.eyebrow),.workflow .workflow-intro,.workflow .workflow-list li { font-size: 20px; line-height: 1.6; }
  .technology-intro>p:not(.eyebrow) { margin: 16px 0; }
  .workflow .workflow-title { margin: 22px 0 12px; font-size: 22px; }
  .workflow .workflow-list { gap: 10px; }

  .faq-grid { gap: 12px; }
  .faq-item { padding: 20px; border-radius: 16px; }
  .faq-item h3 { margin-bottom: 8px; font-size: 22px; line-height: 1.4; }
  .faq-item p { font-size: 20px; line-height: 1.6; }

  .proof-panel { gap: 22px; padding: 20px; border-radius: 16px; }
  blockquote>p { font-size: 20px; line-height: 1.6; }
  blockquote footer { font-size: 18px; }
  .metrics { grid-template-columns: 68px minmax(0,1fr) 68px; align-items: stretch; gap: 8px; }
  .metrics>div { min-width: 0; min-height: 104px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 8px 2px; border-top: 0; border-left: 1px solid rgba(15,69,50,.14); text-align: center; }
  .metrics>div:first-child { border-left: 0; }
  .metrics strong { font-size: 30px; white-space: nowrap; }
  .metrics span { margin: 0; font-size: 18px; line-height: 1.35; text-align: center; }
  .metrics img { width: 60px; height: 60px; }

  .banner-music-img img { width: 100%; height: auto; }
  .cta { padding: 36px 0; }
  .cta h2 { margin-bottom: 16px; font-size: clamp(28px,8vw,36px); line-height: 1.3; }
  .cta p:not(.eyebrow) { margin: 14px auto; font-size: 20px; line-height: 1.6; }
  .cta .button { width: 100%; min-height: 50px; margin: 8px 0; padding: 11px 14px; font-size: 18px; line-height: 1.45; }

  .site-footer { padding: 18px 0 10px; }
  .footer-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .footer-brand { grid-column: auto; gap: 12px; }
  .footer-brand p { max-width: none; font-size: 19px; line-height: 1.55; }
  .footer-inline,.footer-links { gap: 8px 16px; }
  .footer-inline span,.footer-grid a:not(.brand),.footer-bottom { width: auto; max-width: 100%; font-size: 18px; line-height: 1.5; overflow-wrap: anywhere; }
  .footer-bottom { margin-top: 14px; padding-top: 12px; }
  .back-to-top { right: max(12px,env(safe-area-inset-right)); bottom: max(12px,env(safe-area-inset-bottom)); width: 48px; height: 48px; }
}

@media (max-width: 340px) {
  .container { width: calc(100% - 24px); }
  .hero-actions { grid-template-columns: minmax(0,1fr); }
  .hero-actions .text-link { width: fit-content; }
  .technology-intro,.workflow,.faq-item,.proof-panel { padding: 18px; }
}
