@media (max-width: 1020px) {
  .hero__grid, .thought__grid, .case-feature__grid, .solutions__grid, .approach__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 55px; }
  .workbench { min-height: 600px; }
  .thought__grid, .case-feature__grid, .solutions__grid, .approach__grid { gap: 52px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 38px; }
  .site-footer__details { justify-self: start; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, var(--max-width)); }
  .site-header__inner { min-height: auto; flex-direction: column; align-items: flex-start; padding: 16px 0; }
  .main-nav { width: 100%; flex-wrap: wrap; gap: 10px 18px; }
  .hero { padding: 60px 0 76px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5.3rem); }
  .hero__statement { max-width: 100%; padding: 15px 20px 18px; box-shadow: 8px 10px 0 var(--forest); }
  .workbench { min-height: 520px; }
  .workbench::before { inset: 36px 0 18px 16px; }
  .workbench__paper--base { inset: 68px 44px 76px 0; padding: 28px; }
  .workbench__paper strong { font-size: 2.3rem; }
  .workbench__note { width: 175px; min-height: 130px; padding: 19px; }
  .workbench__note p { margin-top: 22px; font-size: 1.15rem; }
  .workbench__card { left: 34px; width: 67%; min-height: 190px; }
  .thought, .case-feature, .solutions, .approach, .invitation { padding-top: 74px; padding-bottom: 74px; }
  .thought__steps article { grid-template-columns: 42px 1fr; }
  .thought__steps p { grid-column: 2; }
  .principle-quote { padding: 28px; }
  .case-feature__board { min-height: 445px; }
  .case-feature__board::before { inset: 34px 0 15px 38px; }
  .case-sheet--main { inset: 0 34px 56px 0; padding: 28px; }
  .case-sheet--main h3 { font-size: 2.3rem; }
  .case-sheet--result { width: 56%; }
  .solutions__list a { grid-template-columns: 40px 1fr 24px; }
  .solutions__list em { grid-column: 2; }
  .solutions__list b { grid-column: 3; grid-row: 1 / 3; }
  .approach__steps li { grid-template-columns: 42px 1fr; }
  .approach__steps p { grid-column: 2; }
  .site-footer { padding: 48px 0 42px; }
}


@media (max-width: 1020px) {
  .site-header__navigation {
    gap: 18px;
  }

  .main-nav {
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .site-header__navigation {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }

  .main-nav {
    flex: 1 1 auto;
  }

  .language-switch {
    flex: 0 0 auto;
  }
}
