

/* V1.1.2 first-paint safeguards */
.eamf-blog-archive img,
.eamf-single-post img{
	max-width:100%;
}

.eamf-card-media img,
.eamf-single-featured img,
.eamf-related-media img{
	display:block;
}
/* =========================================================
   Mental Fitness Blog UI — Blocksy Child
   ========================================================= */

:root {
	--eamf-forest: #303923;
	--eamf-forest-2: #435132;
	--eamf-leaf: #708f35;
	--eamf-accent: #a9c73a;
	--eamf-cream: #f5ead7;
	--eamf-cream-2: #fbf4e8;
	--eamf-ink: #22301f;
	--eamf-muted: #6e7569;
	--eamf-white: #fffdf8;
	--eamf-line: rgba(48,57,35,.12);
	--eamf-soft-line: rgba(48,57,35,.08);
	--eamf-shadow: 0 28px 72px rgba(48,57,35,.10);
	--eamf-shadow-soft: 0 18px 46px rgba(48,57,35,.075);
	--eamf-ease: cubic-bezier(.22,.75,.18,1);
}

.eamf-blog-ui {
	background: var(--eamf-cream-2);
	color: var(--eamf-ink);
}

.eamf-blog-ui #main,
.eamf-blog-ui [data-content="normal"] {
	background: transparent;
}

.eamf-blog-ui .site-main {
	overflow: visible;
}

.eamf-blog-archive,
.eamf-single-post {
	font-family: "Noto Sans Arabic", sans-serif;
	direction: rtl;
	background:
		radial-gradient(circle at 7% 12%, rgba(169,199,58,.075), transparent 22%),
		radial-gradient(circle at 94% 36%, rgba(112,143,53,.055), transparent 24%),
		var(--eamf-cream-2);
	color: var(--eamf-ink);
	min-height: 100vh;
}

.eamf-blog-archive *,
.eamf-single-post * {
	box-sizing: border-box;
}

.eamf-blog-archive a,
.eamf-single-post a {
	text-decoration: none;
}

.eamf-container {
	width: min(1180px, calc(100% - 36px));
	margin-inline: auto;
}

.eamf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 13px;
	border: 1px solid var(--eamf-line);
	border-radius: 999px;
	background: rgba(255,253,248,.72);
	color: var(--eamf-forest-2);
	font-family: "Alexandria", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.eamf-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--eamf-accent);
	box-shadow: 0 0 0 5px rgba(169,199,58,.13);
}

.eamf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 15px;
	font-family: "Alexandria", sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: transform .3s var(--eamf-ease), background .3s var(--eamf-ease), color .3s var(--eamf-ease), box-shadow .3s var(--eamf-ease);
}

.eamf-btn:hover {
	transform: translateY(-3px);
}

.eamf-btn-primary {
	background: var(--eamf-forest);
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(48,57,35,.18);
}

.eamf-btn-primary:hover {
	background: #222c19;
	color: #fff !important;
}

.eamf-btn-cream {
	background: var(--eamf-cta-button-bg, var(--eamf-cream));
	color: var(--eamf-cta-button-text, var(--eamf-forest)) !important;
}

.eamf-btn-cream:hover,
.eamf-btn-cream:focus-visible {
	background: var(--eamf-cta-button-hover-bg, var(--eamf-accent));
	color: var(--eamf-cta-button-hover-text, var(--eamf-forest)) !important;
}

/* Archive hero */
.eamf-archive-hero {
	padding: 150px 0 84px;
	position: relative;
	overflow: hidden;
}

.eamf-archive-hero::after {
	content: "";
	position: absolute;
	inset: auto 8% 0 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(48,57,35,.10), transparent);
}

.eamf-archive-hero-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 66px;
	align-items: center;
}

