:root {
	--cp-ink: #111111;
	--cp-cream: #f4efe6;
	--cp-paper: #fcfaf6;
	--cp-red: #c9202f;
	--cp-red-dark: #a81724;
	--cp-gray: #6d6a66;
	--cp-line: #d8d1c7;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cp-paper);
	color: var(--cp-ink);
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

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

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--cp-red);
	outline-offset: 4px;
}

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 0.8rem 1rem;
	clip: auto;
	background: white;
	color: var(--cp-ink);
	font-weight: 700;
}

.site-header {
	position: relative;
	z-index: 20;
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	padding: 0 4vw;
	border-bottom: 1px solid var(--cp-line);
	background: rgba(252, 250, 246, 0.97);
}

.site-branding {
	display: flex;
	align-items: center;
}

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

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

.brand {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(1.85rem, 2.5vw, 2.75rem);
	letter-spacing: -0.035em;
	line-height: 1;
}

.primary-nav .menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 3vw, 3.25rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	position: relative;
	display: block;
	padding: 1.65rem 0;
	font-size: 0.95rem;
	font-weight: 700;
}

.primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 1.1rem;
	left: 0;
	height: 2px;
	background: var(--cp-red);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--cp-red);
	font-weight: 800;
	cursor: pointer;
}

.hero {
	display: grid;
	min-height: 615px;
	grid-template-columns: minmax(420px, 44%) 1fr;
	background: var(--cp-cream);
}

.hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(3.5rem, 6vw, 6.5rem) clamp(2rem, 4.6vw, 5.2rem);
}

