html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at top right, rgba(136, 179, 66, 0.13), transparent 24%),
		radial-gradient(circle at left 10%, rgba(200, 154, 75, 0.11), transparent 18%),
		linear-gradient(180deg, #090b0d 0%, #0b0f12 38%, #0f1318 100%);
	color: var(--wp--preset--color--white);
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 80%);
	opacity: 0.25;
}

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

.wp-site-blocks > * {
	margin-block-start: 0;
}

img {
	display: block;
	max-width: 100%;
}

a {
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

main p,
main li,
main td,
main label {
	color: var(--wp--preset--color--sand);
}

main strong {
	color: var(--wp--preset--color--white);
}

.wp-element-button,
.wc-block-components-button,
.wp-block-button__link {
	box-shadow: 0 18px 35px rgba(136, 179, 66, 0.14);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.haener-hero-slide__actions .is-style-outline {
	background: transparent;
	border: 1px solid rgba(242, 235, 225, 0.26);
	color: var(--wp--preset--color--white);
	box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.haener-hero-slide__actions .is-style-outline:hover,
.haener-hero-slide__actions .is-style-outline:focus {
	border-color: var(--wp--preset--color--action-green-bright);
	color: var(--wp--preset--color--action-green-bright);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(16px);
	background: rgba(9, 11, 13, 0.78);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.site-header__utility {
	background:
		linear-gradient(90deg, rgba(23, 27, 31, 0.98) 0%, rgba(16, 20, 25, 0.98) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__utility-inner,
.site-header__main {
	gap: 1rem 1.5rem;
}

.site-header__utility-copy {
	gap: 0.8rem 1.2rem;
}

.site-header__utility-copy p {
	margin: 0;
	color: var(--wp--preset--color--mist);
}

.site-header__utility-copy a {
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.site-header__utility .wp-block-button .wp-block-button__link {
	padding: 0.55rem 1rem;
	font-size: 0.78rem;
}

.site-header__main {
	min-height: var(--haener-header-height);
	padding-block: 0.9rem;
}

.site-header__brand,
.site-header__controls {
	gap: 1rem 1.2rem;
}

.site-header__brand-copy p {
	margin: 0;
	max-width: 16rem;
	color: var(--wp--preset--color--mist);
	line-height: 1.45;
}

.site-header .wp-block-image img {
	max-height: 56px;
	width: auto;
}

.site-header .wp-block-navigation {
	justify-content: flex-end;
}

.site-header .wp-block-navigation-item__content,
.site-header .wp-block-search__button,
.site-header .wc-block-cart-link__icon,
.site-header .wc-block-cart-link__text {
	color: var(--wp--preset--color--white);
}

.site-header .wp-block-navigation-item__content {
	padding: 0.6rem 0;
	border-bottom: 2px solid transparent;
}

.site-header .current-menu-item > .wp-block-navigation-item__content,
.site-header .wp-block-navigation-item__content:hover,
.site-header .wp-block-navigation-item__content:focus {
	color: var(--wp--preset--color--action-green-bright);
	border-bottom-color: var(--wp--preset--color--action-green-bright);
}

.site-header .wp-block-navigation-submenu__toggle {
	color: inherit;
}

.site-header .wp-block-navigation__responsive-container,
.site-header .wp-block-navigation__responsive-container.is-menu-open {
	background: rgba(9, 11, 13, 0.98);
	color: var(--wp--preset--color--white);
}

.site-header .wp-block-search {
	margin: 0;
}

.site-header .wp-block-search__inside-wrapper {
	min-height: 2.85rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
}

.site-header .wp-block-search__input {
	color: var(--wp--preset--color--white);
	background: transparent;
}

.site-header .wp-block-search__input::placeholder {
	color: var(--wp--preset--color--mist);
}

.site-header .wp-block-search__button {
	border: 0;
	background: transparent;
}

.site-header .wc-block-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.site-main {
	display: block;
	position: relative;
}

.site-main--front {
	padding-bottom: 0;
}

.site-main--inner,
.site-main--commerce {
	padding-bottom: var(--wp--preset--spacing--40);
}

.haener-shell-panel {
	padding: clamp(1.35rem, 2vw, 2.25rem);
	border: 1px solid var(--haener-line);
	border-radius: var(--wp--custom--radius--panel);
	background:
		linear-gradient(180deg, rgba(23, 27, 31, 0.94) 0%, rgba(16, 20, 25, 0.96) 100%);
	box-shadow: var(--haener-shadow-soft);
}

.haener-shell-panel > :first-child {
	margin-top: 0;
}

.haener-shell-panel > :last-child {
	margin-bottom: 0;
}

.haener-surface-panel {
	position: relative;
	background:
		linear-gradient(180deg, rgba(16, 20, 25, 0.98) 0%, rgba(11, 15, 18, 0.98) 100%),
		url("/wp-content/uploads/asphalt_bg_dark.jpg");
	background-position: center;
	background-size: cover;
}

.haener-surface-panel::before,
.haener-story-band::before,
.haener-cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 40%, rgba(136, 179, 66, 0.07) 100%);
}

.haener-surface-panel > *,
.haener-story-band > *,
.haener-cta-band > * {
	position: relative;
	z-index: 1;
}

.haener-section-heading {
	display: grid;
	gap: 1rem;
	max-width: 50rem;
	margin-bottom: clamp(1.75rem, 2vw, 2.5rem);
}

.haener-section-heading__eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	width: fit-content;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--action-green-bright);
}

.haener-section-heading__eyebrow::before {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 1px;
	background: currentColor;
}

.haener-section-heading__title {
	margin: 0;
	font-size: clamp(2.4rem, 2rem + 1.6vw, 4.4rem);
	line-height: 0.98;
}

.haener-section-heading__text {
	margin: 0;
	max-width: 42rem;
	color: var(--wp--preset--color--sand);
	font-size: 1.02rem;
}

/* =========================================================
   HERO SLIDER — cinematic full-bleed
   ========================================================= */

.haener-hero-slider {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	height: calc(100svh - var(--haener-real-header-height, var(--haener-header-height)));
	min-height: 38rem;
	background: var(--haener-shell);
	overflow: hidden;
}

.haener-hero-slider__scroll-hint {
	position: absolute;
	bottom: 2.2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	color: var(--wp--preset--color--action-green-bright);
	animation: haener-bounce 2.4s ease-in-out infinite;
}

.haener-hero-slider__scroll-hint:hover {
	color: var(--wp--preset--color--action-green);
}

.haener-hero-slider__scroll-hint svg {
	width: 4rem;
	height: 4rem;
	filter: drop-shadow(0 0 10px rgba(166, 209, 87, 0.55));
}

@keyframes haener-bounce {
	0%   { transform: translateX(-50%) translateY(0);    opacity: 1; }
	40%  { transform: translateX(-50%) translateY(10px); opacity: 0.7; }
	60%  { transform: translateX(-50%) translateY(10px); opacity: 0.7; }
	100% { transform: translateX(-50%) translateY(0);    opacity: 1; }
}

.haener-hero-slider__track {
	position: relative;
	height: 100%;
}

.haener-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.haener-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.haener-hero-slide__media,
.haener-hero-slide__overlay {
	position: absolute;
	inset: 0;
}

.haener-hero-slide__media {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(0.82) contrast(1.06);
	transform: scale(1.05);
	transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.haener-hero-slide.is-active .haener-hero-slide__media {
	animation: haener-kb 7s linear forwards;
}

@keyframes haener-kb {
	from { transform: scale(1.05); }
	to   { transform: scale(1.0); }
}

.haener-hero-slide__overlay {
	background:
		linear-gradient(105deg,
			rgba(9, 11, 13, 0.93) 0%,
			rgba(9, 11, 13, 0.72) 38%,
			rgba(9, 11, 13, 0.28) 65%,
			rgba(9, 11, 13, 0.10) 100%),
		linear-gradient(180deg,
			rgba(9, 11, 13, 0.08) 0%,
			rgba(9, 11, 13, 0.14) 45%,
			rgba(9, 11, 13, 0.80) 100%);
}

.haener-hero-slide__inner {
	position: relative;
	z-index: 1;
	width: min(1366px, calc(100% - 3rem));
	height: 100%;
	margin-inline: auto;
	display: flex;
	align-items: center;
}

.haener-hero-slide__content {
	max-width: 52rem;
}

.haener-hero-slide__eyebrow {
	margin: 0 0 1.2rem;
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	width: fit-content;
	padding: 0.45rem 1rem 0.45rem 0.85rem;
	border: 1px solid rgba(136, 179, 66, 0.32);
	border-radius: var(--wp--custom--radius--pill);
	background: rgba(136, 179, 66, 0.09);
	backdrop-filter: blur(8px);
	color: var(--wp--preset--color--action-green-bright);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.haener-hero-slide__eyebrow::before {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	flex-shrink: 0;
}

.haener-hero-slide__title {
	margin: 0;
	font-size: clamp(3.4rem, 2.6rem + 3.2vw, 7.4rem);
	line-height: 0.90;
	letter-spacing: -0.025em;
	color: #f2ebe1;
}

.haener-hero-slide__title span {
	color: var(--wp--preset--color--action-green-bright);
}

.haener-hero-slide__text {
	margin: 1.4rem 0 0;
	max-width: 34rem;
	color: rgba(201, 187, 168, 0.82);
	font-size: 1.06rem;
	line-height: 1.65;
}

.haener-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	padding-top: 2rem;
}

/* ── Slider UI: counter + arrows + dots ── */

.haener-hero-slider__ui {
	position: absolute;
	right: clamp(1.5rem, calc((100vw - 1366px) / 2 + 2.5rem), 6rem);
	bottom: clamp(2.5rem, 4vh, 4rem);
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1.1rem;
}

.haener-hero-slider__counter {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-family: var(--wp--preset--font-family--barlow-condensed);
	color: rgba(242, 235, 225, 0.38);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.haener-hero-slider__counter .current {
	font-size: 1.05rem;
	color: var(--wp--preset--color--action-green-bright);
}

.haener-hero-slider__counter .sep {
	display: inline-block;
	width: 1.2rem;
	height: 1px;
	background: currentColor;
	margin-inline: 0.15rem;
	align-self: center;
}

.haener-hero-slider__arrows {
	display: flex;
	gap: 0.45rem;
}

.haener-hero-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	height: 2.9rem;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(9, 11, 13, 0.5);
	backdrop-filter: blur(10px);
	cursor: pointer;
	color: rgba(242, 235, 225, 0.65);
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.haener-hero-slider__arrow:hover,
.haener-hero-slider__arrow:focus-visible {
	border-color: var(--wp--preset--color--action-green-bright);
	color: var(--wp--preset--color--action-green-bright);
	background: rgba(136, 179, 66, 0.12);
	outline: none;
}

.haener-hero-slider__arrow svg {
	width: 1rem;
	height: 1rem;
}

.haener-hero-slider__nav {
	display: flex;
	gap: 0.4rem;
	align-items: center;
}

.haener-hero-slider__dot {
	width: 0.45rem;
	height: 0.45rem;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: transparent;
	cursor: pointer;
	transition: width 240ms ease, background 180ms ease, border-color 180ms ease;
}

.haener-hero-slider__dot.is-active {
	width: 1.75rem;
	background: var(--wp--preset--color--action-green-bright);
	border-color: transparent;
}



.haener-metrics-wrap {
	position: relative;
	z-index: 3;
	margin-top: -8rem;
}

.haener-metrics {
	gap: 1rem;
}

.haener-metric {
	height: 100%;
	padding: 1.4rem 1.5rem;
	border: 1px solid var(--haener-line);
	border-radius: 1.25rem;
	background: linear-gradient(180deg, rgba(23, 27, 31, 0.95) 0%, rgba(12, 15, 18, 0.98) 100%);
	box-shadow: var(--haener-shadow-card);
}

.haener-metric h3 {
	margin: 0;
	font-size: clamp(1.6rem, 1.35rem + 0.8vw, 2.4rem);
}

.haener-metric p {
	margin: 0.45rem 0 0;
	font-size: 0.94rem;
	color: var(--wp--preset--color--mist);
}

.haener-feature-grid,
.haener-categories,
.haener-service-grid {
	gap: clamp(1rem, 2vw, 2rem);
}

.haener-feature-grid > .wp-block-column,
.haener-categories > .wp-block-column,
.haener-service-grid > .wp-block-column {
	display: flex;
}

.haener-feature-grid > .wp-block-column > * ,
.haener-categories > .wp-block-column > * ,
.haener-service-grid > .wp-block-column > * {
	width: 100%;
}

.haener-feature-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 27rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.6rem;
	background: var(--haener-panel);
	box-shadow: var(--haener-shadow-card);
	text-decoration: none;
}

.haener-feature-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 11, 13, 0) 30%, rgba(9, 11, 13, 0.9) 100%);
}

.haener-feature-card__media,
.haener-feature-card__media img {
	height: 100%;
}

.haener-feature-card__media img {
	width: 100%;
	object-fit: cover;
}

.haener-feature-card__overlay {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 1;
	padding: 2rem 1.5rem 1.5rem;
}

.haener-feature-card__title {
	margin: 0;
	font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
}

.haener-feature-card__description {
	margin: 0.7rem 0 0;
	max-width: 22rem;
	color: var(--wp--preset--color--sand);
}

.haener-feature-card:hover,
.haener-feature-card:focus {
	transform: translateY(-4px);
	border-color: rgba(166, 209, 87, 0.36);
}

.haener-category-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.4rem;
	background: linear-gradient(180deg, rgba(23, 27, 31, 0.98) 0%, rgba(16, 20, 25, 0.98) 100%);
	box-shadow: var(--haener-shadow-card);
	text-decoration: none;
}