.eamf-archive-copy h1 {
	margin: 18px 0 23px;
	max-width: 760px;
	color: var(--eamf-ink);
	font-family: "Alexandria", sans-serif;
	font-size: clamp(42px, 5.5vw, 72px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.04em;
}

.eamf-archive-intro {
	max-width: 690px;
}

.eamf-archive-intro p {
	margin: 0;
	color: var(--eamf-muted);
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 2;
}

.eamf-archive-orbit {
	min-height: 390px;
	position: relative;
	display: grid;
	place-items: center;
	isolation: isolate;
}

.eamf-orbit-circle {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(112,143,53,.19);
}

.eamf-orbit-a {
	width: 320px;
	height: 320px;
	animation: eamfOrbit 26s linear infinite;
}

.eamf-orbit-b {
	width: 245px;
	height: 245px;
	border-style: dashed;
	animation: eamfOrbitReverse 19s linear infinite;
}

.eamf-orbit-center {
	width: 172px;
	height: 172px;
	display: grid;
	place-content: center;
	text-align: center;
	border-radius: 50%;
	background:
		linear-gradient(145deg, rgba(255,255,255,.82), rgba(229,237,210,.72));
	border: 1px solid rgba(255,255,255,.80);
	box-shadow: 0 28px 60px rgba(48,57,35,.12);
	backdrop-filter: blur(14px);
}

.eamf-orbit-center span {
	color: var(--eamf-muted);
	font-size: 13px;
}

.eamf-orbit-center strong {
	margin-top: 2px;
	color: var(--eamf-forest);
	font-family: "Alexandria", sans-serif;
	font-size: 26px;
}

.eamf-orbit-chip {
	position: absolute;
	display: grid;
	place-items: center;
	min-width: 72px;
	height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,253,248,.82);
	border: 1px solid rgba(255,255,255,.86);
	box-shadow: 0 12px 30px rgba(48,57,35,.08);
	color: var(--eamf-forest-2);
	font-family: "Alexandria", sans-serif;
	font-size: 12px;
	backdrop-filter: blur(12px);
}

.eamf-chip-one { top: 48px; right: 42px; }
.eamf-chip-two { left: 16px; top: 172px; }
.eamf-chip-three { right: 18px; bottom: 44px; }

@keyframes eamfOrbit { to { transform: rotate(360deg); } }
@keyframes eamfOrbitReverse { to { transform: rotate(-360deg); } }

/* Filter */
.eamf-filter-section {
	padding: 18px 0 34px;
	position: relative;
	z-index: 3;
}

.eamf-filter-panel {
	display: grid;
	grid-template-columns: minmax(280px, 1.55fr) minmax(170px,.72fr) minmax(160px,.65fr) auto;
	gap: 12px;
	align-items: end;
	padding: 18px;
	border-radius: 28px;
	background: rgba(255,255,255,.58);
	border: 1px solid rgba(255,255,255,.82);
	box-shadow: var(--eamf-shadow-soft);
	backdrop-filter: blur(18px) saturate(120%);
	-webkit-backdrop-filter: blur(18px) saturate(120%);
}

.eamf-search-field label,
.eamf-filter-field label {
	display: block;
	margin: 0 4px 8px;
	color: var(--eamf-forest-2);
	font-family: "Alexandria", sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.eamf-input-wrap {
	position: relative;
}

.eamf-input-wrap svg {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	fill: none;
	stroke: var(--eamf-leaf);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.eamf-filter-panel input,
.eamf-filter-panel select {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid rgba(48,57,35,.09);
	border-radius: 15px;
	outline: none;
	background: rgba(255,253,248,.85);
	color: var(--eamf-ink);
	font-family: "Noto Sans Arabic", sans-serif;
	font-size: 14px;
	box-shadow: none;
	transition: border-color .25s, box-shadow .25s, background .25s;
}

.eamf-filter-panel input {
	padding-right: 45px;
}

.eamf-filter-panel input:focus,
.eamf-filter-panel select:focus {
	border-color: rgba(169,199,58,.65);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(169,199,58,.09);
}

.eamf-filter-submit {
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 20px;
	border: 0;
	border-radius: 15px;
	background: var(--eamf-forest);
	color: #fff;
	font-family: "Alexandria", sans-serif;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(48,57,35,.16);
	transition: transform .25s, background .25s;
}

.eamf-filter-submit:hover {
	transform: translateY(-2px);
	background: #222c19;
}

.eamf-filter-submit svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--eamf-accent);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.eamf-topic-chips {
	display: flex;
	gap: 9px;
	margin-top: 16px;
	padding: 3px 2px 5px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.eamf-topic-chips a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(255,253,248,.67);
	border: 1px solid var(--eamf-line);
	color: var(--eamf-muted);
	font-size: 13px;
	transition: background .25s, color .25s, border-color .25s;
}

.eamf-topic-chips a span {
	display: grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	border-radius: 999px;
	background: rgba(112,143,53,.08);
	font-size: 10px;
}

.eamf-topic-chips a:hover,
.eamf-topic-chips a.is-active {
	background: var(--eamf-forest);
	border-color: var(--eamf-forest);
	color: #fff !important;
}

.eamf-topic-chips a:hover span,
.eamf-topic-chips a.is-active span {
	background: rgba(255,255,255,.10);
	color: var(--eamf-accent);
}

/* Archive cards */
.eamf-posts-section {
	padding: 56px 0 112px;
}

.eamf-results-head,
.eamf-related-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.eamf-results-head h2,
.eamf-related-head h2 {
	margin: 13px 0 0;
	color: var(--eamf-ink);
	font-family: "Alexandria", sans-serif;
	font-size: clamp(28px, 3.3vw, 44px);
	line-height: 1.25;
	letter-spacing: -.025em;
}

.eamf-results-head > p {
	margin: 0 0 4px;
	color: var(--eamf-muted);
	font-size: 13px;
}

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

.eamf-post-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--eamf-line);
	border-radius: 29px;
	background: rgba(255,253,248,.78);
	box-shadow: 0 10px 28px rgba(48,57,35,.035);
	transition: transform .42s var(--eamf-ease), box-shadow .42s var(--eamf-ease), border-color .42s var(--eamf-ease);
}

