body.blog,
body.archive,
body.single-post {
	--nm-blog-ink: #111111;
	--nm-blog-blue: #e6a53c;
	--nm-blog-muted: #666666;
	--nm-blog-line: rgba(110, 80, 62, .16);
	--nm-blog-soft: #fff7e8;
	background: #fff;
	overflow-x: hidden;
}

/* Search pages do not receive WordPress' blog/archive body classes. */
.nm-child-blog-search-results {
	--nm-blog-ink: #111111;
	--nm-blog-blue: #e6a53c;
	--nm-blog-muted: #666666;
	--nm-blog-line: rgba(110, 80, 62, .16);
	--nm-blog-soft: #fff7e8;
	color: var(--nm-blog-ink);
}

/* Single blog post
--------------------------------------------------------------- */

.nm-child-single-post {
	padding: clamp(46px, 6vw, 88px) 0 clamp(80px, 9vw, 130px);
	color: var(--nm-blog-ink);
}

.nm-child-single-hero {
	width: min(1040px, calc(100% - 48px));
	margin: 0 auto clamp(38px, 5vw, 68px);
	text-align: center;
}

.nm-child-single-hero h1 {
	margin: 0;
	color: var(--nm-blog-ink);
	font-size: clamp(44px, 5.4vw, 78px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.055em;
}

.nm-child-single-lead {
	max-width: 780px;
	margin: 27px auto 0;
	color: var(--nm-blog-muted);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.65;
}

.nm-child-single-byline {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 29px;
	text-align: left;
}

.nm-child-single-byline img {
	width: 46px;
	height: 46px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--nm-blog-line);
}

.nm-child-single-byline div { display: grid; gap: 3px; }
.nm-child-single-byline strong { color: var(--nm-blog-ink); font-size: 13px; }
.nm-child-single-byline span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--nm-blog-muted);
	font-size: 11px;
}
.nm-child-single-byline i { font-style: normal; }

.nm-child-single-featured {
	width: min(1340px, calc(100% - 48px));
	margin: 0 auto clamp(52px, 7vw, 92px);
	overflow: hidden;
	border-radius: 30px;
	background: var(--nm-blog-soft);
	box-shadow: 0 20px 55px rgba(110, 80, 62, .09);
}

.nm-child-single-featured img {
	display: block;
	width: 100%;
	height: clamp(390px, 48vw, 680px);
	object-fit: cover;
}

.nm-child-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: clamp(45px, 6vw, 82px);
	width: min(1340px, calc(100% - 48px));
	margin: 0 auto;
}

.nm-child-single-main { min-width: 0; }
.nm-child-single-content { max-width: 850px; }

.nm-child-single-content > :first-child { margin-top: 0; }
.nm-child-single-content > :last-child { margin-bottom: 0; }

.nm-child-single-content p,
.nm-child-single-content li {
	color: #222222;
	font-size: 18px;
	line-height: 1.85;
}

.nm-child-single-content p { margin-bottom: 27px; }
.nm-child-single-content :where(ul, ol) { margin: 0 0 32px 24px; }
.nm-child-single-content li { margin-bottom: 10px; padding-left: 5px; }
.nm-child-single-content li::marker { color: var(--nm-blog-blue); font-weight: 700; }

.nm-child-single-content :where(h2, h3, h4) {
	color: var(--nm-blog-ink);
	font-weight: 700;
	letter-spacing: -.035em;
}

.nm-child-single-content h2 {
	margin: 55px 0 20px;
	font-size: clamp(31px, 3vw, 44px);
	line-height: 1.12;
}

.nm-child-single-content h3 { margin: 40px 0 16px; font-size: 27px; line-height: 1.2; }

.nm-child-single-content :where(img, figure) { border-radius: 22px; }
.nm-child-single-content figure { margin: 42px 0; overflow: hidden; }
.nm-child-single-content figure img { display: block; width: 100%; }

.nm-child-single-content blockquote {
	margin: 45px 0;
	padding: 32px 36px;
	border: 0;
	border-left: 4px solid var(--nm-blog-blue);
	border-radius: 0 20px 20px 0;
	background: var(--nm-blog-soft);
}

.nm-child-single-content blockquote p {
	margin: 0;
	color: var(--nm-blog-ink);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.55;
}

