/* Asset page mobile signal-flow layout.
   Loaded after the legacy stylesheet so these rules are authoritative. */
@media (max-width: 760px) {
  .asset-specialty-page .system-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .asset-specialty-page .system-section .section-shell {
    width: calc(100% - 32px);
  }

  .asset-specialty-page .system-section .section-heading .eyebrow-dark {
    margin-bottom: 10px;
    padding: 7px 11px;
    font-size: 10px;
  }

  .asset-specialty-page .system-section .section-heading h2 {
    margin-bottom: 8px;
    font-size: clamp(27px, 7.4vw, 34px);
    line-height: 1;
  }

  .asset-specialty-page .system-section .section-heading > p:last-child {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .asset-specialty-page .system-visual {
    width: calc(100% - 8px);
    margin: 16px auto 14px;
    border-radius: 19px;
    box-shadow: 0 14px 38px rgba(112,65,46,.14), 0 0 0 5px rgba(255,255,255,.42);
  }

  .asset-specialty-page .system-visual__badge {
    left: 12px;
    bottom: 11px;
    padding: 7px 10px;
    font-size: 9px;
  }

  .asset-specialty-page .system-map {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .asset-specialty-page .system-link {
    display: none !important;
  }

  .asset-specialty-page .system-node {
    width: 100%;
    min-height: 88px !important;
    height: 88px !important;
    aspect-ratio: auto;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 9px;
    row-gap: 3px;
    padding: 10px;
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(112,65,46,.08);
  }

  .asset-specialty-page .system-node:hover {
    transform: none;
  }

  .asset-specialty-page .system-node span {
    grid-row: 1 / 3;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    font-size: 9px;
  }

  .asset-specialty-page .system-node strong {
    align-self: end;
    font-size: 11px;
    line-height: 1.08;
  }

  .asset-specialty-page .system-node p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
