/*
Theme Name: Humanophilic
Theme URI: https://humanophilic.com/
Author: Humanophilic Magazine
Description: A calm, Gutenberg-first magazine theme: paper on screen, simple surface, deep underneath.
Version: 0.3.1
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: humanophilic
*/

:root {
	--hf-paper: #f5f2ea;
	--hf-sheet: #fffef9;
	--hf-ink: #171714;
	--hf-muted: #6d6a61;
	--hf-rule: #d8d2c5;
	--hf-accent: #9e3f2a;
	--hf-display: Georgia, "Times New Roman", serif;
	--hf-text: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--hf-content: 46rem;
	--hf-wide: 80rem;
	--hf-gutter: clamp(1.1rem, 3vw, 3.25rem);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--hf-paper);
	color: var(--hf-ink);
	font-family: var(--hf-text);
	font-size: clamp(1rem, .35vw + .94rem, 1.12rem);
	line-height: 1.68;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-decoration-color: var(--hf-accent);
	text-decoration-thickness: .08em;
	text-underline-offset: .16em;
}

a:hover,
a:focus-visible {
	color: var(--hf-accent);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* HF image treatment: quiet 6px corners across editorial photography and illustration. */
.issue-hero__image,
.article-card__image,
.article-hero img,
.issue-cover img,
.wp-block-image img {
	border-radius: 6px;
}

.screen-reader-text,
.skip-link:not(:focus) {
	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:focus {
	position: fixed;
	z-index: 10000;
	top: .75rem;
	left: .75rem;
	padding: .6rem .8rem;
	background: var(--hf-ink);
	color: var(--hf-sheet);
}

.site-header,
.site-footer,
.magazine-main {
	width: min(100%, var(--hf-wide));
	margin-inline: auto;
	padding-inline: var(--hf-gutter);
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 2rem;
	padding-block: clamp(1.2rem, 3vw, 2.5rem) 1rem;
	border-bottom: 1px solid var(--hf-ink);
}

.masthead {
	display: inline-block;
	font-family: var(--hf-display);
	font-size: clamp(2.1rem, 6vw, 5.2rem);
	font-weight: 700;
	line-height: .86;
	letter-spacing: -.055em;
	text-decoration: none;
}

.masthead:hover,
.masthead:focus-visible {
	color: inherit;
}

.masthead-note {
	display: block;
	margin-top: .65rem;
	color: var(--hf-muted);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.primary-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .45rem 1.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	font-size: .76rem;
	font-weight: 750;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-nav .language-switcher__item {
	margin-left: .2rem;
}

.primary-nav .language-switcher__item:first-of-type {
	padding-left: 1rem;
	border-left: 1px solid var(--hf-rule);
}

.primary-nav .language-switcher__item a {
	color: var(--hf-muted);
}

.primary-nav .language-switcher__item a[aria-current="page"] {
	color: var(--hf-ink);
	text-decoration: underline;
	text-decoration-color: var(--hf-accent);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid var(--hf-ink);
	border-radius: 0;
	background: transparent;
	color: var(--hf-ink);
}

.menu-toggle__icon {
	display: grid;
	gap: 4px;
	width: 1.15rem;
}

.menu-toggle__icon span {
	display: block;
	height: 1px;
	background: currentColor;
}

.magazine-main {
	min-height: 60vh;
}

.issue-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
	padding-block: clamp(3rem, 9vw, 8rem);
	border-bottom: 1px solid var(--hf-rule);
}

.issue-hero__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e7e1d5;
}

.issue-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.issue-kicker,
.article-kicker,
.shelf__label,
.eyebrow {
	margin: 0 0 .85rem;
	color: var(--hf-accent);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.issue-hero h1,
.article-header h1,
.issue-header h1,
.archive-header h1,
.page-header h1 {
	margin: 0;
	font-family: var(--hf-display);
	font-size: clamp(3rem, 8vw, 7.8rem);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .94;
}

.issue-header h1 {
	max-width: 16ch;
	font-size: clamp(2.75rem, 5.6vw, 5.8rem);
	line-height: .98;
}

.issue-subtitle,
.article-dek {
	margin: 1.4rem 0 0;
	font-family: var(--hf-display);
	font-size: clamp(1.25rem, 2.1vw, 2rem);
	line-height: 1.25;
}

.issue-summary {
	margin-top: 1.5rem;
	color: var(--hf-muted);
}

.text-link {
	display: inline-block;
	margin-top: 1.4rem;
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.shelf {
	padding-block: clamp(2.5rem, 6vw, 5rem);
	border-bottom: 1px solid var(--hf-rule);
}

.shelf__header {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	margin-bottom: 1.75rem;
}

.shelf__header h2 {
	margin: 0;
	font-family: var(--hf-display);
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(1.4rem, 3vw, 2.6rem);
}

.article-card {
	grid-column: span 4;
	border-top: 1px solid var(--hf-ink);
	padding-top: .8rem;
}

.article-card:first-child {
	grid-column: span 6;
}

.article-card__image {
	display: block;
	margin: .4rem 0 1rem;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e7e1d5;
}

.article-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-card h3 {
	margin: .25rem 0 .65rem;
	font-family: var(--hf-display);
	font-size: clamp(1.4rem, 2.1vw, 2.3rem);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.08;
}

.article-card h3 a {
	text-decoration: none;
}

.article-card__dek {
	margin: 0;
	color: var(--hf-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.article-card__meta,
.article-meta {
	color: var(--hf-muted);
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.article-shell,
.page-shell {
	padding-block: clamp(3rem, 8vw, 7rem);
}

.article-header,
.page-header,
.issue-header,
.archive-header {
	width: min(100%, 66rem);
	margin-inline: auto;
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.article-header h1,
.page-header h1,
.issue-header h1,
.archive-header h1 {
	font-size: clamp(3rem, 7vw, 6.8rem);
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem 1.2rem;
	margin-top: 1.5rem;
}

.article-hero,
.issue-cover {
	width: min(100%, 66rem);
	margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}

.article-hero figcaption,
.wp-block-image figcaption {
	margin-top: .55rem;
	color: var(--hf-muted);
	font-size: .78rem;
	line-height: 1.45;
}

.humanophilic_article_type-back-page .article-hero {
	width: min(100%, 38rem);
}

.article-card.humanophilic_article_type-back-page .article-card__image {
	width: min(100%, 20rem);
	aspect-ratio: 16 / 10;
}

.article-content,
.page-content,
.issue-intro {
	width: min(100%, var(--hf-content));
	margin-inline: auto;
}

.article-content > * + *,
.page-content > * + *,
.issue-intro > * + * {
	margin-top: 1.4em;
}

.article-content h2,
.page-content h2 {
	margin-top: 2.5em;
	font-family: var(--hf-display);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.08;
}

.article-content h3,
.page-content h3 {
	margin-top: 2.2em;
	font-size: 1.18rem;
}

.article-content blockquote,
.humanophilic-key-statement {
	margin: 2.2rem 0;
	padding: 1.35rem 0 1.35rem clamp(1rem, 4vw, 2.5rem);
	border-left: .35rem solid var(--hf-accent);
	font-family: var(--hf-display);
	font-size: clamp(1.35rem, 3vw, 2.3rem);
	line-height: 1.2;
}

.article-content .alignwide {
	width: min(90vw, 66rem);
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.humanophilic-source-box,
.article-provenance,
.hufi-note {
	margin-top: 3rem;
	padding: 1.2rem 1.35rem;
	background: #ebe6dc;
	border-top: 2px solid var(--hf-ink);
	font-size: .9rem;
}

.humanophilic-source-box h3,
.article-provenance h2 {
	margin: 0 0 .6rem;
	font-family: var(--hf-text);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.hufi-note__label {
	font-weight: 800;
	letter-spacing: .08em;
}

.article-footer {
	width: min(100%, var(--hf-content));
	margin: 4rem auto 0;
	padding-top: 1.25rem;
	border-top: 1px solid var(--hf-ink);
}

.issue-empty {
	min-height: 55vh;
	display: grid;
	align-content: center;
	padding-block: 5rem;
}

.issue-empty h1 {
	max-width: 13ch;
	margin: 0;
	font-family: var(--hf-display);
	font-size: clamp(3.3rem, 9vw, 8rem);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .92;
}

.archive-year {
	padding-block: 2rem 4rem;
	border-top: 1px solid var(--hf-ink);
}

.archive-year__title {
	margin: 0 0 2rem;
	font-family: var(--hf-display);
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 500;
}

.archive-shelf {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.issue-spine {
	padding-top: .8rem;
	border-top: 1px solid var(--hf-rule);
}

.issue-spine h2 {
	margin: .3rem 0;
	font-family: var(--hf-display);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.05;
}

.site-footer {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.site-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--hf-ink);
	color: var(--hf-muted);
	font-size: .75rem;
	letter-spacing: .05em;
}

@media (max-width: 850px) {
	.site-header__inner,
	.issue-hero {
		grid-template-columns: 1fr;
	}

	.primary-nav ul {
		justify-content: flex-start;
	}

	.issue-hero__image {
		order: 2;
	}

	.article-card,
	.article-card:first-child {
		grid-column: span 6;
	}

	.archive-shelf {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.masthead {
		font-size: clamp(1.75rem, 9vw, 2.55rem);
		white-space: nowrap;
	}

	.article-card,
	.article-card:first-child {
		grid-column: 1 / -1;
	}

	.archive-shelf {
		grid-template-columns: 1fr;
	}

	.site-footer__inner {
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 1rem;
	}

	.menu-toggle {
		display: inline-grid;
	}

	.primary-nav {
		display: none;
		grid-column: 1 / -1;
		padding-top: .25rem;
	}

	.site-header--menu-open .primary-nav {
		display: block;
	}

	.primary-nav ul {
		display: grid;
		justify-content: start;
		gap: .85rem;
		padding-top: 1rem;
		border-top: 1px solid var(--hf-rule);
	}

	.primary-nav .language-switcher__item {
		margin-left: 0;
	}

	.primary-nav .language-switcher__item:first-of-type {
		margin-top: .2rem;
		padding-top: .85rem;
		padding-left: 0;
		border-top: 1px solid var(--hf-rule);
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* HF composed Field shelf: lead story, then a calm secondary row. */
.issue-shell .shelf--field .card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.issue-shell .shelf--field .article-card:first-child {
	grid-column: 1 / -1;
}

.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.8fr);
	column-gap: clamp(1.5rem, 4vw, 3.5rem);
	row-gap: 0.75rem;
	align-items: start;
}

.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) .article-card__meta {
	grid-column: 1 / -1;
}

.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) .article-card__image {
	grid-column: 1;
	grid-row: 2 / span 2;
	margin: 0;
}

.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) h3 {
	grid-column: 2;
	grid-row: 2;
	margin-top: 0;
}

.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) .article-card__dek {
	grid-column: 2;
	grid-row: 3;
	margin: 0;
}

@media (max-width: 720px) {
	.issue-shell .shelf--field .card-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) {
		display: block;
	}

	.issue-shell .shelf--field .article-card:first-child:has(.article-card__image) .article-card__image {
		margin-bottom: 1rem;
	}
}


/* HF HED Office image restraint: evidence-sized, never a visual hero. */
.issue-shell .shelf--back-page .article-card.post-34,
.issue-shell .shelf--back-page .article-card.post-12 {
	display: grid;
	grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
	column-gap: clamp(1rem, 2.5vw, 1.75rem);
	row-gap: 0.65rem;
	align-items: start;
}

.issue-shell .shelf--back-page .article-card.post-34 .article-card__meta,
.issue-shell .shelf--back-page .article-card.post-12 .article-card__meta {
	grid-column: 1 / -1;
}

.issue-shell .shelf--back-page .article-card.post-34 .article-card__image,
.issue-shell .shelf--back-page .article-card.post-12 .article-card__image {
	grid-column: 1;
	grid-row: 2 / span 2;
	width: 100%;
	max-width: 200px;
	margin: 0;
}

.issue-shell .shelf--back-page .article-card.post-34 .article-card__image img,
.issue-shell .shelf--back-page .article-card.post-12 .article-card__image img {
	width: 100%;
	height: auto;
	max-height: 300px;
	aspect-ratio: auto;
	object-fit: cover;
}

.issue-shell .shelf--back-page .article-card.post-34 h3,
.issue-shell .shelf--back-page .article-card.post-12 h3 {
	grid-column: 2;
	grid-row: 2;
	margin-top: 0;
}

.issue-shell .shelf--back-page .article-card.post-34 .article-card__dek,
.issue-shell .shelf--back-page .article-card.post-12 .article-card__dek {
	grid-column: 2;
	grid-row: 3;
	margin: 0;
}

body.postid-34 .article-hero,
body.postid-12 .article-hero {
	width: min(200px, 100%);
	margin-left: 0;
	margin-right: auto;
}

/* The H.E.D. Office recovery photograph stays a small editorial detail. */
body.postid-34 .article-hero {
	width: min(160px, 100%);
}

body.postid-34 .article-hero img,
body.postid-12 .article-hero img {
	width: 100%;
	height: auto;
	max-height: 300px;
	aspect-ratio: auto;
	object-fit: cover;
}

@media (max-width: 640px) {
	.issue-shell .shelf--back-page .article-card.post-34,
	.issue-shell .shelf--back-page .article-card.post-12 {
		grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
	}

	body.postid-34 .article-hero,
	body.postid-12 .article-hero {
		width: min(160px, 100%);
	}

	body.postid-34 .article-hero {
		width: min(128px, 100%);
	}
}

/* HF layered issue hero 2026-09-01 */
.issue-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: clamp(30rem, 55vw, 42rem);
	gap: 0;
	align-items: stretch;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 0;
	padding-block: 0;
	padding-inline: 0;
	background: var(--hf-paper);
}

.issue-hero__copy,
.issue-hero__image {
	grid-area: 1 / 1;
}

.issue-hero__copy {
	z-index: 2;
	align-self: center;
	width: min(42rem, 72%);
	padding: clamp(2.25rem, 4vw, 3.75rem);
}

.issue-hero__image {
	z-index: 0;
	position: relative;
	display: block;
	height: 100%;
	aspect-ratio: auto;
	background: var(--hf-paper);
}

.issue-hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(245, 242, 234, .98) 0%, rgba(245, 242, 234, .92) 31%, rgba(245, 242, 234, .62) 57%, rgba(245, 242, 234, .2) 100%);
}

.issue-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .58;
	filter: saturate(.65) contrast(.84);
}

.issue-hero h1 {
	max-width: 13ch;
	font-size: clamp(2.75rem, 5vw, 5.4rem);
	line-height: .95;
}

.issue-hero .issue-subtitle {
	font-size: clamp(1.1rem, 1.7vw, 1.55rem);
}

@media (max-width: 850px) {
	.issue-hero {
		grid-template-rows: clamp(30rem, 125vw, 40rem);
	}

	.issue-hero__copy {
		align-self: end;
		width: auto;
		padding: clamp(1.75rem, 7vw, 3rem);
	}

	.issue-hero__image {
		order: initial;
	}

	.issue-hero__image::after {
		background: linear-gradient(180deg, rgba(245, 242, 234, .16) 0%, rgba(245, 242, 234, .48) 43%, rgba(245, 242, 234, .96) 82%, rgba(245, 242, 234, 1) 100%);
	}

	.issue-hero h1 {
		max-width: 11ch;
		font-size: clamp(2.55rem, 12vw, 4.5rem);
	}
}

/* HF home hero padding reset */
body.home .magazine-main .issue-hero {
	padding-block: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* HF human criterion bridge 2026-09-06 */
.human-criterion {
	padding-block: clamp(3rem, 7vw, 6rem);
	border-bottom: 1px solid var(--hf-rule);
}

.human-criterion__header {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}

.human-criterion__header h2 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--hf-display);
	font-size: clamp(2.6rem, 6vw, 6.2rem);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .96;
}

