:root {
  --ink: #17120f;
  --paper: #f7f0e3;
  --paper-deep: #dbc7a9;
  --red: #b40f12;
  --red-bright: #df1f1d;
  --blue: #06449a;
  --gold: #c2a46a;
  --bronze: #6f4a31;
  --night: #130d0a;
  --night-soft: #21130e;
  --indigo: #07102a;
  --shadow: rgba(0, 0, 0, 0.35);
  --max: 1160px;
  --header-height: 62px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--paper);
  background: var(--night);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  line-height: 1.8;
}

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

a {
  color: inherit;
}

main {
  display: flex;
  flex-direction: column;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--header-height);
  padding: 16px clamp(18px, 4vw, 52px);
  background: rgba(23, 18, 15, 0.96);
  backdrop-filter: blur(10px);
}

.brand,
.site-header nav a {
  text-decoration: none;
}

.brand {
  font-weight: 700;
  color: var(--paper);
}

.site-header nav {
  display: flex;
  gap: clamp(12px, 2vw, 26px);
  font-size: 14px;
  color: rgba(247, 240, 227, 0.85);
}

.hero {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-rows: minmax(46svh, auto) auto;
  background:
    linear-gradient(180deg, rgba(23, 18, 15, 0.2), rgba(23, 18, 15, 0.95)),
    url("assets/cover-spread.jpg") center/cover fixed;
}

.hero-video {
  position: relative;
  min-height: 46svh;
  overflow: clip;
  background:
    radial-gradient(circle at 50% 46%, rgba(180, 15, 18, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(6, 68, 154, 0.16), rgba(23, 18, 15, 0.22)),
    #060504;
}

.trailer {
  width: 100%;
  height: 100%;
  min-height: 46svh;
  object-fit: contain;
  opacity: 1;
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.52));
}

.play-buttons {
  position: absolute;
  left: 50%;
  top: 74%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(560px, calc(100% - 32px));
}

.play-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 14px 24px;
  border: 1px solid rgba(247, 240, 227, 0.6);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(23, 18, 15, 0.72);
  box-shadow: 0 20px 55px var(--shadow);
  font: 700 16px/1.2 "Hiragino Sans", "Yu Gothic", sans-serif;
  cursor: pointer;
}

.play-button.secondary {
  background: rgba(23, 18, 15, 0.58);
  border-color: rgba(247, 240, 227, 0.38);
}

.video-switcher {
  justify-self: end;
  align-self: start;
  display: inline-flex;
  gap: 8px;
  margin: 14px clamp(16px, 3vw, 34px) 0;
  padding: 6px;
  border: 1px solid rgba(247, 240, 227, 0.24);
  border-radius: 999px;
  background: rgba(7, 6, 5, 0.62);
  backdrop-filter: blur(8px);
}

.video-switcher button {
  min-height: 36px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  color: rgba(247, 240, 227, 0.74);
  background: transparent;
  font: 700 13px/1.2 "Hiragino Sans", "Yu Gothic", sans-serif;
  cursor: pointer;
}

.video-switcher button.is-active {
  color: #fff;
  background: var(--red);
}

.play-mark {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--red-bright);
}

.hero-video.is-playing .play-buttons {
  opacity: 0;
  pointer-events: none;
}

.hero-copy {
  width: min(100%, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(30px, 4vw, 54px) clamp(20px, 4vw, 52px) clamp(42px, 6vw, 76px);
}

.hero-intro span {
  display: block;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font: 700 12px/1.4 "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1.18;
  font-weight: 800;
}

h1 {
  font-size: clamp(48px, 9vw, 132px);
}

h1 span {
  color: var(--red-bright);
}

h2 {
  font-size: clamp(28px, 4vw, 54px);
}

.lead {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(20px, 2.6vw, 34px);
}

.author-line {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
}

.hero-intro {
  max-width: min(1180px, 100%);
  margin: 24px 0 0;
  color: rgba(247, 240, 227, 0.92);
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.75;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.82);
}

.commentary .section-grid.compact h2 {
  font-size: clamp(30px, 3.45vw, 48px);
  white-space: nowrap;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font: 700 14px/1.2 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.button.primary {
  color: #fff;
  background: var(--red);
}

.button.secondary {
  color: var(--paper);
  border: 1px solid rgba(247, 240, 227, 0.35);
  background: rgba(247, 240, 227, 0.08);
}

.section-band {
  padding: clamp(72px, 10vw, 136px) clamp(20px, 4vw, 52px);
  background:
    linear-gradient(180deg, rgba(19, 13, 10, 0.97), rgba(33, 19, 14, 0.92)),
    url("assets/hero-background.jpeg") center/cover;
}

.section-band.light {
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(19, 13, 10, 0.92), rgba(7, 16, 42, 0.88)),
    url("assets/hero-background.jpeg") center/cover;
}

