:root {
	--lcr-ink: #101827;
	--lcr-text: #273342;
	--lcr-muted: #69717d;
	--lcr-border: #dedfe2;
	--lcr-bg: #fcfbf8;
	--lcr-card: #ffffff;
	--lcr-sand: #f3efe6;
	--lcr-ocean: #0d4e71;
	--lcr-ocean-deep: #10243a;
	--lcr-ocean-light: #347a9b;
	--lcr-accent: #b8863b;
	--lcr-shadow: 0 14px 34px rgba(16, 24, 39, 0.08);
	--lcr-container: 1280px;
	--lcr-display: "Libre Baskerville", Georgia, "Times New Roman", serif;
	--lcr-body: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

body {
	margin: 0;
	background: var(--lcr-bg);
	color: var(--lcr-text);
	font-family: var(--lcr-body);
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--lcr-ocean);
}

button,
input {
	font: inherit;
}

.screen-reader-text,
.lcr-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.lcr-skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--lcr-ink);
	color: #fff;
}

.lcr-container {
	width: min(100% - 32px, var(--lcr-container));
	margin-inline: auto;
}

.lcr-site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(16, 24, 39, 0.98);
	backdrop-filter: saturate(140%) blur(10px);
}

.lcr-header-inner {
	display: grid;
	grid-template-columns: minmax(188px, 250px) 1fr auto;
	align-items: center;
	min-height: 86px;
	gap: 32px;
}

.lcr-brand {
	display: inline-flex;
	align-items: center;
	width: min(250px, 34vw);
	min-width: 188px;
	line-height: 0;
}

.lcr-brand img {
	width: 100%;
	max-height: 64px;
	object-fit: contain;
}

.lcr-primary-nav {
	justify-self: center;
}

.lcr-primary-nav ul,
.lcr-site-footer ul {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lcr-primary-nav a {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.92rem;
	font-weight: 600;
	transition: color 160ms ease;
}

.lcr-primary-nav a:hover {
	color: #fff;
}

.lcr-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.lcr-report-link,
.lcr-search-form button,
.lcr-newsletter-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 0;
	background: var(--lcr-ocean-light);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0 18px;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lcr-report-link:hover,
.lcr-search-form button:hover,
.lcr-newsletter-form button:hover {
	background: var(--lcr-ocean-deep);
	color: #fff;
}

.lcr-report-link:hover,
.lcr-search-form button:hover,
.lcr-newsletter-form button:hover {
	transform: translateY(-1px);
}

.lcr-search-toggle,
.lcr-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease;
}

.lcr-search-toggle:hover,
.lcr-menu-toggle:hover {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
}

.lcr-search-toggle svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.lcr-menu-toggle {
	display: none;
	flex-direction: column;
	gap: 4px;
}

.lcr-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
}

.lcr-header-search {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 16px 0;
	background: var(--lcr-ink);
}

.lcr-search-form {
	display: flex;
	gap: 8px;
	width: 100%;
}

.lcr-search-form input,
.lcr-newsletter-form input {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--lcr-border);
	background: #fff;
	color: var(--lcr-ink);
	padding: 0 14px;
	outline: 0;
}

.lcr-search-form input:focus,
.lcr-newsletter-form input:focus {
	border-color: var(--lcr-ocean-light);
	box-shadow: 0 0 0 3px rgba(52, 122, 155, 0.12);
}

.lcr-hero {
	position: relative;
	min-height: 480px;
	height: min(62vh, 700px);
	overflow: hidden;
	background: var(--lcr-ink);
}

.lcr-hero__media,
.lcr-hero__media > img,
.lcr-hero__image,
.lcr-hero__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lcr-hero__placeholder,
.lcr-image-fallback {
	background:
		linear-gradient(135deg, rgba(13, 78, 113, 0.9), rgba(16, 24, 39, 0.94)),
		radial-gradient(circle at 78% 18%, rgba(184, 134, 59, 0.32), transparent 35%);
	color: #fff;
}

.lcr-image-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	font-family: var(--lcr-display);
	font-weight: 800;
}

