:root {
	--ppy-primary: #386756;
	--ppy-secondary: #ac3329;
	--ppy-primary-text: #ffffff;
	--ppy-bg: #fff9ec;
	--ppy-surface: #ffffff;
	--ppy-surface-muted: #f9f3e7;
	--ppy-surface-soft: #f3ede1;
	--ppy-text: #1d1c14;
	--ppy-text-muted: #404945;
	--ppy-border: #dfd9ce;
	--ppy-dark: #333028;
	--ppy-dark-soft: #e8e2d6;
	--ppy-radius-sm: 12px;
	--ppy-radius: 18px;
	--ppy-radius-lg: 32px;
	--ppy-shadow: 0 12px 38px rgba(29, 28, 20, 0.09);
	--ppy-max: 80rem;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: #333028;
}

body {
	margin: 0;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: 1.7;
	background: var(--ppy-bg);
	color: var(--ppy-text);
	text-rendering: optimizeLegibility;
	min-height: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--ppy-primary);
	outline-offset: 2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 500;
	line-height: 1.2;
	color: var(--ppy-primary);
}

p {
	margin-top: 0;
}

.ppy-container {
	width: min(var(--ppy-max), calc(100% - 4rem));
	margin-inline: auto;
}

.button,
button,
input[type='submit'] {
	cursor: pointer;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	padding: 0.75rem 1.45rem;
	border-radius: var(--ppy-radius-sm);
	border: 1px solid transparent;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-1px);
}

.button-outline {
	background: transparent;
	border-color: rgba(56, 103, 86, 0.3);
	color: var(--ppy-primary);
}

.site-main {
	padding-top: 8.6rem;
	flex: 1 0 auto;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--ppy-bg);
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	line-height: 1;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	clip: auto;
	-clip-path: none;
	clip-path: none;
	display: block;
	height: auto;
	left: 5px;
	padding: 0.8rem 1rem;
	top: 5px;
	width: auto;
	z-index: 100000;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	border-radius: 0.5rem;
}

.skip-link {
	position: absolute;
	z-index: 99999;
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 500;
	background: rgba(255, 249, 236, 0.6);
	backdrop-filter: blur(24px);
	border-bottom: 1px solid rgba(113, 121, 116, 0.14);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-block: 1.5rem;
}

.site-header-inner.ppy-container {
	width: min(80rem, calc(100% - 4rem));
}

.site-header .site-branding {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
	flex: 0 0 auto;
}

.site-header .custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.site-header .custom-logo {
	display: block;
	max-height: 54px;
	width: auto;
	height: auto;
}

.site-header .site-title {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-size: 1.875rem;
	font-weight: 500;
	font-style: italic;
	line-height: 2.25rem;
	letter-spacing: 0;
	color: #386756;
}

.site-header .site-title a {
	display: inline-block;
	color: #386756;
	line-height: inherit;
	text-decoration: none;
}

.main-navigation {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.menu-toggle {
	display: none;
	align-items: center;
	border: 0;
	background: transparent;
	color: var(--ppy-primary);
	font-size: 0.86rem;
	padding: 0.25rem;
	cursor: pointer;
	line-height: 1;
}

.menu-toggle .material-symbols-outlined {
	font-size: 1.35rem;
	line-height: 1;
}

.menu-toggle:focus-visible {
	outline: 2px solid var(--ppy-primary);
	outline-offset: 0.2rem;
	border-radius: 0.5rem;
}

.nav-menu,
.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 3rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.nav-menu > li {
	position: relative;
}

.nav-menu a {
	text-decoration: none;
}

.main-navigation .nav-menu > li > a {
	display: block;
	color: #1d1c14;
	opacity: 0.8;
	padding: 0 0 0.25rem;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25rem;
	transition: opacity 0.3s ease;
}

.nav-menu > li.menu-item-has-children > a::after {
	content: '\25BE';
	font-size: 0.62rem;
	line-height: 1;
}

.main-navigation .nav-menu > li.current-menu-item > a,
.main-navigation .nav-menu > li.current-menu-ancestor > a {
	color: var(--ppy-primary);
	opacity: 1;
	border-bottom: 2px solid rgba(145, 194, 174, 0.5);
}

.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li > a:focus-visible {
	opacity: 1;
	color: var(--ppy-primary);
}

.submenu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--ppy-primary);
	padding: 0.3rem;
	cursor: pointer;
}

.submenu-toggle:focus-visible {
	outline: 2px solid var(--ppy-primary);
	outline-offset: 0.15rem;
	border-radius: 0.5rem;
}

.submenu-toggle .material-symbols-outlined {
	font-size: 1.1rem;
	line-height: 1;
}

.nav-menu .sub-menu {
	position: absolute;
	top: calc(100% + 0.7rem);
	left: 0;
	min-width: 14rem;
	display: grid;
	gap: 0.1rem;
	padding: 0.65rem;
	border: 1px solid rgba(113, 121, 116, 0.25);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 24px 42px rgba(30, 33, 30, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.5rem);
	pointer-events: none;
	z-index: 550;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-menu .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 0.45rem);
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu,
.nav-menu li.submenu-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.nav-menu .sub-menu a {
	display: block;
	width: 100%;
	padding: 0.58rem 0.7rem;
	border-radius: 0.66rem;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	text-transform: none;
}

.nav-menu .sub-menu a:hover,
.nav-menu .sub-menu a:focus-visible {
	background: rgba(56, 103, 86, 0.1);
	color: var(--ppy-primary);
}

.nav-menu .sub-menu .current-menu-item > a,
.nav-menu .sub-menu .current-menu-ancestor > a {
	border-bottom: 0;
	background: rgba(56, 103, 86, 0.14);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex: 0 0 auto;
}

