/* Approved discipline test. Dedicated styles; shared production footer. */
.report-consent { display:flex !important; gap:12px; align-items:flex-start; margin-top:18px; cursor:pointer; min-height:44px; }
.report-consent input { flex:0 0 20px; width:20px; height:20px; margin:3px 0; accent-color:#3e5946; }
.report-consent span { font-size:14px; font-weight:400; line-height:1.6; }
:root {
  color-scheme: light;
  --paper: #f7f6f0;
  --ink: #19211b;
  --muted: #5e685f;
  --sage: #e4eadf;
  --forest: #3e5946;
  --line: #d9dfd4;
  --white: #fdfdf9;
  --gutter: max(40px, calc((100vw - 1280px) / 2));
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; min-width: 280px; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: inherit; }
button, input { font-size: inherit; }
a { color: inherit; text-decoration: none; }
button, summary, label.answer-option { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: not-allowed; }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 550; line-height: 1.12; letter-spacing: -.055em; text-wrap: balance; }
h2 { font-size: clamp(32px, 3.6vw, 48px); }
h3 { font-size: 23px; letter-spacing: -.035em; }
p { text-wrap: pretty; }
button, a, summary, label { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--forest); outline-offset: 5px; }
[tabindex="-1"]:focus { outline: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 20px; border-radius: 6px; color: white; background: var(--forest); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1.5; font-weight: 550; letter-spacing: .16em; text-transform: uppercase; color: var(--forest); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 18px; min-height: 44px; font-size: 13px; font-weight: 500; }
.text-link > span { font-size: 19px; font-weight: 400; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 15px 24px; border: 1px solid transparent; border-radius: 100px; font-weight: 550; font-size: 14px; line-height: 1.3; text-align: center; transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover:not(:disabled) { background: var(--forest); box-shadow: 0 5px 16px #19211b12; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--sage); }
.button:disabled { background: #e8ebe5; color: #727b71; box-shadow: none; }
.button-quiet { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 10px; padding: 8px 0; border: 0; background: transparent; font-size: 13px; }
.button-quiet:hover:not(:disabled) { text-decoration: underline; text-underline-offset: 4px; }
.button-quiet:disabled { color: #899186; }

/* The same quiet three-part navigation as the approved editorial pages. */
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 88px; padding: 14px var(--gutter); background: var(--paper); }
.brand { display: inline-flex; align-items: baseline; gap: 3px; width: fit-content; min-height: 44px; padding-block: 10px; font-size: 13px; font-weight: 650; line-height: 24px; letter-spacing: .1em; white-space: nowrap; }
.brand em { font-family: Georgia, serif; font-weight: 400; font-size: 15px; letter-spacing: .02em; }
.desktop-nav { display: flex; align-items: center; padding: 4px; border: 1px solid var(--line); border-radius: 100px; }
.desktop-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 22px; border-radius: 100px; font-size: 12px; color: var(--muted); transition: background-color 180ms ease; }
.desktop-nav a.active, .desktop-nav a:hover { color: var(--ink); background: var(--sage); }
.header-cta { justify-self: end; display: flex; align-items: center; justify-content: center; gap: 26px; min-height: 46px; padding: 10px 23px; border-radius: 100px; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.header-cta:hover { background: var(--forest); }
.header-cta span { font-size: 15px; font-weight: 400; }
.menu-toggle { display: none; }
.mobile-nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 14px 24px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 24px #19211b0a; }
.mobile-nav a { display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding-block: 12px; border-bottom: 1px solid var(--line); font-size: 18px; }
.mobile-nav a:last-child { border-bottom: 0; }

/* Full-bleed photography; no floating outer frame or decorative border. */
.hero { display: grid; grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); }
.hero-copy { padding: 16px 36px 24px var(--gutter); }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; font-size: 10px; color: var(--muted); }
.breadcrumbs a { padding-block: 8px; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; }
.breadcrumbs a:hover { text-decoration-color: currentColor; }
.hero-copy > .eyebrow { margin-bottom: 16px; }
.hero h1 { font-size: clamp(44px, 4.6vw, 66px); line-height: 1.055; letter-spacing: -.06em; font-weight: 550; }
.hero h1 span { color: var(--forest); }
.hero-description { max-width: 450px; margin-top: 20px; font-size: 17px; line-height: 1.65; color: var(--muted); }
.hero-button { margin-top: 22px; padding-inline: 25px; gap: 36px; }
.hero-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin-top: 14px; font-size: 10px; line-height: 1.6; color: var(--muted); }
.hero-facts span + span::before { content: "·"; margin-inline: 9px; color: #90988a; }
.hero-copy > .text-link { margin-top: 8px; font-size: 11px; color: var(--muted); }
.hero-visual { position: relative; min-height: 520px; isolation: isolate; background: #607767; overflow: hidden; }
.hero-visual picture, .hero-visual img, .hero-visual-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-visual img { object-fit: cover; object-position: 66% center; }
.hero-visual-shade { background: #18261909; pointer-events: none; }
.image-caption { position: absolute; top: 28px; left: 30px; color: white; font-size: 10px; letter-spacing: .08em; text-shadow: 0 1px 8px #19211b88; }
.hero-note { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; align-items: center; gap: 15px; width: fit-content; max-width: calc(100% - 60px); padding: 18px 22px; border: 1px solid #ffffff40; border-radius: 15px; background: #19291eca; color: white; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.note-icon { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #ffffff65; border-radius: 50%; flex: 0 0 35px; }
.note-icon svg { width: 18px; height: 18px; }
.hero-note div > span, .hero-note strong { display: block; }
.hero-note div > span { font-size: 11px; color: #e0e7dc; }
.hero-note strong { margin-top: 2px; font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.value-strip { display: grid; grid-template-columns: 1fr 1fr 1fr .94fr; align-items: center; gap: 32px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.value-strip > div { display: flex; align-items: center; gap: 17px; }
.value-strip > div > span { font-size: 10px; letter-spacing: .08em; color: var(--forest); align-self: flex-start; margin-top: 4px; }
.value-strip p { font-size: 12px; line-height: 1.6; color: var(--muted); }
.value-strip strong { color: var(--ink); font-weight: 550; }
.value-strip .value-note { padding-left: 28px; border-left: 1px solid var(--line); font-size: 11px; }

/* The assessment gets the clearest visual hierarchy on the page. */
.test-section { display: grid; grid-template-columns: .78fr 1.5fr; align-items: start; gap: 48px; padding-block: 52px 56px; }
.test-intro { padding-top: 6px; }
.test-intro h2 { margin-block: 16px 20px; font-size: clamp(31px, 3vw, 42px); }
.test-intro > p:not(.eyebrow) { margin-bottom: 17px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.test-intro > p.small-copy { font-size: 12px; line-height: 1.75; }
.privacy-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.privacy-note svg { width: 18px; height: 18px; color: var(--forest); margin-top: 3px; }
.privacy-note p { font-size: 11px; line-height: 1.75; color: var(--muted); }
.privacy-note strong { display: block; color: var(--ink); font-size: 12px; font-weight: 550; margin-bottom: 4px; }
.test-intro > .text-link { margin-top: 12px; font-size: 11px; }
.quiz-wrap { min-width: 0; }
.quiz-card, .result-card { padding: 28px; border: 1px solid #e2e6dd; border-radius: 22px; background: var(--white); box-shadow: 0 12px 40px #21331c07; }
.quiz-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 10px; color: var(--muted); }
#question-count { font-weight: 550; font-variant-numeric: tabular-nums; }
#question-topic { padding: 4px 10px; background: #eff2eb; color: var(--forest); border-radius: 100px; }
.progress-track { height: 3px; margin: 16px 0 22px; border-radius: 5px; background: #e8ece3; overflow: hidden; }
#progress-fill { display: block; width: 100%; height: 100%; background: var(--forest); border-radius: inherit; transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: block; float: left; width: 100%; padding: 0; font-size: 24px; font-weight: 550; letter-spacing: -.04em; line-height: 1.35; }
legend + * { clear: both; }
.question-hint { padding-top: 11px; font-size: 12px; line-height: 1.65; color: var(--muted); }
.answer-options { display: grid; gap: 8px; margin-top: 20px; }
.answer-option { position: relative; display: flex; align-items: center; gap: 14px; min-height: 54px; padding: 10px 17px; border: 1px solid #e2e6dd; border-radius: 11px; background: #fafbf6; cursor: pointer; transition: border-color 150ms ease, background-color 150ms ease; }
.answer-option:hover { background: #edf1e8; border-color: #a4b29e; }
.answer-option input { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.answer-number { display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 26px; border: 1px solid #d1dacd; border-radius: 50%; color: #677762; font-size: 10px; font-variant-numeric: tabular-nums; }
.answer-label { flex: 1; font-size: 14px; font-weight: 450; line-height: 1.45; }
.answer-check { width: 18px; height: 18px; opacity: 0; color: var(--forest); }
.answer-option:has(input:checked), .answer-option.is-selected { background: var(--sage); border-color: var(--forest); }
.answer-option:has(input:checked) .answer-check, .answer-option.is-selected .answer-check { opacity: 1; }
.answer-option:has(input:checked) .answer-number, .answer-option.is-selected .answer-number { background: var(--forest); border-color: var(--forest); color: white; }
.answer-option:has(input:focus-visible) { outline: 2px solid var(--forest); outline-offset: 3px; }
.quiz-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.quiz-actions .button { min-height: 46px; padding: 12px 20px; gap: 24px; font-size: 12px; }
.answer-status { font-size: 10px; text-align: center; color: var(--muted); }
.test-disclaimer { max-width: 540px; margin: 16px auto 0; text-align: center; font-size: 10px; line-height: 1.65; color: var(--muted); }
.noscript-note { margin-top: 20px; font-size: 14px; line-height: 1.65; }
.noscript-note a { text-decoration: underline; }
.result-card { scroll-margin-top: 8px; }
.result-kicker { font-size: 10px; font-weight: 550; letter-spacing: .13em; text-transform: uppercase; color: var(--forest); }
.result-header { display: flex; align-items: center; gap: 22px; margin-block: 22px; }
.result-score { flex-shrink: 0; min-width: 108px; padding: 18px 14px; border-radius: 15px; background: var(--sage); text-align: center; color: var(--forest); font-size: 38px; line-height: 1.1; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.result-score strong { display: block; font-weight: 550; white-space: nowrap; }
.result-score span, .result-score small { display: block; margin-top: 5px; font-size: 10px; line-height: 1.5; letter-spacing: 0; }
.result-score strong > span { display: inline; font-size: 16px; font-weight: 400; }
.result-copy { flex: 1; min-width: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.result-header > h2 { flex: 1; }
.result-copy h2, .result-header h2 { font-size: 29px; line-height: 1.16; }
.result-copy p, .result-header p { margin-top: 11px; font-size: 14px; line-height: 1.65; color: var(--muted); }
.result-next { padding: 23px; margin-top: 25px; border-radius: 14px; background: #edf2e9; }
.result-next h3 { margin-block: 6px 10px; font-size: 22px; }
.result-next p { font-size: 15px; line-height: 1.65; color: var(--forest); }
.result-next .eyebrow { font-size: 10px; }
.report-request { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.report-request > .eyebrow { font-size: 9px; letter-spacing: .1em; }
.report-request h3 { margin-block: 12px; font-size: 27px; line-height: 1.2; }
.report-description { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.report-form { position: relative; margin-top: 20px; }
.report-form > label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 550; }
.report-input-row { display: flex; flex-wrap: wrap; gap: 10px; }
.report-input-row input { flex: 1 1 200px; min-width: 0; min-height: 50px; width: 100%; padding: 12px 15px; border: 1px solid #aab7a5; border-radius: 11px; background: #f7f9f3; color: var(--ink); font-size: 16px; line-height: 1.5; }
.report-input-row input::placeholder { color: #64725f; }
.report-input-row input[aria-invalid="true"] { border-color: #9b382d; }
.report-input-row input:read-only { color: var(--muted); }
.report-input-row .button { flex: 0 1 auto; justify-content: center; min-height: 50px; padding: 12px 18px; font-size: 12px; gap: 14px; }
.report-form[aria-busy="true"] .button { cursor: wait; }
.report-privacy { margin-top: 12px; font-size: 11px; line-height: 1.75; color: var(--muted); }
.report-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.report-status { min-height: 25px; margin-top: 12px; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.report-status[data-state="error"] { color: #8f3128; }
.report-status[data-state="success"] { padding: 12px 14px; border-radius: 10px; background: var(--sage); color: #304a37; }
.report-status[data-state="pending"] { color: var(--muted); }
.report-trap { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.result-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 25px; }
.result-actions .button { min-height: 48px; font-size: 12px; gap: 16px; }
.result-restart { border: 0; background: transparent; padding: 10px 0; min-height: 44px; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.result-footnote { margin-top: 15px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.result-footnote a { text-decoration: underline; text-underline-offset: 3px; }
.result-app { margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--line); }
.result-app > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.result-app strong { color: var(--ink); font-weight: 550; }
.result-app > .text-link { margin-top: 7px; font-size: 12px; }

/* Concrete outcomes, with people and actions rather than app dashboards. */
.outcome-section { padding-block: 52px; background: #ecefe7; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 72px; }
.outcome-art { position: relative; min-width: 0; height: 470px; }
.outcome-art > img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; border-radius: 22px; }
.sample-note { position: absolute; left: 28px; right: -28px; bottom: 28px; padding: 24px 28px; border: 1px solid #ffffffa6; border-radius: 14px; background: #fdfdf9f2; box-shadow: 0 9px 30px #18231912; }
.sample-note > .eyebrow { font-size: 8px; }
.sample-note p { margin-block: 12px 10px; font-size: 24px; letter-spacing: -.045em; line-height: 1.3; font-weight: 500; }
.sample-note > span:last-child { display: block; font-size: 10px; color: var(--muted); }
.outcome-copy h2 { margin-block: 19px 22px; }
.outcome-copy > p:not(.eyebrow) { max-width: 470px; font-size: 16px; line-height: 1.75; color: var(--muted); }
.outcome-list { list-style: none; padding: 0; margin: 24px 0 12px; }
.outcome-list li { display: flex; align-items: flex-start; gap: 18px; padding-block: 14px; border-top: 1px solid #d1daca; }
.outcome-list li > span { font-size: 10px; margin-top: 2px; color: var(--forest); }
.outcome-list h3 { font-size: 18px; letter-spacing: -.035em; line-height: 1.4; }
.outcome-list p { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.understanding-section { padding-block: 56px; }
.section-heading { display: grid; grid-template-columns: 1fr .68fr; column-gap: 64px; align-items: end; margin-bottom: 28px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; }
.section-heading > p:last-child { max-width: 395px; font-size: 16px; line-height: 1.75; color: var(--muted); }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.insight-card { display: flex; flex-direction: column; padding: 26px; border-radius: 19px; background: var(--sage); }
.insight-card:nth-child(2) { background: #ecefe5; }
.insight-card:nth-child(3) { background: #e6ece5; }
.line-icon { display: block; margin-bottom: 20px; color: var(--forest); }
.line-icon svg { width: 42px; height: 42px; stroke-width: 1.3; }
.insight-card h3 { margin-bottom: 17px; font-size: 23px; line-height: 1.22; }
.insight-card p { font-size: 14px; line-height: 1.75; color: #50604f; }
.insight-card a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding-top: 23px; margin-top: auto; font-size: 11px; font-weight: 550; color: var(--forest); }
.insight-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.insight-card a > span { font-size: 18px; }
.support-section { display: grid; grid-template-columns: 1fr 1.08fr; align-items: start; gap: 64px; padding-block: 48px 56px; border-top: 1px solid var(--line); }
.method-section, .faq-section { min-width: 0; }
.method-section h2, .faq-section h2 { margin-top: 18px; font-size: 38px; }
.method-copy { margin-top: 24px; }
.method-copy > p { margin-bottom: 18px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.method-copy details { margin-block: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
details summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 64px; padding-block: 18px; font-size: 14px; line-height: 1.5; font-weight: 500; list-style: none; }
.support-section details summary { min-height: 60px; padding-block: 12px; }
details summary::-webkit-details-marker { display: none; }
details summary > span { color: var(--forest); font-size: 24px; font-weight: 400; flex: 0 0 16px; text-align: center; transition: transform 180ms ease; }
details[open] summary > span { transform: rotate(45deg); }
details summary:hover { color: var(--forest); }
details > div { padding-bottom: 20px; }
details p { font-size: 14px; line-height: 1.8; color: var(--muted); }
details p + p { margin-top: 14px; }
.method-copy > p.method-limit { padding-left: 18px; border-left: 2px solid #97aa90; font-size: 12px; line-height: 1.8; }
.author-line { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; margin-top: 20px; }
.author-monogram { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sage); font-size: 10px; color: var(--forest); }
.author-line > div > a { font-size: 12px; font-weight: 550; }
.author-line > div > span { display: block; font-size: 9px; color: var(--muted); }
.editorial-link { font-size: 10px; min-height: 44px; display: inline-flex; gap: 8px; align-items: center; }
.author-line a:hover { text-decoration: underline; text-underline-offset: 4px; }
.faq-section > div:first-child > p:last-child { max-width: 440px; margin-top: 16px; color: var(--muted); font-size: 15px; }
.faq-list { margin-top: 24px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list details > p { padding-bottom: 23px; }
.closing-section { position: relative; display: flex; align-items: center; min-height: 400px; isolation: isolate; background: #162019; color: var(--white); }
.closing-section > img, .closing-shade { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.closing-shade { background: #0c160c2b; }
.closing-copy { padding-block: 48px; }
.closing-copy .eyebrow { color: #dce5d8; }
.closing-copy h2 { margin-block: 23px 23px; max-width: 680px; font-size: clamp(38px, 4.2vw, 59px); }
.closing-copy > p:not(.eyebrow) { max-width: 530px; font-size: 16px; line-height: 1.8; color: #e0e5dc; }
.closing-copy .button { margin-top: 29px; }
.closing-section :focus-visible, .site-footer :focus-visible { outline-color: #c9dcc1; }

.site-footer { color: #eaece3; background: #151b16; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px; padding-block: 61px 45px; }
.footer-brand .brand { font-size: 18px; letter-spacing: .06em; }
.footer-brand .brand em { font-size: 22px; }
.footer-brand p { max-width: 255px; margin-top: 16px; font-size: 12px; line-height: 1.9; color: #b7c0b0; }
.review-label { display: inline-block; margin-top: 23px; font-size: 9px; color: #b7c0b0; }
.footer-group h2 { margin: 13px 0 20px; font-size: 10px; font-weight: 450; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; color: #b9c5b1; }
.footer-group a { display: flex; align-items: center; width: fit-content; min-height: 38px; font-size: 11px; line-height: 1.6; color: #c8d0c1; }
.footer-group a:hover, .footer-bottom a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-block: 20px 26px; border-top: 1px solid #ffffff20; font-size: 9px; letter-spacing: .03em; color: #a8b4a1; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom a { display: flex; align-items: center; min-height: 44px; }

@media (min-width: 1800px) {
  .hero { grid-template-columns: calc(var(--gutter) + 540px) minmax(0, 1fr); }
  .hero-visual { min-height: 540px; }
}
@media (max-width: 1100px) {
  :root { --gutter: 32px; }
  .shell { width: calc(100% - 64px); }
  .site-header { min-height: 80px; }
  .desktop-nav a { padding-inline: 17px; }
  .hero-copy { padding-right: 30px; }
  .hero h1 { font-size: clamp(39px, 4.75vw, 54px); }
  .hero-description { font-size: 16px; }
  .hero-visual { min-height: 520px; }
  .hero-note { left: 20px; right: 20px; bottom: 22px; max-width: calc(100% - 40px); padding: 15px; gap: 10px; }
  .hero-note strong { font-size: 13px; }
  .value-strip { gap: 20px; }
  .value-strip > div { gap: 11px; }
  .value-strip .value-note { padding-left: 18px; }
  .test-section { grid-template-columns: .78fr 1.35fr; gap: 36px; }
  .quiz-card, .result-card { padding: 25px; }
  .quiz-actions { gap: 8px; }
  .quiz-actions .button { padding-inline: 17px; gap: 14px; }
  .answer-status { max-width: 90px; }
  .outcome-grid { gap: 60px; }
  .outcome-art { height: 460px; }
  .sample-note { left: 18px; right: -18px; padding: 22px; }
  .sample-note p { font-size: 21px; }
  .section-heading { gap: 18px 45px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .insight-card { padding: 24px; }
  .insight-card h3 { font-size: 21px; }
  .insight-card a { align-items: flex-end; }
  .support-section { gap: 40px; }
  .method-section h2, .faq-section h2 { font-size: 33px; }
  .author-line { grid-template-columns: 38px 1fr; }
  .editorial-link { grid-column: 2; margin-top: -8px; }
  .footer-grid { gap: 24px; grid-template-columns: 1.3fr repeat(4, 1fr); }
}
@media (min-width: 761px) and (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 16px var(--gutter) 24px; }
  .hero-description { max-width: 580px; }
  .hero-visual { height: 380px; min-height: 0; }
  .hero-visual img { object-position: 65% 47%; }
  .test-section { grid-template-columns: 1fr; gap: 28px; }
  .test-intro { max-width: 640px; }
  .support-section { grid-template-columns: 1fr; gap: 36px; }
  .faq-section { padding-top: 36px; border-top: 1px solid var(--line); }
  .faq-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; align-items: start; }
  .faq-list details { border-top: 1px solid var(--line); border-bottom: 0; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 90px; }
  .shell { width: calc(100% - 48px); }
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; min-height: 74px; padding-block: 12px; }
  .brand { font-size: 11px; letter-spacing: .075em; }
  .brand em { font-size: 13px; }
  .desktop-nav { display: none; }
  .header-cta { min-height: 44px; padding-inline: 17px; gap: 13px; font-size: 11px; letter-spacing: .025em; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 10px var(--gutter) 20px; }
  .breadcrumbs { margin-bottom: 16px; font-size: 10px; }
  .hero-copy > .eyebrow { margin-bottom: 18px; font-size: 9px; letter-spacing: .11em; }
  .hero h1 { font-size: clamp(38px, 7.7vw, 58px); line-height: 1.075; letter-spacing: -.055em; }
  .hero-description { max-width: 490px; margin-top: 20px; font-size: 16px; line-height: 1.65; }
  .hero-button { margin-top: 20px; min-height: 53px; font-size: 13px; gap: 35px; }
  .hero-facts { margin-top: 13px; font-size: 10px; }
  .hero-copy > .text-link { margin-top: 10px; }
  .hero-visual { height: 330px; min-height: 0; }
  .hero-visual img { object-position: 65% 47%; }
  .image-caption { top: 20px; left: 24px; font-size: 9px; }
  .hero-note { left: 24px; right: auto; bottom: 20px; padding: 14px 18px; max-width: calc(100% - 48px); }
  .hero-note strong { font-size: 14px; }
  .value-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 14px; padding-block: 25px 21px; }
  .value-strip > div { display: block; }
  .value-strip > div > span { display: block; margin: 0 0 7px; font-size: 9px; }
  .value-strip p { font-size: 11px; line-height: 1.55; }
  .value-strip .value-note { grid-column: 1 / -1; border-left: 0; padding: 13px 0 0; border-top: 1px solid var(--line); text-align: center; font-size: 11px; }
  .value-note br { display: none; }
  .test-section { display: grid; grid-template-columns: 1fr; gap: 24px; padding-block: 36px 40px; }
  .test-intro { padding: 0; }
  .test-intro h2 { margin: 16px 0 19px; font-size: 34px; }
  .test-intro > p:not(.eyebrow) { font-size: 16px; line-height: 1.65; margin-bottom: 13px; }
  .test-intro > p.small-copy { font-size: 12px; }
  .privacy-note { margin-top: 20px; padding-top: 17px; }
  .test-intro > .text-link { margin-top: 12px; }
  .quiz-card, .result-card { padding: 25px; border-radius: 19px; }
  legend { font-size: 24px; }
  .question-hint { font-size: 12px; }
  .answer-label { font-size: 16px; }
  .answer-option { min-height: 54px; }
  .quiz-actions { margin-top: 22px; }
  .quiz-actions .button { min-height: 46px; font-size: 12px; }
  .test-disclaimer { font-size: 10px; }
  .result-card { scroll-margin-top: 8px; }
  .result-header { gap: 17px; }
  .result-score { min-width: 94px; font-size: 34px; }
  .result-copy h2, .result-header h2 { font-size: 26px; }
  .result-copy, .result-copy p, .result-header p, .result-next p, .report-description { font-size: 16px; }
  .result-next { padding: 19px; }
  .result-actions { align-items: flex-start; gap: 10px 17px; }
  .result-footnote { font-size: 11px; }
  .outcome-section { padding-block: 36px; }
  .outcome-grid { grid-template-columns: 1fr; gap: 28px; }
  .outcome-art { height: 400px; }
  .outcome-art > img { object-position: center 35%; border-radius: 18px; }
  .sample-note { left: 18px; right: 18px; bottom: 18px; padding: 21px; }
  .sample-note p { font-size: 23px; }
  .sample-note > span:last-child { font-size: 10px; }
  .outcome-copy h2 { font-size: 36px; margin: 16px 0 20px; }
  .outcome-list { margin-top: 25px; }
  .outcome-list p { font-size: 15px; }
  .outcome-copy > .text-link { font-size: 12px; }
  .understanding-section { padding-block: 40px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading .eyebrow { margin-bottom: 16px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading > p:last-child { margin-top: 20px; max-width: 550px; }
  .insight-grid { grid-template-columns: 1fr; gap: 14px; }
  .insight-card { padding: 26px; border-radius: 17px; }
  .line-icon { margin-bottom: 23px; }
  .insight-card h3 { font-size: 25px; }
  .insight-card p { font-size: 16px; }
  .insight-card a { align-items: center; padding-top: 19px; font-size: 12px; }
  .support-section { grid-template-columns: 1fr; gap: 32px; padding-block: 36px 40px; }
  .method-copy { margin-top: 20px; }
  .method-section h2, .faq-section h2 { font-size: 33px; margin-top: 16px; }
  .method-copy > p, details p { font-size: 16px; line-height: 1.75; }
  .method-copy > p.method-limit { font-size: 13px; }
  details summary { min-height: 68px; font-size: 15px; gap: 18px; }
  .author-line { margin-top: 23px; }
  .author-line > div > span { font-size: 10px; }
  .editorial-link { font-size: 11px; }
  .faq-section > div:first-child > p:last-child { font-size: 16px; margin-top: 16px; }
  .faq-section { padding-top: 32px; border-top: 1px solid var(--line); }
  .faq-list { margin-top: 20px; }
  .closing-section { min-height: 390px; }
  .closing-section > img { object-position: 56% center; }
  .closing-shade { background: #0813097d; }
  .closing-copy { padding-block: 40px; }
  .closing-copy .eyebrow { font-size: 9px; letter-spacing: .11em; }
  .closing-copy h2 { font-size: 39px; margin-block: 22px; }
  .closing-copy > p:not(.eyebrow) { font-size: 16px; }
  .closing-copy .button { margin-top: 28px; font-size: 12px; gap: 24px; padding-inline: 22px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; padding-block: 40px 28px; }
  .footer-brand { grid-column: 1 / -1; padding-bottom: 23px; border-bottom: 1px solid #ffffff20; }
  .footer-brand p { max-width: 350px; font-size: 13px; margin-top: 12px; }
  .review-label { margin-top: 15px; font-size: 10px; }
  .footer-group h2 { margin: 0 0 9px; font-size: 10px; }
  .footer-group a { min-height: 44px; font-size: 12px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr; gap: 6px; padding-block: 18px 25px; font-size: 9px; }
  .footer-bottom nav { gap: 23px; order: -1; }
  .footer-bottom nav a { font-size: 11px; }
  .footer-bottom > span:last-child { margin-top: 9px; }
}
@media (max-width: 480px) {
  :root { --gutter: 20px; }
  .shell { width: calc(100% - 40px); }
  .site-header { gap: 9px; padding-block: 10px; min-height: 68px; }
  .header-cta { min-height: 44px; padding-inline: 14px; gap: 9px; }
  .header-cta span { display: none; }
  .hero h1 { font-size: clamp(33px, 10.9vw, 49px); }
  .hero-description { font-size: 16px; }
  .hero-visual { height: 290px; }
  .hero-note { left: 20px; max-width: calc(100% - 40px); }
  .image-caption { left: 20px; }
  .value-strip { gap: 16px 11px; }
  .value-strip p { font-size: 11px; }
  .test-intro h2 { font-size: 32px; }
  .quiz-card, .result-card { padding: 22px 18px; }
  .progress-track { margin-bottom: 24px; }
  legend { font-size: 22px; }
  .answer-options { margin-top: 19px; gap: 8px; }
  .answer-option { padding: 10px 13px; gap: 12px; min-height: 54px; }
  .answer-label { font-size: 16px; }
  .quiz-actions { display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; padding-top: 15px; }
  .quiz-actions .button-quiet { justify-self: start; grid-column: 1; grid-row: 1; }
  .quiz-actions .button { grid-column: 2; grid-row: 1; min-width: 111px; }
  .answer-status { display: none; }
  .result-header { display: block; margin-block: 19px; }
  .result-score { display: inline-block; margin-bottom: 20px; min-width: 104px; font-size: 37px; padding-block: 16px; }
  .result-copy h2, .result-header h2 { font-size: 29px; }
  .result-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .result-actions .button { width: 100%; }
  .result-restart { justify-self: center; }
  .report-request h3 { font-size: 25px; }
  .report-input-row { flex-direction: column; }
  .report-input-row input, .report-input-row .button { flex: 0 1 auto; width: 100%; }
  .report-input-row .button { font-size: 13px; }
  .report-privacy { font-size: 12px; }
  .outcome-art { height: 380px; }
  .sample-note { padding: 18px; left: 14px; right: 14px; bottom: 14px; }
  .sample-note p { font-size: 21px; }
  .sample-note .eyebrow { font-size: 7px; }
  .sample-note > span:last-child { font-size: 9px; }
  .outcome-copy h2 { font-size: 34px; }
  .insight-card { padding: 25px; }
  .closing-copy h2 { font-size: 35px; }
  .closing-copy > p br { display: none; }
}
@media (max-width: 350px) {
  :root { --gutter: 16px; }
  .shell { width: calc(100% - 32px); }
  .site-header { gap: 8px; }
  .header-cta { padding-inline: 11px; font-size: 11px; }
  .brand { font-size: 10px; }
  .brand em { font-size: 12px; }
  .hero h1 { font-size: 34px; }
  .hero-copy > .eyebrow { font-size: 8px; }
  .hero-facts { font-size: 9px; }
  .hero-facts span + span::before { margin-inline: 7px; }
  .hero-note { padding: 12px; gap: 10px; }
  .hero-note strong { font-size: 12px; }
  .hero-note div > span { font-size: 10px; }
  .value-strip p { font-size: 11px; }
  .quiz-card, .result-card { padding-inline: 16px; }
  .question-hint { font-size: 11px; }
  .outcome-copy h2, .section-heading h2, .method-section h2, .faq-section h2, .closing-copy h2 { font-size: 31px; }
  .sample-note p { font-size: 19px; }
  .footer-group a { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
