.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-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;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}

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

.tok-voice-card__meta,
.tok-voice-highlight-card__meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

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

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

.tok-voice-plan-badge--basic {
  background: rgba(140, 132, 119, 0.10);
  color: #786f63;
}

.tok-voice-plan-badge--standard {
  background: rgba(219, 178, 120, 0.14);
  color: #8a6633;
}

.tok-voice-plan-badge--premium {
  background: rgba(198, 168, 123, 0.18);
  color: #6f5530;
}

.tok-voice-plan-badge--default {
  background: rgba(219, 178, 120, 0.10);
  color: #8a6633;
}

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

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

.tok-voice-rating__label {
  color: #8a6633;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

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

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

.tok-voice-rating--compact .tok-voice-rating__label {
  font-size: 0.7rem;
}

.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__points {
  color: #45414c;
  line-height: 1.9;
}

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

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

.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 {
  display: grid;
  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: grid;
  gap: 10px;
}

.tok-voice-highlight-card__name {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

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

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

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

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

@media (max-width: 900px) {
  .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-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

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

  .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-highlight-card {
    padding: 22px 18px;
    border-radius: 14px;
  }
}