.search-toggle {
	border: 0;
	background: transparent;
	color: var(--ppy-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
	line-height: 1;
}

.search-toggle .material-symbols-outlined {
	font-size: 1.5rem;
}

.search-toggle:hover {
	opacity: 0.9;
}

.search-toggle:focus-visible {
	background: transparent;
}

.header-cta {
	padding: 0.5rem 1.5rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	letter-spacing: 0.025em;
	line-height: 1.25rem;
	border: 0;
	transform: scale(0.95);
	transform-origin: center;
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
	opacity: 0.9;
	transform: scale(0.95);
}

.menu-item-mobile-subscribe {
	display: none;
}

.menu-item-mobile-search {
	display: none;
}

@media (min-width: 821px) {
	.main-navigation .nav-menu > li > a {
		font-weight: 500;
	}

	.nav-menu > li.menu-item-mobile-search,
	.nav-menu > li.menu-item-mobile-subscribe {
		display: none !important;
	}
}

.header-search-panel {
	border-top: 0 solid rgba(113, 121, 116, 0.2);
	padding: 0;
	background: var(--ppy-bg);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateY(-0.4rem);
	transition: max-height 0.3s ease, opacity 0.22s ease, transform 0.22s ease, padding 0.22s ease, border-color 0.22s ease;
}

.header-search-panel.is-open {
	border-top-width: 1px;
	padding: 1.05rem 0;
	max-height: 8.5rem;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.header-search-panel[hidden] {
	display: none;
}

.search-form {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	padding: 0.78rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--ppy-border);
	background: #fff;
	font-size: 0.95rem;
	font-family: inherit;
	color: var(--ppy-text);
}

.search-submit {
	width: 2.9rem;
	height: 2.9rem;
	border-radius: 999px;
	border: 0;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.section-heading {
	margin-bottom: 3rem;
}

.section-heading--center {
	text-align: center;
}

.section-title {
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-style: italic;
	margin-bottom: 1rem;
	letter-spacing: -0.01em;
}

.section-intro {
	max-width: 46rem;
	margin-inline: auto;
	font-size: 1.03rem;
	color: var(--ppy-text-muted);
}

.section-heading--left .section-intro {
	margin-inline: 0;
}

.home-hero-section {
	margin-bottom: 8rem;
}

.home-hero {
	position: relative;
	display: flex;
	align-items: center;
	background: var(--ppy-surface-muted);
	border-radius: 0.75rem;
	overflow: hidden;
	min-height: 600px;
}

.home-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
	width: 100%;
	padding: 3rem;
}

.hero-content {
	position: relative;
	z-index: 10;
}

.hero-badge {
	display: inline-block;
	padding: 0.25rem 1rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #ffdad5;
	color: #8b1a15;
	margin-bottom: 1.5rem;
}

.hero-badge-link,
.hero-badge-link:hover,
.hero-badge-link:focus-visible {
	color: #8b1a15;
	text-decoration: none;
}

.hero-title {
	font-family: 'Newsreader', Georgia, serif;
	font-style: italic;
	font-size: 3.75rem;
	margin-bottom: 2rem;
	line-height: 1.1;
	letter-spacing: -0.025em;
	color: var(--ppy-primary);
}

.hero-title-link,
.hero-title-link:hover,
.hero-title-link:focus-visible {
	color: inherit;
	text-decoration: none;
}

.hero-description {
	max-width: 28rem;
	font-size: 1.125rem;
	line-height: 1.625;
	color: var(--ppy-text-muted);
	margin-bottom: 2.5rem;
}

.hero-description-link,
.hero-description-link:hover,
.hero-description-link:focus-visible {
	color: inherit;
	text-decoration: none;
}

.hero-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--ppy-primary);
	text-decoration: none;
}

.hero-link .material-symbols-outlined {
	transition: transform 0.3s ease;
}

.hero-link:hover .material-symbols-outlined,
.hero-link:focus-visible .material-symbols-outlined {
	transform: translateX(4px);
}

.hero-media {
	position: relative;
	isolation: isolate;
}

.hero-media-link {
	display: block;
	text-decoration: none;
}

.hero-glow {
	position: absolute;
	top: -2.5rem;
	right: -2.5rem;
	width: 16rem;
	height: 16rem;
	border-radius: 999px;
	background: rgba(145, 194, 174, 0.2);
	filter: blur(64px);
	z-index: -1;
}

.hero-media img,
.hero-image-fallback {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 0.5rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	transition: transform 0.5s ease;
	position: relative;
	z-index: 10;
}

.hero-image-fallback {
	background: linear-gradient(160deg, rgba(145, 194, 174, 0.48), rgba(56, 103, 86, 0.62));
}

.hero-media:hover img {
	transform: scale(1.02);
}

@media (min-width: 1024px) {
	.home-hero-grid {
		padding: 5rem;
	}
}

@media (min-width: 768px) {
	.home-hero-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-title {
		font-size: 4.5rem;
	}
}

@media (max-width: 767px) {
	.home-hero-grid {
		padding: 1.5rem;
		gap: 2rem;
	}

	.hero-content {
		text-align: left;
	}

	.hero-description {
		max-width: none;
	}
}

.home-resources {
	background: var(--ppy-surface-muted);
	padding: 7rem 0;
	margin-bottom: 7.5rem;
}

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

.resource-card {
	background: var(--ppy-surface);
	border-radius: var(--ppy-radius);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.resource-card:hover,
.resource-card:focus-within {
	background: #ece5d9;
	transform: translateY(-2px);
}

.resource-icon-wrap {
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.resource-card--1 .resource-icon-wrap {
	background: rgba(16, 102, 133, 0.18);
	color: #106685;
}

.resource-card--2 .resource-icon-wrap {
	background: rgba(253, 110, 95, 0.22);
	color: #8b1a15;
}

.resource-card--3 .resource-icon-wrap {
	background: rgba(145, 194, 174, 0.28);
	color: var(--ppy-primary);
}

.resource-card-title {
	font-size: clamp(1.8rem, 3.3vw, 2.15rem);
	margin-bottom: 0.8rem;
	font-style: italic;
}

.resource-card-text {
	font-size: 0.98rem;
	color: var(--ppy-text-muted);
	margin-bottom: 1.3rem;
}

.resource-card-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-top: auto;
	font-weight: 600;
	color: var(--ppy-primary);
}

.home-latest {
	margin-bottom: 7.5rem;
}

.posts-grid {
	display: grid;
	gap: 2.2rem;
}

.posts-grid--home {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 1.8rem;
	row-gap: 2.6rem;
}

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

.posts-grid--archive-bento {
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 1.8rem;
	row-gap: 2rem;
}

.post-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.post-card--staggered {
	margin-top: 2.5rem;
}

.post-card-media {
	display: block;
	border-radius: var(--ppy-radius);
	overflow: hidden;
	aspect-ratio: 4 / 5;
	margin-bottom: 1.2rem;
	background: var(--ppy-surface-muted);
}

.post-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.post-card:hover .post-card-media img,
.post-card:focus-within .post-card-media img {
	transform: scale(1.05);
}

.post-card-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(145, 194, 174, 0.38), rgba(56, 103, 86, 0.35));
}

.post-card-taxonomy {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ppy-secondary);
	margin-bottom: 0.55rem;
}

.post-card-title {
	margin-bottom: 0.5rem;
	font-size: clamp(1.38rem, 2.2vw, 1.7rem);
	line-height: 1.25;
}

.post-card-title a {
	transition: color 0.2s ease;
}

.post-card-title a:hover,
.post-card-title a:focus-visible {
	color: var(--ppy-primary);
}

.post-card-excerpt {
	color: var(--ppy-text-muted);
	font-size: 0.95rem;
	margin-bottom: 0.9rem;
}

.post-card-link {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--ppy-primary);
}

.post-card--archive {
	border-radius: var(--ppy-radius);
	overflow: hidden;
	background: var(--ppy-surface-muted);
	transition: background-color 0.3s ease;
}

.post-card--archive-featured {
	grid-column: span 8;
	background: var(--ppy-surface-soft);
}

.post-card--archive-aside,
.post-card--archive-compact,
.post-card--archive-icon {
	grid-column: span 4;
}

.post-card--archive:hover,
.post-card--archive:focus-within {
	background: #ece5d9;
}

.archive-featured-media {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.archive-featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s ease;
}

.post-card--archive-featured:hover .archive-featured-media img,
.post-card--archive-featured:focus-within .archive-featured-media img {
	transform: scale(1.05);
}

.archive-featured-body {
	padding: clamp(1.35rem, 3.2vw, 2.35rem);
}

.archive-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.archive-meta-row time {
	font-size: 0.84rem;
	color: rgba(64, 73, 69, 0.8);
}

.archive-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.7rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	background: rgba(172, 51, 41, 0.15);
	color: #8b1a15;
}