.eyebrow {
	margin: 0 0 1.25rem;
	color: var(--cp-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

.hero h1,
.featured-copy h2,
.section-heading h2,
.category-band h2,
.newsletter h2,
.archive-hero h1,
.article-header h1,
.page-header h1,
.not-found h1 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.hero h1 {
	max-width: 750px;
	margin-bottom: 1.75rem;
	font-size: clamp(4rem, 5.7vw, 7.3rem);
	line-height: 0.89;
}

.hero-intro {
	max-width: 610px;
	margin-bottom: 2.3rem;
	color: #4e4b47;
	font-size: clamp(1.05rem, 1.35vw, 1.3rem);
	line-height: 1.5;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 0 1.8rem;
	border: 2px solid var(--cp-red);
	font-weight: 800;
	transition: 200ms ease;
}

.button--primary {
	background: var(--cp-red);
	color: #fff;
}

.button--primary:hover {
	border-color: var(--cp-red-dark);
	background: var(--cp-red-dark);
	transform: translateY(-2px);
}

.button--secondary {
	background: transparent;
	color: var(--cp-red);
}

.button--secondary:hover {
	background: #f8dadd;
	transform: translateY(-2px);
}

.hero-image {
	min-width: 0;
	background-color: #2e3033;
	background-position: center;
	background-size: cover;
}

.featured-wrap {
	position: relative;
	z-index: 3;
	width: min(1340px, 92%);
	margin: -62px auto 0;
}

.featured-story {
	display: grid;
	min-height: 275px;
	grid-template-columns: 52% 1fr 94px;
	overflow: hidden;
	border: 1px solid var(--cp-line);
	background: var(--cp-paper);
	box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.featured-story:hover {
	box-shadow: 0 23px 55px rgba(17, 17, 17, 0.16);
	transform: translateY(-4px);
}

.featured-image {
	min-height: 275px;
	background-color: #777;
	background-position: center;
	background-size: cover;
}

.featured-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.4rem 3rem;
}

.featured-copy .eyebrow {
	margin-bottom: 1rem;
}

.featured-copy h2 {
	max-width: 660px;
	margin-bottom: 0.8rem;
	font-size: clamp(2.3rem, 3.8vw, 4.25rem);
	line-height: 0.97;
}

.featured-copy > p:last-child {
	max-width: 600px;
	margin-bottom: 0;
	color: var(--cp-gray);
	line-height: 1.55;
}

.featured-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid var(--cp-line);
	color: var(--cp-red);
	font-size: 2.8rem;
	transition: transform 220ms ease;
}

.featured-story:hover .featured-arrow {
	transform: translateX(7px);
}

.trust-strip {
	display: flex;
	width: min(1210px, 88%);
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin: 0 auto;
	padding: 2.1rem 0;
	border-bottom: 1px solid var(--cp-line);
	color: #55514d;
	font-size: 0.9rem;
}

.trust-strip p {
	margin: 0;
}

.trust-strip span {
	color: var(--cp-red);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.section {
	width: min(1210px, 88%);
	margin: 0 auto;
	padding: 7rem 0;
}

.section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.7rem;
}

.section-heading .eyebrow {
	margin-bottom: 0.6rem;
}

.section-heading h2,
.category-band h2,
.newsletter h2 {
	margin-bottom: 0;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: 0.92;
}

.text-link,
.read-link {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	color: var(--cp-red);
	font-weight: 800;
}

.text-link:hover,
.read-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.comparison-section {
	padding-bottom: 4rem;
}

.comparison-grid {
	display: grid;
	border-top: 2px solid var(--cp-ink);
}

.comparison-card {
	display: grid;
	grid-template-columns: 88px 1fr auto;
	align-items: center;
	gap: 1.3rem;
	padding: 1.7rem 0;
	border-bottom: 1px solid var(--cp-line);
	transition: background 180ms ease, padding 180ms ease;
}

.comparison-card:hover {
	padding-right: 1rem;
	padding-left: 1rem;
	background: var(--cp-cream);
}

.comparison-number {
	color: var(--cp-red);
	font-family: Georgia, serif;
	font-size: 1.1rem;
	font-style: italic;
}

.comparison-card p {
	margin-bottom: 0.3rem;
	color: var(--cp-gray);
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.comparison-card h3 {
	margin-bottom: 0;
	font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.comparison-card > span:last-child {
	color: var(--cp-red);
	font-size: 1.6rem;
}

.latest-section {
	padding-top: 4rem;
}

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

.story-card--wide {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 3rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid var(--cp-line);
}

.story-image-link {
	position: relative;
	display: block;
	min-height: 310px;
	overflow: hidden;
	background: #ddd;
}

.story-card--wide .story-image-link {
	min-height: 440px;
}

.story-image-link img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.story-image-link:hover img {
	transform: scale(1.025);
}

.story-image-link span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.75rem 1rem;
	background: var(--cp-red);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.story-card--wide .story-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.story-meta {
	margin-bottom: 0.8rem;
	color: var(--cp-gray);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.story-copy h3 {
	margin-bottom: 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 3vw, 3.2rem);
	line-height: 1.08;
}

.story-card:not(.story-card--wide) .story-copy h3 {
	font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

.story-copy > p:not(.story-meta) {
	max-width: 620px;
	margin-bottom: 1.4rem;
	color: var(--cp-gray);
	font-size: 1rem;
	line-height: 1.65;
}

.category-band {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 7vw;
	padding: 6.5rem max(6vw, calc((100vw - 1210px) / 2));
	background: var(--cp-ink);
	color: #fff;
}

.eyebrow--light {
	color: #ef5260;
}

.category-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #4b4b4b;
}

.category-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.35rem 0;
	border-bottom: 1px solid #4b4b4b;
	font-weight: 700;
}

.category-links a:nth-child(odd) {
	padding-right: 2rem;
}

.category-links a:nth-child(even) {
	padding-left: 2rem;
	border-left: 1px solid #4b4b4b;
}

.category-links span {
	color: #ef5260;
}

.newsletter {
	display: grid;
	width: min(1210px, 88%);
	grid-template-columns: 1fr 0.85fr;
	align-items: end;
	gap: 4rem;
	margin: 0 auto;
	padding: 7rem 0;
}

.newsletter-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0.25rem;
	border-bottom: 2px solid var(--cp-ink);
	color: var(--cp-red);
	font-weight: 800;
}

.site-footer {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr auto;
	align-items: center;
	gap: 3rem;
	padding: 3rem 4vw;
	border-top: 1px solid #333;
	background: var(--cp-ink);
	color: #fff;
}

.brand--footer {
	font-size: 2.4rem;
}

.site-footer p,
.copyright {
	margin: 0.8rem 0 0;
	color: #aaa;
	font-size: 0.82rem;
	line-height: 1.5;
}

.footer-menu {
	flex-wrap: wrap;
	gap: 1rem 1.4rem;
	font-size: 0.82rem;
	font-weight: 700;
}

.footer-widget,
.footer-widget p {
	margin: 0;
}

.archive-hero,
.article-header,
.page-header {
	padding: clamp(4rem, 8vw, 8rem) max(6vw, calc((100vw - 1210px) / 2));
	background: var(--cp-cream);
}

.archive-hero h1,
.article-header h1,
.page-header h1,
.not-found h1 {
	max-width: 1100px;
	margin-bottom: 1rem;
	font-size: clamp(4rem, 8vw, 8rem);
	line-height: 0.9;
}

.archive-description {
	max-width: 760px;
	color: var(--cp-gray);
	font-size: 1.1rem;
	line-height: 1.6;
}

.content-shell {
	width: min(1210px, 88%);
	margin: 0 auto;
	padding: 6rem 0;
}

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

.archive-card__image {
	display: block;
	aspect-ratio: 3 / 2;
	margin-bottom: 1.5rem;
	overflow: hidden;
	background: #ddd;
}

.archive-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}

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

