/*
Theme Name: YYK Journal
Theme URI: https://example.com/
Author: YYK
Description: Theme de blog moderne et reutilisable. Les contenus HTML restent editables dans WordPress.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: yyk-journal
*/

:root {
	--yyk-primary: #5b46e8;
	--yyk-primary-dark: #4332ba;
	--yyk-accent: #ffb648;
	--yyk-bg: #f6f7fb;
	--yyk-surface: #ffffff;
	--yyk-text: #172033;
	--yyk-muted: #677086;
	--yyk-border: #e4e7ef;
	--yyk-radius: 18px;
	--yyk-shadow: 0 16px 45px rgba(23, 32, 51, 0.09);
	--yyk-content: 760px;
	--yyk-wide: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--yyk-bg);
	color: var(--yyk-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: var(--yyk-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--yyk-primary-dark);
}

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

button,
input,
textarea {
	font: inherit;
}

.screen-reader-text {
	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: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	margin: 0;
	clip: auto;
	background: var(--yyk-surface);
	border-radius: 8px;
}

.site-shell {
	width: min(calc(100% - 40px), var(--yyk-wide));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: color-mix(in srgb, var(--yyk-bg) 88%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--yyk-border) 80%, transparent);
	backdrop-filter: blur(16px);
}

.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	display: flex;
	align-items: center;
	min-height: 78px;
	gap: 28px;
}

.site-branding {
	display: flex;
	align-items: center;
	margin-right: auto;
}

.custom-logo-link img {
	width: auto;
	max-height: 44px;
}

.site-title {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 850;
	letter-spacing: -0.04em;
}

.site-title a {
	color: var(--yyk-text);
	text-decoration: none;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a {
	color: var(--yyk-text);
	font-size: 0.94rem;
	font-weight: 650;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	color: var(--yyk-primary);
}

.header-search {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--yyk-text);
	text-decoration: none;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: 50%;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: 12px;
}

.menu-toggle span {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: currentColor;
	border-radius: 2px;
}

.site-main {
	min-height: 65vh;
	padding-block: 56px 90px;
}

.page-header {
	max-width: 760px;
	margin-bottom: 36px;
}

.eyebrow,
.card-category a {
	color: var(--yyk-primary);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.page-title,
.entry-title {
	margin: 8px 0 16px;
	font-size: clamp(2.2rem, 6vw, 4.8rem);
	line-height: 1.04;
	letter-spacing: -0.055em;
}

.page-description {
	color: var(--yyk-muted);
	font-size: 1.12rem;
}

.hero-post {
	position: relative;
	display: grid;
	min-height: 520px;
	overflow: hidden;
	align-items: end;
	margin-bottom: 64px;
	background: #202437;
	border-radius: calc(var(--yyk-radius) + 10px);
	box-shadow: var(--yyk-shadow);
	isolation: isolate;
}

.hero-post::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(12, 17, 31, 0.93) 0%, rgba(12, 17, 31, 0.55) 55%, rgba(12, 17, 31, 0.12) 100%);
}

.hero-post > img {
	position: absolute;
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	max-width: 720px;
	padding: clamp(28px, 6vw, 72px);
	color: #fff;
}

.hero-content h1,
.hero-content h2 {
	margin: 12px 0 18px;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.hero-content h1 a,
.hero-content h2 a {
	color: inherit;
	text-decoration: none;
}

.hero-content p {
	max-width: 620px;
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.78);
}

.button,
.wp-element-button,
.wp-block-button__link,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	color: #fff;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	background: var(--yyk-primary);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
	color: #fff;
	background: var(--yyk-primary-dark);
	transform: translateY(-2px);
}

.button-light {
	color: var(--yyk-text);
	background: #fff;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	letter-spacing: -0.04em;
}