.archive-chip--tertiary {
	background: rgba(16, 102, 133, 0.15);
	color: #004d66;
}

.archive-featured-title {
	font-size: clamp(1.9rem, 3.1vw, 2.6rem);
	margin-bottom: 0.8rem;
	line-height: 1.15;
}

.archive-featured-excerpt {
	max-width: 46rem;
	font-size: 0.98rem;
	color: var(--ppy-text-muted);
	margin-bottom: 1.2rem;
}

.archive-read-link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-weight: 700;
	color: var(--ppy-primary);
}

.archive-aside-body,
.archive-icon-body {
	height: 100%;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.archive-aside-title,
.archive-icon-title,
.archive-compact-title {
	font-size: clamp(1.45rem, 2.5vw, 1.95rem);
	margin-bottom: 0.6rem;
	line-height: 1.22;
}

.archive-aside-title a,
.archive-icon-title a,
.archive-compact-title a {
	transition: color 0.2s ease;
}

.archive-aside-title a:hover,
.archive-aside-title a:focus-visible,
.archive-icon-title a:hover,
.archive-icon-title a:focus-visible,
.archive-compact-title a:hover,
.archive-compact-title a:focus-visible {
	color: var(--ppy-primary);
}

.archive-aside-excerpt,
.archive-icon-excerpt {
	color: var(--ppy-text-muted);
	font-size: 0.92rem;
	margin-bottom: 1rem;
}

.archive-aside-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(113, 121, 116, 0.18);
}

.archive-aside-footer time,
.archive-icon-body time,
.archive-compact-body time {
	font-size: 0.8rem;
	color: rgba(64, 73, 69, 0.8);
}

.archive-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	color: var(--ppy-primary);
}

.archive-icon-mark {
	margin-bottom: 1rem;
	color: rgba(56, 103, 86, 0.52);
}

.archive-icon-mark .material-symbols-outlined {
	font-size: 2.2rem;
}

.archive-compact-media {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.archive-compact-media--landscape {
	aspect-ratio: 4 / 5;
}

.archive-compact-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.post-card--archive-compact:hover .archive-compact-media img,
.post-card--archive-compact:focus-within .archive-compact-media img {
	transform: scale(1.05);
}

.archive-compact-body {
	padding: 1.2rem 1.4rem;
}

.section-footer-link {
	text-align: center;
	margin-top: 2.2rem;
}

.newsletter-section {
	margin-bottom: 7.5rem;
}

.newsletter-shell {
	position: relative;
	background: rgba(145, 194, 174, 0.26);
	border-radius: var(--ppy-radius-lg);
	padding: clamp(1.7rem, 4vw, 4.5rem);
	overflow: hidden;
}

.newsletter-icon {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	opacity: 0.12;
}

.newsletter-icon .material-symbols-outlined {
	font-size: clamp(4rem, 8vw, 6.6rem);
}

.newsletter-content {
	position: relative;
	max-width: 44rem;
	margin-inline: auto;
	text-align: center;
}

.newsletter-form-wrap form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.newsletter-form-wrap input[type='email'],
.newsletter-form-wrap input[type='text'] {
	min-width: min(100%, 17rem);
	flex: 1;
	padding: 0.88rem 1rem;
	border-radius: var(--ppy-radius-sm);
	border: 1px solid var(--ppy-border);
	font-family: inherit;
	font-size: 0.95rem;
	background: #fff;
}

.newsletter-form-wrap .button,
.newsletter-form-wrap button,
.newsletter-form-wrap input[type='submit'] {
	padding: 0.9rem 1.4rem;
	border-radius: var(--ppy-radius-sm);
	border: 0;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	font-weight: 700;
}

.newsletter-note {
	font-size: 0.82rem;
	color: var(--ppy-text-muted);
	font-style: italic;
	margin-top: 0.9rem;
}

.homepage-widgets {
	margin-bottom: 7.5rem;
}

.page-header-shell {
	margin-bottom: 2.7rem;
}

.page-header-shell .page-title {
	margin-bottom: 0.6rem;
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-style: italic;
}

.page-description {
	max-width: 48rem;
	color: var(--ppy-text-muted);
}

.page-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.8rem;
}

.page-kicker-line {
	display: inline-block;
	width: 2rem;
	height: 1px;
	background: var(--ppy-secondary);
}

.page-kicker-text {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ppy-secondary);
}

.page-header--archive {
	margin-bottom: 3.6rem;
}

.page-header--archive .page-title {
	font-size: clamp(2.8rem, 8vw, 5.3rem);
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: var(--ppy-text);
}

.page-header--archive .page-description {
	max-width: 49rem;
	font-size: clamp(1.03rem, 2.2vw, 1.28rem);
	line-height: 1.65;
}

.archive-shell {
	margin-bottom: 4.5rem;
}

.search-main {
	padding-top: 7.2rem;
	padding-bottom: 5rem;
}

.search-page-header {
	margin-bottom: 2.5rem;
}

.search-kicker {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ppy-secondary);
}

.search-page-title {
	margin: 0 0 0.7rem;
	font-size: clamp(2.3rem, 6vw, 4.35rem);
	line-height: 1.02;
	letter-spacing: -0.015em;
	color: var(--ppy-text);
	font-style: italic;
}

.search-page-title span {
	color: var(--ppy-primary);
}

.search-result-count {
	margin: 0;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid rgba(113, 121, 116, 0.2);
	font-size: 0.86rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(64, 73, 69, 0.86);
}

