:root {
  --ink: #0f1535;
  --ink-soft: #2b3360;
  --paper: #fbf8f3;
  --paper-warm: #f4ede1;
  --coral: #ff6b5b;
  --coral-deep: #e0432f;
  --teal: #2ec4b6;
  --gold: #f4b942;
  --purple: #7c5fe0;
  --line: #e6dfd1;
  --shadow: 0 20px 60px rgba(15, 21, 53, 0.08);
  --shadow-lg: 0 30px 80px rgba(15, 21, 53, 0.14);
  --serif: Georgia, "Iowan Old Style", "Apple Garamond", "Palatino Linotype", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 6.5vw, 5.2rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 0.6em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-bottom: 0.4em; }
p { font-size: 1.05rem; }
a { color: var(--coral-deep); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--ink); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 780px; margin: 0 auto; padding: 0 24px; }

nav.top { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(251, 248, 243, 0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding: 14px 0; }
nav.top .inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; }
nav.top .brand { font-family: var(--serif); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
nav.top .brand em { color: var(--coral-deep); font-style: italic; }
nav.top .links { display: flex; gap: 28px; font-size: 0.92rem; }
nav.top .links a { color: var(--ink-soft); }
nav.top .links a:hover { color: var(--coral-deep); }
@media (max-width: 800px) { nav.top .links { display: none; } }

.hero { padding: 140px 0 80px; background: linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%); position: relative; overflow: hidden; }
.hero .eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 600; color: var(--coral-deep); background: rgba(255, 107, 91, 0.12); padding: 8px 14px; border-radius: 100px; margin-bottom: 28px; }
.hero h1 { max-width: 18ch; margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: var(--coral-deep); font-family: var(--serif); }
.hero .subhead { font-size: clamp(1.2rem, 1.8vw, 1.5rem); max-width: 60ch; color: var(--ink-soft); margin-bottom: 16px; font-family: var(--serif); font-style: italic; }
.hero .lede { font-size: clamp(1.05rem, 1.4vw, 1.15rem); max-width: 60ch; color: var(--ink-soft); margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 0.98rem; cursor: pointer; border: none; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; font-family: var(--sans); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--coral-deep); color: white; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--paper); }
.btn-coral { background: var(--coral); color: white; }
.btn-coral:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: var(--shadow); }

.ticker { margin-top: 80px; padding: 40px 32px; background: var(--ink); color: var(--paper); border-radius: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; box-shadow: var(--shadow-lg); }
.ticker .stat { text-align: center; }
.ticker .num { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; color: var(--gold); margin-bottom: 8px; font-weight: 700; }
.ticker .label { font-size: 0.85rem; color: rgba(251, 248, 243, 0.75); text-transform: uppercase; letter-spacing: 0.08em; }
@media (max-width: 700px) { .ticker { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

section { padding: 100px 0; }
.section-eyebrow { text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.2em; color: var(--coral-deep); font-weight: 600; margin-bottom: 16px; }

.question { background: var(--paper-warm); }
.question .q-quote { background: white; border-radius: 24px; padding: 48px; margin-top: 32px; border-left: 6px solid var(--coral); font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-style: italic; color: var(--ink); line-height: 1.4; }
.question .q-quote .attr { display: block; font-style: normal; font-family: var(--sans); font-size: 0.95rem; color: var(--ink-soft); margin-top: 16px; font-weight: 600; }

.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.method-card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 32px; transition: transform 0.3s, box-shadow 0.3s; }
.method-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.method-icon { width: 56px; height: 56px; background: var(--paper-warm); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--coral-deep); }
.method-card .stat-line { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); margin-bottom: 8px; font-weight: 700; }
@media (max-width: 800px) { .method-grid { grid-template-columns: 1fr; } }

