@media (max-width:850px) {
  .wrap,
  .home-feature,
  .home-feature * {
    min-width: 0;
  }

  .home-feature {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
  }

  .home-carousel {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
    margin: 0 0 24px !important;
    border-radius: 16px !important;
  }

  .home-carousel::before {
    display: none;
  }

  .home-carousel .feature-copy {
    padding: 22px !important;
  }

  .home-carousel .feature-copy strong {
    display: -webkit-box;
    max-width: calc(100% - 40px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp(19px, 5vw, 26px) !important;
    line-height: 1.22;
  }

  .carousel-arrow {
    width: 36px;
    height: 48px;
    font-size: 24px;
  }

  .carousel-prev {
    left: 10px;
  }

  .carousel-next {
    right: 10px;
  }

  .carousel-dots {
    right: 18px;
    bottom: 16px;
  }

  .home-spotlight {
    display: block !important;
    min-height: 0 !important;
  }

  .spotlight-lead {
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
    margin: 0 0 12px;
    border-radius: 16px !important;
  }

  .spotlight-lead .feature-copy {
    padding: 20px;
  }

  .spotlight-list {
    width: 100%;
    max-height: 310px;
    padding: 12px !important;
    overflow-y: auto;
    border-radius: 14px !important;
    overscroll-behavior: contain;
  }

  .spotlight-heading {
    position: sticky;
    z-index: 2;
    top: -12px;
    padding: 12px 2px 10px;
    background: inherit;
  }

  .spotlight-item {
    grid-template-columns: 22px 80px minmax(0, 1fr) !important;
    min-height: 68px;
    gap: 9px;
    padding: 9px 0;
  }

  .spotlight-item > img {
    width: 80px;
    height: 52px;
  }

  .home-editorial {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    padding: 14px 0 18px;
  }

  .editorial-title {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 13px;
  }

  .editorial-title > span {
    display: none;
  }

  .editorial-title > strong {
    font-size: 26px !important;
  }

  .editorial-lead {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin: 0 0 12px;
    border-radius: 14px !important;
  }

  .editorial-lead > span {
    padding: 55px 17px 16px;
  }

  .editorial-lead > span strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 21px;
  }

  .editorial-stories {
    display: flex !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 9px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    padding: 0 0 7px;
  }

  .editorial-stories > a {
    display: grid !important;
    flex: 0 0 min(290px, 82vw);
    grid-template-columns: 23px 90px minmax(0, 1fr) !important;
    grid-template-rows: 82px !important;
    min-height: 82px;
    gap: 8px;
    padding: 0 8px 0 0;
    overflow: hidden;
    scroll-snap-align: start;
  }

  .editorial-stories > a > img {
    grid-column: auto !important;
    width: 90px;
    height: 82px !important;
    object-fit: cover;
  }

  .home-mosaic {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    transform: none !important;
  }

  .mosaic-tile,
  .mosaic-tile:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 16 / 10;
    border-radius: 11px !important;
    transform: none !important;
  }

  .mosaic-tile > * {
    transform: none !important;
  }

  .mosaic-tile-1,
  .mosaic-tile-1:nth-child(n) {
    grid-column: 1 / -1 !important;
    aspect-ratio: 16 / 8;
  }

  .mosaic-tile-6 {
    display: block !important;
  }

  .mosaic-tile .feature-copy,
  .mosaic-tile-1 .feature-copy {
    padding: 12px;
  }

  .mosaic-tile .feature-copy strong,
  .mosaic-tile-1 .feature-copy strong {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .mosaic-tile-1 .feature-copy strong {
    font-size: 20px;
  }

  .mosaic-tile.is-active {
    transform: translateY(-2px) scale(1.01) !important;
  }

  .home-stream {
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
  }

  .stream-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 12px;
  }

  .stream-heading > span {
    display: none;
  }

  .stream-heading strong {
    font-size: 21px;
  }

  .stream-rail {
    width: 100%;
    gap: 10px !important;
    padding-bottom: 8px;
  }

  .stream-card,
  .stream-card:first-child {
    display: grid !important;
    flex: 0 0 min(340px, 86vw) !important;
    grid-template-columns: 44% minmax(0, 1fr) !important;
    grid-template-rows: 160px !important;
    width: auto !important;
    height: 160px !important;
    border-radius: 13px !important;
  }

  .stream-card > img {
    width: 100%;
    height: 160px;
  }

  .stream-card > span {
    padding: 12px;
  }

  .stream-card i {
    position: static !important;
    font-size: 20px;
  }

  .stream-card b {
    margin: auto 0 !important;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .home-hot-strip {
    width: 100%;
    margin: 0 0 24px !important;
    padding: 11px;
    overflow: hidden;
  }

  .home-hot-strip > div {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 7px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .home-hot-strip a {
    flex: 0 0 118px;
    width: 118px;
    height: 82px;
    scroll-snap-align: start;
  }

  .home-hot-strip a.is-active {
    transform: translateY(-1px) scale(1.01);
  }

  .page-home main.wrap .content-grid,
  .page-category main.wrap .section > .grid,
  .page-latest main.wrap .section > .grid,
  .page-top main.wrap .section > .grid,
  .page-search main.wrap .section > .grid,
  .page-tag main.wrap .section > .grid,
  .page-play main.wrap .related-section > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width:560px) {
  .home-carousel {
    aspect-ratio: 16 / 10;
    border-width: 1px !important;
  }

  .home-carousel .feature-copy {
    padding: 16px !important;
  }

  .home-carousel .feature-copy b {
    font-size: 9px;
  }

  .home-carousel .feature-copy strong {
    max-width: calc(100% - 25px);
    font-size: clamp(17px, 5vw, 21px) !important;
  }

  .home-carousel .feature-copy em {
    display: none;
  }

  .carousel-arrow {
    display: none;
  }

  .carousel-dots {
    right: 13px;
    bottom: 12px;
    gap: 5px;
  }

  .carousel-dots button {
    width: 7px;
    height: 7px;
  }

  .carousel-dots button.is-active {
    width: 20px;
  }

  .spotlight-lead {
    aspect-ratio: 16 / 10;
  }

  .spotlight-lead .feature-copy {
    padding: 16px;
  }

  .spotlight-list {
    max-height: 255px;
    padding: 10px !important;
  }

  .spotlight-heading {
    top: -10px;
    padding-top: 10px;
  }

  .editorial-lead {
    aspect-ratio: 16 / 10;
  }

  .editorial-title > strong {
    font-size: 23px !important;
  }

  .editorial-stories > a {
    flex-basis: min(280px, 86vw);
  }

  .mosaic-tile {
    aspect-ratio: 4 / 3;
  }

  .mosaic-tile-1 {
    aspect-ratio: 16 / 9;
  }

  .home-stream {
    overflow: visible;
  }

  .stream-rail {
    gap: 0 !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .stream-rail::-webkit-scrollbar {
    display: none;
  }

  .stream-card,
  .stream-card:first-child {
    position: relative;
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 15px !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .stream-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .stream-card > span {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 52%;
    padding: 55px 16px 15px;
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    color: #fff;
  }

  .stream-card i {
    position: absolute !important;
    left: 16px;
    top: 37px;
    color: #fff !important;
    opacity: .65 !important;
  }

  .stream-card b {
    display: -webkit-box;
    margin: 0 0 7px !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 17px;
    line-height: 1.35;
  }

  .stream-card em {
    font-size: 10px;
    opacity: .72;
  }

  .stream-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
  }

  .stream-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: currentColor;
    opacity: .3;
    transition: width .18s, opacity .18s;
  }

  .stream-dots button.is-active {
    width: 22px;
    opacity: .9;
  }
}

@media (min-width:561px) {
  .stream-dots {
    display: none;
  }
}