.section-grid {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.buy .section-grid,
.news .section-grid {
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
}

.book-intro {
  order: 9;
  background:
    linear-gradient(180deg, rgba(19, 13, 10, 0.98), rgba(7, 16, 42, 0.9)),
    url("assets/cover-illustration-close.jpg") center/cover;
}

.book-showcase {
  width: min(860px, 100%);
  margin: 0 auto clamp(42px, 7vw, 82px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 44px);
  align-items: end;
}

.book-showcase figure {
  margin: 0;
  display: grid;
  justify-items: center;
}

.book-showcase img {
  width: auto;
  height: min(clamp(420px, 58vw, 640px), 82vw);
  max-width: 100%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

.book-showcase figcaption {
  margin-top: 12px;
  color: var(--gold);
  font: 700 13px/1.4 "Hiragino Sans", "Yu Gothic", sans-serif;
  text-align: center;
}

.book-info {
  width: min(100%, calc(100% - 40px));
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 52px);
}

.book-info-heading {
  width: 100%;
}

.book-info-layout {
  margin-top: clamp(26px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
  scroll-margin-top: 88px;
}

.section-grid.compact {
  align-items: start;
}

.commentary .section-grid.compact {
  align-items: stretch;
}

.accent-centered .section-grid.compact::before,
.accent-centered .interview-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--gold);
  transform: translateX(-50%);
}

.commentary .section-grid.compact > .reveal:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(18px, 4vw, 42px);
}

.cover-stack {
  margin: 0;
}

.cover-stack img {
  width: min(420px, 100%);
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.interview-panel p {
  width: 100%;
  margin: 0;
  font-size: 18px;
}

.book-info-heading h2 {
  max-width: none;
}

.book-info-cover {
  margin: 36px 0 0;
}

.book-info-cover img {
  width: 100%;
  max-width: 430px;
  border-radius: 4px;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.38);
}

.bookstore-note {
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(194, 164, 106, 0.3);
  color: rgba(247, 240, 227, 0.9);
  background: linear-gradient(90deg, rgba(194, 164, 106, 0.11), rgba(247, 240, 227, 0.05));
  font-size: 15px;
  line-height: 1.75;
}

.spec-list {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  border-top: 1px solid rgba(247, 240, 227, 0.18);
}

.spec-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 240, 227, 0.18);
}

.spec-list dt {
  color: var(--gold);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
}

.spec-list dd {
  margin: 0;
}

.buy-spec {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
}

.buy-spec div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
}

.buy-spec dt {
  color: var(--gold);
  font-weight: 700;
}

.buy-spec dd {
  margin: 0;
}

.quote-stage {
  order: 3;
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(72px, 10vw, 140px) 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 7, 6, 0.96), rgba(9, 7, 6, 0.68), rgba(9, 7, 6, 0.96)),
    url("assets/hero-background.jpeg") center top/cover fixed;
}

.quote-bg {
  display: none;
}

.quote-panel {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(10px, 2vw, 24px) 0;
}

.quote-panel > .section-kicker {
  font-size: clamp(18px, 2.2vw, 30px);
}

.quote-list {
  display: grid;
  gap: clamp(20px, 4vw, 42px);
  margin-top: 18px;
}

blockquote {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: clamp(16px, 2vw, 24px) 0 clamp(18px, 2.4vw, 30px);
  border-bottom: 1px solid rgba(247, 240, 227, 0.22);
  background: transparent;
  opacity: 0;
  transform: translateX(54px);
}

blockquote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0%, rgba(247, 240, 227, 0.16) 45%, transparent 68%);
  opacity: 0;
  transform: translateX(-120%);
}

blockquote.is-visible {
  animation: quoteSweep 780ms ease both;
}

blockquote.is-visible::before {
  animation: quoteGleam 980ms 120ms ease both;
}

blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1120px;
  font-size: clamp(24px, 3.3vw, 50px);
  line-height: 1.35;
  text-shadow: 0 16px 45px rgba(0, 0, 0, 0.8);
}

cite,
.note {
  color: rgba(247, 240, 227, 0.72);
  font-style: normal;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
}

cite {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 0;
  color: var(--gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 48px);
  line-height: 1.35;
  white-space: nowrap;
}

cite span {
  display: none;
}

.note {
  margin: 26px 0 0;
  text-align: right;
}

.commentary {
  order: 4;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(19, 13, 10, 0.97), rgba(7, 16, 42, 0.88)),
    url("assets/cover-illustration-close.jpg") center/cover;
}

.commentary::before {
  content: "COMMENTARY";
  position: absolute;
  right: 4vw;
  top: 28px;
  color: rgba(194, 164, 106, 0.14);
  font: 900 clamp(54px, 11vw, 148px)/1 "Times New Roman", serif;
  pointer-events: none;
}

