/* ─────────────────────────────────────────────────────────
   ミュージカル「100年時代」LP
   Palette: deep sepia / candlelight gold / cream ivory
   Type:    Shippori Mincho B1 + Noto Serif JP + Cormorant
   ───────────────────────────────────────────────────────── */

:root {
  --ink-deep: #0f0a05;
  --ink: #1a1410;
  --ink-soft: #2a201a;
  --ink-line: #3a2d20;

  --cream: #f1e6d2;
  --cream-soft: #ebdfc7;
  --cream-deep: #d9c9a8;
  --paper: #f5ecda;

  --gold: #c9a467;
  --gold-bright: #e6c281;
  --gold-deep: #8a6b3a;
  --candle: #e8b770;

  --rose-foil-1: #f3d8c8;
  --rose-foil-2: #d9a48a;
  --rose-foil-3: #b87a5e;

  --text-on-dark: #ecdfc7;
  --text-on-dark-mute: #b8a884;
  --text-on-light: #2a201a;
  --text-on-light-mute: #6a5740;

  --rule: rgba(201, 164, 103, 0.35);
  --rule-soft: rgba(201, 164, 103, 0.18);

  --font-mincho: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", "游明朝", serif;
  --font-serif: "Noto Serif JP", "Yu Mincho", serif;
  --font-latin: "Cormorant Garamond", "Shippori Mincho B1", serif;

  --max-w: 1120px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-serif);
  color: var(--text-on-light);
  background: #0a0705;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
}

img { display: block; max-width: 100%; }

a { color: inherit; }

/* ────────────  Page shell  ──────────── */
.lp {
  width: 100%;
  min-height: 100vh;
  background: var(--ink);
}

.wrap {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

/* ────────────  HERO  ──────────── */
.hero {
  position: relative;
  /* B案(2026-07-14): メインビジュアルはHighlights背景へ移設。
     ヒーロー上段は暗色グラデ+微かな金のグロー、下段に写真ストリップ */
  background:
    radial-gradient(90% 70% at 72% 16%, rgba(201, 164, 103, 0.09) 0%, rgba(201, 164, 103, 0) 55%),
    linear-gradient(180deg, #140d08 0%, var(--ink) 55%, #0c0805 100%);
  overflow: hidden;
  isolation: isolate;
}

/* ── HERO 写真ストリップ（過去公演写真の横流しマーキー） ── */
.hero__strip {
  position: relative;
  z-index: 1;
  padding: 4px 0 18px;
  overflow: hidden;
}
.hero__strip-track {
  display: flex;
  width: max-content;
  animation: heroStrip 55s linear infinite;
  will-change: transform;
}
.hero__strip:hover .hero__strip-track { animation-play-state: paused; }
.hero__strip-group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}
.hero__strip img {
  display: block;
  height: 290px;
  width: auto;
  border-radius: 4px;
  border: 1px solid var(--rule-soft);
}
.hero__strip-caption {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 10px 32px 26px;
  font-family: var(--font-mincho);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--text-on-dark-mute);
  text-align: right;
}
@keyframes heroStrip {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__strip-track { animation: none; }
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 60px 32px 40px;
  display: grid;
  /* slimmer right column keeps the ticket card off the focal house */
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
  /* B案: 旧背景ビジュアル用のmin-height(820px)は撤去。コンテンツ高さに任せ、
     写真ストリップをファーストビューに引き上げる */
}

.hero__main {
  /* push the title block up so the house illustration shows below it */
  align-self: start;
  max-width: 560px;
}

.hero__tagline {
  font-family: var(--font-mincho);
  font-weight: 400;
  font-size: 16px;
  line-height: 2.1;
  color: var(--text-on-dark);
  letter-spacing: 0.06em;
  margin: 0 0 28px;
  opacity: 0.92;
}

.hero__tagline .em-dash {
  letter-spacing: -0.1em;
}

.hero__title {
  margin: 0 0 22px;
  position: relative;
}

.hero__title img {
  /* トリミング済みロゴ(383x137・透明余白なし)。旧500x500版の内部余白が
     ヒーロー上部の黒い空白の主因だった(2026-07-17修正) */
  width: clamp(280px, 30vw, 400px);
  height: auto;
  filter: drop-shadow(0 6px 24px rgba(0,0,0,0.55));
}

