:root {
  --r12-ink: #1a1d24;
  --r12-panel: #fcfaf5;
  --r12-paper: #ebe7df;
  --r12-paper-soft: #f5f0e6;
  --r12-gold: #8b7a55;
  --r12-sage: #5a6b5c;
  --r12-teal: #5d8780;
  --r12-wine: #8a4d57;
  --r12-blue: #526b8f;
  --r12-line: #d4cfc3;
  --r12-muted: #6b6e75;
  --r12-shadow: 0 1px 0 #d4cfc3, 0 8px 32px rgba(26, 29, 36, 0.06);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--r12-paper);
  background-image: radial-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 3px 3px;
  color: var(--r12-ink);
  font-family: "Noto Sans TC", "Inter", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.story-entry,
.story-quiz-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.story-quiz-page.result-mode .story-quiz-shell {
  width: min(820px, calc(100vw - 40px));
}

.story-quiz-page.entry-mode .story-quiz-shell {
  width: 100%;
  padding: 0;
}

.story-quiz-page.entry-mode .quiz-stage {
  display: block;
}

.story-quiz-page.entry-mode .scene-panel {
  display: none;
}

.story-quiz-page.entry-mode .question-panel {
  min-height: 0;
}

.story-quiz-page.entry-mode .intro-card {
  position: relative;
  max-width: none;
  min-height: calc(100vh - 76px);
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(58px, 9vh, 98px) max(28px, calc((100vw - 1180px) / 2)) clamp(54px, 8vh, 90px);
  overflow: hidden;
}

.story-quiz-page.entry-mode .intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(235, 231, 223, 0.96) 0%, rgba(235, 231, 223, 0.82) 32%, rgba(235, 231, 223, 0.36) 64%, rgba(235, 231, 223, 0.08) 100%),
    linear-gradient(180deg, rgba(235, 231, 223, 0.04) 0%, rgba(235, 231, 223, 0.12) 56%, var(--r12-paper) 100%);
}

.story-quiz-page.entry-mode .intro-card > :not(.intro-scene-figure) {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100vw - 56px));
}

.story-quiz-page.entry-mode .intro-card h1 {
  max-width: min(720px, calc(100vw - 56px));
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.story-quiz-page.entry-mode .intro-card p {
  max-width: 560px;
  color: #363a42;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.82;
}

.story-quiz-page.entry-mode .intro-card .intro-ritual p {
  font-size: 16px;
  line-height: 1.76;
}

.story-quiz-page.entry-mode .intro-scene-figure {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border: 0;
}

.story-quiz-page.entry-mode .intro-scene-figure img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.entry-hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 42px 0 40px;
}

.entry-hero-full {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  padding: clamp(56px, 8vh, 96px) 0 clamp(54px, 8vh, 92px);
  overflow: hidden;
}

.entry-hero-full::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(235, 231, 223, 0), var(--r12-paper));
  pointer-events: none;
  z-index: 1;
}

.entry-hero-art {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  overflow: hidden;
}

.entry-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(235, 231, 223, 0.96) 0%, rgba(235, 231, 223, 0.82) 28%, rgba(235, 231, 223, 0.38) 58%, rgba(235, 231, 223, 0.08) 100%),
    linear-gradient(0deg, rgba(235, 231, 223, 0.34), rgba(235, 231, 223, 0.05));
}

.entry-hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.entry-copy {
  max-width: 680px;
}

.entry-hero-full .entry-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Noto Serif TC", "Cormorant Garamond", serif;
  font-weight: 500;
}

.entry-copy h1 {
  max-width: min(760px, 100%);
  margin: 0;
  font-size: clamp(60px, 8vw, 112px);
  line-height: 0.98;
  letter-spacing: 0;
  white-space: nowrap;
}

.entry-lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: #4f535b;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.82;
}

.quiet-ritual {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 620px;
  margin: 28px 0 0;
  color: #2a2d34;
}

.ritual-line {
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 14px;
  background: var(--r12-gold);
}

.quiet-ritual p {
  margin: 0;
  line-height: 1.8;
}

.entry-guide {
  max-width: 620px;
  margin-top: 30px;
  border-top: 1px solid var(--r12-line);
  border-bottom: 1px solid var(--r12-line);
}

