@media (min-width: 768px) {
  .cp-container {
    width: min(100% - 56px, var(--site-width));
  }

  .cp-section {
    padding-block: 58px;
  }

  .cp-container.cp-article-layout {
    width: min(100% - 56px, 1080px);
  }

  .cp-section-heading {
    margin-bottom: 26px;
  }

  .cp-section-heading__title {
    font-size: 26px;
  }

  .cp-home-hero {
    width: min(100% - 56px, var(--site-width));
    height: 390px;
    margin-top: 24px;
    border-radius: 12px;
  }

  .cp-home-hero__title {
    font-size: 39px;
  }

  .cp-home-hero__tagline {
    font-size: 17px;
  }

  .cp-scroll-row {
    grid-auto-columns: calc((100% - 42px) / 4);
    margin-right: 0;
    padding-right: 1px;
  }

  .cp-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .cp-card-grid .cp-article-card {
    display: block;
  }

  .cp-card-grid .cp-article-card__image {
    width: 100%;
  }

  .cp-card-grid .cp-article-card__body {
    min-height: 150px;
  }

  .cp-article-card__title {
    font-size: 15px;
  }

  .cp-profile-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .cp-profile-card__photo {
    height: 100%;
    aspect-ratio: auto;
  }

  .cp-profile-card__body {
    align-self: center;
    padding: 30px;
  }

  .cp-article-header,
  .cp-article-body {
    padding-inline: 0;
  }

  .cp-article-header__title {
    font-size: 34px;
    line-height: 1.45;
  }

  .cp-article-eyecatch,
  .cp-toc {
    width: 100%;
  }

  .cp-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .cp-cta {
    padding: 24px 28px;
  }

  .cp-cta .cp-button {
    width: auto;
    min-width: 280px;
  }

  .cp-table-note {
    display: none;
  }

  .cp-conclusion {
    margin-inline: 0;
    padding: 26px 28px;
  }

  .cp-conclusion__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cp-ranking-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .cp-ranking-card {
    display: flex;
    flex-direction: column;
  }

  .cp-ranking-card__button {
    margin-top: auto;
  }

  .cp-featured-card {
    grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
  }

  .cp-featured-card__image {
    min-height: 260px;
  }

  .cp-featured-card__body {
    align-self: center;
    padding: 34px;
  }

  .cp-about-hero__image {
    aspect-ratio: 16 / 8;
  }

  .cp-about-people {
    grid-template-columns: 1fr 1fr;
  }

  .cp-contact-form__submit {
    width: auto;
    min-width: 240px;
    justify-self: start;
  }
}

@media (min-width: 1100px) {
  .cp-header {
    height: 68px;
  }

  .cp-container.cp-article-layout {
    width: 1080px;
  }

  .cp-header__inner {
    width: min(100% - 40px, var(--site-width));
  }

  .cp-header__nav {
    display: block;
  }

  .cp-nav__list {
    display: flex;
    align-items: center;
    gap: 7px;
    list-style: none;
  }

  .cp-nav__link {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-radius: 7px;
    color: #4e5c65;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .cp-nav__link:hover {
    background: var(--color-bg);
  }

  .cp-header__menu-button {
    display: none;
  }

  .cp-menu {
    display: none !important;
  }

  .cp-home-hero {
    height: 430px;
  }

  .cp-home-hero__title {
    font-size: 44px;
  }

  .cp-profile-card {
    grid-template-columns: 230px minmax(0, 1fr) 290px;
  }

  .cp-profile-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 18px 18px 18px 0;
  }

  .cp-article-body .cp-profile-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .cp-article-body .cp-profile-card__body {
    padding: 24px;
  }

  .cp-profile-card__grid-photo {
    width: 100%;
    min-height: 105px;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
  }

  .cp-profile-card__grid-photo--one { object-position: 66% center; }
  .cp-profile-card__grid-photo--two { object-position: 18% center; }
  .cp-profile-card__grid-photo--three { object-position: 34% bottom; }
  .cp-profile-card__grid-photo--four { object-position: 78% center; }

  .cp-article-layout {
    display: grid;
    grid-template-columns: 720px 320px;
    gap: 40px;
  }

  .cp-article-layout__sidebar {
    display: block;
  }

  .cp-mobile-toc-button {
    display: none !important;
  }

  .cp-category-hero {
    padding-block: 54px;
  }

  .cp-category-hero__title {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