.eamf-post-card:hover {
	transform: translateY(-8px);
	border-color: rgba(112,143,53,.17);
	box-shadow: var(--eamf-shadow);
}

.eamf-post-card.is-featured {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 1.12fr .88fr;
}

.eamf-card-media {
	position: relative;
	display: block;
	min-height: 245px;
	overflow: hidden;
	background: linear-gradient(145deg,#e8dec9,#dde6c4);
}

.eamf-post-card.is-featured .eamf-card-media {
	min-height: 410px;
}

.eamf-card-media img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	transition: transform .8s var(--eamf-ease);
}

.eamf-post-card:hover .eamf-card-media img {
	transform: scale(1.045);
}

.eamf-card-placeholder {
	width: 100%;
	height: 100%;
	min-height: inherit;
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 20% 25%, rgba(169,199,58,.22), transparent 22%),
		radial-gradient(circle at 77% 67%, rgba(112,143,53,.16), transparent 25%),
		linear-gradient(145deg,#eee1c9,#e3ebd0);
}

.eamf-card-placeholder span {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	border: 19px solid rgba(112,143,53,.10);
}

.eamf-card-category {
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 2;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255,253,248,.88);
	color: var(--eamf-forest);
	font-family: "Alexandria", sans-serif;
	font-size: 10px;
	font-weight: 600;
	backdrop-filter: blur(12px);
}

.eamf-card-body {
	display: flex;
	flex-direction: column;
	padding: 23px 23px 21px;
}

.eamf-post-card.is-featured .eamf-card-body {
	justify-content: center;
	padding: 34px;
}

.eamf-card-meta {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #8a9185;
	font-size: 11px;
}

.eamf-card-body h3 {
	margin: 11px 0 10px;
	color: var(--eamf-forest);
	font-family: "Alexandria", sans-serif;
	font-size: 20px;
	line-height: 1.55;
}

.eamf-post-card.is-featured h3 {
	font-size: clamp(24px,2.3vw,34px);
}

.eamf-card-body h3 a {
	color: inherit !important;
}

.eamf-card-body h3 a:hover {
	color: var(--eamf-leaf) !important;
}

.eamf-card-excerpt {
	color: var(--eamf-muted);
	font-size: 14px;
	line-height: 1.9;
}

.eamf-card-read {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 22px;
	color: var(--eamf-forest) !important;
	font-family: "Alexandria", sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.eamf-card-arrow {
	width: 37px;
	height: 37px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--eamf-forest);
	color: #fff;
	transition: transform .3s, color .3s, background .3s;
}

.eamf-card-arrow svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: rotate(180deg);
}

.eamf-card-read:hover {
	color: var(--eamf-accent) !important;
}

.eamf-card-read:hover .eamf-card-arrow {
	color: var(--eamf-accent);
	transform: translateX(-4px);
}

/* Pagination */
.eamf-pagination {
	margin-top: 48px;
}

.eamf-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eamf-pagination a,
.eamf-pagination span.page-numbers {
	min-width: 41px;
	height: 41px;
	display: grid;
	place-items: center;
	padding: 0 10px;
	border-radius: 13px;
	border: 1px solid var(--eamf-line);
	background: rgba(255,253,248,.72);
	color: var(--eamf-forest) !important;
	font-size: 13px;
}

