    /* ---------------- CLASSIC ARCHIVE SECTION ---------------- */

    /* ---------------- CLASSIC ARCHIVE SECTION ---------------- */

    .classic-layout {
      position: relative;
      width: min(1360px, calc(100% - 40px));
      min-height: calc(100vh - 60px);
      margin: 10px auto 25px;
      padding: 30px 0 35px;
      scroll-margin-top: 72px;
      border-top: 1px solid rgba(84, 232, 255, 0.15);
    }

    .classic-heading {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }

    .classic-heading-text {
      flex: 1;
      min-width: 280px;
    }

    .classic-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--cyan);
      font-family: Inter, sans-serif;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .22em;
      margin-bottom: 4px;
    }

    .classic-kicker::before {
      content: "";
      width: 32px;
      height: 3px;
      background: var(--cyan);
      clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    }

    .classic-heading h1 {
      margin: 2px 0 6px;
      font-family: Inter, sans-serif;
      font-size: clamp(2rem, 3.8vw, 3.2rem);
      font-weight: 900;
      line-height: .88;
      letter-spacing: -.05em;
      text-transform: uppercase;
      transform: skewX(-4deg);
      text-shadow: 4px 5px 0 rgba(0, 109, 255, .5);
    }

    .classic-heading h1 span {
      color: transparent;
      -webkit-text-stroke: 2px var(--cyan);
    }

    .classic-heading p {
      margin: 0;
      color: #8bbce0;
      font-size: 13px;
      max-width: 560px;
      line-height: 1.45;
    }

    /* P3R Search Bar in Header */
    .classic-search-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 6px;
    }

    /* P3R Sort Bar above Search Box */
    .classic-sort-bar {
      display: flex;
      align-items: center;
      gap: 8px;
      user-select: none;
      margin-bottom: 2px;
    }

    .classic-sort-label {
      font-family: "Chakra Petch", Inter, sans-serif;
      font-size: 11px;
      font-weight: 700;
      color: #6392b8;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .classic-sort-group {
      display: inline-flex;
      align-items: center;
      background: rgba(3, 23, 58, 0.75);
      border: 1px solid rgba(84, 232, 255, 0.22);
      padding: 2px;
      gap: 2px;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
      transform: skewX(-4deg);
    }

    .classic-sort-btn {
      position: relative;
      border: 0;
      background: transparent;
      color: #8bbce0;
      font-family: "Chakra Petch", Inter, sans-serif;
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: 0.04em;
      padding: 4px 13px;
      cursor: pointer;
      transition: all 0.18s cubic-bezier(0.2, 0.9, 0.3, 1);
      outline: none;
      white-space: nowrap;
    }

    .classic-sort-btn:hover {
      color: #ffffff;
      background: rgba(84, 232, 255, 0.16);
    }

    .classic-sort-btn.is-active {
      color: #020b18;
      background: var(--cyan);
      box-shadow: 0 0 12px rgba(84, 232, 255, 0.55);
      font-weight: 800;
    }

    .classic-search-box {
      display: flex;
      align-items: center;
      gap: 10px;
      width: min(380px, 86vw);
      background: #03173a;
      border: 1.5px solid #0e3d7d;
      padding: 8px 16px;
      clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
      box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .classic-search-box:focus-within {
      background: #05204c;
      border-color: var(--cyan);
      box-shadow: 5px 5px 0 #000000, 0 0 14px rgba(84, 232, 255, 0.35);
    }

    .classic-search-icon {
      color: var(--cyan);
      font-size: 14px;
      user-select: none;
      flex-shrink: 0;
    }

    .classic-search-input {
      flex: 1;
      background: transparent;
      border: 0;
      outline: none;
      color: #ffffff;
      font-family: "Chakra Petch", Inter, sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .classic-search-input::placeholder {
      color: #6392b8;
      font-size: 12px;
      font-weight: 500;
    }

    .classic-search-clear {
      display: grid;
      place-items: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #092c63;
      border: 0;
      color: var(--cyan);
      font-size: 11px;
      font-weight: 900;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }

    .classic-search-clear:hover {
      background: var(--cyan);
      color: #00122e;
    }

    .classic-search-count {
      font-family: Inter, sans-serif;
      font-size: 10.5px;
      font-weight: 800;
      color: #8bbce0;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* Classic Grid: Compact 6-card layout */
    .classic-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      min-height: 606px;
      align-content: start;
    }

    .classic-card {
      position: relative;
      min-height: 295px;
      height: 295px;
      padding: 0;
      overflow: hidden;
      cursor: pointer;
      text-align: left;
      background: var(--card-background);
      border: 1px solid rgba(84, 232, 255, 0.22);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
      clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
      opacity: 1;
      outline: none;
      transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    .classic-card.entering {
      animation: cardEnterP3R 0.58s cubic-bezier(0.2, 0.9, 0.3, 1) both;
      animation-delay: calc(var(--card-index, 0) * 0.08s);
      will-change: transform, opacity, filter;
    }

    @keyframes cardEnterP3R {
      0% {
        opacity: 0;
        transform: translateY(30px) scale(0.96) skewX(-2deg);
        filter: blur(2px);
      }
      60% {
        filter: blur(0);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1) skewX(0);
        filter: blur(0);
      }
    }

    .classic-card:hover {
      z-index: 5;
      border-color: var(--cyan);
      transform: translateY(-6px) scale(1.015);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(84, 232, 255, 0.3);
    }

    .classic-card-strip {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: var(--card-accent, var(--cyan));
      box-shadow: 0 0 14px var(--card-accent, var(--cyan));
      z-index: 3;
    }

    .classic-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(175deg, rgba(1, 9, 25, 0.3) 0%, rgba(1, 7, 20, 0.95) 65%, rgba(0, 4, 12, 0.99) 100%),
        repeating-linear-gradient(
          125deg,
          transparent 0 22px,
          rgba(255, 255, 255, 0.035) 23px 24px
        );
      pointer-events: none;
      z-index: 1;
    }

    .classic-card-number {
      position: absolute;
      top: 12px;
      right: 14px;
      font-family: Inter, sans-serif;
      font-size: 52px;
      font-weight: 900;
      line-height: 0.8;
      letter-spacing: -0.05em;
      color: rgba(255, 255, 255, 0.08);
      pointer-events: none;
      user-select: none;
      z-index: 1;
      transition: color 0.25s ease, transform 0.25s ease;
    }

    .classic-card:hover .classic-card-number {
      color: rgba(84, 232, 255, 0.18);
      transform: translateX(-3px);
    }

    .classic-card-header {
      position: absolute;
      top: 14px;
      left: 16px;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .classic-platform {
      padding: 3px 7px;
      font-family: Inter, sans-serif;
      font-size: 8.5px;
      font-weight: 900;
      letter-spacing: .12em;
      color: rgba(255, 255, 255, 0.9);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 2px;
    }

    .classic-copy {
      position: absolute;
      inset: auto 0 0;
      padding: 16px 18px 14px;
      z-index: 2;
      width: 100%;
    }

    .classic-copy h2 {
      margin: 0 0 5px;
      font-family: Inter, sans-serif;
      font-size: 19px;
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #ffffff;
      transition: color 0.2s ease;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .classic-card:hover .classic-copy h2 {
      color: var(--cyan);
    }

    /* Classic Card Media & Art */
    .classic-card-media {
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 1;
      pointer-events: none;
    }

    .classic-card-cover-art {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 88%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      opacity: 1;
      filter: none;
      -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 6%, rgba(0, 0, 0, 0.12) 16%, rgba(0, 0, 0, 0.45) 32%, rgba(0, 0, 0, 0.85) 50%, #000 68%);
      mask-image: linear-gradient(to right, transparent 0%, transparent 6%, rgba(0, 0, 0, 0.12) 16%, rgba(0, 0, 0, 0.45) 32%, rgba(0, 0, 0, 0.85) 50%, #000 68%);
      transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1), filter 0.3s ease;
    }

    .classic-card:hover .classic-card-cover-art {
      transform: scale(1.05) translateX(-6px);
      filter: none;
    }

    /* Version with full scene background (coverbg) */
    .classic-card-cover-art.has-bg {
      width: 88%;
      object-fit: cover;
      object-position: 65% 25%;
      filter: none;
    }

    .classic-card:hover .classic-card-cover-art.has-bg {
      filter: none;
    }

    .classic-card-cover-overlay {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to right,
          #010a1c 0%,
          #010a1c 16%,
          rgba(1, 10, 28, 0.92) 28%,
          rgba(1, 10, 28, 0.72) 38%,
          rgba(1, 10, 28, 0.42) 48%,
          rgba(1, 10, 28, 0.16) 58%,
          rgba(1, 10, 28, 0.03) 68%,
          transparent 76%
        ),
        linear-gradient(to top, #00040c 18%, rgba(0, 4, 12, 0.5) 40%, transparent 65%);
      pointer-events: none;
    }

    /* Targeted left fade for image with full background */
    .classic-card-cover-overlay.has-bg {
      background:
        linear-gradient(to right,
          #010a1c 0%,
          #010a1c 16%,
          rgba(1, 10, 28, 0.92) 28%,
          rgba(1, 10, 28, 0.72) 38%,
          rgba(1, 10, 28, 0.42) 48%,
          rgba(1, 10, 28, 0.16) 58%,
          rgba(1, 10, 28, 0.03) 68%,
          transparent 76%
        ),
        linear-gradient(to top, #00040c 18%, rgba(0, 4, 12, 0.5) 40%, transparent 65%);
    }

    .classic-card-logo-wrap {
      display: flex;
      align-items: center;
      margin: 0 0 8px;
      min-height: 52px;
    }

    .classic-card-logo-img {
      max-height: 72px;
      max-width: 220px;
      object-fit: contain;
      object-position: left center;
      filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.9));
      transition: transform 0.25s ease, filter 0.25s ease;
    }

    .classic-card:hover .classic-card-logo-img {
      transform: translateY(-3px) scale(1.05);
      filter: drop-shadow(0 8px 18px rgba(84, 232, 255, 0.6));
    }

    .classic-copy p {
      color: #a4c9e3;
      font-size: 12px;
      line-height: 1.45;
      margin: 0 0 10px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .classic-progress-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .classic-progress-bar {
      flex: 1;
      height: 5px;
      background: rgba(255, 255, 255, 0.12);
      overflow: hidden;
      transform: skewX(-12deg);
    }

    .classic-progress-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--blue-2), var(--cyan));
      box-shadow: 0 0 8px var(--cyan);
    }

    .classic-progress-text {
      font-family: Inter, sans-serif;
      font-size: 10.5px;
      font-weight: 900;
      color: var(--cyan);
      letter-spacing: 0.05em;
    }

    .classic-card-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 9px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .classic-action-label {
      font-family: Inter, sans-serif;
      font-size: 10.5px;
      font-weight: 900;
      letter-spacing: .15em;
      color: rgba(255, 255, 255, 0.75);
      transition: color 0.2s ease;
    }

    .classic-card:hover .classic-action-label {
      color: var(--cyan);
    }

    .classic-action-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 20px;
      background: rgba(84, 232, 255, 0.15);
      border: 1px solid rgba(84, 232, 255, 0.4);
      color: var(--cyan);
      font-weight: 900;
      font-size: 12px;
      transform: skewX(-8deg);
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .classic-card:hover .classic-action-arrow {
      background: var(--cyan);
      color: #00122e;
      transform: skewX(-8deg) translateX(3px);
      box-shadow: 0 0 12px var(--cyan);
    }

    /* P3R Pagination */
    .classic-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 22px;
    }

    .page-nav-btn {
      padding: 7px 18px;
      background: #04193d;
      border: 1px solid #0d3d82;
      color: #8bbce0;
      font-family: Inter, sans-serif;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.1em;
      cursor: pointer;
      clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
      box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.4);
      transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .page-nav-btn:hover:not(:disabled) {
      background: var(--cyan);
      color: #00122e;
      transform: translateY(-2px);
    }

    .page-nav-btn:disabled {
      opacity: 0.35;
      cursor: not-allowed;
    }

    .page-numbers {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .page-num-btn {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      background: #03173a;
      border: 1px solid #0b3470;
      color: #8bbce0;
      font-family: Inter, sans-serif;
      font-size: 11.5px;
      font-weight: 900;
      cursor: pointer;
      clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
      box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.4);
      transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
    }

    .page-num-btn:hover {
      background: #072a66;
      color: #ffffff;
      border-color: var(--cyan);
      transform: translateY(-2px);
    }

    .page-num-btn.active {
      background: var(--cyan);
      color: #00122e;
      border-color: var(--cyan);
      box-shadow: 3px 4px 0 #000000;
      transform: translateY(-2px);
    }

    /* Empty State */
    .classic-empty-state {
      grid-column: 1 / -1;
      padding: 50px 20px;
      text-align: center;
      background: #031433;
      border: 1.5px dashed #0e3d7d;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      animation: emptyEnterP3R 0.48s cubic-bezier(0.2, 0.9, 0.3, 1) both;
    }

    @keyframes emptyEnterP3R {
      0% {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    .classic-empty-state .empty-icon {
      font-size: 32px;
      color: var(--cyan);
    }

    .classic-empty-state h3 {
      font-family: "Chakra Petch", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
    }

    .classic-empty-state p {
      font-size: 13px;
      color: #8bbce0;
      margin: 0;
      max-width: 420px;
    }

    .empty-reset-btn {
      margin-top: 8px;
      min-width: 140px;
      padding: 10px 18px;
      font-size: 11px;
    }

    @media (max-width: 980px) {
      .classic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
      }
      .classic-heading {
        flex-direction: column;
        align-items: stretch;
      }
      .classic-search-wrap {
        align-items: stretch;
        width: 100%;
      }
      .classic-search-box {
        width: 100%;
        max-width: 100%;
      }
    }

    @media (max-width: 600px) {
      .classic-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        min-height: auto;
      }
      .classic-card {
        min-height: 250px;
        height: 260px;
      }
      .classic-sort-bar {
        justify-content: space-between;
      }
      .classic-sort-group {
        flex: 1;
      }
      .classic-sort-btn {
        flex: 1;
        padding: 5px 8px;
        font-size: 11px;
        text-align: center;
      }
      .page-num-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
      }
    }
