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

	:root {
		--warm-white: #FDFCFA;
		--cream: #F5F0E6;
		--cream-deep: #EDE6D5;
		--taupe: #C4B7A2;
		--charcoal: #1F2A2E;
		--charcoal-soft: #2b3438;
		--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.glossary-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.glossary-page .brand {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
	}
	body.glossary-page .brand img {
		height: 44px;
		width: auto;
		display: block;
	}
	body.glossary-page .top-right-group {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	body.glossary-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.glossary-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.glossary-page a.contact-btn:hover {
		background: #8a4238;
		transform: translateY(-2px);
	}
	body.glossary-page a.contact-btn svg { width: 16px; height: 16px; }

	/* MOBILE HAMBURGER + DRAWER */
	body.glossary-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.glossary-page .nav-toggle:hover, body.glossary-page .nav-toggle:focus-visible { background: rgba(31, 42, 46, 0.06); outline: none; }
	body.glossary-page .nav-toggle svg { width: 22px; height: 22px; display: block; }
	body.glossary-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.glossary-page .nav-drawer.open { transform: translateX(0); }
	body.glossary-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.glossary-page .nav-drawer a:hover, body.glossary-page .nav-drawer a:focus-visible { color: var(--amber-deep); padding-left: 0.35rem; outline: none; }
	body.glossary-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.glossary-page .nav-drawer .drawer-close:hover { background: rgba(31, 42, 46, 0.08); transform: rotate(90deg); }
	body.glossary-page .nav-drawer .drawer-close svg { width: 22px; height: 22px; display: block; }
	body.glossary-page .nav-drawer .drawer-contact { margin-top: 1.4rem; background: var(--rust-deep); color: var(--warm-white); 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.glossary-page .nav-drawer .drawer-contact svg { width: 17px; height: 17px; }
	body.glossary-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.glossary-page .nav-backdrop.open { opacity: 1; pointer-events: auto; }
	body.glossary-page.drawer-open { overflow: hidden; }

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

	/* HERO */
	.glossary-hero {
		background: var(--cream);
		padding: 5rem 2rem 4rem 2rem;
		border-bottom: 1px solid var(--divider);
	}
	.glossary-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.5rem;
	}
	.hero-title {
		font-family: 'Source Serif 4', serif;
		font-weight: 400;
		font-size: 3rem;
		line-height: 1.08;
		letter-spacing: -0.02em;
		color: var(--charcoal);
		margin-bottom: 1.5rem;
	}
	.hero-title em {
		font-style: italic;
		color: var(--amber-deep);
	}
	.hero-lede {
		font-family: 'Source Serif 4', serif;
		font-size: 1.1rem;
		line-height: 1.6;
		color: var(--charcoal);
		max-width: 640px;
	}

	/* INDEX BAR */
	.index-bar {
		background: var(--cream-deep);
		padding: 1.75rem 2rem;
		border-bottom: 1px solid var(--divider);
		position: sticky;
		top: 78px;
		z-index: 50;
	}
	.index-bar-inner {
		max-width: 1080px;
		margin: 0 auto;
	}
	.index-label {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.7rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--amber-deep);
		margin-bottom: 0.9rem;
	}
	.index-list {
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem 1rem;
	}
	.index-list a {
		font-family: 'Source Serif 4', serif;
		font-size: 0.9rem;
		color: var(--charcoal-soft);
		text-decoration: none;
		border-bottom: 1px solid transparent;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
	}
	.index-list a:hover {
		color: var(--amber-deep);
		border-bottom-color: var(--amber-deep);
	}

	/* ENTRIES */
	.entries-wrap {
		padding: 3.5rem 2rem 5rem 2rem;
	}
	.entries-inner {
		max-width: 800px;
		margin: 0 auto;
	}
	.entry {
		padding: 2.25rem 0 2.5rem 0;
		border-bottom: 1px solid var(--divider);
		scroll-margin-top: 180px;
	}
	.entry:last-child { border-bottom: none; }
	.entry h2 {
		font-family: 'Source Serif 4', serif;
		font-weight: 500;
		font-size: 1.65rem;
		line-height: 1.2;
		letter-spacing: -0.01em;
		color: var(--charcoal);
		margin-bottom: 0.75rem;
	}
	.entry .short-defn {
		font-family: 'Source Serif 4', serif;
		font-size: 1.05rem;
		font-style: italic;
		color: var(--amber-deep);
		line-height: 1.55;
		margin-bottom: 1.35rem;
	}
	.entry .detail {
		font-family: 'Source Serif 4', serif;
		font-size: 1rem;
		line-height: 1.7;
		color: var(--charcoal-soft);
		margin-bottom: 1.2rem;
	}
	.entry .misuse-block {
		background: var(--cream);
		border-left: 3px solid var(--rust);
		padding: 1rem 1.25rem;
		margin-bottom: 1.2rem;
		border-radius: 0 3px 3px 0;
	}
	.entry .misuse-label {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.65rem;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--rust-deep);
		margin-bottom: 0.5rem;
	}
	.entry .misuse-text {
		font-family: 'Source Serif 4', serif;
		font-size: 0.95rem;
		line-height: 1.55;
		color: var(--charcoal-soft);
	}
	.entry .cross-refs {
		font-family: 'JetBrains Mono', monospace;
		font-size: 0.72rem;
		letter-spacing: 0.08em;
		color: var(--muted);
	}
	.entry .cross-refs strong {
		color: var(--charcoal);
		font-weight: 500;
		margin-right: 0.35rem;
	}

	/* CTA + FOOTER META */
	.glossary-cta {
		background: var(--cream-deep);
		padding: 4rem 2rem;
		text-align: center;
	}
	.glossary-cta h2 {
		font-family: 'Source Serif 4', serif;
		font-weight: 400;
		font-size: 2rem;
		color: var(--charcoal);
		margin-bottom: 0.75rem;
	}
	.glossary-cta em { font-style: italic; color: var(--amber-deep); }
	.glossary-cta p {
		font-family: 'Source Serif 4', serif;
		font-size: 1.05rem;
		color: var(--charcoal-soft);
		max-width: 640px;
		margin: 0 auto 1.75rem auto;
	}
	.cta-buttons {
		display: inline-flex;
		gap: 1rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.cta-primary, .cta-secondary {
		font-family: 'Source Serif 4', serif;
		font-size: 0.95rem;
		font-weight: 500;
		text-decoration: none;
		padding: 0.75rem 1.35rem;
		border-radius: 999px;
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}
	.cta-primary {
		background: var(--charcoal);
		color: var(--warm-white);
	}
	.cta-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(31, 42, 46, 0.4); }
	.cta-secondary {
		border: 1px solid var(--charcoal);
		color: var(--charcoal);
	}
	.cta-secondary:hover { background: var(--charcoal); color: var(--warm-white); }

	/* BOTTOM META BAR : canonical tan banner provided by Footer.astro component */

	@media (max-width: 720px) {
		.hero-title { font-size: 2rem; }
		.hero-lede { font-size: 1rem; }
		.entry h2 { font-size: 1.35rem; }
		.entry .short-defn { font-size: 1rem; }
		.entry .detail, .entry .misuse-text { font-size: 0.95rem; }
		.glossary-cta h2 { font-size: 1.6rem; }
		.index-list { gap: 0.5rem 0.75rem; }
		.index-list a { font-size: 0.85rem; }
	}

	/* 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.glossary-page .nav-links {
		display: flex;
		gap: 1.75rem;
		font-family: 'Source Serif 4', serif;
		font-size: 0.9rem;
		align-items: center;
	}
	body.glossary-page .nav-links a {
		color: var(--charcoal);
		text-decoration: none;
		position: relative;
		padding: 0.35rem 0;
		transition: color 0.25s ease;
	}
	body.glossary-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.glossary-page .nav-links a:hover {
		color: var(--amber-deep);
	}
	body.glossary-page .nav-links a:hover::after {
		transform: scaleX(1);
	}
	body.glossary-page .nav-links a.nav-current {
		color: var(--amber-deep);
	}
	body.glossary-page .nav-links a.nav-current::after {
		transform: scaleX(1);
	}
	@media (max-width: 900px) {
		body.glossary-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 {
		margin-top: 2.5rem;
		padding-top: 1.25rem;
		border-top: 1px solid #efe9d9;
	}
	.translation-note p {
		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;
	}