.nm-child-single-content a {
	color: #111;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.nm-child-single-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	max-width: 850px;
	margin-top: 54px;
	padding: 22px 24px;
	border: 1px solid var(--nm-blog-line);
	border-radius: 20px;
	background: var(--nm-blog-soft);
}

.nm-child-single-taxonomy,
.nm-child-single-share { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }

.nm-child-single-taxonomy .post-categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nm-child-single-taxonomy .post-categories li { margin: 0; }

.nm-child-single-taxonomy > span,
.nm-child-single-share > span {
	margin-right: 7px;
	color: #111;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nm-child-single-taxonomy .post-categories a,
.nm-child-single-tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--nm-blog-blue);
	color: #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.nm-child-single-taxonomy .post-categories a:hover,
.nm-child-single-tags a:hover {
	border-color: #6e503e;
	color: #fff;
	background: #6e503e;
	transform: translateY(-2px);
}

.nm-child-single-tags { display: contents; }

.nm-child-single-share a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #111;
	background: var(--nm-blog-blue);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.nm-child-single-share a:hover { border-color: #6e503e; background: #6e503e; color: #fff; transform: translateY(-2px); }

.nm-child-single-pagination {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 850px;
	margin-top: 24px;
}

.nm-child-single-pagination__item {
	position: relative;
	min-height: 118px;
	padding: 25px 28px;
	border: 1px solid var(--nm-blog-line);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nm-child-single-pagination__item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--nm-blog-blue);
	content: '';
}

.nm-child-single-pagination__item:has(a):hover {
	border-color: rgba(230, 165, 60, .62);
	box-shadow: 0 14px 34px rgba(17, 17, 17, .08);
	transform: translateY(-3px);
}

.nm-child-single-pagination__item:not(:has(a)) { display: none; }
.nm-child-single-pagination:has(.is-next:not(:has(a))) { grid-template-columns: minmax(0, 1fr); }

