.site-header {
	background: color-mix(in srgb, var(--wp--preset--color--sterile-white) 92%, transparent);
	border-bottom: 1px solid rgba(13, 42, 46, 0.12);
	position: sticky;
	top: 0;
	z-index: 20;
}

.wp-site-blocks {
	overflow-x: clip;
}

.site-header__bar {
	min-height: 76px;
	padding: 0.75rem 0;
}

.site-header__brand {
	gap: 0.85rem;
}

.site-header__title a {
	color: var(--wp--preset--color--deep-clinical-green);
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
}

.site-header__status {
	background: var(--wp--preset--color--mint-wash);
	border: 1px solid rgba(23, 107, 99, 0.16);
	border-radius: 999px;
	color: var(--wp--preset--color--teal);
	font-size: 0.78rem;
	font-weight: 700;
	margin: 0;
	padding: 0.35rem 0.6rem;
}

.site-header__nav {
	font-size: 0.94rem;
	font-weight: 700;
}

.site-main {
	background: var(--wp--preset--color--sterile-white);
}

.template-hero {
	background-image:
		linear-gradient(90deg, rgba(247, 250, 248, 0.98) 0%, rgba(247, 250, 248, 0.92) 45%, rgba(247, 250, 248, 0.18) 100%),
		url("hero-lab.png");
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid rgba(13, 42, 46, 0.12);
	min-height: min(76vh, 760px);
	padding: clamp(3rem, 7vh, 7rem) 0;
}

.template-hero__content {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(680px, calc(100vw - 2rem)) !important;
	width: min(680px, calc(100vw - 2rem)) !important;
}

.template-eyebrow {
	color: var(--wp--preset--color--teal);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.template-hero h1 {
	font-size: var(--wp--preset--font-size--display);
	line-height: 1.04;
	margin-bottom: 1.1rem;
	max-width: 11ch;
}

.template-hero__copy {
	color: var(--wp--preset--color--ink);
	font-size: 1.18rem;
	line-height: 1.7;
	max-width: 100%;
	white-space: normal;
	width: 100%;
}

.template-safety-note {
	background: #fffaf0;
	border: 1px solid rgba(199, 149, 50, 0.34);
	border-radius: 8px;
	color: #674b10;
	font-size: 0.95rem;
	max-width: 100%;
	padding: 0.85rem 1rem;
	overflow-wrap: anywhere;
	width: 100%;
}

.template-section {
	padding-bottom: clamp(3rem, 6vw, 5.75rem);
	padding-top: clamp(3rem, 6vw, 5.75rem);
}

.template-section--mint {
	background: var(--wp--preset--color--mint-wash);
}

.template-section--ink {
	background: var(--wp--preset--color--deep-clinical-green);
	color: var(--wp--preset--color--sterile-white);
}

.template-section--ink h2,
.template-section--ink h3 {
	color: var(--wp--preset--color--sterile-white);
}

.template-section--ink a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.template-grid {
	gap: 1rem;
}

.template-panel {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(13, 42, 46, 0.12);
	border-radius: 8px;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	padding: 1.25rem;
}

.template-panel h3 {
	font-size: 1.1rem;
	margin-top: 0;
}

.template-metric {
	font-size: 2rem;
	font-weight: 850;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.template-list-tight {
	padding-left: 1.2rem;
}

.template-list-tight li {
	margin-bottom: 0.5rem;
}

.template-footer-band {
	background: var(--wp--preset--color--deep-clinical-green);
	border-radius: 8px;
	color: #ffffff;
	padding: clamp(1.5rem, 4vw, 2.75rem);
}

.site-footer {
	background: #0a1e21;
	color: rgba(255, 255, 255, 0.78);
	padding: 3rem 0;
}

.site-footer h2,
.site-footer h3,
.site-footer .wp-block-site-title a {
	color: #ffffff;
}

.site-footer a {
	color: #ffffff;
}

.site-footer__grid {
	gap: 1.5rem;
}

.wp-block-button .wp-block-button__link {
	align-items: center;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	line-height: 1.2;
	min-height: 3rem;
	min-width: 10.5rem;
	overflow-wrap: normal;
	padding: 0.85rem 1.15rem;
	transition: background-color 160ms ease, transform 160ms ease;
	white-space: normal;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	color: #ffffff !important;
}

.wp-block-button .wp-block-button__link:hover {
	background: var(--wp--preset--color--deep-clinical-green);
	transform: translateY(-1px);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: #ffffff;
	border: 1px solid rgba(13, 42, 46, 0.12);
	border-radius: 8px;
	padding: 1rem;
}

.woocommerce span.onsale {
	background: var(--wp--preset--color--signal-gold);
	color: #1d2530;
}

@media (max-width: 760px) {
	body {
		overflow-x: hidden;
	}

	.site-header {
		position: static;
	}

	.site-header__bar,
	.site-header__brand {
		align-items: flex-start;
		flex-direction: column;
	}

	.template-hero {
		background-image:
			linear-gradient(180deg, rgba(247, 250, 248, 0.98) 0%, rgba(247, 250, 248, 0.88) 62%, rgba(247, 250, 248, 0.3) 100%),
			url("hero-lab.png");
		box-sizing: border-box;
		min-height: auto;
		padding: 3rem 1rem 9rem;
	}

	.site-main.has-global-padding,
	.template-hero.alignfull,
	.template-section.alignfull {
		box-sizing: border-box;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100vw !important;
		width: 100vw !important;
	}

	.template-hero.has-global-padding,
	.template-section.has-global-padding {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.template-hero__content.has-global-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.template-hero__content {
		max-width: calc(100vw - 4rem) !important;
		padding-left: 0;
		padding-right: 0;
		width: calc(100vw - 4rem) !important;
	}

	.template-hero h1 {
		font-size: 2.45rem;
		max-width: 12ch;
	}

	.template-hero__copy {
		font-size: 1.05rem;
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.template-safety-note,
	.template-eyebrow,
	.template-hero p {
		box-sizing: border-box;
		max-width: 100%;
		white-space: normal;
		width: 100%;
	}

	.template-hero > .alignwide,
	.template-section > .alignwide,
	.template-grid,
	.wp-block-columns.template-grid,
	.wp-block-group.template-panel,
	.wp-block-column.template-panel {
		box-sizing: border-box;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100vw - 4rem) !important;
		width: calc(100vw - 4rem) !important;
	}

	.template-panel p,
	.template-panel li,
	.template-panel h3 {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.template-hero .wp-block-buttons {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 0.75rem;
		justify-content: center;
		max-width: 100%;
		width: 100%;
	}

	.template-hero .wp-block-button {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

	.template-hero .wp-block-button__link {
		box-sizing: border-box;
		min-width: 0;
		text-align: center;
		width: 100%;
	}
}