.hero__rule {
  width: 56px;
  height: 1px;
  background: var(--gold);
  margin: 0 0 22px;
  opacity: 0.85;
}

.hero__lead {
  font-family: var(--font-mincho);
  font-weight: 400;
  font-size: 17px;
  line-height: 2.2;
  color: var(--text-on-dark);
  letter-spacing: 0.04em;
  margin: 0;
}

.hero__lead .accent {
  color: var(--gold-bright);
}

/* Ticket CTA card */
.ticket-card {
  align-self: start;
  margin-top: 0;
  width: 100%;
  padding: 30px 32px 30px;
  background:
    linear-gradient(180deg, rgba(26,18,10,0.92) 0%, rgba(16,11,6,0.95) 100%);
  border: 1px solid rgba(201, 164, 103, 0.35);
  border-radius: 6px;
  position: relative;
  box-shadow:
    0 1px 0 rgba(255,220,170,0.08) inset,
    0 30px 70px -20px rgba(0,0,0,0.6);
}

/* ornamental corner pieces */
.ticket-card::before,
.ticket-card::after,
.ticket-card > .corner-tl,
.ticket-card > .corner-tr,
.ticket-card > .corner-bl,
.ticket-card > .corner-br {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid var(--gold);
  opacity: 0.7;
}
.ticket-card > .corner-tl { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.ticket-card > .corner-tr { top: 10px; right: 10px; border-left: 0; border-bottom: 0; }
.ticket-card > .corner-bl { bottom: 10px; left: 10px; border-right: 0; border-top: 0; }
.ticket-card > .corner-br { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }
.ticket-card::before, .ticket-card::after { display: none; } /* hide pseudo-elements; using span corners */

.ticket-card__title {
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.55;
  color: var(--text-on-dark);
  text-align: center;
  margin: 0;
  letter-spacing: 0.06em;
}

.ticket-card__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 14px;
}
.ticket-card__divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.55;
}

.ticket-card__sub {
  font-family: var(--font-mincho);
  font-size: 15px;
  color: var(--gold-bright);
  text-align: center;
  margin: 0 0 22px;
  letter-spacing: 0.1em;
}

.btn-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 18px 22px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 50%, var(--gold-deep) 100%);
  color: var(--ink-deep);
  font-family: var(--font-mincho);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.16em;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255,235,200,0.6) inset,
    0 -1px 0 rgba(80,50,15,0.4) inset,
    0 12px 24px -8px rgba(201,164,103,0.4);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  text-decoration: none;
}
.btn-ticket:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255,235,200,0.7) inset,
    0 -1px 0 rgba(80,50,15,0.4) inset,
    0 18px 32px -10px rgba(201,164,103,0.55);
}
.btn-ticket .arrow {
  display: inline-flex;
  transition: transform .25s ease;
}
.btn-ticket:hover .arrow { transform: translateX(4px); }

.ticket-card__note {
  text-align: center;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  color: var(--text-on-dark-mute);
  margin: 14px 0 0;
}

/* ────────────  HIGHLIGHTS  ──────────── */
.highlights {
  position: relative;
  background: var(--ink);
  padding: 88px 0 92px;
  overflow: hidden;
  isolation: isolate;
}
/* B案(2026-07-14): 旧ヒーローのメインビジュアルを背景として移設 */
.highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/main-visual.jpg");
  background-image: image-set(
    url("assets/main-visual.webp") type("image/webp"),
    url("assets/main-visual.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: 50% 64%;
  background-repeat: no-repeat;
}
/* 暗幕: カードの可読性を維持しつつ、霧の街並みを質感として残す */
.highlights::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(10,7,5,0.93) 0%, rgba(10,7,5,0.78) 45%, rgba(10,7,5,0.9) 100%);
}
.highlights__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.highlights__head {
  margin: 0 0 52px;
  text-align: center;
}
.highlights__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}
.highlights__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin: 0;
}
.highlights__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 15px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.45em;
}
.highlights__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 0;
}
.highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.highlight-card {
  position: relative;
  padding: 36px 28px 32px;
  background: linear-gradient(180deg, rgba(34,24,16,0.6) 0%, rgba(16,11,6,0.6) 100%);
  border: 1px solid var(--rule-soft);
  border-radius: 4px;
}
.highlight-card__no {
  font-family: var(--font-latin);
  font-style: italic;
  font-size: 28px;
  color: var(--gold);
  opacity: 0.8;
  display: block;
  margin: 0 0 14px;
}
.highlight-card__title {
  font-family: var(--font-mincho);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--text-on-dark);
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
.highlight-card__body {
  font-family: var(--font-mincho);
  font-size: 14.5px;
  line-height: 2.05;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.03em;
  margin: 0;
}

