.tok-voice-page {
  position: relative;
  overflow: hidden;
  background: #fbfaf7;
  color: #1b1b1f;
}

.tok-voice-page .section-header h2,
.tok-voice-page .section-header h3,
.tok-voice-page .section-header .lead,
.tok-voice-page .section-header p {
  color: #1b1b1f;
}

.tok-voice-page .section-header .lead {
  color: #66616f;
}

.tok-voice-page-hero {
  position: relative;
  margin-bottom: 36px;
  padding: 12px 0 8px;
}

.tok-voice-page-hero::before,
.tok-voice-page-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}

.tok-voice-page-hero::before {
  top: -80px;
  left: 50%;
  width: min(820px, 92vw);
  height: 240px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 35%, rgba(232, 209, 176, 0.26), transparent 58%),
    radial-gradient(circle at 24% 40%, rgba(255, 245, 228, 0.22), transparent 46%),
    radial-gradient(circle at 78% 34%, rgba(255, 239, 214, 0.16), transparent 44%);
  filter: blur(22px);
  opacity: 0.72;
}

.tok-voice-page-hero::after {
  top: -20px;
  left: 50%;
  width: min(740px, 86vw);
  height: 180px;
  transform: translateX(-50%);
  background:
    linear-gradient(105deg, transparent 12%, rgba(255, 249, 240, 0.34) 44%, transparent 72%),
    linear-gradient(78deg, transparent 26%, rgba(240, 221, 193, 0.18) 52%, transparent 78%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
  opacity: 0.55;
}

.tok-voice-page-header {
  position: relative;
  z-index: 1;
}

.tok-voice-results {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.tok-voice-results__item {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 220px;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(95, 79, 56, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.92) 0%, rgba(255, 255, 255, 0.84) 100%);
  box-shadow: 0 18px 38px rgba(33, 24, 14, 0.05);
  text-align: center;
}

.tok-voice-results__value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  color: #b98940;
  font-family: var(--font-en);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.tok-voice-results__value small {
  font-size: 0.45em;
  font-weight: 500;
  letter-spacing: 0;
}

.tok-voice-results__item h3 {
  margin: 0;
  color: #1b1b1f;
  font-size: 1.08rem;
  line-height: 1.45;
}

.tok-voice-results__item p {
  margin: 0;
  color: #66616f;
  font-size: 0.92rem;
  line-height: 1.85;
}

.tok-voice-results--compact {
  margin-top: 28px;
}

.tok-voice-results--compact .tok-voice-results__item {
  min-height: 0;
  padding: 22px 20px;
}

.tok-voice-results--compact .tok-voice-results__value {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.tok-voice-results--compact .tok-voice-results__item h3 {
  font-size: 1rem;
}

.tok-voice-results--compact .tok-voice-results__item p {
  font-size: 0.88rem;
  line-height: 1.75;
}

.tok-voice-plan-ranking {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(95, 79, 56, 0.12);
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.92) 0%, rgba(255, 255, 255, 0.84) 100%);
  box-shadow: 0 18px 38px rgba(33, 24, 14, 0.05);
}

.tok-voice-plan-ranking__head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.tok-voice-plan-ranking__head h3 {
  margin: 0;
  color: #1b1b1f;
  font-size: 1.08rem;
  line-height: 1.4;
}

.tok-voice-plan-ranking__head p {
  margin: 0;
  color: #66616f;
  font-size: 0.9rem;
  line-height: 1.7;
}

.tok-voice-plan-ranking__list {
  display: grid;
  gap: 22px;
}

.tok-voice-plan-ranking__item {
  display: grid;
  gap: 10px;
}

.tok-voice-plan-ranking__bar-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.tok-voice-plan-ranking__bar {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(108, 99, 88, 0.16);
  overflow: hidden;
}

.tok-voice-plan-ranking__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(232, 196, 146, 0.8) 0%, rgba(219, 178, 120, 1) 100%);
}