.post-grid,
.content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.post-card,
.content-card {
	overflow: hidden;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: var(--yyk-radius);
	box-shadow: 0 8px 30px rgba(23, 32, 51, 0.04);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover,
.content-card:hover {
	box-shadow: var(--yyk-shadow);
	transform: translateY(-5px);
}

.card-image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: color-mix(in srgb, var(--yyk-primary) 10%, var(--yyk-bg));
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.post-card:hover .card-image img {
	transform: scale(1.035);
}

.card-body,
.content-card {
	padding: 24px;
}

.card-title {
	margin: 8px 0 10px;
	font-size: 1.35rem;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.card-title a {
	color: var(--yyk-text);
	text-decoration: none;
}

.card-excerpt {
	margin: 0 0 18px;
	color: var(--yyk-muted);
	font-size: 0.95rem;
}

.entry-meta,
.card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	color: var(--yyk-muted);
	font-size: 0.84rem;
}

.entry-meta a,
.card-meta a {
	color: inherit;
	text-decoration: none;
}

.article-header {
	max-width: 900px;
	margin: 20px auto 44px;
	text-align: center;
}

.article-header .entry-title {
	font-size: clamp(2.5rem, 7vw, 5.5rem);
}

.article-header .entry-meta {
	justify-content: center;
}

.article-cover {
	width: min(calc(100% - 40px), 1280px);
	max-height: 720px;
	margin: 0 auto 54px;
	object-fit: cover;
	border-radius: calc(var(--yyk-radius) + 10px);
	box-shadow: var(--yyk-shadow);
}

.entry-content {
	width: min(calc(100% - 40px), var(--yyk-content));
	margin-inline: auto;
}

.entry-content > * {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.entry-content > .alignwide {
	width: min(100vw - 40px, var(--yyk-wide));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.7em;
	margin-bottom: 0.65em;
	line-height: 1.18;
	letter-spacing: -0.035em;
}

.entry-content h2 {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.entry-content h3 {
	font-size: 1.55rem;
}

.entry-content blockquote {
	padding: 4px 0 4px 24px;
	color: var(--yyk-muted);
	font-size: 1.2rem;
	border-left: 4px solid var(--yyk-primary);
}

.entry-content figure img,
.entry-content > img {
	border-radius: var(--yyk-radius);
}

.entry-content figcaption {
	margin-top: 8px;
	color: var(--yyk-muted);
	font-size: 0.82rem;
	text-align: center;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 12px;
	text-align: left;
	border: 1px solid var(--yyk-border);
}

.entry-content pre,
.entry-content code {
	font-family: "SFMono-Regular", Consolas, monospace;
}

.entry-content pre {
	overflow-x: auto;
	padding: 22px;
	color: #f7f7fb;
	background: #161b2a;
	border-radius: 14px;
}

.hero,
.notice,
.faq {
	padding: clamp(26px, 5vw, 52px);
	margin-block: 34px;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: var(--yyk-radius);
}

.hero {
	background: linear-gradient(135deg, color-mix(in srgb, var(--yyk-primary) 13%, var(--yyk-surface)), var(--yyk-surface));
}

.notice {
	padding: 22px 26px;
	border-left: 5px solid var(--yyk-accent);
}

.faq details {
	padding-block: 16px;
	border-bottom: 1px solid var(--yyk-border);
}

.faq details:last-child {
	border-bottom: 0;
}

.faq summary {
	font-weight: 750;
	cursor: pointer;
}

.post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: min(calc(100% - 40px), var(--yyk-content));
	margin: 42px auto;
}

.post-tags a {
	padding: 6px 12px;
	color: var(--yyk-muted);
	font-size: 0.8rem;
	text-decoration: none;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: 999px;
}

.post-navigation,
.comments-area {
	width: min(calc(100% - 40px), var(--yyk-content));
	margin: 48px auto 0;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.nav-links a {
	font-weight: 700;
	text-decoration: none;
}

.pagination {
	margin-top: 44px;
}

.pagination .nav-links {
	justify-content: center;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding-inline: 12px;
	place-items: center;
	color: var(--yyk-text);
	text-decoration: none;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: 10px;
}

.page-numbers.current {
	color: #fff;
	background: var(--yyk-primary);
	border-color: var(--yyk-primary);
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-field,
.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 12px 15px;
	color: var(--yyk-text);
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: 12px;
}

.empty-state {
	padding: 54px;
	text-align: center;
	background: var(--yyk-surface);
	border: 1px solid var(--yyk-border);
	border-radius: var(--yyk-radius);
}

.site-footer {
	padding-block: 58px 28px;
	color: rgba(255, 255, 255, 0.72);
	background: #121725;
}

.footer-top {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 60px;
	align-items: start;
	padding-bottom: 44px;
}

.footer-title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: -0.04em;
}

.footer-description {
	max-width: 520px;
	margin: 0;
}

.footer-menu {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.footer-bottom {
	padding-top: 24px;
	font-size: 0.84rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.7fr) repeat(2, minmax(180px, 1fr));
	gap: 70px;
	padding-bottom: 48px;
}

.footer-brand .custom-logo-link {
	display: inline-block;
	margin-bottom: 20px;
}

.footer-wordmark {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--yyk-text);
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: -0.045em;
	text-decoration: none;
}

.footer-heading {
	margin: 4px 0 18px;
	color: var(--yyk-text);
	font-size: 1rem;
	font-weight: 700;
}

.footer-links {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-links a {
	color: #616161;
	font-size: 0.9rem;
	text-decoration: none;
}

.footer-links a:hover {
	color: var(--yyk-text);
	text-decoration: underline;
}

@media (max-width: 900px) {
	.post-grid,
	.content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.menu-toggle {
		display: block;
	}

	.primary-navigation {
		position: fixed;
		top: 79px;
		right: 0;
		left: 0;
		display: none;
		height: calc(100vh - 79px);
		padding: 30px 20px;
		background: var(--yyk-bg);
	}

	.admin-bar .primary-navigation {
		top: 111px;
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a {
		display: block;
		padding: 15px 0;
		font-size: 1.3rem;
		border-bottom: 1px solid var(--yyk-border);
	}
}

@media (max-width: 620px) {
	.site-shell {
		width: min(calc(100% - 28px), var(--yyk-wide));
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-main {
		padding-block: 38px 64px;
	}

	.hero-post {
		min-height: 480px;
		margin-bottom: 48px;
	}

	.hero-post::after {
		background: linear-gradient(0deg, rgba(12, 17, 31, 0.94), rgba(12, 17, 31, 0.2));
	}

	.post-grid,
	.content-grid {
		grid-template-columns: 1fr;
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.footer-menu {
		justify-content: flex-start;
	}

	.nav-links {
		flex-direction: column;
	}
}

/* Editorial layout inspired by large newsroom homepages. */
:root {
	--yyk-primary: #0067b8;
	--yyk-primary-dark: #004f8d;
	--yyk-accent: #ffb900;
	--yyk-bg: #ffffff;
	--yyk-surface: #ffffff;
	--yyk-text: #171717;
	--yyk-muted: #5f6368;
	--yyk-border: #d9d9d9;
	--yyk-radius: 0;
	--yyk-shadow: none;
	--yyk-wide: 1320px;
}

body {
	background: #fff;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.site-header {
	position: relative;
	background: #fff;
	border-bottom: 0;
	backdrop-filter: none;
}

.admin-bar .site-header {
	top: auto;
}

.header-main {
	display: flex;
	align-items: center;
	min-height: 92px;
	gap: 32px;
}

.site-branding {
	gap: 20px;
}

.site-branding .custom-logo-link {
	padding-right: 20px;
	border-right: 2px solid var(--yyk-text);
}

.custom-logo-link img {
	max-height: 34px;
}

.brand-copy {
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.site-title {
	font-size: 1.55rem;
	font-weight: 650;
	letter-spacing: -0.035em;
}

.site-tagline {
	margin: 0;
	color: var(--yyk-muted);
	font-size: 0.85rem;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-left: auto;
}

.header-link {
	position: relative;
	padding: 10px 0;
	color: var(--yyk-text);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.header-link::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 1px;
	content: "";
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.header-link:hover::after,
.header-link.is-current::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-search {
	display: flex;
	width: auto;
	height: auto;
	gap: 9px;
	padding: 10px 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.header-search span {
	color: var(--yyk-text);
	font-size: 0.9rem;
}

.navigation-bar {
	display: none;
}

.primary-menu {
	min-height: 54px;
	gap: 34px;
}

.primary-menu a {
	font-size: 0.9rem;
	font-weight: 600;
}

.primary-menu .current-menu-item > a {
	box-shadow: inset 0 -3px var(--yyk-primary);
}

.site-main {
	padding-block: 38px 90px;
}

.news-lead-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(250px, auto));
	gap: 24px;
	margin-bottom: 74px;
}

.lead-story {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.lead-story-main {
	grid-row: 1 / 3;
}

.lead-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #ececec;
}

.lead-story-main .lead-image {
	flex: 1;
	aspect-ratio: auto;
	min-height: 430px;
}

.lead-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}

.lead-story:hover .lead-image img {
	transform: scale(1.02);
}

.lead-content {
	padding-top: 15px;
}

.lead-title {
	margin: 5px 0 0;
	font-size: clamp(1.1rem, 1.8vw, 1.55rem);
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.lead-story-main .lead-title {
	max-width: 880px;
	font-size: clamp(2rem, 4vw, 3.65rem);
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.lead-title a {
	color: var(--yyk-text);
	text-decoration: none;
}

.card-category a,
.eyebrow {
	color: var(--yyk-primary);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
}

.news-section,
.editorial-section {
	padding-top: 42px;
	border-top: 1px solid var(--yyk-text);
}

.section-heading {
	align-items: center;
	margin-bottom: 30px;
}

.section-heading h2,
.editorial-section-title {
	margin: 0;
	font-size: clamp(1.9rem, 3vw, 2.75rem);
	font-weight: 650;
	letter-spacing: -0.04em;
}

.post-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px 28px;
}

.post-card,
.content-card {
	overflow: visible;
	border: 0;
	box-shadow: none;
}

.post-card:hover,
.content-card:hover {
	box-shadow: none;
	transform: none;
}

.card-image {
	aspect-ratio: 16 / 9;
}

.card-body {
	padding: 16px 0 0;
}

.card-title {
	margin-top: 7px;
	font-size: 1.35rem;
	line-height: 1.22;
}

.card-meta {
	margin-top: 14px;
}

.editorial-content {
	width: 100%;
}

.editorial-content > *:not(.alignfull) {
	width: min(calc(100% - 40px), var(--yyk-wide));
	margin-right: auto;
	margin-left: auto;
}

.editorial-content > .alignfull {
	width: 100%;
}

.editorial-hero,
.editorial-grid,
.editorial-list,
.editorial-section {
	margin-bottom: 72px;
}

.editorial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.editorial-grid-featured {
	grid-template-columns: 2fr 1fr 1fr;
}

.editorial-card {
	min-width: 0;
}

.editorial-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.editorial-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #e8e8e8;
}

.editorial-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.editorial-card-main .editorial-image {
	min-height: 430px;
	aspect-ratio: auto;
}

.editorial-card-main h2 {
	max-width: 880px;
}

.source-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.2fr) minmax(300px, 0.8fr);
	gap: 60px;
	align-items: start;
}

.source-main {
	min-width: 0;
}

.source-search {
	position: relative;
	margin-bottom: 46px;
}

.source-search-form {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}

.source-search-form > p,
.source-layout > p,
.source-feature-grid > p,
.source-feature-column > p,
.latest-news-list > p {
	display: contents;
	margin: 0;
}

.source-search-field {
	width: 100%;
	height: 64px;
	padding: 0 72px 0 54px;
	color: var(--yyk-text);
	font-size: 1.08rem;
	background: #f2f2f2;
	border: 0;
	border-radius: 8px;
	outline: 0;
}

.source-search-field:focus {
	box-shadow: inset 0 0 0 2px var(--yyk-text);
}

.source-search-icon {
	position: absolute;
	z-index: 1;
	left: 20px;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	pointer-events: none;
}

.source-search-form br,
.source-layout > br,
.source-feature-grid > br,
.source-feature-column > br,
.latest-news-list > br {
	display: none;
}

.source-search-submit {
	position: absolute;
	right: 0;
	display: grid;
	width: 64px;
	height: 64px;
	padding: 0;
	place-items: center;
	color: var(--yyk-text);
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.source-search-submit:hover {
	color: var(--yyk-primary);
	background: transparent;
	transform: none;
}

.source-search-note {
	margin: 6px 0 0;
	color: var(--yyk-muted);
	font-size: 0.72rem;
	text-align: center;
}

.source-feature-grid {
	display: grid;
	grid-template-columns: 1.55fr 1fr;
	gap: 40px;
	align-items: start;
}

.source-feature-column {
	display: grid;
	gap: 38px;
}

.source-story {
	min-width: 0;
}

.source-story-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e8e8e8;
	border-radius: 8px;
}

.source-story-large .source-story-image {
	aspect-ratio: 1.12 / 0.92;
}

.source-story-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.source-story-category {
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 5px;
	color: var(--yyk-text);
	font-size: 0.88rem;
	font-weight: 700;
	border-bottom: 1px solid #b8b8b8;
}

a.source-story-category,
a.latest-news-category,
a.news-archive-category {
	text-decoration: none;
	transition: border-color 220ms ease, opacity 220ms ease;
}

a.source-story-category:hover,
a.latest-news-category:hover,
a.news-archive-category:hover {
	border-color: var(--yyk-text);
	opacity: 0.72;
}

.source-story-title {
	margin: 13px 0 0;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.source-story-large .source-story-title {
	font-size: clamp(1.6rem, 2.25vw, 2.15rem);
}

.source-story-title a {
	color: var(--yyk-text);
	text-decoration: none;
}

.source-story-title a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.latest-news {
	position: sticky;
	top: 30px;
}

.latest-news-title {
	padding-bottom: 16px;
	margin: 0 0 28px;
	font-size: clamp(2rem, 3vw, 2.65rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.035em;
	border-bottom: 1px solid var(--yyk-text);
}

.latest-news-list {
	display: grid;
	gap: 34px;
}

.latest-news-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 128px;
	gap: 22px;
	align-items: center;
}

.latest-news-category {
	display: inline-block;
	padding-bottom: 3px;
	margin-bottom: 14px;
	color: var(--yyk-text);
	font-size: 0.76rem;
	font-weight: 700;
	border-bottom: 1px solid #b8b8b8;
}

.latest-news-item h3 {
	margin: 0;
	font-size: 1.17rem;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: -0.015em;
}

.latest-news-item h3 a {
	color: var(--yyk-text);
	text-decoration: none;
}

.latest-news-thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.22 / 1;
	background: #e8e8e8;
	border-radius: 7px;
}

.latest-news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.source-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 34px;
	color: var(--yyk-text);
	font-weight: 700;
	text-decoration: none;
}

.source-more::after {
	content: "→";
	font-size: 1.3em;
}

.editorial-card h2,
.editorial-card h3 {
	margin: 12px 0 8px;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.editorial-card h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.editorial-card h3 {
	font-size: 1.35rem;
}

.editorial-card a {
	color: inherit;
	text-decoration: none;
}

.editorial-kicker {
	display: block;
	margin-top: 14px;
	color: var(--yyk-primary);
	font-size: 0.75rem;
	font-weight: 700;
}

.editorial-intro {
	max-width: 790px;
	color: var(--yyk-muted);
	font-size: 1.08rem;
}

.editorial-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--yyk-primary);
	font-weight: 650;
	text-decoration: none;
}

.editorial-link::after {
	content: "›";
	font-size: 1.35em;
}

.html-free-page .editorial-content,
.editorial-page .editorial-content {
	margin-top: -10px;
}

.site-footer {
	background: #f2f2f2;
	color: #616161;
}

.footer-title {
	color: var(--yyk-text);
}

.footer-menu a {
	color: #616161;
}

.footer-bottom {
	border-top-color: #d2d2d2;
}

@media (max-width: 1000px) {
	.news-lead-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.lead-story-main {
		grid-column: 1 / 3;
		grid-row: auto;
	}

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

	.editorial-grid-featured > :first-child {
		grid-column: 1 / 3;
	}

	.editorial-card-main .editorial-image {
		min-height: 380px;
	}

	.source-layout {
		grid-template-columns: 1fr;
	}

	.latest-news {
		position: static;
	}

	.latest-news-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.header-main {
		min-height: 72px;
	}

	.brand-copy {
		display: block;
	}

	.site-tagline,
	.header-search span {
		display: none;
	}

	.navigation-bar {
		border: 0;
	}

	.primary-navigation {
		top: 73px;
		width: 100%;
	}

	.admin-bar .primary-navigation {
		top: 105px;
	}

	.primary-menu {
		min-height: 0;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px;
	}

	.footer-brand {
		grid-column: 1 / 3;
	}
}

@media (max-width: 700px) {
	.news-lead-grid,
	.post-grid,
	.editorial-grid,
	.editorial-grid-featured {
		grid-template-columns: 1fr;
	}

	.lead-story-main,
	.editorial-grid-featured > :first-child {
		grid-column: auto;
	}

	.lead-story-main .lead-image {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.editorial-card-main .editorial-image {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.lead-story-main .lead-title {
		font-size: 2rem;
	}

	.site-branding .custom-logo-link {
		padding-right: 12px;
	}

	.source-feature-grid,
	.latest-news-list {
		grid-template-columns: 1fr;
	}

	.latest-news-item {
		grid-template-columns: minmax(0, 1fr) 104px;
	}

	.source-search-field {
		height: 58px;
		padding-left: 48px;
		font-size: 1rem;
	}

	.source-search-submit {
		width: 58px;
		height: 58px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-brand {
		grid-column: auto;
	}
}

/* Motion and interaction polish. */
.site-title a,
.footer-wordmark,
.header-link,
.header-search,
.source-story,
.source-story-image img,
.latest-news-item,
.latest-news-thumb img,
.source-more,
.source-more::after,
.editorial-link,
.editorial-link::after,
.footer-links a,
.card-title a,
.card-image img {
	transition-duration: 240ms;
	transition-timing-function: ease;
}

.site-title a,
.footer-wordmark,
.header-link,
.header-search,
.source-more,
.editorial-link,
.footer-links a,
.card-title a {
	transition-property: color, opacity, transform, text-decoration-color;
}

.site-title a:hover,
.footer-wordmark:hover {
	opacity: 0.72;
}

.header-search:hover {
	color: var(--yyk-primary);
	transform: translateY(-1px);
}

.source-search-form {
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.source-search-form:focus-within {
	box-shadow: 0 10px 30px rgba(23, 32, 51, 0.09);
	transform: translateY(-1px);
}

.source-search-submit svg {
	transition: transform 220ms ease;
}

.source-search-submit:hover svg,
.source-search-form:focus-within .source-search-submit svg {
	transform: translateX(4px);
}

.source-story {
	transition-property: transform;
}

.source-story:hover {
	transform: translateY(-4px);
}

.source-story-image img,
.latest-news-thumb img,
.card-image img {
	transition-property: transform, filter;
	transition-duration: 650ms;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.source-story:hover .source-story-image img,
.latest-news-item:hover .latest-news-thumb img,
.post-card:hover .card-image img {
	filter: saturate(1.04);
	transform: scale(1.04);
}

.source-story-title a,
.latest-news-item h3 a {
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: color 200ms ease, text-decoration-color 200ms ease;
}

.source-story:hover .source-story-title a,
.latest-news-item:hover h3 a {
	color: var(--yyk-text);
	text-decoration-color: transparent;
}

.latest-news-item {
	padding: 10px;
	margin: -10px;
	border-radius: 8px;
	transition-property: background-color, transform;
}

.latest-news-item:hover {
	background: rgba(0, 0, 0, 0.035);
	transform: translateX(4px);
}

.source-more::after,
.editorial-link::after {
	display: inline-block;
	transition-property: transform;
}

.source-more:hover,
.editorial-link:hover {
	color: var(--yyk-text);
}

.source-more:hover::after,
.editorial-link:hover::after {
	transform: translateX(5px);
}

.footer-links a {
	position: relative;
	display: inline-block;
}

.footer-links a::after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 1px;
	content: "";
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.footer-links a:hover {
	text-decoration: none;
}

.footer-links a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.motion-ready .reveal-on-scroll {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 520ms ease, transform 520ms ease;
}

.motion-ready .reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.motion-ready .reveal-on-scroll {
		opacity: 1;
		transform: none;
	}
}

/* Single article editorial layout. */
.source-article-header {
	max-width: 1050px;
	padding: 42px 0 48px;
}

.source-article-kicker {
	margin-bottom: 20px;
}

.source-article-kicker a {
	display: inline-block;
	padding-bottom: 5px;
	color: var(--yyk-text);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #a8a8a8;
}

.source-article-title {
	max-width: 1020px;
	margin: 0;
	font-size: clamp(3rem, 6.8vw, 6.5rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.065em;
}

.source-article-deck {
	max-width: 780px;
	margin: 28px 0 0;
	color: var(--yyk-muted);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.45;
}

.source-article-cover {
	margin: 0 0 64px;
}

.source-article-cover-small {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.source-article-cover img {
	width: 100%;
	max-height: 760px;
	object-fit: cover;
	border-radius: 8px;
}

.source-article-cover figcaption {
	margin-top: 9px;
	color: var(--yyk-muted);
	font-size: 0.78rem;
}

.source-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) minmax(220px, 300px);
	gap: clamp(50px, 8vw, 120px);
	align-items: start;
	justify-content: space-between;
}

.source-article-body.entry-content {
	width: 100%;
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.75;
}

.source-article-body.entry-content > .alignwide,
.source-article-body.entry-content > .alignfull {
	width: 100%;
	margin-left: 0;
	transform: none;
}

.source-article-body.entry-content > p:first-child {
	font-size: 1.2rem;
	line-height: 1.7;
}

.source-article-body.entry-content h2 {
	font-weight: 550;
}

.source-article-body.entry-content a {
	color: var(--yyk-text);
	text-decoration-color: #808080;
}

.source-article-body.entry-content a:hover {
	text-decoration-color: var(--yyk-text);
}

.source-article-sidebar {
	position: sticky;
	top: 30px;
	padding-top: 4px;
	border-top: 1px solid var(--yyk-text);
}

.admin-bar .source-article-sidebar {
	top: 62px;
}

.source-article-meta {
	padding: 20px 0;
	border-bottom: 1px solid var(--yyk-border);
}

.source-article-meta-label {
	margin: 0 0 5px;
	color: var(--yyk-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.source-article-meta-value {
	margin: 0;
	font-size: 0.95rem;
}

.source-article-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.source-article-topics a {
	padding: 5px 9px;
	color: var(--yyk-text);
	font-size: 0.76rem;
	text-decoration: none;
	background: #f2f2f2;
	border-radius: 999px;
	transition: background-color 220ms ease;
}

.source-article-topics a:hover {
	background: #e2e2e2;
}

.source-article-navigation {
	padding-top: 72px;
	margin-top: 76px;
	border-top: 1px solid var(--yyk-text);
}

.source-article-navigation .post-navigation {
	width: 100%;
	margin: 0;
}

.source-article-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
}

.source-article-navigation .nav-next {
	text-align: right;
}

.source-article-navigation a {
	display: block;
	color: var(--yyk-text);
	text-decoration: none;
}

.source-article-navigation span {
	display: block;
	margin-bottom: 8px;
	color: var(--yyk-muted);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.source-article-navigation strong {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
}

.source-article-navigation a:hover strong {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

@media (max-width: 900px) {
	.source-article-layout {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.source-article-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 24px;
	}
}

@media (max-width: 620px) {
	.source-article-header {
		padding-top: 20px;
	}

	.source-article-title {
		font-size: clamp(2.5rem, 13vw, 4.2rem);
	}

	.source-article-cover {
		margin-bottom: 42px;
	}

	.source-article-sidebar,
	.source-article-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.source-article-navigation .nav-next {
		text-align: left;
	}
}

/* All news page. */
.news-page-header {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	gap: 60px;
	align-items: end;
	padding: 38px 0 58px;
	border-bottom: 1px solid var(--yyk-text);
}

.news-page-kicker {
	display: block;
	margin-bottom: 18px;
	font-size: 0.8rem;
	font-weight: 700;
}

.news-page-title {
	margin: 0;
	font-size: clamp(3.5rem, 8vw, 7.5rem);
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: -0.07em;
}

.news-page-intro {
	max-width: 460px;
	margin: 0;
	color: var(--yyk-muted);
	font-size: 1.08rem;
	line-height: 1.6;
}

.news-archive {
	padding-top: 54px;
}

.news-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 58px 30px;
}

.news-archive-card {
	min-width: 0;
	transition: transform 300ms ease;
}

.news-archive-card:hover {
	transform: translateY(-4px);
}

.news-archive-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e8e8e8;
	border-radius: 8px;
}

.news-archive-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 650ms ease;
}

.news-archive-card:hover .news-archive-image img {
	filter: saturate(1.04);
	transform: scale(1.04);
}

.news-archive-content {
	padding-top: 18px;
}

.news-archive-category {
	display: inline-block;
	padding-bottom: 4px;
	color: var(--yyk-text);
	font-size: 0.76rem;
	font-weight: 700;
	border-bottom: 1px solid #b8b8b8;
}

.news-archive-title {
	margin: 12px 0 10px;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	font-weight: 450;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.news-archive-title a {
	color: var(--yyk-text);
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: text-decoration-color 220ms ease;
}

.news-archive-card:hover .news-archive-title a {
	text-decoration-color: currentColor;
}

.news-archive-excerpt {
	margin: 0 0 15px;
	color: var(--yyk-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.news-archive-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	color: var(--yyk-muted);
	font-size: 0.78rem;
}

.news-archive-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding-top: 58px;
	margin-top: 62px;
	border-top: 1px solid var(--yyk-border);
}

.news-archive-pagination .page-numbers {
	display: grid;
	min-width: 44px;
	height: 44px;
	padding: 0 13px;
	place-items: center;
	color: var(--yyk-text);
	text-decoration: none;
	background: #f2f2f2;
	border: 0;
	border-radius: 6px;
}

.news-archive-pagination .page-numbers:hover,
.news-archive-pagination .page-numbers.current {
	color: #fff;
	background: var(--yyk-text);
}

.news-archive-empty {
	padding: 50px;
	text-align: center;
	background: #f2f2f2;
	border-radius: 8px;
}

@media (max-width: 960px) {
	.news-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.header-actions {
		gap: 15px;
	}

	.header-link {
		font-size: 0.84rem;
	}

	.news-page-header,
	.news-archive-grid {
		grid-template-columns: 1fr;
	}

	.news-page-header {
		gap: 24px;
	}

	.news-page-title {
		font-size: clamp(3.2rem, 18vw, 5.2rem);
	}
}

/* About page. */
.about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
	gap: clamp(48px, 7vw, 100px);
	align-items: center;
	padding: 52px 0 76px;
	border-bottom: 1px solid var(--yyk-text);
}

.about-title {
	max-width: 860px;
	margin: 0;
	font-size: clamp(3.8rem, 7.2vw, 7rem);
	font-weight: 500;
	line-height: 0.94;
	letter-spacing: -0.068em;
}

.about-intro {
	max-width: 430px;
	margin: 0;
	color: var(--yyk-muted);
	font-size: clamp(1.08rem, 1.7vw, 1.3rem);
	line-height: 1.6;
}

.about-statement {
	display: grid;
	grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1.6fr);
	gap: clamp(40px, 7vw, 90px);
	padding: 72px 0;
	border-bottom: 1px solid var(--yyk-border);
}

.about-section-label {
	margin: 7px 0 0;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.about-statement-text {
	max-width: 850px;
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

.about-section {
	padding: 68px 0;
	border-bottom: 1px solid var(--yyk-border);
}

.about-section-header {
	display: grid;
	grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1.6fr);
	gap: clamp(40px, 7vw, 90px);
	margin-bottom: 42px;
}

.about-section-title {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.055em;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--yyk-text);
}

.about-card {
	min-height: 220px;
	padding: 30px 34px 34px 0;
	border-bottom: 1px solid var(--yyk-border);
}

.about-card:nth-child(odd) {
	padding-right: 48px;
	border-right: 1px solid var(--yyk-border);
}

.about-card:nth-child(even) {
	padding-left: 48px;
}

.about-card-number {
	display: block;
	margin-bottom: 34px;
	color: var(--yyk-muted);
	font-size: 0.78rem;
}

.about-card h3 {
	margin: 0 0 12px;
	font-size: 1.55rem;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.about-card p,
.about-copy p {
	margin: 0;
	color: var(--yyk-muted);
	line-height: 1.65;
}

.about-copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
	max-width: 950px;
}

.about-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 64px 0 22px;
}

.about-contact h2 {
	max-width: 700px;
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 5rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.06em;
}

.about-contact-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: var(--yyk-text);
	border-radius: 999px;
	transition: transform 220ms ease, opacity 220ms ease;
}

.about-contact-link::after {
	content: "→";
	font-size: 1.2em;
}

.about-contact-link:hover {
	color: #fff;
	opacity: 0.82;
	transform: translateX(4px);
}

@media (max-width: 800px) {
	.about-hero,
	.about-statement,
	.about-section-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.about-grid,
	.about-copy {
		grid-template-columns: 1fr;
	}

	.about-card:nth-child(odd) {
		padding-right: 0;
		border-right: 0;
	}

	.about-card:nth-child(even) {
		padding-left: 0;
	}

	.about-contact {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Search results page. */
.search-results-header {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 60px;
	align-items: end;
	padding: 40px 0 50px;
	border-bottom: 1px solid var(--yyk-text);
}

.search-results-title {
	max-width: 980px;
	margin: 0;
	font-size: clamp(3.3rem, 7vw, 6.7rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.065em;
	overflow-wrap: anywhere;
}

.search-results-intro {
	max-width: 450px;
	margin: 0;
	color: var(--yyk-muted);
	font-size: 1.05rem;
	line-height: 1.6;
}

.search-results-form-wrap {
	margin: 44px 0 0;
}

.search-results-list {
	padding-top: 18px;
}

.search-results-empty {
	padding: clamp(38px, 7vw, 80px);
	text-align: center;
	background: #f2f2f2;
	border-radius: 8px;
}

.search-results-empty h2 {
	max-width: 700px;
	margin: 0 auto 14px;
	font-size: clamp(1.8rem, 4vw, 3.3rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.search-results-empty p:last-child {
	margin-bottom: 0;
	color: var(--yyk-muted);
}

@media (max-width: 700px) {
	.search-results-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.search-results-title {
		font-size: clamp(2.8rem, 16vw, 4.8rem);
	}
}
/* WordPress custom logo in place of the textual wordmark. */
.site-branding .custom-logo-link {
	display: inline-flex;
	align-items: center;
	padding-right: 0;
	border-right: 0;
}

.site-branding .custom-logo-link img {
	width: auto;
	max-width: 220px;
	max-height: 52px;
	object-fit: contain;
}

.footer-brand .custom-logo-link {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 0;
	border: 0;
}

.footer-brand .custom-logo-link img {
	width: auto;
	max-width: 240px;
	max-height: 64px;
	object-fit: contain;
}

@media (max-width: 640px) {
	.site-branding .custom-logo-link img {
		max-width: 180px;
		max-height: 44px;
	}

	.footer-brand .custom-logo-link img {
		max-width: 200px;
		max-height: 54px;
	}
}

/* Legal pages */
.legal-page-template .entry-content {
	width: 100%;
	margin: 0;
}

.legal-page-template .entry-content > .yyk-legal-page {
	margin-right: auto;
	margin-left: auto;
}

.yyk-legal-page {
	width: min(calc(100% - 40px), var(--yyk-wide));
	margin: 0 auto;
	padding: clamp(72px, 9vw, 140px) 0 clamp(80px, 10vw, 150px);
	color: var(--yyk-text);
}

.yyk-legal-hero {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	gap: clamp(40px, 8vw, 130px);
	align-items: end;
	padding-bottom: clamp(42px, 6vw, 80px);
	border-bottom: 1px solid var(--yyk-text);
}

.yyk-legal-hero .yyk-eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 -20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.yyk-legal-hero h1 {
	margin: 0;
	font-size: clamp(58px, 8vw, 120px);
	font-weight: 600;
	letter-spacing: -0.065em;
	line-height: 0.9;
}

.yyk-legal-hero > p:last-child {
	max-width: 390px;
	margin: 0 0 8px;
	color: var(--yyk-muted);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.55;
}

.yyk-legal-content {
	width: min(100%, 900px);
	margin: 0 auto;
	padding-top: clamp(50px, 7vw, 90px);
}

.yyk-legal-content section {
	display: grid;
	grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
	column-gap: clamp(35px, 7vw, 100px);
	padding: clamp(36px, 5vw, 60px) 0;
	border-bottom: 1px solid var(--yyk-border);
}

.yyk-legal-content section:first-child {
	padding-top: 0;
}

.yyk-legal-content h2 {
	grid-column: 1;
	margin: 0;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.yyk-legal-content section > :not(h2) {
	grid-column: 2;
}

.yyk-legal-content p,
.yyk-legal-content li {
	font-size: 17px;
	line-height: 1.75;
}

.yyk-legal-content p {
	margin: 0 0 18px;
}

.yyk-legal-content p:last-child {
	margin-bottom: 0;
}

.yyk-legal-content ul {
	margin: 4px 0 0;
	padding-left: 20px;
}

.yyk-legal-content li + li {
	margin-top: 8px;
}

.yyk-legal-content a {
	color: var(--yyk-text);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: opacity 260ms ease;
}

.yyk-legal-content a:hover,
.yyk-legal-content a:focus-visible {
	color: var(--yyk-text);
	opacity: 0.58;
}

.yyk-legal-update {
	margin-top: 38px;
	color: var(--yyk-muted);
	font-size: 14px;
}

.yyk-legal-update p {
	margin: 0;
	font-size: inherit;
}

@media (max-width: 760px) {
	.yyk-legal-page {
		width: min(calc(100% - 28px), var(--yyk-wide));
		padding-top: 56px;
	}

	.yyk-legal-hero {
		display: block;
	}

	.yyk-legal-hero .yyk-eyebrow {
		margin: 0 0 24px;
	}

	.yyk-legal-hero h1 {
		font-size: clamp(50px, 17vw, 78px);
	}

	.yyk-legal-hero > p:last-child {
		margin-top: 28px;
	}

	.yyk-legal-content section {
		display: block;
		padding: 38px 0;
	}

	.yyk-legal-content h2 {
		margin-bottom: 22px;
	}

	.yyk-legal-content p,
	.yyk-legal-content li {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (max-width: 700px) {
	.site-footer,
	.footer-brand,
	.footer-column,
	.footer-bottom {
		text-align: center;
	}

	.site-footer .footer-grid {
		justify-items: center;
	}

	.footer-brand {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.footer-description {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
	}

	.footer-column {
		width: 100%;
	}

	.footer-links {
		justify-items: center;
	}

	.footer-bottom {
		width: 100%;
	}
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding-left: 18px;
	border-left: 1px solid var(--yyk-border);
}

.language-link {
	color: var(--yyk-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: color 220ms ease, opacity 220ms ease;
}

.language-link:hover,
.language-link.is-current {
	color: var(--yyk-text);
}

.language-link.is-current {
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media (max-width: 700px) {
	.language-switcher {
		gap: 6px;
		padding-left: 10px;
	}

	.language-link {
		font-size: 0.7rem;
	}
}
