.page-template-page-editorial-internal {
	background: #f5f1e8;
}

.page-template-page-editorial-internal .pc-editorial-page {
	overflow-x: clip;
	background: #f5f1e8;
	color: #1a1712;
}

.pc-editorial-page .pc-editorial-hero {
	position: relative;
	min-block-size: 340px;
	overflow: hidden;
	background: #141210;
}

.pc-editorial-page .pc-editorial-hero__image,
.pc-editorial-page .pc-editorial-cta__image {
	position: absolute;
	inset: 0;
	display: block;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.pc-editorial-page .pc-editorial-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 18, 16, 0.55);
}

.pc-editorial-page .pc-editorial-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	min-block-size: 340px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	inline-size: min(100% - 2rem, 900px);
	margin-inline: auto;
	color: #f3ecdd;
	text-align: center;
}

.pc-editorial-page .pc-editorial-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
	color: #b8893b;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pc-editorial-page .pc-editorial-eyebrow::before,
.pc-editorial-page .pc-editorial-eyebrow::after {
	content: "";
	display: block;
	inline-size: 2.125rem;
	block-size: 1px;
	background: currentColor;
}

.pc-editorial-page .pc-editorial-eyebrow--light {
	color: #e4c877;
}

.pc-editorial-page .pc-editorial-hero__title {
	max-inline-size: 900px;
	margin: 0;
	color: #f6efdf;
	font-family: var(--font-heading, Georgia, serif);
	font-size: clamp(3rem, 3.5vw, 3.125rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.pc-editorial-page .pc-editorial-hero__subtitle {
	max-inline-size: 760px;
	margin: 0.875rem auto 0;
	color: #d8cfbc;
	font-size: 0.94rem;
	line-height: 1.6;
}

.pc-editorial-page .pc-editorial-description {
	background: #141210;
	color: #cfc7b6;
}

.pc-editorial-page .pc-editorial-description__inner {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	max-inline-size: 1000px;
	margin-inline: auto;
	padding: 3rem 2rem;
}

.pc-editorial-page .pc-editorial-description__inner > * {
	margin-block: 0;
}

.pc-editorial-page .pc-editorial-description p,
.pc-editorial-page .pc-editorial-description li {
	color: #cfc7b6;
	font-size: 1rem;
	line-height: 1.78;
}

.pc-editorial-page .pc-editorial-description ul {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-editorial-page .pc-editorial-description li {
	display: flex;
	gap: 0.625rem;
}

.pc-editorial-page .pc-editorial-description li::before {
	content: "◆";
	flex: 0 0 auto;
	color: #e4c877;
	font-size: 0.75rem;
	line-height: 2.1;
}

.pc-editorial-page .pc-editorial-description strong {
	color: #efe7d6;
	font-weight: 600;
}

.pc-editorial-page .pc-editorial-gallery {
	max-inline-size: 1200px;
	margin-inline: auto;
	padding: 3.5rem 2rem 0.5rem;
}

.pc-editorial-page .pc-editorial-gallery__columns {
	columns: 3;
	column-gap: 1rem;
}

.pc-editorial-page .pc-editorial-gallery__item {
	break-inside: avoid;
	margin: 0 0 1rem;
	overflow: hidden;
	border-radius: 4px;
	background: #ede7da;
}

.pc-editorial-page .pc-editorial-gallery__image {
	display: block;
	inline-size: 100%;
	block-size: auto;
}

.pc-editorial-page .pc-editorial-gallery--count-2 {
	max-inline-size: 840px;
	padding-block: 3.75rem 1rem;
}

.pc-editorial-page .pc-editorial-gallery--count-2 .pc-editorial-gallery__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	columns: auto;
	align-items: start;
}

.pc-editorial-page .pc-editorial-gallery--count-2 .pc-editorial-gallery__item {
	margin-block-end: 0;
}

.pc-editorial-page .pc-editorial-gallery__caption {
	padding: 0.7rem 0.8rem;
	color: rgba(26, 23, 18, 0.74);
	font-size: 0.85rem;
	line-height: 1.45;
}

.pc-editorial-page .pc-editorial-cta {
	position: relative;
	min-block-size: 300px;
	margin-block-start: 3rem;
	overflow: hidden;
	background: #141210;
}

.pc-editorial-page .pc-editorial-cta__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 18, 16, 0.58);
}

.pc-editorial-page .pc-editorial-cta__content {
	position: relative;
	z-index: 1;
	display: flex;
	min-block-size: 300px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	inline-size: min(100% - 2rem, 760px);
	margin-inline: auto;
	color: #f3ecdd;
	text-align: center;
}

.pc-editorial-page .pc-editorial-cta__title {
	margin: 0;
	color: #f6efdf;
	font-family: var(--font-heading, Georgia, serif);
	font-size: clamp(2.25rem, 3vw, 2.375rem);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0;
}

.pc-editorial-page .pc-editorial-cta__text {
	max-inline-size: 680px;
	margin: 0.75rem 0 0;
	color: #e4c877;
	font-family: var(--font-heading, Georgia, serif);
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.45;
}

.pc-editorial-page .pc-editorial-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-block-start: 1.5rem;
}

.pc-editorial-page .pc-editorial-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 2.875rem;
	padding: 0.8rem 1.75rem;
	border: 1px solid #b8893b;
	border-radius: 2px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.pc-editorial-page .pc-editorial-button--primary {
	background: #b8893b;
	color: #141210;
}

.pc-editorial-page .pc-editorial-button--outline {
	background: rgba(20, 18, 16, 0.2);
	color: #f6efdf;
}

.pc-editorial-page .pc-editorial-button:focus-visible {
	outline: 3px solid #e4c877;
	outline-offset: 4px;
}

@media (max-width: 900px) {
	.pc-editorial-page .pc-editorial-gallery__columns {
		columns: 2;
	}

	.pc-editorial-page .pc-editorial-gallery--count-2 {
		max-inline-size: 720px;
	}

	.pc-editorial-page .pc-editorial-gallery--count-2 .pc-editorial-gallery__columns {
		gap: 1.125rem;
	}
}

@media (max-width: 600px) {
	.pc-editorial-page .pc-editorial-description__inner,
	.pc-editorial-page .pc-editorial-gallery {
		inline-size: min(100% - 1.25rem, 1200px);
		padding-inline: 0;
	}

	.pc-editorial-page .pc-editorial-hero,
	.pc-editorial-page .pc-editorial-hero__content {
		min-block-size: 300px;
	}

	.pc-editorial-page .pc-editorial-hero__title {
		font-size: clamp(2.25rem, 11vw, 3rem);
	}

	.pc-editorial-page .pc-editorial-eyebrow {
		gap: 0.55rem;
		letter-spacing: 0.18em;
	}

	.pc-editorial-page .pc-editorial-eyebrow::before,
	.pc-editorial-page .pc-editorial-eyebrow::after {
		inline-size: 1.25rem;
	}

	.pc-editorial-page .pc-editorial-gallery__columns {
		columns: 1;
	}

	.pc-editorial-page .pc-editorial-gallery--count-2 {
		max-inline-size: 100%;
		padding-block: 3rem 0.75rem;
	}

	.pc-editorial-page .pc-editorial-gallery--count-2 .pc-editorial-gallery__columns {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.pc-editorial-page .pc-editorial-cta__actions,
	.pc-editorial-page .pc-editorial-button {
		inline-size: 100%;
	}
}
