/*
Theme Name: El Shaddai Cinematic
Theme URI: https://www.youtube.com/channel/UCmgod9yBhZjUD19Y9Kb_6_Q
Author: El Shaddai
Author URI: https://www.youtube.com/channel/UCmgod9yBhZjUD19Y9Kb_6_Q
Description: A cinematic, Scripture-first WordPress theme for Bible mysteries, the hard sayings of Jesus, prophecy, and faith for real life.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: el-shaddai
Tags: blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--es-night: #07090d;
	--es-ink: #10141d;
	--es-slate: #1a202c;
	--es-gold: #d7aa52;
	--es-gold-light: #f0d390;
	--es-parchment: #f4efe4;
	--es-paper: #fbfaf7;
	--es-smoke: #a9afba;
	--es-white: #ffffff;
	--es-line: rgba(215, 170, 82, 0.25);
	--es-shadow: 0 22px 70px rgba(3, 5, 9, 0.16);
	--es-serif: Georgia, "Times New Roman", serif;
	--es-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--es-paper);
	color: var(--es-ink);
	font-family: var(--es-sans);
	font-size: 17px;
	line-height: 1.72;
	margin: 0;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: #9b6811;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: #6e4705;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--es-ink);
	font-family: var(--es-serif);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin: 0 0 0.75em;
}

h1 {
	font-size: clamp(2.6rem, 6vw, 5.8rem);
}

h2 {
	font-size: clamp(2rem, 3.7vw, 3.5rem);
}

h3 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
}

p {
	margin: 0 0 1.45em;
}

.site-shell {
	margin-inline: auto;
	max-width: 1240px;
	padding-inline: 28px;
	width: 100%;
}

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

.screen-reader-text:focus {
	background: var(--es-white);
	clip: auto !important;
	clip-path: none;
	color: var(--es-night);
	display: block;
	height: auto;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.eyebrow {
	align-items: center;
	color: var(--es-gold);
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.2em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.eyebrow::before {
	background: currentColor;
	content: "";
	height: 1px;
	width: 34px;
}

.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 3px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.1em;
	min-height: 50px;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-gold {
	background: var(--es-gold);
	color: #161006;
}

.button-gold:hover,
.button-gold:focus {
	background: var(--es-gold-light);
	color: #161006;
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.36);
	color: var(--es-white);
}

.button-ghost:hover,
.button-ghost:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--es-gold);
	color: var(--es-gold-light);
}

.text-link {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Header */
.site-header {
	background: rgba(7, 9, 13, 0.94);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--es-white);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 1000;
}

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

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