.search-layout {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

.search-layout-main {
	grid-column: span 8;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.search-layout-aside {
	grid-column: span 4;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.search-featured-card {
	background: var(--ppy-surface-muted);
	border-radius: var(--ppy-radius);
	overflow: hidden;
	transition: background-color 0.3s ease;
}

.search-featured-card:hover,
.search-featured-card:focus-within {
	background: #ece5d9;
}

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

.search-featured-media {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.search-featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s ease;
}

.search-featured-card:hover .search-featured-media img,
.search-featured-card:focus-within .search-featured-media img {
	transform: scale(1.05);
}

.search-featured-content {
	padding: clamp(1.2rem, 3.2vw, 2.2rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.search-featured-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border-radius: 999px;
	background: #ffdad5;
	color: #8b1a15;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	width: fit-content;
	margin-bottom: 0.85rem;
}

.search-featured-title {
	margin: 0 0 0.6rem;
	font-size: clamp(1.75rem, 3.4vw, 2.4rem);
	line-height: 1.14;
}

.search-featured-title a {
	transition: color 0.25s ease;
}

.search-featured-title a:hover,
.search-featured-title a:focus-visible {
	color: var(--ppy-primary);
}

.search-featured-excerpt {
	margin: 0 0 1.1rem;
	font-size: 0.95rem;
	color: var(--ppy-text-muted);
	line-height: 1.7;
}

.search-featured-link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: var(--ppy-primary);
	font-size: 0.9rem;
	font-weight: 700;
}

.search-secondary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.search-secondary-card {
	background: var(--ppy-surface-muted);
	border-radius: var(--ppy-radius);
	padding: 1.2rem;
	transition: background-color 0.28s ease;
}

.search-secondary-card:hover,
.search-secondary-card:focus-within {
	background: #ece5d9;
}

.search-secondary-media {
	display: block;
	aspect-ratio: 4 / 5;
	border-radius: 0.65rem;
	overflow: hidden;
	margin-bottom: 0.7rem;
}

.search-secondary-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-secondary-tax {
	display: inline-block;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ppy-secondary);
	margin-bottom: 0.45rem;
}

.search-secondary-title {
	margin: 0 0 0.45rem;
	font-size: clamp(1.35rem, 2.4vw, 1.72rem);
	line-height: 1.2;
}

.search-secondary-title a {
	transition: color 0.2s ease;
}

.search-secondary-title a:hover,
.search-secondary-title a:focus-visible {
	color: var(--ppy-primary);
}

.search-secondary-excerpt {
	margin: 0;
	font-size: 0.88rem;
	color: var(--ppy-text-muted);
}

.search-more-results {
	margin-top: 0.5rem;
}

.search-more-title {
	margin-bottom: 1rem;
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-style: italic;
}

.search-refine-card {
	background: var(--ppy-surface-soft);
	border-radius: var(--ppy-radius);
	padding: 1.2rem;
}

.search-refine-title {
	margin: 0 0 1rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-style: normal;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--ppy-text);
}

.search-inline-form-wrap {
	margin-bottom: 1rem;
}

.search-inline-form-wrap .search-form {
	background: #fff;
	padding: 0.3rem;
	border-radius: 999px;
	border: 1px solid rgba(113, 121, 116, 0.25);
}

.search-inline-form-wrap .search-field {
	border: 0;
	background: transparent;
	padding: 0.62rem 0.85rem;
}

.search-inline-form-wrap .search-submit {
	width: 2.4rem;
	height: 2.4rem;
}

.search-chip-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.search-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.38rem 0.78rem;
	border-radius: 999px;
	font-size: 0.73rem;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.85);
	color: var(--ppy-text);
	border: 1px solid rgba(113, 121, 116, 0.2);
}

.search-chip--active {
	background: rgba(124, 192, 227, 0.3);
	color: #004d66;
	border-color: rgba(124, 192, 227, 0.4);
}

.search-tag-section {
	padding-top: 1rem;
	border-top: 1px solid rgba(113, 121, 116, 0.22);
}

.search-tag-title {
	margin-bottom: 0.65rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-style: normal;
	color: var(--ppy-text);
}

.search-tag-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-tag-list li + li {
	margin-top: 0.45rem;
}

.search-tag-list a {
	display: flex;
	justify-content: space-between;
	gap: 0.8rem;
	font-size: 0.9rem;
	color: var(--ppy-text-muted);
}

.search-tag-list a:hover,
.search-tag-list a:focus-visible {
	color: var(--ppy-primary);
}

.search-promo-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--ppy-radius);
	padding: 1.25rem;
	background: rgba(145, 194, 174, 0.2);
}

.search-promo-title {
	margin: 0 0 0.45rem;
	font-size: 1.7rem;
	font-style: italic;
}

.search-promo-text {
	margin: 0 0 0.8rem;
	font-size: 0.88rem;
	color: var(--ppy-text-muted);
}

.search-promo-form {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.search-promo-form input {
	width: 100%;
	padding: 0.7rem 0.8rem;
	border-radius: var(--ppy-radius-sm);
	border: 1px solid rgba(113, 121, 116, 0.24);
	background: #fff;
	font-family: inherit;
}

.search-promo-form button {
	border: 0;
	border-radius: var(--ppy-radius-sm);
	padding: 0.72rem 0.85rem;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.search-promo-icon {
	position: absolute;
	right: -0.75rem;
	bottom: -0.75rem;
	font-size: 5.6rem;
	color: rgba(56, 103, 86, 0.1);
}

.search-empty-state {
	max-width: 54rem;
	margin-top: 1.5rem;
	padding: clamp(1.4rem, 4vw, 3rem);
	border-radius: var(--ppy-radius-lg);
	background: var(--ppy-surface-soft);
	text-align: center;
}

.search-empty-state .material-symbols-outlined {
	font-size: 4rem;
	color: rgba(172, 51, 41, 0.58);
	margin-bottom: 0.8rem;
}

.search-empty-state h2 {
	margin-bottom: 0.7rem;
	font-size: clamp(2rem, 5vw, 3rem);
	font-style: italic;
}

.search-empty-state p {
	max-width: 38rem;
	margin: 0 auto 1rem;
	color: var(--ppy-text-muted);
}

.search-empty-form-wrap {
	max-width: 38rem;
	margin: 0 auto;
}

body.error404 .site-main {
	padding-top: 8.6rem;
}

body.error404 {
	overflow-x: hidden;
}

.not-found-main {
	padding-block: 4rem 3rem;
	min-height: 74vh;
	display: flex;
	align-items: center;
}

.not-found-grid {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 2.6rem;
	align-items: center;
}

.not-found-visual {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.not-found-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(38px);
	z-index: -1;
}

.not-found-orb--one {
	top: -2.8rem;
	left: -2.8rem;
	width: 14rem;
	height: 14rem;
	background: rgba(145, 194, 174, 0.35);
}

.not-found-orb--two {
	bottom: -1.8rem;
	right: -2rem;
	width: 15rem;
	height: 15rem;
	background: rgba(255, 180, 170, 0.45);
}

.not-found-image-wrap {
	border-radius: var(--ppy-radius);
	overflow: hidden;
	transform: rotate(2deg);
	box-shadow: 0 22px 48px rgba(29, 28, 20, 0.22);
	transition: transform 0.45s ease;
}

.not-found-image-wrap:hover {
	transform: rotate(0deg);
}

.not-found-image-wrap img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.not-found-floating-note {
	position: absolute;
	left: -1.25rem;
	bottom: -1.3rem;
	max-width: 14rem;
	padding: 1rem;
	border-radius: var(--ppy-radius-sm);
	background: var(--ppy-surface);
	border: 1px solid rgba(113, 121, 116, 0.18);
	box-shadow: 0 10px 26px rgba(29, 28, 20, 0.12);
}

.not-found-floating-note .material-symbols-outlined {
	font-size: 2rem;
	color: var(--ppy-secondary);
	margin-bottom: 0.3rem;
}

.not-found-floating-note p {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-style: italic;
	font-size: 1.18rem;
	line-height: 1.24;
}

.not-found-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.not-found-kicker {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ppy-secondary);
}

.not-found-title {
	margin: 0;
	font-size: clamp(2.25rem, 6vw, 4.6rem);
	line-height: 0.98;
	letter-spacing: -0.02em;
	font-style: italic;
}

.not-found-copy {
	margin: 0;
	max-width: 34rem;
	font-size: clamp(1.02rem, 2.2vw, 1.22rem);
	line-height: 1.65;
	color: var(--ppy-text-muted);
}

.not-found-search-form {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(113, 121, 116, 0.22);
	box-shadow: 0 8px 22px rgba(29, 28, 20, 0.08);
	margin-top: 0.45rem;
}

.not-found-search-form .material-symbols-outlined {
	margin-left: 0.8rem;
	color: var(--ppy-text-muted);
}

.not-found-search-form input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0.72rem 0.5rem;
	font-family: inherit;
	font-size: 1rem;
}

