:root {
	--elemental-primary: #7a1f13;
	--elemental-secondary: #1d1a16;
	--elemental-accent: #b78b32;
	--elemental-text: #1d1a16;
	--elemental-bg: #fbfaf6;
	--elemental-link: #7a1f13;
	--elemental-link-hover: #4f120b;
	--elemental-border: #ded8cb;
	--elemental-muted: #6f685f;
	--elemental-radius: 2px;
	--elemental-container: 1180px;
	--elemental-font: Georgia, "Times New Roman", serif;
	--elemental-ui-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(90deg, rgb(29 26 22 / 3%) 1px, transparent 1px),
		var(--elemental-bg);
	background-size: 72px 72px;
	color: var(--elemental-text);
	font-family: var(--elemental-font);
	font-size: 17px;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

a {
	color: var(--elemental-link);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--elemental-link-hover);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid var(--elemental-primary);
	outline-offset: 3px;
}

img,
picture,
svg,
video {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0 0 1.5rem;
}

figcaption,
.wp-caption-text {
	color: var(--elemental-muted);
	font-size: 0.92rem;
	margin-top: 0.5rem;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
.button,
.search-submit,
input[type="submit"] {
	background: var(--elemental-primary);
	border: 1px solid var(--elemental-primary);
	border-radius: var(--elemental-radius);
	color: #fff;
	cursor: pointer;
	padding: 0.72rem 1rem;
}

input,
select,
textarea {
	border: 1px solid var(--elemental-border);
	border-radius: var(--elemental-radius);
	color: var(--elemental-text);
	max-width: 100%;
	padding: 0.7rem 0.8rem;
}

textarea {
	width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.elemental-skip-link:focus {
	clip: auto !important;
	background: #fff;
	border: 2px solid var(--elemental-primary);
	color: var(--elemental-text);
	display: block;
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed !important;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.elemental-container {
	margin-inline: auto;
	max-width: var(--elemental-container);
	padding-inline: clamp(1rem, 3vw, 2rem);
	width: 100%;
}

/* Default theme header. Elementor Theme Builder headers replace this markup when active. */
.site-header {
	background: rgb(255 255 255 / 96%);
	border-bottom: 1px solid rgb(17 24 39 / 8%);
	box-shadow: 0 10px 30px rgb(17 24 39 / 5%);
	backdrop-filter: blur(16px);
	position: relative;
	z-index: 10;
}

.elemental-sticky-header .site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.site-header__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	justify-content: space-between;
	min-height: 84px;
	position: relative;
}

.site-header__stack {
	align-items: center;
	display: grid;
	gap: 1rem;
	justify-items: center;
	padding-block: 1rem;
	position: relative;
}

.site-header__nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 1rem;
	justify-content: flex-end;
	min-width: 0;
	position: static;
}

.site-header__stack .site-header__nav {
	justify-content: center;
	width: 100%;
}

.site-header--split .secondary-navigation,
.site-header--split .site-header__nav {
	flex: 1 1 0;
}

.site-header--centered .primary-navigation ul {
	justify-content: center;
}

.site-header--split .site-branding {
	text-align: center;
}

.site-header--minimal .site-header__inner {
	min-height: 64px;
}

.site-topbar {
	background: var(--elemental-secondary);
	color: #fff;
	font-size: 0.88rem;
}

.site-topbar__inner {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	min-height: 38px;
}

.site-branding {
	min-width: 0;
}

.site-title {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

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

.site-title a:hover {
	color: var(--elemental-primary);
}

.site-description {
	color: var(--elemental-muted);
	font-size: 0.9rem;
	margin: 0.15rem 0 0;
}

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

.primary-navigation ul,
.secondary-navigation ul,
.topbar-navigation ul,
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation {
	min-width: 0;
}

.primary-navigation > ul {
	align-items: center;
}

/* Keep WordPress/Elementor menu fallbacks from showing raw bullets in header/footer areas. */
.site-header nav ul,
.site-footer nav ul,
.site-header .menu,
.site-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation a,
.secondary-navigation a,
.topbar-navigation a,
.footer-navigation a {
	color: var(--elemental-text);
	display: block;
	font-weight: 500;
	line-height: 1.25;
	padding: 0.45rem 0.15rem;
	text-decoration: none;
}

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

.topbar-navigation a {
	color: #fff;
}

.primary-navigation .sub-menu {
	background: var(--elemental-bg);
	border: 1px solid var(--elemental-border);
	border-radius: var(--elemental-radius);
	box-shadow: 0 12px 30px rgb(17 24 39 / 10%);
	display: none;
	min-width: 220px;
	padding: 0.75rem;
	position: absolute;
}

.primary-navigation .sub-menu a {
	padding: 0.45rem 0.55rem;
}

.primary-navigation li {
	position: relative;
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
	display: block;
}

.elemental-mega-menu {
	background: var(--elemental-bg);
	border: 1px solid var(--elemental-border);
	border-radius: var(--elemental-radius);
	box-shadow: 0 18px 45px rgb(17 24 39 / 14%);
	display: none;
	left: 0;
	max-height: min(70vh, 620px);
	overflow: auto;
	padding: 1.25rem;
	position: absolute;
	right: 0;
	top: calc(100% - 1px);
	z-index: 30;
}

.site-header__nav:hover .elemental-mega-menu,
.site-header__nav:focus-within .elemental-mega-menu,
.elemental-mega-menu.is-open {
	display: block;
}

.elemental-mega-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elemental-mega-menu__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elemental-mega-menu a {
	color: var(--elemental-text);
	display: inline-flex;
	font-weight: 600;
	line-height: 1.3;
	padding: 0.18rem 0;
	text-decoration: none;
}

.elemental-mega-menu a:hover {
	color: var(--elemental-primary);
}

.elemental-mega-menu .sub-menu {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.55rem;
}

.elemental-mega-menu .sub-menu a {
	color: var(--elemental-muted);
	font-size: 0.95rem;
	font-weight: 500;
}

.elemental-mega-menu--featured {
	align-items: start;
	grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.5fr);
}

.elemental-mega-menu--featured.is-open,
.site-header__nav:hover .elemental-mega-menu--featured,
.site-header__nav:focus-within .elemental-mega-menu--featured {
	display: grid;
}

.elemental-mega-menu__feature {
	background: color-mix(in srgb, var(--elemental-primary) 10%, transparent);
	border-radius: var(--elemental-radius);
	padding: 1rem;
}

.elemental-mega-menu__feature strong,
.elemental-mega-menu__feature span {
	display: block;
}

.elemental-mega-menu--compact .elemental-mega-menu__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-toggle {
	display: none;
	height: 42px;
	padding: 0;
	width: 42px;
}

.menu-toggle span[aria-hidden="true"],
.menu-toggle span[aria-hidden="true"]::before,
.menu-toggle span[aria-hidden="true"]::after {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	margin: auto;
	position: relative;
	width: 20px;
}

.menu-toggle span[aria-hidden="true"]::before {
	position: absolute;
	top: -6px;
}

.menu-toggle span[aria-hidden="true"]::after {
	position: absolute;
	top: 6px;
}

.site-main {
	padding-block: clamp(2rem, 5vw, 4rem);
}

.elementor-page .site-main,
.elemental-blank-canvas .site-main {
	padding-block: 0;
}

.elemental-content-grid {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
}

.elemental-layout-left-sidebar .elemental-content-grid {
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
}

.elemental-layout-left-sidebar .content-area {
	order: 2;
}

.elemental-layout-left-sidebar .widget-area {
	order: 1;
}

.elemental-layout-no-sidebar .elemental-content-grid,
.elemental-layout-full-width .elemental-content-grid,
.elemental-content-grid--page {
	grid-template-columns: minmax(0, 1fr);
}

.elemental-entry {
	border-bottom: 1px solid var(--elemental-border);
	margin-bottom: 2.25rem;
	padding-bottom: 2.25rem;
}

.elemental-entry--single,
.elemental-entry--page {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.entry-title,
.page-title {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	margin: 0 0 1rem;
}

.elemental-entry:not(.elemental-entry--single):not(.elemental-entry--page) .entry-title {
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.entry-title a {
	color: var(--elemental-text);
	text-decoration: none;
}

.entry-meta,
.entry-footer {
	color: var(--elemental-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.92rem;
	gap: 0.45rem 0.9rem;
	margin-bottom: 1rem;
}

.entry-content > * {
	margin-block: 0 1.3rem;
}

.entry-content > :where(h2, h3, h4, h5, h6) {
	line-height: 1.25;
	margin-top: 2rem;
}

.entry-content .alignwide {
	margin-inline: calc(50% - min(50vw, var(--elemental-container) / 2));
	max-width: var(--elemental-container);
	width: auto;
}

.entry-content .alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.widget {
	margin-bottom: 2rem;
}

.widget-title {
	font-size: 1rem;
	margin: 0 0 0.8rem;
}

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

.search-form {
	display: flex;
	gap: 0.5rem;
	max-width: 520px;
}

.search-field {
	flex: 1;
	min-width: 0;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	margin-block: 2rem;
}

.page-numbers,
.nav-links a,
.nav-links span {
	border: 1px solid var(--elemental-border);
	border-radius: var(--elemental-radius);
	padding: 0.55rem 0.8rem;
	text-decoration: none;
}

/* Default theme footer. Elementor Theme Builder footers replace this whole block when active. */
.site-footer {
	background: #1d1a16;
	border-top: 0;
	color: #eee7da;
	overflow: hidden;
	padding-block: clamp(2.5rem, 5vw, 4rem) 1.4rem;
}

.footer-main {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(260px, 1.35fr) minmax(170px, 0.7fr) minmax(220px, 0.85fr);
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-main > *,
.footer-widget-column,
.footer-contact-layout > * {
	min-width: 0;
}

.footer-widget-grid,
.footer-contact-layout {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-widget-column .widget {
	margin-bottom: 1.4rem;
}

.footer-widget-column .widget:last-child {
	margin-bottom: 0;
}

.site-footer .widget-title {
	color: #fff;
	font-size: 0.95rem;
	letter-spacing: 0;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.site-footer .widget,
.site-footer .widget p,
.site-footer .widget li {
	color: #d8d0c2;
}

.site-footer .widget a {
	color: #d8d0c2;
	text-decoration: none;
}

.site-footer .widget a:hover {
	color: #fff;
}

.footer-contact-layout {
	grid-template-columns: minmax(220px, 1fr) minmax(240px, 1.2fr) minmax(180px, 0.8fr);
}

.footer-centered {
	display: grid;
	gap: 1.25rem;
	justify-items: center;
	text-align: center;
}

.footer-centered .footer-navigation ul {
	display: flex;
	justify-content: center;
}

.footer-slim {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.footer-slim .site-info {
	border-top: 0;
	padding-top: 0;
	width: auto;
}

.footer-contact--large p {
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.25;
}

.footer-brand__logo {
	color: #fff;
	display: inline-block;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
}

.footer-logo {
	max-height: 72px;
	width: auto;
}

.footer-brand__description {
	color: #d8d0c2;
	margin: 1rem 0 0;
	max-width: 32rem;
}

.footer-heading {
	color: #fff;
	font-size: 0.86rem;
	letter-spacing: 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.footer-navigation ul {
	display: grid;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-navigation a,
.footer-contact a {
	color: #d8d0c2;
	display: inline-flex;
	line-height: 1.45;
	padding-block: 0.18rem;
	text-decoration: none;
}

.footer-navigation a:hover,
.footer-contact a:hover {
	color: #fff;
}

.footer-contact p {
	margin: 0 0 0.55rem;
}

.site-info {
	border-top: 1px solid rgb(255 255 255 / 12%);
	color: #d8d0c2;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	font-size: 0.92rem;
	padding-top: 1.2rem;
	width: 100%;
}

.comments-area {
	margin-top: 3rem;
}

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

.comment {
	border-top: 1px solid var(--elemental-border);
	padding-top: 1rem;
}

@media (max-width: 980px) {
	.elemental-mega-menu__grid,
	.elemental-mega-menu--compact .elemental-mega-menu__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.elemental-mega-menu--featured {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 782px) {
	.site-header__inner {
		min-height: 70px;
	}

	.site-header__nav {
		flex: 0 0 auto;
		margin-left: auto;
		position: static;
	}

	.menu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.primary-navigation {
		background: var(--elemental-bg);
		border-top: 1px solid var(--elemental-border);
		box-shadow: 0 18px 35px rgb(17 24 39 / 10%);
		display: none;
		inset: 100% 0 auto;
		padding: 1rem;
		position: absolute;
		width: 100%;
		z-index: 40;
	}

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

	.primary-navigation ul {
		display: block;
	}

	.primary-navigation a {
		padding-block: 0.65rem;
	}

	.secondary-navigation,
	.topbar-navigation,
	.elemental-mega-menu {
		display: none !important;
	}

	.primary-navigation li + li {
		margin-top: 0.75rem;
	}

	.primary-navigation .sub-menu {
		box-shadow: none;
		display: block;
		margin: 0.5rem 0 0 1rem;
		position: static;
	}

	.elemental-content-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.content-area,
	.widget-area {
		order: initial !important;
	}

	.search-form {
		display: block;
	}

	.search-submit {
		margin-top: 0.5rem;
	}

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

	.footer-widget-grid,
	.footer-contact-layout {
		grid-template-columns: 1fr;
	}

	.footer-slim,
	.site-topbar__inner {
		align-items: flex-start;
		display: grid;
	}

	.footer-slim .site-info {
		width: 100%;
	}

	.site-info {
		display: block;
	}

	.site-footer {
		text-align: left;
	}
}

/* Classical magazine defaults. Kept CSS-only for fast first paint and no font downloads. */

button,
.button,
.search-submit,
input[type="submit"],
input,
select,
textarea,
.entry-meta,
.entry-footer,
.site-description,
.primary-navigation,
.secondary-navigation,
.topbar-navigation,
.footer-navigation,
.widget,
.site-info,
.elemental-section-kicker,
.elemental-section-description {
	font-family: var(--elemental-ui-font);
}

button,
.button,
.search-submit,
input[type="submit"] {
	background: var(--elemental-secondary);
	border-color: var(--elemental-secondary);
	border-radius: 0;
	font-weight: 700;
	padding: 0.68rem 0.95rem;
}

button:hover,
.button:hover,
.search-submit:hover,
input[type="submit"]:hover {
	background: var(--elemental-primary);
	border-color: var(--elemental-primary);
}

input,
select,
textarea {
	background: #fffdf8;
	border-color: var(--elemental-border);
	border-radius: 0;
}

a {
	color: var(--elemental-link);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline-color: var(--elemental-accent);
}

.site-header {
	background: #fbfaf6;
	border-bottom: 3px double var(--elemental-secondary);
	border-top: 1px solid var(--elemental-secondary);
	box-shadow: none;
	backdrop-filter: none;
}

.site-header__inner {
	gap: 1rem 2rem;
	min-height: 92px;
}

.site-title {
	font-family: var(--elemental-font);
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a:hover {
	color: var(--elemental-primary);
}

.site-description {
	color: var(--elemental-muted);
	font-size: 0.78rem;
	line-height: 1.45;
	margin-top: 0.45rem;
	max-width: 28rem;
}

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

.primary-navigation a,
.secondary-navigation a,
.topbar-navigation a,
.footer-navigation a {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.primary-navigation a,
.secondary-navigation a {
	color: var(--elemental-secondary);
	padding-block: 0.55rem;
}

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

.primary-navigation .sub-menu,
.elemental-mega-menu {
	background: #fffdf8;
	border-color: var(--elemental-secondary);
	border-radius: 0;
	box-shadow: 0 18px 36px rgb(29 26 22 / 12%);
}

.menu-toggle {
	background: transparent;
	color: var(--elemental-secondary);
}

.site-main {
	padding-block: clamp(1.5rem, 4vw, 3rem);
}

.elemental-content-grid {
	gap: clamp(2rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}

.elemental-section-header,
.page-header {
	border-bottom: 3px double var(--elemental-secondary);
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
	padding-bottom: 1rem;
}

.elemental-section-kicker {
	color: var(--elemental-primary);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.elemental-section-description,
.archive-description {
	color: var(--elemental-muted);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0.4rem 0 0;
	max-width: 42rem;
}

.elemental-homepage {
	display: grid;
	gap: clamp(2.5rem, 5vw, 4.5rem);
}

.elemental-homepage-section,
.elemental-homepage-widget {
	border-top: 3px double var(--elemental-secondary);
	padding-top: clamp(1.25rem, 3vw, 2rem);
}

.elemental-homepage > :first-child {
	border-top: 0;
	padding-top: 0;
}

.elemental-homepage-widget.widget_block > .elemental-homepage-block {
	border-top: 0;
	padding-top: 0;
}

.elemental-homepage > .elemental-homepage-widget:first-child > .elemental-homepage-block {
	border-top: 0;
	padding-top: 0;
}

.elemental-home-hero__intro {
	align-items: end;
	display: grid;
	gap: 1rem clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.65fr);
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.elemental-home-hero__intro .elemental-section-kicker {
	grid-column: 1 / -1;
}

.elemental-home-hero__title {
	font-size: clamp(2.75rem, 7vw, 6.8rem);
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.elemental-home-hero__intro .elemental-section-description {
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	margin: 0;
}

.elemental-homepage-section__header {
	align-items: end;
	display: flex;
	gap: 1rem 2rem;
	justify-content: space-between;
	margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.elemental-homepage-section__header h2 {
	font-size: clamp(1.8rem, 3vw, 3.1rem);
	line-height: 0.98;
	margin: 0;
	max-width: 720px;
}

.elemental-homepage-section__header .elemental-section-kicker,
.elemental-homepage-section__header .elemental-section-description {
	margin: 0;
}

.elemental-hero-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
}

.elemental-post-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
}

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

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

.elemental-post-grid--4,
.elemental-post-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elemental-post-card {
	border-top: 1px solid var(--elemental-border);
	min-width: 0;
	padding-top: 0.9rem;
}

.elemental-post-card--hero {
	border-top: 0;
	grid-row: span 2;
	padding-top: 0;
}

.elemental-post-card__image {
	background: #eee7da;
	display: block;
	margin-bottom: 0.85rem;
	overflow: hidden;
	text-decoration: none;
}

.elemental-post-card__image img {
	aspect-ratio: 4 / 3;
	filter: saturate(0.92) contrast(1.08);
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
	width: 100%;
}

.elemental-post-card__image:hover img {
	transform: scale(1.025);
}

.elemental-post-card--hero .elemental-post-card__image img {
	aspect-ratio: 16 / 10;
}

.elemental-post-card__body {
	min-width: 0;
}

.elemental-post-card__category {
	color: var(--elemental-primary);
	display: inline-flex;
	font-family: var(--elemental-ui-font);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 0.45rem;
	text-decoration: none;
	text-transform: uppercase;
}

.elemental-post-card__title {
	font-family: var(--elemental-font);
	font-size: clamp(1.25rem, 2.1vw, 1.85rem);
	letter-spacing: 0;
	line-height: 1.03;
	margin: 0;
}

.elemental-post-card__title a {
	color: var(--elemental-secondary);
	text-decoration: none;
}

.elemental-post-card__title a:hover {
	color: var(--elemental-primary);
}

.elemental-post-card--hero .elemental-post-card__title {
	font-size: clamp(2.25rem, 5vw, 5rem);
	line-height: 0.92;
	text-transform: uppercase;
}

.elemental-post-card__meta {
	color: var(--elemental-muted);
	display: flex;
	flex-wrap: wrap;
	font-family: var(--elemental-ui-font);
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.35rem 0.8rem;
	line-height: 1.4;
	margin-top: 0.65rem;
	text-transform: uppercase;
}

.elemental-post-card__excerpt {
	color: #3f3931;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0.85rem 0 0;
}

.blog .content-area,
.archive .content-area {
	align-items: start;
	display: grid;
	gap: clamp(1.4rem, 3vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog .content-area > .elemental-section-header,
.archive .content-area > .elemental-section-header,
.blog .content-area > .navigation,
.archive .content-area > .navigation,
.blog .content-area > .nav-links,
.archive .content-area > .nav-links,
.blog .content-area > .no-results,
.archive .content-area > .no-results {
	grid-column: 1 / -1;
}

.elemental-entry {
	border-bottom: 0;
	border-top: 1px solid var(--elemental-border);
	margin-bottom: 0;
	padding-top: 1rem;
	padding-bottom: 0;
}

.blog .elemental-entry:first-of-type,
.archive .elemental-entry:first-of-type {
	border-bottom: 3px double var(--elemental-secondary);
	border-top: 0;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	padding-bottom: clamp(1.25rem, 3vw, 2rem);
	padding-top: 0;
}

.elemental-entry__thumbnail {
	background: #eee7da;
	display: block;
	margin-bottom: 1rem;
	overflow: hidden;
}

.elemental-entry__thumbnail img {
	aspect-ratio: 4 / 3;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog .elemental-entry:first-of-type .elemental-entry__thumbnail,
.archive .elemental-entry:first-of-type .elemental-entry__thumbnail {
	margin-bottom: 0;
}

.blog .elemental-entry:first-of-type .elemental-entry__thumbnail img,
.archive .elemental-entry:first-of-type .elemental-entry__thumbnail img {
	aspect-ratio: 16 / 10;
}

.entry-title,
.page-title {
	font-family: var(--elemental-font);
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	margin-bottom: 0.85rem;
}

.elemental-entry:not(.elemental-entry--single):not(.elemental-entry--page) .entry-title {
	font-size: clamp(1.45rem, 2.4vw, 2.1rem);
	line-height: 1.05;
}

.blog .elemental-entry:first-of-type .entry-title,
.archive .elemental-entry:first-of-type .entry-title {
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	line-height: 0.95;
}

.entry-title a:hover {
	color: var(--elemental-primary);
}

.entry-meta,
.entry-footer {
	color: var(--elemental-muted);
	font-size: 0.76rem;
	font-weight: 700;
	gap: 0.35rem 0.85rem;
	line-height: 1.4;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

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

.entry-meta a:hover,
.entry-footer a:hover {
	color: var(--elemental-primary);
}

.entry-summary {
	color: #3f3931;
	font-size: 0.98rem;
	line-height: 1.65;
}

.entry-summary p {
	margin: 0;
}

.elemental-entry--single,
.elemental-entry--page {
	border-top: 0;
	max-width: 820px;
	padding-top: 0;
}

.elemental-entry--single .entry-header,
.elemental-entry--page .entry-header {
	border-bottom: 3px double var(--elemental-secondary);
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
	padding-bottom: 1rem;
}

.elemental-entry--single .entry-title,
.elemental-entry--page .entry-title {
	font-size: clamp(2.6rem, 6vw, 5rem);
}

.elemental-entry--single .elemental-entry__thumbnail {
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.entry-content {
	font-size: clamp(1.05rem, 1.5vw, 1.16rem);
}

.entry-content > :where(h2, h3, h4, h5, h6) {
	font-family: var(--elemental-font);
	letter-spacing: 0;
	line-height: 1.1;
}

.entry-content blockquote {
	border-left: 3px solid var(--elemental-primary);
	color: var(--elemental-secondary);
	font-size: 1.22rem;
	line-height: 1.5;
	margin-inline: 0;
	padding-left: 1rem;
}

.widget-area {
	border-left: 1px solid var(--elemental-border);
	padding-left: clamp(1.25rem, 2vw, 1.75rem);
}

.widget {
	border-top: 1px solid var(--elemental-secondary);
	color: var(--elemental-muted);
	font-size: 0.94rem;
	line-height: 1.6;
	margin-bottom: 1.7rem;
	padding-top: 0.85rem;
}

.widget-title {
	color: var(--elemental-secondary);
	font-family: var(--elemental-ui-font);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.widget li + li {
	border-top: 1px solid var(--elemental-border);
	margin-top: 0.55rem;
	padding-top: 0.55rem;
}

.search-form {
	max-width: 100%;
}

.nav-links {
	border-top: 3px double var(--elemental-secondary);
	gap: 0.55rem;
	padding-top: 1rem;
}

.page-numbers,
.nav-links a,
.nav-links span {
	background: #fffdf8;
	border-color: var(--elemental-border);
	border-radius: 0;
	color: var(--elemental-secondary);
	font-family: var(--elemental-ui-font);
	font-size: 0.84rem;
	font-weight: 700;
}

.page-numbers.current,
.nav-links a:hover {
	border-color: var(--elemental-secondary);
	color: var(--elemental-primary);
}

.site-footer {
	background: #1d1a16;
	border-top: 4px solid var(--elemental-primary);
	color: #eee7da;
	padding-block: clamp(2rem, 4vw, 3rem) 1.2rem;
}

.footer-main {
	grid-template-columns: minmax(240px, 1.2fr) minmax(170px, 0.7fr) minmax(220px, 0.8fr);
}

.footer-brand__logo {
	font-family: var(--elemental-font);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.footer-brand__description,
.site-footer .widget,
.site-footer .widget p,
.site-footer .widget li,
.site-info,
.site-footer .widget a,
.footer-navigation a,
.footer-contact a {
	color: #d8d0c2;
}

.site-footer .widget-title,
.footer-heading {
	color: #fffdf8;
	font-family: var(--elemental-ui-font);
	letter-spacing: 0;
}

.site-info {
	border-top-color: rgb(255 253 248 / 22%);
}

@media (max-width: 980px) {
	.blog .content-area,
	.archive .content-area,
	.blog .elemental-entry:first-of-type,
	.archive .elemental-entry:first-of-type {
		grid-template-columns: minmax(0, 1fr);
	}

	.elemental-home-hero__intro,
	.elemental-hero-grid,
	.elemental-post-grid--3,
	.elemental-post-grid--4,
	.elemental-post-grid--four {
		grid-template-columns: minmax(0, 1fr);
	}

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

	.elemental-post-card--hero {
		grid-row: auto;
	}

	.widget-area {
		border-left: 0;
		border-top: 3px double var(--elemental-secondary);
		padding-left: 0;
		padding-top: 1.5rem;
	}
}

@media (max-width: 782px) {
	body {
		font-size: 16px;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.site-title {
		font-size: clamp(1.55rem, 9vw, 2.4rem);
	}

	.primary-navigation {
		background: #fbfaf6;
		box-shadow: 0 18px 35px rgb(29 26 22 / 12%);
	}

	.blog .content-area,
	.archive .content-area {
		gap: 1.4rem;
	}

	.blog .elemental-entry:first-of-type .entry-title,
	.archive .elemental-entry:first-of-type .entry-title,
	.elemental-entry--single .entry-title,
	.elemental-entry--page .entry-title {
		font-size: clamp(2.15rem, 12vw, 3.2rem);
	}

	.elemental-homepage-section__header {
		align-items: flex-start;
		display: grid;
	}

	.elemental-home-hero__title,
	.elemental-post-card--hero .elemental-post-card__title {
		font-size: clamp(2.25rem, 13vw, 4.2rem);
	}

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

/* Blog style controls. */
.single-post.elemental-post-sidebar.elemental-layout-no-sidebar .elemental-content-grid,
.single-post.elemental-post-sidebar.elemental-layout-full-width .elemental-content-grid {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
}

.single-post.elemental-post-no-sidebar .elemental-content-grid {
	grid-template-columns: minmax(0, 1fr);
}

body.elemental-blog-style-classic-car .elemental-section-kicker::before {
	content: "";
	background: currentColor;
	display: inline-block;
	height: 0.72em;
	margin-right: 0.45rem;
	width: 0.72em;
}

body.elemental-blog-style-classic-car .elemental-entry__thumbnail img {
	filter: saturate(0.9) contrast(1.08);
}

body.elemental-blog-style-classic-car.single-post .widget-area {
	background: linear-gradient(180deg, rgb(255 253 248 / 70%), transparent 58%);
}

body.elemental-blog-style-recipe {
	--elemental-primary: #b84f36;
	--elemental-secondary: #31533f;
	--elemental-accent: #d89b45;
	--elemental-text: #243227;
	--elemental-bg: #fffaf2;
	--elemental-link: #a3442f;
	--elemental-link-hover: #6f2d20;
	--elemental-border: #eadfcb;
	--elemental-muted: #6d7467;
	--elemental-radius: 8px;
	--elemental-font: "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
	--elemental-ui-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background:
		radial-gradient(circle at top left, rgb(216 155 69 / 16%), transparent 26rem),
		linear-gradient(180deg, #fffaf2 0%, #f7fff0 100%);
	color: var(--elemental-text);
}

body.elemental-blog-style-recipe button,
body.elemental-blog-style-recipe .button,
body.elemental-blog-style-recipe .search-submit,
body.elemental-blog-style-recipe input[type="submit"] {
	background: var(--elemental-primary);
	border-color: var(--elemental-primary);
	border-radius: 999px;
	box-shadow: 0 10px 20px rgb(184 79 54 / 18%);
	color: #fff;
}

body.elemental-blog-style-recipe button:hover,
body.elemental-blog-style-recipe .button:hover,
body.elemental-blog-style-recipe .search-submit:hover,
body.elemental-blog-style-recipe input[type="submit"]:hover {
	background: var(--elemental-secondary);
	border-color: var(--elemental-secondary);
}

body.elemental-blog-style-recipe input,
body.elemental-blog-style-recipe select,
body.elemental-blog-style-recipe textarea {
	background: #fff;
	border-color: var(--elemental-border);
	border-radius: 999px;
}

body.elemental-blog-style-recipe textarea {
	border-radius: var(--elemental-radius);
}

body.elemental-blog-style-recipe .site-header {
	background: rgb(255 250 242 / 94%);
	border-bottom: 1px solid var(--elemental-border);
	border-top: 0;
	box-shadow: 0 16px 40px rgb(49 83 63 / 8%);
	backdrop-filter: blur(14px);
}

body.elemental-blog-style-recipe .site-title {
	font-family: var(--elemental-font);
	font-size: clamp(1.45rem, 3vw, 2.55rem);
	text-transform: none;
}

body.elemental-blog-style-recipe .site-title a,
body.elemental-blog-style-recipe .primary-navigation a,
body.elemental-blog-style-recipe .secondary-navigation a {
	color: var(--elemental-secondary);
}

body.elemental-blog-style-recipe .site-description {
	color: var(--elemental-muted);
}

body.elemental-blog-style-recipe .primary-navigation a,
body.elemental-blog-style-recipe .secondary-navigation a,
body.elemental-blog-style-recipe .topbar-navigation a,
body.elemental-blog-style-recipe .footer-navigation a {
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: none;
}

body.elemental-blog-style-recipe .primary-navigation .sub-menu,
body.elemental-blog-style-recipe .elemental-mega-menu,
body.elemental-blog-style-recipe .primary-navigation {
	background: #fffaf2;
	border-color: var(--elemental-border);
	border-radius: var(--elemental-radius);
	box-shadow: 0 18px 45px rgb(49 83 63 / 12%);
}

body.elemental-blog-style-recipe .elemental-section-header,
body.elemental-blog-style-recipe .page-header,
body.elemental-blog-style-recipe .elemental-entry--single .entry-header,
body.elemental-blog-style-recipe .elemental-entry--page .entry-header {
	border-bottom: 1px solid var(--elemental-border);
}

body.elemental-blog-style-recipe .elemental-section-kicker {
	color: var(--elemental-primary);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.elemental-blog-style-recipe.blog .content-area,
body.elemental-blog-style-recipe.archive .content-area {
	gap: clamp(1rem, 2vw, 1.5rem);
}

body.elemental-blog-style-recipe .elemental-entry {
	background: rgb(255 255 255 / 82%);
	border: 1px solid var(--elemental-border);
	border-radius: var(--elemental-radius);
	box-shadow: 0 16px 35px rgb(49 83 63 / 8%);
	overflow: hidden;
	padding: 1rem;
}

body.elemental-blog-style-recipe.blog .elemental-entry:first-of-type,
body.elemental-blog-style-recipe.archive .elemental-entry:first-of-type {
	background: #fff;
	border: 1px solid var(--elemental-border);
	border-radius: calc(var(--elemental-radius) + 4px);
	box-shadow: 0 22px 50px rgb(49 83 63 / 10%);
	padding: 1rem;
}

body.elemental-blog-style-recipe .elemental-entry--single,
body.elemental-blog-style-recipe .elemental-entry--page {
	background: transparent;
	border: 0;
	box-shadow: none;
	max-width: 860px;
	padding: 0;
	overflow: visible;
}

body.elemental-blog-style-recipe .elemental-entry__thumbnail {
	background: #eef7e8;
	border-radius: var(--elemental-radius);
	margin-bottom: 1rem;
	overflow: hidden;
}

body.elemental-blog-style-recipe .elemental-entry__thumbnail img {
	filter: saturate(1.08);
}

body.elemental-blog-style-recipe .entry-title,
body.elemental-blog-style-recipe .page-title {
	color: var(--elemental-secondary);
	font-size: clamp(2.1rem, 4.5vw, 3.65rem);
	line-height: 1.04;
	text-transform: none;
}

body.elemental-blog-style-recipe.blog .elemental-entry:first-of-type .entry-title,
body.elemental-blog-style-recipe.archive .elemental-entry:first-of-type .entry-title,
body.elemental-blog-style-recipe .elemental-entry--single .entry-title,
body.elemental-blog-style-recipe .elemental-entry--page .entry-title {
	font-size: clamp(2.35rem, 5vw, 4.3rem);
	line-height: 1.02;
}

body.elemental-blog-style-recipe .entry-meta,
body.elemental-blog-style-recipe .entry-footer {
	color: var(--elemental-muted);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.elemental-blog-style-recipe .entry-summary,
body.elemental-blog-style-recipe .entry-content {
	color: #314033;
}

body.elemental-blog-style-recipe .entry-content blockquote {
	background: #f7fff0;
	border: 1px solid var(--elemental-border);
	border-left: 5px solid var(--elemental-accent);
	border-radius: var(--elemental-radius);
	color: var(--elemental-secondary);
	padding: 1rem 1.2rem;
}

body.elemental-blog-style-recipe .entry-content > :where(h2, h3, h4, h5, h6) {
	color: var(--elemental-secondary);
}

body.elemental-blog-style-recipe .widget-area {
	background: rgb(255 255 255 / 72%);
	border: 1px solid var(--elemental-border);
	border-radius: var(--elemental-radius);
	box-shadow: 0 18px 40px rgb(49 83 63 / 8%);
	padding: clamp(1rem, 2vw, 1.35rem);
}

body.elemental-blog-style-recipe .widget {
	border-top: 0;
	color: var(--elemental-muted);
	margin-bottom: 1.6rem;
	padding-top: 0;
}

body.elemental-blog-style-recipe .widget-title {
	color: var(--elemental-secondary);
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.elemental-blog-style-recipe .widget li + li {
	border-top-color: var(--elemental-border);
}

body.elemental-blog-style-recipe .nav-links {
	border-top: 1px solid var(--elemental-border);
}

body.elemental-blog-style-recipe .page-numbers,
body.elemental-blog-style-recipe .nav-links a,
body.elemental-blog-style-recipe .nav-links span {
	background: #fff;
	border-color: var(--elemental-border);
	border-radius: 999px;
}

body.elemental-blog-style-recipe .site-footer {
	background: #31533f;
	border-top: 0;
	color: #fffaf2;
}

body.elemental-blog-style-recipe .footer-brand__description,
body.elemental-blog-style-recipe .site-footer .widget,
body.elemental-blog-style-recipe .site-footer .widget p,
body.elemental-blog-style-recipe .site-footer .widget li,
body.elemental-blog-style-recipe .site-info,
body.elemental-blog-style-recipe .site-footer .widget a,
body.elemental-blog-style-recipe .footer-navigation a,
body.elemental-blog-style-recipe .footer-contact a {
	color: #eef7e8;
}

@media (max-width: 980px) {
	.single-post.elemental-post-sidebar.elemental-layout-no-sidebar .elemental-content-grid,
	.single-post.elemental-post-sidebar.elemental-layout-full-width .elemental-content-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.elemental-blog-style-recipe .widget-area {
		border-top: 1px solid var(--elemental-border);
	}
}

@media (max-width: 782px) {
	body.elemental-blog-style-recipe .elemental-entry {
		padding: 0.85rem;
	}

	body.elemental-blog-style-recipe.blog .elemental-entry:first-of-type .entry-title,
	body.elemental-blog-style-recipe.archive .elemental-entry:first-of-type .entry-title,
	body.elemental-blog-style-recipe .elemental-entry--single .entry-title,
	body.elemental-blog-style-recipe .elemental-entry--page .entry-title {
		font-size: clamp(2.05rem, 11vw, 3.15rem);
	}
}