.tok-voice-plan-ranking__rate {
  min-width: 54px;
  text-align: right;
  color: #b98940;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.tok-voice-plan-ranking__label {
  margin: 0;
  color: #1b1b1f;
  font-size: 1.02rem;
  line-height: 1.45;
}

.tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__bar {
  background: rgba(219, 178, 120, 0.18);
}

.tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__bar span {
  background: linear-gradient(90deg, rgba(244, 220, 176, 0.95) 0%, rgba(219, 178, 120, 1) 52%, rgba(194, 144, 74, 1) 100%);
  box-shadow: 0 0 18px rgba(219, 178, 120, 0.22);
}

.tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__rate {
  color: #b67f2e;
}

.tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__label {
  color: #8a6633;
}

.tok-voice-plan-ranking--dark {
  border-color: rgba(219, 178, 120, 0.12);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__head h3 {
  color: #fff;
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__head p,
.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__label {
  color: var(--muted);
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__bar {
  background: rgba(255, 255, 255, 0.12);
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__rate {
  color: var(--brand);
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__bar {
  background: rgba(255, 255, 255, 0.12);
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__bar span {
  background: linear-gradient(90deg, rgba(244, 220, 176, 0.92) 0%, rgba(219, 178, 120, 1) 54%, rgba(201, 152, 86, 1) 100%);
  box-shadow: 0 0 20px rgba(219, 178, 120, 0.28);
}

.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__label,
.tok-voice-plan-ranking--dark .tok-voice-plan-ranking__item--standard .tok-voice-plan-ranking__rate {
  color: #f0cf97;
}

.tok-voice-results--dark .tok-voice-results__item {
  border-color: rgba(219, 178, 120, 0.12);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

.tok-voice-results--dark .tok-voice-results__item h3 {
  color: #fff;
}

.tok-voice-results--dark .tok-voice-results__item p {
  color: var(--muted);
}

.tok-voice-results--dark .tok-voice-results__value {
  color: var(--brand);
}

.tok-voice-results__note {
  margin: 14px 0 0;
  text-align: center;
  color: #7b7482;
  font-size: 0.8rem;
  line-height: 1.8;
}

.tok-voice-results__note--dark {
  color: rgba(255, 255, 255, 0.58);
}

.tok-voice-list {
  display: grid;
  gap: 28px;
}

.tok-voice-card {
  background: #fff;
  border: 1px solid rgba(30, 26, 20, 0.08);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(23, 18, 12, 0.04);
}

.tok-voice-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.tok-voice-card__identity {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.tok-voice-card__name {
  margin: 0;
  font-family: var(--font-ja);
  font-size: 1.35rem;
  color: #1b1b1f;
  line-height: 1.3;
}

.tok-voice-plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(126, 101, 62, 0.14);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.tok-voice-plan-badge--basic {
  background: rgba(140, 132, 119, 0.10);
  /* 暗背景上で2.69:1しかなかったため明色へ（7.5:1） */
  color: #c9c2b6;
}

.tok-voice-plan-badge--standard {
  background: rgba(219, 178, 120, 0.14);
  /* 2.17:1 -> 5.7:1 */
  color: #dbb278;
}

.tok-voice-plan-badge--premium {
  background: rgba(198, 168, 123, 0.18);
  /* 1.54:1 -> 6.5:1 */
  color: #e8c492;
}

.tok-voice-plan-badge--default {
  background: rgba(219, 178, 120, 0.10);
  /* 2.37:1 -> 6.3:1 */
  color: #dbb278;
}

.tok-voice-rating {
  display: inline-grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.tok-voice-rating__stars {
  color: #d3a65d;
  font-size: 1.22rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.tok-voice-rating__label,
.tok-voice-rating__score {
  /* 2.9:1 -> 7.7:1 */
  color: #dbb278;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.tok-voice-rating__score {
  font-weight: 600;
}

.tok-voice-rating--compact {
  gap: 8px;
}

.tok-voice-rating--compact .tok-voice-rating__stars {
  font-size: 1.04rem;
}

.tok-voice-rating--compact .tok-voice-rating__label,
.tok-voice-rating--compact .tok-voice-rating__score {
  font-size: 0.875rem;
}

.tok-voice-card__body {
  display: grid;
  gap: 20px;
}

.tok-voice-card__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.tok-voice-card__content {
  display: grid;
  gap: 20px;
}

.tok-voice-card__comment,
.tok-voice-card__reason,
.tok-voice-card__points {
  color: #45414c;
  line-height: 1.9;
}

.tok-voice-card__comment p,
.tok-voice-card__reason p,
.tok-voice-card__points p {
  margin: 0 0 1em;
}

.tok-voice-card__reason,
.tok-voice-card__points {
  padding-top: 18px;
  border-top: 1px solid rgba(30, 26, 20, 0.08);
}

.tok-voice-card__reason h3,
.tok-voice-card__points h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6633;
}

.tok-voice-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 32px;
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(30,26,20,0.08);
  text-align: center;
  color: #66616f;
}

.tok-voice-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tok-voice-highlight-card {
  /* 引用文の長さがカードごとに違うので、flexにして氏名・評価を下端へ寄せる */
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
}

.tok-voice-highlight-card__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tok-voice-highlight-card__quote {
  margin: 0;
  color: #f5f4f0;
  line-height: 1.9;
  font-family: var(--font-ja);
}

.tok-voice-highlight-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  /* カード高さが揃うので、余白を吸収して3枚の氏名・評価の行を横一線にする */
  margin-top: auto;
}

.tok-voice-highlight-card__identity {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.tok-voice-highlight-card__name {
  margin: 0;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.3;
}

.tok-voice-highlight-card .tok-voice-plan-badge {
  border-color: rgba(219, 178, 120, 0.16);
}

.tok-voice-highlight-card .tok-voice-rating {
  color: inherit;
}

.tok-voice-highlight-card .tok-voice-rating__stars {
  color: var(--brand);
  text-shadow: none;
}

.tok-voice-highlight-card .tok-voice-rating__label,
.tok-voice-highlight-card .tok-voice-rating__score {
  color: rgba(219, 178, 120, 0.88);
}

@media (max-width: 900px) {
  .tok-voice-results {
    grid-template-columns: 1fr;
  }

  .tok-voice-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tok-voice-page-hero {
    margin-bottom: 28px;
  }

  .tok-voice-page-hero::before {
    width: 92vw;
    height: 180px;
    top: -44px;
    opacity: 0.58;
  }

  .tok-voice-page-hero::after {
    width: 86vw;
    height: 130px;
    top: -10px;
    opacity: 0.46;
  }

  .tok-voice-results {
    margin-top: 28px;
    gap: 14px;
  }

  .tok-voice-results__item {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 14px;
  }

  .tok-voice-results__item h3 {
    font-size: 1rem;
  }

  .tok-voice-results__item p {
    font-size: 0.88rem;
  }

  .tok-voice-results__note {
    margin-top: 12px;
    font-size: 0.76rem;
  }

  .tok-voice-plan-ranking {
    margin-top: 18px;
    padding: 22px 18px;
    border-radius: 14px;
  }

  .tok-voice-plan-ranking__list {
    gap: 18px;
  }

  .tok-voice-plan-ranking__bar-row {
    gap: 12px;
  }

  .tok-voice-plan-ranking__rate {
    min-width: 46px;
    font-size: 1.45rem;
  }

  .tok-voice-plan-ranking__label {
    font-size: 0.95rem;
  }

  .tok-voice-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .tok-voice-card__head {
    display: grid;
    gap: 14px;
    margin-bottom: 16px;
  }

  .tok-voice-card__name {
    font-size: 1.15rem;
  }

  .tok-voice-rating {
    justify-items: start;
    text-align: left;
  }

  .tok-voice-rating__stars {
    font-size: 1.08rem;
  }

  .tok-voice-rating__score {
    font-size: 0.875rem;
  }

  .tok-voice-highlight-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .tok-voice-highlight-card__meta {
    display: grid;
    gap: 10px;
  }

  .tok-voice-highlight-card .tok-voice-rating {
    justify-items: start;
    text-align: left;
  }
}