@media (max-width: 960px) {
  .highlights { padding: 64px 0; }
  .highlights__grid { grid-template-columns: 1fr; gap: 20px; }
  .highlights__kicker h2 { font-size: 42px; }
}

/* ────────────  PERFORMANCE INFO  ──────────── */
/* ────────────  GALLERY  ──────────── */
.gallery {
  background: var(--ink);
  padding: 96px 0 84px;
}
.gallery__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.gallery__head {
  margin: 0 0 44px;
  text-align: center;
}
.gallery__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
.gallery__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--gold-bright);
  margin: 0;
}
.gallery__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 16px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.5em;
}
.gallery__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 0;
}
.gallery__intro {
  font-family: var(--font-mincho);
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}
.gallery__grid {
  column-count: 3;
  column-gap: 16px;
}
.gallery__item {
  break-inside: avoid;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--rule-soft);
}
.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.gallery__item:hover img {
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .gallery__grid { column-count: 2; }
}
@media (max-width: 560px) {
  .gallery__grid { column-count: 2; column-gap: 12px; }
  .gallery__item { margin: 0 0 12px; }
}

.info {
  background: var(--ink-deep);
  padding: 92px 0 92px;
  border-top: 1px solid rgba(201, 164, 103, 0.12);
  scroll-margin-top: 24px;
}
.info__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.info__head {
  margin: 0 0 48px;
  text-align: center;
}
.info__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}
.info__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin: 0;
}
.info__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 15px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.45em;
}
.info__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 24px;
}
.info__intro {
  font-family: var(--font-mincho);
  font-size: 15px;
  line-height: 2;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.04em;
  margin: 0;
}

