html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 850px) {
  .shell {
    width: auto !important;
    max-width: none !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .header-inner,
  .hero-card,
  .hero-copy,
  .content-grid,
  .main-column,
  .article-grid,
  .article-card,
  .card-body,
  .sidebar,
  .article-layout,
  .prose {
    min-width: 0;
  }

  .category-bar .shell {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 14px;
    gap: 25px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-bar .shell::-webkit-scrollbar {
    display: none;
  }

  .hero-card {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #111019;
  }

  .hero-card > img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 460 / 215;
    object-fit: contain;
  }

  .hero-shade {
    display: none;
  }

  .hero-copy {
    position: static;
    width: 100%;
    padding: 24px 22px 25px;
  }

  .hero-copy h1 {
    margin: 15px 0 12px;
    overflow-wrap: anywhere;
  }

  .hero-copy p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .article-grid,
  .platform-grid,
  .sidebar,
  .about .shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .thumb,
  .placeholder-art {
    width: 100%;
  }

  .article-layout {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 560px) {
  .topbar {
    position: relative;
  }

  .hero-section {
    padding: 14px 0 20px;
  }

  .hero-copy h1 {
    font-size: 31px;
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  .meta {
    gap: 7px;
    font-size: 9px;
  }

  .content-grid {
    width: auto !important;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .card-body h3 {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .about h2 {
    overflow-wrap: anywhere;
  }

  .article-hero h1 {
    font-size: 36px;
    overflow-wrap: anywhere;
  }
}