.entry-guide-below {
  max-width: 960px;
  margin: 0 auto 84px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  border: 0;
}

.guide-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(212, 207, 195, 0.72);
}

.entry-guide-below .guide-item {
  display: block;
  min-width: 0;
  padding: 0 0 22px;
  border-top: 1px solid var(--r12-line);
  border-bottom: 0;
}

.guide-item:last-child {
  border-bottom: 0;
}

.guide-item span {
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.guide-item p {
  margin: 0;
  color: #2a2d34;
  line-height: 1.75;
}

.guide-item strong {
  color: var(--r12-ink);
  font-weight: 600;
}

.intro-ritual {
  margin-top: 24px;
}

.entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.primary-action,
.secondary-action,
.story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.primary-action,
.story-button.primary {
  background: var(--r12-ink);
  color: #fcfaf5;
}

.secondary-action,
.story-button.secondary {
  border-color: var(--r12-line);
  color: var(--r12-ink);
  background: #fbfaf7;
}

.primary-action:hover,
.secondary-action:hover,
.story-button:hover {
  transform: translateY(-1px);
}

.primary-action:focus-visible,
.secondary-action:focus-visible,
.story-button:focus-visible,
.option-button:focus-visible {
  outline: 3px solid rgba(199, 167, 107, 0.85);
  outline-offset: 3px;
}

.story-quiz-shell {
  padding: 42px 0 54px;
}

.story-quiz-page:has(.scene-panel.is-question) .story-quiz-shell {
  width: min(1180px, calc(100vw - 40px));
}

.quiz-stage {
  display: grid;
  gap: 0;
}

.quiz-stage:has(.scene-panel.is-question) {
  grid-template-columns: minmax(280px, 440px) minmax(0, 680px);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.story-quiz-page.result-mode .quiz-stage {
  display: block;
}

.story-quiz-page.result-mode .scene-panel {
  display: none;
}

.scene-panel,
.question-panel {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scene-panel {
  min-height: auto;
  overflow: hidden;
}

.scene-panel.is-question {
  display: block;
}

.scene-panel.is-responding .scene-art img,
.scene-panel.is-responding .scene-art svg {
  animation: sceneAnswerPulse 780ms ease both;
}

.scene-panel.is-responding .scene-art {
  background:
    linear-gradient(180deg, rgba(240, 224, 192, 0.36), rgba(251, 250, 247, 0)),
    #fbfaf7;
}

.scene-art {
  display: block;
  max-width: 440px;
  margin: 0;
  opacity: 0;
  animation: sceneImageFade 420ms ease both;
}

.scene-art img,
.scene-art svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(139, 122, 85, 0.24);
  background: #fbfaf7;
}

.question-scene-figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fbfaf7;
}

.question-scene-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.scene-response {
  margin: 0 24px 0;
  padding: 12px 14px;
  border: 1px solid var(--r12-line);
  border-left: 3px solid var(--r12-gold);
  border-radius: 0;
  background: #fcfaf5;
  color: #2a2d34;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  animation: responseFade 420ms ease both;
}

.scene-caption {
  max-width: 680px;
  padding: 0 0 20px;
  margin: 0 auto;
  border-bottom: 1px solid var(--r12-line);
}

.scene-caption small {
  display: block;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scene-caption h2 {
  margin: 12px 0 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.25;
}

.scene-caption p {
  margin: 14px 0 0;
  color: var(--r12-muted);
  line-height: 1.8;
}

.scene-panel.is-intro .scene-caption {
  padding-bottom: 16px;
}

.scene-panel.is-intro .scene-art {
  display: none;
}

.scene-panel.is-question .scene-caption {
  display: none;
}

.scene-panel.is-intro .scene-caption h2 {
  margin-top: 10px;
  font-size: clamp(22px, 3vw, 30px);
}

.scene-panel.is-intro .scene-caption p {
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.72;
}

.question-panel {
  min-height: 540px;
  padding: 0;
}

#quiz-card,
.intro-card,
.answer-card,
.result-card {
  max-width: 680px;
  margin: 0 auto;
}

.intro-card,
.answer-card,
.result-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.result-card {
  max-width: 960px;
  min-height: auto;
  justify-content: flex-start;
}

.intro-card h1,
.result-card h1 {
  margin: 0;
  font-size: clamp(31px, 4.2vw, 48px);
  line-height: 1.24;
}

.result-card h1 {
  max-width: 620px;
  font-size: clamp(34px, 3.4vw, 42px);
  line-height: 1.22;
}

.intro-card p,
.result-card p {
  margin: 20px 0 0;
  color: var(--r12-muted);
  font-size: 17px;
  line-height: 1.85;
}

.intro-scene-figure {
  margin: 26px 0 0;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(139, 122, 85, 0.24);
  background: #fbfaf7;
}

.intro-scene-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.answer-card {
  min-height: min(560px, calc(100vh - 160px));
  animation: answerFade 420ms ease both;
}

.answer-story {
  max-width: 600px;
  margin: 0;
  color: #252931;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.72;
  white-space: pre-line;
}

.question-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.progress-text {
  color: rgba(139, 122, 85, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.progress-track {
  display: none;
}

.progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--r12-gold);
  transition: width 220ms ease;
}

.journey-text {
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid rgba(139, 122, 85, 0.48);
  color: #2f333b;
  font-family: "Noto Serif TC", serif;
  font-size: 19px;
  line-height: 1.78;
}

.question-focus {
  margin: 16px 0 0;
  color: var(--r12-gold);
  font-family: "Noto Sans TC", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.journey-text strong {
  color: #232720;
  font-family: "Noto Sans TC", "Inter", sans-serif;
  font-weight: 700;
}

.prompt {
  margin: 18px 0 0;
  font-family: "Noto Serif TC", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.38;
}

.options {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.option-button {
  width: 100%;
  min-height: 64px;
  padding: 15px 18px;
  border: 1px solid var(--r12-line);
  border-radius: 0;
  background: #fbfaf7;
  color: var(--r12-ink);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.option-button:hover {
  transform: translateX(2px);
  border-color: var(--r12-sage);
  background: var(--r12-paper-soft);
}

.quiz-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.story-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.echo-card {
  min-height: 64px;
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 2px solid var(--r12-gold);
  background: var(--r12-paper-soft);
  color: #2a2d34;
  line-height: 1.7;
  animation: responseFade 360ms ease both;
}

.hidden {
  display: none !important;
}

.result-role {
  display: block;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.result-share-card {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(139, 122, 85, 0.28);
  background: #fbfaf7;
}

.result-hero {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: stretch;
  margin-top: 14px;
}

.result-copy {
  min-width: 0;
}

.result-kicker {
  margin: 0 0 8px;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-card .result-axis-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(139, 122, 85, 0.46);
  border-radius: 999px;
  color: #493f2e;
  background: #f1eadc;
  font-family: "Noto Serif TC", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.result-share-card h1 {
  margin-top: 0;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.22;
}

.result-card .result-quote {
  max-width: 680px;
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--r12-gold);
  background: #f3efe6;
  color: #22252b;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(22px, 2.8vw, 31px);
  font-weight: 500;
  line-height: 1.48;
}

.result-coordinate-note {
  max-width: 680px;
  display: none;
}

.result-card-line {
  display: none;
}

.result-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.result-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(139, 122, 85, 0.42);
  border-radius: 999px;
  color: #4d493f;
  background: rgba(251, 250, 247, 0.72);
  font-size: 14.5px;
  line-height: 1.4;
}

.result-visual {
  margin: 0;
  width: 100%;
  max-width: 680px;
  padding: 0;
  border: 0;
  background: transparent;
  align-self: center;
}

.result-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}

.result-visual img.is-hidden {
  display: none;
}

.result-visual figcaption {
  display: none;
}

.result-share-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.result-share-row .story-button {
  min-width: 180px;
}

.result-archetype-qa {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 22px 24px;
  border-top: 1px solid rgba(139, 122, 85, 0.28);
  border-bottom: 1px solid rgba(139, 122, 85, 0.22);
  background: rgba(251, 250, 247, 0.48);
}

.result-archetype-qa h2 {
  margin: 0;
  color: #252931;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.35;
}

.result-archetype-qa p {
  margin: 12px 0 0;
  color: #3d4149;
  font-size: 15.5px;
  line-height: 1.82;
}

.result-insight,
.result-deeper,
.result-moment-section,
.result-primer,
.result-practice {
  margin-top: 34px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(139, 122, 85, 0.24);
  border-left: 4px solid var(--r12-gold);
  background: #fbfaf7;
}

.result-insight > span {
  display: block;
  margin-bottom: 10px;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-insight h2 {
  max-width: 760px;
  margin: 0;
  color: #252931;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
}

.result-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.result-insight article {
  min-width: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(139, 122, 85, 0.28);
}

.result-insight strong {
  display: block;
  margin-bottom: 8px;
  color: #252931;
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.result-insight p {
  margin: 0;
  color: #2f333b;
  font-size: 16px;
  line-height: 1.78;
}

.result-primer {
  background: #fcfaf5;
}

.result-primer-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #252931;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.66;
}

.result-primer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.result-primer article {
  min-width: 0;
  padding: 17px 18px;
  border-top: 1px solid rgba(139, 122, 85, 0.34);
  background: rgba(245, 240, 230, 0.68);
}

.result-primer article span {
  display: block;
  margin-bottom: 8px;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-primer article p {
  margin: 0;
  color: #2f333b;
  font-size: 15.5px;
  line-height: 1.78;
}

.result-reading {
  margin-top: 34px;
  padding: 28px;
  border-top: 1px solid var(--r12-line);
  border-bottom: 1px solid var(--r12-line);
  background: rgba(251, 250, 247, 0.54);
}

.result-reading,
.result-card .result-section:not(.result-moment-section):not(.result-next-options) {
  display: none;
}

.result-reading h2 {
  margin: 0;
  color: #252931;
  font-size: clamp(23px, 2.8vw, 32px);
  line-height: 1.35;
}

.result-reading-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  margin-top: 22px;
}

.result-reading article {
  min-width: 0;
}

.result-reading article span {
  display: block;
  margin-bottom: 10px;
  color: var(--r12-gold);
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.result-reading article p,
.result-inline-story p {
  margin: 0;
  color: #2a2d34;
  font-size: 15.5px;
  line-height: 1.86;
}

.result-inline-story p + p {
  margin-top: 12px;
}

.result-deeper-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.result-deeper article {
  min-width: 0;
  padding: 18px;
  border-top: 1px solid var(--r12-line);
  background: var(--r12-paper-soft);
}

.result-deeper article span {
  display: block;
  margin-bottom: 10px;
  color: var(--r12-gold);
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.result-deeper article p {
  margin: 0;
  color: #2a2d34;
  font-size: 15.5px;
  line-height: 1.86;
}

.result-section {
  margin-top: 34px;
}

.result-next-options {
  margin-top: 24px;
  padding-top: 6px;
}

.result-section-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--r12-line);
  color: #252931;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
}

.result-section-title span + span {
  display: none;
}

.result-list,
.result-voices {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.result-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid #ece7dd;
  color: #2a2d34;
  font-size: 15px;
  line-height: 1.72;
}

.result-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--r12-gold);
}

.result-voices {
  padding: 18px 20px;
  border-left: 3px solid var(--r12-gold);
  background: var(--r12-paper-soft);
}

.result-voices li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--r12-line);
  color: #2a2d34;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  line-height: 1.72;
}

.result-voices li:last-child,
.result-list li:last-child {
  border-bottom: 0;
}

.result-voices li::before {
  content: "“";
  color: var(--r12-gold);
  margin-right: 2px;
}

.result-voices li::after {
  content: "”";
  color: var(--r12-gold);
  margin-left: 2px;
}

.result-single-voice {
  margin: 16px 0 0;
  padding: 20px 22px;
  border-left: 3px solid var(--r12-gold);
  background: var(--r12-paper-soft);
  color: #252931;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.62;
}

.result-moment {
  margin-top: 16px;
  color: #2a2d34;
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 1.78;
}

.result-moment-section .result-section-title {
  border-bottom-color: rgba(139, 122, 85, 0.28);
}

.result-moment p {
  margin: 0 0 14px;
}

.result-moment p:last-child {
  margin-bottom: 0;
}

.result-facets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.result-facet {
  padding: 16px;
  border-left: 3px solid var(--r12-sage);
  background: var(--r12-paper-soft);
}

.result-facet.is-imbalance {
  border-left-color: var(--r12-wine);
}

.result-facet.is-fear {
  border-left-color: var(--r12-blue);
}

.result-facet span {
  display: block;
  margin-bottom: 8px;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-facet p,
.result-practice p {
  margin: 18px 0 0;
  color: #2a2d34;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.76;
}

.result-practice .result-support {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--r12-line);
  color: #3d4345;
  font-size: 15.5px;
  line-height: 1.82;
}

.result-support-section p {
  margin: 16px 0 0;
  color: #2a2d34;
  font-size: 15.5px;
  line-height: 1.85;
}

.result-upgrade {
  margin-top: 36px;
  padding: 24px 24px 26px;
  border: 1px solid var(--r12-line);
  border-left: 3px solid var(--r12-gold);
  background: #fbfaf7;
}

.result-upgrade span {
  display: block;
  color: var(--r12-gold);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-upgrade h2 {
  margin: 12px 0 0;
  color: var(--r12-ink);
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.36;
}

.result-upgrade-intro {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--r12-line);
}

.result-upgrade p {
  margin: 14px 0 0;
  color: #2a2d34;
  font-size: 15.5px;
  line-height: 1.85;
}

.result-upgrade-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.result-upgrade-questions {
  margin-top: 18px;
  padding: 18px 18px 16px;
  background: #f3efe6;
}

.result-upgrade-questions strong {
  display: block;
  color: var(--r12-ink);
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.result-upgrade-questions ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.result-upgrade-questions li {
  position: relative;
  padding-left: 22px;
  color: #33373f;
  font-size: 15px;
  line-height: 1.75;
}

.result-upgrade-questions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--r12-gold);
}

