/* =========================================================
   6確 噂・リーク一覧：解析一覧と統一したヘッダー／専用ヒーロー
========================================================= */

.mm-body--reak-index-hero {
  background: #f4f6f8;
}

.k6-reak-index-hero {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: #080d1b;
  color: #fff;
}

.k6-reak-index-hero__bg,
.k6-reak-index-hero__overlay {
  position: absolute;
  inset: 0;
}

.k6-reak-index-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter:
    saturate(.82)
    contrast(1.08)
    brightness(.76);
}

.k6-reak-index-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 7, 18, .97) 0%,
      rgba(14, 13, 38, .9) 43%,
      rgba(30, 18, 69, .66) 72%,
      rgba(8, 38, 51, .48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(124, 58, 237, .08),
      rgba(2, 6, 23, .24)
    );
}

.k6-reak-index-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, 430px);
  gap: 42px;
  min-height: 270px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
}

.k6-reak-index-hero__content {
  min-width: 0;
}

.k6-reak-index-hero__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #c4b5fd;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.k6-reak-index-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 3.3vw, 44px);
  font-weight: 900;
  line-height: 1.32;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .36);
}

.k6-reak-index-hero__description {
  max-width: 720px;
  margin: 12px 0 0;
  color: #dbe4ef;
  font-size: 13px;
  line-height: 1.82;
}

.k6-reak-index-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.k6-reak-index-hero__meta > span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid rgba(196, 181, 253, .28);
  border-radius: 8px;
  background: rgba(15, 23, 42, .64);
  color: #f8fafc;
  font-size: 10px;
  font-weight: 900;
  backdrop-filter: blur(6px);
}

.k6-reak-index-hero__meta i {
  color: #a78bfa;
}

.k6-reak-index-hero__visual {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(196, 181, 253, .22);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 23, 42, .72),
      rgba(76, 29, 149, .34)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 18px 40px rgba(2, 6, 23, .2);
  backdrop-filter: blur(8px);
}

.k6-reak-index-hero__visual::before {
  position: absolute;
  top: -1px;
  right: 24px;
  left: 24px;
  height: 1px;
  border-radius: 999px;
  background: #8b5cf6;
  content: "";
  opacity: .75;
}

.k6-reak-index-hero__visual-label {
  display: block;
  margin-bottom: 12px;
  color: #ddd6fe;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.k6-reak-index-hero__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.k6-reak-index-hero__flow > span {
  display: flex;
  min-width: 0;
  min-height: 116px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 7px;
  border: 1px solid rgba(226, 232, 240, .15);
  border-radius: 10px;
  background: rgba(255, 255, 255, .065);
}

.k6-reak-index-hero__flow b,
.k6-reak-index-hero__flow strong,
.k6-reak-index-hero__flow small {
  display: block;
}

.k6-reak-index-hero__flow b {
  margin-bottom: 13px;
  color: #94a3b8;
  font-family: "Lato", sans-serif;
  font-size: 9px;
}

.k6-reak-index-hero__flow strong {
  color: #fff;
  font-size: 10px;
  line-height: 1.45;
}

.k6-reak-index-hero__flow small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 7px;
  line-height: 1.45;
}

.k6-reak-index-hero__flow .is-rumor {
  border-color: rgba(251, 146, 60, .34);
}

.k6-reak-index-hero__flow .is-rumor b {
  color: #fb923c;
}

.k6-reak-index-hero__flow .is-model {
  border-color: rgba(96, 165, 250, .34);
}

.k6-reak-index-hero__flow .is-model b {
  color: #60a5fa;
}

.k6-reak-index-hero__flow .is-inspection {
  border-color: rgba(167, 139, 250, .42);
}

.k6-reak-index-hero__flow .is-inspection b {
  color: #a78bfa;
}

.k6-reak-index-hero__flow .is-official {
  border-color: rgba(45, 212, 191, .34);
}

.k6-reak-index-hero__flow .is-official b {
  color: #2dd4bf;
}

.k6-reak-index-hero__flow .is-release {
  border-color: rgba(74, 222, 128, .34);
}

.k6-reak-index-hero__flow .is-release b {
  color: #4ade80;
}

.mm-body--reak-index-hero .mm-main {
  padding-top: 24px;
}

@media (max-width: 980px) {
  .k6-reak-index-hero__inner {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .k6-reak-index-hero__visual {
    padding: 14px;
  }

  .k6-reak-index-hero__flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .k6-reak-index-hero__flow > span {
    min-height: 82px;
  }

  .k6-reak-index-hero__flow > span:nth-child(4),
  .k6-reak-index-hero__flow > span:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .k6-reak-index-hero {
    min-height: 210px;
  }

  .k6-reak-index-hero__inner {
    display: flex;
    min-height: 210px;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .k6-reak-index-hero__visual {
    display: none;
  }

  .k6-reak-index-hero__eyebrow {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .k6-reak-index-hero__title {
    font-size: 26px;
  }

  .k6-reak-index-hero__description {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.7;
  }

  .k6-reak-index-hero__meta {
    gap: 6px;
    margin-top: 13px;
  }

  .k6-reak-index-hero__meta > span {
    min-height: 28px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .mm-body--reak-index-hero .mm-main {
    padding-top: 16px;
  }
}

@media (max-width: 390px) {
  .k6-reak-index-hero__meta > span:last-child {
    display: none;
  }
}


/* =========================================================
   v2 ヒーロー上下余白調整
   タイトル上部とメタ情報下部の詰まりを解消
========================================================= */
.k6-reak-index-hero__content {
  padding-block: 2px;
}