.commentary-copy {
  position: relative;
  padding: clamp(26px, 5vw, 52px);
  border-left: 5px solid var(--gold);
  background: rgba(247, 240, 227, 0.08);
  box-shadow:
    inset 24px 0 50px rgba(194, 164, 106, 0.06),
    0 20px 60px rgba(0, 0, 0, 0.16);
}

.commentary-copy p {
  margin: 0 0 18px;
  font-size: 18px;
}

.narrow {
  width: min(820px, 100%);
  margin: 0 auto;
}

.story p,
.context p,
.bookseller-card p,
.buy-copy p,
.section-heading p {
  font-size: 17px;
}

.story p {
  margin: 24px 0 0;
}

.story {
  order: 2;
}

.context {
  order: 5;
  padding: clamp(80px, 11vw, 150px) clamp(20px, 4vw, 52px);
  background:
    linear-gradient(90deg, rgba(7, 16, 42, 0.86), rgba(7, 16, 42, 0.64)),
    url("assets/cover-spread.jpg") center/cover fixed;
}

.interview {
  order: 6;
  position: relative;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(19, 13, 10, 0.98), rgba(7, 16, 42, 0.82)),
    url("assets/hero-background.jpeg") center/cover;
}

.interview::before {
  content: "INTERVIEW";
  position: absolute;
  right: 4vw;
  top: 28px;
  color: rgba(194, 164, 106, 0.16);
  font: 900 clamp(56px, 12vw, 160px)/1 "Times New Roman", serif;
  pointer-events: none;
}

.interview-panel {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(26px, 5vw, 50px);
  min-height: clamp(285px, 33vw, 430px);
  border-left: 5px solid var(--gold);
  color: var(--paper);
  background: rgba(247, 240, 227, 0.08);
  box-shadow:
    inset 24px 0 50px rgba(194, 164, 106, 0.06),
    0 20px 60px rgba(0, 0, 0, 0.16);
}

.interview-grid {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.interview-lede {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interview-lede h2 span {
  display: block;
}

.interview-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(247, 240, 227, 0.18);
  background: linear-gradient(90deg, rgba(180, 15, 18, 0.16), rgba(247, 240, 227, 0.06));
}

.interview-links .button {
  width: 100%;
  min-height: 54px;
  text-align: center;
  line-height: 1.5;
}

.button.interview-video {
  border: 0;
  color: #fff;
  background: var(--red);
}

.button.interview-note,
.button.interview-note-link {
  border-color: rgba(194, 164, 106, 0.38);
  background: rgba(247, 240, 227, 0.1);
}

.interview-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.interview-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interview-youtube-link {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(247, 240, 227, 0.42);
  border-radius: 4px;
  color: var(--paper);
  background: rgba(7, 16, 42, 0.72);
  font: 700 12px/1.2 "Hiragino Sans", "Yu Gothic", sans-serif;
  text-decoration: none;
}

.button.interview-note,
.button.interview-note-link {
  color: var(--paper);
  border: 1px solid rgba(194, 164, 106, 0.38);
  background: rgba(247, 240, 227, 0.1);
}

.button.interview-note {
  cursor: pointer;
}

.button.interview-note-link {
  color: rgba(247, 240, 227, 0.86);
}

.interview-text-scroll {
  position: relative;
  width: 100%;
  max-height: clamp(220px, 28vw, 360px);
  overflow-y: auto;
  padding: 18px 16px 6px 0;
  border-top: 1px solid rgba(247, 240, 227, 0.18);
  border-bottom: 1px solid rgba(247, 240, 227, 0.18);
  scrollbar-color: rgba(194, 164, 106, 0.7) rgba(247, 240, 227, 0.08);
}

.interview-text-scroll::-webkit-scrollbar,
.news-list-wrap::-webkit-scrollbar,
.modal-news-list::-webkit-scrollbar {
  width: 9px;
}

.interview-text-scroll::-webkit-scrollbar-track,
.news-list-wrap::-webkit-scrollbar-track,
.modal-news-list::-webkit-scrollbar-track {
  background: rgba(247, 240, 227, 0.08);
  border-radius: 999px;
}

.interview-text-scroll::-webkit-scrollbar-thumb,
.news-list-wrap::-webkit-scrollbar-thumb,
.modal-news-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(229, 192, 109, 0.92), rgba(155, 13, 18, 0.82));
  border: 2px solid rgba(19, 13, 10, 0.72);
  border-radius: 999px;
}

.interview-text-scroll::after {
  content: "";
  position: sticky;
  bottom: 0;
  display: block;
  height: 42px;
  margin-top: -42px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 16, 42, 0), rgba(7, 16, 42, 0.84));
}