.archive-card h2,
.search-result h2 {
	margin-bottom: 0.8rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height: 1.1;
}

.archive-card > p:not(.story-meta),
.search-result > p:not(.story-meta) {
	color: var(--cp-gray);
	line-height: 1.65;
}

.navigation.pagination {
	margin-top: 4rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.8rem;
	border: 1px solid var(--cp-line);
}

.page-numbers.current {
	border-color: var(--cp-red);
	background: var(--cp-red);
	color: #fff;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	color: var(--cp-gray);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
}

.article-hero {
	width: min(1400px, 92%);
	margin: -2rem auto 0;
}

.article-hero img {
	width: 100%;
	max-height: 760px;
	object-fit: cover;
}

.article-layout {
	display: grid;
	width: min(1100px, 88%);
	grid-template-columns: minmax(0, 760px) 220px;
	gap: 5rem;
	margin: 0 auto;
	padding: 6rem 0;
}

.article-content,
.page-content {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	line-height: 1.8;
}

.article-content h2,
.article-content h3,
.page-content h2,
.page-content h3 {
	margin-top: 2.4em;
	margin-bottom: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

.article-content a,
.page-content a {
	color: var(--cp-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.article-content blockquote,
.page-content blockquote {
	margin: 2rem 0;
	padding: 1rem 0 1rem 2rem;
	border-left: 4px solid var(--cp-red);
	color: #45413d;
	font-size: 1.25em;
}

.article-content table,
.page-content table {
	width: 100%;
	border-collapse: collapse;
}

.article-content th,
.article-content td,
.page-content th,
.page-content td {
	padding: 0.8rem;
	border: 1px solid var(--cp-line);
	text-align: left;
}

.article-aside {
	align-self: start;
	padding-top: 0.5rem;
}

.article-aside > a,
.tag-list a {
	display: inline-block;
	margin: 0 0.4rem 0.5rem 0;
	padding: 0.55rem 0.7rem;
	border: 1px solid var(--cp-line);
	font-size: 0.78rem;
	font-weight: 700;
}

.post-navigation,
.comments-area {
	width: min(1100px, 88%);
	margin: 0 auto;
	padding: 2rem 0 5rem;
	border-top: 1px solid var(--cp-line);
}

.post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	color: var(--cp-red);
	font-weight: 700;
}

.standard-page {
	padding-bottom: 6rem;
}

.page-featured-image {
	width: min(1210px, 88%);
	margin: -2rem auto 4rem;
}

.page-content {
	width: min(800px, 88%);
	margin: 5rem auto 0;
}

.not-found {
	display: flex;
	min-height: 70vh;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 6rem max(6vw, calc((100vw - 1210px) / 2));
	background: var(--cp-cream);
}

.not-found p:not(.eyebrow) {
	max-width: 620px;
	margin-bottom: 2rem;
	color: var(--cp-gray);
	font-size: 1.15rem;
	line-height: 1.6;
}

.search-form {
	display: flex;
	max-width: 720px;
	margin-bottom: 4rem;
}

.search-field {
	min-width: 0;
	flex: 1;
	padding: 1rem;
	border: 1px solid var(--cp-line);
	background: #fff;
}

.search-submit {
	padding: 0 1.5rem;
	border: 0;
	background: var(--cp-red);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.search-result {
max-width: 820px;
	padding: 2rem 0;
	border-bottom: 1px solid var(--cp-line);
}

.empty-state {
	padding: 3rem 0;
	color: var(--cp-gray);
}

.comments-area input:not([type="submit"]),
.comments-area textarea {
	width: 100%;
	padding: 0.9rem;
	border: 1px solid var(--cp-line);
	background: #fff;
}

.comments-area input[type="submit"] {
	padding: 0.9rem 1.3rem;
	border: 0;
	background: var(--cp-red);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

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

	.hero {
		grid-template-columns: 1fr;
	}

	.hero-image {
		min-height: 500px;
	}

	.featured-wrap {
		margin-top: -32px;
	}

	.featured-story {
		grid-template-columns: 1fr 1fr 70px;
	}

	.featured-copy {
		padding: 2rem;
	}

	.category-band,
	.newsletter {
		grid-template-columns: 1fr;
	}

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

	.article-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

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

@media (max-width: 720px) {
	.site-header {
		min-height: 64px;
		padding: 0 1.1rem;
	}

	.menu-toggle {
		display: block;
	}

	.primary-nav {
		position: absolute;
		top: 100%;
		right: 1rem;
		display: none;
		width: min(290px, calc(100vw - 2rem));
		border: 1px solid var(--cp-line);
		background: var(--cp-paper);
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	}

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

	.primary-nav .menu {
		display: grid;
		gap: 0;
	}

	.primary-nav a {
		padding: 1rem 1.2rem;
		border-bottom: 1px solid var(--cp-line);
	}

	.primary-nav a::after {
		display: none;
	}

	.hero {
		min-height: 0;
	}

	.hero-copy {
		padding: 4.5rem 1.25rem 3.5rem;
	}

	.hero h1 {
		font-size: clamp(3.55rem, 16vw, 5.5rem);
	}

	.hero-image {
		min-height: 370px;
	}

	.button-row,
	.button {
		width: 100%;
	}

	.featured-wrap {
		width: calc(100% - 2rem);
		margin-top: 1rem;
	}

	.featured-story {
		grid-template-columns: 1fr;
	}

	.featured-image {
		min-height: 240px;
	}

	.featured-copy {
		padding: 2rem 1.35rem;
	}

	.featured-arrow {
		display: none;
	}

	.trust-strip {
		width: calc(100% - 2.5rem);
		align-items: flex-start;
		flex-direction: column;
		gap: 0.6rem;
	}

	.section {
		width: calc(100% - 2.5rem);
		padding: 5rem 0;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.comparison-card {
		grid-template-columns: 42px 1fr auto;
	}

	.stories-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.story-card--wide {
		display: block;
		grid-column: auto;
		padding-bottom: 3rem;
	}

	.story-image-link,
	.story-card--wide .story-image-link {
		min-height: 280px;
		margin-bottom: 1.5rem;
	}

	.story-card:not(.story-card--wide) {
		padding-bottom: 3rem;
		border-bottom: 1px solid var(--cp-line);
	}

	.category-band {
		grid-template-columns: 1fr;
		padding: 5rem 1.25rem;
	}

	.category-links {
		grid-template-columns: 1fr;
	}

	.category-links a:nth-child(odd),
	.category-links a:nth-child(even) {
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}

	.newsletter {
		width: calc(100% - 2.5rem);
		gap: 3rem;
		padding: 5rem 0;
	}

	.site-footer {
		grid-template-columns: 1fr;
		gap: 1.4rem;
		padding: 3rem 1.25rem;
	}

	.footer-menu {
		align-items: flex-start;
		flex-direction: column;
	}

	.article-header,
	.page-header,
	.archive-hero {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.article-header h1,
	.page-header h1,
	.archive-hero h1,
	.not-found h1 {
		font-size: clamp(3.6rem, 17vw, 6rem);
	}

	.article-layout,
	.post-navigation,
	.comments-area {
		width: calc(100% - 2.5rem);
	}

	.post-navigation {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
	}
}