.result-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.result-next-stack {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.result-next-grid article {
  padding: 18px;
  border: 1px solid var(--r12-line);
  background: #fbfaf7;
}

.result-next-stack article {
  padding: 20px;
  border: 1px solid var(--r12-line);
  background: #fbfaf7;
}

.result-next-grid article > span {
  display: block;
  color: var(--r12-muted);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-next-stack article > span {
  display: block;
  color: var(--r12-muted);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.result-next-grid h2 {
  margin-top: 10px;
  color: var(--r12-ink);
  font-size: 19px;
  line-height: 1.45;
}

.result-next-stack h2 {
  margin: 10px 0 0;
  color: var(--r12-ink);
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.45;
}

.result-next-grid p {
  margin-top: 10px;
  color: #4f535b;
  font-size: 14px;
  line-height: 1.72;
}

.result-next-stack p {
  margin: 10px 0 0;
  color: #4f535b;
  font-size: 15px;
  line-height: 1.78;
}

.result-lead-magnet {
  border-left: 3px solid var(--r12-gold) !important;
}

.result-benefit-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.result-benefit-list li {
  position: relative;
  padding-left: 22px;
  color: #33373f;
  font-size: 14.5px;
  line-height: 1.7;
}

.result-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--r12-gold);
}

.result-form-note {
  max-width: 680px;
  font-size: 13.5px !important;
  color: var(--r12-muted) !important;
}

.result-email-action {
  margin-top: 12px;
}

.result-email-option {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid var(--r12-line);
  font-size: 14.5px !important;
}

.result-email-option strong {
  color: var(--r12-ink);
  font-weight: 600;
}

.result-service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.result-service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--r12-line);
  background: #fffdf8;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.result-service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 167, 107, 0.75);
  background: #fffaf0;
}

