:root {
  --ink: #05080f;
  --deep: #08111d;
  --panel: #0d1826;
  --line: rgba(190, 211, 226, .15);
  --text: #f2f3f2;
  --muted: #a7b1bc;
  --gold: #c9a35c;
  --gold-bright: #e0be79;
  --blue: #6b9fc3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: "DM Sans", sans-serif; }
button, a { font: inherit; }
button { color: inherit; }
.noise { position: fixed; inset: 0; opacity: .026; pointer-events: none; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 82px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; position: absolute; width: 100%; z-index: 5; border-bottom: 1px solid var(--line); }
.brand { color: var(--text); text-decoration: none; font-family: "Playfair Display", serif; letter-spacing: .14em; font-weight: 700; font-size: 20px; }
.brand span { color: var(--gold); }
.header-cta { border: 0; background: none; cursor: pointer; color: #d5dce1; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.header-cta span { color: var(--gold); margin-left: 14px; }

.hero { min-height: 100vh; display: grid; grid-template-columns: 56% 44%; padding: 150px clamp(24px, 7vw, 112px) 90px; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 42%, rgba(38,79,111,.22), transparent 31%), linear-gradient(120deg, #05080f 30%, #07111d 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.9%, rgba(190,211,226,.07) 50%, transparent 50.1%); pointer-events: none; }
.hero-copy { z-index: 2; align-self: center; max-width: 760px; }
.eyebrow { color: var(--gold-bright); font-size: 11px; letter-spacing: .22em; font-weight: 600; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 28px; height: 1px; display: inline-block; background: var(--gold); }
.hero h1, .hero h2, .manifesto h2, .quiz-intro h2, .question-wrap h2 { font-family: "Playfair Display", serif; margin: 0; font-weight: 600; }
.hero h1 { margin-top: 34px; font-size: clamp(50px, 5.4vw, 88px); line-height: .98; letter-spacing: -.035em; }
.hero h1 em, .manifesto em, .quiz-intro em { color: var(--gold-bright); font-weight: 600; }
.hero h2 { margin-top: 19px; color: #b7c1c9; font-size: clamp(25px, 2.5vw, 39px); line-height: 1.18; font-style: italic; max-width: 700px; }
.lead { margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 620px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.hero-actions p { color: #8e9aa6; font-size: 11px; letter-spacing: .08em; }
.hero-actions i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--gold); margin-right: 8px; box-shadow: 0 0 12px var(--gold); }
.primary-button { border: 1px solid var(--gold); background: var(--gold); color: #101014; min-height: 58px; padding: 0 24px; font-size: 12px; letter-spacing: .14em; font-weight: 700; cursor: pointer; transition: .25s ease; }
.primary-button span { margin-left: 36px; font-size: 9px; opacity: .75; }
.primary-button:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 12px 35px rgba(201,163,92,.18); }

.mind-visual { z-index: 1; position: relative; min-height: 590px; display: grid; place-items: center; }
.head-shape { width: min(90%, 430px); position: relative; z-index: 2; filter: drop-shadow(0 0 45px rgba(75,132,172,.18)); }
.head-shape svg { display: block; width: 100%; }
.head { fill: url(#headGradient); stroke: rgba(114,158,187,.35); stroke-width: 1.2; }
.links path { fill: none; stroke: rgba(107,159,195,.52); stroke-width: 1; }
.nodes circle { fill: var(--gold-bright); }
.orbit { position: absolute; border: 1px solid rgba(101,149,181,.15); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 370px; height: 370px; border-color: rgba(201,163,92,.12); }
.signal-card { position: absolute; z-index: 3; border-left: 1px solid var(--gold); padding: 9px 13px; background: rgba(5,8,15,.6); backdrop-filter: blur(5px); }
.signal-card b, .signal-card span { display: block; }
.signal-card b { color: var(--gold-bright); font-size: 9px; letter-spacing: .18em; }
.signal-card span { color: #8394a2; font-size: 9px; margin-top: 3px; }
.card-a { top: 24%; left: 4%; }.card-b { right: 2%; bottom: 28%; }
.visual-caption { position: absolute; right: 1%; bottom: 5%; display: flex; gap: 12px; align-items: flex-start; color: #83909a; }
.visual-caption span { color: var(--gold); font-family: "Playfair Display", serif; font-size: 28px; }
.visual-caption p { font-size: 9px; line-height: 1.45; letter-spacing: .15em; margin: 4px 0; }
.scroll-cue { position: absolute; left: clamp(24px, 7vw, 112px); bottom: 28px; display: flex; align-items: center; gap: 13px; color: #66727d; font-size: 8px; letter-spacing: .18em; }
.scroll-cue span { display: block; width: 34px; height: 1px; background: #66727d; }

.manifesto { padding: 120px clamp(24px, 8vw, 130px); background: #f1eee8; color: #14202b; }
.section-index { color: #977a46; letter-spacing: .2em; font-size: 10px; font-weight: 700; margin: 0 0 46px; }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.manifesto h2 { font-size: clamp(38px, 4.3vw, 65px); line-height: 1.08; letter-spacing: -.025em; }
.manifesto h2 em { color: #9a793d; }
.manifesto-grid > div > p { color: #4f5a63; line-height: 1.75; margin: 4px 0 30px; }
blockquote { border-left: 2px solid #b99450; margin: 0 0 34px; padding: 5px 0 5px 22px; font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.45; color: #162534; }
.text-button { border: 0; border-bottom: 1px solid #ad8b4d; color: #162534; background: transparent; padding: 0 0 10px; cursor: pointer; font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.text-button span { color: #a77f39; margin-left: 18px; }

.quiz-section { min-height: 100vh; padding: 80px clamp(18px, 6vw, 90px); background: radial-gradient(circle at 50% 15%, rgba(42,79,108,.2), transparent 34%), var(--deep); display: grid; place-items: center; }
.quiz-shell { width: min(100%, 1040px); min-height: 650px; border: 1px solid var(--line); background: rgba(7,14,23,.75); box-shadow: 0 35px 100px rgba(0,0,0,.3); position: relative; display: grid; place-items: center; overflow: hidden; }
.quiz-shell::before { content: ""; width: 360px; height: 360px; border: 1px solid rgba(201,163,92,.06); border-radius: 50%; position: absolute; top: -190px; right: -100px; }
.quiz-intro { text-align: center; padding: 60px 24px; max-width: 750px; z-index: 1; }
.quiz-intro .eyebrow { justify-content: center; }
.quiz-intro h2 { font-size: clamp(36px, 4.2vw, 62px); line-height: 1.08; margin: 28px 0 22px; }
.quiz-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.quiz-facts { display: flex; justify-content: center; margin: 34px 0; }
.quiz-facts div { min-width: 120px; padding: 5px 20px; border-right: 1px solid var(--line); }
.quiz-facts div:last-child { border: 0; }
.quiz-facts strong, .quiz-facts span { display: block; }
.quiz-facts strong { font-family: "Playfair Display", serif; color: var(--gold-bright); font-size: 30px; }
.quiz-facts span { color: #73808c; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.quiz-intro small { color: #64717c; display: block; margin-top: 22px; }

.quiz-panel { align-self: stretch; justify-self: stretch; padding: 46px clamp(24px, 6vw, 80px) 36px; }
.quiz-topline { display: flex; justify-content: space-between; color: var(--gold-bright); font-size: 10px; letter-spacing: .18em; }
.quiz-topline span, #dimension-label { color: #6d7b87; }
.progress-track { height: 2px; background: rgba(255,255,255,.08); margin-top: 18px; }
#progress-bar { width: 6.66%; height: 100%; background: var(--gold); transition: width .4s ease; box-shadow: 0 0 12px rgba(201,163,92,.5); }
.question-wrap { max-width: 790px; margin: 70px auto 35px; }
.question-kicker { color: #72808d; letter-spacing: .17em; font-size: 9px; }
.question-wrap h2 { margin: 15px 0 38px; min-height: 100px; font-size: clamp(30px, 3.8vw, 50px); line-height: 1.16; }
.answers { display: grid; gap: 10px; }
.answer { width: 100%; display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: center; text-align: left; background: rgba(255,255,255,.025); border: 1px solid rgba(183,201,214,.14); color: #c5ccd2; padding: 15px 18px; cursor: pointer; transition: .2s ease; }
.answer span { width: 28px; height: 28px; border: 1px solid rgba(201,163,92,.35); color: var(--gold-bright); display: grid; place-items: center; font-family: "Playfair Display", serif; font-size: 12px; }
.answer:hover, .answer.selected { border-color: var(--gold); background: rgba(201,163,92,.08); color: white; transform: translateX(5px); }
.back-button { display: block; margin: 24px auto 0; border: 0; background: none; color: #71808c; font-size: 10px; letter-spacing: .1em; cursor: pointer; }
.back-button:disabled { opacity: .25; cursor: default; }

.analysis-panel { text-align: center; }
.analysis-ring { width: 95px; height: 95px; margin: 0 auto 32px; border: 1px solid rgba(201,163,92,.2); border-radius: 50%; display: grid; place-items: center; }
.analysis-ring span { width: 70px; height: 70px; display: block; border-radius: 50%; border: 2px solid transparent; border-top-color: var(--gold); animation: spin 1.1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.analysis-panel h2 { font-family: "Playfair Display", serif; font-size: 35px; }
.analysis-panel p { color: var(--gold-bright); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }

.result-panel { width: 100%; padding: 50px clamp(24px, 7vw, 86px); }
.score-line { display: flex; align-items: baseline; margin: 14px 0 12px; }
.score-line strong { font-family: "Playfair Display", serif; font-size: clamp(72px, 9vw, 118px); color: var(--gold-bright); line-height: 1; }
.score-line span { color: #76838d; font-size: 18px; }
.score-track { position: relative; height: 5px; background: linear-gradient(90deg, #6095ad 0 33%, #c9a35c 33% 66%, #bb695e 66%); }
.score-track i { width: 16px; height: 16px; border: 3px solid #fff; background: var(--gold); border-radius: 50%; position: absolute; top: 50%; left: 52%; transform: translate(-50%,-50%); transition: left .7s ease; box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
.score-labels { display: flex; justify-content: space-between; margin-top: 10px; color: #62717c; font-size: 8px; letter-spacing: .12em; }
.result-panel > h2 { font-family: "Playfair Display", serif; font-size: clamp(42px, 6vw, 70px); margin: 38px 0 4px; }
.profile-hook { font-family: "Playfair Display", serif; font-style: italic; color: var(--gold-bright); font-size: clamp(19px, 2.3vw, 27px); margin: 0 0 35px; }
.result-copy { display: grid; grid-template-columns: 1fr .9fr; gap: 55px; border-top: 1px solid var(--line); padding-top: 30px; }
.result-copy h3 { font-size: 10px; color: #8f9ba5; letter-spacing: .14em; text-transform: uppercase; }
.result-copy p { color: #bac2c9; line-height: 1.7; }
.first-rule { border-left: 1px solid var(--gold); padding-left: 25px; }
.first-rule span { color: var(--gold-bright); font-size: 9px; letter-spacing: .16em; }
.first-rule p { font-family: "Playfair Display", serif; font-size: 20px; color: white; }
.detail-profile { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.detail-profile > h3 { margin: 0 0 25px; color: var(--gold-bright); font-size: 10px; letter-spacing: .18em; }
.detail-scores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.detail-score-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.detail-score-label span { color: #aeb8c0; font-size: 9px; letter-spacing: .12em; }
.detail-score-label strong { color: #74818c; font-size: 10px; font-weight: 500; white-space: nowrap; }
.detail-score-label b { color: var(--text); font-family: "Playfair Display", serif; font-size: 18px; font-weight: 600; }
.detail-track { height: 3px; background: rgba(255,255,255,.09); overflow: hidden; }
.detail-track i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #6b9fc3, var(--gold-bright)); box-shadow: 0 0 10px rgba(201,163,92,.3); transition: width .8s ease .15s; }
.analysis-signup { margin-top: 38px; padding: 34px; border: 1px solid rgba(201,163,92,.25); background: linear-gradient(125deg, rgba(201,163,92,.07), rgba(18,35,51,.28)); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 65px); }
.analysis-signup-label { margin: 0 0 12px; color: var(--gold-bright); font-size: 8px; letter-spacing: .18em; }
.analysis-signup-copy h3 { margin: 0 0 20px; font-family: "Playfair Display", serif; font-size: clamp(25px, 3vw, 36px); line-height: 1.12; }
.analysis-signup-copy p { margin: 8px 0; color: #aeb8c0; font-size: 13px; line-height: 1.6; }
.analysis-signup-copy p strong { color: var(--text); font-size: 15px; }
.analysis-signup-copy .journey-title { color: var(--gold-bright); font-family: "Playfair Display", serif; font-size: 20px; font-style: italic; }
.analysis-form { display: grid; align-content: center; }
.analysis-form label { margin: 0 0 7px; color: #909da7; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.analysis-form input { width: 100%; height: 47px; margin: 0 0 16px; padding: 0 14px; border: 1px solid rgba(183,201,214,.2); border-radius: 0; outline: none; background: rgba(3,8,14,.45); color: var(--text); font: inherit; }
.analysis-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,163,92,.08); }
.analysis-form .primary-button { width: 100%; margin-top: 2px; }
.analysis-form small { margin-top: 13px; color: #65727d; font-size: 9px; line-height: 1.5; }
.form-confirmation { grid-column: 2; align-self: center; min-height: 120px; padding: 24px; border-left: 1px solid var(--gold); background: rgba(3,8,14,.35); display: flex; align-items: flex-start; gap: 15px; }
.form-confirmation > span { color: var(--gold-bright); font-size: 24px; }
.form-confirmation strong { font-family: "Playfair Display", serif; font-size: 24px; }
.form-confirmation p { margin: 7px 0 0; color: #9eabb5; font-size: 12px; line-height: 1.6; }
.outline-button { margin-top: 30px; border: 1px solid var(--gold); background: none; color: var(--gold-bright); padding: 15px 22px; font-size: 10px; letter-spacing: .14em; cursor: pointer; }

footer { padding: 35px clamp(24px, 7vw, 110px); border-top: 1px solid var(--line); display: flex; align-items: center; gap: 35px; color: #66727d; font-size: 10px; }
footer p:nth-child(2) { flex: 1; }

[hidden] { display: none !important; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { align-self: start; }
  .mind-visual { min-height: 440px; margin-top: 25px; }
  .head-shape { width: 315px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 285px; height: 285px; }
  .hero::after, .scroll-cue { display: none; }
  .manifesto-grid, .result-copy { grid-template-columns: 1fr; gap: 40px; }
  .detail-scores { grid-template-columns: 1fr; gap: 20px; }
  .analysis-signup { grid-template-columns: 1fr; }
  .form-confirmation { grid-column: 1; }
  .quiz-shell { min-height: 670px; }
  .question-wrap { margin-top: 45px; }
  footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}
@media (max-width: 520px) {
  .site-header { height: 70px; padding: 0 18px; }
  .header-cta { font-size: 9px; }
  .hero { padding: 112px 20px 60px; }
  .hero h1 { font-size: 46px; }
  .hero h2 { font-size: 25px; }
  .lead { font-size: 14px; line-height: 1.65; }
  .mind-visual { min-height: 390px; }
  .signal-card { display: none; }
  .manifesto { padding: 75px 22px; }
  .manifesto h2 { font-size: 39px; }
  blockquote { font-size: 20px; }
  .quiz-section { padding: 28px 12px; }
  .quiz-shell { border-left: 0; border-right: 0; }
  .quiz-facts div { min-width: 92px; padding: 5px 10px; }
  .quiz-panel { padding: 32px 18px; }
  #dimension-label { display: none; }
  .question-wrap h2 { min-height: 85px; font-size: 29px; }
  .answer { padding: 12px; font-size: 13px; }
  .result-panel { padding: 38px 20px; }
  .analysis-signup { padding: 25px 18px; }
}
