﻿    .top-entry {
      max-width: 1180px;
      padding-top: 30px;
    }

    body#top .image-wrap {
      aspect-ratio: 2 / 3;
    }

    body#top .image {
      display: block;
      object-fit: cover;
    }

    body#top > .top-entry:not(.top-entry-kv-test) {
      display: none;
    }

    body#top {
      padding-top: var(--kv-header-offset, 0px);
    }

    .top-kv {
      position: relative;
      display: grid;
      grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.42fr);
      gap: 30px;
      align-items: center;
      overflow: hidden;
      padding: 34px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      background:
        linear-gradient(120deg, rgba(18, 15, 15, 0.98) 0%, rgba(41, 31, 31, 0.96) 46%, rgba(77, 37, 37, 0.92) 100%),
        #1b1515;
      box-shadow: 0 22px 50px rgba(18, 10, 10, 0.24);
      isolation: isolate;
    }

    .top-kv::before {
      position: absolute;
      inset: auto -12% -42% 38%;
      z-index: -1;
      height: 72%;
      content: "";
      background: radial-gradient(circle, rgba(242, 85, 85, 0.3), rgba(242, 85, 85, 0) 62%);
      pointer-events: none;
    }

    .top-kv::after {
      position: absolute;
      inset: 0;
      z-index: -1;
      content: "";
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.78));
      pointer-events: none;
    }

    .top-kv-copy {
      min-width: 0;
    }

    .top-kv-label {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 4px 11px;
      border: 1px solid rgba(201, 164, 79, 0.45);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      color: #e8cf8a;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1.2;
    }

    .top-kv-title {
      margin: 15px 0 12px;
      border: 0;
      padding: 0;
      color: #fff;
      font-size: 38px;
      font-weight: 800;
      line-height: 1.18;
    }

    .top-kv-lead {
      margin: 0;
      max-width: 34em;
      color: rgba(255, 255, 255, 0.78);
      font-size: 15px;
      line-height: 1.8;
    }

    .top-kv-actions {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 22px;
    }

    .top-kv-action {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 9px 12px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 6px;
      background: #f25555;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.25;
      text-align: center;
      text-decoration: none;
    }

    .top-kv-action:nth-child(2) {
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
    }

    .top-kv-action:nth-child(3) {
      background: rgba(47, 119, 117, 0.8);
      color: #fff;
    }

    .top-kv-action:hover {
      filter: brightness(1.06);
    }

    .top-kv-cards {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap: 12px;
      align-items: center;
      min-width: 0;
      perspective: 900px;
    }

    .top-kv-card {
      display: block;
      min-width: 0;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 7px;
      background: #211919;
      color: #fff;
      text-decoration: none;
      box-shadow: 0 14px 26px rgba(0, 0, 0, 0.32);
      transform: translateZ(0);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .top-card-detail {
      display: block;
      height: 100%;
      color: inherit;
      text-decoration: none;
    }

    .top-image-search-link {
      position: absolute;
      right: 8px;
      bottom: 8px;
      z-index: 4;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 10px;
      border: 1px solid rgba(255, 255, 255, 0.42);
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.68);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      text-shadow: none;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(8px);
    }

    .top-image-search-link:hover {
      background: rgba(255, 255, 255, 0.92);
      color: #111;
      border-color: rgba(255, 255, 255, 0.9);
    }

    .top-kv-card:nth-child(1),
    .top-kv-card:nth-child(4) {
      transform: translateY(-10px);
    }

    .top-kv-card:nth-child(2),
    .top-kv-card:nth-child(6) {
      transform: translateY(14px);
    }

    .top-kv-card:nth-child(7) {
      transform: translateY(-4px);
    }

    .top-kv-card:hover {
      border-color: rgba(232, 207, 138, 0.5);
      transform: translateY(-14px) scale(1.025);
      box-shadow: 0 20px 34px rgba(0, 0, 0, 0.42);
    }

    .top-kv-card .image-wrap {
      border-radius: 7px;
    }

    .top-kv-card .image-wrap::after {
      position: absolute;
      inset: 42% 0 0;
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(9, 6, 6, 0.88));
      pointer-events: none;
    }

    .top-kv-card .image {
      height: 100%;
      min-height: 168px;
      object-fit: cover;
    }

    .top-kv-card-name {
      position: absolute;
      right: 7px;
      bottom: 7px;
      left: 7px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      min-height: 34px;
      padding: 6px 4px 5px;
      overflow: hidden;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
      text-align: center;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
    }

    .top-badge-block {
      margin-top: 16px;
      padding: 16px 18px 18px;
      border: 1px solid #eadede;
      border-radius: 8px;
      background:
        linear-gradient(90deg, rgba(242, 85, 85, 0.08), rgba(47, 119, 117, 0.06)),
        #fff;
      box-shadow: 0 10px 26px rgba(40, 20, 20, 0.06);
    }

    .top-badge-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 11px;
    }

    .top-badge-title {
      margin: 0;
      color: #241d1d;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.35;
    }

    .top-badge-more {
      color: #b72f2f;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
    }

    .top-badge-list {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .top-badge {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 7px 13px;
      border: 1px solid rgba(62, 46, 46, 0.12);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.82);
      color: #2f2727;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      box-shadow: 0 2px 8px rgba(40, 20, 20, 0.05);
    }

    .top-badge:hover {
      border-color: rgba(242, 85, 85, 0.45);
      color: #b72f2f;
      background: #fff;
    }

    @media screen and (max-width: 900px) {
      .top-kv {
        grid-template-columns: 1fr;
        padding: 28px;
      }

      .top-kv-cards {
        overflow-x: auto;
        grid-template-columns: repeat(7, minmax(124px, 1fr));
        padding: 10px 2px 14px;
        scroll-snap-type: x proximity;
      }

      .top-kv-card {
        transform: none !important;
        scroll-snap-align: start;
      }
    }

    @media screen and (max-width: 500px) {
      .top-entry {
        padding-top: 14px;
      }

      .top-kv {
        gap: 18px;
        padding: 22px 14px 18px;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        margin-right: -15px;
        margin-left: -15px;
      }

      .top-kv-title {
        font-size: 27px;
      }

      .top-kv-lead {
        font-size: 14px;
      }

      .top-kv-actions {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .top-kv-action {
        min-height: 42px;
      }

      .top-kv-cards {
        grid-template-columns: repeat(7, minmax(132px, 44vw));
        margin-right: -14px;
        padding-right: 14px;
      }

      .top-kv-card .image {
        min-height: 190px;
      }

      .top-badge-block {
        padding: 14px;
      }

      .top-badge-head {
        align-items: flex-start;
      }
    }

    /* KV revised: use actress images as a background wall, not as cards. */
    .top-entry-kv-test {
      max-width: none;
      width: 100%;
      overflow-x: hidden;
      padding: 0;
    }

    .top-entry-kv-test .top-kv {
      position: relative;
      display: block;
      min-height: clamp(430px, 58vw, 620px);
      overflow: hidden;
      padding: clamp(34px, 7vw, 78px) 15px;
      border: 0;
      border-radius: 0;
      background: #141010;
      box-shadow: none;
    }

    .top-entry-kv-test .top-kv::before {
      position: absolute;
      inset: 0;
      z-index: 1;
      height: auto;
      content: "";
      background:
        linear-gradient(90deg, rgba(10, 7, 7, 0.94) 0%, rgba(10, 7, 7, 0.78) 34%, rgba(10, 7, 7, 0.34) 68%, rgba(10, 7, 7, 0.62) 100%),
        linear-gradient(180deg, rgba(10, 7, 7, 0.18) 0%, rgba(10, 7, 7, 0.82) 100%);
      pointer-events: none;
    }

    .top-entry-kv-test .top-kv::after {
      position: absolute;
      inset: 0;
      z-index: 2;
      content: "";
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 18%),
        linear-gradient(90deg, rgba(232, 207, 138, 0.28), rgba(232, 207, 138, 0) 26%);
      opacity: 0.55;
      pointer-events: none;
    }

    .top-entry-kv-test .top-kv-copy {
      position: relative;
      z-index: 3;
      width: min(1120px, calc(100% - 30px));
      margin: 0 auto;
      padding-top: clamp(12px, 4vw, 42px);
    }

    .top-entry-kv-test .top-kv-label {
      border-color: rgba(232, 207, 138, 0.52);
      background: rgba(0, 0, 0, 0.24);
      backdrop-filter: blur(8px);
    }

    .top-entry-kv-test .top-kv-title {
      max-width: 10em;
      margin-top: 18px;
      font-size: clamp(34px, 6vw, 72px);
      line-height: 1.02;
      text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
    }

    .top-entry-kv-test .top-kv-lead {
      max-width: 34em;
      color: rgba(255, 255, 255, 0.82);
      font-size: clamp(14px, 1.35vw, 17px);
      line-height: 1.85;
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
    }

    .top-entry-kv-test .top-kv-actions {
      width: min(520px, 100%);
      margin-top: 26px;
    }

    .top-entry-kv-test .top-kv-action {
      border-color: rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(10px);
    }

    .top-entry-kv-test .top-kv-action:first-child {
      background: #f25555;
    }

    .top-entry-kv-test .top-kv-cards {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: grid;
      grid-template-columns: repeat(7, minmax(130px, 1fr));
      gap: 0;
      min-width: 0;
      padding: 0;
      perspective: none;
    }

    .top-entry-kv-test .top-kv-card {
      display: block;
      min-height: 100%;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      opacity: 0.9;
      transform: none !important;
      pointer-events: auto;
    }

    .top-entry-kv-test .top-kv-card:nth-child(odd) {
      margin-top: -34px;
      margin-bottom: 34px;
    }

    .top-entry-kv-test .top-kv-card:nth-child(even) {
      margin-top: 36px;
      margin-bottom: -36px;
    }

    .top-entry-kv-test .top-kv-card:hover {
      transform: none;
      box-shadow: none;
    }

    .top-entry-kv-test .top-kv-card .image-wrap {
      height: 100%;
      min-height: clamp(430px, 58vw, 620px);
      border-radius: 0;
    }

    .top-entry-kv-test .top-kv-card .image-wrap::after {
      inset: 0;
      display: none;
    }

    .top-entry-kv-test .top-kv-card .image {
      width: 100%;
      height: 100%;
      min-height: inherit;
      filter: none;
      object-fit: cover;
    }

    .top-entry-kv-test .top-kv-card-name {
      display: flex;
      z-index: 2;
      right: 0;
      bottom: 0;
      left: 0;
      min-height: 46px;
      padding: 20px 94px 8px 8px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
      font-size: 14px;
      font-weight: 400;
      white-space: nowrap;
    }

    .top-entry-kv-test .top-badge-block {
      width: min(1120px, calc(100% - 30px));
      margin: 16px auto 0;
    }

    @media screen and (max-width: 760px) {
      .top-entry-kv-test .top-kv {
        min-height: 520px;
        padding-top: 40px;
      }

      .top-entry-kv-test .top-kv::before {
        background:
          linear-gradient(180deg, rgba(10, 7, 7, 0.84) 0%, rgba(10, 7, 7, 0.62) 48%, rgba(10, 7, 7, 0.9) 100%),
          linear-gradient(90deg, rgba(10, 7, 7, 0.62), rgba(10, 7, 7, 0.24));
      }

      .top-entry-kv-test .top-kv-cards {
        grid-template-columns: repeat(7, minmax(112px, 1fr));
        overflow: hidden;
      }

      .top-entry-kv-test .top-kv-card .image-wrap {
        min-height: 520px;
      }

      .top-entry-kv-test .top-kv-title {
        max-width: 8.5em;
      }
    }

    /* Final KV balance: smaller copy, wider text area, fewer random images. */
    .top-entry-kv-test .top-kv {
      min-height: var(--kv-height, 500px);
      height: var(--kv-height, 500px);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-right: 0;
      margin-left: 0;
      padding: 0;
      background: #151111;
    }

    .top-entry-kv-test .top-kv::before {
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 55%, rgba(15, 11, 11, 0.02) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(15, 11, 11, 0.03) 100%);
    }

    .top-entry-kv-test .top-kv::after {
      display: none;
    }

    .top-entry-kv-test .top-kv-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: var(--kv-height, 500px);
      padding: 56px 0;
      pointer-events: none;
    }

    .top-entry-kv-test .top-kv-label {
      display: none;
    }

    .top-entry-kv-test .top-kv-title {
      display: none;
    }

    .top-entry-kv-test .top-kv-lead {
      display: none;
    }

    .top-entry-kv-test .top-kv-actions {
      display: flex;
      flex-wrap: wrap;
      width: auto;
      gap: 10px;
      margin-top: 28px;
      pointer-events: auto;
    }

    .top-entry-kv-test .top-kv-action {
      width: auto;
      min-width: 150px;
      min-height: 44px;
      padding: 10px 18px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.1);
    }

    .top-entry-kv-test .top-kv-action:nth-child(3) {
      display: none;
    }

    .top-entry-kv-test .top-kv-cards {
      left: 0;
      right: 0;
      grid-template-columns: repeat(var(--kv-visible-count, 3), minmax(0, 1fr));
      grid-template-rows: repeat(var(--kv-row-count, 1), minmax(0, 1fr));
      gap: 0;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      opacity: 1;
      align-items: stretch;
      overflow: hidden;
    }

    .top-entry-kv-test .top-kv-card {
      opacity: 1;
      overflow: visible;
      pointer-events: auto;
    }

    .top-entry-kv-test .top-kv-card.is-hidden {
      display: none;
    }

    .top-entry-kv-test .top-kv-card:nth-child(odd),
    .top-entry-kv-test .top-kv-card:nth-child(even) {
      margin-top: 0;
      margin-bottom: 0;
    }

    .top-entry-kv-test .top-kv-card .image-wrap {
      height: 100%;
      min-height: 0;
      aspect-ratio: auto !important;
      border-radius: 0;
    }

    .top-entry-kv-test .top-kv-card .image {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: contain !important;
      filter: none;
    }

    .top-entry-kv-test .top-badge-block {
      display: none;
    }

    @media screen and (max-width: 760px) {
      .top-entry-kv-test .top-kv {
        min-height: var(--kv-height, 470px);
        height: var(--kv-height, 470px);
      }

      .top-entry-kv-test .top-kv::before {
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 42%, rgba(15, 11, 11, 0.04) 100%),
          linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(15, 11, 11, 0.02));
      }

      .top-entry-kv-test .top-kv-copy {
        min-height: var(--kv-height, 470px);
        padding: 42px 0;
      }

      .top-entry-kv-test .top-kv-title {
        max-width: 12em;
        font-size: 30px;
      }

      .top-entry-kv-test .top-kv-lead {
        max-width: 30em;
        font-size: 14px;
      }

      .top-entry-kv-test .top-kv-cards {
        left: 0;
        grid-template-columns: repeat(var(--kv-visible-count, 2), minmax(0, 1fr));
        grid-template-rows: repeat(var(--kv-row-count, 1), minmax(0, 1fr));
        gap: 0;
        margin: 0;
        padding: 0;
        opacity: 1;
      }

      .top-entry-kv-test .top-kv-card .image-wrap {
        min-height: 0;
      }

      .top-entry-kv-test .top-kv-card .image {
        object-fit: cover !important;
      }

      .top-entry-kv-test .top-kv-card-name {
        min-height: 38px;
        padding: 8px 6px 3px;
        font-size: 16px;
      }
    }

    /* Match TOP card walls to the KV image grid. */
    body#top > .section.top-entry:not(.top-entry-kv-test),
    body#top > .section:not(.top-entry) {
      max-width: none;
      padding: 54px 0 0;
    }

    body#top > .section.top-entry:not(.top-entry-kv-test) > .top-entry-head,
    body#top > .section:not(.top-entry) > h2,
    body#top > .section:not(.top-entry) > .section-intro,
    body#top > .section:not(.top-entry) > p {
      width: min(1120px, calc(100% - 30px));
      margin-right: auto;
      margin-left: auto;
    }

    body#top > .section:not(.top-entry) > h2 {
      margin-bottom: 18px;
    }

    body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list,
    body#top > .section:not(.top-entry) > .card-list {
      display: grid;
      grid-template-columns: repeat(var(--kv-visible-count, 3), minmax(0, 1fr));
      grid-auto-rows: calc(var(--kv-height, 500px) / var(--kv-row-count, 1));
      gap: 0;
      width: 100%;
      margin-top: 22px;
    }

    body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .card,
    body#top > .section:not(.top-entry) > .card-list .card {
      position: relative;
      overflow: hidden;
      border-radius: 0;
      background: #111;
      box-shadow: none;
    }

    body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .image-wrap,
    body#top > .section:not(.top-entry) > .card-list .image-wrap {
      height: 100%;
      border-radius: 0;
      aspect-ratio: auto !important;
    }

    body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .image,
    body#top > .section:not(.top-entry) > .card-list .image {
      width: 100%;
      height: 100%;
      object-fit: contain !important;
      filter: brightness(1.04) saturate(1.02);
    }

    body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .card p,
    body#top > .section:not(.top-entry) > .card-list .card p {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      margin: 0;
      padding: 28px 98px 5px 10px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
      color: #fff;
      font-size: 16px;
      white-space: nowrap;
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.78);
    }

    @media screen and (max-width: 760px) {
      body#top > .section.top-entry:not(.top-entry-kv-test),
      body#top > .section:not(.top-entry) {
        padding-top: 36px;
      }

      body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list,
      body#top > .section:not(.top-entry) > .card-list {
        grid-template-columns: repeat(var(--kv-visible-count, 2), minmax(0, 1fr));
        grid-auto-rows: calc(var(--kv-height, 470px) / var(--kv-row-count, 1));
      }

      body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .image-wrap,
      body#top > .section:not(.top-entry) > .card-list .image-wrap {
        height: 100%;
      }

      body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .image,
      body#top > .section:not(.top-entry) > .card-list .image {
        object-fit: cover !important;
      }

      .top-image-search-link {
        right: 6px;
        bottom: 6px;
        min-height: 24px;
        padding: 0 8px;
        font-size: 11px;
      }

      .top-entry-kv-test .top-kv-card-name,
      body#top > .section.top-entry:not(.top-entry-kv-test) > .card-list .card p,
      body#top > .section:not(.top-entry) > .card-list .card p {
        padding-right: 82px;
        overflow: hidden;
        text-overflow: clip;
      }
    }
