
:root {
	--pcge-ink: #15130f;
	--pcge-cream: #f5efe5;
	--pcge-sand: #e6d7c3;
	--pcge-gold: #b78b42;
	--pcge-white: #ffffff;
	--pcge-muted: #6f685e;
	--pcge-border: rgba(21, 19, 15, 0.14);
}

.pcge-home {
	background: var(--pcge-white);
	color: var(--pcge-ink);
	overflow: hidden;
}

.pcge-wrap {
	width: min(1320px, calc(100% - 40px));
	margin-inline: auto;
}

.pcge-announcement {
	background: var(--pcge-ink);
	color: var(--pcge-white);
	font-size: 13px;
	letter-spacing: .14em;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}

.pcge-hero {
	background: linear-gradient(120deg, #f7f1e8 0%, #efe3d3 100%);
	padding: 60px 0;
}

.pcge-hero-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	align-items: center;
	gap: 56px;
}

.pcge-eyebrow {
	margin: 0 0 16px;
	color: var(--pcge-gold);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.pcge-hero h1,
.pcge-section h2 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 500;
	line-height: 1.03;
	letter-spacing: -0.03em;
}

.pcge-hero h1 {
	font-size: clamp(44px, 6vw, 78px);
	max-width: 720px;
}

.pcge-hero-text {
	margin: 26px 0;
	max-width: 590px;
	color: var(--pcge-muted);
	font-size: 18px;
	line-height: 1.7;
}

.pcge-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pcge-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid var(--pcge-ink);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
	transition: .2s ease;
}

.pcge-btn-dark {
	background: var(--pcge-ink);
	color: var(--pcge-white);
}

.pcge-btn-light {
	background: transparent;
	color: var(--pcge-ink);
}

.pcge-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(21, 19, 15, .12);
}

.pcge-mini-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	color: var(--pcge-muted);
	font-size: 13px;
}

.pcge-mini-trust li::before {
	content: "✓";
	margin-right: 8px;
	color: var(--pcge-gold);
	font-weight: 700;
}

.pcge-hero-media {
	min-height: 620px;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(41, 31, 20, .16);
}

.pcge-hero-media img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	display: block;
}

.pcge-trust-strip {
	border-block: 1px solid var(--pcge-border);
}

.pcge-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.pcge-trust-grid > div {
	padding: 26px;
	border-right: 1px solid var(--pcge-border);
}

.pcge-trust-grid > div:last-child {
	border-right: 0;
}

.pcge-trust-grid strong,
.pcge-trust-grid span {
	display: block;
}

.pcge-trust-grid strong {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 500;
}

.pcge-trust-grid span {
	margin-top: 5px;
	color: var(--pcge-muted);
	font-size: 13px;
}

.pcge-section {
	padding: 96px 0;
}

.pcge-section-heading {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 20px;
	margin-bottom: 36px;
}

.pcge-section-heading .pcge-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -8px;
}

.pcge-section-heading h2,
.pcge-custom h2,
.pcge-trade h2,
.pcge-story h2 {
	font-size: clamp(38px, 4.5vw, 62px);
}

.pcge-section-heading a,
.pcge-story a {
	color: var(--pcge-ink);
	text-underline-offset: 5px;
}

.pcge-category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.pcge-category-card {
	position: relative;
	min-height: 420px;
	border-radius: 22px;
	overflow: hidden;
	background: var(--pcge-cream);
	color: var(--pcge-white);
	text-decoration: none;
}

.pcge-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 12, 8, .72), transparent 55%);
}

.pcge-category-card img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	transition: transform .45s ease;
}

.pcge-category-card:hover img {
	transform: scale(1.035);
}

.pcge-category-card span {
	position: absolute;
	z-index: 2;
	left: 24px;
	bottom: 22px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 28px;
}

.pcge-products {
	background: #fbfaf8;
}

.pcge-product-shortcode .products {
	margin-bottom: 0 !important;
}

.pcge-product-shortcode ul.products li.product {
	background: var(--pcge-white);
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 18px;
	box-shadow: 0 8px 30px rgba(21, 19, 15, .06);
}

.pcge-product-shortcode ul.products li.product img {
	margin-bottom: 16px !important;
}

.pcge-product-shortcode ul.products li.product .woocommerce-loop-product__title,
.pcge-product-shortcode ul.products li.product .price,
.pcge-product-shortcode ul.products li.product .button {
	margin-inline: 16px;
}

.pcge-custom {
	background: var(--pcge-ink);
	color: var(--pcge-white);
}

.pcge-custom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 70px;
}

.pcge-custom-art {
	min-height: 520px;
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
		repeating-linear-gradient(45deg, transparent 0 18px, rgba(255,255,255,.06) 18px 20px);
	display: grid;
	place-items: center;
}

.pcge-pattern-card {
	width: min(76%, 440px);
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 50%;
	background:
		radial-gradient(circle at center, transparent 0 15%, rgba(183,139,66,.6) 15% 17%, transparent 17% 28%, rgba(255,255,255,.16) 28% 30%, transparent 30% 42%, rgba(183,139,66,.35) 42% 44%, transparent 44%);
	box-shadow: inset 0 0 0 16px rgba(255,255,255,.03);
}

.pcge-custom-copy p:not(.pcge-eyebrow),
.pcge-trade p,
.pcge-story p {
	color: rgba(255,255,255,.72);
	font-size: 17px;
	line-height: 1.75;
}

.pcge-custom-copy .pcge-btn {
	margin-top: 16px;
	border-color: var(--pcge-white);
	background: var(--pcge-white);
	color: var(--pcge-ink);
}

.pcge-trade {
	background: var(--pcge-sand);
}

.pcge-trade-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.pcge-trade p:not(.pcge-eyebrow) {
	max-width: 760px;
	color: #4f473e;
}

.pcge-story {
	background: #1f1b16;
	color: var(--pcge-white);
}

.pcge-story-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.pcge-story a {
	color: var(--pcge-white);
}

@media (max-width: 980px) {
	.pcge-hero-grid,
	.pcge-custom-grid,
	.pcge-story-grid {
		grid-template-columns: 1fr;
	}

	.pcge-hero-media,
	.pcge-hero-media img {
		min-height: 500px;
	}

	.pcge-trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pcge-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pcge-trade-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.pcge-wrap {
		width: min(100% - 24px, 1320px);
	}

	.pcge-announcement {
		font-size: 10px;
	}

	.pcge-hero {
		padding: 34px 0;
	}

	.pcge-hero-grid {
		gap: 30px;
	}

	.pcge-hero h1 {
		font-size: 42px;
	}

	.pcge-hero-media,
	.pcge-hero-media img {
		min-height: 380px;
	}

	.pcge-trust-grid,
	.pcge-category-grid {
		grid-template-columns: 1fr;
	}

	.pcge-trust-grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--pcge-border);
	}

	.pcge-section {
		padding: 66px 0;
	}

	.pcge-section-heading {
		grid-template-columns: 1fr;
	}

	.pcge-category-card,
	.pcge-category-card img {
		min-height: 360px;
	}
}