.not-found-search-form button {
	border: 0;
	border-radius: 999px;
	padding: 0.82rem 1.5rem;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	font-size: 0.86rem;
	font-weight: 700;
}

.not-found-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	margin-top: 0.2rem;
}

.not-found-home {
	padding-inline: 1.35rem;
}

.not-found-browse {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-weight: 700;
	color: var(--ppy-primary);
}

.not-found-browse .material-symbols-outlined {
	transition: transform 0.25s ease;
}

.not-found-browse:hover .material-symbols-outlined,
.not-found-browse:focus-visible .material-symbols-outlined {
	transform: translateX(4px);
}

.not-found-links-block {
	margin-top: 0.4rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(113, 121, 116, 0.2);
}

.not-found-links-heading {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: rgba(64, 73, 69, 0.75);
}

.not-found-link-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.not-found-link-chips a {
	display: inline-flex;
	align-items: center;
	padding: 0.42rem 0.9rem;
	border-radius: 999px;
	background: #ffdad5;
	color: #8b1a15;
	font-size: 0.78rem;
	font-weight: 600;
}

.not-found-link-chips a:hover,
.not-found-link-chips a:focus-visible {
	background: rgba(124, 192, 227, 0.45);
	color: #004d66;
}

.single-main {
	padding-top: 6rem;
}

.single-hero-header.ppy-container,
.single-hero-media-section.ppy-container,
.single-related-section .ppy-container {
	width: min(80rem, calc(100% - 4rem));
}

.single-hero-header {
	background: var(--ppy-surface-muted);
	border-radius: 0.75rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.single-meta-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.single-category-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.375rem 1rem;
	border-radius: 999px;
	background: #ffdad5;
	color: #8b1a15;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-read-time {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	color: rgba(64, 73, 69, 0.88);
}

.single-display-title {
	max-width: 62rem;
	margin: 0 auto 3rem;
	font-size: clamp(3rem, 8.5vw, 6rem);
	line-height: 1;
	letter-spacing: -0.03em;
	font-style: italic;
	color: var(--ppy-primary);
}

.single-author-meta {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	font-size: 0.875rem;
}

.single-author-avatar {
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 999px;
	overflow: hidden;
	background: var(--ppy-surface-soft);
}

.single-author-avatar-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-author-copy {
	text-align: left;
}

.single-author-name {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--ppy-text);
}

.single-author-role {
	margin: 0;
	font-size: 0.75rem;
	font-style: italic;
	color: var(--ppy-text-muted);
}

.single-author-divider {
	width: 1px;
	height: 2rem;
	background: rgba(113, 121, 116, 0.3);
}

.single-post-date {
	font-size: 0.875rem;
	color: rgba(64, 73, 69, 0.9);
}

.single-hero-media-section {
	margin-bottom: 6rem;
}

.single-hero-media {
	position: relative;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 20px 52px rgba(29, 28, 20, 0.2);
}

.single-hero-media img {
	display: block;
	width: 100%;
	height: auto;
}

.single-content-wrap {
	margin-bottom: 4rem;
}

.single-content-inner {
	max-width: 48rem;
	margin-inline: auto;
}

.single-intro-lead {
	margin-bottom: 3rem;
	padding: 0 0 0 2rem;
	border-left: 4px solid rgba(145, 194, 174, 0.68);
	font-family: 'Newsreader', Georgia, serif;
	font-style: italic;
	font-size: 1.5rem;
	line-height: 1.625;
	color: var(--ppy-text-muted);
}

.single-entry-content {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--ppy-text);
}

.single-entry-content > * + * {
	margin-top: 2rem;
}

.single-entry-content h2 {
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	font-size: 2.25rem;
	font-style: italic;
	color: var(--ppy-primary);
}

.single-entry-content h3 {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 1.75rem;
	font-style: italic;
	color: var(--ppy-primary);
}

.single-entry-content blockquote {
	margin: 4rem 0;
	padding: 2rem 3rem;
	border-left: 0;
	border-radius: 0.5rem;
	background: var(--ppy-surface-soft);
}

.single-entry-content blockquote p {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-style: italic;
	font-size: 1.875rem;
	line-height: 1.3;
}

.single-entry-content .wp-block-image img,
.single-entry-content img {
	border-radius: 0.5rem;
}

.single-entry-content > .wp-block-image:first-child {
	display: none;
}

.single-entry-footer {
	display: none;
}

.single-author-box {
	margin-top: 6rem;
	padding: 2.5rem;
	border-radius: 0.5rem;
	background: var(--ppy-surface-soft);
	display: flex;
	align-items: center;
	gap: 2rem;
}

.single-author-box-avatar {
	width: 7.1rem;
	height: 7.1rem;
	border-radius: 999px;
	overflow: hidden;
	flex-shrink: 0;
	border: 4px solid var(--ppy-surface);
	box-shadow: 0 10px 20px rgba(29, 28, 20, 0.14);
}

.single-author-box-title {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-style: italic;
	color: var(--ppy-primary);
}

.single-author-box-bio {
	margin-bottom: 1rem;
	font-size: 0.875rem;
	color: var(--ppy-text-muted);
	line-height: 1.7;
}

.single-author-box-links {
	display: flex;
	gap: 0.5rem;
}

.single-author-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	color: var(--ppy-primary);
	background: rgba(145, 194, 174, 0.24);
}

.single-comments-wrap {
	margin-top: 6rem;
	padding-top: 4rem;
	border-top: 1px solid rgba(113, 121, 116, 0.23);
}

