.hhm-installed-scope {
	clear: both;
	margin: 2rem 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 2px solid #f05a13;
	background: #fff8df;
	box-shadow: 7px 7px 0 #ffd24a;
}

.hhm-installed-summary {
	margin: 1rem 0;
	padding: 1rem;
	border-left: 5px solid #f05a13;
	background: #fff8df;
}

.hhm-installed-summary p { margin: .45rem 0 .8rem; }

.hhm-financing-panel {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid #111315;
	background: #fff;
}

.hhm-financing-panel h2 { margin-top: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.hhm-financing-panel ul { margin: .75rem 0; padding-left: 1.2rem; }
.hhm-financing-panel li + li { margin-top: .55rem; }
.hhm-financing-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin: .9rem 0; }

.hhm-offer-proof,
.hhm-offer-booking {
	display: grid;
	gap: .6rem;
	margin-block: 1.5rem;
	padding: 1rem 1.1rem;
	border-left: 5px solid #f7941d;
	background: #f5f2ea;
}

.hhm-product-video {
	display: grid;
	gap: 1.25rem;
	margin-block: 2rem;
	padding: clamp(1rem, 3vw, 2rem);
	color: #fff;
	background: #111;
}

.hhm-product-video__stage {
	display: grid;
	place-items: center;
	min-height: 13rem;
	padding: 1rem;
	background: linear-gradient(rgba(0,0,0,.64), rgba(0,0,0,.78)), var(--hhm-video-poster, linear-gradient(135deg, #252525, #0b0b0b)) center / cover;
}

.hhm-product-video__stage iframe {
	display: block;
	width: 100%;
	min-height: 13rem;
	aspect-ratio: 16 / 9;
	border: 0;
}

.hhm-video-direct {
	color: #ffd24a;
}

.hhm-video-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .75rem;
}

.hhm-video-transcript { display: inline-block; margin-top: .8rem; color: #ffd24a; }
.hhm-video-status { max-width: 30rem; text-align: center; color: #fff; }
.hhm-product-video h3 { color: #fff; }

.hhm-credential-card {
	margin-block: 1.5rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid #111315;
	background: #fff;
}

.hhm-credential-card dl { display: grid; gap: .75rem; }
.hhm-credential-card dl div { display: grid; gap: .2rem; }
.hhm-credential-card dt { font-weight: 800; }
.hhm-credential-card dd { margin: 0; }

.hhm-commercial-terms {
	margin-block: 1.5rem;
	padding: 1rem;
	border: 1px solid #d5d0c4;
	background: #fff;
}
.hhm-commercial-terms details { padding: .7rem 0; border-top: 1px solid #ddd; }
.hhm-commercial-terms summary { cursor: pointer; font-weight: 800; }
.hhm-commercial-terms summary:focus-visible { outline: 3px solid #111; outline-offset: 3px; }

@media (min-width: 760px) {
	.hhm-product-video {
		grid-template-columns: minmax(15rem, .8fr) minmax(20rem, 1.2fr);
		align-items: center;
	}
}

.hhm-installed-scope__label {
	margin: 0 0 .5rem;
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hhm-installed-scope h2,
.hhm-installed-scope h3 {
	color: #111315;
}

.hhm-installed-scope .hhm-product-video h3 { color: #fff; }

/* Intentional governed-media hierarchy layered over WooCommerce's accessible gallery controls. */
.single-product .woocommerce-product-gallery {
	padding: clamp(.75rem, 2vw, 1.25rem);
	border: 1px solid #d5d0c4;
	background: #fff;
	box-shadow: 7px 7px 0 #ffd24a;
}

.single-product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product .woocommerce-product-gallery__image img { width: 100%; height: auto; object-fit: contain; }
.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr));
	gap: .6rem;
	margin-top: .8rem !important;
}
.single-product .flex-control-thumbs li { width: auto !important; margin: 0 !important; }
.single-product .flex-control-thumbs img { border: 2px solid transparent; border-radius: 0; }
.single-product .flex-control-thumbs img.flex-active { border-color: #f05a13; }
.single-product .woocommerce-product-gallery a:focus-visible,
.single-product .flex-control-thumbs img:focus-visible { outline: 3px solid #111; outline-offset: 3px; }

@media (max-width: 360px) {
	.hhm-installed-scope { padding: 1rem; box-shadow: 4px 4px 0 #ffd24a; }
	.hhm-video-actions > * { width: 100%; margin: 0; text-align: center; }
}

.hhm-installed-acknowledgement {
	padding: 1rem;
	border-left: 5px solid #f05a13;
	background: #fff8df;
}

.hhm-site-screening {
	display: grid;
	gap: .75rem;
	margin: 1.5rem 0;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid #111315;
	background: #fff;
	color: #111315;
}

.hhm-site-screening h3,
.hhm-site-screening label,
.hhm-site-screening p {
	color: #111315;
}

.hhm-site-screening input,
.hhm-site-screening select,
.hhm-site-screening textarea {
	color: #111315;
	background: #fff;
	border-color: #6b6b6b;
}

.hhm-site-screening input:focus-visible,
.hhm-site-screening select:focus-visible,
.hhm-site-screening textarea:focus-visible {
	outline: 3px solid #f05a13;
	outline-offset: 2px;
}

.hhm-product-departments {
	clear: both;
	display: grid;
	gap: 1.15rem;
	margin: 0 0 1.5rem;
	padding: clamp(1.1rem, 3vw, 2rem);
	border: 1px solid #d5d0c4;
	background: #fbfaf6;
	box-shadow: 5px 5px 0 #ffd24a;
}

.hhm-product-departments__intro {
	max-width: 54rem;
	color: #111315;
}

.hhm-product-departments__intro > span,
.hhm-product-departments__eyebrow {
	display: block;
	color: #a53a09;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hhm-product-departments__intro h2 {
	margin: .3rem 0 .4rem;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.15;
	color: #111315;
}

.hhm-product-departments__intro p {
	margin: 0;
	color: #34383c;
}

.hhm-product-departments__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
	gap: .8rem;
}

.hhm-product-departments__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 12.25rem;
	padding: 1rem;
	border: 1px solid #bdb8ac;
	background: #fff;
	color: #111315;
	text-decoration: none;
	box-shadow: 0 2px 0 rgba(17, 19, 21, .08);
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.hhm-product-departments__card--featured {
	border-top: 5px solid #f05a13;
	background: #fff8df;
}

.hhm-product-departments__card > strong {
	display: block;
	margin: .45rem 0;
	font-size: 1.08rem;
	line-height: 1.25;
	color: #111315;
}

.hhm-product-departments__description {
	display: block;
	color: #42464a;
	font-size: .93rem;
	line-height: 1.5;
}

.hhm-product-departments__action {
	display: block;
	margin-top: auto;
	padding-top: .9rem;
	color: #80300d;
	font-weight: 900;
}

.hhm-product-departments__card:hover {
	border-color: #111315;
	box-shadow: 4px 4px 0 #ffd24a;
	transform: translate(-2px, -2px);
}

.hhm-product-departments__card:focus-visible {
	outline: 3px solid #f05a13;
	outline-offset: 3px;
}

.hhm-product-departments__card[aria-current="page"] {
	border-color: #111315;
	box-shadow: inset 0 0 0 2px #111315;
}

.hhm-product-departments__catalog-label {
	margin: .25rem 0 -.2rem;
	padding-top: 1rem;
	border-top: 1px solid #d5d0c4;
	color: #111315;
	font-size: 1.15rem;
	font-weight: 900;
}

@media (max-width: 520px) {
	.hhm-product-departments__card {
		min-height: 0;
	}
}

.hhm-catalog-only-notice {
	clear: both;
	margin: 1rem 0;
	padding: 1rem;
	border-left: 5px solid #f05a13;
	background: #fff8df;
	color: #111315;
}

.hhm-catalog-only-notice p {
	margin: .4rem 0 .8rem;
}
