.zpc-home {
	background: #effaff;
	color: var(--zpc-ink);
}

.zpc-container {
	width: min(100% - 2rem, 76rem);
	margin-inline: auto;
}

.zpc-section {
	padding-block: var(--zpc-space-5);
}

.zpc-eyebrow {
	margin: 0 0 var(--zpc-space-1);
	color: var(--zpc-muted);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.zpc-home h1,
.zpc-home h2,
.zpc-home h3 {
	color: inherit;
}

.zpc-home h2 {
	max-width: 18ch;
	margin: 0 0 var(--zpc-space-3);
	font-size: clamp(2rem, 4vw, 3.8rem);
	line-height: 1.02;
	letter-spacing: -.035em;
}

.zpc-hero {
	padding-block: var(--zpc-space-3);
	background: #bfeaff;
	color: #072e58;
}

.zpc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, .9fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	padding-block: clamp(3rem, 8vw, 7rem);
}

.zpc-hero__content {
	max-width: 42rem;
}

.zpc-hero h1 {
	margin: 0;
	font-size: clamp(2.8rem, 6vw, 5.5rem);
	line-height: 1.04;
	letter-spacing: -.025em;
	color: #072e58;
}

.zpc-hero__content > p:not(.zpc-eyebrow) {
	max-width: 36rem;
	margin-top: var(--zpc-space-3);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.zpc-hero__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	min-height: 22rem;
	border-radius: 8rem 1rem 1rem;
}

.zpc-hero__box {
	position: absolute;
	right: 8%;
	bottom: 5%;
	z-index: 0;
	display: grid;
	place-items: center;
	width: 58%;
	aspect-ratio: 1.35;
	padding: 1rem;
	border-radius: .6rem;
	background: #ff775c;
	box-shadow: .55rem .55rem 0 #ffce42;
	color: #072e58;
	font-size: .7rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-align: center;
}

.zpc-hero__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.zpc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--zpc-space-2);
	margin-top: var(--zpc-space-3);
}

.zpc-actions .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: .85rem 1.25rem;
	border: 2px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.zpc-actions .zpc-button-primary .wp-block-button__link {
	background: #ff775c;
	box-shadow: .3rem .3rem 0 #072e58;
	color: #072e58;
}

.zpc-actions .zpc-button-secondary .wp-block-button__link {
	border-color: #072e58;
	background: transparent;
	color: #072e58;
}

.zpc-actions .wp-block-button__link:hover,
.zpc-actions .wp-block-button__link:focus-visible {
	transform: translate(-2px, -2px);
}

.zpc-button,
.zpc-text-link,
.zpc-category-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	font-weight: 700;
	text-decoration: none;
}

.zpc-button {
	padding: .85rem 1.25rem;
	border: 2px solid transparent;
	border-radius: 999px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.zpc-button--primary {
	background: #ff775c;
	box-shadow: .3rem .3rem 0 #072e58;
	color: #072e58;
}

.zpc-button--secondary {
	border-color: #072e58;
	color: #072e58;
}

.zpc-button:hover,
.zpc-button:focus-visible {
	transform: translate(-2px, -2px);
}

.zpc-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr);
	gap: var(--zpc-space-4);
	align-items: end;
	margin-bottom: var(--zpc-space-4);
}

.zpc-section-heading h2,
.zpc-section-heading p {
	margin-bottom: 0;
}

.zpc-theme-grid,
.zpc-story-faq__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--zpc-space-2);
}

.zpc-theme-card {
	overflow: hidden;
	border: 2px solid #b8d9ef;
	border-radius: var(--zpc-radius);
	background: #fff;
	box-shadow: var(--zpc-shadow);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.zpc-theme-card:hover {
	transform: translateY(-.35rem) rotate(-.25deg);
	box-shadow: 0 1.4rem 3rem rgb(23 56 62 / 16%);
}

.zpc-theme-card__image {
	display: block;
	aspect-ratio: 1;
	background: var(--zpc-sage);
}

.zpc-theme-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zpc-theme-card__content {
	display: grid;
	gap: var(--zpc-space-1);
	padding: var(--zpc-space-3);
}

.zpc-theme-card__content h3,
.zpc-theme-card__content p {
	margin: 0;
}

.zpc-theme-card__content h3 a,
.zpc-text-link {
	color: var(--zpc-teal);
}

.zpc-theme-card__content h3 {
	letter-spacing: -.02em;
	line-height: 1.05;
}

.zpc-transparency {
	background: #072e58;
	color: #fff;
}

.zpc-transparency__inner {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(18rem, 1.2fr);
	gap: var(--zpc-space-4);
	align-items: center;
	max-width: 76rem;
}

.zpc-transparency h2,
.zpc-transparency .zpc-eyebrow { color: #fff; }

.zpc-transparency__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--zpc-radius);
}

.zpc-transparency__image.wp-block-image {
	margin: 0;
}

.zpc-transparency__image.wp-block-image img {
	width: 100%;
	border-radius: var(--zpc-radius);
}

.zpc-transparency ul {
	display: grid;
	gap: var(--zpc-space-1);
	padding: 0;
	list-style: none;
}