.result-service-card:focus-visible {
  outline: 3px solid rgba(199, 167, 107, 0.85);
  outline-offset: 3px;
}

.result-service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--r12-paper-soft);
}

.service-card-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
}

.service-card-type {
  color: var(--r12-muted);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.result-service-card h3 {
  margin: 0;
  color: var(--r12-ink);
  font-size: 18px;
  line-height: 1.45;
}

.result-service-card p {
  margin: 0;
  color: #4f535b;
  font-size: 14px;
  line-height: 1.68;
}

.service-card-link {
  margin-top: 4px;
  color: var(--r12-ink);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.45;
}

.result-utility-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.result-text-action {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--r12-ink);
  background: var(--r12-ink);
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.result-text-action + .result-text-action {
  border-color: rgba(26, 29, 36, 0.28);
  background: #fbfaf7;
  color: var(--r12-ink);
}

.result-text-action:hover {
  border-color: var(--r12-gold);
  background: #2f333b;
  color: #fffdf8;
}

.result-text-action:focus-visible {
  outline: 3px solid rgba(199, 167, 107, 0.85);
  outline-offset: 3px;
}

.result-share-tray {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.result-share-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(139, 122, 85, 0.34);
  background: #fbfaf7;
  color: var(--r12-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.result-share-option:hover {
  border-color: var(--r12-ink);
  background: var(--r12-paper-soft);
}

.result-share-option:focus-visible {
  outline: 3px solid rgba(199, 167, 107, 0.85);
  outline-offset: 3px;
}

.email-guide-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.email-guide-form input {
  min-height: 44px;
  border: 1px solid rgba(28, 28, 30, 0.18);
  padding: 0 12px;
  background: #fffdf8;
  color: var(--r12-ink);
  font: inherit;
}

.kit-email-guide .formkit-form,
.kit-email-guide form {
  max-width: 100% !important;
  color: var(--r12-ink) !important;
  font-family: "Noto Sans TC", "Inter", sans-serif !important;
}

.kit-email-guide input,
.kit-email-guide .formkit-input,
.kit-email-guide input[type="email"],
.kit-email-guide input[type="text"] {
  min-height: 46px !important;
  border: 1px solid rgba(26, 29, 36, 0.28) !important;
  border-radius: 0 !important;
  background: #fffdf8 !important;
  color: var(--r12-ink) !important;
  box-shadow: none !important;
  font-family: "Noto Sans TC", "Inter", sans-serif !important;
}

.kit-email-guide button,
.kit-email-guide .formkit-submit,
.kit-email-guide .formkit-submit > span {
  min-height: 46px !important;
  border: 1px solid var(--r12-ink) !important;
  border-radius: 0 !important;
  background: var(--r12-ink) !important;
  color: #fffdf8 !important;
  box-shadow: none !important;
  font-family: "Noto Sans TC", "Inter", sans-serif !important;
  font-weight: 600 !important;
}

.result-next-grid .secondary-action {
  margin-top: 14px;
}

.result-upgrade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.result-upgrade-grid div {
  padding: 16px;
  border-top: 1px solid var(--r12-line);
  background: var(--r12-paper-soft);
}

.result-upgrade-grid strong {
  display: block;
  color: var(--r12-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.result-upgrade-grid p {
  margin-top: 8px;
  color: #4f535b;
  font-size: 14px;
  line-height: 1.72;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.result-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--r12-line);
  color: var(--r12-muted);
  font-size: 14px;
  line-height: 1.8;
}

.result-scope-note {
  margin: 0;
}

@keyframes sceneAnswerPulse {
  0% {
    opacity: 0.84;
    transform: scale(0.985);
  }
  45% {
    opacity: 1;
    transform: scale(1.018);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

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

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

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

@media (max-width: 900px) {
  .story-quiz-page.entry-mode .intro-card {
    min-height: calc(100vh - 70px);
    padding: 48vh 24px 52px;
  }

  .story-quiz-page.entry-mode .intro-card::before {
    background:
      linear-gradient(180deg, rgba(235, 231, 223, 0.04) 0%, rgba(235, 231, 223, 0.38) 36%, rgba(235, 231, 223, 0.96) 72%, var(--r12-paper) 100%);
  }

  .story-quiz-page.entry-mode .intro-scene-figure img {
    height: 58vh;
    object-position: center top;
  }

  .entry-hero-full {
    min-height: calc(100vh - 70px);
    padding: 48vh 0 52px;
    align-items: end;
  }

  .entry-hero-art::after {
    background:
      linear-gradient(180deg, rgba(235, 231, 223, 0.04) 0%, rgba(235, 231, 223, 0.46) 42%, rgba(235, 231, 223, 0.96) 78%, var(--r12-paper) 100%);
  }

  .entry-hero-art img {
    height: 58vh;
    object-position: center top;
  }

  .entry-hero-full .entry-copy {
    max-width: 680px;
  }

  .entry-guide-below {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 680px;
  }

  .story-quiz-page:has(.scene-panel.is-question) .story-quiz-shell {
    width: min(760px, calc(100vw - 28px));
  }

  .quiz-stage:has(.scene-panel.is-question) {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .scene-art {
    width: min(100%, 360px);
    max-width: 360px;
    margin: 0 auto 18px;
  }

  .scene-response {
    margin: -10px 16px 0;
  }
}

@media (max-width: 560px) {
  .story-entry,
  .story-quiz-shell {
    width: min(100vw - 28px, 1180px);
  }

  .story-quiz-page.entry-mode .story-quiz-shell {
    width: 100%;
  }

  .story-quiz-page.entry-mode .intro-card {
    min-height: calc(100vh - 68px);
    padding: 34vh 18px 34px;
  }

  .story-quiz-page.entry-mode .intro-card > :not(.intro-scene-figure) {
    width: min(330px, 100%);
    max-width: min(330px, 100%);
  }

  .story-quiz-page.entry-mode .intro-card h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.12;
  }

  .story-quiz-page.entry-mode .intro-card p {
    font-size: 15.5px;
    line-height: 1.68;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .story-quiz-page.entry-mode .intro-ritual {
    order: 5;
    margin-top: 18px;
  }

  .story-quiz-page.entry-mode .entry-actions {
    order: 4;
    margin-top: 20px;
  }

  .entry-hero {
    min-height: auto;
    align-items: flex-start;
    padding: 40px 0 36px;
  }

  .entry-hero-full {
    min-height: calc(100vh - 68px);
    padding: 43vh 0 44px;
  }

  .entry-copy h1 {
    font-size: clamp(54px, 17vw, 74px);
    line-height: 0.98;
  }

  .entry-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  .intro-scene-figure {
    width: min(100%, 340px);
    margin-top: 22px;
  }

  .quiet-ritual {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    margin-top: 26px;
  }

  .ritual-line {
    width: 32px;
  }

  .entry-guide {
    margin-top: 26px;
  }

  .entry-guide-below {
    margin: 0 auto 60px;
  }

  .guide-item {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .question-panel {
    padding: 20px 0 0;
  }

  .scene-art {
    width: min(100%, 320px);
    max-width: 320px;
    margin-bottom: 16px;
  }

  .answer-card {
    min-height: min(540px, calc(100vh - 140px));
  }

  .answer-story {
    font-size: 20px;
    line-height: 1.7;
  }

  .journey-text {
    padding-left: 14px;
    font-size: 18px;
    line-height: 1.72;
  }

  .prompt {
    font-size: 24px;
    line-height: 1.36;
  }

  .option-button {
    min-height: 62px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.48;
  }

  .question-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .progress-track {
    width: 100%;
  }

  .quiz-controls,
  .entry-actions,
  .result-actions {
    flex-direction: column;
  }

  .result-next-grid {
    grid-template-columns: 1fr;
  }

  .result-service-card-grid {
    grid-template-columns: 1fr;
  }

  .result-utility-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .result-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .result-reading {
    padding: 20px 0;
    background: transparent;
  }

  .result-insight {
    padding: 22px 18px;
  }

  .result-archetype-qa {
    padding: 20px 18px;
  }

  .result-primer {
    padding: 22px 18px;
  }

  .result-primer-grid {
    grid-template-columns: 1fr;
  }

  .result-insight-grid {
    grid-template-columns: 1fr;
  }

  .result-moment-section {
    padding: 20px 18px;
  }

  .result-reading-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .result-copy,
  .result-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .result-visual {
    order: -1;
  }

  .result-visual {
    max-width: none;
    width: 100%;
  }

  .result-facets {
    grid-template-columns: 1fr;
  }

  .result-deeper-grid {
    grid-template-columns: 1fr;
  }

  .result-upgrade {
    padding: 20px 18px 22px;
  }

  .result-upgrade h2 {
    font-size: 22px;
  }

  .result-upgrade-grid {
    grid-template-columns: 1fr;
  }

  .primary-action,
  .secondary-action,
  .story-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