/* run cards (3 公演) */
.info__runs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto 48px;
  max-width: 1120px;
}
.run {
  display: flex;
  flex-direction: column;
  padding: 32px 26px 26px;
  background: linear-gradient(180deg, rgba(34,24,16,0.55) 0%, rgba(16,11,6,0.55) 100%);
  border: 1px solid var(--rule-soft);
  border-radius: 4px;
}
.run__pitch {
  margin: auto 0 14px;
  font-family: var(--font-mincho);
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: var(--gold-bright);
  text-align: center;
}
.run__btn {
  padding: 13px 18px;
  font-size: 15px;
}
.run__btn-note {
  margin: 10px 0 0;
  font-family: var(--font-mincho);
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--text-on-dark-mute);
  text-align: center;
}
.run__when {
  text-align: center;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.run__month {
  display: block;
  font-family: var(--font-mincho);
  font-size: 28px;
  font-weight: 600;
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.run__month small {
  font-size: 17px;
  margin: 0 1px;
}
.run__range {
  display: block;
  margin-top: 8px;
  font-family: var(--font-latin);
  font-size: 14px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.06em;
}
.run__range i {
  font-style: italic;
  font-size: 12px;
}
.run__cast {
  font-family: var(--font-mincho);
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--text-on-dark);
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 20px;
}

/* schedule table (used inside each run) */
.schedule {
  width: 100%;
  border-collapse: collapse;
}
.schedule th,
.schedule td {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule-soft);
  text-align: left;
  vertical-align: middle;
}
.schedule tr:last-child th,
.schedule tr:last-child td {
  border-bottom: 0;
}
.schedule th {
  font-family: var(--font-mincho);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-on-dark);
  letter-spacing: 0.02em;
  width: 42%;
  white-space: nowrap;
}
.schedule th span {
  font-size: 12px;
  color: var(--text-on-dark-mute);
  margin-left: 3px;
}
.schedule td { text-align: right; }
.schedule__time {
  display: inline-block;
  font-family: var(--font-mincho);
  font-size: 14px;
  color: var(--text-on-dark);
  letter-spacing: 0.06em;
  padding: 3px 11px;
  margin: 0 0 5px 6px;
  border: 1px solid var(--rule);
  border-radius: 2px;
}
/* 各回の販売状況バッジ（2026-08-07 残席表示ブラッシュアップ） */
.seat {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 7px 2px;
  font-family: var(--font-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  border-radius: 2px;
  vertical-align: 1px;
  white-space: nowrap;
}
.seat--few { color: var(--ink-deep); background: var(--candle); }
.seat--sold { color: var(--text-on-dark-mute); background: transparent; border: 1px solid var(--rule); }
.seat--final { color: var(--gold-bright); background: transparent; border: 1px solid rgba(201, 164, 103, 0.5); }
.schedule__time--sold { color: var(--text-on-dark-mute); opacity: 0.72; }

/* footer: pricing + CTA */
.info__foot {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.info__subhead {
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 600;
  color: var(--gold-bright);
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.info__tax {
  font-size: 12px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.05em;
}
.price-list {
  margin: 0;
  padding: 0;
}
.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule-soft);
  text-align: left;
}
.price-row dt {
  font-family: var(--font-mincho);
  font-size: 16px;
  color: var(--text-on-dark);
  letter-spacing: 0.04em;
  margin: 0;
}
.price-row dt span {
  font-size: 12px;
  color: var(--text-on-dark-mute);
  margin-left: 4px;
  letter-spacing: 0;
}
.price-row dd {
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin: 0;
  white-space: nowrap;
}
.info__note {
  font-family: var(--font-mincho);
  font-size: 13px;
  line-height: 1.95;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.03em;
  margin: 16px 0 0;
  text-align: left;
}
.info__btn {
  margin: 32px auto 0;
  max-width: 420px;
}
.info__channel {
  font-family: var(--font-mincho);
  font-size: 12.5px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.08em;
  margin: 14px 0 0;
}

/* cast photo row inside a .run card (2026-08-21 次回公演追加) */
.run__cast-photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 16px;
}
.run__cast-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 74px;
}
.run__cast-photo img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 50%;
  border: 1px solid var(--rule);
}
.run__cast-photo .run__cast-role {
  font-family: var(--font-mincho);
  font-size: 10px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.03em;
}
.run__cast-photo .run__cast-name {
  font-family: var(--font-mincho);
  font-size: 11.5px;
  color: var(--text-on-dark);
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
}
.run__pianist {
  font-family: var(--font-mincho);
  font-size: 11.5px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.02em;
  text-align: center;
  margin: -6px 0 16px;
}

/* secondary price table for tiered (昼/夜/学生) pricing (2026-08-21 11-12月公演追加) */
.price-table-wrap { margin: 0 0 28px; }
.price-table-wrap:last-of-type { margin-bottom: 0; }
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}
.price-table th,
.price-table td {
  padding: 10px 4px;
  text-align: center;
  border-bottom: 1px solid var(--rule-soft);
  font-family: var(--font-mincho);
  font-size: 13px;
  color: var(--text-on-dark);
}
.price-table th:first-child,
.price-table td:first-child {
  text-align: left;
}
.price-table thead th {
  color: var(--text-on-dark-mute);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--rule);
}
.price-table tbody td:not(:first-child) {
  font-weight: 600;
  color: var(--gold-bright);
  letter-spacing: 0.02em;
}

@media (max-width: 960px) {
  .info { padding: 64px 0; }
  .info__runs { grid-template-columns: 1fr; gap: 18px; max-width: 480px; margin-left: auto; margin-right: auto; }
  .info__kicker h2 { font-size: 42px; }
  .schedule th { width: 46%; }
}

/* ────────────  STORY  ──────────── */
.story {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.story::before, .story::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(80,50,15,0.18), transparent 70%);
}
.story::before { top: -120px; left: -120px; width: 400px; height: 400px; }
.story::after { bottom: -160px; right: -180px; width: 520px; height: 520px; }

.story__inner {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 96px 32px 96px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.story__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  overflow: hidden;
  background: var(--ink);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.4) inset,
    0 30px 60px -20px rgba(40,25,10,0.45);
}
.story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 110%, rgba(0,0,0,0.55), transparent 55%),
    radial-gradient(ellipse at 40% 35%, rgba(232,183,112,0.18), transparent 50%);
}