.lcr-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(16, 24, 39, 0.9) 0%, rgba(16, 24, 39, 0.54) 43%, rgba(16, 24, 39, 0.08) 100%),
		linear-gradient(90deg, rgba(16, 24, 39, 0.32), rgba(16, 24, 39, 0));
}

.lcr-hero__content {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-block: 70px;
}

.lcr-hero__copy {
	max-width: 690px;
	color: #fff;
}

.lcr-chip,
.lcr-post-card__chip {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	background: var(--lcr-ocean);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1;
	padding: 7px 11px;
}

.lcr-hero h1,
.lcr-page-hero h1,
.lcr-entry-header h1,
.lcr-single-header h1 {
	margin: 14px 0 0;
	color: inherit;
	font-family: var(--lcr-display);
	font-weight: 700;
	font-size: clamp(2.15rem, 5vw, 4.65rem);
	line-height: 1.06;
	letter-spacing: 0;
}

.lcr-hero p {
	max-width: 650px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	line-height: 1.62;
}

.lcr-hero time {
	display: block;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.93rem;
}

.lcr-section {
	padding-block: 66px;
}

.lcr-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 38px;
	border-bottom: 1px solid var(--lcr-border);
	padding-bottom: 18px;
}

.lcr-section-heading h2 {
	margin: 0;
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-size: clamp(1.55rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.15;
}

.lcr-section-heading a {
	color: var(--lcr-ocean);
	font-size: 0.9rem;
	font-weight: 600;
}

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

.lcr-post-grid--compact {
	gap: 22px;
}

.lcr-post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--lcr-border);
	background: var(--lcr-card);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lcr-post-card:hover {
	transform: translateY(-2px);
	border-color: rgba(13, 78, 113, 0.24);
	box-shadow: var(--lcr-shadow);
}

.lcr-post-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--lcr-sand);
}

.lcr-post-card__media::after {
	position: absolute;
	inset: auto 0 0 0;
	height: 42%;
	background: linear-gradient(0deg, rgba(16, 24, 39, 0.22), rgba(16, 24, 39, 0));
	content: "";
	pointer-events: none;
}

.lcr-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 480ms ease;
}

.lcr-post-card:hover .lcr-card-image {
	transform: scale(1.045);
}

.lcr-post-card__chip {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--lcr-ocean-light);
	z-index: 1;
}

.lcr-post-card:nth-child(3n + 1) .lcr-post-card__chip,
.lcr-category-card:nth-child(4n + 1) span {
	background: var(--lcr-ocean);
}

.lcr-post-card:nth-child(3n + 2) .lcr-post-card__chip,
.lcr-category-card:nth-child(4n + 2) span {
	background: var(--lcr-ocean-light);
}

.lcr-post-card:nth-child(3n + 3) .lcr-post-card__chip,
.lcr-category-card:nth-child(4n + 3) span,
.lcr-category-card:nth-child(4n + 4) span {
	background: var(--lcr-ink);
}

.lcr-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 19px 20px 22px;
}

.lcr-meta,
.lcr-byline,
.lcr-eyebrow {
	color: var(--lcr-muted);
	font-size: 0.82rem;
	font-weight: 500;
}

.lcr-post-card__title {
	margin: 8px 0;
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.28;
}

.lcr-post-card__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: var(--lcr-muted);
	font-size: 0.94rem;
	line-height: 1.58;
}

.lcr-category-band {
	border-block: 1px solid var(--lcr-border);
	background: rgba(243, 239, 230, 0.54);
}

.lcr-category-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.lcr-category-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--lcr-border);
	background: #fff;
	padding: 25px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lcr-category-card:hover {
	transform: translateY(-3px);
	border-color: rgba(13, 78, 113, 0.24);
	box-shadow: var(--lcr-shadow);
}

.lcr-category-card span {
	width: fit-content;
	background: var(--lcr-ocean);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 5px 9px;
}