.interview-text-scroll h3,
.interview-text-scroll h4 {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 1.45;
}

.interview-text-scroll h3 {
  font-size: clamp(22px, 2vw, 30px);
}

.interview-text-scroll h4 {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(247, 240, 227, 0.14);
  font-size: clamp(18px, 1.6vw, 23px);
}

.interview-text-scroll p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.85;
}

.interview-text-scroll strong {
  color: rgba(247, 240, 227, 0.94);
}

.interview-text-scroll .interview-date {
  color: rgba(247, 240, 227, 0.62);
  font: 700 12px/1.5 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.interview-text-scroll .note-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
  font: 700 13px/1.6 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.context-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.context-copy {
  min-height: 520px;
  padding: clamp(26px, 5vw, 54px);
  background: rgba(19, 13, 10, 0.84);
}

.context-copy p {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.68;
}

.context-copy h2,
.context-copy [data-context-body] {
  transition: opacity 180ms ease, transform 180ms ease;
}

.context-copy.is-changing h2,
.context-copy.is-changing [data-context-body] {
  opacity: 0;
  transform: translateY(8px);
}

.context-visual {
  width: min(520px, 100%);
  justify-self: center;
  display: grid;
  gap: 14px;
}

.context-photo-window {
  position: relative;
  height: clamp(158px, 17vw, 205px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 240, 227, 0.22);
  background: #920c0f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.context-photo-window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.12) contrast(1.05);
  opacity: 0.82;
  transform: scale(1.2);
}

.context-photo-window figcaption {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(16px, 2vw, 22px);
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 217, 132, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(176, 12, 16, 0.96), rgba(96, 8, 11, 0.96));
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: clamp(14px, 1.18vw, 16px);
  line-height: 1.66;
  letter-spacing: 0;
}

.context-photo-window figcaption[hidden] {
  display: none;
}

.context-photo-window figcaption strong {
  display: block;
  margin-bottom: 8px;
  color: #120c08;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 800;
  line-height: 1.15;
}

.context-photo-window figcaption span {
  display: block;
}

.context-photo-window.is-active img {
  opacity: 0.18;
  transform: scale(1.24);
}

.slogan-cards {
  display: grid;
  gap: 10px;
}

.slogan-cards article {
  min-height: 70px;
  padding: 14px 20px;
  border-left: 5px solid var(--gold);
  background:
    linear-gradient(135deg, rgba(180, 15, 18, 0.92), rgba(98, 10, 10, 0.84));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  cursor: default;
  display: flex;
  align-items: center;
}

.slogan-cards article:hover,
.slogan-cards article:focus {
  outline: 1px solid rgba(247, 240, 227, 0.42);
  background:
    linear-gradient(135deg, rgba(218, 25, 24, 0.96), rgba(114, 12, 10, 0.9));
}

.slogan-cards h3 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.2;
}

.slogan-cards p {
  display: none;
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
}

.voice-cloud {
  display: grid;
  gap: 18px;
  width: max-content;
}

.voice-row {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: voiceLoop 135s linear infinite;
  will-change: transform;
}

.voice-row:nth-child(2) {
  transform: translateX(-280px);
  animation-name: voiceLoopAlt;
  animation-duration: 92s;
}

.voice-row:nth-child(3) {
  transform: translateX(-150px);
  animation-name: voiceLoopThird;
  animation-duration: 56s;
}

.voice-strip {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
}

.voice-strip:hover .voice-row {
  animation-play-state: running;
}

.reader-data-note {
  width: min(var(--max), calc(100% - 40px));
  margin: 26px auto 0;
  color: rgba(247, 240, 227, 0.48);
  font: 12px/1.9 "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0.01em;
}

.voice-nav {
  display: none;
}

.voice-card {
  position: relative;
  flex: 0 0 min(520px, 84vw);
  min-height: 218px;
  max-height: 250px;
  padding: 22px 24px 20px;
  border: 1px solid rgba(194, 164, 106, 0.36);
  border-radius: 8px;
  color: #1d1713;
  background:
    linear-gradient(135deg, rgba(255, 251, 241, 0.98), rgba(245, 235, 214, 0.95));
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  cursor: pointer;
  overflow: hidden;
}

.voice-card::before {
  content: none;
}

.voice-card.reveal {
  opacity: 1;
  transform: none;
}

.voice-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 0;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.voice-more {
  display: inline-block;
  margin: 8px 0 0;
  color: rgba(126, 96, 45, 0.86);
  font: 700 clamp(13px, 0.98vw, 15px)/1.4 "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  letter-spacing: 0;
}

@keyframes voiceLoop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes voiceLoopAlt {
  from { transform: translateX(-280px); }
  to { transform: translateX(calc(-50% - 280px)); }
}