.story__visual img,
.story__visual svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.story__head {
  margin: 0 0 28px;
}

.story__kicker {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 8px;
}

.story__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--gold-deep);
  letter-spacing: 0.04em;
  margin: 0;
}

.story__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 16px;
  color: var(--text-on-light-mute);
  letter-spacing: 0.5em;
  margin-left: -2px;
}

.story__rule {
  width: 48px;
  height: 1px;
  background: var(--gold-deep);
  opacity: 0.55;
  margin: 14px 0 0;
}

.story__body {
  font-family: var(--font-mincho);
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.05em;
  color: var(--text-on-light);
  margin: 0;
}
.story__body p {
  margin: 0 0 20px;
}
.story__body p:last-child { margin-bottom: 0; }
.story__body .ruby {
  color: var(--gold-deep);
  font-weight: 500;
}

.story__pullquote {
  margin: 36px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--rule);
  font-family: var(--font-mincho);
  font-size: 15px;
  line-height: 2;
  color: var(--text-on-light-mute);
  font-style: italic;
  letter-spacing: 0.08em;
}

/* ────────────  MOVIE  ──────────── */
.movie {
  background: var(--ink);
  padding: 96px 0 80px;
  /* Highlights(暗)→Movie(暗)の連続になったため継ぎ目の罫線を追加(2026-07-17入替) */
  border-top: 1px solid rgba(201, 164, 103, 0.12);
}

.movie__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

.movie__head {
  margin: 0 0 48px;
  text-align: center;
}
.movie__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}
.movie__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin: 0;
}
.movie__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 16px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.5em;
}
.movie__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 0;
}

.movie__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.movie__item {
  display: flex;
  flex-direction: column;
}

.movie__label {
  font-family: var(--font-mincho);
  font-size: 15px;
  color: var(--gold-bright);
  letter-spacing: 0.18em;
  margin: 0 0 16px;
  text-align: center;
}

.movie__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.7);
}
.movie__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 960px) {
  .movie { padding: 72px 0; }
  .movie__grid { grid-template-columns: 1fr; gap: 36px; }
  .movie__kicker h2 { font-size: 44px; }
}

/* ────────────  VENUE  ──────────── */
.venue {
  background: var(--ink);
  padding: 96px 0 96px;
  border-top: 1px solid rgba(201, 164, 103, 0.12);
  border-bottom: 1px solid rgba(201, 164, 103, 0.12);
}

.venue__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

.venue__head {
  margin: 0 0 48px;
  text-align: center;
}
.venue__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}
.venue__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin: 0;
}
.venue__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 16px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.5em;
}
.venue__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 0;
}

.venue__body {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: stretch;
}

.venue__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}
.venue__label {
  font-family: var(--font-mincho);
  font-size: 12px;
  color: var(--gold-bright);
  letter-spacing: 0.3em;
  margin: 0 0 12px;
  text-transform: none;
}
.venue__name {
  font-family: var(--font-mincho);
  font-size: 32px;
  font-weight: 600;
  color: var(--text-on-dark);
  letter-spacing: 0.06em;
  margin: 0 0 28px;
  line-height: 1.4;
}
.venue__meta {
  margin: 0 0 32px;
  padding: 0;
}
.venue__meta-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--rule-soft);
}
.venue__meta-row:last-child {
  border-bottom: 1px solid var(--rule-soft);
}
.venue__meta-row dt {
  font-family: var(--font-mincho);
  font-size: 13px;
  color: var(--gold-bright);
  letter-spacing: 0.2em;
  margin: 0;
  padding-top: 4px;
}
.venue__meta-row dd {
  font-family: var(--font-mincho);
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-on-dark);
  letter-spacing: 0.05em;
  margin: 0;
}

.venue__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px 14px 24px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  color: var(--text-on-dark);
  font-family: var(--font-mincho);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-decoration: none;
  align-self: flex-start;
  background: rgba(201, 164, 103, 0.04);
  transition: all .25s ease;
}
.venue__link:hover {
  background: var(--gold);
  color: var(--ink-deep);
  border-color: var(--gold);
}
.venue__link .arrow {
  display: inline-flex;
  transition: transform .25s ease;
  color: var(--gold-bright);
}
.venue__link:hover .arrow {
  transform: translateX(3px);
  color: var(--ink-deep);
}

