:root {
  --ink: #14211f;
  --ink-2: #28413c;
  --forest: #1f5145;
  --jade: #3f7f5f;
  --gold: #c8943e;
  --sand: #f4efe6;
  --sand-2: #e9e1d4;
  --paper: #fffdf8;
  --muted: #68736f;
  --line: rgba(20, 33, 31, .15);
  --shadow: 0 26px 70px rgba(23, 45, 39, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 4px; color: white; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(200, 148, 62, .65); outline-offset: 3px; }

h1, h2, h3 { margin: 0 0 .6em; font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
p { margin: 0 0 1.25em; }
.eyebrow { margin-bottom: 1.15rem; color: var(--forest); font-size: .72rem; font-weight: 800; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.center { text-align: center; }
.fine-print { color: var(--muted); font-size: .78rem; }
.updated { color: var(--muted); font-size: .86rem; }

.signal-bar { padding: 7px 0; color: #dce9e5; background: var(--ink); font-size: .72rem; font-weight: 650; letter-spacing: .045em; text-align: center; }
.site-header { position: relative; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .94); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; width: 230px; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav a { padding: 11px 14px; border-radius: 999px; color: #36504b; font-size: .9rem; font-weight: 680; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); background: var(--sand); }
.main-nav a:first-child { color: white; background: var(--forest); }
.main-nav a:first-child:hover, .main-nav a:first-child.active { background: #163f35; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button-row.center { justify-content: center; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: .9rem; font-weight: 780; letter-spacing: .015em; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--forest); }
.button.primary:hover { background: #173f36; }
.button.secondary { border-color: rgba(20, 33, 31, .25); background: transparent; }
.button.secondary:hover, .button.ghost:hover { background: var(--sand); }
.button.ghost { border-color: transparent; background: transparent; }
.button.light { color: var(--ink); background: var(--paper); }
.button.outline-light { border-color: rgba(255,255,255,.5); color: white; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: .86rem; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 94px 0 112px; background: radial-gradient(circle at 78% 30%, rgba(63,127,95,.16), transparent 31%), linear-gradient(145deg, #f9f5ed, #fffdf8 54%, #eef3ed); }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(20,33,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(20,33,31,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, black 62%, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.hero-copy h1 { max-width: 760px; }
.hero-lede { max-width: 690px; color: #40514d; font-size: 1.17rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust span::before { content: '✓'; margin-right: 7px; color: var(--jade); }
.hero-visual { min-height: 590px; display: grid; place-items: center; }

.element-wheel { position: relative; width: min(500px, 88vw); aspect-ratio: 1; border: 1px solid rgba(20,33,31,.14); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95) 0 19%, rgba(255,255,255,.25) 20% 47%, rgba(63,127,95,.06) 48% 49%, transparent 50%); box-shadow: var(--shadow); }
.element-wheel::before, .element-wheel::after { content: ''; position: absolute; inset: 14%; border: 1px dashed rgba(20,33,31,.18); border-radius: 50%; }
.element-wheel::after { inset: 31%; border-style: solid; opacity: .55; }
.wheel-center { position: absolute; z-index: 2; inset: 36%; display: grid; place-content: center; border: 1px solid rgba(20,33,31,.12); border-radius: 50%; text-align: center; background: rgba(255,253,248,.94); }
.wheel-center span { font-family: var(--serif); font-size: 2.4rem; }
.wheel-center small { color: var(--muted); font-size: .58rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.wheel-node { position: absolute; z-index: 3; width: 102px; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid color-mix(in srgb, var(--node), white 48%); border-radius: 50%; color: var(--node); background: var(--node-soft); box-shadow: 0 14px 34px rgba(20,33,31,.12); text-align: center; text-decoration: none; transition: transform .25s ease; }
.wheel-node:hover { transform: scale(1.07); }
.wheel-node strong { font-family: var(--serif); font-size: 1.8rem; line-height: 1; }
.wheel-node span { margin-top: 4px; font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.node-1 { top: -4%; left: 40%; }
.node-2 { top: 26%; right: -4%; }
.node-3 { right: 11%; bottom: 2%; }
.node-4 { left: 11%; bottom: 2%; }
.node-5 { top: 26%; left: -4%; }
.element-wheel.compact { width: min(430px, 90vw); box-shadow: none; }

.principle-strip { color: white; background: var(--forest); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid div { padding: 27px 34px; border-right: 1px solid rgba(255,255,255,.16); }
.principle-grid div:last-child { border: 0; }
.principle-grid strong, .principle-grid span { display: block; }
.principle-grid strong { margin-bottom: 3px; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.principle-grid span { color: #cbded8; font-size: .8rem; }

.section { padding-top: 108px; padding-bottom: 108px; }
.section-heading { max-width: 740px; margin-bottom: 50px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-heading.split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.archetype-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.archetype-card { min-height: 360px; display: flex; flex-direction: column; padding: 24px; border: 1px solid color-mix(in srgb, var(--card), white 66%); background: linear-gradient(180deg, var(--card-soft), white 72%); }
.archetype-card:nth-child(even) { transform: translateY(24px); }
.archetype-symbol { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; color: white; background: var(--card); font-family: var(--serif); font-size: 1.65rem; }
.archetype-card h3 { font-size: 1.6rem; }
.archetype-card > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.archetype-card .text-link { margin-top: auto; color: var(--card); }

.feature-section { overflow: hidden; background: var(--sand); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.feature-grid > div:first-child { max-width: 510px; }
.report-preview { position: relative; padding: 48px; border: 1px solid rgba(20,33,31,.12); background: var(--paper); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.report-preview::before { content: 'EA'; position: absolute; top: 16px; right: 22px; color: rgba(20,33,31,.08); font-family: var(--serif); font-size: 4rem; }
.report-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.report-top span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.result-bars { padding: 36px 0 28px; }
.result-bars i, .sample-score i { display: block; width: var(--w); height: 8px; margin-bottom: 12px; border-radius: 99px; background: var(--c); }

.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 42px; }
.method-grid article { padding: 34px; border: 1px solid var(--line); background: white; }
.method-grid article > span, .values-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.method-grid h3 { margin-top: 35px; }
.method-grid p { color: var(--muted); font-size: .9rem; }
.journal-preview { background: #f7f3ec; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px; border-top: 3px solid var(--forest); background: white; box-shadow: 0 14px 40px rgba(20,33,31,.055); }
.post-card h3 a { text-decoration: none; }
.post-card > p:not(.eyebrow) { color: var(--muted); font-size: .91rem; }
.post-card .text-link { margin-top: auto; }
.final-cta, .next-step { padding: 95px 0; color: white; background: var(--ink); text-align: center; }
.final-cta .eyebrow, .next-step .eyebrow { color: #9bc2b5; }
.final-cta p, .next-step p { max-width: 650px; margin-inline: auto; color: #bdd0ca; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 24px; color: var(--muted); font-size: .75rem; }
.breadcrumb a { text-decoration: none; }
.page-hero { padding-top: 88px; padding-bottom: 66px; }
.page-hero.compact { max-width: 900px; text-align: center; }
.page-hero h1 { max-width: 950px; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.page-hero.compact h1 { margin-inline: auto; }
.page-hero > p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 1.15rem; }
.page-hero.compact > p:not(.eyebrow) { margin-inline: auto; }
.soft-section { background: var(--sand); }
.dark-section { color: white; background: var(--ink); }
.dark-section .eyebrow { color: #96bcb0; }
.dark-section p { color: #c4d2ce; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.two-column.top { align-items: start; }
.content-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.content-columns article { padding-top: 24px; border-top: 2px solid var(--ink); }
.content-columns p { color: var(--muted); }

.archetype-hero { margin-top: 22px; padding: 100px 0; background: linear-gradient(125deg, var(--hero-soft), #fff 68%); }
.archetype-hero-grid { display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 60px; }
.archetype-hero h1 { font-size: clamp(4rem, 8vw, 7rem); }
.archetype-hero p:not(.eyebrow):not(.archetype-tagline) { max-width: 690px; color: #42514e; }
.archetype-tagline { color: var(--hero); font-family: var(--serif); font-size: 1.6rem; }
.large-symbol { width: 280px; aspect-ratio: 1; display: grid; place-content: center; justify-self: center; border: 1px solid color-mix(in srgb, var(--hero, var(--forest)), white 55%); border-radius: 50%; color: var(--hero, var(--forest)); background: rgba(255,255,255,.6); text-align: center; box-shadow: var(--shadow); }
.large-symbol span { font-family: var(--serif); font-size: 6.8rem; line-height: 1; }
.large-symbol small { font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.signal-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.signal-list div { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 20px 28px 0; border-bottom: 1px solid var(--line); }
.signal-list div:nth-child(odd) { border-right: 1px solid var(--line); }
.signal-list div:nth-child(even) { padding-left: 28px; }
.signal-list span { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.signal-list p { margin: 0; }
.pressure-list, .check-list { margin: 0; padding: 0; list-style: none; }
.pressure-list li, .check-list li { position: relative; padding: 19px 0 19px 34px; border-bottom: 1px solid rgba(255,255,255,.14); color: #e9f0ee; }
.pressure-list li::before, .check-list li::before { content: '◇'; position: absolute; left: 0; color: #92b7ac; }
.practice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.practice-grid ol { margin: 0; padding: 0; list-style: none; counter-reset: practices; }
.practice-grid li { position: relative; padding: 22px 0 22px 58px; border-bottom: 1px solid rgba(20,33,31,.14); counter-increment: practices; }
.practice-grid li::before { content: counter(practices, decimal-leading-zero); position: absolute; left: 0; color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.prompt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prompt-grid blockquote { min-height: 240px; margin: 0; padding: 32px; border: 1px solid var(--line); background: white; }
.prompt-grid span { color: var(--gold); font-family: var(--serif); }
.prompt-grid p { margin-top: 54px; font-family: var(--serif); font-size: 1.55rem; line-height: 1.3; }
.faq-section { max-width: 920px; }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { padding: 23px 36px 23px 0; font-family: var(--serif); font-size: 1.3rem; cursor: pointer; }
.faq-section details p { max-width: 760px; color: var(--muted); }

.quiz-section { max-width: 920px; padding-bottom: 110px; }
.quiz-app { min-height: 560px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.quiz-intro { padding: clamp(30px, 7vw, 70px); text-align: center; }
.quiz-intro > p { max-width: 620px; margin-inline: auto; color: var(--muted); }
.quiz-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 55px; border: 1px solid var(--line); }
.quiz-facts div { padding: 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: var(--serif); font-size: 2rem; }
.quiz-facts span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.quiz-panel { padding: clamp(24px, 6vw, 58px); }
.quiz-progress { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 24px; margin-bottom: 48px; color: var(--muted); font-size: .76rem; font-weight: 760; text-transform: uppercase; letter-spacing: .06em; }
.quiz-progress > div { height: 5px; overflow: hidden; border-radius: 99px; background: var(--sand-2); }
.quiz-progress i { display: block; width: 0; height: 100%; background: var(--forest); transition: width .3s ease; }
.quiz-panel fieldset { margin: 0; padding: 0; border: 0; }
.quiz-panel legend { margin-bottom: 34px; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.25; }
.quiz-options { display: grid; gap: 10px; }
.quiz-option { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); cursor: pointer; transition: background .2s, border-color .2s; }
.quiz-option:hover, .quiz-option.selected { border-color: var(--forest); background: #f0f6f2; }
.quiz-option input { position: absolute; opacity: 0; pointer-events: none; }
.option-marker { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: .74rem; font-weight: 800; }
.quiz-option.selected .option-marker { border-color: var(--forest); color: white; background: var(--forest); }
.quiz-controls { display: flex; justify-content: space-between; gap: 14px; margin-top: 38px; }
.quiz-controls button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.quiz-result { padding: clamp(28px, 6vw, 62px); scroll-margin-top: 30px; }
.result-heading { max-width: 700px; margin-bottom: 36px; }
.result-heading h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.result-heading > p:not(.eyebrow) { color: var(--muted); }
.result-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.result-pair article { position: relative; padding: 30px; border-top: 5px solid var(--result); background: var(--sand); }
.result-pair article > span { color: var(--result); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.result-pair h3 { margin-top: 24px; }
.result-pair p { color: var(--muted); font-size: .88rem; }
.result-pair a { color: var(--result); font-size: .8rem; font-weight: 820; text-decoration: none; }
.result-symbol { position: absolute; top: 21px; right: 24px; color: color-mix(in srgb, var(--result), white 30%); font-family: var(--serif); font-size: 2.5rem; }
.score-breakdown { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.score-breakdown h3 { font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.score-row { display: grid; grid-template-columns: 90px 1fr 30px; align-items: center; gap: 12px; margin: 11px 0; font-size: .8rem; }
.score-row i { height: 7px; overflow: hidden; border-radius: 99px; background: var(--sand-2); }
.score-row b { display: block; height: 100%; border-radius: inherit; }
.score-breakdown > p { margin-top: 17px; color: var(--muted); font-size: .75rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.privacy-reminder { display: flex; gap: 16px; margin-top: 34px; padding: 18px; border: 1px solid #bcd7cb; color: #315348; background: #eff7f2; font-size: .8rem; }
.privacy-reminder strong { white-space: nowrap; }
.mini-method { display: grid; grid-template-columns: .85fr 1.3fr auto; align-items: center; gap: 40px; }
.mini-method h2 { font-size: 2.2rem; }
.mini-method p { color: var(--muted); }

.glossary-list { max-width: 950px; }
.glossary-list article { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 34px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.glossary-list article > span { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.glossary-list h2 { font-size: 1.9rem; }
.glossary-list p { color: var(--muted); }
.methodology-flow { max-width: 980px; }
.methodology-flow article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 40px 0; border-top: 1px solid var(--line); }
.methodology-flow article > span { color: var(--gold); font-family: var(--serif); font-size: 1.7rem; }
.methodology-flow p { color: var(--muted); }
.code-card { padding: 38px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.055); }
.code-card code { color: #e0eee9; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 1rem; line-height: 2; }
.prose { max-width: 800px; }
.prose h2 { margin-top: 1.6em; font-size: 2.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #53605d; }
.prose a { color: var(--forest); }
.callout { padding: 36px; border-left: 4px solid var(--gold); background: var(--paper); }
.callout > strong { display: block; margin-bottom: 12px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.limitation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.limitation-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); }
.limitation-grid h2 { font-size: 1.45rem; }
.limitation-grid p { color: var(--muted); font-size: .88rem; }

.sample-report { display: grid; grid-template-columns: .42fr 1fr; align-items: start; gap: 80px; }
.sample-report aside { position: sticky; top: 30px; padding: 30px; border: 1px solid var(--line); background: var(--sand); }
.sample-score { margin-bottom: 27px; }
.sample-score span, .sample-score strong { display: block; }
.sample-score span { margin-bottom: 6px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.sample-score strong { margin-bottom: 13px; font-family: var(--serif); font-size: 1.25rem; }
.report-lede { padding-left: 25px; border-left: 3px solid var(--gold); color: var(--ink) !important; font-family: var(--serif); font-size: 1.5rem; line-height: 1.5; }
.journal-article { padding-top: 85px; padding-bottom: 110px; }
.journal-article > header { max-width: 930px; margin-bottom: 70px; }
.journal-article h1 { font-size: clamp(3.2rem, 6vw, 5.7rem); }
.article-intro { max-width: 820px; color: var(--muted); font-family: var(--serif); font-size: 1.4rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: .74rem; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: 230px 1fr; align-items: start; gap: 70px; }
.article-layout aside { position: sticky; top: 25px; display: grid; gap: 10px; padding: 20px 0; border-top: 2px solid var(--ink); }
.article-layout aside strong { margin-bottom: 8px; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.article-layout aside a { color: var(--muted); font-size: .76rem; text-decoration: none; }
.article-layout aside a:hover { color: var(--forest); }
.article-body { max-width: 760px; }
.article-body section { padding-top: 10px; margin-bottom: 48px; scroll-margin-top: 20px; }
.article-body h2 { font-size: 2.5rem; }
.article-body p { color: #4e5c58; }
.editor-note { margin-top: 60px; padding: 28px; border: 1px solid var(--line); background: var(--sand); }
.editor-note strong { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.editor-note p { margin: 8px 0 0; font-size: .85rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.values-grid article { padding: 30px; background: var(--paper); }
.values-grid h2 { margin-top: 35px; font-size: 1.65rem; }
.values-grid p { color: var(--muted); }
.legal { padding-top: 20px; }
.notice { padding: 20px; border: 1px solid #d3a950; background: #fff6dc; }
.not-found { min-height: 680px; display: grid; place-items: center; align-content: center; padding: 80px 0; text-align: center; }
.not-found .large-symbol { width: 190px; margin-bottom: 38px; }
.not-found .large-symbol span { font-size: 4rem; }
.not-found h1 { max-width: 790px; font-size: clamp(3rem, 6vw, 5rem); }
.not-found > p:not(.eyebrow) { color: var(--muted); }

.site-footer { padding: 78px 0 24px; color: #dce8e4; background: #0e1b19; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer-intro img { width: 230px; }
.footer-intro p { max-width: 390px; margin-top: 25px; color: #91a6a0; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 18px; color: white; font-family: var(--sans); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin: 5px 0; color: #9db2ac; font-size: .8rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #81958f; font-size: .7rem; }

@media (max-width: 1050px) {
  .archetype-grid { grid-template-columns: repeat(3, 1fr); }
  .archetype-card:nth-child(even) { transform: none; }
  .archetype-card:nth-child(4), .archetype-card:nth-child(5) { min-height: 310px; }
  .limitation-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, .8fr); gap: 30px; }
}

@media (max-width: 860px) {
  body { font-size: 16px; }
  .signal-bar { text-align: left; }
  .nav-shell { min-height: 72px; }
  .brand { width: 200px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 30px rgba(20,33,31,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { border-radius: 2px; }
  .hero { padding: 75px 0 80px; }
  .hero-grid, .feature-grid, .two-column, .content-columns, .practice-grid, .sample-report { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; }
  .feature-grid, .two-column, .content-columns, .practice-grid, .sample-report { gap: 45px; }
  .archetype-hero-grid { grid-template-columns: 1fr; }
  .large-symbol { width: 220px; }
  .method-grid, .post-grid, .prompt-grid { grid-template-columns: 1fr 1fr; }
  .mini-method { grid-template-columns: 1fr; gap: 16px; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; }
  .article-layout aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .sample-report aside { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  h1 { font-size: 3.2rem; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .page-hero { padding-top: 62px; padding-bottom: 40px; }
  .hero { padding-top: 62px; }
  .hero-visual { min-height: 390px; }
  .element-wheel { width: 330px; }
  .wheel-node { width: 76px; }
  .wheel-node strong { font-size: 1.35rem; }
  .wheel-node span { font-size: .5rem; }
  .wheel-center span { font-size: 1.8rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .archetype-grid, .method-grid, .post-grid, .prompt-grid, .limitation-grid, .values-grid { grid-template-columns: 1fr; }
  .archetype-card { min-height: 300px; }
  .section-heading.split { display: block; }
  .report-preview { padding: 30px; }
  .signal-list { grid-template-columns: 1fr; }
  .signal-list div:nth-child(odd) { border-right: 0; }
  .signal-list div:nth-child(even) { padding-left: 0; }
  .result-pair { grid-template-columns: 1fr; }
  .quiz-facts { grid-template-columns: 1fr; }
  .quiz-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quiz-progress { grid-template-columns: 1fr; gap: 10px; }
  .quiz-option { grid-template-columns: 36px 1fr; padding: 14px; }
  .quiz-controls { align-items: stretch; }
  .quiz-controls .button { flex: 1; padding-inline: 10px; }
  .privacy-reminder { display: block; }
  .privacy-reminder strong { display: block; margin-bottom: 5px; }
  .glossary-list article, .methodology-flow article { grid-template-columns: 44px 1fr; gap: 16px; }
  .article-layout aside { grid-template-columns: 1fr; }
  .article-meta { display: grid; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

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