
    .mb-hunting-rank-clean {
      width: 100%;
      box-sizing: border-box;
      padding: 42px 0 38px;
      background: #fff;
      font-family: Arial, Helvetica, sans-serif;
      color: #20211d;
      overflow: hidden;
    }

    .mb-hunting-rank-clean * {
      box-sizing: border-box;
    }

    .mb-rank-clean-wrap {
      max-width: 1680px;
      margin: 0 auto;
      padding: 0;
    }

    .mb-rank-clean-head {
      display: block;
      margin-bottom: 24px;
    }

    .mb-rank-clean-kicker {
      display: inline-flex;
      align-items: center;
      padding: 6px 12px;
      border-radius: 999px;
      background: #f5f5f2;
      border: 1px solid rgba(34, 34, 34, 0.06);
      color: #6f6040;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .mb-rank-clean-title {
      margin: 0;
      font-size: clamp(28px, 2.6vw, 40px);
      line-height: 1.08;
      letter-spacing: -0.04em;
      color: #20211d;
      font-weight: 700;
    }

    .mb-rank-clean-title span {
      color: #74633f;
      font-weight: 500;
    }

    .mb-rank-clean-mobile-hint {
      display: none;
      margin: -6px 0 14px;
      color: #777;
      font-size: 12px;
      font-weight: 700;
    }

    .mb-rank-clean-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
    }

    .mb-rank-clean-card {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.055);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.025);
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .mb-rank-clean-card:hover {
      transform: translateY(-4px);
      border-color: rgba(0, 0, 0, 0.13);
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
    }

    .mb-rank-clean-media {
      position: relative;
      height: 275px;
      padding: 18px 18px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.045);
      overflow: hidden;
    }

    .mb-rank-clean-media::after {
      content: "";
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 24px;
      height: 30px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.045);
      filter: blur(14px);
      z-index: 0;
    }

    .mb-rank-clean-rank {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 5;
      min-width: 44px;
      height: 28px;
      padding: 0 11px;
      border-radius: 999px;
      background: #20211d;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .mb-rank-clean-tag {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 5;
      max-width: 136px;
      min-height: 28px;
      padding: 6px 11px;
      border-radius: 999px;
      background: rgba(245, 245, 242, 0.92);
      border: 1px solid rgba(0, 0, 0, 0.055);
      color: #5e543d;
      font-size: 11px;
      font-weight: 800;
      text-align: center;
      backdrop-filter: blur(8px);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1.1;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    }

    .mb-rank-clean-img {
      position: relative;
      z-index: 2;
      width: 116%;
      max-width: none;
      height: 245px;
      object-fit: contain;
      object-position: center center;
      display: block;
      transition: transform 0.22s ease;
    }

    .mb-rank-clean-card:hover .mb-rank-clean-img {
      transform: scale(1.045);
    }

    .mb-rank-clean-body {
      padding: 16px 16px 16px;
    }

    .mb-rank-clean-name {
      margin: 0 0 8px;
      color: #20211d;
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: -0.03em;
    }

    .mb-rank-clean-text {
      margin: 0 0 12px;
      color: #666;
      font-size: 13px;
      line-height: 1.45;
      min-height: 56px;
    }

    .mb-rank-clean-specs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 7px;
      margin-bottom: 14px;
    }

    .mb-rank-clean-spec {
      padding: 8px 5px;
      border-radius: 10px;
      background: #f7f7f4;
      border: 1px solid rgba(0, 0, 0, 0.04);
      text-align: center;
      min-height: 54px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .mb-rank-clean-spec strong {
      display: block;
      margin-bottom: 3px;
      color: #222;
      font-size: 13px;
      line-height: 1.15;
    }

    .mb-rank-clean-spec strong small {
      display: block;
      color: #222;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.15;
    }

    .mb-rank-clean-spec span {
      color: #777;
      font-size: 9px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .mb-rank-clean-btn {
      width: 100%;
      height: 38px;
      border-radius: 999px;
      background: #fff;
      color: #20211d !important;
      text-decoration: none !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 900;
      border: 1px solid rgba(0, 0, 0, 0.24);
      transition: background 0.22s ease, transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
      box-shadow: 0 5px 14px rgba(0, 0, 0, 0.035);
    }

    .mb-rank-clean-btn:hover {
      background: #f3f3f0;
      color: #20211d !important;
      border-color: rgba(0, 0, 0, 0.36);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    }

    @media (max-width: 1720px) {
      .mb-rank-clean-wrap {
        padding: 0 18px;
      }
    }

    @media (max-width: 1080px) {
      .mb-rank-clean-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .mb-rank-clean-media {
        height: 260px;
      }

      .mb-rank-clean-img {
        height: 230px;
        width: 112%;
      }
    }

    @media (max-width: 768px) {
      .mb-hunting-rank-clean {
        padding: 38px 0 36px;
      }

      .mb-rank-clean-wrap {
        max-width: none;
        padding: 0;
      }

      .mb-rank-clean-head {
        padding: 0 15px;
        margin-bottom: 18px;
      }

      .mb-rank-clean-mobile-hint {
        display: block;
        padding: 0 15px;
      }

      .mb-rank-clean-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px 8px;
        scrollbar-width: none;
      }

      .mb-rank-clean-grid::-webkit-scrollbar {
        display: none;
      }

      .mb-rank-clean-card {
        flex: 0 0 82%;
        max-width: 335px;
        scroll-snap-align: start;
      }

      .mb-rank-clean-media {
        height: 220px;
      }

      .mb-rank-clean-img {
        height: 195px;
        width: 112%;
      }

      .mb-rank-clean-rank {
        top: 12px;
        left: 12px;
      }

      .mb-rank-clean-tag {
        top: 12px;
        right: 12px;
        max-width: 120px;
      }

      .mb-rank-clean-text {
        min-height: auto;
      }
    }

    @media (max-width: 420px) {
      .mb-rank-clean-title {
        font-size: 30px;
      }

      .mb-rank-clean-card {
        flex-basis: 86%;
      }

      .mb-rank-clean-media {
        height: 210px;
      }

      .mb-rank-clean-img {
        height: 185px;
      }
    }
  