:root {
  --paper: #f3efe6;
  --paper-deep: #e9e1d4;
  --ink: #20201f;
  --muted: #706c65;
  --line: rgba(32, 32, 31, 0.18);
  --violet: #705be7;
  --coral: #f18b6f;
  --acid: #cbe978;
  --cyan: #64b8c4;
  --gold: #f2b84b;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
.site-shell { min-height: 100vh; overflow: hidden; }
.home-shell, .result-shell { max-width: 1180px; margin: 0 auto; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.topbar, .mini-header {
  height: 72px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.topbar > span { font: 700 10px/1 ui-monospace, monospace; letter-spacing: .22em; }
.brand-lockup { justify-self: center; display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.brand-symbol { width: 38px; height: 38px; display: block; }
.round-button { justify-self: end; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--ink); background: transparent; cursor: pointer; }

.hero {
  min-height: 730px;
  padding: 66px 72px 58px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
}
.issue-tag { padding: 7px 10px; border: 1px solid var(--ink); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .14em; transform: rotate(-2deg); }
.issue-tag span { color: var(--violet); }
.hero-pretitle { margin: 58px 0 18px; max-width: 460px; font-family: Georgia, "Songti SC", serif; font-size: 20px; line-height: 1.65; position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 910px; font-family: Georgia, "Songti SC", serif; font-size: clamp(58px, 8.5vw, 116px); font-weight: 500; line-height: .94; letter-spacing: -.075em; position: relative; z-index: 2; }
.hero h1 span { display: block; margin-bottom: 15px; font-size: clamp(24px, 3.4vw, 44px); letter-spacing: -.055em; }
.hero-description { margin: 40px 0 24px; max-width: 520px; font-size: 15px; line-height: 1.85; position: relative; z-index: 2; }
.text-highlight {
  --highlight-color: rgba(203, 233, 120, .82);
  padding: 0 .08em;
  color: inherit;
  background: linear-gradient(180deg, transparent 48%, var(--highlight-color) 48%, var(--highlight-color) 93%, transparent 93%);
  font-weight: 750;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.primary-cta, .secondary-cta {
  min-width: 232px;
  padding: 17px 20px 17px 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-weight: 650;
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--violet);
  transition: transform .2s, box-shadow .2s;
  position: relative;
  z-index: 3;
}
.primary-cta:hover, .secondary-cta:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--violet); }
.primary-cta span, .secondary-cta span { font-size: 21px; }
.duration { margin: 17px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .05em; }
.restore-link { margin-top: 15px; padding: 5px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; cursor: pointer; position: relative; z-index: 3; }
.hero-orbit { position: absolute; z-index: -1; border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; right: 2%; top: 120px; background: var(--gold); opacity: .88; }
.orbit-two { width: 280px; height: 280px; right: 20%; top: 292px; background: var(--violet); mix-blend-mode: multiply; opacity: .85; }
.hero-stamp { position: absolute; right: 9%; top: 150px; z-index: 2; width: 88px; height: 88px; border-radius: 50%; background: var(--acid); border: 1px solid var(--ink); display: grid; place-items: center; text-align: center; font: 700 20px/1.05 Georgia, serif; transform: rotate(8deg); }
.hero-stamp small { display: block; margin-top: 5px; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .12em; }

.payment-strip { padding: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.kicker { margin: 0 0 18px; font: 700 10px/1.3 ui-monospace, monospace; letter-spacing: .16em; text-transform: uppercase; }
.payment-strip .kicker { text-align: center; }
.payment-marquee { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 26px; border: 1px solid var(--ink); }
.payment-marquee span { min-height: 104px; padding: 18px 8px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; text-align: center; font-family: Georgia, "Songti SC", serif; font-size: 15px; }
.payment-marquee span:last-child { border-right: 0; }
.payment-marquee i { width: 34px; height: 34px; border-radius: 50%; background: var(--path-color); color: var(--path-ink, var(--ink)); display: grid; place-items: center; font-style: normal; font-size: 17px; }

.manifesto { padding: 105px 15%; background: var(--ink); color: var(--white); }
.manifesto h2, .method-heading h2, .talent-gate h2, .result-section h2, .next-step h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-weight: 500; letter-spacing: -.055em; }
.manifesto h2 { max-width: 780px; font-size: clamp(43px, 6vw, 74px); line-height: 1.08; }
.manifesto > p:not(.kicker) { max-width: 650px; margin: 38px 0 0; color: #cec8be; font-size: 16px; line-height: 2; }
.manifesto-note { max-width: 650px; margin-top: 52px; padding: 18px 20px; border-top: 1px solid #5d5b55; border-bottom: 1px solid #5d5b55; display: flex; gap: 16px; font-size: 12px; line-height: 1.7; }
.manifesto-note span { color: var(--acid); font-size: 18px; }
.method-section { display: grid; grid-template-columns: 1fr 1.15fr; border-bottom: 1px solid var(--line); }
.method-heading { padding: 88px 68px; border-right: 1px solid var(--line); }
.method-heading h2 { font-size: clamp(40px, 5vw, 65px); line-height: 1.12; }
.method-list article { min-height: 180px; padding: 34px 45px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; column-gap: 20px; }
.method-list article:last-child { border-bottom: 0; }
.method-list article > span { width: 36px; height: 36px; background: var(--acid); border-radius: 50%; display: grid; place-items: center; font: 700 10px ui-monospace, monospace; }
.method-list h3 { margin: 7px 0 12px; font-family: Georgia, "Songti SC", serif; font-size: 24px; }
.method-list p { grid-column: 2; margin: 0; max-width: 410px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.start-band { padding: 90px; }
.start-card { padding: 66px; background: var(--violet); color: white; position: relative; box-shadow: 14px 14px 0 var(--gold); }
.start-card h2 { max-width: 690px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(46px, 6vw, 80px); line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.start-card p { margin: 28px 0 34px; color: #ece8ff; }
.primary-cta.inverse { background: var(--white); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.brand-footer { padding: 30px 34px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--line); }
.brand-footer .brand-symbol { width: 36px; height: 36px; }
.brand-footer p { margin: 0; color: var(--muted); font-size: 10px; }

.talent-gate { max-width: 860px; min-height: 100vh; margin: 0 auto; padding-bottom: 70px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.gate-content { padding: 62px 54px 0; }
.talent-gate h2 { max-width: 690px; font-size: clamp(44px, 7vw, 74px); line-height: 1.07; }
.gate-intro { max-width: 600px; margin: 24px 0 36px; color: var(--muted); line-height: 1.8; }
.talent-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.talent-choice { min-height: 122px; padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.35); display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; text-align: left; cursor: pointer; transition: .18s ease; }
.talent-choice:hover, .talent-choice.selected { border-color: var(--ink); background: var(--white); transform: translateY(-2px); box-shadow: 4px 4px 0 var(--talent-color); }
.talent-choice i { width: 45px; height: 45px; border-radius: 50%; background: var(--talent-color); color: var(--talent-ink); display: grid; place-items: center; font: normal 22px Georgia, serif; }
.talent-choice strong { display: block; font-family: Georgia, "Songti SC", serif; font-size: 19px; }
.talent-choice small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.gate-actions { margin-top: 32px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.gate-actions .primary-cta:disabled { opacity: .45; cursor: not-allowed; }
.plain-link { color: var(--muted); font-size: 11px; text-decoration: none; border-bottom: 1px solid currentColor; }

.quiz-shell { max-width: 850px; margin: 0 auto; min-height: 100vh; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.mini-header { padding: 0 15px; }
.text-button { justify-self: start; border: 0; background: transparent; padding: 10px; font-size: 12px; cursor: pointer; }
.question-count, .report-number { justify-self: end; font: 700 10px ui-monospace, monospace; letter-spacing: .12em; }
.progress-track { height: 3px; background: var(--paper-deep); }
.progress-track span { display: block; height: 100%; background: var(--violet); transition: width .35s ease; }
.question-panel { min-height: calc(100vh - 115px); padding: 67px 40px 50px; animation: questionIn .35s ease both; }
@keyframes questionIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.question-panel .kicker { color: var(--violet); }
.question-panel h1 { max-width: 720px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(37px, 6vw, 56px); line-height: 1.18; letter-spacing: -.05em; font-weight: 500; }
.question-help { margin: 22px 0 32px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.scale-list { display: grid; gap: 11px; }
.scale-option { width: 100%; padding: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.35); display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; text-align: left; cursor: pointer; transition: .18s ease; }
.scale-option:hover { background: var(--white); border-color: var(--ink); transform: translateX(4px); }
.scale-option i { width: 29px; height: 29px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font: normal 700 10px Georgia, serif; }
.scale-option strong { font-family: Georgia, "Songti SC", serif; font-size: 17px; }
.scale-option small { color: var(--muted); font: 700 10px ui-monospace, monospace; }
.quiet-footer { padding: 18px; color: var(--muted); text-align: center; font-size: 10px; }

.result-header { padding: 0 34px; }
.result-hero { min-height: 690px; padding: 78px 9% 70px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border-bottom: 1px solid var(--line); overflow: hidden; }
.path-glyph { position: absolute; top: 60px; right: 8%; width: 320px; height: 320px; border-radius: 50%; background: var(--path-color); color: var(--path-ink); display: grid; place-items: center; font: 500 150px/1 Georgia, serif; border: 1px solid var(--ink); }
.path-glyph small { position: absolute; left: 0; right: 0; bottom: 30px; text-align: center; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .2em; }
.result-hero h1 { max-width: 790px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(66px, 9.5vw, 116px); line-height: .96; font-weight: 500; letter-spacing: -.075em; position: relative; z-index: 1; }
.english-title { margin: 13px 0 32px; font: 700 11px ui-monospace, monospace; letter-spacing: .22em; }
.result-thesis { max-width: 670px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 21px; line-height: 1.72; position: relative; z-index: 1; }
.type-combo { margin-top: 28px; padding: 10px 13px; border: 1px solid var(--ink); font-size: 11px; position: relative; z-index: 1; }
.type-combo span { margin: 0 8px; color: var(--violet); }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; }
.result-section { min-height: 420px; padding: 54px 50px; border-bottom: 1px solid var(--line); position: relative; }
.result-section:nth-child(odd) { border-right: 1px solid var(--line); }
.result-section.full { grid-column: span 2; border-right: 0; }
.result-section h2 { max-width: 700px; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.15; color: var(--ink); }
.result-section > p:not(.kicker):not(.micro-note) { margin: 26px 0 0; color: #4f4c47; font-size: 14px; line-height: 2; }
.card-number { position: absolute; top: 24px; right: 26px; color: var(--muted); font: 700 10px ui-monospace, monospace; }
.diagnosis { background: var(--white); }
.path-bars { margin-top: 38px; display: grid; gap: 21px; }
.path-row { display: grid; grid-template-columns: 118px 1fr 28px; gap: 12px; align-items: center; font-size: 11px; }
.bar { height: 7px; background: var(--paper-deep); }
.bar span { display: block; height: 100%; background: var(--bar-color); }
.path-row b { font: 700 10px ui-monospace, monospace; }
.micro-note { margin-top: 30px; color: var(--muted); font-size: 10px; line-height: 1.65; }
.offer-card { background: var(--acid); }
.offer-box { margin-top: 30px; padding: 22px; border: 1px solid var(--ink); background: rgba(255,255,255,.28); }
.offer-box strong { display: block; font-family: Georgia, "Songti SC", serif; font-size: 22px; line-height: 1.4; }
.offer-box p { margin: 12px 0 0; font-size: 12px; line-height: 1.7; }
.list-clean { margin: 30px 0 0; padding: 0; list-style: none; }
.list-clean li { padding: 15px 0; border-top: 1px solid rgba(32,32,31,.3); display: grid; grid-template-columns: 28px 1fr; gap: 10px; font-family: Georgia, "Songti SC", serif; line-height: 1.5; }
.list-clean li span { font: 700 10px ui-monospace, monospace; }
.risk-card { background: var(--coral); }
.action-card { background: var(--violet); color: white; }
.action-card h2, .action-card p { color: white !important; }
.action-list { margin-top: 30px; display: grid; gap: 14px; }
.action-step { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.35); display: grid; grid-template-columns: 36px 1fr; gap: 14px; font-size: 13px; line-height: 1.7; }
.action-step b { width: 30px; height: 30px; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font: 700 10px ui-monospace, monospace; }
.share-zone { padding: 90px 20px 105px; text-align: center; }
.share-card { width: min(440px, calc(100% - 20px)); aspect-ratio: 4 / 5; margin: 0 auto 38px; padding: 38px; background: var(--white); border: 1px solid var(--ink); position: relative; box-shadow: 12px 12px 0 var(--violet); overflow: hidden; text-align: left; }
.share-brand { position: absolute; top: 28px; left: 34px; width: 36px; height: 36px; }
.share-card p { margin: 78px 0 10px; font-size: 13px; }
.share-card h2 { margin: 0; max-width: 330px; font-family: Georgia, "Songti SC", serif; font-size: 50px; line-height: 1.04; letter-spacing: -.06em; font-weight: 500; }
.share-card small { display: block; width: 65%; margin-top: 18px; font-family: Georgia, "Songti SC", serif; line-height: 1.65; }
.share-glyph { position: absolute; right: -60px; bottom: -45px; width: 250px; height: 250px; border-radius: 50%; background: var(--path-color); display: grid; place-items: center; font: 120px Georgia, serif; }
.share-hint { position: absolute; left: 38px; bottom: 30px; color: var(--muted); font: 700 9px ui-monospace, monospace; letter-spacing: .12em; }
.share-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.share-actions .secondary-cta { min-width: 200px; }
.secondary-cta.light { background: transparent; color: var(--ink); box-shadow: none; }
.next-step { padding: 96px 9%; background: var(--ink); color: var(--white); }
.next-step h2 { max-width: 760px; font-size: clamp(46px, 6.5vw, 78px); line-height: 1.06; }
.next-step > p:not(.kicker) { max-width: 610px; margin: 30px 0; color: #c9c4bb; line-height: 1.8; }
.disclaimer { max-width: 1180px; margin: 0 auto; padding: 24px 34px 40px; color: var(--muted); font-size: 10px; line-height: 1.7; }

@media (max-width: 800px) {
  .home-shell, .result-shell, .quiz-shell, .talent-gate { border: 0; }
  .topbar { height: 62px; padding: 0 18px; }
  .topbar > span { font-size: 8px; }
  .hero { min-height: 690px; padding: 48px 24px 42px; }
  .hero-pretitle { margin-top: 44px; font-size: 17px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); max-width: 100%; }
  .hero h1 span { font-size: 25px; }
  .hero-description { margin-top: 30px; max-width: 85%; font-size: 13px; }
  .orbit-one { width: 285px; height: 285px; right: -120px; top: 165px; }
  .orbit-two { width: 180px; height: 180px; right: -4%; top: 290px; }
  .hero-stamp { width: 70px; height: 70px; right: 20px; top: 128px; font-size: 16px; }
  .payment-strip { padding: 30px 18px; }
  .payment-marquee { grid-template-columns: repeat(3, 1fr); }
  .payment-marquee span { min-height: 90px; border-bottom: 1px solid var(--ink); font-size: 13px; }
  .payment-marquee span:nth-child(3) { border-right: 0; }
  .payment-marquee span:nth-child(n+4) { border-bottom: 0; }
  .manifesto { padding: 80px 24px; }
  .manifesto h2 { font-size: 43px; }
  .method-section { grid-template-columns: 1fr; }
  .method-heading { padding: 64px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-list article { min-height: 160px; padding: 30px 24px; }
  .start-band { padding: 60px 22px 74px; }
  .start-card { padding: 44px 26px; box-shadow: 9px 9px 0 var(--gold); }
  .start-card h2 { font-size: 48px; }
  .brand-footer { padding: 25px 20px; }
  .gate-content { padding: 48px 20px 0; }
  .talent-grid { grid-template-columns: 1fr; }
  .talent-gate h2 { font-size: 48px; }
  .mini-header { height: 62px; }
  .question-panel { padding: 48px 20px 40px; }
  .question-panel h1 { font-size: 38px; }
  .scale-option { padding: 16px 14px; grid-template-columns: 34px 1fr auto; }
  .result-header { padding: 0 16px; }
  .result-hero { min-height: 700px; padding: 230px 24px 54px; }
  .path-glyph { width: 220px; height: 220px; top: 28px; right: -25px; font-size: 100px; }
  .result-hero h1 { font-size: 64px; }
  .result-thesis { font-size: 18px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-section, .result-section.full { grid-column: auto; min-height: 0; padding: 52px 24px; border-right: 0 !important; }
  .path-row { grid-template-columns: 98px 1fr 25px; }
  .share-zone { padding: 70px 10px 90px; }
  .share-card { padding: 30px; }
  .share-card h2 { font-size: 43px; }
  .share-glyph { width: 210px; height: 210px; font-size: 96px; }
  .next-step { padding: 78px 24px; }
  .next-step h2 { font-size: 47px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