.single-comments-wrap .comments-area {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.single-comments-wrap .comments-title--single {
	font-size: 1.875rem;
	margin-bottom: 2rem;
	font-style: italic;
	color: var(--ppy-text);
	line-height: 1.2;
}

.single-comments-wrap .comments-subtitle {
	display: none;
}

.single-comments-wrap .ppy-comment-list {
	display: grid;
	gap: 3rem;
	margin: 0;
	padding: 0;
	margin-bottom: 4rem;
}

.single-comments-wrap .ppy-comment-list-item {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.single-comments-wrap .comment-list .comment {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.single-comments-wrap .ppy-comment-body {
	display: flex;
	gap: 1.2rem;
	padding: 0;
	background: transparent;
	border: 0;
}

.single-comments-wrap .ppy-comment-avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(145, 194, 174, 0.22);
	flex: 0 0 3rem;
}

.single-comments-wrap .ppy-comment-avatar--warm {
	background: rgba(255, 180, 170, 0.42);
}

.single-comments-wrap .ppy-comment-avatar--cool {
	background: rgba(124, 192, 227, 0.32);
}

.single-comments-wrap .ppy-comment-avatar-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(44, 53, 49, 0.92);
}

.single-comments-wrap .ppy-comment-content {
	flex: 1;
}

.single-comments-wrap .ppy-comment-meta {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.single-comments-wrap .ppy-comment-author {
	font-weight: 700;
	font-size: 0.875rem;
	color: var(--ppy-text);
}

.single-comments-wrap .ppy-comment-time {
	font-size: 0.75rem;
	color: var(--ppy-text-muted);
}

.single-comments-wrap .ppy-comment-text {
	font-size: 0.875rem;
	line-height: 1.625;
	color: rgba(64, 73, 69, 0.95);
}

.single-comments-wrap .ppy-comment-text p {
	margin: 0;
}

.single-comments-wrap .ppy-comment-actions {
	display: flex;
	gap: 0.9rem;
	align-items: center;
	margin-top: 0.75rem;
}

.single-comments-wrap .ppy-comment-actions a {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--ppy-primary);
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.single-comments-wrap a.comment-reply-link::before {
	content: 'reply';
	font-family: 'Material Symbols Outlined', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: none;
	line-height: 1;
}

.single-comments-wrap .children {
	margin: 1.5rem 0 0 4rem;
	padding-left: 0;
}

.single-comments-wrap .comment-respond {
	margin-top: 1.8rem;
	padding: 2rem;
	border-radius: var(--ppy-radius-lg);
	background: var(--ppy-surface-muted);
}

.single-comments-wrap .comments-reply-title--single {
	margin-top: 0;
	font-size: 0.875rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	font-style: normal;
	color: var(--ppy-text);
	margin-bottom: 1rem;
}

.single-comments-wrap .comment-form > p {
	margin: 0 0 0.8rem;
}

.single-comments-wrap .comment-form .comment-form-comment {
	margin-bottom: 0.95rem;
}

.single-comments-wrap .comment-form .comment-form-author,
.single-comments-wrap .comment-form .comment-form-email {
	display: inline-block;
	width: calc(50% - 0.35rem);
	vertical-align: top;
}

.single-comments-wrap .comment-form .comment-form-author {
	margin-right: 0.7rem;
}

.single-comments-wrap .comment-form textarea,
.single-comments-wrap .comment-form input[type='text'],
.single-comments-wrap .comment-form input[type='email'],
.single-comments-wrap .comment-form input[type='url'] {
	background: var(--ppy-bg);
	border: 0;
	border-radius: var(--ppy-radius-sm);
	padding: 1rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
}

.single-comments-wrap .comment-form input::placeholder,
.single-comments-wrap .comment-form textarea::placeholder {
	color: rgba(64, 73, 69, 0.7);
}

.single-comments-wrap .comment-form textarea {
	min-height: 120px;
	resize: vertical;
	margin-bottom: 1rem;
}

.single-comments-wrap .comment-form .submit,
.single-comments-wrap .comment-form .ppy-comment-submit {
	padding: 0.75rem 2rem;
	border-radius: var(--ppy-radius-sm);
	border: 0;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
}

.single-comments-wrap .comment-form-cookies-consent {
	display: flex;
	gap: 0.45rem;
	align-items: flex-start;
	font-size: 0.76rem;
	color: var(--ppy-text-muted);
}

.single-comments-wrap .comment-notes,
.single-comments-wrap .form-submit {
	margin-top: 0;
}

.single-comments-wrap .form-submit {
	margin-bottom: 0;
}

.single-post-nav {
	display: none;
}

.single-related-section {
	margin-top: 8rem;
	padding: 6rem 0;
	background: var(--ppy-surface-muted);
}

.single-related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 3rem;
}

.single-related-title {
	margin: 0 0 0.5rem;
	font-size: 2.25rem;
	font-style: italic;
	color: var(--ppy-primary);
}

.single-related-subtitle {
	margin: 0;
	color: var(--ppy-text-muted);
	font-size: 1rem;
}

.single-related-link {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	color: var(--ppy-primary);
	text-underline-offset: 4px;
	text-decoration: none;
}

.single-related-link:hover,
.single-related-link:focus-visible {
	text-decoration: underline;
}

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

.single-related-card {
	min-width: 0;
	cursor: pointer;
}

.single-related-media {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--ppy-surface-muted);
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
}

.single-related-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.single-related-card:hover .single-related-media img,
.single-related-card:focus-within .single-related-media img {
	transform: scale(1.02);
}

.single-related-tax {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ppy-secondary);
}

.single-related-card-title {
	font-size: 1.5rem;
	line-height: 1.25;
	font-style: italic;
	margin: 0;
}

.single-related-card-title a {
	transition: color 0.25s ease;
}

.single-related-card:hover .single-related-card-title a,
.single-related-card:focus-within .single-related-card-title a {
	color: var(--ppy-primary);
}

.archive-layout,
.single-layout,
.page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 19rem;
	gap: 2.4rem;
	align-items: start;
	margin-bottom: 4.5rem;
}

.content-area {
	min-width: 0;
}

.widget-area {
	position: sticky;
	top: 8.8rem;
	align-self: start;
}

.widget {
	margin-bottom: 1rem;
	padding: 1.3rem;
	border-radius: var(--ppy-radius);
	background: var(--ppy-surface-soft);
}

.widget-title {
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
	font-style: italic;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li + li {
	margin-top: 0.5rem;
}

.widget a {
	color: var(--ppy-text-muted);
}

.widget a:hover,
.widget a:focus-visible {
	color: var(--ppy-primary);
}

.entry-standard,
.single-entry,
.page-entry {
	border-radius: var(--ppy-radius);
	background: var(--ppy-surface);
	padding: clamp(1.1rem, 3vw, 2.4rem);
	box-shadow: var(--ppy-shadow);
}

.single-entry,
.page-entry {
	box-shadow: none;
	background: transparent;
	padding: 0;
}

.entry-header {
	margin-bottom: 1rem;
}

.entry-category {
	display: inline-block;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: rgba(172, 51, 41, 0.1);
	color: var(--ppy-secondary);
	margin-bottom: 0.75rem;
}

.entry-title {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 0.8rem;
	font-style: italic;
	line-height: 1.15;
}

.entry-title a {
	color: inherit;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ppy-text-muted);
}

.entry-hero-image {
	margin: 1.4rem 0;
	border-radius: var(--ppy-radius);
	overflow: hidden;
}

.entry-content {
	font-size: 1.02rem;
	color: var(--ppy-text);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	font-style: italic;
}

.entry-content a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem;
}

.entry-footer {
	margin-top: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.entry-footer a {
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: rgba(56, 103, 86, 0.12);
	color: var(--ppy-primary);
	font-size: 0.85rem;
}

.post-navigation {
	margin: 2.2rem 0;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	padding: 1rem;
	border: 1px solid var(--ppy-border);
	border-radius: var(--ppy-radius-sm);
	background: rgba(255, 255, 255, 0.6);
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 0.76rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--ppy-text-muted);
	margin-bottom: 0.45rem;
}

.post-navigation .nav-title {
	font-family: 'Newsreader', Georgia, serif;
	font-size: 1.1rem;
	color: var(--ppy-primary);
}

.wp-block-quote,
blockquote {
	margin: 1.5rem 0;
	padding: 1.2rem 1.4rem;
	border-left: 4px solid var(--ppy-primary);
	background: rgba(145, 194, 174, 0.15);
	border-radius: 0.3rem;
}

.page-links {
	margin-top: 1.4rem;
}

.comments-area {
	margin-top: 2.2rem;
	padding-top: 1.8rem;
	border-top: 1px solid var(--ppy-border);
}

.comments-title,
.comment-reply-title {
	font-size: 1.7rem;
	font-style: italic;
	margin-bottom: 1rem;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	margin-bottom: 1rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--ppy-border);
	border-radius: var(--ppy-radius-sm);
}

.comment-body .reply a,
.comment-edit-link {
	font-size: 0.82rem;
	color: var(--ppy-primary);
}