.findings { background: var(--ink); color: var(--paper); }
.findings h2 { color: var(--paper); }
.findings .lede-dark { color: rgba(251, 248, 243, 0.75); max-width: 60ch; font-size: 1.1rem; }
.findings .section-eyebrow { color: var(--gold); }
.find-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 48px; }
.find-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 36px; cursor: pointer; transition: all 0.3s; }
.find-card:hover { background: rgba(255, 255, 255, 0.07); transform: translateY(-2px); }
.find-card .find-row { display: grid; grid-template-columns: 80px 1fr auto; gap: 24px; align-items: start; }
.find-card .find-num { font-family: var(--serif); font-size: 2.4rem; color: var(--gold); line-height: 1; font-weight: 700; }
.find-card .find-title h3 { color: var(--paper); margin-bottom: 6px; font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.find-card .find-title .sub { font-size: 0.95rem; color: rgba(251, 248, 243, 0.65); }
.find-card .find-pct { font-family: var(--serif); font-size: 2.2rem; color: var(--coral); font-weight: 700; line-height: 1; }
.find-card .find-detail { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: none; }
.find-card.open .find-detail { display: block; }
.find-card .find-detail p { color: rgba(251, 248, 243, 0.85); margin-bottom: 18px; }
.find-card .quote { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: rgba(251, 248, 243, 0.92); border-left: 3px solid var(--coral); padding: 6px 0 6px 18px; margin: 18px 0; }
.find-card .quote .attr { display: block; font-style: normal; font-family: var(--sans); font-size: 0.85rem; color: rgba(251, 248, 243, 0.6); margin-top: 8px; }
.find-card .monday { margin-top: 20px; background: linear-gradient(135deg, rgba(255, 107, 91, 0.15), rgba(244, 185, 66, 0.1)); border: 1px solid rgba(255, 107, 91, 0.3); border-radius: 14px; padding: 20px; }
.find-card .monday .label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.find-card .monday p { color: var(--paper); margin: 0; font-size: 1rem; }
@media (max-width: 700px) { .find-card .find-row { grid-template-columns: 1fr; gap: 12px; } .find-card .find-pct { font-size: 1.8rem; } }

.assessment { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%); }
.quiz-shell { max-width: 760px; margin: 48px auto 0; background: white; border-radius: 24px; padding: 48px; box-shadow: var(--shadow); }
.quiz-progress { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.quiz-progress .bar { flex: 1; height: 6px; background: var(--paper-warm); border-radius: 100px; overflow: hidden; }
.quiz-progress .fill { height: 100%; background: linear-gradient(90deg, var(--coral) 0%, var(--coral-deep) 100%); width: 0%; transition: width 0.4s ease; border-radius: 100px; }
.quiz-progress .count { font-size: 0.85rem; color: var(--ink-soft); font-weight: 600; }
.quiz-question { font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 8px; line-height: 1.3; }
.quiz-dim { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--coral-deep); margin-bottom: 24px; font-weight: 600; }
.scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 32px 0 16px; }
.scale button { padding: 18px 8px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper); cursor: pointer; font-family: var(--sans); font-weight: 600; color: var(--ink); transition: all 0.2s; font-size: 0.95rem; }
.scale button:hover { background: var(--coral); color: white; border-color: var(--coral); transform: translateY(-2px); }
.scale button.selected { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.scale-labels { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.08em; }
.quiz-nav { display: flex; justify-content: space-between; margin-top: 40px; gap: 12px; }
.quiz-nav button { padding: 12px 24px; border-radius: 100px; border: 1.5px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-weight: 600; transition: all 0.2s; font-family: var(--sans); }
.quiz-nav button:disabled { opacity: 0.3; cursor: not-allowed; }
.quiz-nav button.next { background: var(--ink); color: var(--paper); }
.quiz-nav button.next:hover:not(:disabled) { background: var(--coral-deep); border-color: var(--coral-deep); }
.quiz-intro, .quiz-results, .quiz-flow { display: none; }
.quiz-intro.active, .quiz-results.active, .quiz-flow.active { display: block; }
.quiz-intro h3 { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 16px; }
.quiz-intro ul { list-style: none; margin: 24px 0; }
.quiz-intro ul li { padding: 10px 0; padding-left: 28px; position: relative; color: var(--ink-soft); }
.quiz-intro ul li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 32px; }
.results-score { text-align: center; padding: 32px; background: var(--paper-warm); border-radius: 16px; display: flex; flex-direction: column; justify-content: center; }
.results-score .big { font-family: var(--serif); font-size: 5rem; line-height: 1; color: var(--coral-deep); font-weight: 700; }
.results-score .out-of { font-size: 1.2rem; color: var(--ink-soft); margin-top: 4px; }
.results-score .level { margin-top: 16px; padding: 8px 16px; background: var(--ink); color: var(--paper); border-radius: 100px; display: inline-block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; align-self: center; }
.results-radar { background: var(--paper-warm); border-radius: 16px; padding: 24px; }
.dim-bars { margin-top: 32px; }
.dim-bar { margin-bottom: 16px; }
.dim-bar .label-row { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 0.95rem; font-weight: 600; }
.dim-bar .track { height: 12px; background: var(--paper-warm); border-radius: 100px; overflow: hidden; }
.dim-bar .filled { height: 100%; border-radius: 100px; transition: width 0.8s ease; }
.actions { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--line); }
.action-block { background: var(--paper-warm); border-radius: 12px; padding: 20px; margin-bottom: 12px; border-left: 4px solid var(--coral); }
.action-block h4 { font-size: 1rem; margin-bottom: 6px; font-family: var(--sans); }
.action-block p { font-size: 0.95rem; color: var(--ink-soft); }
@media (max-width: 700px) { .results-grid { grid-template-columns: 1fr; } .quiz-shell { padding: 28px 20px; } }