.venue__map {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 360px;
  background: var(--ink-deep);
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.7);
}
.venue__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  /* tone the map down to match the cinematic palette */
  filter: grayscale(0.35) sepia(0.25) brightness(0.9) contrast(1.05);
  transition: filter .35s ease;
}
.venue__map:hover iframe {
  filter: none;
}

@media (max-width: 960px) {
  .venue { padding: 72px 0; }
  .venue__body { grid-template-columns: 1fr; gap: 40px; }
  .venue__name { font-size: 26px; }
  .venue__kicker h2 { font-size: 44px; }
  .venue__map { min-height: 300px; }
}

/* ────────────  CTA BANNER  ──────────── */
.cta-banner {
  background: var(--ink);
  padding: 80px 0;
  position: relative;
}
.cta-banner__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

.cta-frame {
  position: relative;
  background: linear-gradient(180deg, #221810 0%, #110a05 100%);
  border: 1px solid rgba(201,164,103,0.3);
  border-radius: 4px;
  padding: 56px 56px 52px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  overflow: hidden;
}

.cta-frame .corner-tl,
.cta-frame .corner-tr,
.cta-frame .corner-bl,
.cta-frame .corner-br {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid var(--gold);
  opacity: 0.65;
}
.cta-frame .corner-tl { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.cta-frame .corner-tr { top: 12px; right: 12px; border-left: 0; border-bottom: 0; }
.cta-frame .corner-bl { bottom: 12px; left: 12px; border-right: 0; border-top: 0; }
.cta-frame .corner-br { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }

.cta-frame__left {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.cta-cal-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-bright);
  margin-top: 6px;
}
.cta-cal-icon svg { width: 26px; height: 26px; }

.cta-frame__content { flex: 1; min-width: 0; }

.cta-frame__title {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-on-dark);
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  line-height: 1.5;
}

.cta-frame__divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
}
.cta-frame__divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.55;
}
.cta-frame__divider em {
  font-family: var(--font-mincho);
  font-style: normal;
  font-size: 14px;
  color: var(--gold-bright);
  letter-spacing: 0.2em;
}

.cta-frame__btn-wrap {
  margin-top: 22px;
}
.cta-frame__btn-wrap .btn-ticket {
  max-width: 460px;
  font-size: 18px;
}
.cta-frame__note {
  margin: 14px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-on-dark-mute);
}

.cta-frame__visual {
  position: relative;
  height: 220px;
}

/* ────────────  PROFILE  ──────────── */
.profile {
  background: var(--ink);
  padding: 88px 0 88px;
  border-top: 1px solid rgba(201, 164, 103, 0.12);
}
.profile__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.profile__head {
  margin: 0 0 48px;
  text-align: center;
}
.profile__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}
.profile__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  margin: 0;
}
.profile__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 15px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.45em;
}
.profile__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 0;
}
.profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}
.profile-card {
  padding: 34px 30px 30px;
  background: linear-gradient(180deg, rgba(34,24,16,0.5) 0%, rgba(16,11,6,0.5) 100%);
  border: 1px solid var(--rule-soft);
  border-radius: 4px;
}
.profile-card__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.profile-card__photo {
  flex: 0 0 116px;
  width: 116px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--rule);
  box-shadow: 0 12px 28px -14px rgba(0,0,0,0.7);
}
.profile-card__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.profile-card__head {
  flex: 1;
  min-width: 0;
}
.profile-card__role {
  font-family: var(--font-mincho);
  font-size: 12px;
  color: var(--gold-bright);
  letter-spacing: 0.22em;
  margin: 0 0 10px;
}
.profile-card__name {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-on-dark);
  letter-spacing: 0.06em;
  margin: 0;
}
.profile-card__roman {
  display: block;
  margin-top: 6px;
  font-family: var(--font-latin);
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.06em;
}
.profile-card__bio {
  font-family: var(--font-mincho);
  font-size: 14px;
  line-height: 2.05;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.03em;
  margin: 0;
}

@media (max-width: 960px) {
  .profile { padding: 64px 0; }
  .profile__grid { grid-template-columns: 1fr; gap: 20px; }
  .profile__kicker h2 { font-size: 42px; }
}