.comment-respond input,
.comment-respond textarea {
	width: 100%;
	margin-top: 0.35rem;
	border-radius: 0.7rem;
	border: 1px solid var(--ppy-border);
	padding: 0.72rem;
	font-family: inherit;
}

.comment-form .submit {
	width: auto;
	border: 0;
	margin-top: 0.5rem;
}

.no-results,
.error-shell {
	padding: 2rem;
	border-radius: var(--ppy-radius);
	background: var(--ppy-surface-muted);
}

.error-404 {
	margin-bottom: 6rem;
}

.error-shell {
	max-width: 42rem;
	margin: 0 auto;
	text-align: center;
}

.error-badge {
	display: inline-block;
	padding: 0.3rem 0.8rem;
	border-radius: 999px;
	background: rgba(172, 51, 41, 0.14);
	color: var(--ppy-secondary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.error-actions {
	margin: 1rem 0;
}

.wp-block-search__inside-wrapper {
	display: flex;
	gap: 0.5rem;
}

.wp-block-search__input {
	padding: 0.75rem;
	border-radius: var(--ppy-radius-sm);
	border: 1px solid var(--ppy-border);
}

.wp-block-search__button {
	padding: 0.75rem 1rem;
	border-radius: var(--ppy-radius-sm);
	border: 0;
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
}

.pagination,
.posts-navigation,
.post-navigation,
.navigation.pagination {
	margin-top: 2rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	padding: 0 0.65rem;
	border-radius: 999px;
	border: 1px solid var(--ppy-border);
	font-size: 0.86rem;
	color: var(--ppy-text-muted);
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
	background: var(--ppy-primary);
	border-color: var(--ppy-primary);
	color: var(--ppy-primary-text);
}

.navigation.pagination .nav-links {
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(113, 121, 116, 0.16);
}

.navigation.pagination .page-numbers {
	width: 3rem;
	min-width: 3rem;
	height: 3rem;
	padding: 0;
	border: 0;
	background: var(--ppy-surface-soft);
	color: var(--ppy-text);
	font-weight: 600;
}

.navigation.pagination .page-numbers.current {
	background: var(--ppy-primary);
	color: var(--ppy-primary-text);
	box-shadow: 0 10px 18px rgba(56, 103, 86, 0.25);
}

.navigation.pagination .page-numbers:not(.current):hover,
.navigation.pagination .page-numbers:not(.current):focus-visible {
	background: rgba(145, 194, 174, 0.28);
	color: var(--ppy-text);
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
	font-size: 0;
}

.navigation.pagination .page-numbers.prev .material-symbols-outlined,
.navigation.pagination .page-numbers.next .material-symbols-outlined {
	font-size: 1.2rem;
}

.site-footer {
	width: 100%;
	background: #333028;
	color: #e8e2d6;
	margin-top: auto;
	padding: 6rem 0 3rem;
	padding-bottom: calc(3rem + env(safe-area-inset-bottom));
}

body.dark-mode .site-footer {
	background: #1d1c14;
}

.footer-inner {
	width: min(80rem, calc(100% - 6rem));
	margin: 0 auto;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3rem;
	text-align: left;
}

.footer-brand {
	font-size: 1.5rem;
	font-style: italic;
	font-family: 'Newsreader', Georgia, serif;
	color: #f3ede1;
	margin-bottom: 2rem;
}

.footer-intro {
	font-size: 0.875rem;
	color: #e8e2d6;
	opacity: 0.7;
	line-height: 1.625;
	letter-spacing: 0.05em;
	max-width: 24rem;
	margin-bottom: 2rem;
}

.footer-social-list {
	display: flex;
	gap: 1rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-list a {
	display: inline-flex;
	color: #91c2ae;
}

.footer-social-list .material-symbols-outlined {
	color: #91c2ae;
}

.footer-widget-column,
.footer-brand-column {
	min-width: 0;
}

.footer-widget-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.site-footer .widget,
.site-footer .footer-menu,
.footer-menu-fallback,
.footer-link-list {
	background: transparent;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .widget-title,
.site-footer h3,
.site-footer h4 {
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	margin-bottom: 1rem;
	color: #91c2ae;
}

.site-footer .widget-title + ul,
.site-footer .widget-title + .footer-navigation,
.footer-widget-column .menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.site-footer a {
	color: #e8e2d6;
	opacity: 0.7;
	font-size: 0.875rem;
	text-underline-offset: 0.25rem;
	transition: color 0.2s ease, opacity 0.2s ease, text-decoration-color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #ffffff;
	opacity: 1;
	text-decoration: underline;
}

.site-footer li + li {
	margin-top: 0;
}

.footer-meta-wrap {
	margin-top: 2rem;
}

.footer-meta {
	padding-top: 2rem;
	padding-right: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #e8e2d6;
	opacity: 0.5;
	text-align: right;
}

.footer-meta p {
	margin: 0;
}

.alignleft {
	float: left;
	margin-right: 1rem;
	margin-bottom: 0.8rem;
}

.alignright {
	float: right;
	margin-left: 1rem;
	margin-bottom: 0.8rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.8rem;
}

@media (max-width: 1040px) {
	.posts-grid--home {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.post-card--archive-featured {
		grid-column: 1 / -1;
	}

	.post-card--archive-aside,
	.post-card--archive-compact,
	.post-card--archive-icon {
		grid-column: span 1;
	}

	.post-card--staggered {
		margin-top: 0;
	}

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

	.archive-layout,
	.single-layout,
	.page-layout {
		grid-template-columns: 1fr;
	}

	.widget-area {
		position: static;
	}

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

	.footer-inner {
		width: min(80rem, calc(100% - 3rem));
	}

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

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

	.search-layout-main,
	.search-layout-aside {
		grid-column: 1 / -1;
	}

	.not-found-grid {
		grid-template-columns: 1fr;
	}

	.not-found-content {
		order: 1;
	}

	.not-found-visual {
		order: 2;
		max-width: 30rem;
	}
}

@media (max-width: 820px) {
	.site-main {
		padding-top: 5.6rem;
	}

	.site-header-inner.ppy-container {
		width: min(var(--ppy-max), calc(100% - 1.6rem));
	}

	.site-header-inner {
		align-items: center;
		flex-wrap: nowrap;
		padding-block: 0.75rem;
		row-gap: 0;
		position: relative;
	}

	.main-navigation {
		order: 0;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		display: block;
		flex: none;
		justify-content: stretch;
		z-index: 560;
	}

	.menu-toggle {
		display: inline-flex;
		margin-left: 0;
	}

	.main-navigation .nav-menu {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		width: 100%;
		margin-top: 0;
		padding: 0;
		border: 0;
		border-radius: 1rem;
		background: transparent;
		box-shadow: none;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		transition: max-height 0.3s ease, opacity 0.2s ease, margin-top 0.2s ease;
	}

	.main-navigation.is-open .nav-menu,
	body.menu-open .main-navigation .nav-menu {
		margin-top: 0.5rem;
		padding: 0.55rem 0.75rem;
		border: 1px solid rgba(113, 121, 116, 0.2);
		background: rgba(255, 252, 245, 0.98);
		box-shadow: 0 18px 32px rgba(30, 33, 30, 0.14);
		max-height: 80vh;
		opacity: 1;
		overflow: auto;
		pointer-events: auto;
	}

	.nav-menu > li {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		border-bottom: 1px solid rgba(113, 121, 116, 0.15);
	}

	.nav-menu > li:last-child {
		border-bottom: 0;
	}

	.nav-menu > li > a {
		width: 100%;
		padding: 0.95rem 0.2rem;
	}

	.main-navigation .nav-menu > li > a {
		color: var(--ppy-text);
		opacity: 1;
		font-size: 1.08rem;
		font-weight: 600;
		letter-spacing: 0.015em;
		line-height: 1.35;
		border-bottom: 0;
	}

	.main-navigation .nav-menu > li.current-menu-item > a,
	.main-navigation .nav-menu > li.current-menu-ancestor > a {
		color: var(--ppy-primary);
		opacity: 1;
		border-bottom: 0;
	}

	.main-navigation .nav-menu > li > a:hover,
	.main-navigation .nav-menu > li > a:focus-visible {
		color: var(--ppy-primary);
		opacity: 1;
	}

	.nav-menu > li:not(.menu-item-mobile-search):not(.menu-item-mobile-subscribe) {
		min-height: 2.55rem;
	}

	.nav-menu > li:not(.menu-item-mobile-search):not(.menu-item-mobile-subscribe) > a {
		display: flex;
		align-items: center;
		min-height: 2.55rem;
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-menu > li.menu-item-has-children > a::after {
		content: '';
	}

	.submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2rem;
		height: 2rem;
		margin-right: 0.1rem;
		border-radius: 999px;
	}

	.nav-menu .sub-menu {
		position: static;
		left: auto;
		top: auto;
		min-width: 0;
		display: none;
		gap: 0;
		margin: 0 0 0.65rem;
		padding: 0 0 0 0.8rem;
		border: 0;
		box-shadow: none;
		background: transparent;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}

	.nav-menu li.submenu-open > .sub-menu {
		display: block;
	}

	.nav-menu .sub-menu .sub-menu {
		left: auto;
		top: auto;
	}

	.nav-menu .sub-menu li {
		border-top: 1px solid rgba(113, 121, 116, 0.12);
	}

	.nav-menu .sub-menu a {
		padding: 0.75rem 0.2rem;
		font-size: 1rem;
		color: var(--ppy-text-muted);
		opacity: 1;
		min-height: 2.55rem;
		display: flex;
		align-items: center;
	}

	.nav-menu .sub-menu .current-menu-item > a,
	.nav-menu .sub-menu .current-menu-ancestor > a {
		background: transparent;
		border-bottom: 0;
		color: var(--ppy-primary);
	}

	.header-actions {
		margin-left: auto;
	}

	.header-actions .header-cta {
		display: none;
	}

	.header-actions .search-toggle {
		display: none;
	}

	.nav-menu > li.menu-item-mobile-search {
		display: block;
		border-bottom: 1px solid rgba(113, 121, 116, 0.2);
		padding: 0.2rem 0 0.65rem;
		margin-bottom: 0.45rem;
	}

	.menu-mobile-search-wrap .search-form {
		display: flex;
		align-items: center;
		gap: 0.4rem;
	}

	.menu-mobile-search-wrap .search-field {
		padding: 0.7rem 0.9rem;
		font-size: 0.9rem;
	}

	.menu-mobile-search-wrap .search-submit {
		width: 2.55rem;
		height: 2.55rem;
	}

	.nav-menu > li.menu-item-mobile-subscribe {
		display: block;
		border-bottom: 0;
		margin-top: 0.55rem;
		padding-top: 0.45rem;
		border-top: 1px solid rgba(113, 121, 116, 0.22);
	}

	.nav-menu > li.menu-item-mobile-subscribe > .menu-mobile-subscribe-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0.8rem 1rem;
		border-radius: 999px;
		background: var(--ppy-primary);
		color: var(--ppy-primary-text);
		font-size: 0.78rem;
		font-weight: 600;
		letter-spacing: 0.09em;
		text-transform: uppercase;
	}

	.nav-menu > li.menu-item-mobile-subscribe > .menu-mobile-subscribe-link:hover,
	.nav-menu > li.menu-item-mobile-subscribe > .menu-mobile-subscribe-link:focus-visible {
		background: #234d3f;
		color: var(--ppy-primary-text);
	}

	.resource-grid,
	.posts-grid--home,
	.posts-grid--archive,
	.posts-grid--archive-bento {
		grid-template-columns: 1fr;
	}

	.search-featured-grid,
	.search-secondary-grid {
		grid-template-columns: 1fr;
	}

	.not-found-main {
		padding-block: 2.7rem 2rem;
	}

	.not-found-search-form {
		flex-wrap: wrap;
		border-radius: var(--ppy-radius);
	}

	.not-found-search-form .material-symbols-outlined {
		margin-left: 0.6rem;
	}

	.not-found-search-form input {
		min-width: 13rem;
	}

	.not-found-search-form button {
		width: 100%;
	}

	.post-card--archive-featured,
	.post-card--archive-aside,
	.post-card--archive-compact,
	.post-card--archive-icon {
		grid-column: 1 / -1;
	}

	.archive-featured-media,
	.archive-compact-media,
	.archive-compact-media--landscape {
		aspect-ratio: 4 / 5;
	}

	.newsletter-form-wrap form {
		flex-direction: column;
	}

	.newsletter-form-wrap input[type='email'],
	.newsletter-form-wrap input[type='text'],
	.newsletter-form-wrap button,
	.newsletter-form-wrap input[type='submit'] {
		width: 100%;
	}

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

	.footer-inner {
		width: min(80rem, calc(100% - 2rem));
	}

	.single-author-divider {
		display: none;
	}

	.single-author-box {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.single-author-box-links {
		justify-content: center;
	}

	.single-related-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.single-related-grid {
		grid-template-columns: 1fr;
	}

	.single-comments-wrap .children {
		margin-left: 1.6rem;
	}

	.single-comments-wrap .comment-form .comment-form-author,
	.single-comments-wrap .comment-form .comment-form-email {
		display: block;
		width: 100%;
		margin-right: 0;
	}

}

@media (max-width: 540px) {
	.ppy-container {
		width: min(var(--ppy-max), calc(100% - 1.6rem));
	}

	.header-actions {
		margin-left: auto;
	}

	.site-header .site-title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.hero-title,
	.section-title,
	.page-header-shell .page-title,
	.entry-title {
		line-height: 1.15;
	}

	.page-header--archive .page-title {
		line-height: 1.04;
	}

	.single-main {
		padding-top: 6rem;
	}

	.not-found-main {
		padding-block: 2.1rem 1.6rem;
	}

	.not-found-title {
		line-height: 1.02;
	}

	.not-found-floating-note {
		position: static;
		max-width: none;
		margin-top: 0.9rem;
	}

	.single-content-wrap,
	.single-hero-media-section,
	.single-hero-header {
		padding-left: 0;
		padding-right: 0;
	}

	.single-hero-header.ppy-container,
	.single-hero-media-section.ppy-container,
	.single-related-section .ppy-container {
		width: min(var(--ppy-max), calc(100% - 1.6rem));
	}

	.single-comments-wrap .comment-respond {
		padding: 1.25rem;
	}

}