.human-criterion__lead {
	max-width: 40rem;
	margin: 0;
	font-family: var(--hf-display);
	font-size: clamp(1.25rem, 2.2vw, 2rem);
	line-height: 1.28;
}

.human-criterion__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.4rem, 3vw, 2.6rem);
	margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.human-criterion__card {
	padding-top: .9rem;
	border-top: 1px solid var(--hf-ink);
}

.human-criterion__card span {
	color: var(--hf-accent);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.human-criterion__card h3 {
	margin: .9rem 0 .65rem;
	font-family: var(--hf-display);
	font-size: clamp(1.5rem, 2.2vw, 2.35rem);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.06;
}

.human-criterion__card p,
.human-criterion__bridge {
	margin: 0;
	color: var(--hf-muted);
	line-height: 1.58;
}

.human-criterion__footer {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(15rem, .55fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
	margin-top: clamp(2.5rem, 5vw, 4.5rem);
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	border-top: 1px solid var(--hf-rule);
}

.human-criterion__checksum {
	margin: 0;
	font-family: var(--hf-display);
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.3;
}

.human-criterion__checksum strong {
	display: block;
	margin-bottom: .35rem;
}

.human-criterion__action {
	justify-self: end;
	text-align: right;
}

@media (max-width: 760px) {
	.human-criterion__header,
	.human-criterion__footer {
		grid-template-columns: 1fr;
	}

	.human-criterion__grid {
		grid-template-columns: 1fr;
	}

	.human-criterion__action {
		justify-self: start;
		text-align: left;
	}
}

/* Compact navigation: the full editorial menu remains available behind one control. */
.menu-toggle {
	display: none;
	width: 2.75rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid var(--hf-ink);
	background: var(--hf-paper);
	color: var(--hf-ink);
	place-items: center;
	cursor: pointer;
}

.menu-toggle__icon {
	display: grid;
	gap: 4px;
}

.menu-toggle__icon span {
	display: block;
	width: 1.15rem;
	height: 1px;
	background: currentColor;
}

@media (max-width: 640px) {
	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 1rem;
	}

	.menu-toggle {
		display: inline-grid;
	}

	.primary-nav {
		display: none;
		grid-column: 1 / -1;
		padding-top: .25rem;
	}

	.site-header--menu-open .primary-nav {
		display: block;
	}

	.primary-nav ul {
		display: grid;
		justify-content: start;
		gap: .85rem;
		padding-top: 1rem;
		border-top: 1px solid var(--hf-rule);
	}

	.primary-nav .language-switcher__item {
		margin-left: 0;
	}

	.primary-nav .language-switcher__item:first-of-type {
		margin-top: .2rem;
		padding-top: .85rem;
		padding-left: 0;
		border-top: 1px solid var(--hf-rule);
		border-left: 0;
	}
}