/* ────────────  STAFF  ──────────── */
.staff {
  background: var(--ink-deep);
  padding: 72px 0 80px;
  border-top: 1px solid rgba(201,164,103,0.15);
}
.staff__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
  align-items: start;
}

.staff__head h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: var(--text-on-dark);
  margin: 0;
  letter-spacing: 0.04em;
}
.staff__head .ja {
  display: block;
  margin-top: 6px;
  font-family: var(--font-mincho);
  font-size: 13px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.5em;
}
.staff__head .rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
  margin-top: 18px;
}

.staff__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 20px;
}

.staff-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.staff-item__role {
  font-family: var(--font-mincho);
  font-size: 12px;
  color: var(--gold-bright);
  letter-spacing: 0.18em;
  margin: 0 0 10px;
  line-height: 1.6;
  min-height: 2.4em;
}
.staff-item__name {
  font-family: var(--font-mincho);
  font-size: 19px;
  font-weight: 500;
  color: var(--text-on-dark);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}
.staff-item__name--compact {
  font-size: 14.5px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* ────────────  FOOTER  ──────────── */
.footer {
  background: var(--paper);
  padding: 28px 0 30px;
  border-top: 1px solid rgba(201,164,103,0.4);
}
.footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.footer__logo img {
  height: 32px;
  width: auto;
}
.footer__copy {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 12px;
  color: var(--text-on-light-mute);
  letter-spacing: 0.05em;
}
.footer__sns {
  display: flex;
  gap: 10px;
}
.footer__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(80,50,15,0.3);
  border-radius: 50%;
  color: var(--text-on-light-mute);
  transition: all .2s ease;
  text-decoration: none;
}
.footer__sns a:hover {
  background: var(--ink);
  color: var(--gold-bright);
  border-color: var(--ink);
}
.footer__sns svg { width: 14px; height: 14px; }

/* ────────────  Reveal animations  ──────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s ease, transform .9s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }

/* ────────────  Theme variants (driven by Tweaks)  ──────────── */
.theme-twilight {
  --ink-deep: #0b1018;
  --ink: #131a26;
  --ink-soft: #1b2433;
  --gold: #a6b8d6;
  --gold-bright: #cfd9eb;
  --gold-deep: #5a6f95;
  --candle: #b9c8e2;
  --rule: rgba(166,184,214,0.35);
  --rule-soft: rgba(166,184,214,0.18);
  --text-on-dark: #dee5f1;
  --text-on-dark-mute: #9ba9c0;
}

.theme-monochrome {
  --gold: #c9c4bd;
  --gold-bright: #e5e0d8;
  --gold-deep: #6b6660;
  --candle: #b8b3ad;
  --rule: rgba(201,196,189,0.3);
  --text-on-dark: #ece8e0;
  --text-on-dark-mute: #968f86;
}

/* ────────────  Layout: hero portrait vs balanced  ──────────── */
.lp[data-hero="portrait"] .hero__inner {
  grid-template-columns: 1fr;
  max-width: 1000px;
  text-align: center;
  justify-items: center;
}
.lp[data-hero="portrait"] .hero__rule { margin-left: auto; margin-right: auto; }
.lp[data-hero="portrait"] .ticket-card {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

/* ────────────  Responsive  ──────────── */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; padding: 56px 24px 48px; gap: 32px; min-height: auto; }
  /* B案: モバイルはストリップを少し低くして1.5枚見えを確保 */
  .hero__strip img { height: 210px; }
  .hero__strip-caption { padding: 8px 24px 22px; font-size: 11px; }
  .hero__tagline, .hero__lead { text-shadow: 0 1px 14px rgba(10,7,5,0.9), 0 0 4px rgba(10,7,5,0.7); }
  .story__inner { grid-template-columns: 1fr; gap: 36px; padding: 72px 24px; }
  .cta-frame { grid-template-columns: 1fr; padding: 40px 28px; }
  .cta-frame__visual { display: none; }
  .staff__inner { grid-template-columns: 1fr; gap: 28px; }
  .staff__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 560px) {
  .hero__title img { width: 70%; }
  .ticket-card { padding: 26px 22px; }
  .cta-frame__title { font-size: 18px; }
  .staff__grid { grid-template-columns: 1fr 1fr; }
}

