:root {
	--zpc-teal: #17383e;
	--zpc-coral: #d27c61;
	--zpc-warm-white: #fbfaf7;
	--zpc-ink: #1e3235;
	--zpc-muted: #5f7073;
	--zpc-sage: #e8f0ea;
	--zpc-blue: #dff1f5;
	--zpc-lilac: #eee9f4;
	--zpc-border: #dce2e0;
	--zpc-radius: 1rem;
	--zpc-shadow: 0 1rem 2.5rem rgb(23 56 62 / 10%);
	--zpc-space-1: .5rem;
	--zpc-space-2: 1rem;
	--zpc-space-3: 1.5rem;
	--zpc-space-4: 2.5rem;
	--zpc-space-5: 4rem;
}

/* Header wordmark: use the supplied full BuBuZoo artwork without repeating Blocksy's text title. */
.site-branding:has(.bubuzoo-wordmark-logo) .site-title-container {
	display: none;
}

.site-branding .bubuzoo-wordmark-logo {
	display: block;
	width: auto !important;
	height: 82px !important;
	max-height: 82px !important;
}

@media (max-width: 999.98px) {
	.site-branding .bubuzoo-wordmark-logo {
		height: 60px !important;
		max-height: 60px !important;
	}
}

.zpc-home :focus-visible,
.zpc-mystery-box-summary :focus-visible {
	outline: 3px solid var(--zpc-coral);
	outline-offset: 3px;
}

/* WCAG 2.2 target-size support for global theme and commerce controls. */
.ct-header-trigger,
.ct-toggle-close,
.woocommerce .show-password-input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
}

.woocommerce .password-input {
	position: relative;
}

.woocommerce .show-password-input {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* Global footer: Blocksy provides the semantic <footer>; this component
   replaces only its starter content and works across every page builder. */
.zpc-site-footer {
	padding: clamp(2rem, 5vw, 4.5rem) max(1rem, calc((100vw - 76rem) / 2));
	background: #072e58;
	color: #fff;
}

.zpc-site-footer__cta {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: clamp(2.5rem, 6vw, 5rem);
	padding: clamp(1.4rem, 4vw, 2.7rem);
	border: 2px solid #072e58;
	border-radius: 1rem 5rem 1rem 1rem;
	background: #ffce42;
	box-shadow: .55rem .55rem 0 #ff775c;
	color: #072e58;
}

.zpc-site-footer__cta h2,
.zpc-site-footer nav h2 {
	margin: 0;
	color: inherit;
}

.zpc-site-footer__cta h2 {
	font-size: clamp(1.8rem, 4vw, 3.4rem);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
}

.zpc-site-footer__eyebrow {
	margin: 0 0 .55rem;
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.zpc-site-footer__button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: .8rem 1.2rem;
	border: 2px solid #072e58;
	border-radius: 999px;
	background: #ff775c;
	box-shadow: .25rem .25rem 0 #072e58;
	color: #072e58;
	font-weight: 900;
	text-decoration: none;
}

.zpc-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(13rem, 1.5fr) repeat(3, minmax(9rem, 1fr));
	gap: clamp(1.5rem, 4vw, 4rem);
}

.zpc-site-footer__wordmark {
	display: inline-block;
	margin-bottom: 1rem;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: 1;
	text-decoration: none;
}

.zpc-site-footer__wordmark span {
	color: #ff775c;
}

.zpc-site-footer__brand p {
	max-width: 26rem;
	margin: 0;
	color: #d9edf7;
	line-height: 1.65;
}

.zpc-site-footer nav h2 {
	margin-bottom: 1rem;
	font-size: .8rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.zpc-site-footer nav ul {
	display: grid;
	gap: .65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zpc-site-footer nav a {
	color: #fff;
	font-weight: 700;
	text-decoration-color: transparent;
	text-underline-offset: .2em;
}

.zpc-site-footer nav a:hover,
.zpc-site-footer nav a:focus-visible {
	color: #ffce42;
	text-decoration-color: currentColor;
}

.zpc-site-footer :focus-visible {
	outline: 3px solid #ffce42;
	outline-offset: 4px;
}

.zpc-site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 2rem;
	justify-content: space-between;
	margin-top: clamp(2.5rem, 6vw, 5rem);
	padding-top: 1.25rem;
	border-top: 1px solid rgb(255 255 255 / 28%);
	color: #d9edf7;
	font-size: .9rem;
}

.zpc-site-footer__bottom p {
	margin: 0;
}

@media (max-width: 850px) {
	.zpc-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zpc-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.zpc-site-footer__cta {
		align-items: flex-start;
		flex-direction: column;
		border-radius: 1rem 3rem 1rem 1rem;
	}

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

	.zpc-site-footer__brand {
		grid-column: auto;
	}
}