.site-branding {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.custom-logo-link {
	display: block;
	line-height: 0;
}

.custom-logo {
	max-height: 62px;
	width: auto;
}

.brand-mark {
	align-items: center;
	border: 1px solid var(--es-line);
	border-radius: 50%;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.brand-mark svg {
	height: 30px;
	width: 30px;
}

.brand-wordmark {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.brand-name {
	color: var(--es-white);
	font-family: var(--es-serif);
	font-size: 1.2rem;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.brand-subtitle {
	color: var(--es-gold);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	margin-top: 6px;
	text-transform: uppercase;
}

.primary-navigation {
	margin-left: auto;
}

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

.primary-menu {
	align-items: center;
	display: flex;
	gap: 30px;
}

.primary-menu a {
	color: #e8e5dd;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a {
	color: var(--es-gold-light);
}

.header-youtube {
	margin-left: 28px;
	min-height: 42px;
	padding: 9px 16px;
}

.menu-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 44px;
	margin-left: auto;
	padding: 8px;
	width: 44px;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
	background: var(--es-white);
	content: "";
	display: block;
	height: 2px;
	position: relative;
	transition: transform 180ms ease;
	width: 26px;
}

.menu-toggle-bars::before {
	position: absolute;
	top: -8px;
}

.menu-toggle-bars::after {
	position: absolute;
	top: 8px;
}

/* Homepage hero */
.hero {
	background:
		radial-gradient(circle at 72% 26%, rgba(215, 170, 82, 0.16), transparent 23%),
		linear-gradient(115deg, rgba(4, 6, 10, 0.98) 8%, rgba(9, 12, 18, 0.91) 54%, rgba(18, 19, 22, 0.75)),
		#07090d;
	color: var(--es-white);
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.hero::before {
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.5px),
		radial-gradient(circle, rgba(240, 211, 144, 0.3) 0 1px, transparent 1.5px);
	background-position: 0 0, 47px 61px;
	background-size: 89px 89px, 131px 131px;
	content: "";
	inset: 0;
	opacity: 0.3;
	position: absolute;
}

.hero::after {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.52));
	content: "";
	inset: 45% 0 0;
	position: absolute;
}

.hero-inner {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
	min-height: 720px;
	padding-bottom: 96px;
	padding-top: 92px;
	position: relative;
	z-index: 2;
}

.hero-copy h1 {
	color: var(--es-white);
	font-weight: 500;
	margin-bottom: 28px;
	max-width: 820px;
}

.hero-copy h1 em {
	color: var(--es-gold-light);
	font-style: normal;
}

.hero-intro {
	color: #c5c8ce;
	font-family: var(--es-serif);
	font-size: clamp(1.05rem, 1.7vw, 1.28rem);
	line-height: 1.7;
	max-width: 690px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.hero-feature {
	backdrop-filter: blur(10px);
	background: rgba(13, 16, 23, 0.76);
	border: 1px solid rgba(215, 170, 82, 0.25);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
	padding: 12px;
	position: relative;
}

.hero-feature::before {
	border: 1px solid rgba(215, 170, 82, 0.2);
	content: "";
	inset: -9px 9px 9px -9px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.hero-feature-media {
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #171d2b, #43351f);
	display: block;
	overflow: hidden;
	position: relative;
}

.hero-feature-media img {
	height: 100%;
	object-fit: cover;
	opacity: 0.78;
	transition: opacity 200ms ease, transform 400ms ease;
	width: 100%;
}

.hero-feature:hover img {
	opacity: 0.92;
	transform: scale(1.025);
}

.hero-feature-placeholder {
	align-items: center;
	color: var(--es-gold);
	display: flex;
	font-family: var(--es-serif);
	font-size: 5rem;
	height: 100%;
	justify-content: center;
}

.hero-feature-body {
	padding: 24px 18px 17px;
}

.hero-feature-label,
.card-category {
	color: var(--es-gold);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hero-feature h2 {
	color: var(--es-white);
	font-size: clamp(1.5rem, 2.2vw, 2.2rem);
	margin: 10px 0 13px;
}

.hero-feature h2 a {
	color: inherit;
	text-decoration: none;
}

.hero-feature .card-meta {
	color: #969ca7;
}

.hero-landscape {
	bottom: -1px;
	height: 125px;
	left: 0;
	opacity: 0.62;
	position: absolute;
	right: 0;
	z-index: 1;
}

.hero-landscape svg {
	height: 100%;
	width: 100%;
}

/* Sections */
.section {
	padding: 105px 0;
}

.section-parchment {
	background:
		linear-gradient(rgba(244, 239, 228, 0.96), rgba(244, 239, 228, 0.96)),
		repeating-linear-gradient(90deg, rgba(90, 70, 32, 0.05) 0 1px, transparent 1px 5px);
}

.section-dark {
	background: var(--es-night);
	color: #c9cbd0;
}

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

.section-heading h2 {
	margin-bottom: 10px;
}

.section-heading p:last-child {
	color: #626978;
	margin: 0;
	max-width: 690px;
}

.section-dark .section-heading h2 {
	color: var(--es-white);
}

.section-dark .section-heading p:last-child {
	color: #999faa;
}

.pillar-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pillar-card {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(44, 35, 20, 0.12);
	color: var(--es-ink);
	min-height: 290px;
	padding: 34px 28px;
	position: relative;
	text-decoration: none;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pillar-card:hover,
.pillar-card:focus {
	background: var(--es-white);
	box-shadow: var(--es-shadow);
	color: var(--es-ink);
	transform: translateY(-6px);
}

.pillar-number {
	color: rgba(120, 88, 31, 0.28);
	font-family: var(--es-serif);
	font-size: 3.7rem;
	line-height: 1;
}

.pillar-card h3 {
	font-size: 1.65rem;
	margin: 32px 0 14px;
}

.pillar-card p {
	color: #60636b;
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0;
}

.pillar-arrow {
	bottom: 22px;
	color: #9b6811;
	font-size: 1.5rem;
	position: absolute;
	right: 25px;
}

/* Article cards */
.article-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
	background: var(--es-white);
	border: 1px solid #e2ded5;
	box-shadow: 0 12px 40px rgba(10, 13, 20, 0.06);
	display: flex;
	flex-direction: column;
	min-width: 0;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.article-card:hover {
	box-shadow: var(--es-shadow);
	transform: translateY(-5px);
}

.article-card-media {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #111722, #4a3921);
	display: block;
	overflow: hidden;
}

.article-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
	width: 100%;
}

.article-card:hover .article-card-media img {
	transform: scale(1.035);
}

.article-card-placeholder {
	align-items: center;
	color: var(--es-gold);
	display: flex;
	font-family: var(--es-serif);
	font-size: 3rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.08em;
}

.article-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.article-card h2 {
	font-size: 1.5rem;
	margin: 10px 0 14px;
}

.article-card h2 a {
	color: var(--es-ink);
	text-decoration: none;
}

.article-card-excerpt {
	color: #646a74;
	font-size: 0.92rem;
	line-height: 1.62;
}

.card-meta {
	align-items: center;
	color: #7b818b;
	display: flex;
	font-size: 0.73rem;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.04em;
	margin-top: auto;
	text-transform: uppercase;
}

/* YouTube */
.video-grid {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
	color: var(--es-white);
	text-decoration: none;
}

.video-thumbnail {
	aspect-ratio: 16 / 9;
	background: #151a24;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: block;
	overflow: hidden;
	position: relative;
}

.video-thumbnail img {
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	transition: opacity 180ms ease, transform 350ms ease;
	width: 100%;
}

.video-play {
	align-items: center;
	background: var(--es-gold);
	border-radius: 50%;
	color: #12100b;
	display: flex;
	height: 58px;
	justify-content: center;
	left: 50%;
	padding-left: 4px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
}

.video-card:hover img,
.video-card:focus img {
	opacity: 1;
	transform: scale(1.025);
}

.video-card h3 {
	color: var(--es-white);
	font-size: 1.35rem;
	margin: 18px 0 6px;
}

.video-card time {
	color: #8f96a2;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.video-empty {
	border: 1px solid var(--es-line);
	grid-column: 1 / -1;
	padding: 40px;
	text-align: center;
}

.video-empty h3 {
	color: var(--es-white);
}

.scripture-band {
	background: var(--es-gold);
	color: #171108;
	padding: 72px 0;
	text-align: center;
}

.scripture-band blockquote {
	font-family: var(--es-serif);
	font-size: clamp(1.65rem, 3.4vw, 3rem);
	line-height: 1.35;
	margin: 0 auto;
	max-width: 940px;
}

.scripture-band cite {
	display: block;
	font-family: var(--es-sans);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.17em;
	margin-top: 22px;
	text-transform: uppercase;
}

/* Interior headers and layouts */
.page-hero {
	background:
		radial-gradient(circle at 85% 10%, rgba(215, 170, 82, 0.14), transparent 26%),
		var(--es-night);
	color: #b8bdc6;
	padding: 86px 0 80px;
	position: relative;
}

.page-hero h1 {
	color: var(--es-white);
	font-size: clamp(2.5rem, 5vw, 4.7rem);
	margin-bottom: 16px;
}

.page-hero p {
	font-family: var(--es-serif);
	font-size: 1.15rem;
	margin: 0;
	max-width: 720px;
}

.breadcrumbs {
	background: #efe9dc;
	color: #6b6254;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 13px max(28px, calc((100% - 1184px) / 2));
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #745016;
	text-decoration: none;
}

.breadcrumbs span {
	margin-left: 9px;
}

.content-area {
	padding: 85px 0 110px;
}

.content-layout {
	align-items: start;
	display: grid;
	gap: 66px;
	grid-template-columns: minmax(0, 820px) minmax(240px, 1fr);
}

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

.single-header {
	margin-bottom: 38px;
}

.single-header .post-categories {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.single-header .post-categories a {
	color: #8c5d0b;
	font-size: 0.69rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
}

.single-header h1 {
	font-size: clamp(2.5rem, 5vw, 4.9rem);
}

.entry-deck {
	color: #5f6671;
	font-family: var(--es-serif);
	font-size: 1.2rem;
	line-height: 1.65;
}

.entry-meta {
	color: #747a84;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.73rem;
	font-weight: 700;
	gap: 9px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.featured-image {
	margin: 0 0 38px;
}

.featured-image img {
	display: block;
	width: 100%;
}

.entry-content {
	font-family: var(--es-serif);
	font-size: 1.12rem;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.entry-content > .alignwide {
	max-width: 980px;
}

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

.entry-content h2,
.entry-content h3 {
	margin-top: 1.55em;
}

.entry-content a {
	font-weight: 600;
}

.entry-content blockquote {
	border-left: 3px solid var(--es-gold);
	color: #383b41;
	font-size: 1.35rem;
	font-style: italic;
	margin-bottom: 1.7em;
	margin-top: 1.7em;
	padding: 8px 0 8px 28px;
}

.entry-content blockquote cite {
	display: block;
	font-family: var(--es-sans);
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 12px;
	text-transform: uppercase;
}

.entry-content .is-style-es-scripture {
	background: var(--es-parchment);
	border: 1px solid #dfd3bd;
	border-left: 4px solid var(--es-gold);
	font-size: 1.22rem;
	padding: 28px 32px;
}

.entry-content .is-style-es-context {
	background: #edf0f4;
	border-top: 3px solid #273246;
	font-family: var(--es-sans);
	font-size: 0.95rem;
	padding: 24px 28px;
}

.entry-content table {
	border-collapse: collapse;
	font-family: var(--es-sans);
	font-size: 0.92rem;
	width: 100%;
}

.entry-content td,
.entry-content th {
	border: 1px solid #d7d9dc;
	padding: 12px;
	text-align: left;
}

.entry-content th {
	background: var(--es-ink);
	color: var(--es-white);
}

.table-of-contents {
	background: var(--es-parchment);
	border: 1px solid #ded2bb;
	margin: 0 0 38px;
	padding: 21px 25px;
}

.toc-title {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--es-ink);
	cursor: pointer;
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

.toc-list {
	font-family: var(--es-sans);
	font-size: 0.86rem;
	margin: 18px 0 0;
	padding-left: 22px;
}

.toc-list a {
	color: #70521d;
	text-decoration: none;
}

.article-cta {
	background: var(--es-night);
	color: #b8bdc6;
	margin-top: 55px;
	padding: 38px;
}

.article-cta h2 {
	color: var(--es-white);
	font-size: 2rem;
}

.article-cta p {
	margin-bottom: 0;
}

.tag-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 38px;
}

.tag-links a {
	background: #eee9df;
	color: #5d4b2b;
	font-size: 0.72rem;
	font-weight: 800;
	padding: 7px 10px;
	text-decoration: none;
}

.post-navigation {
	border-top: 1px solid #dedede;
	margin-top: 45px;
	padding-top: 28px;
}

.post-navigation .nav-links {
	display: grid;
	gap: 25px;
	grid-template-columns: 1fr 1fr;
}

.post-navigation a {
	color: var(--es-ink);
	font-family: var(--es-serif);
	font-size: 1.05rem;
	text-decoration: none;
}

.nav-next {
	text-align: right;
}

.nav-subtitle {
	color: #9b6811;
	display: block;
	font-family: var(--es-sans);
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.sidebar {
	position: sticky;
	top: 120px;
}

.widget {
	border-bottom: 1px solid #ddd7cb;
	margin-bottom: 32px;
	padding-bottom: 30px;
}

.widget-title {
	font-size: 1.35rem;
}

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

.widget li {
	border-top: 1px solid #e0ddd5;
	padding: 9px 0;
}

.widget a {
	color: #3f434b;
	font-size: 0.88rem;
	text-decoration: none;
}

.search-form {
	display: flex;
}

.search-form label {
	flex: 1;
}

.search-field {
	background: var(--es-white);
	border: 1px solid #cfc9bd;
	border-radius: 0;
	min-height: 46px;
	padding: 9px 12px;
	width: 100%;
}

.search-submit {
	background: var(--es-gold);
	border: 0;
	color: #191208;
	cursor: pointer;
	font-size: 0.73rem;
	font-weight: 900;
	padding: 10px 15px;
	text-transform: uppercase;
}

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

.pagination {
	margin-top: 50px;
}

.nav-links.page-numbers,
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	border: 1px solid #d5d0c7;
	color: var(--es-ink);
	padding: 7px 12px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--es-ink);
	color: var(--es-white);
}

.empty-state {
	background: var(--es-parchment);
	border: 1px solid #ddd1bb;
	padding: 48px;
	text-align: center;
}

/* Footer */
.site-footer {
	background: #05070a;
	border-top: 1px solid rgba(215, 170, 82, 0.2);
	color: #999faa;
	padding-top: 78px;
}

.footer-grid {
	display: grid;
	gap: 55px;
	grid-template-columns: 1.45fr 0.8fr 0.8fr;
	padding-bottom: 62px;
}

.footer-brand {
	margin-bottom: 20px;
}

.footer-about {
	font-family: var(--es-serif);
	font-size: 1.03rem;
	max-width: 520px;
}

.site-footer h2 {
	color: var(--es-white);
	font-family: var(--es-sans);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-menu,
.footer-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li,
.footer-categories li {
	margin-bottom: 10px;
}

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

.site-footer a:hover,
.site-footer a:focus {
	color: var(--es-gold-light);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	padding: 22px 0;
	text-transform: uppercase;
}

.footer-bottom-inner {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

/* Comments and core alignment */
.comments-area {
	border-top: 1px solid #dedede;
	margin-top: 50px;
	padding-top: 35px;
}

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

.comment-body {
	border-bottom: 1px solid #e1ded7;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	border: 1px solid #cbc7bd;
	padding: 10px 12px;
	width: 100%;
}

.comment-form .submit {
	background: var(--es-gold);
	border: 0;
	cursor: pointer;
	font-weight: 800;
	padding: 12px 20px;
}

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

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

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	color: #6c7078;
	font-size: 0.8rem;
}

.sticky,
.bypostauthor {
	display: block;
}

@media (max-width: 1050px) {
	.hero-inner {
		gap: 40px;
		grid-template-columns: 1fr 0.72fr;
	}

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

	.primary-menu {
		gap: 18px;
	}

	.header-youtube {
		display: none;
	}
}

@media (max-width: 820px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.menu-toggle {
		display: block;
	}

	.primary-navigation {
		background: var(--es-night);
		display: none;
		inset: 84px 0 0;
		margin: 0;
		overflow-y: auto;
		padding: 34px 28px;
		position: fixed;
	}

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

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

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

	.primary-menu a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: block;
		font-family: var(--es-serif);
		font-size: 1.4rem;
		padding: 15px 0;
		text-transform: none;
	}

	.hero,
	.hero-inner {
		min-height: auto;
	}

	.hero-inner {
		grid-template-columns: 1fr;
		padding-bottom: 125px;
		padding-top: 80px;
	}

	.hero-feature {
		max-width: 610px;
	}

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

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

	.sidebar {
		position: static;
	}

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

	.footer-grid > :first-child {
		grid-column: 1 / -1;
	}
}

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

	.site-shell {
		padding-inline: 20px;
	}

	.header-inner {
		min-height: 74px;
	}

	.brand-mark {
		height: 42px;
		width: 42px;
	}

	.brand-name {
		font-size: 1rem;
	}

	.primary-navigation {
		top: 74px;
	}

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

	.hero-inner {
		padding-top: 65px;
	}

	.hero-actions,
	.hero-actions .button {
		width: 100%;
	}

	.section {
		padding: 74px 0;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.pillar-grid,
	.article-grid,
	.video-grid,
	.archive-grid,
	.footer-grid,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.pillar-card {
		min-height: 250px;
	}

	.page-hero {
		padding: 62px 0;
	}

	.content-area {
		padding: 60px 0 80px;
	}

	.entry-content {
		font-size: 1.04rem;
	}

	.article-cta {
		padding: 28px 24px;
	}

	.nav-next {
		text-align: left;
	}

	.footer-grid > :first-child {
		grid-column: auto;
	}

	.footer-bottom-inner {
		flex-direction: column;
	}
}