.zpc-transparency li {
	padding: var(--zpc-space-2);
	border-radius: .5rem;
	background: rgb(255 255 255 / 12%);
}

.zpc-essentials {
	background: #fff;
	text-align: center;
}

.zpc-category-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--zpc-space-2);
}

.zpc-category-links a {
	padding: .7rem 1rem;
	border: 1px solid var(--zpc-border);
	border-radius: 999px;
	color: var(--zpc-ink);
	background: #fff;
}

.zpc-story-faq__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zpc-story-faq__grid > article,
.zpc-story-faq__grid > .wp-block-column {
	padding: var(--zpc-space-4);
	border-radius: var(--zpc-radius);
	background: var(--zpc-lilac);
}

.zpc-story-faq__grid > article + article,
.zpc-story-faq__grid > .wp-block-column + .wp-block-column {
	background: var(--zpc-sage);
}

.zpc-tiers {
	background: #fff9e7;
}

.zpc-tier-grid,
.zpc-how-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--zpc-space-2);
}

.zpc-tier-option {
	position: relative;
	display: grid;
	align-content: start;
	min-height: 19rem;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 2px solid #072e58;
	border-radius: 1.5rem .5rem 1.5rem .5rem;
	background: #fffdf8;
	box-shadow: .4rem .4rem 0 #bfeaff;
}

.zpc-tier-option__cta {
	align-self: end;
	width: 100%;
	margin-top: 1.25rem;
	border-color: #072e58;
	border-radius: .45rem;
	background: #fffdf8;
	color: #072e58;
}

.zpc-tier-option.is-featured {
	transform: translateY(-.75rem);
	background: #ffce42;
	box-shadow: .5rem .5rem 0 #ff775c;
}

.zpc-tier-option h3 {
	margin: 2.5rem 0 .25rem;
	font-size: 1.5rem;
}

.zpc-tier-option__label {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	padding: .35rem .65rem;
	border-radius: 999px;
	background: #072e58;
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.zpc-tier-option__price {
	margin: 0 0 1rem;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.05em;
}

.zpc-tier-link {
	margin-top: var(--zpc-space-3);
	color: var(--zpc-muted);
	font-weight: 700;
	text-align: center;
}

.zpc-how {
	background: #ff775c;
	color: #072e58;
}

.zpc-how-grid {
	margin: var(--zpc-space-4) 0 var(--zpc-space-3);
}

.zpc-how-grid article,
.zpc-how-grid > .wp-block-column {
	min-height: 15rem;
	padding: var(--zpc-space-3);
	border: 2px solid #072e58;
	border-radius: .6rem;
	background: #fffdf8;
}

.zpc-how-grid article > span,
.zpc-how-grid .zpc-step-number {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #bfeaff;
	font-weight: 900;
}

.zpc-how-grid .zpc-step-number {
	margin: 0;
}

.zpc-how-grid h3 {
	margin: 2.5rem 0 .6rem;
	font-size: 1.45rem;
}

.zpc-final-cta {
	position: relative;
	overflow: hidden;
	background: #ffce42;
	color: #072e58;
}

.zpc-final-cta::after {
	position: absolute;
	right: -4rem;
	top: -5rem;
	width: 18rem;
	aspect-ratio: 1;
	border: 3rem solid rgb(255 119 92 / 55%);
	border-radius: 50%;
	content: "";
}

.zpc-final-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
	gap: var(--zpc-space-4);
	align-items: center;
}

.zpc-final-cta .zpc-actions {
	justify-content: flex-end;
}

.zpc-faq {
	background: #fff;
}

.zpc-faq .wp-block-details {
	margin: 0 0 .75rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--zpc-border);
	border-radius: .75rem;
	background: #fbfaf7;
}

.zpc-faq summary {
	cursor: pointer;
	font-weight: 800;
}

.zpc-home > .wp-block-group,
.zpc-home .wp-block-columns,
.zpc-home .wp-block-buttons,
.zpc-home .wp-block-image {
	margin-block-start: 0;
	margin-block-end: 0;
}

.zpc-hero__media .wp-block-image {
	height: 100%;
}

@media (max-width: 767px) {
	.zpc-section {
		padding-block: var(--zpc-space-4);
	}

	.zpc-hero__grid,
	.zpc-theme-grid,
	.zpc-tier-grid,
	.zpc-how-grid,
	.zpc-story-faq__grid,
	.zpc-transparency__inner,
	.zpc-section-heading,
	.zpc-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.zpc-tier-option,
	.zpc-tier-option.is-featured {
		min-height: 0;
		transform: none;
	}

	.zpc-final-cta .zpc-actions {
		justify-content: flex-start;
	}

	.zpc-hero__media {
		aspect-ratio: 1;
		min-height: 0;
	}

	.zpc-eyebrow { font-size: .75rem; }

	.zpc-home h2 { letter-spacing: -.02em; }

	.zpc-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
		letter-spacing: -.015em;
	}

	.zpc-theme-card__content p,
	.zpc-transparency li { font-size: .95rem; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
	.zpc-button,
	.zpc-actions .wp-block-button__link,
	.zpc-theme-card {
		transition: none;
	}
}
