/* Mobile-only cleanup requested on 2026-07-28.
   Hide the extra "Your project" card and shorten the founder photo so the
   About content begins within the same mobile screen. Desktop/tablet remain unchanged. */
@media (max-width: 760px) {
  #work .work-promise {
    display: none !important;
  }

  #about .about-grid {
    gap: 20px !important;
  }

  #about .about-visual {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #about .about-visual img {
    width: 100% !important;
    height: 285px !important;
    max-height: 285px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 18% !important;
    border-radius: 18px !important;
  }

  #about .founder-tag {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    padding: 9px 11px !important;
    border-radius: 12px !important;
  }

  #about .founder-tag strong {
    font-size: .82rem !important;
  }

  #about .founder-tag span {
    margin-top: 2px !important;
    font-size: .59rem !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 390px) {
  #about .about-visual img {
    height: 265px !important;
    max-height: 265px !important;
  }
}