.eamf-pagination .current,
.eamf-pagination a:hover {
	background: var(--eamf-forest) !important;
	color: #fff !important;
	border-color: var(--eamf-forest) !important;
}

.eamf-empty-state {
	max-width: 620px;
	margin: 50px auto 0;
	padding: 50px 30px;
	border-radius: 32px;
	text-align: center;
	background: rgba(255,253,248,.70);
	border: 1px solid var(--eamf-line);
	box-shadow: var(--eamf-shadow-soft);
}

.eamf-empty-icon {
	width: 68px;
	height: 68px;
	display: grid;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 22px;
	background: #e8eed8;
	color: var(--eamf-forest);
}

.eamf-empty-icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.eamf-empty-state h2 {
	margin: 0 0 10px;
	font-family: "Alexandria",sans-serif;
	font-size: 25px;
	color: var(--eamf-forest);
}

.eamf-empty-state p {
	margin: 0 0 22px;
	color: var(--eamf-muted);
}

/* =========================================================
   Single article
   ========================================================= */
.eamf-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 999999;
	pointer-events: none;
}

.eamf-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg,var(--eamf-leaf),var(--eamf-accent));
	box-shadow: 0 0 16px rgba(169,199,58,.28);
}

.eamf-single-hero {
	padding: 132px 0 70px;
	overflow: hidden;
}

.eamf-single-hero-inner {
	max-width: 1040px;
}

.eamf-single-head {
	max-width: 860px;
	margin-inline: auto;
	text-align: center;
}

.eamf-breadcrumbs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 26px;
	color: #92988e;
	font-size: 11px;
}

.eamf-breadcrumbs a {
	color: #737d6e !important;
}

.eamf-breadcrumbs a:hover {
	color: var(--eamf-accent) !important;
}