.haener-category-card__image {
	display: block;
	width: 100%;
	height: 16rem;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	overflow: hidden;
}

.haener-category-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.haener-category-card__title {
	display: block;
	padding: 1.15rem 1.25rem 1.3rem;
	color: var(--wp--preset--color--white);
	font-size: 1.15rem;
	font-weight: 700;
}

.haener-category-card:hover,
.haener-category-card:focus {
	transform: translateY(-4px);
	border-color: rgba(166, 209, 87, 0.32);
}

.haener-category-card:hover .haener-category-card__image img,
.haener-category-card:focus .haener-category-card__image img {
	transform: scale(1.05);
}

.haener-story-band {
	position: relative;
	background:
		linear-gradient(180deg, rgba(13, 16, 19, 0.98) 0%, rgba(9, 11, 13, 0.98) 100%),
		url("/wp-content/uploads/asphalt_bg_dark.jpg");
	background-size: cover;
}

.haener-story-copy {
	padding-right: clamp(0rem, 2vw, 2rem);
}

.haener-story-copy p.has-xs-font-size {
	margin: 0 0 0.8rem;
	color: var(--wp--preset--color--action-green-bright);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.haener-story-copy h2 span {
	color: var(--wp--preset--color--action-green-bright);
}

.haener-story-copy .wp-block-button {
	margin-top: 1rem;
}

.haener-story-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.8rem;
	background: var(--haener-panel);
	box-shadow: var(--haener-shadow-soft);
}