.nm-child-single-pagination__item.is-next { text-align: right; }
.nm-child-single-pagination__item > span {
	display: block;
	margin-bottom: 12px;
	color: #666;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nm-child-single-pagination__item a {
	display: block;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.nm-child-single-pagination__item a:hover { color: #6e503e; }

.nm-child-single-sidebar .nm-sidebar { width: 100%; }

.nm-child-single-comments {
	max-width: 850px;
	margin-top: 46px;
	padding: 38px;
	border: 1px solid var(--nm-blog-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(17, 17, 17, .055);
}

.nm-child-single-comments .nm-comments { padding: 0; background: transparent; }
.nm-child-single-comments .nm-row,
.nm-child-single-comments .nm-post-col { width: 100%; max-width: none; padding: 0; }
.nm-child-single-comments .nm-comments-inner { padding: 0; }
.nm-child-single-comments .comment-reply-title { margin-bottom: 24px; color: #111; font-size: 32px; font-weight: 700; letter-spacing: -.03em; }
.nm-child-single-comments :where(input[type='text'], input[type='email'], textarea) {
	border: 1px solid var(--nm-blog-line);
	border-radius: 14px;
	background: var(--nm-blog-soft);
}
.nm-child-single-comments input.submit {
	min-height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	color: #111;
	background: var(--nm-blog-blue);
	font-weight: 700;
	transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.nm-child-single-comments input.submit:hover,
.nm-child-single-comments input.submit:focus-visible {
	color: #fff;
	background: #6e503e;
	transform: translateY(-2px);
}

.nm-child-blog-index {
	padding: 0 0 clamp(70px, 8vw, 110px);
}

.nm-child-blog-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr);
	column-gap: clamp(44px, 6vw, 96px);
	align-items: end;
	width: min(1340px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(38px, 4vw, 62px) 0 clamp(32px, 3vw, 46px);
	border-bottom: 1px solid var(--nm-blog-line);
}

.nm-child-blog-hero__eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 17px;
	color: #6e503e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.nm-child-blog-hero h1 {
	grid-column: 1;
	max-width: 900px;
	margin: 0;
	color: var(--nm-blog-ink);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.05em;
}

.nm-child-blog-hero > p:last-child,
.nm-child-blog-hero__description {
	grid-column: 2;
	max-width: 420px;
	margin: 0 0 6px;
	color: var(--nm-blog-muted);
	font-size: clamp(14px, 1.05vw, 16px);
	line-height: 1.65;
}

.nm-child-blog-hero__description > :last-child { margin-bottom: 0; }

.nm-site-preloader-active .nm-child-blog-hero__eyebrow,
.nm-site-preloader-active .nm-child-blog-hero h1,
.nm-site-preloader-active .nm-child-blog-hero__description {
	opacity: 0;
	transform: translateY(12px);
}

.nm-site-content-ready .nm-child-blog-hero__eyebrow {
	animation: nm-blog-hero-reveal .48s ease-out both;
}

.nm-site-content-ready .nm-child-blog-hero h1 {
	animation: nm-blog-hero-reveal .62s .08s cubic-bezier(.22, 1, .36, 1) both;
}

.nm-site-content-ready .nm-child-blog-hero__description {
	animation: nm-blog-hero-reveal .56s .17s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes nm-blog-hero-reveal {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nm-child-blog-hero__eyebrow,
	.nm-child-blog-hero h1,
	.nm-child-blog-hero__description {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

.nm-child-blog-index .nm-blog-categories {
	width: min(1340px, calc(100% - 48px));
	margin: 0 auto;
}

.nm-child-blog-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	padding: 24px 0 26px;
	border-bottom: 1px solid var(--nm-blog-line);
}

.nm-child-blog-filter {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid var(--nm-blog-line);
	border-radius: 999px;
	color: var(--nm-blog-ink);
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.nm-child-blog-filter > span {
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	color: var(--nm-blog-muted);
	background: var(--nm-blog-soft);
	font-size: 9px;
}

.nm-child-blog-filter.is-active {
	border-color: var(--nm-blog-blue);
	color: #111;
	background: var(--nm-blog-blue);
}

.nm-child-blog-filter.is-active > span {
	color: var(--nm-blog-blue);
	background: #fff;
}

.nm-child-blog-filter:hover {
	border-color: var(--nm-blog-ink);
	color: #fff;
	background: var(--nm-blog-ink);
}

.nm-child-blog-filter:hover > span {
	color: var(--nm-blog-ink);
	background: #fff;
}

.nm-child-blog-index .nm-blog {
	width: min(1340px, calc(100% - 48px));
	margin: 42px auto 0;
}

.nm-child-blog-search-heading {
	margin: 0 0 24px;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--nm-blog-line);
	border-radius: 22px;
	background: linear-gradient(135deg, #fff7e8 0%, #fff 72%);
}

.nm-child-blog-search-heading > span {
	display: block;
	margin-bottom: 8px;
	color: #111;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nm-child-blog-search-heading h1 {
	margin: 0;
	color: var(--nm-blog-ink);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.15;
	word-break: break-word;
}

.nm-child-blog-search-heading p {
	margin: 10px 0 0;
	color: var(--nm-blog-muted);
	font-size: 14px;
}

.nm-child-blog-no-results {
	padding: clamp(32px, 5vw, 60px);
	border: 1px solid var(--nm-blog-line);
	border-radius: 22px;
	background: var(--nm-blog-soft);
	text-align: center;
}

.nm-child-blog-no-results h2 { margin: 0 0 10px; color: var(--nm-blog-ink); }
.nm-child-blog-no-results p { margin: 0; color: var(--nm-blog-muted); }

.nm-child-blog-index .nm-blog-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: clamp(30px, 4vw, 58px);
	margin: 0;
}

.nm-child-blog-index .nm-blog-row::before,
.nm-child-blog-index .nm-blog-row::after {
	display: none;
	content: none;
}

.nm-child-blog-index .nm-blog-content-col,
.nm-child-blog-index .nm-blog-sidebar-col {
	float: none;
	width: auto;
	min-width: 0;
	padding: 0;
}

#nm-blog-list.nm-child-blog-list { margin: 0; }

.nm-child-blog-card {
	display: grid;
	grid-template-columns: minmax(230px, 39%) minmax(0, 1fr);
	min-height: 260px;
	margin: 0 0 24px;
	border: 1px solid var(--nm-blog-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(110, 80, 62, .055);
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nm-child-blog-card:hover {
	border-color: rgba(110, 80, 62, .24);
	box-shadow: 0 18px 44px rgba(110, 80, 62, .1);
	transform: translateY(-3px);
}

.nm-child-blog-card__media {
	display: block;
	min-height: 260px;
	background: var(--nm-blog-soft);
	overflow: hidden;
}

.nm-child-blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	border-radius: 0;
	object-fit: cover;
	transition: transform .5s ease;
}

.nm-child-blog-card:hover .nm-child-blog-card__media img { transform: scale(1.035); }

.nm-child-blog-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 260px;
	color: rgba(110, 80, 62, .35);
	background: linear-gradient(135deg, #fff7e8, #f6e3bc);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nm-child-blog-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(24px, 3vw, 38px);
}

.nm-child-blog-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: var(--nm-blog-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.nm-child-blog-card__meta a { color: #111; }
.nm-child-blog-card__meta time::before { content: '•'; margin-right: 10px; }

.nm-child-blog-card h2 {
	margin: 0 0 13px;
	color: var(--nm-blog-ink);
	font-size: clamp(23px, 2.2vw, 31px);
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: -.025em;
}

.nm-child-blog-card h2 a { color: inherit; }

.nm-child-blog-card__body > p {
	display: -webkit-box;
	margin: 0;
	color: var(--nm-blog-muted);
	font-size: 14px;
	line-height: 1.65;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nm-child-blog-card__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 38px;
	margin-top: 20px;
	padding: 0 16px;
	border-radius: 999px;
	color: #111;
	background: var(--nm-blog-blue);
	font-size: 12px;
	font-weight: 700;
	transition: color .18s ease, background-color .18s ease;
}

.nm-child-blog-card__more:hover { color: #fff; background: #6e503e; }

.nm-child-blog-card__more span { font-size: 18px; transition: transform .18s ease; }
.nm-child-blog-card__more:hover span { transform: translateX(4px); }

#nm-blog-pagination.nm-child-blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	margin: 48px auto 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.nm-child-blog-pagination > .page-numbers {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(110, 80, 62, .16);
	border-radius: 50%;
	color: var(--nm-blog-ink);
	background: #fff;
	box-shadow: 0 7px 20px rgba(110, 80, 62, .07);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.nm-child-blog-pagination > a.page-numbers:hover,
.nm-child-blog-pagination > a.page-numbers:focus-visible {
	border-color: var(--nm-blog-blue);
	color: var(--nm-blog-ink);
	background: #fff7e8;
	box-shadow: 0 10px 24px rgba(110, 80, 62, .12);
	transform: translateY(-2px);
}

.nm-child-blog-pagination > .page-numbers.current {
	border-color: var(--nm-blog-blue);
	color: #111;
	background: var(--nm-blog-blue);
	box-shadow: 0 0 0 5px #fff7e8, 0 9px 20px rgba(110, 80, 62, .2);
}

.nm-child-blog-pagination > :where(.page-numbers.prev, .page-numbers.next) {
	color: var(--nm-blog-ink);
	background: #fff7e8;
	font-size: 17px;
}

.nm-blog.sidebar-right .nm-sidebar { padding: 0; }
.nm-child-blog-sidebar { position: sticky; top: 108px; }

.nm-child-blog-widget {
	margin-bottom: 18px;
	padding: 24px;
	border: 1px solid var(--nm-blog-line);
	border-radius: 20px;
	background: #fff;
}

.nm-child-blog-widget h2 {
	margin: 0 0 18px;
	color: var(--nm-blog-ink);
	font-size: 16px;
	font-weight: 700;
}

.nm-child-blog-search form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	height: 46px;
	border: 1px solid rgba(110, 80, 62, .2);
	border-radius: 12px;
	background: var(--nm-blog-soft);
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.nm-child-blog-search form:focus-within {
	border-color: var(--nm-blog-blue);
	box-shadow: 0 0 0 3px rgba(230, 165, 60, .2);
}

.nm-child-blog-search input {
	width: 100%;
	min-width: 0;
	padding: 0 13px;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
}

.nm-child-blog-search button {
	padding: 0;
	border: 0;
	color: #111;
	background: var(--nm-blog-blue);
	font-size: 18px;
	cursor: pointer;
	transition: background-color .18s ease;
}

.nm-child-blog-search button:hover { color: #fff; background: var(--nm-blog-ink); }

.nm-child-blog-category-list { margin: 0; }
.nm-child-blog-category-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid var(--nm-blog-line);
	color: var(--nm-blog-muted);
	font-size: 12px;
}
.nm-child-blog-category-list li:last-child { padding-bottom: 0; border: 0; }
.nm-child-blog-category-list a { color: var(--nm-blog-ink); font-size: 13px; font-weight: 600; }

.nm-child-blog-recent { display: grid; gap: 14px; }
.nm-child-blog-recent > a { display: grid; grid-template-columns: 60px 1fr; gap: 12px; align-items: center; }
.nm-child-blog-recent img,
.nm-child-blog-recent__placeholder {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background: var(--nm-blog-soft);
	object-fit: cover;
}
.nm-child-blog-recent strong {
	display: -webkit-box;
	color: var(--nm-blog-ink);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nm-child-blog-recent small { display: block; margin-top: 5px; color: var(--nm-blog-muted); font-size: 10px; }

.nm-child-blog-cta { color: #fff; background: var(--nm-blog-ink); }
.nm-child-blog-cta > span { color: #f2c980; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nm-child-blog-cta h2 { margin: 10px 0; color: #fff; font-size: 21px; line-height: 1.2; }
.nm-child-blog-cta p { margin: 0 0 18px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.6; }
.nm-child-blog-cta a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 16px; border-radius: 999px; color: #111; background: var(--nm-blog-blue); font-size: 11px; font-weight: 700; }
.nm-child-blog-cta a:hover { color: #fff; background: #6e503e; }

@media (max-width: 991px) {
	.nm-child-blog-hero {
		grid-template-columns: minmax(0, 1.45fr) minmax(240px, .75fr);
		column-gap: 32px;
	}
	.nm-child-blog-index .nm-blog-row { grid-template-columns: 1fr; }
	.nm-child-blog-sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
	.nm-child-blog-widget { margin: 0; }
	.nm-child-single-layout { grid-template-columns: 1fr; }
	.nm-child-single-content,
	.nm-child-single-footer,
	.nm-child-single-pagination,
	.nm-child-single-comments { max-width: none; }
	.nm-child-single-sidebar { padding-top: 25px; border-top: 1px solid var(--nm-blog-line); }
}

@media (max-width: 700px) {
	.nm-child-blog-hero,
	.nm-child-blog-index .nm-blog-categories,
	.nm-child-blog-index .nm-blog { width: calc(100% - 28px); }
	.nm-child-blog-hero {
		display: block;
		padding: 34px 0 31px;
	}
	.nm-child-blog-hero h1 { font-size: clamp(38px, 11vw, 52px); }
	.nm-child-blog-hero > p:last-child,
	.nm-child-blog-hero__description {
		max-width: 620px;
		margin: 17px 0 0;
		font-size: 15px;
	}
	.nm-child-single-post { padding-top: 36px; }
	.nm-child-single-hero,
	.nm-child-single-featured,
	.nm-child-single-layout { width: calc(100% - 28px); }
	.nm-child-single-hero { margin-bottom: 34px; }
	.nm-child-single-hero h1 { font-size: clamp(37px, 11vw, 53px); }
	.nm-child-single-lead { margin-top: 20px; font-size: 16px; }
	.nm-child-single-featured { margin-bottom: 44px; border-radius: 20px; }
	.nm-child-single-featured img { height: min(78vw, 430px); }
	.nm-child-single-content p,
	.nm-child-single-content li { font-size: 16px; line-height: 1.78; }
	.nm-child-single-content h2 { margin-top: 43px; }
	.nm-child-single-content blockquote { padding: 25px 23px; }
	.nm-child-single-content blockquote p { font-size: 19px; }
	.nm-child-single-footer { align-items: flex-start; flex-direction: column; }
	.nm-child-single-footer { padding: 20px; }
	.nm-child-single-pagination { grid-template-columns: 1fr; }
	.nm-child-single-pagination__item.is-next { text-align: left; }
	.nm-child-single-comments { padding: 26px 20px; }
	.nm-child-blog-filters {
		flex-wrap: nowrap;
		margin-right: -14px;
		padding-right: 14px;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.nm-child-blog-filters::-webkit-scrollbar { display: none; }
	.nm-child-blog-index .nm-blog { margin-top: 28px; }
	.nm-child-blog-card { grid-template-columns: 1fr; }
	.nm-child-blog-card__media,
	.nm-child-blog-card__media img,
	.nm-child-blog-card__placeholder { min-height: 220px; height: 220px; }
	.nm-child-blog-sidebar { grid-template-columns: 1fr; }
	#nm-blog-pagination.nm-child-blog-pagination { gap: 8px; padding: 0; }
	.nm-child-blog-pagination > .page-numbers { flex-basis: 36px; width: 36px; min-width: 36px; height: 36px; font-size: 11px; }
}