.eamf-single-category {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e6edcf;
	color: var(--eamf-forest) !important;
	font-family: "Alexandria",sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.eamf-single-head h1 {
	max-width: 900px;
	margin: 17px auto 21px;
	color: var(--eamf-ink);
	font-family: "Alexandria",sans-serif;
	font-size: var(--eamf-single-title-desktop, 68px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.04em;
	text-wrap: balance;
}

.eamf-single-excerpt {
	max-width: 760px;
	margin: 0 auto;
	color: var(--eamf-muted);
	font-size: clamp(16px,1.45vw,19px);
	line-height: 2;
}

.eamf-single-meta {
	max-width: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 28px auto 0;
	padding-top: 20px;
	border-top: 1px solid var(--eamf-line);
}

.eamf-author-mini {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: right;
}

.eamf-author-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 4px rgba(169,199,58,.09);
}

.eamf-author-mini span {
	display: block;
	color: #92998e;
	font-size: 10px;
}

.eamf-author-mini strong {
	display: block;
	color: var(--eamf-forest);
	font-family: "Alexandria",sans-serif;
	font-size: 12px;
}

.eamf-meta-items {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #858d80;
	font-size: 12px;
}

.eamf-single-featured {
	position: relative;
	max-width: 980px;
	margin: 50px auto 0;
	padding: 0;
	aspect-ratio: 16/8.8;
	border-radius: 40px;
	overflow: visible;
	isolation: isolate;
}

.eamf-single-featured::before {
	content: "";
	position: absolute;
	inset: -18px 24px 18px -24px;
	z-index: -2;
	border-radius: 45% 55% 40px 40px;
	background: linear-gradient(145deg,#dce5bf,#efe1ca);
	transform: rotate(-1.2deg);
}

.eamf-single-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	box-shadow: 0 32px 75px rgba(48,57,35,.14);
}

.eamf-featured-orbit {
	position: absolute;
	width: 150px;
	height: 150px;
	left: -58px;
	top: -48px;
	z-index: -1;
	border: 1px dashed rgba(112,143,53,.24);
	border-radius: 50%;
}

.eamf-article-layout {
	max-width: 1110px;
	display: grid;
	grid-template-columns: 230px minmax(0,760px);
	justify-content: center;
	gap: 50px;
	padding-top: 54px;
	padding-bottom: 88px;
}

.eamf-article-side {
	position: relative;
}

.eamf-side-card {
	padding: 18px;
	border: 1px solid var(--eamf-line);
	border-radius: 21px;
	background: rgba(255,253,248,.66);
	box-shadow: 0 12px 32px rgba(48,57,35,.04);
	backdrop-filter: blur(12px);
}

.eamf-side-card + .eamf-side-card {
	margin-top: 12px;
}

.eamf-toc-card {
	position: sticky;
	top: 110px;
}

.eamf-side-label {
	display: block;
	margin-bottom: 12px;
	color: #8e9689;
	font-family: "Alexandria",sans-serif;
	font-size: 10px;
	font-weight: 600;
}

.eamf-toc {
	display: grid;
	gap: 3px;
}

.eamf-toc a {
	display: block;
	padding: 8px 9px;
	border-right: 2px solid transparent;
	color: #71796d !important;
	font-size: 12px;
	line-height: 1.65;
	transition: color .25s,border-color .25s,background .25s;
}

.eamf-toc a.is-h3 {
	padding-right: 18px;
	font-size: 11px;
}

.eamf-toc a:hover,
.eamf-toc a.is-active {
	border-color: var(--eamf-accent);
	background: rgba(169,199,58,.06);
	color: var(--eamf-forest) !important;
}

.eamf-share-actions {
	display: grid;
	gap: 6px;
}

.eamf-share-actions a,
.eamf-share-actions button {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 10px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: var(--eamf-muted) !important;
	font-family: "Noto Sans Arabic",sans-serif;
	font-size: 11px;
	text-align: right;
	cursor: pointer;
	transition: background .25s,color .25s;
}

.eamf-share-actions a:hover,
.eamf-share-actions button:hover {
	background: rgba(169,199,58,.07);
	color: var(--eamf-forest) !important;
}

.eamf-share-actions svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.eamf-entry-content {
	color: #394137;
	font-size: 17px;
	line-height: 2.15;
}

.eamf-entry-content > *:first-child {
	margin-top: 0;
}

.eamf-entry-content p,
.eamf-entry-content li {
	color: #465045;
}

.eamf-entry-content p {
	margin: 0 0 1.45em;
}

.eamf-entry-content h2,
.eamf-entry-content h3,
.eamf-entry-content h4 {
	scroll-margin-top: 120px;
	color: var(--eamf-ink);
	font-family: "Alexandria",sans-serif;
}

.eamf-entry-content h2 {
	margin: 2.1em 0 .65em;
	font-size: clamp(27px,3.1vw,38px);
	line-height: 1.45;
	letter-spacing: -.025em;
}

.eamf-entry-content h3 {
	margin: 1.8em 0 .55em;
	font-size: clamp(21px,2.2vw,28px);
	line-height: 1.5;
}

.eamf-entry-content h4 {
	font-size: 20px;
}

.eamf-entry-content a {
	color: var(--eamf-leaf) !important;
	text-decoration: underline;
	text-decoration-color: rgba(112,143,53,.28);
	text-underline-offset: 4px;
}

.eamf-entry-content a:hover {
	color: var(--eamf-accent) !important;
}

.eamf-entry-content ul,
.eamf-entry-content ol {
	margin: 0 0 1.6em;
	padding-right: 1.35em;
}

.eamf-entry-content li {
	margin-bottom: .45em;
}

.eamf-entry-content blockquote {
	margin: 2em 0;
	padding: 24px 25px 24px 30px;
	border: 0;
	border-right: 4px solid var(--eamf-accent);
	border-radius: 0 20px 20px 0;
	background: linear-gradient(90deg,rgba(169,199,58,.09),rgba(255,253,248,.45));
	color: var(--eamf-forest);
	font-size: 18px;
	line-height: 2;
}

.eamf-entry-content img {
	border-radius: 23px;
}

.eamf-entry-content table {
	width: 100%;
	margin: 1.7em 0;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--eamf-line);
	border-radius: 18px;
	background: var(--eamf-white);
}

.eamf-entry-content th,
.eamf-entry-content td {
	padding: 13px 15px;
	border-bottom: 1px solid var(--eamf-line);
	text-align: right;
}

.eamf-entry-content th {
	background: #e9eedb;
	color: var(--eamf-forest);
	font-family: "Alexandria",sans-serif;
	font-size: 13px;
}

.eamf-post-tags {
	display: grid;
	gap: 12px;
	margin-top: 42px;
	padding-top: 28px;
	border-top: 1px solid var(--eamf-line);
}

.eamf-post-tags > span {
	color: #8d9588;
	font-family: "Alexandria",sans-serif;
	font-size: 10px;
}