@keyframes voiceLoopThird {
  from { transform: translateX(-150px); }
  to { transform: translateX(calc(-50% - 150px)); }
}

@keyframes quoteSweep {
  from {
    opacity: 0;
    transform: translateX(54px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes quoteGleam {
  from {
    opacity: 0;
    transform: translateX(-120%);
  }
  35% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(120%);
  }
}

.voices {
  order: 7;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(19, 13, 10, 0.9), rgba(19, 13, 10, 0.88)),
    url("assets/recommend-background.jpeg") center/cover fixed;
}

.survey {
  order: 8;
  background:
    radial-gradient(circle at 78% 18%, rgba(180, 15, 18, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(19, 13, 10, 0.95), rgba(7, 16, 42, 0.88)),
    url("assets/hero-background.jpeg") center/cover fixed;
}

.survey-dashboard {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid rgba(194, 164, 106, 0.26);
  background: linear-gradient(135deg, rgba(7, 16, 42, 0.56), rgba(19, 13, 10, 0.72));
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.3);
}

.survey-chart {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  border-top: 1px solid rgba(247, 240, 227, 0.12);
  border-left: 5px solid rgba(194, 164, 106, 0.82);
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.survey-chart:first-child {
  border-top: 0;
}

.survey-chart.wide {
  grid-column: auto;
}

.survey-chart-head {
  display: grid;
  gap: 4px;
}

.survey-chart-head p {
  margin: 0;
  color: var(--gold);
  font: 800 13px/1 "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.survey-chart-head h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.35;
}

.survey-chart-head small {
  color: rgba(219, 199, 169, 0.82);
  font: 700 13px/1.5 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.survey-stack {
  display: flex;
  min-height: 64px;
  overflow: hidden;
  border: 1px solid rgba(247, 240, 227, 0.2);
  background: rgba(19, 13, 10, 0.34);
}

.survey-segment {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  width: 0;
  min-width: 0;
  padding: 0;
  color: var(--paper);
  background: var(--color, rgba(247, 240, 227, 0.12));
  overflow: hidden;
  transition: width 950ms cubic-bezier(0.22, 1, 0.36, 1);
}

.survey-segment.primary {
  background: var(--color, var(--red));
}

.survey-chart.is-visible .survey-segment {
  width: calc(var(--value) * 1%);
}

.survey-segment b {
  display: none;
}

.survey-segment em {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 10px;
  color: rgba(255, 252, 244, 0.94);
  font: 800 clamp(15px, 1.7vw, 22px)/1 "Hiragino Sans", "Yu Gothic", sans-serif;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.36);
  white-space: nowrap;
}

.survey-stack.segmented .survey-segment em {
  font-size: clamp(12px, 1.25vw, 18px);
}

.survey-breakdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.survey-breakdown.time-breakdown {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.survey-breakdown li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(247, 240, 227, 0.18);
  background: var(--color, var(--gold));
  box-shadow: inset 0 0 0 1px rgba(19, 13, 10, 0.18);
}

.survey-breakdown li::before {
  content: none;
}

.survey-breakdown span {
  color: rgba(255, 252, 244, 0.96);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.32);
}

.survey-breakdown b {
  display: none;
}

.survey-bars {
  display: grid;
  gap: 12px;
}

.survey-bar {
  position: relative;
  min-height: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 10px 14px;
  overflow: hidden;
  border: 1px solid rgba(247, 240, 227, 0.16);
  background: rgba(19, 13, 10, 0.32);
}

.survey-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, var(--color, var(--red)), rgba(194, 164, 106, 0.16));
  transition: width 950ms cubic-bezier(0.22, 1, 0.36, 1);
}

.survey-chart.is-visible .survey-bar::before {
  width: calc(var(--value) * 1%);
}

.survey-bar span,
.survey-bar b {
  position: relative;
  z-index: 1;
}

.survey-bar span {
  color: var(--paper);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.35;
}

.survey-bar b {
  color: var(--gold);
  font-size: 20px;
}

.survey-bars.compact {
  margin-bottom: 18px;
}

.survey-note {
  margin: 0;
  color: rgba(247, 240, 227, 0.82);
  font-size: clamp(15px, 1.35vw, 18px);
}

.survey-chart:hover {
  border-color: rgba(194, 164, 106, 0.5);
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.38);
}

.survey-bar:hover {
  border-color: rgba(247, 240, 227, 0.28);
  background: rgba(247, 240, 227, 0.07);
}

@keyframes surveyFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news {
  order: 1;
}

.news.section-band.light {
  background:
    linear-gradient(90deg, rgba(19, 13, 10, 0.94), rgba(19, 13, 10, 0.72)),
    url("assets/recommend-background.jpeg") center/cover fixed;
}

.booksellers {
  order: 11;
}