.haener-story-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 7rem;
	background: linear-gradient(180deg, rgba(9, 11, 13, 0), rgba(9, 11, 13, 0.82));
}

.haener-story-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haener-service-card {
	height: 100%;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.3rem;
	background: rgba(9, 11, 13, 0.35);
}

.haener-service-card h3 {
	margin-top: 0;
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
}

.haener-service-card p {
	margin: 0;
	color: var(--wp--preset--color--mist);
}

.haener-gallery .wp-block-image,
.haener-gallery .wp-block-image img {
	border-radius: 1.15rem;
}

.haener-gallery .wp-block-image {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--haener-panel);
	box-shadow: var(--haener-shadow-card);
}

.haener-gallery .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease, opacity 220ms ease;
}

.haener-gallery .wp-block-image:hover img,
.haener-gallery .wp-block-image:focus-within img {
	transform: scale(1.04);
	opacity: 0.94;
}

.haener-cta-band {
	position: relative;
	background:
		linear-gradient(120deg, rgba(23, 27, 31, 0.98) 0%, rgba(9, 11, 13, 0.98) 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.haener-cta-band__copy p {
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--action-green-bright);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.haener-cta-band__copy h2 {
	margin: 0;
	max-width: 36rem;
}

.haener-converted-section {
	margin-bottom: 1.5rem;
}

.haener-converted-blurb,
.haener-team-member,
.haener-contact-form {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.25rem;
	background: linear-gradient(180deg, rgba(23, 27, 31, 0.96) 0%, rgba(16, 20, 25, 0.98) 100%);
	box-shadow: var(--haener-shadow-card);
}

.haener-converted-blurb > .wp-block-heading,
.haener-team-member > .wp-block-heading {
	margin-top: 1rem;
	margin-bottom: 0.55rem;
}

.haener-team-member {
	text-align: center;
}

.haener-team-member .wp-block-image img {
	border-radius: 1rem;
}

.haener-contact-form__notice {
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	font-weight: 600;
}

.haener-contact-form__notice.is-success {
	background: rgba(136, 179, 66, 0.16);
	color: var(--wp--preset--color--action-green-bright);
}

.haener-contact-form__notice.is-info {
	background: rgba(255, 255, 255, 0.05);
	color: var(--wp--preset--color--sand);
}

.haener-contact-form__form {
	display: grid;
	gap: 1rem;
}

.haener-contact-form__field,
.haener-contact-form__consent {
	margin: 0;
	display: grid;
	gap: 0.45rem;
}

.haener-contact-form__field label,
.haener-contact-form__consent {
	font-weight: 600;
}

.haener-contact-form__field input,
.haener-contact-form__field textarea {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.03);
	color: var(--wp--preset--color--white);
	font: inherit;
}

.haener-contact-form__field input::placeholder,
.haener-contact-form__field textarea::placeholder {
	color: var(--wp--preset--color--mist);
}

.haener-contact-form__field textarea {
	resize: vertical;
	min-height: 10rem;
}

.haener-contact-form__consent label {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	font-weight: 400;
}

.haener-contact-form__consent input {
	margin-top: 0.2rem;
}

.haener-contact-form__consent a {
	color: var(--wp--preset--color--action-green-bright);
}

.haener-contact-form__field--hidden {
	display: none;
}

.haener-contact-form__actions {
	display: flex;
	justify-content: flex-start;
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.8rem 0.9rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wp-block-list {
	padding-left: 1.2rem;
}

.wp-block-list li + li {
	margin-top: 0.35rem;
}

.wp-block-query-pagination,
.wp-block-post-terms,
.wp-block-post-date,
.wp-block-woocommerce-breadcrumbs,
.wp-block-woocommerce-product-results-count {
	color: var(--wp--preset--color--mist);
}

.wp-block-query-pagination a,
.wp-block-query-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.6rem;
	height: 2.6rem;
	padding-inline: 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	text-decoration: none;
}

.wp-block-query-pagination .current {
	background: var(--wp--preset--color--action-green);
	color: var(--wp--preset--color--coal);
	border-color: transparent;
}

.haener-shop-toolbar {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.haener-product-collection ul.wc-block-product-template,
.haener-product-collection .wc-block-product-template {
	display: grid;
	gap: 1.35rem;
}

.wc-block-product,
.wc-block-grid__product,
.wc-block-components-product {
	padding: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.35rem;
	background: linear-gradient(180deg, rgba(23, 27, 31, 0.98) 0%, rgba(16, 20, 25, 0.98) 100%);
	box-shadow: var(--haener-shadow-card);
}

.wc-block-components-product-image,
.wc-block-grid__product-image {
	overflow: hidden;
	border-radius: 1rem;
}

.wc-block-components-product-image img,
.wc-block-grid__product-image img {
	width: 100%;
}

.wc-block-components-product-title a,
.wp-block-post-title a {
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.wc-block-components-product-title a:hover,
.wp-block-post-title a:hover {
	color: var(--wp--preset--color--action-green-bright);
}

.wp-block-woocommerce-product-price,
.wc-block-components-product-price,
.price {
	color: var(--wp--preset--color--white);
}

.haener-product-layout {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.haener-product-layout .wc-block-components-product-image-gallery,
.haener-product-layout .woocommerce-product-gallery {
	overflow: hidden;
	border-radius: 1.2rem;
}

.haener-product-layout .wp-block-post-excerpt {
	color: var(--wp--preset--color--sand);
}

.wp-block-woocommerce-product-details,
.wp-block-woocommerce-related-products {
	margin-top: 1.5rem;
}

.wp-block-woocommerce-product-details.haener-shell-panel {
	padding: 0;
	overflow: hidden;
}

.wp-block-woocommerce-product-details.haener-shell-panel .wc-block-components-product-details__description,
.wp-block-woocommerce-product-details.haener-shell-panel .wc-block-components-product-details__additional_information,
.wp-block-woocommerce-product-details.haener-shell-panel .wc-block-components-product-details__reviews {
	padding: 1.5rem;
}

.wc-block-components-notice-banner,
.woocommerce .wc-block-components-notice-banner {
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	color: var(--wp--preset--color--white);
}

.site-footer {
	position: relative;
	margin-top: 0;
	background:
		linear-gradient(180deg, rgba(9, 11, 13, 0.97) 0%, rgba(9, 11, 13, 1) 100%),
		url("/wp-content/uploads/footer_bg-1.png");
	background-position: center;
	background-size: cover;
	color: var(--wp--preset--color--white);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer td {
	color: inherit;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--wp--preset--color--action-green-bright);
}

.site-footer__cta {
	margin-bottom: clamp(2rem, 3vw, 3rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.7rem;
	background: linear-gradient(135deg, rgba(23, 27, 31, 0.94) 0%, rgba(12, 15, 18, 0.98) 100%);
	box-shadow: var(--haener-shadow-soft);
}

.site-footer__cta-copy p {
	margin: 0 0 0.7rem;
	color: var(--wp--preset--color--action-green-bright);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer__cta-copy h2 {
	margin: 0;
	max-width: 36rem;
}

.site-footer__columns {
	padding-bottom: 1rem;
}

.site-footer__meta {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1100px) {
	.site-header__brand-copy {
		display: none;
	}
}

@media (max-width: 960px) {
	.site-header {
		position: static;
	}

	.site-header__main,
	.site-header__controls,
	.site-header__utility-inner {
		align-items: flex-start;
	}

	.site-header .wp-block-navigation__responsive-container-open {
		color: var(--wp--preset--color--white);
	}

	.haener-hero-slide__inner {
		width: calc(100% - 3rem);
		padding-bottom: clamp(3.5rem, 7vh, 6rem);
	}

	.haener-hero-slide__content {
		max-width: 100%;
	}

	.haener-hero-slider__ui {
		right: 1.5rem;
		bottom: clamp(3.5rem, 7vh, 6rem);
	}

	.haener-metrics-wrap {
		margin-top: -1.5rem;
	}

	.haener-feature-card,
	.haener-category-card__image {
		min-height: auto;
	}
}

@media (max-width: 781px) {
	.site-header__controls {
		width: 100%;
	}

	.site-header .wp-block-search {
		width: 100%;
	}

	.site-header .site-header-search .wp-block-search__inside-wrapper {
		width: 100%;
	}

	.haener-hero-slider {
		min-height: 36rem;
		height: 100svh;
		max-height: none;
	}

	.haener-hero-slide__title {
		font-size: clamp(2.6rem, 2.2rem + 2vw, 4rem);
	}

	.haener-hero-slider__counter {
		display: none;
	}

	.haener-converted-blurb,
	.haener-team-member,
	.haener-contact-form,
	.haener-service-card,
	.haener-metric,
	.haener-shell-panel {
		padding: 1.15rem;
	}

	.site-footer__cta {
		padding-inline: 1.15rem;
	}
}