.eamf-post-tags > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.eamf-post-tags a {
	padding: 7px 11px;
	border-radius: 999px;
	border: 1px solid var(--eamf-line);
	background: rgba(255,253,248,.60);
	color: var(--eamf-muted) !important;
	font-size: 11px;
}

.eamf-post-tags a:hover {
	color: var(--eamf-accent) !important;
	border-color: rgba(169,199,58,.35);
}

.eamf-article-cta {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 25px;
	margin-top: 52px;
	padding: 34px;
	overflow: hidden;
	border-radius: 31px;
	background: var(--eamf-forest);
	color: #fff;
}

.eamf-article-cta .eamf-eyebrow {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.12);
	color: #fff;
}

.eamf-article-cta h2 {
	margin: 13px 0 9px;
	color: #fff;
	font-family: "Alexandria",sans-serif;
	font-size: clamp(25px,3vw,36px);
	line-height: 1.4;
}

.eamf-article-cta p {
	max-width: 590px;
	margin: 0;
	color: #ccd5c7;
	font-size: 14px;
	line-height: 1.9;
}

.eamf-cta-orbit {
	position: absolute;
	width: 240px;
	height: 240px;
	left: -95px;
	top: -120px;
	border-radius: 50%;
	border: 42px solid rgba(169,199,58,.08);
}

.eamf-author-box {
	display: grid;
	grid-template-columns: 86px 1fr;
	gap: 20px;
	align-items: center;
	margin-top: 18px;
	padding: 24px;
	border: 1px solid var(--eamf-line);
	border-radius: 26px;
	background: rgba(255,253,248,.66);
}

.eamf-author-box-avatar {
	width: 86px;
	height: 86px;
	border-radius: 24px;
	object-fit: cover;
}

.eamf-author-box .eamf-side-label {
	margin-bottom: 4px;
}

.eamf-author-box h2 {
	margin: 0 0 6px;
	color: var(--eamf-forest);
	font-family: "Alexandria",sans-serif;
	font-size: 20px;
}

.eamf-author-box p {
	margin: 0;
	color: var(--eamf-muted);
	font-size: 13px;
	line-height: 1.85;
}

/* Related */
.eamf-related-section {
	padding: 84px 0 100px;
	border-top: 1px solid var(--eamf-line);
	background: rgba(255,253,248,.34);
}

.eamf-related-head > a {
	color: var(--eamf-forest) !important;
	font-family: "Alexandria",sans-serif;
	font-size: 12px;
}

.eamf-related-head > a:hover {
	color: var(--eamf-accent) !important;
}

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

.eamf-related-card {
	overflow: hidden;
	border: 1px solid var(--eamf-line);
	border-radius: 25px;
	background: var(--eamf-white);
	transition: transform .35s var(--eamf-ease),box-shadow .35s var(--eamf-ease);
}

.eamf-related-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--eamf-shadow-soft);
}

.eamf-related-media {
	display: block;
	position: relative;
	height: 205px;
	overflow: hidden;
	background: #e4ead2;
}

.eamf-related-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s;
}

.eamf-related-card:hover img {
	transform: scale(1.04);
}

.eamf-related-body {
	padding: 19px;
}

.eamf-related-category {
	color: var(--eamf-leaf) !important;
	font-size: 10px;
	font-weight: 600;
}

.eamf-related-body h3 {
	margin: 8px 0 8px;
	color: var(--eamf-forest);
	font-family: "Alexandria",sans-serif;
	font-size: 17px;
	line-height: 1.55;
}

.eamf-related-body h3 a {
	color: inherit !important;
}

.eamf-related-body h3 a:hover {
	color: var(--eamf-accent) !important;
}

.eamf-related-body > span {
	color: #91978e;
	font-size: 10px;
}

.eamf-comments-wrap {
	max-width: 760px;
	padding: 70px 0;
}

/* Reveal */
[data-eamf-reveal] {
	opacity: 1;
	transform: none;
}

.js-eamf [data-eamf-reveal].eamf-reveal-pending {
	opacity: 0;
	transform: translateY(30px) scale(.985);
}

[data-eamf-reveal].eamf-visible {
	opacity: 1;
	transform: none;
	transition: opacity .76s var(--eamf-ease),transform .76s var(--eamf-ease);
}