.buy {
  order: 10;
}

.buy .section-grid {
  grid-template-columns: 1fr;
  gap: 22px;
}

.buy-copy {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.voice-card span {
  display: block;
  margin-top: 8px;
  color: rgba(86, 58, 24, 0.96);
  font: 700 clamp(16px, 1.2vw, 19px)/1.45 "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.news-list-wrap {
  position: relative;
  max-height: 214px;
  overflow: auto;
  padding-right: 12px;
  border-top: 1px solid rgba(247, 240, 227, 0.18);
  border-bottom: 1px solid rgba(247, 240, 227, 0.18);
  scrollbar-color: rgba(194, 164, 106, 0.7) rgba(247, 240, 227, 0.08);
}

.news-list-wrap::after {
  content: "";
  position: sticky;
  bottom: 0;
  display: block;
  height: 42px;
  margin-top: -42px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(19, 13, 10, 0), rgba(19, 13, 10, 0.84));
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  border-bottom: 1px solid rgba(247, 240, 227, 0.18);
}

.news-list button {
  width: 100%;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 18px 0;
  border: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.news-list button:hover span {
  color: var(--gold);
}

.news-more {
  grid-column: 2;
  justify-self: end;
  margin-top: -28px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(194, 164, 106, 0.66);
  border-radius: 0;
  color: var(--gold);
  background: transparent;
  font: 700 13px/1.5 "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0.04em;
}

.news-more::after {
  content: "  →";
}

.news-more:hover {
  color: var(--paper);
  border-color: var(--paper);
}

.news-list time {
  color: var(--red);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.booksellers {
  padding: clamp(70px, 10vw, 128px) 20px;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(23, 18, 15, 0.7), rgba(23, 18, 15, 0.96)),
    url("assets/cover-illustration-close.jpg") center/cover;
}

.bookseller-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 6vw, 62px);
  background: rgba(23, 18, 15, 0.82);
  border: 1px solid rgba(247, 240, 227, 0.18);
}

.bookseller-pop {
  margin: 32px 0 0;
}

.pop-preview {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.bookseller-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(247, 240, 227, 0.2);
  background: linear-gradient(90deg, rgba(180, 15, 18, 0.22), rgba(247, 240, 227, 0.07));
}

