	body.methodology-page {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		font-size: 16px !important;
		line-height: 1.55 !important;
		background: #F5F0E6 !important;
		font-family: 'Source Serif 4', Georgia, serif !important;
	}
	body.methodology-page main {
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	body.methodology-page * { box-sizing: border-box; }
	body.methodology-page h1, body.methodology-page h2, body.methodology-page h3, body.methodology-page h4 { margin: 0; }

	:root {
		--warm-white: #FDFCFA;
		--cream: #F5F0E6;
		--cream-deep: #EDE6D5;
		--taupe: #C4B7A2;
		--taupe-deep: #A99A82;
		--charcoal: #1F2A2E;
		--charcoal-soft: #2b3438;
		--warm-dark: #3d3428;
		--amber: #C58940;
		--amber-deep: #a26e2e;
		--rust: #a04a3d;
		--rust-deep: #7d3a30;
		--pass-tone: #4a7a54;
		--pass-deep: #375a3f;
		--muted: #7a736a;
		--divider: #e8e2d4;
		--divider-soft: #efe9d9;
	}

	/* HEADER */
	body.methodology-page header.top {
		position: sticky;
		top: 0;
		z-index: 100;
		background: rgba(253, 252, 250, 0.94);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border-bottom: 1px solid var(--divider-soft);
		padding: 1.1rem 2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	body.methodology-page .brand {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
	}
	body.methodology-page .brand img {
		height: 44px;
		width: auto;
		display: block;
	}
	body.methodology-page .top-right-group {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	body.methodology-page .page-tag {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.7rem;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--amber-deep);
		border: 1px solid var(--amber-deep);
		padding: 0.4rem 0.85rem;
		border-radius: 3px;
	}
	body.methodology-page a.contact-btn {
		background: var(--rust-deep);
		color: var(--warm-white);
		padding: 0.5rem 1.15rem 0.5rem 0.95rem;
		border-radius: 999px;
		font-family: 'Source Serif 4', Georgia, serif;
		font-size: 0.88rem;
		font-weight: 500;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		gap: 0.45rem;
		box-shadow: 0 8px 22px -12px rgba(125, 58, 48, 0.5);
		transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	}
	body.methodology-page a.contact-btn:hover {
		background: #8a4238;
		transform: translateY(-2px);
		box-shadow: 0 14px 30px -12px rgba(125, 58, 48, 0.65);
	}
	body.methodology-page a.contact-btn svg { width: 16px; height: 16px; }

	/* MOBILE HAMBURGER + DRAWER */
	body.methodology-page .nav-toggle {
		display: none;
		background: transparent;
		border: none;
		padding: 0.35rem 0.5rem;
		margin-right: 0.15rem;
		cursor: pointer;
		color: var(--charcoal);
		border-radius: 4px;
		transition: background 0.2s ease;
	}
	body.methodology-page .nav-toggle:hover, body.methodology-page .nav-toggle:focus-visible { background: rgba(31, 42, 46, 0.06); outline: none; }
	body.methodology-page .nav-toggle svg { width: 22px; height: 22px; display: block; }

	body.methodology-page .nav-drawer {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 78%;
		max-width: 320px;
		background: var(--warm-white);
		box-shadow: -20px 0 60px -20px rgba(31, 42, 46, 0.35);
		transform: translateX(100%);
		transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		z-index: 200;
		padding: 5rem 2rem 2rem 2rem;
		display: flex;
		flex-direction: column;
		gap: 0.35rem;
	}
	body.methodology-page .nav-drawer.open { transform: translateX(0); }
	body.methodology-page .nav-drawer a {
		font-family: 'Source Serif 4', serif;
		font-size: 1.15rem;
		color: var(--charcoal);
		text-decoration: none;
		padding: 0.9rem 0;
		border-bottom: 1px solid var(--divider-soft);
		transition: color 0.2s ease, padding-left 0.25s ease;
	}
	body.methodology-page .nav-drawer a:hover, body.methodology-page .nav-drawer a:focus-visible { color: var(--amber-deep); padding-left: 0.35rem; outline: none; }
	body.methodology-page .nav-drawer a.drawer-current { color: var(--amber-deep); }
	body.methodology-page .nav-drawer .drawer-close {
		position: absolute;
		top: 1.1rem;
		right: 1.25rem;
		background: transparent;
		border: none;
		padding: 0.5rem;
		cursor: pointer;
		color: var(--charcoal);
		border-radius: 999px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background 0.2s ease, transform 0.2s ease;
	}
	body.methodology-page .nav-drawer .drawer-close:hover { background: rgba(31, 42, 46, 0.08); transform: rotate(90deg); }
	body.methodology-page .nav-drawer .drawer-close svg { width: 22px; height: 22px; display: block; }
	body.methodology-page .nav-drawer .drawer-contact {
		margin-top: 1.4rem;
		background: var(--rust-deep);
		color: var(--warm-white);
		border: none;
		text-align: center;
		padding: 0.85rem 1rem;
		border-radius: 999px;
		font-family: 'Source Serif 4', serif;
		font-size: 1rem;
		font-weight: 500;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
	}
	body.methodology-page .nav-drawer .drawer-contact svg { width: 17px; height: 17px; }
	body.methodology-page .nav-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(31, 42, 46, 0.5);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.35s ease;
		z-index: 150;
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
	}
	body.methodology-page .nav-backdrop.open { opacity: 1; pointer-events: auto; }
	body.methodology-page.drawer-open { overflow: hidden; }

	@media (max-width: 640px) {
		body.methodology-page .page-tag { display: none; }
		body.methodology-page a.contact-btn { font-size: 0.78rem; padding: 0.45rem 0.95rem; }
		body.methodology-page .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
	}

	/* HERO · aligned with doctrine tan hero pattern per Sébastien Assohou 2026-08-03 evening consistency ratification (all page heroes = --taupe · not --cream) */
	.methodology-hero {
		background: var(--taupe);
		padding: 5rem 2rem 4rem 2rem;
		border-bottom: 1px solid var(--divider);
	}
	.methodology-hero-inner {
		max-width: 900px;
		margin: 0 auto;
	}
	.hero-eyebrow {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.72rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--amber-deep);
		margin-bottom: 1.25rem;
	}
	.hero-title {
		font-family: 'Source Serif 4', serif;
		font-weight: 400;
		font-size: 3.2rem;
		line-height: 1.05;
		letter-spacing: -0.02em;
		color: var(--charcoal);
		margin-bottom: 1.25rem;
	}
	.hero-title em {
		font-style: italic;
		color: var(--amber-deep);
	}
	.hero-lede {
		font-family: 'Source Serif 4', serif;
		font-size: 1.15rem;
		line-height: 1.5;
		color: var(--charcoal);
		max-width: 640px;
	}
	.verdict-word {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.98rem;
		letter-spacing: 0.08em;
		font-weight: 500;
		padding: 0.05rem 0.35rem;
		border-radius: 3px;
	}
	.verdict-word.pass {
		color: var(--pass-deep);
		background: rgba(74, 122, 84, 0.12);
	}
	.verdict-word.fail {
		color: var(--rust-deep);
		background: rgba(160, 74, 61, 0.12);
	}
	@media (max-width: 720px) {
		.hero-title { font-size: 2.1rem; }
		.hero-lede { font-size: 1.02rem; }
	}

	/* SECTIONS */
	.section-wrap {
		padding: 5rem 2rem;
		border-bottom: 1px solid var(--divider-soft);
	}
	.section-wrap.cream { background: var(--cream); }
	.section-wrap.soft-deep {
		background: var(--cream-deep);
	}
	.section-inner {
		max-width: 1080px;
		margin: 0 auto;
	}
	.section-eyebrow {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.72rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--amber-deep);
		margin-bottom: 1rem;
	}
	.section-title {
		font-family: 'Source Serif 4', serif;
		font-weight: 400;
		font-size: 2.3rem;
		line-height: 1.12;
		letter-spacing: -0.015em;
		color: var(--charcoal);
		margin-bottom: 1.25rem;
	}
	.section-title em {
		font-style: italic;
		color: var(--amber-deep);
	}
	.section-lede {
		font-family: 'Source Serif 4', serif;
		font-size: 1.08rem;
		line-height: 1.6;
		color: var(--charcoal);
		max-width: 720px;
		margin-bottom: 2rem;
	}

	/* THE PROBLEM */
	.problem-callout {
		background: var(--taupe);
		padding: 2.5rem 2.25rem;
		border-radius: 6px;
		max-width: 900px;
		margin: 2.5rem auto 0 auto;
	}
	.problem-callout p {
		font-family: 'Source Serif 4', serif;
		font-size: 1.15rem;
		line-height: 1.55;
		color: var(--charcoal);
		margin: 0;
	}

	/* GATES GRID */
	.gates-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 1.5rem;
		margin-top: 2rem;
	}
	.gate-card {
		background: var(--warm-white);
		border: 1px solid var(--divider);
		border-radius: 4px;
		padding: 1.75rem 1.85rem;
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
		transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
			box-shadow 0.35s ease,
			border-color 0.25s ease;
		cursor: pointer;
	}
	.gate-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 20px 38px -22px rgba(162, 110, 46, 0.4),
			0 6px 14px -8px rgba(31, 42, 46, 0.1);
		border-color: var(--amber-deep);
	}
	.gate-num {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.72rem;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--rust);
	}
	.gate-name {
		font-family: 'Source Serif 4', serif;
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 1.25;
		color: var(--charcoal);
	}
	.gate-meta {
		display: grid;
		grid-template-columns: max-content 1fr;
		gap: 0.35rem 1rem;
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.78rem;
		color: var(--muted);
	}
	.gate-meta dt {
		color: var(--charcoal-soft);
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		font-size: 0.7rem;
		padding-top: 0.15rem;
	}
	.gate-meta dd {
		font-family: 'Source Serif 4', serif;
		font-size: 0.92rem;
		color: var(--charcoal);
		margin: 0;
	}
	.gate-purpose {
		font-family: 'Source Serif 4', serif;
		font-size: 0.95rem;
		line-height: 1.55;
		color: var(--charcoal-soft);
		margin: 0;
	}

	/* MTL LADDER : soft palette */
	.ladder {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		margin-top: 2rem;
	}
	.level {
		display: grid;
		grid-template-columns: 100px 1fr;
		gap: 1.5rem;
		align-items: start;
		padding: 1.5rem 1.75rem 1.5rem 1.35rem;
		background: var(--warm-white);
		border: 1px solid var(--divider);
		border-left: 6px solid var(--muted);
		border-radius: 4px;
		transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
			box-shadow 0.35s ease,
			border-color 0.25s ease;
		cursor: pointer;
	}
	.level.l1 { border-left-color: var(--muted); }
	.level.l2 { border-left-color: var(--amber); }
	.level.l3 { border-left-color: var(--amber-deep); }
	.level.l4 { border-left-color: var(--pass-tone); }
	.level.l5 { border-left-color: var(--pass-deep); }
	.level:hover {
		transform: translateY(-3px);
		box-shadow: 0 18px 34px -20px rgba(162, 110, 46, 0.35),
			0 4px 12px -6px rgba(31, 42, 46, 0.08);
	}
	.level.l1:hover { border-left-color: var(--charcoal-soft); }
	.level.l2:hover { border-left-color: var(--amber-deep); }
	.level.l3:hover { border-left-color: #8a5f2d; }
	.level.l4:hover { border-left-color: var(--pass-deep); }
	.level.l5:hover { border-left-color: #285032; }
	.level-num {
		display: flex;
		flex-direction: column;
		gap: 0.15rem;
	}
	.level-num .code {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.7rem;
		letter-spacing: 0.16em;
		color: var(--muted);
	}
	.level-num .digit {
		font-family: 'Source Serif 4', serif;
		font-size: 2rem;
		line-height: 1;
		font-weight: 400;
		color: var(--amber-deep);
	}
	.level-body { display: flex; flex-direction: column; gap: 0.4rem; }
	.level-name {
		font-family: 'Source Serif 4', serif;
		font-size: 1.2rem;
		font-weight: 500;
		color: var(--charcoal);
	}
	.level-desc {
		font-family: 'Source Serif 4', serif;
		font-size: 0.95rem;
		line-height: 1.55;
		color: var(--charcoal-soft);
	}
	.level-context {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.72rem;
		letter-spacing: 0.05em;
		color: var(--amber-deep);
	}
	.level-context .denied { color: var(--rust); }
	.level-context .allowed { color: var(--pass-tone); }
	.ladder-note {
		font-family: 'Source Serif 4', serif;
		font-style: italic;
		font-size: 0.92rem;
		color: var(--muted);
		margin-top: 1.5rem;
	}

	/* WHAT ALLOCATORS RECEIVE : TWO-COLUMN */
	.receive-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 1.5rem;
		margin-top: 2rem;
	}
	.receive-card {
		background: var(--warm-white);
		border: 1px solid var(--divider);
		border-radius: 4px;
		padding: 1.5rem 1.75rem;
	}
	.receive-card h4 {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.7rem;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--amber-deep);
		margin-bottom: 0.65rem;
	}
	.receive-card p {
		font-family: 'Source Serif 4', serif;
		font-size: 0.98rem;
		line-height: 1.6;
		color: var(--charcoal);
	}

	/* SEQUENCE COMMITMENT */
	.commitment-panel {
		background: var(--cream-deep);
		border-left: 3px solid var(--rust);
		padding: 2rem 2.25rem;
		max-width: 780px;
		margin: 2rem auto 0 auto;
		border-radius: 3px;
	}
	.commitment-panel p {
		font-family: 'Source Serif 4', serif;
		font-size: 1.02rem;
		line-height: 1.6;
		color: var(--charcoal);
		margin-bottom: 1rem;
	}
	.commitment-panel p:last-child { margin-bottom: 0; }
	.commitment-note {
		font-family: 'Source Serif 4', serif;
		font-style: italic;
		font-size: 0.9rem;
		color: var(--muted);
	}

	/* CTA */
	.methodology-cta {
		background: var(--warm-white);
		padding: 5rem 2rem;
		text-align: center;
	}
	.methodology-cta h2 {
		font-family: 'Source Serif 4', serif;
		font-weight: 400;
		font-size: 2.1rem;
		line-height: 1.15;
		color: var(--charcoal);
		margin-bottom: 1rem;
	}
	.methodology-cta h2 em { font-style: italic; color: var(--rust-deep); }
	.methodology-cta p {
		font-family: 'Source Serif 4', serif;
		font-size: 1.05rem;
		color: var(--charcoal);
		max-width: 620px;
		margin: 0 auto 2rem auto;
	}
	.cta-buttons {
		display: inline-flex;
		gap: 1rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.cta-primary, .cta-secondary {
		display: inline-flex;
		align-items: center;
		gap: 0.6rem;
		font-family: 'Source Serif 4', serif;
		font-size: 1rem;
		font-weight: 500;
		text-decoration: none;
		padding: 0.9rem 1.85rem;
		border-radius: 999px;
		transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
			box-shadow 0.32s ease,
			background 0.25s ease,
			border-color 0.25s ease;
		cursor: pointer;
	}
	.cta-primary {
		background: var(--rust-deep);
		color: var(--warm-white);
		box-shadow: 0 12px 28px -14px rgba(125, 58, 48, 0.65);
	}
	.cta-primary svg { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
	.cta-primary:hover {
		background: #8a4238;
		transform: translateY(-4px);
		box-shadow: 0 20px 38px -14px rgba(125, 58, 48, 0.75);
	}
	.cta-primary:hover svg { transform: translateX(4px); }
	.cta-secondary {
		background: transparent;
		color: var(--charcoal);
		border: 1.5px solid var(--charcoal);
	}
	.cta-secondary:hover {
		background: var(--charcoal);
		color: var(--warm-white);
		transform: translateY(-4px);
		box-shadow: 0 18px 34px -18px rgba(31, 42, 46, 0.5);
	}

	/* FOOTER : canonical tan banner provided by Footer.astro component */

	/* FOCUS MODAL : Anthropic-style */
	dialog.focus-modal {
		max-width: 640px;
		width: calc(100% - 3rem);
		max-height: calc(100vh - 4rem);
		padding: 0;
		border: none;
		border-radius: 6px;
		background: var(--warm-white);
		box-shadow: 0 40px 80px -20px rgba(31, 42, 46, 0.45),
			0 12px 32px -12px rgba(31, 42, 46, 0.2);
		overflow: hidden;
		opacity: 0;
		transform: scale(0.94) translateY(8px);
		transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
			transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	}
	dialog.focus-modal[open] {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	dialog.focus-modal::backdrop {
		background: rgba(31, 42, 46, 0.62);
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
		opacity: 0;
		transition: opacity 0.35s ease;
	}
	dialog.focus-modal[open]::backdrop {
		opacity: 1;
	}
	.focus-modal .modal-inner {
		padding: 2.25rem 2.25rem 2rem 2.25rem;
		max-height: calc(100vh - 4rem);
		overflow-y: auto;
	}
	.focus-modal .modal-eyebrow {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.7rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--amber-deep);
		margin-bottom: 0.85rem;
	}
	.focus-modal .modal-title {
		font-family: 'Source Serif 4', serif;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1.15;
		letter-spacing: -0.01em;
		color: var(--charcoal);
		margin-bottom: 1.25rem;
	}
	.focus-modal .modal-title em { font-style: italic; color: var(--amber-deep); }
	.focus-modal .modal-body {
		font-family: 'Source Serif 4', serif;
		font-size: 1rem;
		line-height: 1.6;
		color: var(--charcoal-soft);
	}
	.focus-modal .modal-body p { margin-bottom: 0.95rem; }
	.focus-modal .modal-body p:last-child { margin-bottom: 0; }
	.focus-modal .modal-body strong { color: var(--charcoal); font-weight: 500; }
	.focus-modal .modal-body .citation {
		display: block;
		margin-top: 1.25rem;
		padding-top: 1.1rem;
		border-top: 1px solid var(--divider);
		font-size: 0.85rem;
		color: var(--muted);
		font-style: italic;
	}
	.focus-modal .modal-close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 32px;
		height: 32px;
		border-radius: 999px;
		border: 1px solid var(--divider);
		background: var(--warm-white);
		color: var(--charcoal-soft);
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'JetBrains Mono', monospace;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1;
		transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
	}
	.focus-modal .modal-close:hover {
		background: var(--charcoal);
		color: var(--warm-white);
		transform: scale(1.08);
	}
	body.modal-open { overflow: hidden; }

	/* BACK FAB */
	body.methodology-page .back-fab {
		position: fixed;
		bottom: 1.75rem;
		left: 1.75rem;
		z-index: 9990;
		background: var(--charcoal);
		color: var(--warm-white);
		padding: 0.65rem 1.15rem 0.65rem 0.9rem;
		border-radius: 999px;
		text-decoration: none;
		font-family: 'Source Serif 4', Georgia, serif;
		font-size: 0.88rem;
		font-weight: 500;
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		box-shadow: 0 10px 26px -12px rgba(31, 42, 46, 0.5);
		opacity: 0;
		transform: translateY(12px);
		pointer-events: none;
		transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	}
	body.methodology-page .back-fab.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
	body.methodology-page .back-fab:hover { background: #2b3438; transform: translateY(-3px); }
	body.methodology-page .back-fab svg { width: 16px; height: 16px; flex-shrink: 0; }
	/* Back-home link : contextual navigation on sub-pages back to nyalai.com home */
	.back-home {
		display: inline-flex;
		align-items: center;
		gap: 0.35rem;
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.68rem;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #7a736a;
		text-decoration: none;
		padding: 0.35rem 0.7rem;
		border: 1px solid transparent;
		border-radius: 4px;
		margin-left: 1.1rem;
		transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
	}
	.back-home:hover {
		color: #a26e2e;
		border-color: #e8e2d4;
		background: rgba(197, 137, 64, 0.05);
	}
	.back-home-arrow {
		display: inline-block;
		transition: transform 0.25s ease;
	}
	.back-home:hover .back-home-arrow {
		transform: translateX(-3px);
	}
	@media (max-width: 640px) {
		.back-home {
			font-size: 0.6rem;
			padding: 0.3rem 0.5rem;
			margin-left: 0.5rem;
		}
		.back-home-text {
			display: none;
		}
	}

	/* Desktop horizontal navigation (hidden on mobile where hamburger takes over) */
	body.methodology-page .nav-links {
		display: flex;
		gap: 1.75rem;
		font-family: 'Source Serif 4', serif;
		font-size: 0.9rem;
		align-items: center;
	}
	body.methodology-page .nav-links a {
		color: var(--charcoal);
		text-decoration: none;
		position: relative;
		padding: 0.35rem 0;
		transition: color 0.25s ease;
	}
	body.methodology-page .nav-links a::after {
		content: '';
		position: absolute;
		left: 0; right: 0; bottom: 0;
		height: 1.5px;
		background: var(--amber);
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	}
	body.methodology-page .nav-links a:hover {
		color: var(--amber-deep);
	}
	body.methodology-page .nav-links a:hover::after {
		transform: scaleX(1);
	}
	body.methodology-page .nav-links a.nav-current {
		color: var(--amber-deep);
	}
	body.methodology-page .nav-links a.nav-current::after {
		transform: scaleX(1);
	}
	@media (max-width: 900px) {
		body.methodology-page .nav-links { display: none; }
	}

	/* LANGUAGE SWITCHER + TRANSLATION NOTE */
	.lang-switcher {
		display: flex;
		justify-content: flex-end;
		align-items: baseline;
		gap: 0.45rem;
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.78rem;
		letter-spacing: 0.08em;
		margin: 0 0 1.1rem 0;
	}
	.lang-toggle {
		color: #8b8579;
		text-decoration: none;
		padding: 0.1rem 0.15rem;
	}
	.lang-toggle:hover {
		color: #a26e2e;
		text-decoration: underline;
		text-underline-offset: 3px;
		text-decoration-thickness: 1px;
	}
	.lang-toggle[aria-current='page'] {
		color: #a26e2e;
		font-weight: 700;
		text-decoration: none;
	}
	.lang-sep { color: #c9c2b4; }
	.translation-note {
		max-width: 900px;
		margin: 0 auto;
		padding: 1.5rem 2rem 2.5rem 2rem;
		border-top: 1px solid #efe9d9;
	}
	.translation-note p {
		font-family: 'Source Serif 4', Georgia, serif;
		font-size: 0.85rem;
		color: #2a2a2a;
		opacity: 0.75;
		line-height: 1.6;
		text-align: center;
		margin: 0;
	}
	.translation-note a {
		color: #a26e2e;
		text-decoration: none;
		border-bottom: 1px solid transparent;
		transition: border-color 0.2s ease;
	}
	.translation-note a:hover {
		border-bottom-color: #a26e2e;
	}


	/* Uniform nav style · match Constitution reference · 2026-08-04 late-evening */
	.nav-links,
	.nav-links a,
	.internal-links,
	.internal-links a {
		font-family: 'Source Serif 4', Georgia, serif !important;
		text-transform: none !important;
		letter-spacing: normal !important;
		font-size: 1rem !important;
	}
	.nav-links a,
	.internal-links a {
		font-weight: 500 !important;
		color: #1F2A2E !important;
	}
	.nav-links a.nav-current,
	.internal-links a.nav-current {
		color: #a26e2e !important;
	}
	/* Lang-switcher-top uniform · match Constitution reference */
	.lang-switcher-top,
	.lang-switcher-top a {
		font-family: 'JetBrains Mono', ui-monospace, monospace !important;
		font-size: 0.72rem !important;
		letter-spacing: 0.08em !important;
	}