.coaching { background: var(--paper-warm); }
.move-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.move-card { background: white; border-radius: 20px; padding: 32px; border-top: 6px solid var(--coral); transition: transform 0.3s, box-shadow 0.3s; }
.move-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.move-card .num { font-family: var(--serif); font-size: 2.4rem; color: var(--coral); font-weight: 700; line-height: 1; margin-bottom: 16px; }
.move-card h3 { margin-bottom: 12px; font-size: 1.2rem; }
.move-card p { color: var(--ink-soft); font-size: 0.96rem; }
@media (max-width: 800px) { .move-grid { grid-template-columns: 1fr; } }

.download { background: var(--ink); color: var(--paper); }
.download h2 { color: var(--paper); }
.download .wrap { background: linear-gradient(135deg, var(--coral) 0%, var(--coral-deep) 100%); border-radius: 24px; padding: 56px 48px; text-align: center; box-shadow: var(--shadow-lg); }
.download .wrap h2 { color: white; max-width: 22ch; margin: 0 auto 16px; }
.download .wrap p { color: rgba(255,255,255,0.92); max-width: 50ch; margin: 0 auto 32px; }
.download .btn-primary { background: white; color: var(--ink); }
.download .btn-primary:hover { background: var(--ink); color: white; }
.email-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.email-row input { padding: 14px 18px; border-radius: 100px; border: none; font-size: 0.98rem; width: 280px; font-family: var(--sans); }

.researchers { background: var(--paper-warm); }
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.res-card { background: white; border-radius: 20px; padding: 32px; text-align: center; }
.res-avatar { width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, var(--coral) 0%, var(--gold) 100%); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 2rem; color: white; font-weight: 700; margin: 0 auto 20px; overflow: hidden; }
.res-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.res-card h4 { font-family: var(--sans); font-size: 1.15rem; margin-bottom: 6px; }
.res-card .role { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.4; }
.res-card .links { display: flex; gap: 14px; font-size: 0.88rem; font-weight: 600; justify-content: center; }
@media (max-width: 800px) { .res-grid { grid-template-columns: 1fr; } }

footer { background: var(--ink); color: var(--paper); padding: 60px 0 40px; }
footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
footer h4 { color: var(--paper); font-family: var(--sans); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
footer a { color: rgba(251, 248, 243, 0.75); display: block; padding: 4px 0; font-size: 0.95rem; }
footer a:hover { color: var(--coral); }
footer .brand { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 12px; line-height: 1.3; }
footer .brand em { color: var(--coral); font-style: italic; }
footer .small { font-size: 0.85rem; color: rgba(251, 248, 243, 0.5); }
footer .bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.85rem; color: rgba(251, 248, 243, 0.5); }
@media (max-width: 700px) { footer .footer-grid { grid-template-columns: 1fr; } }

.share-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; justify-content: center; }
.share-row .btn { padding: 10px 18px; font-size: 0.88rem; }

.numbers { background: var(--paper); }
.num-theme { margin-top: 48px; }
.num-theme .theme-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--coral-deep); font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--paper-warm); }
.num-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
.num-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 28px; transition: transform 0.2s, box-shadow 0.2s; }
.num-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.num-card .big { font-family: var(--serif); font-size: clamp(2.2rem, 3.4vw, 3rem); color: var(--coral-deep); font-weight: 700; line-height: 1; margin-bottom: 8px; }
.num-card .label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); font-weight: 600; margin-bottom: 12px; }
.num-card p { font-size: 0.96rem; color: var(--ink); line-height: 1.5; }
@media (max-width: 800px) { .num-grid { grid-template-columns: 1fr; } }

.sample-card { background: var(--paper-warm); border-radius: 20px; padding: 36px; margin-top: 32px; display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: center; }
.sample-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.sample-card .stat-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.sample-card .pill { background: white; padding: 12px 18px; border-radius: 100px; font-size: 0.88rem; font-weight: 600; color: var(--ink); border: 1px solid var(--line); }
.sample-card .pill strong { color: var(--coral-deep); margin-right: 6px; }
.sample-bar { background: white; border-radius: 14px; padding: 24px; }
.sample-bar .seg { display: flex; height: 14px; border-radius: 100px; overflow: hidden; margin-bottom: 16px; }
.sample-bar .seg-leaders { background: var(--coral); flex: 20; }
.sample-bar .seg-coaches { background: var(--gold); flex: 4; }
.sample-bar .legend { display: flex; gap: 20px; font-size: 0.85rem; color: var(--ink-soft); }
.sample-bar .legend .dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
@media (max-width: 800px) { .sample-card { grid-template-columns: 1fr; } }
