@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    background: #ffffff;
    font-size: 16px;
    line-height: 1.6;
  }

  body::before,
  body::after {
    display: none;
  }

  .site-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
  }

  .nav {
    min-height: auto;
    padding: 10px 14px 8px;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .brand {
    min-width: 0;
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .menu-toggle,
  .nav-cta {
    display: none !important;
  }

  .nav-links {
    position: static;
    order: 3;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    padding: 4px 0 2px;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: #f7f7f8;
    font-size: 0.86rem;
  }

  .hero,
  .page-hero {
    min-height: auto;
    background-position: center;
  }

  .hero-inner,
  .page-hero-inner,
  .section-inner,
  .footer-inner {
    width: calc(100% - 28px);
  }

  .hero-inner {
    display: block;
    padding: 42px 0 48px;
  }

  .page-hero {
    padding: 54px 0 38px;
  }

  h1,
  .page-hero h1 {
    max-width: 12em;
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.08;
  }

  h2 {
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .hero-copy,
  .section-note,
  .page-hero p {
    font-size: 1.02rem;
  }

  .hero-panel {
    display: none;
  }

  .hero-signal {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    flex-direction: row;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .hero-signal::-webkit-scrollbar {
    display: none;
  }

  .hero-signal span {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .button-row {
    gap: 10px;
  }

  .button,
  .nav-cta {
    min-height: 48px;
    border-radius: 10px;
    font-size: 0.98rem;
  }

  section {
    padding: 48px 0;
  }

  .section-head {
    display: block;
    margin-bottom: 20px;
  }

  .trust-strip {
    margin-top: 0;
    padding: 18px 0;
  }

  .trust-strip .section-inner,
  .grid-4,
  .grid-3,
  .grid-2,
  .split,
  .contact-layout,
  .diagnosis-layout,
  .diagnosis-head,
  .form-grid,
  .check-grid {
    grid-template-columns: 1fr !important;
  }

  .card,
  .feature,
  .path-card,
  .insight-card,
  .visual-panel,
  .company-card,
  .diagnosis-card,
  .contact-card {
    border-radius: 12px;
    padding: 20px;
  }

  .visual-panel {
    margin-top: 8px;
  }

  .visual-panel img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
  }

  .timeline-item,
  .profile-card {
    grid-template-columns: 1fr !important;
  }

  .cta-box {
    align-items: stretch;
    gap: 18px;
    border-radius: 14px;
    padding: 24px;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}
