@media (min-width:1024px) {
  body .native-page-shell {
    width: calc(100% - 56px);
    max-width: 1320px;
  }

  body .app-shell {
    padding-bottom: 104px;
  }

  body .page-header,
  body .page-main,
  body .content-section,
  body .category-strip {
    padding-left: 24px;
    padding-right: 24px;
  }

  body .page-main {
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }

  body .page-header {
    height: 116px;
  }

  body .page-header h1 {
    font-size: 32px;
  }

  body .drama-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 16px;
  }

  body .poster-wrap {
    border-radius: 18px;
  }

  body .drama-card,
  body .rank-card,
  body .follow-card,
  body .menu-list a {
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
  }

  body .drama-card:hover,
  body .rank-card:hover,
  body .follow-card:hover,
  body .menu-list a:hover {
    transform: translateY(-3px);
  }

  body .bottom-nav {
    width: 580px;
    height: 72px;
    bottom: 18px;
    padding: 8px 18px;
    border-radius: 24px;
  }

  body.spa-home .hero {
    height: min(70vh, 700px);
    min-height: 580px;
  }

  body.spa-home .hero-content {
    left: 32px;
    bottom: 64px;
    max-width: 650px;
  }

  body.spa-home .hero-content h1 {
    font-size: clamp(44px, 4.2vw, 64px);
  }

  body.spa-home .ranking-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.spa-discover .page-main {
    padding-top: 18px;
  }

  body.spa-discover .discover-block {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 22px;
    background: rgba(18, 20, 27, .54);
  }

  body.spa-discover .discover-block + .discover-block {
    margin-top: 18px;
  }

  body.spa-discover .filter-row,
  body.spa-discover .keyword-row {
    flex-wrap: wrap;
    overflow: visible;
  }

  body.spa-profile .profile-main,
  body.spa-follow .page-main {
    max-width: 1120px;
    padding-top: 30px;
  }

  body.spa-profile .menu-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.spa-profile .menu-list a {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 17px;
    background: #12141b;
  }

  body.spa-follow .follow-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.spa-follow .follow-card {
    margin: 0;
  }

  body.spa-follow .native-login-prompt,
  body.spa-follow .empty-state {
    max-width: 580px;
    margin: 42px auto 0;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    background: #12141b;
  }

  body.native-auth-page .native-auth-sheet .sheet-card {
    width: min(560px, calc(100vw - 96px));
    max-height: calc(100vh - 64px);
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .55);
  }

  body.native-auth-page .native-auth-sheet .sheet-handle {
    display: none;
  }

  body.native-detail-standalone .native-page-shell {
    max-width: 1360px;
  }

  body.native-detail-standalone .detail-page-main {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 28px 28px 118px;
  }

  body.native-detail-standalone .native-detail-sheet {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
    background: #0e1016;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  }

  body.native-detail-standalone .detail-hero {
    min-height: 520px;
  }

  body.native-detail-standalone .detail-hero-copy {
    right: 34px;
    left: 34px;
    bottom: 34px;
  }

  body.native-detail-standalone .detail-body {
    padding: 28px 30px 34px;
  }

  body.native-detail-standalone .episode-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.native-detail-standalone .related-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  body.native-orders-page .native-orders-main {
    max-width: 1160px;
    padding-top: 28px;
  }

  body.native-orders-page .native-orders-summary,
  body.native-orders-page .native-orders-panel {
    border-radius: 22px;
  }

  body.native-benefits-page .native-benefits-shell {
    width: min(1120px, calc(100vw - 72px));
    padding-top: 28px;
    padding-bottom: 56px;
  }

  body.native-benefits-page .native-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  body.native-upgrade-page #right {
    width: min(1180px, calc(100vw - 72px));
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.native-error-page .native-error-main,
  body.spa-profile .native-error-main {
    width: min(760px, calc(100vw - 72px));
    margin-right: auto;
    margin-left: auto;
  }

  body .native-player-page .player-topbar {
    padding-right: 24px;
    padding-left: 24px;
  }

  body .native-player-page .player-list {
    padding-right: 24px;
    padding-left: 24px;
  }

  body .native-player-page .player-list section {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (min-width:1280px) {
  body .native-page-shell {
    width: calc(100% - 72px);
    max-width: 1440px;
  }

  body .page-main {
    max-width: 1280px;
  }

  body .drama-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width:1680px) {
  body .native-page-shell {
    max-width: 1560px;
  }

  body .page-main {
    max-width: 1440px;
  }

  body .drama-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.spa-home .hero-content {
    left: 44px;
  }
}