/* ────────────  v5 additions (2026-07-12 CRO改修)  ──────────── */

/* hero: 日程・価格ファクト */
.ticket-card__facts {
  margin: -8px 0 16px;
  text-align: center;
}
.ticket-card__facts p {
  margin: 0 0 8px;
  font-family: var(--font-mincho);
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--text-on-dark);
}
.ticket-card__facts p:last-child {
  margin-bottom: 0;
  color: var(--gold-bright);
}

/* hero: 開幕カウントダウン（JSが自動計算） */
.ticket-card__countdown {
  display: block;
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  border: 1px solid rgba(201, 164, 103, 0.45);
  border-radius: 2px;
  padding: 7px 10px;
  margin: 0 0 18px;
}
.ticket-card__countdown[hidden] { display: none; }

/* info: 比較的空きのある回の案内 */
.run__slots {
  margin: 0 0 14px;
  font-family: var(--font-mincho);
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: var(--text-on-dark);
  text-align: center;
  border: 1px dashed rgba(201, 164, 103, 0.4);
  border-radius: 2px;
  padding: 8px 10px;
}
.run__slots strong {
  color: var(--gold-bright);
  font-weight: 600;
}

/* CTAバナー: 7月/8月 2ボタン化 */
.cta-frame__btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 460px;
}
.cta-frame__btn-wrap .btn-ticket { font-size: 16px; }

/* a11y: スクリーンリーダー専用テキスト */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* v5: モバイル修正 */
@media (max-width: 640px) {
  /* 会場マップのはみ出し修正：aspect-ratio 4/3 と min-height の競合で
     狭い画面では高さ300px→幅400pxに膨張しビューポートを超えていた既存バグ */
  .venue__map { min-height: 0; }
  /* CTAバナー2ボタンの折返し高さ抑制 */
  .cta-frame__btn-wrap .btn-ticket {
    font-size: 14.5px;
    letter-spacing: 0.08em;
    padding: 15px 16px;
  }
}

/* ────────────  VOICES（ご来場者の声）  ──────────── */
.voices {
  background: var(--ink-deep);
  padding: 96px 0 88px;
  border-top: 1px solid rgba(201, 164, 103, 0.12);
}
.voices__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.voices__head {
  margin: 0 0 44px;
  text-align: center;
}
.voices__kicker {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
.voices__kicker h2 {
  font-family: var(--font-latin);
  font-weight: 500;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--gold-bright);
  margin: 0;
}
.voices__kicker .ja {
  font-family: var(--font-mincho);
  font-size: 16px;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.5em;
}
.voices__rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
  margin: 18px auto 0;
}
.voices__intro {
  font-family: var(--font-mincho);
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-on-dark-mute);
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}
.voices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.voice-card {
  position: relative;
  background: linear-gradient(175deg, var(--paper) 0%, var(--cream-soft) 100%);
  border: 1px solid rgba(201, 164, 103, 0.45);
  border-radius: 4px;
  padding: 32px 30px 26px;
  margin: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.voice-card::before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: 16px;
  font-family: var(--font-latin);
  font-size: 64px;
  line-height: 1;
  color: var(--gold-deep);
  opacity: 0.38;
  pointer-events: none;
}
.voice-card blockquote {
  margin: 0;
  font-family: var(--font-mincho);
  font-size: 15px;
  line-height: 2.05;
  letter-spacing: 0.03em;
  color: var(--text-on-light);
}
.voice-card--featured {
  grid-column: 1 / -1;
  border-color: var(--gold);
  padding: 38px 40px 32px;
}
.voice-card--featured blockquote {
  font-size: 16.5px;
}
.voice-card--wide {
  grid-column: 1 / -1;
  max-width: 660px;
  width: 100%;
  justify-self: center;
}
@media (max-width: 900px) {
  .voices { padding: 68px 0 64px; }
  .voices__kicker h2 { font-size: 44px; }
  .voices__grid { grid-template-columns: 1fr; gap: 14px; }
  .voice-card { padding: 26px 22px 22px; }
  .voice-card--featured { padding: 28px 24px 24px; }
  .voice-card blockquote { font-size: 14.5px; line-height: 1.95; }
  .voice-card--featured blockquote { font-size: 15.5px; }
}