.lcr-category-card h3 {
	margin: 18px 0 6px;
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.lcr-category-card p {
	margin: 0;
	color: var(--lcr-muted);
	font-size: 0.94rem;
	line-height: 1.56;
}

.lcr-newsletter-section {
	padding-block: 64px;
}

.lcr-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: center;
	gap: 28px;
	border: 1px solid var(--lcr-border);
	background:
		linear-gradient(135deg, rgba(243, 239, 230, 0.82), rgba(255, 255, 255, 0.88)),
		radial-gradient(circle at 100% 0, rgba(52, 122, 155, 0.14), transparent 34%);
	padding: clamp(28px, 5vw, 48px);
}

.lcr-newsletter h2,
.lcr-widget h2,
.lcr-site-footer h2,
.lcr-site-footer h3 {
	margin: 0;
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-weight: 700;
	line-height: 1.18;
}

.lcr-newsletter p {
	max-width: 620px;
	margin: 10px 0 0;
	color: var(--lcr-muted);
	line-height: 1.62;
}

.lcr-newsletter-form {
	display: flex;
	gap: 8px;
}

.lcr-newsletter-form input::placeholder,
.lcr-search-form input::placeholder {
	color: #8b929d;
}

.lcr-page-hero {
	border-bottom: 1px solid var(--lcr-border);
	background:
		linear-gradient(135deg, rgba(243, 239, 230, 0.92), rgba(252, 251, 248, 0.9)),
		radial-gradient(circle at 88% 12%, rgba(52, 122, 155, 0.16), transparent 32%);
	padding-block: 76px;
}

.lcr-page-hero p {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--lcr-muted);
}

.lcr-archive-description {
	max-width: 760px;
	color: var(--lcr-muted);
}

.lcr-single-header {
	border-bottom: 1px solid var(--lcr-border);
	background:
		linear-gradient(135deg, rgba(243, 239, 230, 0.9), rgba(252, 251, 248, 0.88)),
		radial-gradient(circle at 86% 18%, rgba(52, 122, 155, 0.16), transparent 34%);
	padding-block: 66px 48px;
}

.lcr-single-header__inner {
	max-width: 920px;
}

.lcr-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 18px;
	color: var(--lcr-muted);
}

.lcr-byline a {
	color: var(--lcr-ink);
	font-weight: 600;
}

.lcr-single-featured {
	margin-top: 40px;
}

.lcr-single-image {
	width: 100%;
	max-height: 680px;
	object-fit: cover;
	border: 1px solid var(--lcr-border);
}

.lcr-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
	gap: 64px;
	padding-block: 60px;
}

.lcr-entry-content {
	color: var(--lcr-text);
	font-size: 1.075rem;
	line-height: 1.78;
}

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

.lcr-entry-content h2,
.lcr-entry-content h3,
.lcr-entry-content h4 {
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-weight: 700;
	line-height: 1.18;
}

.lcr-entry-content h2 {
	margin-top: 2.2em;
	font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.lcr-entry-content h3 {
	margin-top: 1.8em;
	font-size: 1.45rem;
}

.lcr-entry-content a {
	color: var(--lcr-ocean-deep);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.lcr-entry-content blockquote {
	margin: 32px 0;
	border-left: 3px solid var(--lcr-ocean);
	padding-left: 22px;
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-size: 1.28rem;
	line-height: 1.35;
}

.lcr-tags,
.lcr-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	border-top: 1px solid var(--lcr-border);
	padding-top: 24px;
}

.lcr-tags span,
.lcr-share span {
	color: var(--lcr-ink);
	font-weight: 600;
}

.lcr-tags a,
.lcr-share a {
	border: 1px solid var(--lcr-border);
	background: #fff;
	color: var(--lcr-ocean-deep);
	font-size: 0.9rem;
	font-weight: 600;
	padding: 8px 11px;
	transition: border-color 160ms ease, background 160ms ease;
}

.lcr-tags a:hover,
.lcr-share a:hover {
	border-color: var(--lcr-ocean-light);
	background: rgba(52, 122, 155, 0.06);
}

.lcr-sidebar {
	min-width: 0;
}

.lcr-widget {
	border: 1px solid var(--lcr-border);
	background: #fff;
	padding: 24px;
}

.lcr-widget + .lcr-widget {
	margin-top: 18px;
}

.lcr-mini-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.lcr-mini-list li + li {
	border-top: 1px solid var(--lcr-border);
	margin-top: 12px;
	padding-top: 12px;
}

.lcr-mini-list a {
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
	font-weight: 700;
	line-height: 1.25;
}

.lcr-page-content {
	max-width: 900px;
	padding-block: 72px;
}

.lcr-entry-header {
	margin-bottom: 30px;
}

.lcr-pagination {
	margin-top: 38px;
}

.lcr-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lcr-pagination a,
.lcr-pagination span {
	border: 1px solid var(--lcr-border);
	background: #fff;
	padding: 8px 12px;
	color: var(--lcr-ink);
}

.lcr-pagination .current {
	background: var(--lcr-ink);
	color: #fff;
}

.lcr-empty-state {
	border: 1px solid var(--lcr-border);
	background: #fff;
	padding: 38px;
	text-align: center;
}

.lcr-empty-state h1,
.lcr-empty-state h2 {
	margin: 0 0 8px;
	color: var(--lcr-ink);
	font-family: var(--lcr-display);
}

.lcr-site-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--lcr-ink);
	color: rgba(255, 255, 255, 0.68);
}