/* Tablet */
@media (max-width: 1024px) {
	.eamf-single-head h1 {
		font-size: var(--eamf-single-title-tablet, 54px);
	}

	.eamf-archive-hero {
		padding-top: 120px;
	}

	.eamf-archive-hero-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.eamf-archive-copy {
		text-align: center;
	}

	.eamf-archive-intro {
		margin-inline: auto;
	}

	.eamf-archive-orbit {
		min-height: 320px;
		max-width: 520px;
		margin-inline: auto;
	}

	.eamf-filter-panel {
		grid-template-columns: 1fr 1fr;
	}

	.eamf-search-field {
		grid-column: 1/-1;
	}

	.eamf-filter-submit {
		width: 100%;
	}

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

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

	.eamf-article-layout {
		grid-template-columns: 1fr;
		max-width: 820px;
	}

	.eamf-article-side {
		order: 2;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.eamf-toc-card {
		position: relative;
		top: auto;
	}

	.eamf-side-card + .eamf-side-card {
		margin-top: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.eamf-container {
		width: calc(100% - 24px);
	}

	.eamf-archive-hero {
		padding: 104px 0 60px;
	}

	.eamf-archive-copy h1 {
		font-size: clamp(35px,10vw,48px);
	}

	.eamf-archive-orbit {
		min-height: 275px;
	}

	.eamf-orbit-a {
		width: 245px;
		height: 245px;
	}

	.eamf-orbit-b {
		width: 190px;
		height: 190px;
	}

	.eamf-orbit-center {
		width: 135px;
		height: 135px;
	}

	.eamf-orbit-center strong {
		font-size: 21px;
	}

	.eamf-orbit-chip {
		min-width: 60px;
		height: 34px;
		font-size: 10px;
	}

	.eamf-chip-one { right: 8px; top: 38px; }
	.eamf-chip-two { left: 0; top: 125px; }
	.eamf-chip-three { right: 6px; bottom: 35px; }

	.eamf-filter-panel {
		grid-template-columns: 1fr;
		padding: 14px;
		border-radius: 23px;
	}

	.eamf-search-field {
		grid-column: auto;
	}

	.eamf-posts-section {
		padding: 42px 0 80px;
	}

	.eamf-results-head,
	.eamf-related-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

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

	.eamf-post-card.is-featured {
		display: block;
		grid-column: auto;
	}

	.eamf-card-media,
	.eamf-post-card.is-featured .eamf-card-media {
		min-height: 245px;
		height: 245px;
	}

	.eamf-post-card.is-featured .eamf-card-body {
		padding: 23px;
	}

	.eamf-post-card.is-featured h3 {
		font-size: 21px;
	}

	.eamf-single-hero {
		padding: 106px 0 50px;
	}

	.eamf-single-head h1 {
		font-size: var(--eamf-single-title-mobile, 44px);
		line-height: 1.25;
	}

	.eamf-single-meta {
		flex-direction: column;
		gap: 12px;
	}

	.eamf-single-featured {
		margin-top: 36px;
		aspect-ratio: 4/3;
		border-radius: 28px;
	}

	.eamf-single-featured::before {
		inset: -10px 12px 10px -12px;
	}

	.eamf-featured-orbit {
		display: none;
	}

	.eamf-article-layout {
		width: min(100% - 24px,760px);
		padding-top: 34px;
		padding-bottom: 64px;
		gap: 34px;
	}

	.eamf-entry-content {
		font-size: 16px;
		line-height: 2.05;
	}

	.eamf-entry-content h2 {
		font-size: 27px;
	}

	.eamf-entry-content h3 {
		font-size: 22px;
	}

	.eamf-entry-content table {
		display: block;
		overflow-x: auto;
	}

	.eamf-article-cta {
		grid-template-columns: 1fr;
		padding: 27px 22px;
	}

	.eamf-article-cta .eamf-btn {
		width: 100%;
	}

	.eamf-author-box {
		grid-template-columns: 62px 1fr;
		padding: 19px;
	}

	.eamf-author-box-avatar {
		width: 62px;
		height: 62px;
		border-radius: 18px;
	}

	.eamf-article-side {
		grid-template-columns: 1fr;
	}

	.eamf-related-section {
		padding: 64px 0 76px;
	}

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

	.eamf-related-media {
		height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eamf-blog-archive *,
	.eamf-single-post * {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}

	[data-eamf-reveal],
	.js-eamf [data-eamf-reveal].eamf-reveal-pending {
		opacity: 1 !important;
		transform: none !important;
	}
}