.bookseller-actions .button {
  width: 100%;
  min-height: 58px;
  padding-inline: 24px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.bookseller-actions .button.secondary {
  background: rgba(247, 240, 227, 0.1);
  border-color: rgba(194, 164, 106, 0.38);
}

.bookseller-actions .button:hover {
  transform: translateY(-2px);
}

.bookseller-pop img {
  width: 100%;
  border: 1px solid rgba(247, 240, 227, 0.22);
  border-radius: 6px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.bookseller-pop figcaption {
  margin-top: 10px;
  color: var(--gold);
  font: 700 13px/1.4 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.bookseller-movie {
  margin: 28px 0 0;
}

.bookseller-movie video {
  width: 100%;
  display: block;
  border: 1px solid rgba(247, 240, 227, 0.22);
  border-radius: 6px;
  background: #000;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.bookseller-movie figcaption {
  margin-top: 10px;
  color: var(--gold);
  font: 700 13px/1.4 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.bookseller-download {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  justify-content: flex-start;
}

.bookseller-download p {
  margin: 0;
  color: rgba(247, 240, 227, 0.72);
  font: 13px/1.6 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.bookseller-use-note {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 240, 227, 0.16);
  color: rgba(247, 240, 227, 0.74);
  font: 13px/1.8 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.store-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  justify-content: center;
  gap: 10px;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.store-link {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(247, 240, 227, 0.22);
  border-radius: 6px;
  text-decoration: none;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: rgba(247, 240, 227, 0.08);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.store-link:hover {
  border-color: rgba(194, 164, 106, 0.72);
  background: rgba(194, 164, 106, 0.14);
  transform: translateY(-2px);
}

.placeholder {
  color: rgba(247, 240, 227, 0.62);
}

.footer {
  padding: 30px 20px 44px;
  color: rgba(247, 240, 227, 0.72);
  text-align: center;
  background: #0d0a08;
  font: 13px/1.6 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.modal[hidden],
.image-modal[hidden] {
  display: none;
}

.modal,
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 5, 4, 0.72);
  backdrop-filter: blur(6px);
}

.modal-panel {
  position: relative;
  width: min(720px, 100%);
  padding: clamp(26px, 5vw, 52px);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(33, 19, 14, 0.96), rgba(7, 16, 42, 0.94));
  border: 1px solid rgba(247, 240, 227, 0.22);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
}

.modal-panel[data-variant="voice"] {
  max-height: min(86svh, 720px);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  color: #1d1713;
  background: rgba(252, 248, 238, 0.97);
  border: 1px solid rgba(194, 164, 106, 0.42);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.modal-panel[data-variant="voice"] .section-kicker,
.modal-panel[data-variant="voice"] .modal-date {
  color: rgba(126, 96, 45, 0.88);
}

.modal-panel[data-variant="voice"] h2 {
  color: rgba(126, 96, 45, 0.98);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.modal-panel[data-variant="voice"] p[data-modal-body] {
  min-height: 0;
  overflow-y: auto;
  padding: 4px 12px 8px 0;
  color: #1d1713;
  scrollbar-color: rgba(194, 164, 106, 0.82) rgba(126, 96, 45, 0.08);
}

.modal-panel[data-variant="voice"] p[data-modal-body]::-webkit-scrollbar {
  width: 9px;
}

.modal-panel[data-variant="voice"] p[data-modal-body]::-webkit-scrollbar-track {
  background: rgba(126, 96, 45, 0.08);
  border-radius: 999px;
}

.modal-panel[data-variant="voice"] p[data-modal-body]::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(194, 164, 106, 0.92), rgba(126, 96, 45, 0.78));
  border: 2px solid rgba(252, 248, 238, 0.9);
  border-radius: 999px;
}

.image-modal-panel {
  position: relative;
  width: min(1040px, 96vw);
  max-height: 92svh;
  display: grid;
  gap: 18px;
  padding: clamp(16px, 3vw, 28px);
  color: var(--paper);
  background: rgba(19, 13, 10, 0.96);
  border: 1px solid rgba(247, 240, 227, 0.22);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
  overflow: auto;
}

.image-modal-panel img {
  width: 100%;
  border-radius: 4px;
}

.image-modal-actions {
  display: flex;
  justify-content: center;
}

.modal-panel h2 {
  font-size: clamp(26px, 4vw, 44px);
}

.modal-date {
  margin: 0 0 12px;
  color: var(--red-bright);
  font: 700 15px/1.4 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.modal-panel p[data-modal-body] {
  margin: 22px 0 0;
  font-size: 17px;
}

.modal-link-row {
  margin: 20px 0 0;
}

.modal-link-row a {
  color: var(--gold);
  font: 700 15px/1.5 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.news-modal-panel {
  width: min(900px, 100%);
  max-height: 86svh;
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr);
  overflow: hidden;
}

.news-modal-lead {
  margin: 8px 0 0;
  color: rgba(247, 240, 227, 0.78);
  font-size: 15px;
}

.news-modal-count {
  margin: 14px 0 0;
  color: var(--red-bright);
  font: 700 13px/1.4 "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
}

.modal-news-list {
  min-height: 0;
  margin-top: 22px;
  padding-right: 10px;
  overflow: auto;
  border-top: 1px solid rgba(247, 240, 227, 0.18);
}

.modal-news-list li {
  border-bottom: 1px solid rgba(247, 240, 227, 0.16);
}

.news-modal-item {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 12px 22px;
  padding: 22px 0;
}

.news-modal-item time {
  grid-row: span 4;
  color: var(--red-bright);
  font: 700 15px/1.5 "Hiragino Sans", "Yu Gothic", sans-serif;
}

.news-modal-item h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.45;
}

.news-modal-item p {
  margin: 0;
  color: rgba(247, 240, 227, 0.84);
  font-size: 15px;
  line-height: 1.9;
}

.news-modal-item a {
  width: fit-content;
  color: var(--gold);
  font: 700 14px/1.5 "Hiragino Sans", "Yu Gothic", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid rgba(194, 164, 106, 0.58);
}

.news-modal-item a:hover {
  color: var(--paper);
  border-color: var(--paper);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(247, 240, 227, 0.28);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(247, 240, 227, 0.08);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.footer p {
  margin: 6px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.voice-card.reveal {
  transition-delay: var(--delay, 0ms);
}

@media (max-width: 820px) {
  :root {
    --header-height: 56px;
  }

  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-rows: minmax(42svh, auto) auto;
  }

  .hero-video,
  .trailer {
    min-height: 42svh;
  }

  .video-switcher {
    justify-self: center;
    margin: 12px 12px 0;
    gap: 4px;
  }

  .video-switcher button {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .section-grid,
  .context-inner,
  .interview-grid,
  .book-info-layout {
    grid-template-columns: 1fr;
  }

  .news .section-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .news-list-wrap {
    max-height: 204px;
    padding-right: 6px;
  }

  .news-more {
    grid-column: 1;
    justify-self: end;
    margin-top: -10px;
  }

  .bookseller-download .button {
    width: 100%;
  }

  .bookseller-actions {
    grid-template-columns: 1fr;
  }

  .commentary .section-grid.compact::before,
  .interview-grid::before {
    display: none;
  }

  .book-showcase,
  .slogan-cards {
    grid-template-columns: 1fr;
  }

  blockquote {
    grid-template-columns: 1fr;
  }

  cite {
    white-space: normal;
  }

  .interview-lede {
    min-height: 0;
  }

  .interview-text-scroll {
    max-height: 320px;
    padding-right: 8px;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .news-list button {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .news-list time {
    font-size: 15px;
  }

  .news-list span {
    font-size: 17px;
    line-height: 1.6;
  }

  .news-modal-panel {
    max-height: 88svh;
    padding: 28px 20px;
  }

  .modal-news-list {
    padding-right: 4px;
  }

  .news-modal-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .news-modal-item time {
    grid-row: auto;
    font-size: 14px;
  }

  .news-modal-item h3 {
    font-size: 20px;
  }

  .voice-strip {
    overflow: hidden;
    padding: 0;
  }

  .voice-cloud.is-mobile-layout {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
    padding: 10px max(30px, calc((100vw - 390px) / 2 + 30px)) 30px;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: max(30px, calc((100vw - 390px) / 2 + 30px));
    border-top: 1px solid rgba(247, 240, 227, 0.18);
    border-bottom: 1px solid rgba(247, 240, 227, 0.18);
    scrollbar-color: rgba(194, 164, 106, 0.78) rgba(247, 240, 227, 0.1);
    perspective: 900px;
  }

  .voice-cloud.is-mobile-layout::-webkit-scrollbar {
    height: 9px;
  }

  .voice-cloud.is-mobile-layout::-webkit-scrollbar-track {
    background: rgba(247, 240, 227, 0.08);
    border-radius: 999px;
  }

  .voice-cloud.is-mobile-layout::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(229, 192, 109, 0.95), rgba(155, 13, 18, 0.82));
    border: 2px solid rgba(19, 13, 10, 0.74);
    border-radius: 999px;
  }

  .voice-row {
    animation-duration: 150s;
  }

  .voice-row:nth-child(2) {
    animation-duration: 105s;
  }

  .voice-row:nth-child(3) {
    animation-duration: 70s;
  }

  .voice-card {
    width: 100%;
    min-height: 0;
    max-height: none;
  }

  .voice-cloud.is-mobile-layout .voice-card {
    flex: 0 0 min(78vw, 320px);
    aspect-ratio: auto;
    min-height: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 22px 20px 18px;
    scroll-snap-align: center;
    opacity: 0.72;
    background: #fcf8ee;
    transform: translateX(0) rotateY(-18deg) scale(0.86);
    transform-origin: center center;
    transition: transform 260ms ease, opacity 260ms ease, box-shadow 260ms ease;
    box-shadow:
      -18px 20px 44px rgba(0, 0, 0, 0.32),
      10px 0 0 rgba(194, 164, 106, 0.18);
  }

  .voice-cloud.is-mobile-layout .voice-card.is-before {
    z-index: 1;
    transform: translateX(14px) rotateY(22deg) scale(0.84);
    transform-origin: center right;
  }

  .voice-cloud.is-mobile-layout .voice-card.is-after {
    z-index: 1;
    transform: translateX(-14px) rotateY(-22deg) scale(0.84);
    transform-origin: center left;
  }

  .voice-cloud.is-mobile-layout .voice-card.is-active {
    z-index: 8;
    opacity: 1;
    background: #fffaf0;
    transform: translateX(0) rotateY(0deg) scale(1);
    box-shadow:
      0 24px 68px rgba(0, 0, 0, 0.46),
      0 0 0 1px rgba(194, 164, 106, 0.46);
  }

  .voice-cloud.is-mobile-layout .voice-card:focus,
  .voice-cloud.is-mobile-layout .voice-card:hover {
    opacity: 1;
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.4),
      0 0 0 1px rgba(194, 164, 106, 0.42);
  }

  .voice-cloud.is-mobile-layout .voice-card p {
    -webkit-line-clamp: 7;
    font-size: 16px;
    line-height: 1.62;
  }

  .voice-cloud.is-mobile-layout .voice-card span {
    font-size: 16px;
  }

  .voice-cloud.is-mobile-layout .voice-more {
    font-size: 13px;
  }

  .survey-dashboard {
    grid-template-columns: 1fr;
  }

  .survey-chart {
    min-height: 0;
    padding: 22px 18px;
  }

  .survey-stack {
    min-height: 68px;
  }

  .survey-segment em {
    padding: 0 6px;
    font-size: 15px;
  }

  .survey-stack.segmented .survey-segment em {
    font-size: 11px;
  }

  .survey-breakdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-nav {
    display: none;
  }

  .store-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .voice-cloud,
  .voice-row {
    animation: none;
    width: auto;
    overflow-x: auto;
  }
}