.lcr-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr;
	gap: 44px;
	padding-block: 52px;
}

.lcr-site-footer ul {
	display: block;
	margin-top: 12px;
}

.lcr-site-footer li + li {
	margin-top: 8px;
}

.lcr-site-footer a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
	transition: color 160ms ease;
}

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

.lcr-footer-brand {
	display: inline-flex;
	width: min(260px, 100%);
	line-height: 0;
}

.lcr-footer-logo {
	width: 100%;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}

.lcr-site-footer h2,
.lcr-site-footer h3 {
	color: #fff;
}

.lcr-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.lcr-social-links a {
	color: #fff;
	font-weight: 600;
}

.lcr-footer-widgets {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: 28px;
}

.lcr-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: 22px;
	text-align: center;
}

.lcr-footer-bottom p {
	margin: 0;
	font-size: 0.82rem;
}

@media (max-width: 980px) {
	.lcr-header-inner {
		grid-template-columns: auto auto;
		gap: 14px;
	}

	.lcr-menu-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.lcr-primary-nav {
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		border-top: 1px solid var(--lcr-border);
		padding: 16px 0 20px;
	}

	.lcr-primary-nav.is-open {
		display: block;
	}

	.lcr-primary-nav ul {
		display: grid;
		gap: 13px;
	}

	.lcr-header-actions {
		grid-column: 1 / -1;
		justify-content: space-between;
		padding-bottom: 14px;
	}

	.lcr-post-grid,
	.lcr-category-cards,
	.lcr-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 640px) {
	.lcr-container {
		width: min(100% - 32px, var(--lcr-container));
	}

	.lcr-header-inner {
		min-height: 70px;
	}

	.lcr-brand {
		font-size: 1.48rem;
	}

	.lcr-report-link {
		flex: 1;
	}

	.lcr-hero {
		min-height: 506px;
		height: auto;
	}

	.lcr-hero__content {
		padding-block: 104px 56px;
	}

	.lcr-hero h1,
	.lcr-page-hero h1,
	.lcr-entry-header h1,
	.lcr-single-header h1 {
		font-size: clamp(2rem, 12vw, 3.3rem);
	}

	.lcr-section,
	.lcr-newsletter-section {
		padding-block: 52px;
	}

	.lcr-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 28px;
	}

	.lcr-post-grid,
	.lcr-category-cards,
	.lcr-footer-grid {
		grid-template-columns: 1fr;
	}

	.lcr-newsletter-form,
	.lcr-search-form {
		flex-direction: column;
	}

	.lcr-post-card__body,
	.lcr-category-card {
		padding: 20px;
	}

	.lcr-page-hero,
	.lcr-single-header {
		padding-block: 50px;
	}

	.lcr-content-layout {
		padding-block: 46px;
	}
}
