.blogs-page,
.blog-article {
	--blog-gold: #d6a84c;
	--blog-gold-soft: #f1d79b;
	--blog-red: #c85449;
	--blog-ink: #140d0b;
	--blog-panel: #211612;
	--blog-copy: #d8c9b8;
	color: var(--blog-copy);
	font-family: 'Inter', Arial, sans-serif;
}

.blogs-hero {
	position: relative;
	overflow: hidden;
	padding: 34px 32px 31px;
	border: 1px solid rgba(214, 168, 76, 0.3);
	border-radius: 12px;
	background:
		radial-gradient(circle at 82% 20%, rgba(200, 84, 73, 0.26), transparent 32%),
		linear-gradient(135deg, #2a1914 0%, #140d0b 72%);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.04);
}

.blogs-hero::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -66px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(214, 168, 76, 0.11);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(214, 168, 76, 0.03), 0 0 0 56px rgba(214, 168, 76, 0.025);
}

.blogs-eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 9px;
	color: var(--blog-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.blogs-hero h1,
.blog-article__header h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #f5e9d4;
	font-family: 'Cinzel', Georgia, serif;
	font-size: 34px;
	line-height: 1.18;
	text-shadow: 0 3px 15px rgba(0, 0, 0, 0.55);
}

.blogs-hero > p:last-child {
	position: relative;
	z-index: 1;
	max-width: 470px;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.65;
}

.blogs-feed {
	margin-top: 27px;
}

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

.blogs-section-heading p {
	margin: 0 0 3px;
	color: var(--blog-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.blogs-section-heading h2 {
	margin: 0;
	color: #eadcc7;
	font-family: 'Cinzel', Georgia, serif;
	font-size: 20px;
}

.blogs-section-heading > span {
	color: #998577;
	font-size: 11px;
}

.blog-card {
	overflow: hidden;
	border: 1px solid rgba(214, 168, 76, 0.2);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(40, 27, 22, 0.96), rgba(27, 18, 15, 0.98));
	box-shadow: 0 13px 28px rgba(0, 0, 0, 0.3);
}

.blog-card__image {
	display: block;
	padding: 17px 14px;
	border-bottom: 1px solid rgba(214, 168, 76, 0.16);
	background-color: #101111;
	background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.7px, transparent 0.7px);
	background-size: 12px 12px;
}

.blog-card__image img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));
	transition: transform 0.2s ease, filter 0.2s ease;
}

.blog-card__image:hover img {
	transform: translateY(-2px);
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5)) brightness(1.08);
}

.blog-card__body {
	padding: 22px 24px 24px;
}

.blog-meta,
.blog-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #a99586;
	font-size: 11px;
}

.blog-meta span:first-child {
	color: #e1b85f;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.blog-meta time::before,
.blog-byline > * + *::before {
	content: "•";
	margin-right: 8px;
	color: #6f5c51;
}

.blog-card h3 {
	margin: 9px 0 8px;
	font-family: 'Cinzel', Georgia, serif;
	font-size: 23px;
	line-height: 1.28;
}

.blog-card h3 a {
	color: #f0e2cb;
	text-decoration: none;
}

.blog-card h3 a:hover {
	color: #f3ca77;
}

.blog-card__body > p {
	margin: 0 0 16px;
	color: #cbbbaa;
	font-size: 13px;
	line-height: 1.7;
}

.blog-card__read,
.blog-article__footer a,
.blog-breadcrumbs a {
	color: #e0b966;
	font-weight: 700;
	text-decoration: none;
}

.blog-card__read:hover,
.blog-article__footer a:hover,
.blog-breadcrumbs a:hover {
	color: #f3d590;
}

.blog-breadcrumbs {
	margin: 0 0 13px;
	color: #8e7a6d;
	font-size: 11px;
}

.blog-breadcrumbs span {
	margin-left: 6px;
}

.blog-article__header {
	padding: 30px 29px 25px;
	border: 1px solid rgba(214, 168, 76, 0.24);
	border-radius: 12px 12px 0 0;
	background:
		radial-gradient(circle at top right, rgba(200, 84, 73, 0.23), transparent 34%),
		linear-gradient(145deg, #2b1b16, #160e0c 76%);
}

.blog-article__header h1 {
	font-size: 31px;
}

.blog-article__lead {
	max-width: 540px;
	margin: 12px 0 17px;
	color: #dacbbb;
	font-size: 15px;
	line-height: 1.65;
}

.blog-byline span:first-child {
	color: #e9d8bd;
	font-weight: 700;
}

.blog-figure {
	margin: 0;
	padding: 20px 16px 15px;
	border-right: 1px solid rgba(214, 168, 76, 0.18);
	border-left: 1px solid rgba(214, 168, 76, 0.18);
	background: #100d0c;
}

.blog-figure__viewport {
	overflow-x: auto;
	padding: 13px 10px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 6px;
	background-color: #141515;
	background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
	background-size: 12px 12px;
	scrollbar-color: #8a3f35 #19110e;
}

.blog-figure__viewport:focus-visible {
	outline: 2px solid var(--blog-gold);
	outline-offset: 3px;
}

.blog-figure img {
	display: block;
	width: 100%;
	min-width: 1000px;
	height: auto;
}

.blog-figure figcaption {
	margin-top: 10px;
	color: #928073;
	font-size: 10px;
	font-style: italic;
	line-height: 1.5;
}

.blog-article__content {
	padding: 28px 31px 31px;
	border-right: 1px solid rgba(214, 168, 76, 0.18);
	border-left: 1px solid rgba(214, 168, 76, 0.18);
	background: linear-gradient(180deg, #211612, #19110f);
}

.blog-article__content p {
	margin: 0 0 18px;
	color: #d3c4b5;
	font-size: 14px;
	line-height: 1.82;
}

.blog-article__content h2,
.blog-article__content h3 {
	color: #eee0c9;
	font-family: 'Cinzel', Georgia, serif;
}

.blog-article__content h2 {
	margin: 29px 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(214, 168, 76, 0.16);
	font-size: 21px;
}

.blog-article__content h3 {
	margin: 23px 0 8px;
	font-size: 16px;
}

.blog-dropcap::first-letter {
	float: left;
	margin: 7px 8px 0 0;
	color: var(--blog-gold);
	font-family: 'Cinzel', Georgia, serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 0.78;
}

.blog-callout {
	margin: 25px 0;
	padding: 18px 19px;
	border-left: 3px solid var(--blog-red);
	border-radius: 0 7px 7px 0;
	background: rgba(200, 84, 73, 0.08);
}

.blog-callout span {
	display: block;
	margin-bottom: 5px;
	color: #d88a7f;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.blog-callout strong {
	color: #eedec8;
	font-family: 'Cinzel', Georgia, serif;
	font-size: 15px;
	line-height: 1.55;
}

.blog-article__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
	border: 1px solid rgba(214, 168, 76, 0.22);
	border-radius: 0 0 10px 10px;
	background: #120d0b;
}

.blog-article__footer p {
	margin: 0;
	color: #88766a;
	font-size: 11px;
}

@media (max-width: 700px) {
	.blogs-hero,
	.blog-article__header {
		padding-right: 22px;
		padding-left: 22px;
	}

	.blogs-hero h1,
	.blog-article__header h1 {
		font-size: 27px;
	}

	.blog-article__content {
		padding-right: 22px;
		padding-left: 22px;
	}
}
